[INFO] crate vcf 0.4.0 is already in cache [INFO] testing vcf-0.4.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate vcf 0.4.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate vcf 0.4.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate vcf 0.4.0 [INFO] finished tweaking crates.io crate vcf 0.4.0 [INFO] tweaked toml for crates.io crate vcf 0.4.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate vcf 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.44.0" "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] 7c7b8212715b8e8db014d44397ac1926b736af89b4d0f0144a09c9ad4c956d46 [INFO] running `"docker" "start" "-a" "7c7b8212715b8e8db014d44397ac1926b736af89b4d0f0144a09c9ad4c956d46"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling lexical-core v0.6.7 [INFO] [stderr] Compiling backtrace v0.3.41 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling vcf v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.44s [INFO] running `"docker" "inspect" "7c7b8212715b8e8db014d44397ac1926b736af89b4d0f0144a09c9ad4c956d46"` [INFO] running `"docker" "rm" "-f" "7c7b8212715b8e8db014d44397ac1926b736af89b4d0f0144a09c9ad4c956d46"` [INFO] [stdout] 7c7b8212715b8e8db014d44397ac1926b736af89b4d0f0144a09c9ad4c956d46 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2fcc10ad960287657c77980266a0812e82ad74179beda16c75eaeef83ae072ba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2fcc10ad960287657c77980266a0812e82ad74179beda16c75eaeef83ae072ba"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling vcf v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/header/../../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/header/test.rs:328:43 [INFO] [stderr] | [INFO] [stderr] 328 | let mut simple1_vcf = BufReader::new(&include_bytes!("../../testfiles/simple1.vcf")[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/record/../../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/record/test.rs:6:20 [INFO] [stderr] | [INFO] [stderr] 6 | let vcf_data = include_bytes!("../../testfiles/simple1.vcf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/test.rs:7:42 [INFO] [stderr] | [INFO] [stderr] 7 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/simple1.vcf")[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../testfiles/1kGP-subset.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/test.rs:20:42 [INFO] [stderr] | [INFO] [stderr] 20 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/1kGP-subset.vcf")[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../testfiles/bad1.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/test.rs:33:42 [INFO] [stderr] | [INFO] [stderr] 33 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/bad1.vcf")[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/test.rs:46:21 [INFO] [stderr] | [INFO] [stderr] 46 | let vcf_bytes = include_bytes!("../testfiles/simple1.vcf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `vcf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2fcc10ad960287657c77980266a0812e82ad74179beda16c75eaeef83ae072ba"` [INFO] running `"docker" "rm" "-f" "2fcc10ad960287657c77980266a0812e82ad74179beda16c75eaeef83ae072ba"` [INFO] [stdout] 2fcc10ad960287657c77980266a0812e82ad74179beda16c75eaeef83ae072ba