[INFO] fetching crate abstract-macros-testing 0.15.0...
[INFO] checking abstract-macros-testing-0.15.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate abstract-macros-testing 0.15.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate abstract-macros-testing 0.15.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate abstract-macros-testing 0.15.0
[INFO] finished tweaking crates.io crate abstract-macros-testing 0.15.0
[INFO] tweaked toml for crates.io crate abstract-macros-testing 0.15.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4364469a3f96d8c43a9b23b4b7833f5b16b97ad5693471062d991d863f1a4b75
[INFO] running `Command { std: "docker" "start" "-a" "4364469a3f96d8c43a9b23b4b7833f5b16b97ad5693471062d991d863f1a4b75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4364469a3f96d8c43a9b23b4b7833f5b16b97ad5693471062d991d863f1a4b75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4364469a3f96d8c43a9b23b4b7833f5b16b97ad5693471062d991d863f1a4b75", kill_on_drop: false }`
[INFO] [stdout] 4364469a3f96d8c43a9b23b4b7833f5b16b97ad5693471062d991d863f1a4b75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e401853303b60c0f35db5efe9bc9542abed540525de7e9e9c3608e3f2e0681b1
[INFO] running `Command { std: "docker" "start" "-a" "e401853303b60c0f35db5efe9bc9542abed540525de7e9e9c3608e3f2e0681b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking der v0.7.8
[INFO] [stderr]    Compiling schemars v0.8.16
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking forward_ref v1.0.0
[INFO] [stderr]     Checking bnum v0.10.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.5
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking num-iter v0.1.44
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking speculoos v0.11.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking abstract-macros-testing v0.15.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking k256 v0.13.1
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling schemars_derive v0.8.16
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling cosmwasm-derive v1.5.3
[INFO] [stderr]     Checking ed25519-zebra v3.1.0
[INFO] [stderr]     Checking serde-json-wasm v0.5.2
[INFO] [stderr]     Checking cosmwasm-crypto v1.5.3
[INFO] [stderr]     Checking cosmwasm-std v1.5.3
[INFO] [stdout] error[E0432]: unresolved import `abstract_macros`
[INFO] [stdout]  --> tests/with_abstract_event.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use abstract_macros::with_abstract_event;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^ use of undeclared crate or module `abstract_macros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abstract_macros`
[INFO] [stdout]  --> tests/with_abstract_event.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use abstract_macros::with_abstract_event;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^ use of undeclared crate or module `abstract_macros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abstract_macros`
[INFO] [stdout]  --> tests/abstract_response.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use abstract_macros::abstract_response;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^ use of undeclared crate or module `abstract_macros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `abstract_macros`
[INFO] [stdout]  --> tests/abstract_response.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use abstract_macros::abstract_response;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^ use of undeclared crate or module `abstract_macros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `abstract-macros-testing` (test "with_abstract_event") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `action` found for struct `TestResponse` in the current scope
[INFO] [stdout]   --> tests/abstract_response.rs:14:46
[INFO] [stdout]    |
[INFO] [stdout] 10 |     struct TestResponse;
[INFO] [stdout]    |     ------------------- function or associated item `action` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |         let actual: Response = TestResponse::action("instantiate");
[INFO] [stdout]    |                                              ^^^^^^ function or associated item not found in `TestResponse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `action` found for struct `TestResponse` in the current scope
[INFO] [stdout]   --> tests/abstract_response.rs:14:46
[INFO] [stdout]    |
[INFO] [stdout] 10 |     struct TestResponse;
[INFO] [stdout]    |     ------------------- function or associated item `action` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |         let actual: Response = TestResponse::action("instantiate");
[INFO] [stdout]    |                                              ^^^^^^ function or associated item not found in `TestResponse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `TestResponse` in the current scope
[INFO] [stdout]   --> tests/abstract_response.rs:25:46
[INFO] [stdout]    |
[INFO] [stdout] 10 |     struct TestResponse;
[INFO] [stdout]    |     ------------------- function or associated item `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |         let actual: Response = TestResponse::new("action", vec![("custom", "abstract")]);
[INFO] [stdout]    |                                              ^^^ function or associated item not found in `TestResponse`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `new`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `digest::core_api::VariableOutputCore`
[INFO] [stdout]            candidate #2: `digest::digest::Digest`
[INFO] [stdout]            candidate #3: `digest::mac::Mac`
[INFO] [stdout]            candidate #4: `digest::VariableOutput`
[INFO] [stdout]            candidate #5: `crypto_common::KeyInit`
[INFO] [stdout]            candidate #6: `crypto_common::KeyIvInit`
[INFO] [stdout]            candidate #7: `typenum::marker_traits::Bit`
[INFO] [stdout]            candidate #8: `curve25519_dalek::traits::VartimePrecomputedMultiscalarMul`
[INFO] [stdout]            candidate #9: `digest::digest::Digest`
[INFO] [stdout]            candidate #10: `digest::variable::VariableOutput`
[INFO] [stdout]            candidate #11: `digest::variable::VariableOutputDirty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `TestResponse` in the current scope
[INFO] [stdout]   --> tests/abstract_response.rs:25:46
[INFO] [stdout]    |
[INFO] [stdout] 10 |     struct TestResponse;
[INFO] [stdout]    |     ------------------- function or associated item `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |         let actual: Response = TestResponse::new("action", vec![("custom", "abstract")]);
[INFO] [stdout]    |                                              ^^^ function or associated item not found in `TestResponse`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `new`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `digest::core_api::VariableOutputCore`
[INFO] [stdout]            candidate #2: `digest::digest::Digest`
[INFO] [stdout]            candidate #3: `digest::mac::Mac`
[INFO] [stdout]            candidate #4: `digest::VariableOutput`
[INFO] [stdout]            candidate #5: `crypto_common::KeyInit`
[INFO] [stdout]            candidate #6: `crypto_common::KeyIvInit`
[INFO] [stdout]            candidate #7: `typenum::marker_traits::Bit`
[INFO] [stdout]            candidate #8: `curve25519_dalek::traits::VartimePrecomputedMultiscalarMul`
[INFO] [stdout]            candidate #9: `digest::digest::Digest`
[INFO] [stdout]            candidate #10: `digest::variable::VariableOutput`
[INFO] [stdout]            candidate #11: `digest::variable::VariableOutputDirty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `abstract-macros-testing` (test "abstract_response") due to 4 previous errors
[INFO] [stderr] error: could not compile `abstract-macros-testing` (test "lib") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "e401853303b60c0f35db5efe9bc9542abed540525de7e9e9c3608e3f2e0681b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e401853303b60c0f35db5efe9bc9542abed540525de7e9e9c3608e3f2e0681b1", kill_on_drop: false }`
[INFO] [stdout] e401853303b60c0f35db5efe9bc9542abed540525de7e9e9c3608e3f2e0681b1
