Running with gitlab-runner 15.8.3 (080abeab)
  on node2107 QmQxbz1x, system ID: s_52cac80e132c
section_start:1682134750:resolve_secrets
Resolving secrets
section_end:1682134750:resolve_secrets
section_start:1682134750:prepare_executor
Preparing the "docker" executor
Using Docker executor with image containers.ligo.org/lscsoft/bayeswave/conda-env:latest ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image containers.ligo.org/lscsoft/bayeswave/conda-env:latest ...
Using docker image sha256:359f24581d4e6c5e1ee1286a22970f6d539cc83d89f0f0d43f58170e2cbba046 for containers.ligo.org/lscsoft/bayeswave/conda-env:latest with digest containers.ligo.org/lscsoft/bayeswave/conda-env@sha256:12c821b5d131a79f118702c183f60150270066d7b8c046976ef87ecb5dd29a7b ...
section_end:1682134778:prepare_executor
section_start:1682134778:prepare_script
Preparing environment
Running on runner-qmqxbz1x-project-2107-concurrent-0 via node2107...
section_end:1682134778:prepare_script
section_start:1682134778:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/tyson-littenberg/bayeswave/.git/
Created fresh repository.
Checking out 1aecd5f5 as o4-dev...

Skipping Git submodules setup
section_end:1682134785:get_sources
section_start:1682134785:download_artifacts
Downloading artifacts
Downloading artifacts for bayeswave (2679510)...
Downloading artifacts from coordinator... ok        id=2679510 responseStatus=200 OK token=64_BHxcB
Downloading artifacts for env-script (2679512)...
Downloading artifacts from coordinator... ok        id=2679512 responseStatus=200 OK token=64_BHxcB
section_end:1682134787:download_artifacts
section_start:1682134787:step_script
Executing "step_script" stage of the job script
Using docker image sha256:359f24581d4e6c5e1ee1286a22970f6d539cc83d89f0f0d43f58170e2cbba046 for containers.ligo.org/lscsoft/bayeswave/conda-env:latest with digest containers.ligo.org/lscsoft/bayeswave/conda-env@sha256:12c821b5d131a79f118702c183f60150270066d7b8c046976ef87ecb5dd29a7b ...
$ source $BUILD_DIR/bayeswave-user-env.sh
$ cat $BUILD_DIR/bayeswave-user-env.sh
#!/bin/bash -xe
# ----------------------------------------- #
#                 BAYESWAVE                 #
# ----------------------------------------- #

# source this file to access bayeswave
export BAYESWAVE_PREFIX=test-install

# Identify python version
pymajor=$(python -c 'import sys; print(sys.version_info[0])')
pyminor=$(python -c 'import sys; print(sys.version_info[1])')

# BayesWave
# TODO we should deprecate this and enforce that everyone installing from source
#   installs in an actual environment when they do so, then we will never need to update paths like this
export PATH=$BAYESWAVE_UTILS_PREFIX/bin:${BAYESWAVE_UTILS_PREFIX}:${BAYESWAVE_PREFIX}/bin:${PATH}
export LD_LIBRARY_PATH=${BAYESWAVE_PREFIX}/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH=${BAYESWAVE_PREFIX}/lib64:${LD_LIBRARY_PATH}
export DYLD_LIBRARY_PATH=${BAYESWAVE_PREFIX}/lib:${DYLD_LIBRARY_PATH}
export DYLD_LIBRARY_PATH=${BAYESWAVE_PREFIX}/lib64:${DYLD_LIBRARY_PATH}
export PYTHONPATH=${BAYESWAVE_PREFIX}/lib/python${pymajor}.${pyminor}/site-packages:${PYTHONPATH}

$ ls -R $BUILD_DIR
test-install:
bayeswave-user-env.sh
bin
include
lib64

test-install/bin:
BayesWave
BayesWaveCleanFrame
BayesWaveFpeak
BayesWavePost
BayesWaveToLALPSD
GlitchBusterSpec
GlitchBusterStart

test-install/include:
BayesCBC.h
BayesLine.h
BayesWave.h
BayesWaveEvidence.h
BayesWaveIO.h
BayesWaveLikelihood.h
BayesWaveMCMC.h
BayesWaveMath.h
BayesWaveModel.h
BayesWavePrior.h
BayesWaveProposal.h
BayesWaveWavelet.h
GlitchBuster.h
GlitchBusterConstants.h
IMRPhenomD.h
IMRPhenomD_internals.h
version.h

test-install/lib64:
libbayeswave.so
libbayeswave.so.1
libbayeswave.so.1.0.3
pkgconfig

test-install/lib64/pkgconfig:
bayeswave.pc
$ BayesWavePost --help

 ========= BayesWave Version: ========

  Git remote origin: https://gitlab-ci-token:64_21gF1WZNhSos9ysSxSGb@git.ligo.org/tyson-littenberg/bayeswave.git
  Git version: 1aecd5f
  Git commit: 1aecd5f54b288f39e9a2a06ef1610daa6104ef88
  Git commit author: tyson.littenberg@ligo.org
  Git commit date: Fri Apr 21 22:35:07 2023 -0500

 ======== BayesWavePost USAGE: =======

REQUIRED:
  --ifo IFO              interferometer (H1,L1,V1)
  --IFO-flow             minimum frequency (Hz)
  --IFO-cache LALAdLIGO  lie about the PSD
  --trigtime             GPS trigger time
  --srate                sampling rate (Hz)
  --seglen               duration of data (s)
  --PSDstart             GPS start time for PSD estimation
  --PSDlength            duration of PSD estimation length
  --dataseed 1234        Lie about random seed for data
  --0noise               no noise realization

OPTIONAL:
  ----------------------------------------------------------------------------------
  --- Run parameters   -------------------------------------------------------------
  ----------------------------------------------------------------------------------
  --runName              run name for output files
  --nuke                 delete chains/ and checkpoint/ when done [NOT RECOMMENDED]

  ----------------------------------------------------------------------------------
  --- Model parameters   -----------------------------------------------------------
  ----------------------------------------------------------------------------------
  --bayesLine            use BayesLine for PSD model
  --additiveSn           For Additive Sn Model
  --noAkima              For Cubic Sn Model

  ----------------------------------------------------------------------------------
  --- LALInference injection  options  ---------------------------------------------
  ----------------------------------------------------------------------------------
  --inj injfile.xml      Injection XML file to use
  --event N              Event number from Injection XML file to use

  ----------------------------------------------------------------------------------
  --- Burst MDC injection  options  ------------------------------------------------
  ----------------------------------------------------------------------------------
  --MDC-channel          IFO1-chan, IFO2-chan, etc
  --MDC-cache            IFO1-mdcframe, IFO2-mdcframe, etc
  --MDC-prefactor        Rescale injection amplitude (1.0)

  ----------------------------------------------------------------------------------
  --- BayesWave internal injection options  ----------------------------------------
  ----------------------------------------------------------------------------------
  --BW-inject            (signal/glitch)
  --BW-injName           runName that produced the chain file 
  --BW-path              Path to BW chain file for injection (./chains) 
  --BW-event             Which sample from BayesWave chain (200000)

EXAMPLE:
BayesWavePost --ifo H1 --H1-flow 32 --H1-cache LALSimAdLIGO --H1-channel LALSimAdLIGO --trigtime 900000000.00 --srate 512 --seglen 4 --PSDstart 900000000 --PSDlength 1024 --dataseed 1234 --0noise

section_end:1682134787:step_script
section_start:1682134787:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1682134788:cleanup_file_variables
Job succeeded