[INFO] fetching crate strict_encoding_derive 1.5.0... [INFO] checking strict_encoding_derive-1.5.0 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate strict_encoding_derive 1.5.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate strict_encoding_derive 1.5.0 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "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-14/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" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "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_derive v2.7.1 [INFO] [stderr] Downloaded amplify v3.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de50977d52e9f11a6cfb63a691e13d80443e2c691687448cd41d16be4f0c82b4 [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" "de50977d52e9f11a6cfb63a691e13d80443e2c691687448cd41d16be4f0c82b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de50977d52e9f11a6cfb63a691e13d80443e2c691687448cd41d16be4f0c82b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de50977d52e9f11a6cfb63a691e13d80443e2c691687448cd41d16be4f0c82b4", kill_on_drop: false }` [INFO] [stdout] de50977d52e9f11a6cfb63a691e13d80443e2c691687448cd41d16be4f0c82b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f46979d7a62aa935fa1e9e8e23ae5b421ee62ab409e104120f6328384f48e3a [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" "7f46979d7a62aa935fa1e9e8e23ae5b421ee62ab409e104120f6328384f48e3a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking unicode-xid v0.2.2 [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] [stderr] error: could not compile `strict_encoding_derive` [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7f46979d7a62aa935fa1e9e8e23ae5b421ee62ab409e104120f6328384f48e3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f46979d7a62aa935fa1e9e8e23ae5b421ee62ab409e104120f6328384f48e3a", kill_on_drop: false }` [INFO] [stdout] 7f46979d7a62aa935fa1e9e8e23ae5b421ee62ab409e104120f6328384f48e3a