[INFO] cloning repository https://github.com/spacecomputer-io/testrpc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spacecomputer-io/testrpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacecomputer-io%2Ftestrpc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacecomputer-io%2Ftestrpc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 19187ebcee4dd795913736739abfc61875611593 [INFO] building spacecomputer-io/testrpc/19187ebcee4dd795913736739abfc61875611593 against master#f5209000832c9d3bc29c91f4daef4ca9f28dc797+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacecomputer-io%2Ftestrpc" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/spacecomputer-io/testrpc [INFO] finished tweaking git repo https://github.com/spacecomputer-io/testrpc [INFO] tweaked toml for git repo https://github.com/spacecomputer-io/testrpc written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/spacecomputer-io/testrpc on toolchain f5209000832c9d3bc29c91f4daef4ca9f28dc797 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/spacecomputer-io/testrpc 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" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pin-project v1.1.9 [INFO] [stderr] Downloaded tempfile v3.17.1 [INFO] [stderr] Downloaded libp2p-allow-block-list v0.5.0 [INFO] [stderr] Downloaded libp2p-core v0.43.0 [INFO] [stderr] Downloaded libp2p v0.55.0 [INFO] [stderr] Downloaded zerocopy-derive v0.8.20 [INFO] [stderr] Downloaded libp2p-swarm v0.46.0 [INFO] [stderr] Downloaded libp2p-connection-limits v0.5.0 [INFO] [stderr] Downloaded pin-project-internal v1.1.9 [INFO] [stderr] Downloaded zerocopy v0.8.20 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ded16c5ac6a738dab5d84584cda77d817b6bfd95832f6cd00b55665b434b972 [INFO] running `Command { std: "docker" "start" "-a" "2ded16c5ac6a738dab5d84584cda77d817b6bfd95832f6cd00b55665b434b972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ded16c5ac6a738dab5d84584cda77d817b6bfd95832f6cd00b55665b434b972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ded16c5ac6a738dab5d84584cda77d817b6bfd95832f6cd00b55665b434b972", kill_on_drop: false }` [INFO] [stdout] 2ded16c5ac6a738dab5d84584cda77d817b6bfd95832f6cd00b55665b434b972 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+f5209000832c9d3bc29c91f4daef4ca9f28dc797" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 97943af535f381dbeab3e337d6a68557e76fcc7b6a18fe29c55391d78c8ab33c [INFO] running `Command { std: "docker" "start" "-a" "97943af535f381dbeab3e337d6a68557e76fcc7b6a18fe29c55391d78c8ab33c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling data-encoding v2.8.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling multihash v0.19.3 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling zerocopy v0.8.20 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling ed25519-dalek v2.1.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling rand_core v0.9.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.1.9 [INFO] [stderr] Compiling data-encoding-macro v0.1.17 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling multibase v0.9.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pin-project v1.1.9 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling libp2p-identity v0.2.10 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.100 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling rw-stream-sink v0.4.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling multistream-select v0.13.0 [INFO] [stderr] Compiling js-sys v0.3.77 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stdout] error: Only features sync,macros,io-util,rt,time are supported on wasm. [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/lib.rs:475:1 [INFO] [stdout] | [INFO] [stdout] 475 | compile_error!("Only features sync,macros,io-util,rt,time are supported on wasm."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling web-sys v0.3.77 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] error: could not compile `tokio` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "97943af535f381dbeab3e337d6a68557e76fcc7b6a18fe29c55391d78c8ab33c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97943af535f381dbeab3e337d6a68557e76fcc7b6a18fe29c55391d78c8ab33c", kill_on_drop: false }` [INFO] [stdout] 97943af535f381dbeab3e337d6a68557e76fcc7b6a18fe29c55391d78c8ab33c