[INFO] fetching crate noble-contracts 2.0.0... [INFO] testing noble-contracts-2.0.0 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate noble-contracts 2.0.0 into /workspace/builds/worker-114/source [INFO] validating manifest of crates.io crate noble-contracts 2.0.0 on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate noble-contracts 2.0.0 [INFO] finished tweaking crates.io crate noble-contracts 2.0.0 [INFO] tweaked toml for crates.io crate noble-contracts 2.0.0 written to /workspace/builds/worker-114/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eeae0e35fd3f9e624c0413a6a7bf67a9bd645ddd53af6ad91180657df58ad033 [INFO] running `Command { std: "docker" "start" "-a" "eeae0e35fd3f9e624c0413a6a7bf67a9bd645ddd53af6ad91180657df58ad033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eeae0e35fd3f9e624c0413a6a7bf67a9bd645ddd53af6ad91180657df58ad033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeae0e35fd3f9e624c0413a6a7bf67a9bd645ddd53af6ad91180657df58ad033", kill_on_drop: false }` [INFO] [stdout] eeae0e35fd3f9e624c0413a6a7bf67a9bd645ddd53af6ad91180657df58ad033 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab3f370609f77b6008cdff7185f4d9d484d83dcb39b48e635d8709c3e363f4b6 [INFO] running `Command { std: "docker" "start" "-a" "ab3f370609f77b6008cdff7185f4d9d484d83dcb39b48e635d8709c3e363f4b6", kill_on_drop: false }` [INFO] [stderr] Compiling twasm-utils v0.16.0 [INFO] [stderr] Compiling noble-contracts-proc-macro v0.1.0 [INFO] [stderr] Compiling tp-state-machine v0.8.2 [INFO] [stderr] Compiling tet-io v2.1.2 [INFO] [stdout] error[E0277]: the trait bound `BasicExternalities: externalities::extensions::ExtensionStore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tp-state-machine-0.8.2/src/basic.rs:137:6 [INFO] [stdout] | [INFO] [stdout] 137 | impl Externalities for BasicExternalities { [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `externalities::extensions::ExtensionStore` is not implemented for `BasicExternalities` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `tet_core::traits::Externalities` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/externalities-2.1.2/src/lib.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | pub trait Externalities: ExtensionStore { [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `tet_core::traits::Externalities` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tp-state-machine` due to 3 previous errors [INFO] [stdout] error[E0277]: the trait bound `ReadOnlyExternalities<'a, H, B>: externalities::extensions::ExtensionStore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tp-state-machine-0.8.2/src/read_only.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | impl<'a, H: Hasher, B: 'a + Backend> Externalities for ReadOnlyExternalities<'a, H, B> { [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `externalities::extensions::ExtensionStore` is not implemented for `ReadOnlyExternalities<'a, H, B>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `tet_core::traits::Externalities` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/externalities-2.1.2/src/lib.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | pub trait Externalities: ExtensionStore { [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `tet_core::traits::Externalities` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ab3f370609f77b6008cdff7185f4d9d484d83dcb39b48e635d8709c3e363f4b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab3f370609f77b6008cdff7185f4d9d484d83dcb39b48e635d8709c3e363f4b6", kill_on_drop: false }` [INFO] [stdout] ab3f370609f77b6008cdff7185f4d9d484d83dcb39b48e635d8709c3e363f4b6