[INFO] fetching crate strict_encoding_derive 1.1.0... [INFO] checking strict_encoding_derive-1.1.0 against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] extracting crate strict_encoding_derive 1.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate strict_encoding_derive 1.1.0 on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate strict_encoding_derive 1.1.0 [INFO] finished tweaking crates.io crate strict_encoding_derive 1.1.0 [INFO] tweaked toml for crates.io crate strict_encoding_derive 1.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate strict_encoding_derive 1.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded amplify_syn v1.1.3 [INFO] [stderr] Downloaded amplify v3.4.0 [INFO] [stderr] Downloaded amplify_derive v2.7.0 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ec764118e32a26112b105c4a0dc594f4f5b139c8b307d44f35916b724a25ebf8 [INFO] running `Command { std: "docker" "start" "-a" "ec764118e32a26112b105c4a0dc594f4f5b139c8b307d44f35916b724a25ebf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec764118e32a26112b105c4a0dc594f4f5b139c8b307d44f35916b724a25ebf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec764118e32a26112b105c4a0dc594f4f5b139c8b307d44f35916b724a25ebf8", kill_on_drop: false }` [INFO] [stdout] ec764118e32a26112b105c4a0dc594f4f5b139c8b307d44f35916b724a25ebf8 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07f68064334eb566a6a5f7f53806984664399a21246f3609fc4a2c666a1a0ea7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "07f68064334eb566a6a5f7f53806984664399a21246f3609fc4a2c666a1a0ea7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.72 [INFO] [stderr] Checking amplify_syn v1.1.3 [INFO] [stderr] Compiling amplify_derive v2.7.0 [INFO] [stderr] Checking amplify v3.4.0 [INFO] [stderr] Checking strict_encoding_derive v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `strict_encoding` [INFO] [stdout] --> examples/test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use strict_encoding::{StrictDecode, StrictEncode}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `strict_encoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[strict_encoding(crate = strict_encoding)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[strict_encoding(crate = strict_encoding)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | #[strict_encoding(by_order)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:41:3 [INFO] [stdout] | [INFO] [stdout] 41 | #[strict_encoding(by_value)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | #[strict_encoding(by_value)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | #[strict_encoding(value = 11)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | #[strict_encoding(value = 12)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:64:7 [INFO] [stdout] | [INFO] [stdout] 64 | #[strict_encoding(value = 13)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | #[strict_encoding(by_order, repr = u16)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_encoding` in this scope [INFO] [stdout] --> examples/test.rs:84:7 [INFO] [stdout] | [INFO] [stdout] 84 | #[strict_encoding(skip)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictEncode` [INFO] [stdout] --> examples/test.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StrictDecode` [INFO] [stdout] --> examples/test.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `strict_encoding_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "07f68064334eb566a6a5f7f53806984664399a21246f3609fc4a2c666a1a0ea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f68064334eb566a6a5f7f53806984664399a21246f3609fc4a2c666a1a0ea7", kill_on_drop: false }` [INFO] [stdout] 07f68064334eb566a6a5f7f53806984664399a21246f3609fc4a2c666a1a0ea7