[INFO] fetching crate web_timer 0.2.5... [INFO] checking web_timer-0.2.5 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate web_timer 0.2.5 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate web_timer 0.2.5 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate web_timer 0.2.5 [INFO] finished tweaking crates.io crate web_timer 0.2.5 [INFO] tweaked toml for crates.io crate web_timer 0.2.5 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded no-std-compat v0.4.1 [INFO] [stderr] Downloaded externref_polyfill v0.1.0 [INFO] [stderr] Downloaded js v0.5.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 86a38cd09c8955fe424d028669363afbe149a505ae6e940ddcb624f20b0ee90f [INFO] running `Command { std: "docker" "start" "-a" "86a38cd09c8955fe424d028669363afbe149a505ae6e940ddcb624f20b0ee90f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86a38cd09c8955fe424d028669363afbe149a505ae6e940ddcb624f20b0ee90f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86a38cd09c8955fe424d028669363afbe149a505ae6e940ddcb624f20b0ee90f", kill_on_drop: false }` [INFO] [stdout] 86a38cd09c8955fe424d028669363afbe149a505ae6e940ddcb624f20b0ee90f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85590c4f9b0483b6f2e09baa9d81b276549fb6fca1a04ab75faea71c588b40d3 [INFO] running `Command { std: "docker" "start" "-a" "85590c4f9b0483b6f2e09baa9d81b276549fb6fca1a04ab75faea71c588b40d3", kill_on_drop: false }` [INFO] [stderr] Checking no-std-compat v0.4.1 [INFO] [stderr] Checking externref_polyfill v0.1.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking js v0.5.7 [INFO] [stderr] Checking web_timer v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `create_callback_future_0` in this scope [INFO] [stdout] --> src/lib.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | let (future, cb) = create_callback_future_0(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_future_0` in this scope [INFO] [stdout] --> src/lib.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | let (future, cb) = create_callback_future_0(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_2` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 21 | / js!("function(handler,time){ [INFO] [stdout] 22 | | window.setTimeout(this.createCallback(handler),time); [INFO] [stdout] 23 | | }") [INFO] [stdout] 24 | | .invoke_2(cb, milliseconds); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/js-0.5.7/src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / pub fn invoke(&self, params: &[InvokeParam]) -> f64 [INFO] [stdout] 205 | | where { [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_2` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 21 | / js!("function(handler,time){ [INFO] [stdout] 22 | | window.setTimeout(this.createCallback(handler),time); [INFO] [stdout] 23 | | }") [INFO] [stdout] 24 | | .invoke_2(cb, milliseconds); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/js-0.5.7/src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / pub fn invoke(&self, params: &[InvokeParam]) -> f64 [INFO] [stdout] 205 | | where { [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_0` in this scope [INFO] [stdout] --> src/lib.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | let cb = create_callback_0(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_0` in this scope [INFO] [stdout] --> src/lib.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | let cb = create_callback_0(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_2` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 12 | let handle = js!("function(handler,time){ [INFO] [stdout] | __________________- [INFO] [stdout] 13 | | window.setTimeout(this.createCallback(handler),time); [INFO] [stdout] 14 | | }") [INFO] [stdout] 15 | | .invoke_2(cb, milliseconds); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/js-0.5.7/src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / pub fn invoke(&self, params: &[InvokeParam]) -> f64 [INFO] [stdout] 205 | | where { [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_0` in this scope [INFO] [stdout] --> src/lib.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | let cb = create_callback_0(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_2` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 12 | let handle = js!("function(handler,time){ [INFO] [stdout] | __________________- [INFO] [stdout] 13 | | window.setTimeout(this.createCallback(handler),time); [INFO] [stdout] 14 | | }") [INFO] [stdout] 15 | | .invoke_2(cb, milliseconds); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/js-0.5.7/src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / pub fn invoke(&self, params: &[InvokeParam]) -> f64 [INFO] [stdout] 205 | | where { [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_0` in this scope [INFO] [stdout] --> src/lib.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | let cb = create_callback_0(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_2` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:36:6 [INFO] [stdout] | [INFO] [stdout] 33 | let handle = js!("function(handler,time){ [INFO] [stdout] | __________________- [INFO] [stdout] 34 | | window.setInterval(this.createCallback(handler),time); [INFO] [stdout] 35 | | }") [INFO] [stdout] 36 | | .invoke_2(cb, milliseconds); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/js-0.5.7/src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / pub fn invoke(&self, params: &[InvokeParam]) -> f64 [INFO] [stdout] 205 | | where { [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_0` in this scope [INFO] [stdout] --> src/lib.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | let cb = create_callback_0(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_2` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:36:6 [INFO] [stdout] | [INFO] [stdout] 33 | let handle = js!("function(handler,time){ [INFO] [stdout] | __________________- [INFO] [stdout] 34 | | window.setInterval(this.createCallback(handler),time); [INFO] [stdout] 35 | | }") [INFO] [stdout] 36 | | .invoke_2(cb, milliseconds); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/js-0.5.7/src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | / pub fn invoke(&self, params: &[InvokeParam]) -> f64 [INFO] [stdout] 205 | | where { [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_0` in this scope [INFO] [stdout] --> src/lib.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | let cb = create_callback_0(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:45:6 [INFO] [stdout] | [INFO] [stdout] 42 | / js!("function(handler){ [INFO] [stdout] 43 | | window.requestAnimationFrame(this.createCallback(handler)); [INFO] [stdout] 44 | | }") [INFO] [stdout] 45 | | .invoke_1(cb); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 45 | .invoke(cb); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_1` in this scope [INFO] [stdout] --> src/lib.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | let cb = create_callback_1(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:45:6 [INFO] [stdout] | [INFO] [stdout] 42 | / js!("function(handler){ [INFO] [stdout] 43 | | window.requestAnimationFrame(this.createCallback(handler)); [INFO] [stdout] 44 | | }") [INFO] [stdout] 45 | | .invoke_1(cb); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 45 | .invoke(cb); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_callback_1` in this scope [INFO] [stdout] --> src/lib.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | let cb = create_callback_1(callback); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:63:6 [INFO] [stdout] | [INFO] [stdout] 51 | / js!("function(cb){ [INFO] [stdout] 52 | | cb = this.createCallback(cb); [INFO] [stdout] 53 | | let time = Date.now(); [INFO] [stdout] 54 | | function run(){ [INFO] [stdout] ... | [INFO] [stdout] 62 | | }") [INFO] [stdout] 63 | | .invoke_1(cb); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 63 | .invoke(cb); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:63:6 [INFO] [stdout] | [INFO] [stdout] 51 | / js!("function(cb){ [INFO] [stdout] 52 | | cb = this.createCallback(cb); [INFO] [stdout] 53 | | let time = Date.now(); [INFO] [stdout] 54 | | function run(){ [INFO] [stdout] ... | [INFO] [stdout] 62 | | }") [INFO] [stdout] 63 | | .invoke_1(cb); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 63 | .invoke(cb); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:71:6 [INFO] [stdout] | [INFO] [stdout] 68 | / js!("function(handle){ [INFO] [stdout] 69 | | window.clearTimeout(handle); [INFO] [stdout] 70 | | }") [INFO] [stdout] 71 | | .invoke_1(handle); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 71 | .invoke(handle); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:71:6 [INFO] [stdout] | [INFO] [stdout] 68 | / js!("function(handle){ [INFO] [stdout] 69 | | window.clearTimeout(handle); [INFO] [stdout] 70 | | }") [INFO] [stdout] 71 | | .invoke_1(handle); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 71 | .invoke(handle); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 75 | / js!("function(handle){ [INFO] [stdout] 76 | | window.clearInterval(handle); [INFO] [stdout] 77 | | }") [INFO] [stdout] 78 | | .invoke_1(handle); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 78 | .invoke(handle); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 75 | / js!("function(handle){ [INFO] [stdout] 76 | | window.clearInterval(handle); [INFO] [stdout] 77 | | }") [INFO] [stdout] 78 | | .invoke_1(handle); [INFO] [stdout] | |_____-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 78 | .invoke(handle); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `web_timer` (lib test) due to 13 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `web_timer` (lib) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "85590c4f9b0483b6f2e09baa9d81b276549fb6fca1a04ab75faea71c588b40d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85590c4f9b0483b6f2e09baa9d81b276549fb6fca1a04ab75faea71c588b40d3", kill_on_drop: false }` [INFO] [stdout] 85590c4f9b0483b6f2e09baa9d81b276549fb6fca1a04ab75faea71c588b40d3