[INFO] cloning repository https://github.com/smartcontractkit/chainlink-terra-feeds-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smartcontractkit/chainlink-terra-feeds-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmartcontractkit%2Fchainlink-terra-feeds-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmartcontractkit%2Fchainlink-terra-feeds-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 62443ea5df010b11143661b90b7acdf4a04dd729
[INFO] testing smartcontractkit/chainlink-terra-feeds-demo against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmartcontractkit%2Fchainlink-terra-feeds-demo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/smartcontractkit/chainlink-terra-feeds-demo
[INFO] finished tweaking git repo https://github.com/smartcontractkit/chainlink-terra-feeds-demo
[INFO] tweaked toml for git repo https://github.com/smartcontractkit/chainlink-terra-feeds-demo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/smartcontractkit/chainlink-terra-feeds-demo on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/smartcontractkit/chainlink-terra-feeds-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/Cargo.toml: unused manifest key: workspace.authors
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/Cargo.toml: unused manifest key: workspace.edition
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/Cargo.toml: unused manifest key: workspace.name
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/Cargo.toml: unused manifest key: workspace.version
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d274755d607be6a6c54d6f9d62d07eed75a337b9611e6ecb82f9824554e19504
[INFO] running `Command { std: "docker" "start" "-a" "d274755d607be6a6c54d6f9d62d07eed75a337b9611e6ecb82f9824554e19504", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d274755d607be6a6c54d6f9d62d07eed75a337b9611e6ecb82f9824554e19504", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d274755d607be6a6c54d6f9d62d07eed75a337b9611e6ecb82f9824554e19504", kill_on_drop: false }`
[INFO] [stdout] d274755d607be6a6c54d6f9d62d07eed75a337b9611e6ecb82f9824554e19504
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57f3f2566a9352bd5d67a412955580d030a14a5cb0119be62603dd54c72ac977
[INFO] running `Command { std: "docker" "start" "-a" "57f3f2566a9352bd5d67a412955580d030a14a5cb0119be62603dd54c72ac977", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.authors
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.edition
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.name
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.version
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling libc v0.2.121
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.89
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling zeroize v1.4.3
[INFO] [stderr]    Compiling const-oid v0.6.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling schemars v0.8.8
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling der v0.4.5
[INFO] [stderr]    Compiling dyn-clone v1.0.5
[INFO] [stderr]    Compiling forward_ref v1.0.0
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling spki v0.4.1
[INFO] [stderr]    Compiling pkcs8 v0.7.6
[INFO] [stderr]    Compiling quote v1.0.16
[INFO] [stderr]    Compiling getrandom v0.2.5
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ff v0.10.1
[INFO] [stderr]    Compiling group v0.10.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling crypto-bigint v0.2.11
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling signature v1.3.2
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling blake2 v0.9.2
[INFO] [stderr]    Compiling elliptic-curve v0.10.6
[INFO] [stderr]    Compiling ecdsa v0.12.4
[INFO] [stderr]    Compiling k256 v0.9.6
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling cosmwasm-derive v0.16.6
[INFO] [stderr]    Compiling schemars_derive v0.8.8
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling ed25519-zebra v2.2.0
[INFO] [stderr]    Compiling serde-json-wasm v0.3.2
[INFO] [stderr]    Compiling cosmwasm-crypto v0.16.6
[INFO] [stderr]    Compiling cosmwasm-std v0.16.6
[INFO] [stderr]    Compiling cw-storage-plus v0.9.1
[INFO] [stderr]    Compiling cosmwasm-storage v0.16.6
[INFO] [stderr]    Compiling cw0 v0.9.1
[INFO] [stderr]    Compiling cw2 v0.9.1
[INFO] [stderr]    Compiling cw20 v0.9.1
[INFO] [stderr]    Compiling owned v0.1.0 (/opt/rustwide/workdir/contracts/owned)
[INFO] [stderr]    Compiling access-controller v0.1.0 (/opt/rustwide/workdir/contracts/access-controller)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> contracts/access-controller/src/contract.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling flags v0.1.0 (/opt/rustwide/workdir/contracts/flags)
[INFO] [stderr]    Compiling deviation-flagging-validator v0.1.0 (/opt/rustwide/workdir/contracts/deviation-flagging-validator)
[INFO] [stderr]    Compiling ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/ocr2)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]     --> contracts/ocr2/src/contract.rs:1563:11
[INFO] [stdout]      |
[INFO] [stdout] 1563 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proxy-ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/proxy-ocr2)
[INFO] [stderr]    Compiling price-consumer v0.1.0 (/opt/rustwide/workdir/contracts/price-consumer)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.26s
[INFO] running `Command { std: "docker" "inspect" "57f3f2566a9352bd5d67a412955580d030a14a5cb0119be62603dd54c72ac977", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57f3f2566a9352bd5d67a412955580d030a14a5cb0119be62603dd54c72ac977", kill_on_drop: false }`
[INFO] [stdout] 57f3f2566a9352bd5d67a412955580d030a14a5cb0119be62603dd54c72ac977
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3bfb5ff1e7502c0826d0a0f23bb6ce676f6e6587e4a6c0c6ae94de52a56df686
[INFO] running `Command { std: "docker" "start" "-a" "3bfb5ff1e7502c0826d0a0f23bb6ce676f6e6587e4a6c0c6ae94de52a56df686", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.authors
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.edition
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.name
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: unused manifest key: workspace.version
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `deviation-flagging-validator v0.1.0 (/opt/rustwide/workdir/contracts/deviation-flagging-validator)` has the same output filename as the example target `schema` in package `access-controller v0.1.0 (/opt/rustwide/workdir/contracts/access-controller)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `deviation-flagging-validator v0.1.0 (/opt/rustwide/workdir/contracts/deviation-flagging-validator)` has the same output filename as the example target `schema` in package `access-controller v0.1.0 (/opt/rustwide/workdir/contracts/access-controller)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `flags v0.1.0 (/opt/rustwide/workdir/contracts/flags)` has the same output filename as the example target `schema` in package `deviation-flagging-validator v0.1.0 (/opt/rustwide/workdir/contracts/deviation-flagging-validator)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `flags v0.1.0 (/opt/rustwide/workdir/contracts/flags)` has the same output filename as the example target `schema` in package `deviation-flagging-validator v0.1.0 (/opt/rustwide/workdir/contracts/deviation-flagging-validator)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/ocr2)` has the same output filename as the example target `schema` in package `flags v0.1.0 (/opt/rustwide/workdir/contracts/flags)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/ocr2)` has the same output filename as the example target `schema` in package `flags v0.1.0 (/opt/rustwide/workdir/contracts/flags)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `proxy-ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/proxy-ocr2)` has the same output filename as the example target `schema` in package `ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/ocr2)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/examples/schema.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the example target `schema` in package `proxy-ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/proxy-ocr2)` has the same output filename as the example target `schema` in package `ocr2 v0.1.0 (/opt/rustwide/workdir/contracts/ocr2)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr]    Compiling syn v1.0.89
[INFO] [stderr]    Compiling libc v0.2.121
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling zeroize v1.4.3
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling bytecheck v0.6.7
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling rend v0.3.6
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling rkyv v0.7.36
[INFO] [stderr]    Compiling target-lexicon v0.12.3
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling anyhow v1.0.56
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling uint v0.9.1
[INFO] [stderr]    Compiling more-asserts v0.2.2
[INFO] [stderr]    Compiling log v0.4.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling wasmparser v0.78.2
[INFO] [stderr]    Compiling cranelift-entity v0.76.0
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.5
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling region v3.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.76.0
[INFO] [stderr]    Compiling object v0.27.1
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.6/src/lib.rs:33:42
[INFO] [stdout]    |
[INFO] [stdout] 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.76.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3bfb5ff1e7502c0826d0a0f23bb6ce676f6e6587e4a6c0c6ae94de52a56df686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bfb5ff1e7502c0826d0a0f23bb6ce676f6e6587e4a6c0c6ae94de52a56df686", kill_on_drop: false }`
[INFO] [stdout] 3bfb5ff1e7502c0826d0a0f23bb6ce676f6e6587e4a6c0c6ae94de52a56df686
