[INFO] crate bitstream_reader_derive 0.7.1 is already in cache [INFO] checking bitstream_reader_derive-0.7.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate bitstream_reader_derive 0.7.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate bitstream_reader_derive 0.7.1 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_derive 0.7.1 [INFO] finished tweaking crates.io crate bitstream_reader_derive 0.7.1 [INFO] tweaked toml for crates.io crate bitstream_reader_derive 0.7.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitstream_reader v0.7.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] d695a94cd6cc2256ee08f8648900167556f37abaf77c2ab27fdedfb7780266c4 [INFO] running `"docker" "start" "-a" "d695a94cd6cc2256ee08f8648900167556f37abaf77c2ab27fdedfb7780266c4"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking syn_util v0.4.2 [INFO] [stderr] Checking bitstream_reader_derive v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitstream_reader_derive v0.7.1 [INFO] [stderr] Checking bitstream_reader v0.7.1 [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | 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/test.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | 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/test.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / #[size = 2] [INFO] [stderr] 14 | | 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/test.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | 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/test.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | 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/test.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / #[size = 3] [INFO] [stderr] 18 | | 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/test.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | / #[size_bits = 2] [INFO] [stderr] 20 | | 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/test.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / #[size = "asd"] [INFO] [stderr] 22 | | previous_field: u8, [INFO] [stderr] | |______________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | enum TestBareEnum { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | enum TestUnnamedFieldEnum { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | / #[size = 5] [INFO] [stderr] 98 | | Foo(i8), [INFO] [stderr] | |___________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | Bar(bool), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / #[discriminant = 3] [INFO] [stderr] 101 | | Asd(u8), [INFO] [stderr] | |___________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `input_size` in this scope [INFO] [stderr] --> tests/test.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(BitReadSized, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | 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/test.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | / #[size = "input_size"] [INFO] [stderr] 136 | | string: String, [INFO] [stderr] | |__________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | / #[size = "input_size"] [INFO] [stderr] 138 | | int: u8, [INFO] [stderr] | |___________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `input_size` in this scope [INFO] [stderr] --> tests/test.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(BitReadSized, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `input_size` in this scope [INFO] [stderr] --> tests/test.rs:159:10 [INFO] [stderr] | [INFO] [stderr] 159 | #[derive(BitReadSized, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | enum TestUnnamedFieldEnumSized { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:162:5 [INFO] [stderr] | [INFO] [stderr] 162 | / #[size = 5] [INFO] [stderr] 163 | | Foo(i8), [INFO] [stderr] | |___________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:164:5 [INFO] [stderr] | [INFO] [stderr] 164 | Bar(bool), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | / #[discriminant = 3] [INFO] [stderr] 166 | | #[size = "input_size"] [INFO] [stderr] 167 | | 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/test.rs:194:5 [INFO] [stderr] | [INFO] [stderr] 194 | size: u8, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | / #[size = "size * 2"] [INFO] [stderr] 196 | | 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/test.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | size: u8, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:231:5 [INFO] [stderr] | [INFO] [stderr] 231 | / #[size = "size"] [INFO] [stderr] 232 | | stream: BitStream, [INFO] [stderr] | |________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:248:1 [INFO] [stderr] | [INFO] [stderr] 248 | enum TestEnumRest { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:277:20 [INFO] [stderr] | [INFO] [stderr] 277 | struct UnnamedSize(u8, #[size = 5] String, bool); [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:277:24 [INFO] [stderr] | [INFO] [stderr] 277 | struct UnnamedSize(u8, #[size = 5] String, bool); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:277:44 [INFO] [stderr] | [INFO] [stderr] 277 | struct UnnamedSize(u8, #[size = 5] String, bool); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:306:5 [INFO] [stderr] | [INFO] [stderr] 306 | 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/test.rs:307:5 [INFO] [stderr] | [INFO] [stderr] 307 | / #[size = 6] [INFO] [stderr] 308 | | 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/test.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | bar: bool, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:313:26 [INFO] [stderr] | [INFO] [stderr] 313 | struct UnnamedSizeStruct(u8, #[size = 6] String, bool); [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:313:30 [INFO] [stderr] | [INFO] [stderr] 313 | struct UnnamedSizeStruct(u8, #[size = 6] String, bool); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:313:50 [INFO] [stderr] | [INFO] [stderr] 313 | struct UnnamedSizeStruct(u8, #[size = 6] String, bool); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `input_size` in this scope [INFO] [stderr] --> tests/test.rs:321:10 [INFO] [stderr] | [INFO] [stderr] 321 | #[derive(BitReadSized)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `stream` in this scope [INFO] [stderr] --> tests/test.rs:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | 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/test.rs:324:5 [INFO] [stderr] | [INFO] [stderr] 324 | / #[size = "input_size"] [INFO] [stderr] 325 | | 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/test.rs:326:5 [INFO] [stderr] | [INFO] [stderr] 326 | bar: bool, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `input_size` in this scope [INFO] [stderr] --> tests/test.rs:321:10 [INFO] [stderr] | [INFO] [stderr] 321 | #[derive(BitReadSized)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 42 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bitstream_reader_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d695a94cd6cc2256ee08f8648900167556f37abaf77c2ab27fdedfb7780266c4"` [INFO] running `"docker" "rm" "-f" "d695a94cd6cc2256ee08f8648900167556f37abaf77c2ab27fdedfb7780266c4"` [INFO] [stdout] d695a94cd6cc2256ee08f8648900167556f37abaf77c2ab27fdedfb7780266c4