[INFO] fetching crate vcf 0.2.3... [INFO] checking vcf-0.2.3 against try#f88e9a4452e792c29632101b348a1df9876d45cd for pr-70087 [INFO] extracting crate vcf 0.2.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate vcf 0.2.3 on toolchain f88e9a4452e792c29632101b348a1df9876d45cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+f88e9a4452e792c29632101b348a1df9876d45cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate vcf 0.2.3 [INFO] finished tweaking crates.io crate vcf 0.2.3 [INFO] tweaked toml for crates.io crate vcf 0.2.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate vcf 0.2.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f88e9a4452e792c29632101b348a1df9876d45cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+f88e9a4452e792c29632101b348a1df9876d45cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4d42284a95875bec2b015ae592b9fa190e27fdb5af753d418a42de89a9d29654 [INFO] running `"docker" "start" "-a" "4d42284a95875bec2b015ae592b9fa190e27fdb5af753d418a42de89a9d29654"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking backtrace-sys v0.1.34 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking vcf v0.2.3 (/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/NA12878-subset.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/NA12878-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/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/NA12878-subset.vcf: No such file or directory (os error 2) [INFO] [stderr] --> src/test.rs:23:42 [INFO] [stderr] | [INFO] [stderr] 23 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/NA12878-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:39:42 [INFO] [stderr] | [INFO] [stderr] 39 | 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:55:21 [INFO] [stderr] | [INFO] [stderr] 55 | 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] running `"docker" "inspect" "4d42284a95875bec2b015ae592b9fa190e27fdb5af753d418a42de89a9d29654"` [INFO] running `"docker" "rm" "-f" "4d42284a95875bec2b015ae592b9fa190e27fdb5af753d418a42de89a9d29654"` [INFO] [stdout] 4d42284a95875bec2b015ae592b9fa190e27fdb5af753d418a42de89a9d29654