[INFO] fetching crate fadroma-derive-canonize 0.3.5...
[INFO] checking fadroma-derive-canonize-0.3.5 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate fadroma-derive-canonize 0.3.5 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate fadroma-derive-canonize 0.3.5 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fadroma-derive-canonize 0.3.5
[INFO] finished tweaking crates.io crate fadroma-derive-canonize 0.3.5
[INFO] tweaked toml for crates.io crate fadroma-derive-canonize 0.3.5 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c94475a014855db3770dd324949e931d7d2b4b6257bbbeffd30d4d58b42faab
[INFO] running `Command { std: "docker" "start" "-a" "5c94475a014855db3770dd324949e931d7d2b4b6257bbbeffd30d4d58b42faab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c94475a014855db3770dd324949e931d7d2b4b6257bbbeffd30d4d58b42faab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c94475a014855db3770dd324949e931d7d2b4b6257bbbeffd30d4d58b42faab", kill_on_drop: false }`
[INFO] [stdout] 5c94475a014855db3770dd324949e931d7d2b4b6257bbbeffd30d4d58b42faab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c27ee8d13daf46ef1067ae9725a515ed87aa790d158316bb3a7c65508aaa6989
[INFO] running `Command { std: "docker" "start" "-a" "c27ee8d13daf46ef1067ae9725a515ed87aa790d158316bb3a7c65508aaa6989", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking fadroma-derive-canonize v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |             for mut field in fields.named.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             for mut field in fields.unnamed.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |             for mut field in fields.named.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             for mut field in fields.unnamed.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |             for mut field in fields.named.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             for mut field in fields.unnamed.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fadroma`
[INFO] [stdout]  --> tests/derive.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     self,
[INFO] [stdout]   |     ^^^^ no external crate `fadroma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Canonize`
[INFO] [stdout]  --> tests/derive.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[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 `FadromaSerialize`
[INFO] [stdout]  --> tests/derive.rs:7:38
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[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 `FadromaSerialize`
[INFO] [stdout]   --> tests/derive.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fadroma`
[INFO] [stdout]  --> tests/derive_generic.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     self,
[INFO] [stdout]   |     ^^^^ no external crate `fadroma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestCanon` in this scope
[INFO] [stdout]   --> tests/derive.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let canonized = TestCanon {
[INFO] [stdout]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaSerialize`
[INFO] [stdout]   --> tests/derive_generic.rs:12:45
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaDeserialize`
[INFO] [stdout]   --> tests/derive_generic.rs:12:63
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaSerialize`
[INFO] [stdout]   --> tests/derive_generic.rs:36:45
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaDeserialize`
[INFO] [stdout]   --> tests/derive_generic.rs:36:63
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[derive(Canonize, Clone)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:73:10
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Canonize, Clone)]
[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 9 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 `fadroma-derive-canonize` (test "derive_generic") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `canonize` found for struct `Test` in the current scope
[INFO] [stdout]   --> tests/derive.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 8  | struct Test {
[INFO] [stdout]    | ----------- method `canonize` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     let canon = test.clone().canonize(&deps.api).unwrap();
[INFO] [stdout]    |                              ^^^^^^^^ method not found in `Test`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `canonize` found for struct `TestTuple` in the current scope
[INFO] [stdout]   --> tests/derive.rs:63:30
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct TestTuple(pub Addr, Uint128);
[INFO] [stdout]    | ---------------- method `canonize` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 63 |     let canon = test.clone().canonize(&deps.api).unwrap();
[INFO] [stdout]    |                              ^^^^^^^^ method not found in `TestTuple`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestTupleCanon` in this scope
[INFO] [stdout]   --> tests/derive.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let canonized = TestTupleCanon(test.0.clone().canonize(&deps.api).unwrap(), test.1);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fadroma`
[INFO] [stdout]  --> tests/enum.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     self,
[INFO] [stdout]   |     ^^^^ no external crate `fadroma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fadroma-derive-canonize` (test "derive") due to 10 previous errors
[INFO] [stdout] error: cannot determine resolution for the derive macro `Canonize`
[INFO] [stdout]  --> tests/enum.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Canonize, PartialEq, Clone, serde::Serialize, serde::Deserialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/enum.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Canonize, PartialEq, Clone, serde::Serialize)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `canonize` found for enum `TestEnum` in the current scope
[INFO] [stdout]   --> tests/enum.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 8  | enum TestEnum {
[INFO] [stdout]    | ------------- method `canonize` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     match test.canonize(&deps.api).unwrap() {
[INFO] [stdout]    |                ^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `canonize` found for enum `TestEnum` in the current scope
[INFO] [stdout]   --> tests/enum.rs:40:16
[INFO] [stdout]    |
[INFO] [stdout] 8  | enum TestEnum {
[INFO] [stdout]    | ------------- method `canonize` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 40 |     match test.canonize(&deps.api).unwrap() {
[INFO] [stdout]    |                ^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumCanon`
[INFO] [stdout]   --> tests/enum.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         TestEnumCanon::TestVarTwo { from: x, to: y } => {
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `TestEnumCanon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumCanon`
[INFO] [stdout]   --> tests/enum.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         TestEnumCanon::TestVar(x, y) => {
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `TestEnumCanon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fadroma-derive-canonize` (test "enum") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "c27ee8d13daf46ef1067ae9725a515ed87aa790d158316bb3a7c65508aaa6989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c27ee8d13daf46ef1067ae9725a515ed87aa790d158316bb3a7c65508aaa6989", kill_on_drop: false }`
[INFO] [stdout] c27ee8d13daf46ef1067ae9725a515ed87aa790d158316bb3a7c65508aaa6989
[INFO] checking fadroma-derive-canonize-0.3.5 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate fadroma-derive-canonize 0.3.5 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate fadroma-derive-canonize 0.3.5 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fadroma-derive-canonize 0.3.5
[INFO] finished tweaking crates.io crate fadroma-derive-canonize 0.3.5
[INFO] tweaked toml for crates.io crate fadroma-derive-canonize 0.3.5 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd6ca88840d3a961fb1bdba9b7fd8dc2f35f5346d4fc7a8a488d74cd9d989a41
[INFO] running `Command { std: "docker" "start" "-a" "cd6ca88840d3a961fb1bdba9b7fd8dc2f35f5346d4fc7a8a488d74cd9d989a41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd6ca88840d3a961fb1bdba9b7fd8dc2f35f5346d4fc7a8a488d74cd9d989a41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd6ca88840d3a961fb1bdba9b7fd8dc2f35f5346d4fc7a8a488d74cd9d989a41", kill_on_drop: false }`
[INFO] [stdout] cd6ca88840d3a961fb1bdba9b7fd8dc2f35f5346d4fc7a8a488d74cd9d989a41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb5dd67f63a235cff4bf8c75c670d43ed04051d2d64bff14c9efba2e7095ec55
[INFO] running `Command { std: "docker" "start" "-a" "fb5dd67f63a235cff4bf8c75c670d43ed04051d2d64bff14c9efba2e7095ec55", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking fadroma-derive-canonize v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |             for mut field in fields.named.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             for mut field in fields.unnamed.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |             for mut field in fields.named.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             for mut field in fields.unnamed.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |             for mut field in fields.named.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/common.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             for mut field in fields.unnamed.iter_mut() {
[INFO] [stdout]    |                 ----^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fadroma`
[INFO] [stdout]  --> tests/derive.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     self,
[INFO] [stdout]   |     ^^^^ no external crate `fadroma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Canonize`
[INFO] [stdout]  --> tests/derive.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[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 `FadromaSerialize`
[INFO] [stdout]  --> tests/derive.rs:7:38
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[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 `FadromaSerialize`
[INFO] [stdout]   --> tests/derive.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Canonize, PartialEq, Clone, FadromaSerialize)]
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fadroma`
[INFO] [stdout]  --> tests/derive_generic.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     self,
[INFO] [stdout]   |     ^^^^ no external crate `fadroma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestCanon` in this scope
[INFO] [stdout]   --> tests/derive.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let canonized = TestCanon {
[INFO] [stdout]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaSerialize`
[INFO] [stdout]   --> tests/derive_generic.rs:12:45
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaDeserialize`
[INFO] [stdout]   --> tests/derive_generic.rs:12:63
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaSerialize`
[INFO] [stdout]   --> tests/derive_generic.rs:36:45
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `FadromaDeserialize`
[INFO] [stdout]   --> tests/derive_generic.rs:36:63
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Canonize, PartialEq, Clone, Debug, FadromaSerialize, FadromaDeserialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[derive(Canonize, Clone)]
[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 `Canonize`
[INFO] [stdout]   --> tests/derive_generic.rs:73:10
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Canonize, Clone)]
[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 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `canonize` found for struct `Test` in the current scope
[INFO] [stdout]   --> tests/derive.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 8  | struct Test {
[INFO] [stdout]    | ----------- method `canonize` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     let canon = test.clone().canonize(&deps.api).unwrap();
[INFO] [stdout]    |                              ^^^^^^^^ method not found in `Test`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fadroma-derive-canonize` (test "derive_generic") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `canonize` found for struct `TestTuple` in the current scope
[INFO] [stdout]   --> tests/derive.rs:63:30
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct TestTuple(pub Addr, Uint128);
[INFO] [stdout]    | ---------------- method `canonize` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 63 |     let canon = test.clone().canonize(&deps.api).unwrap();
[INFO] [stdout]    |                              ^^^^^^^^ method not found in `TestTuple`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestTupleCanon` in this scope
[INFO] [stdout]   --> tests/derive.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let canonized = TestTupleCanon(test.0.clone().canonize(&deps.api).unwrap(), test.1);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fadroma-derive-canonize` (test "derive") due to 10 previous errors
[INFO] [stdout] error[E0432]: unresolved import `fadroma`
[INFO] [stdout]  --> tests/enum.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     self,
[INFO] [stdout]   |     ^^^^ no external crate `fadroma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Canonize`
[INFO] [stdout]  --> tests/enum.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Canonize, PartialEq, Clone, serde::Serialize, serde::Deserialize)]
[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 `Canonize`
[INFO] [stdout]   --> tests/enum.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Canonize, PartialEq, Clone, serde::Serialize)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `canonize` found for enum `TestEnum` in the current scope
[INFO] [stdout]   --> tests/enum.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 8  | enum TestEnum {
[INFO] [stdout]    | ------------- method `canonize` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     match test.canonize(&deps.api).unwrap() {
[INFO] [stdout]    |                ^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `canonize` found for enum `TestEnum` in the current scope
[INFO] [stdout]   --> tests/enum.rs:40:16
[INFO] [stdout]    |
[INFO] [stdout] 8  | enum TestEnum {
[INFO] [stdout]    | ------------- method `canonize` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 40 |     match test.canonize(&deps.api).unwrap() {
[INFO] [stdout]    |                ^^^^^^^^ method not found in `TestEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumCanon`
[INFO] [stdout]   --> tests/enum.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         TestEnumCanon::TestVarTwo { from: x, to: y } => {
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `TestEnumCanon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumCanon`
[INFO] [stdout]   --> tests/enum.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         TestEnumCanon::TestVar(x, y) => {
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `TestEnumCanon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fadroma-derive-canonize` (test "enum") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "fb5dd67f63a235cff4bf8c75c670d43ed04051d2d64bff14c9efba2e7095ec55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb5dd67f63a235cff4bf8c75c670d43ed04051d2d64bff14c9efba2e7095ec55", kill_on_drop: false }`
[INFO] [stdout] fb5dd67f63a235cff4bf8c75c670d43ed04051d2d64bff14c9efba2e7095ec55
