[INFO] fetching crate wasmcloud-example-httpserver 0.1.2... [INFO] checking wasmcloud-example-httpserver-0.1.2 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate wasmcloud-example-httpserver 0.1.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate wasmcloud-example-httpserver 0.1.2 [INFO] finished tweaking crates.io crate wasmcloud-example-httpserver 0.1.2 [INFO] tweaked toml for crates.io crate wasmcloud-example-httpserver 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wasmcloud-example-httpserver 0.1.2 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 365 packages to latest compatible versions [INFO] [stderr] Adding base64 v0.13.1 (available: v0.22.1) [INFO] [stderr] Adding wasmbus-rpc v0.1.5 (available: v0.15.0) [INFO] [stderr] Adding weld-codegen v0.1.18 (available: v0.7.0) [INFO] [stderr] Adding zeroize v1.3.0 (available: v1.8.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7047f49bb0d44718e3124136f7cee1bc9d3c26569a1c8994d45b10607dbd9cf1 [INFO] running `Command { std: "docker" "start" "-a" "7047f49bb0d44718e3124136f7cee1bc9d3c26569a1c8994d45b10607dbd9cf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7047f49bb0d44718e3124136f7cee1bc9d3c26569a1c8994d45b10607dbd9cf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7047f49bb0d44718e3124136f7cee1bc9d3c26569a1c8994d45b10607dbd9cf1", kill_on_drop: false }` [INFO] [stdout] 7047f49bb0d44718e3124136f7cee1bc9d3c26569a1c8994d45b10607dbd9cf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51ba6f6cf23b4c13872d8022a3b9d3c411eea395a63adaea5a330706056970f6 [INFO] running `Command { std: "docker" "start" "-a" "51ba6f6cf23b4c13872d8022a3b9d3c411eea395a63adaea5a330706056970f6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking signature v1.6.4 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking ed25519 v1.5.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking data-encoding v2.9.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Checking humantime v2.2.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Compiling prost-build v0.7.0 [INFO] [stderr] Checking atomic-counter v1.0.1 [INFO] [stderr] Checking parity-wasm v0.42.2 [INFO] [stderr] Checking futures-timer v2.0.2 [INFO] [stderr] Checking nuid v0.3.2 [INFO] [stdout] error[E0432]: unresolved import `rand::distributions` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nuid-0.3.2/src/lib.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | use rand::distributions::Alphanumeric; [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `distributions` in `rand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `sample_iter` exists for struct `OsRng`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nuid-0.3.2/src/lib.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | for (i, n) in rng.sample_iter(&Alphanumeric).take(PRE_LEN).enumerate() { [INFO] [stdout] | ^^^^^^^^^^^ method cannot be called on `OsRng` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/os.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct OsRng; [INFO] [stdout] | ---------------- doesn't satisfy `OsRng: RngCore` or `OsRng: Rng` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `OsRng: RngCore` [INFO] [stdout] which is required by `OsRng: Rng` [INFO] [stdout] `&OsRng: RngCore` [INFO] [stdout] which is required by `&OsRng: Rng` [INFO] [stdout] `&mut OsRng: RngCore` [INFO] [stdout] which is required by `&mut OsRng: Rng` [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 `nuid` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "51ba6f6cf23b4c13872d8022a3b9d3c411eea395a63adaea5a330706056970f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51ba6f6cf23b4c13872d8022a3b9d3c411eea395a63adaea5a330706056970f6", kill_on_drop: false }` [INFO] [stdout] 51ba6f6cf23b4c13872d8022a3b9d3c411eea395a63adaea5a330706056970f6