Running with gitlab-runner 12.9.0 (4c96e5ad)
  on Runner_GUDMAP.RBK zQsjNk-Q
section_start:1634274196:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1634274196:prepare_executor
section_start:1634274196:prepare_script
Preparing environment
Running on Nucleus009...
section_end:1634274196:prepare_script
section_start:1634274196:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /project/BICF/BICF_Core/shared/gudmap/runner/zQsjNk-Q/rna-seq/11218/148910/.git/
Created fresh repository.
From https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq
 * [new ref]         f9ecbb83c686046f1a688f74eb63dffec8b19527 -> refs/pipelines/11218
 * [new branch]      develop    -> origin/develop
 * [new branch]      master     -> origin/master
 * [new tag]         0.0.2      -> 0.0.2
 * [new tag]         0.0.3      -> 0.0.3
 * [new tag]         0.0.4_indev -> 0.0.4_indev
 * [new tag]         0.1.0      -> 0.1.0
 * [new tag]         aws        -> aws
 * [new tag]         v0.0.1     -> v0.0.1
 * [new tag]         v1.0.0     -> v1.0.0
 * [new tag]         v1.0.1     -> v1.0.1
 * [new tag]         v1.0.2     -> v1.0.2
 * [new tag]         v2.0.0     -> v2.0.0
 * [new tag]         v2.0.0rc01 -> v2.0.0rc01
 * [new tag]         v2.0.0rc02 -> v2.0.0rc02
 * [new tag]         v2.0.1     -> v2.0.1
