[INFO] fetching crate strict_encoding_derive 1.5.0... [INFO] checking strict_encoding_derive-1.5.0 against master#7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 for pr-85387 [INFO] extracting crate strict_encoding_derive 1.5.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate strict_encoding_derive 1.5.0 on toolchain 7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate strict_encoding_derive 1.5.0 [INFO] finished tweaking crates.io crate strict_encoding_derive 1.5.0 [INFO] tweaked toml for crates.io crate strict_encoding_derive 1.5.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate strict_encoding_derive 1.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ed9c3a32cb6cc4509bcc4316841a5348a094263e81e7a07828ba2a84e887b51 [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" "8ed9c3a32cb6cc4509bcc4316841a5348a094263e81e7a07828ba2a84e887b51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ed9c3a32cb6cc4509bcc4316841a5348a094263e81e7a07828ba2a84e887b51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed9c3a32cb6cc4509bcc4316841a5348a094263e81e7a07828ba2a84e887b51", kill_on_drop: false }` [INFO] [stdout] 8ed9c3a32cb6cc4509bcc4316841a5348a094263e81e7a07828ba2a84e887b51 [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" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef76817fb03abd0425b68b10d092d77c07cb91b26e8683d02b01d105cbb4dd35 [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" "ef76817fb03abd0425b68b10d092d77c07cb91b26e8683d02b01d105cbb4dd35", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unicode-xid v0.2.2 [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.1 [INFO] [stderr] Checking amplify v3.5.3 [INFO] [stderr] Checking strict_encoding_derive v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `strict_encoding` [INFO] [stdout] --> examples/test.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | 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:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[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:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | #[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:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[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:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | #[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:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[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:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | #[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:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | #[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:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[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:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | #[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:35:3 [INFO] [stdout] | [INFO] [stdout] 35 | #[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:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[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:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | #[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:61:10 [INFO] [stdout] | [INFO] [stdout] 61 | #[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:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | #[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:62:3 [INFO] [stdout] | [INFO] [stdout] 62 | #[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:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[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:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | #[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:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[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:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[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:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[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:3 [INFO] [stdout] | [INFO] [stdout] 84 | #[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:89:7 [INFO] [stdout] | [INFO] [stdout] 89 | #[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:92:7 [INFO] [stdout] | [INFO] [stdout] 92 | #[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:95:7 [INFO] [stdout] | [INFO] [stdout] 95 | #[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:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[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:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | #[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:100:3 [INFO] [stdout] | [INFO] [stdout] 100 | #[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:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[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:109:24 [INFO] [stdout] | [INFO] [stdout] 109 | #[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:115:7 [INFO] [stdout] | [INFO] [stdout] 115 | #[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:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[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:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | #[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 33 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" "ef76817fb03abd0425b68b10d092d77c07cb91b26e8683d02b01d105cbb4dd35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef76817fb03abd0425b68b10d092d77c07cb91b26e8683d02b01d105cbb4dd35", kill_on_drop: false }` [INFO] [stdout] ef76817fb03abd0425b68b10d092d77c07cb91b26e8683d02b01d105cbb4dd35