[INFO] fetching crate web_timer 0.2.5... [INFO] testing web_timer-0.2.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate web_timer 0.2.5 into /workspace/builds/worker-3-tc2/source [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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate web_timer 0.2.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e0ff485ac1a218672b79c5c3eb298061f871de4b42ebe75f79f3a2898f17e9c [INFO] running `Command { std: "docker" "start" "-a" "3e0ff485ac1a218672b79c5c3eb298061f871de4b42ebe75f79f3a2898f17e9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e0ff485ac1a218672b79c5c3eb298061f871de4b42ebe75f79f3a2898f17e9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e0ff485ac1a218672b79c5c3eb298061f871de4b42ebe75f79f3a2898f17e9c", kill_on_drop: false }` [INFO] [stdout] 3e0ff485ac1a218672b79c5c3eb298061f871de4b42ebe75f79f3a2898f17e9c [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 508b50b1e2aa26de16f17a408b2658c8fe30a476967e303e9baa0fa58c81a16e [INFO] running `Command { std: "docker" "start" "-a" "508b50b1e2aa26de16f17a408b2658c8fe30a476967e303e9baa0fa58c81a16e", kill_on_drop: false }` [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling externref_polyfill v0.1.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling js v0.5.7 [INFO] [stderr] Compiling 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[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-1949cf8c6b5b557f/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[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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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_1(cb); [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_1(cb); [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_1(handle); [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_1(handle); [INFO] [stdout] 78 + .invoke(handle); [INFO] [stdout] | [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) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "508b50b1e2aa26de16f17a408b2658c8fe30a476967e303e9baa0fa58c81a16e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "508b50b1e2aa26de16f17a408b2658c8fe30a476967e303e9baa0fa58c81a16e", kill_on_drop: false }` [INFO] [stdout] 508b50b1e2aa26de16f17a408b2658c8fe30a476967e303e9baa0fa58c81a16e