[INFO] fetching crate forky_web 0.2.1-rc.1... [INFO] testing forky_web-0.2.1-rc.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate forky_web 0.2.1-rc.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate forky_web 0.2.1-rc.1 [INFO] finished tweaking crates.io crate forky_web 0.2.1-rc.1 [INFO] tweaked toml for crates.io crate forky_web 0.2.1-rc.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate forky_web 0.2.1-rc.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate forky_web 0.2.1-rc.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded extend v1.2.0 [INFO] [stderr] Downloaded forky_core v0.2.1-rc.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88724debf74aa083845a3cf2723c119e5bbd57373ba8c98c46fe7acc552c1e60 [INFO] running `Command { std: "docker" "start" "-a" "88724debf74aa083845a3cf2723c119e5bbd57373ba8c98c46fe7acc552c1e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88724debf74aa083845a3cf2723c119e5bbd57373ba8c98c46fe7acc552c1e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88724debf74aa083845a3cf2723c119e5bbd57373ba8c98c46fe7acc552c1e60", kill_on_drop: false }` [INFO] [stdout] 88724debf74aa083845a3cf2723c119e5bbd57373ba8c98c46fe7acc552c1e60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be4b582eecd9ae77852714b307c85383ae7ff159b080163581b43fab28bfcd68 [INFO] running `Command { std: "docker" "start" "-a" "be4b582eecd9ae77852714b307c85383ae7ff159b080163581b43fab28bfcd68", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.99 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling extend v1.2.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.99 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.99 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.99 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling forky_core v0.2.1-rc.1 [INFO] [stderr] Compiling js-sys v0.3.76 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.49 [INFO] [stderr] Compiling web-sys v0.3.76 [INFO] [stderr] Compiling forky_web v0.2.1-rc.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.45s [INFO] running `Command { std: "docker" "inspect" "be4b582eecd9ae77852714b307c85383ae7ff159b080163581b43fab28bfcd68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be4b582eecd9ae77852714b307c85383ae7ff159b080163581b43fab28bfcd68", kill_on_drop: false }` [INFO] [stdout] be4b582eecd9ae77852714b307c85383ae7ff159b080163581b43fab28bfcd68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90ffad02cbf724e1342e66977ff21d2d568613a3a608c6853f8632d3812c7c0f [INFO] running `Command { std: "docker" "start" "-a" "90ffad02cbf724e1342e66977ff21d2d568613a3a608c6853f8632d3812c7c0f", kill_on_drop: false }` [INFO] [stderr] Compiling forky_web v0.2.1-rc.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/dom_utils/future_timeout.rs:51:6 [INFO] [stdout] | [INFO] [stdout] 51 | use sweet::prelude::*; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `sweet`, use `cargo add sweet` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/dom_utils/html_event_waiter.rs:116:6 [INFO] [stdout] | [INFO] [stdout] 116 | use sweet::prelude::*; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `sweet`, use `cargo add sweet` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/net/fetch.rs:20:6 [INFO] [stdout] | [INFO] [stdout] 20 | use sweet::prelude::*; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `sweet`, use `cargo add sweet` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/dom_utils/future_timeout.rs:53:4 [INFO] [stdout] | [INFO] [stdout] 53 | #[sweet::test] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/dom_utils/future_timeout.rs:67:4 [INFO] [stdout] | [INFO] [stdout] 67 | #[sweet::test] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/dom_utils/html_event_waiter.rs:118:4 [INFO] [stdout] | [INFO] [stdout] 118 | #[sweet::test] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/net/fetch.rs:22:4 [INFO] [stdout] | [INFO] [stdout] 22 | #[sweet::test] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/net/fetch.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | #[sweet::test] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/dom_utils/future_timeout.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | pub async fn works() -> Result<()> { [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 54 | pub async fn works() -> Result<(), E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/dom_utils/future_timeout.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | pub async fn times_out() -> Result<()> { [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 68 | pub async fn times_out() -> Result<(), E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/dom_utils/html_event_waiter.rs:120:34 [INFO] [stdout] | [INFO] [stdout] 120 | async fn html_event_waiter() -> Result<()> { [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 120 | async fn html_event_waiter() -> Result<(), E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found built-in attribute `expect` [INFO] [stdout] --> src/dom_utils/future_timeout.rs:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | expect(a).to_be(39); [INFO] [stdout] | ^^^^^^ not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found built-in attribute `expect` [INFO] [stdout] --> src/dom_utils/future_timeout.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | expect(err).to_be_err_str("Timeout"); [INFO] [stdout] | ^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use the `.` operator to call the method `expect` on `Result<(), anyhow::Error>` [INFO] [stdout] | [INFO] [stdout] 77 - expect(err).to_be_err_str("Timeout"); [INFO] [stdout] 77 + err.expect().to_be_err_str("Timeout"); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/net/fetch.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | async fn works() -> Result<()> { [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 23 | async fn works() -> Result<(), E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found built-in attribute `expect` [INFO] [stdout] --> src/net/fetch.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | expect(res.status()).to_be(200); [INFO] [stdout] | ^^^^^^ not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/net/fetch.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | async fn text() -> Result<()> { [INFO] [stdout] | ^^^^^^ -- supplied 1 generic argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 generic arguments [INFO] [stdout] | [INFO] [stdout] help: add missing generic argument [INFO] [stdout] | [INFO] [stdout] 29 | async fn text() -> Result<(), E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found built-in attribute `expect` [INFO] [stdout] --> src/net/fetch.rs:32:3 [INFO] [stdout] | [INFO] [stdout] 32 | expect(text.as_str()) [INFO] [stdout] | ^^^^^^ not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found built-in attribute `expect` [INFO] [stdout] --> src/net/fetch.rs:34:3 [INFO] [stdout] | [INFO] [stdout] 34 | expect(res.status()).to_be(200); [INFO] [stdout] | ^^^^^^ not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sweet` [INFO] [stdout] --> src/lib.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(test, test_runner(sweet::test_runner))] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `sweet` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `sweet`, use `cargo add sweet` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0423, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `forky_web` (lib test) due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "90ffad02cbf724e1342e66977ff21d2d568613a3a608c6853f8632d3812c7c0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ffad02cbf724e1342e66977ff21d2d568613a3a608c6853f8632d3812c7c0f", kill_on_drop: false }` [INFO] [stdout] 90ffad02cbf724e1342e66977ff21d2d568613a3a608c6853f8632d3812c7c0f