[INFO] crate bitstream_reader 0.7.0 is already in cache [INFO] checking bitstream_reader-0.7.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate bitstream_reader 0.7.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate bitstream_reader 0.7.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bitstream_reader 0.7.0 [INFO] finished tweaking crates.io crate bitstream_reader 0.7.0 [INFO] tweaked toml for crates.io crate bitstream_reader 0.7.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] fb1e5f26357da46f270199b23dfab206c824f3fee62fb4f64635de0df74bebbf [INFO] running `"docker" "start" "-a" "fb1e5f26357da46f270199b23dfab206c824f3fee62fb4f64635de0df74bebbf"` [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Compiling syn_util v0.4.2 [INFO] [stderr] Compiling bitstream_reader_derive v0.7.1 [INFO] [stderr] Checking bitstream_reader v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> benches/bench.rs:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | a: f32, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> benches/bench.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | b: bool, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> benches/bench.rs:265:5 [INFO] [stderr] | [INFO] [stderr] 265 | / #[size = 7] [INFO] [stderr] 266 | | c: u32, [INFO] [stderr] | |__________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:378:5 [INFO] [stderr] | [INFO] [stderr] 378 | foo: u8, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | str: String, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:380:5 [INFO] [stderr] | [INFO] [stderr] 380 | / #[size = 2] [INFO] [stderr] 381 | | truncated: String, [INFO] [stderr] | |_____________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:382:5 [INFO] [stderr] | [INFO] [stderr] 382 | bar: u16, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:383:5 [INFO] [stderr] | [INFO] [stderr] 383 | float: f32, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:384:5 [INFO] [stderr] | [INFO] [stderr] 384 | / #[size = 3] [INFO] [stderr] 385 | | asd: u8, [INFO] [stderr] | |___________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:386:5 [INFO] [stderr] | [INFO] [stderr] 386 | / #[size_bits = 2] [INFO] [stderr] 387 | | dynamic: u8, [INFO] [stderr] | |_______________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/tests.rs:388:5 [INFO] [stderr] | [INFO] [stderr] 388 | / #[size = "asd"] [INFO] [stderr] 389 | | previous_field: u8, [INFO] [stderr] | |______________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bitstream_reader`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bitstream_reader`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fb1e5f26357da46f270199b23dfab206c824f3fee62fb4f64635de0df74bebbf"` [INFO] running `"docker" "rm" "-f" "fb1e5f26357da46f270199b23dfab206c824f3fee62fb4f64635de0df74bebbf"` [INFO] [stdout] fb1e5f26357da46f270199b23dfab206c824f3fee62fb4f64635de0df74bebbf