[INFO] crate vcf 0.3.0 is already in cache
[INFO] checking vcf-0.3.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate vcf 0.3.0 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate vcf 0.3.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate vcf 0.3.0
[INFO] finished tweaking crates.io crate vcf 0.3.0
[INFO] tweaked toml for crates.io crate vcf 0.3.0 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate crates.io crate vcf 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 1b8478385ba367f97a078cb8a740f5f0da57e84233e9bde9f2c1a9f2f0a61b6d
[INFO] running `"docker" "start" "-a" "1b8478385ba367f97a078cb8a740f5f0da57e84233e9bde9f2c1a9f2f0a61b6d"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling backtrace-sys v0.1.34
[INFO] [stderr]     Checking flate2 v1.0.13
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]     Checking backtrace v0.3.41
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking vcf v0.3.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" "1b8478385ba367f97a078cb8a740f5f0da57e84233e9bde9f2c1a9f2f0a61b6d"`
[INFO] running `"docker" "rm" "-f" "1b8478385ba367f97a078cb8a740f5f0da57e84233e9bde9f2c1a9f2f0a61b6d"`
[INFO] [stdout] 1b8478385ba367f97a078cb8a740f5f0da57e84233e9bde9f2c1a9f2f0a61b6d