Checking out f9ecbb83 as master...
Removing .tmp/
Skipping Git submodules setup
section_end:1634274199:get_sources
section_start:1634274199:restore_cache
Restoring cache
section_end:1634274199:restore_cache
section_start:1634274199:download_artifacts
Downloading artifacts
section_end:1634274199:download_artifacts
section_start:1634274199:build_script
Running before_script and script
$ module load python/3.6.4-anaconda
$ pip install --user attrs==20.3.0 pytest==6.2.2 pytest-pythonpath==0.7.3 pytest-cov==2.11.1
Requirement already satisfied: attrs==20.3.0 in /home2/bicf_user/.local/lib/python3.6/site-packages
Requirement already satisfied: pytest==6.2.2 in /home2/bicf_user/.local/lib/python3.6/site-packages
Requirement already satisfied: pytest-pythonpath==0.7.3 in /home2/bicf_user/.local/lib/python3.6/site-packages
Requirement already satisfied: pytest-cov==2.11.1 in /home2/bicf_user/.local/lib/python3.6/site-packages
Requirement already satisfied: toml in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest==6.2.2)
Requirement already satisfied: iniconfig in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest==6.2.2)
Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest==6.2.2)
Requirement already satisfied: py>=1.8.2 in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest==6.2.2)
Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest==6.2.2)
Requirement already satisfied: packaging in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest==6.2.2)
Requirement already satisfied: coverage>=5.2.1 in /home2/bicf_user/.local/lib/python3.6/site-packages (from pytest-cov==2.11.1)
Requirement already satisfied: zipp>=0.5 in /home2/bicf_user/.local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest==6.2.2)
Requirement already satisfied: six in /home2/bicf_user/.local/lib/python3.6/site-packages (from packaging->pytest==6.2.2)
Requirement already satisfied: pyparsing>=2.0.2 in /home2/bicf_user/.local/lib/python3.6/site-packages (from packaging->pytest==6.2.2)
You are using pip version 9.0.1, however version 21.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
$ module load singularity/3.5.3
$ export SINGULARITY_CACHEDIR=${dir}cache/
$ module load nextflow/20.01.0
$ ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/
$ mkdir -p ~/.deriva
$ mkdir -p ~/.bdbag
$ hostname
Nucleus009
$ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 1031304
max locked memory       (kbytes, -l) unlimited
max memory size         (kbytes, -m) unlimited
open files                      (-n) 131072
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) unlimited
cpu time               (seconds, -t) unlimited
max user processes              (-u) 16384
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
$ mkdir -p ./badges/env
$ curl --request GET https://img.shields.io/badge/Envronment%3A%20AWS-inactive-critical?style=flat > ./badges/env/aws.svg
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1191    0  1191    0     0   7089      0 --:--:-- --:--:-- --:--:--  7089
$ module load awscli/1.11.139
$ export AWS_ACCESS_KEY_ID=${aws_accesskeyid}
$ export AWS_SECRET_ACCESS_KEY=${aws_secretaccesskey}
$ aws configure set region ${aws_region}
$ aws s3 cp ./test_data/auth/ s3://bicf-nf-output/ci-env/auth/ --exclude "*" --include "c*" --recursive
Completed 210 Bytes/456 Bytes (708 Bytes/s) with 2 file(s) remaining
Completed 456 Bytes/456 Bytes (1.5 KiB/s) with 2 file(s) remaining  
upload: test_data/auth/cookies.txt to s3://bicf-nf-output/ci-env/auth/cookies.txt
Completed 456 Bytes/456 Bytes (1.5 KiB/s) with 1 file(s) remaining
upload: test_data/auth/credential.json to s3://bicf-nf-output/ci-env/auth/credential.json
$ aws s3 cp ./test_data/fastq/xsmall/ s3://bicf-nf-output/ci-env/input/ --exclude "*" --include "Q-Y5F6_10K.R*.fastq.gz" --recursive
Completed 256.0 KiB/1.0 MiB (1.1 MiB/s) with 2 file(s) remaining
Completed 512.0 KiB/1.0 MiB (1.7 MiB/s) with 2 file(s) remaining
Completed 768.0 KiB/1.0 MiB (1.8 MiB/s) with 2 file(s) remaining
Completed 789.6 KiB/1.0 MiB (1.6 MiB/s) with 2 file(s) remaining
upload: test_data/fastq/xsmall/Q-Y5F6_10K.R2.fastq.gz to s3://bicf-nf-output/ci-env/input/Q-Y5F6_10K.R2.fastq.gz
Completed 789.6 KiB/1.0 MiB (1.6 MiB/s) with 1 file(s) remaining
Completed 1.0 MiB/1.0 MiB (2.0 MiB/s) with 1 file(s) remaining  
upload: test_data/fastq/xsmall/Q-Y5F6_10K.R1.fastq.gz to s3://bicf-nf-output/ci-env/input/Q-Y5F6_10K.R1.fastq.gz
$ id=$(aws batch submit-job\ # collapsed multi-line command
$ status=$(aws batch describe-jobs --jobs ${id} | grep -oP "status\": \K.*" | tr -d '"' | tr -d ',' | tr -d " " ) && until [[ "${status}" == "SUCCEEDED" || "${status}" == "FAILED" ]]; do # collapsed multi-line command
SUBMITTED
RUNNABLE
RUNNABLE
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
RUNNING
SUCCEEDED
$ if [ "${status}" == "SUCCEEDED" ]; then # collapsed multi-line command
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1208    0  1208    0     0   6169      0 --:--:-- --:--:-- --:--:--  6226
section_end:1634276045:build_script
section_start:1634276045:after_script
Running after_script
Running after script...
$ module load awscli/1.11.139
$ export AWS_ACCESS_KEY_ID=${aws_accesskeyid}
$ export AWS_SECRET_ACCESS_KEY=${aws_secretaccesskey}
$ aws configure set region ${aws_region}
$ aws s3 rm s3://bicf-nf-output/ci-env/auth/ --recursive
delete: s3://bicf-nf-output/ci-env/auth/cookies.txt
Completed 1 file(s) with 1 file(s) remaining
delete: s3://bicf-nf-output/ci-env/auth/credential.json
$ aws s3 rm s3://bicf-nf-output/ci-env/input/ --recursive
delete: s3://bicf-nf-output/ci-env/input/Q-Y5F6_10K.R1.fastq.gz
Completed 1 file(s) with 1 file(s) remaining
delete: s3://bicf-nf-output/ci-env/input/Q-Y5F6_10K.R2.fastq.gz
section_end:1634276049:after_script
section_start:1634276049:archive_cache
Saving cache
section_end:1634276049:archive_cache
section_start:1634276049:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=41311 revision=4c96e5ad version=12.9.0
badges/: found 3 matching files                    
Uploading artifacts to coordinator... ok            id=148910 responseStatus=201 Created token=QNUCi8AG
section_end:1634276050:upload_artifacts_on_success
Job succeeded