[INFO] fetching crate strict_encoding_derive 1.1.0... [INFO] checking strict_encoding_derive-1.1.0 against master#50e1dc1536264ab71c0850f346b12309477f29f7 for pr-85073 [INFO] extracting crate strict_encoding_derive 1.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate strict_encoding_derive 1.1.0 on toolchain 50e1dc1536264ab71c0850f346b12309477f29f7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "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-14/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" "+50e1dc1536264ab71c0850f346b12309477f29f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+50e1dc1536264ab71c0850f346b12309477f29f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1dfb9e9c92896dab19f85fa21232dbc159710539b14cf8cb75d5b1eb09afa7e [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" "e1dfb9e9c92896dab19f85fa21232dbc159710539b14cf8cb75d5b1eb09afa7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1dfb9e9c92896dab19f85fa21232dbc159710539b14cf8cb75d5b1eb09afa7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1dfb9e9c92896dab19f85fa21232dbc159710539b14cf8cb75d5b1eb09afa7e", kill_on_drop: false }` [INFO] [stdout] e1dfb9e9c92896dab19f85fa21232dbc159710539b14cf8cb75d5b1eb09afa7e [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" "+50e1dc1536264ab71c0850f346b12309477f29f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 933d42d4a211861be5c8697b687e58fe2184f72fc10ceb5a4590bd27e6e117c2 [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" "933d42d4a211861be5c8697b687e58fe2184f72fc10ceb5a4590bd27e6e117c2", 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] Compiling 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] [stderr] error: could not compile `strict_encoding_derive` [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] [stderr] [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] [stderr] To learn more, run the command again with --verbose. [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] running `Command { std: "docker" "inspect" "933d42d4a211861be5c8697b687e58fe2184f72fc10ceb5a4590bd27e6e117c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "933d42d4a211861be5c8697b687e58fe2184f72fc10ceb5a4590bd27e6e117c2", kill_on_drop: false }` [INFO] [stdout] 933d42d4a211861be5c8697b687e58fe2184f72fc10ceb5a4590bd27e6e117c2