[INFO] updating cached repository https://github.com/wwood/invert_bwt_issue [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b7b5fac19a03b1b0e9c262252c2621b1f841c9bf [INFO] testing wwood/invert_bwt_issue against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwood%2Finvert_bwt_issue" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wwood/invert_bwt_issue on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wwood/invert_bwt_issue [INFO] finished tweaking git repo https://github.com/wwood/invert_bwt_issue [INFO] tweaked toml for git repo https://github.com/wwood/invert_bwt_issue written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/wwood/invert_bwt_issue already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c74643dac6daa96110869103e7cafdc7314d83dd099d11abb08222c44d8cfca6 [INFO] running `"docker" "start" "-a" "c74643dac6daa96110869103e7cafdc7314d83dd099d11abb08222c44d8cfca6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling matrixmultiply v0.1.13 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling ndarray v0.9.1 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling bytecount v0.1.7 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling itertools-num v0.1.1 [INFO] [stderr] Compiling multimap v0.4.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling itertools v0.6.2 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.12 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling bio v0.14.3-pre (https://github.com/rust-bio/rust-bio#52b244e3) [INFO] [stderr] Compiling inverse_bwt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.15s [INFO] running `"docker" "inspect" "c74643dac6daa96110869103e7cafdc7314d83dd099d11abb08222c44d8cfca6"` [INFO] running `"docker" "rm" "-f" "c74643dac6daa96110869103e7cafdc7314d83dd099d11abb08222c44d8cfca6"` [INFO] [stdout] c74643dac6daa96110869103e7cafdc7314d83dd099d11abb08222c44d8cfca6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6b6b7abced52f88655e9d1ed316186bbb95178ea3033557ac2ba161c91a7e3c5 [INFO] running `"docker" "start" "-a" "6b6b7abced52f88655e9d1ed316186bbb95178ea3033557ac2ba161c91a7e3c5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling inverse_bwt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "6b6b7abced52f88655e9d1ed316186bbb95178ea3033557ac2ba161c91a7e3c5"` [INFO] running `"docker" "rm" "-f" "6b6b7abced52f88655e9d1ed316186bbb95178ea3033557ac2ba161c91a7e3c5"` [INFO] [stdout] 6b6b7abced52f88655e9d1ed316186bbb95178ea3033557ac2ba161c91a7e3c5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0be805ffc358db1d599132d13e247b755eadc68bb4edf793062e20635620e118 [INFO] running `"docker" "start" "-a" "0be805ffc358db1d599132d13e247b755eadc68bb4edf793062e20635620e118"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/inverse_bwt-c0dbc4ffc67010f0 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0be805ffc358db1d599132d13e247b755eadc68bb4edf793062e20635620e118"` [INFO] running `"docker" "rm" "-f" "0be805ffc358db1d599132d13e247b755eadc68bb4edf793062e20635620e118"` [INFO] [stdout] 0be805ffc358db1d599132d13e247b755eadc68bb4edf793062e20635620e118