[INFO] crate vcf 0.3.0 is already in cache [INFO] checking vcf-0.3.0 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate vcf 0.3.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate vcf 0.3.0 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-4/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] a1e6b9b4146c747875759a279a34435e73988a5ee810a103b40f9b92e0b11ea3 [INFO] running `"docker" "start" "-a" "a1e6b9b4146c747875759a279a34435e73988a5ee810a103b40f9b92e0b11ea3"` [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" "a1e6b9b4146c747875759a279a34435e73988a5ee810a103b40f9b92e0b11ea3"` [INFO] running `"docker" "rm" "-f" "a1e6b9b4146c747875759a279a34435e73988a5ee810a103b40f9b92e0b11ea3"` [INFO] [stdout] a1e6b9b4146c747875759a279a34435e73988a5ee810a103b40f9b92e0b11ea3