[INFO] fetching crate web_timer 0.2.5...
[INFO] testing web_timer-0.2.5 against 1.90.0 for beta-1.91-3
[INFO] extracting crate web_timer 0.2.5 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate web_timer 0.2.5 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5e9032f0ac3df6f93890a316f4baee1e51dcf1f73fcfab7d1e3decf7e5bd2498
[INFO] running `Command { std: "docker" "start" "-a" "5e9032f0ac3df6f93890a316f4baee1e51dcf1f73fcfab7d1e3decf7e5bd2498", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e9032f0ac3df6f93890a316f4baee1e51dcf1f73fcfab7d1e3decf7e5bd2498", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e9032f0ac3df6f93890a316f4baee1e51dcf1f73fcfab7d1e3decf7e5bd2498", kill_on_drop: false }`
[INFO] [stdout] 5e9032f0ac3df6f93890a316f4baee1e51dcf1f73fcfab7d1e3decf7e5bd2498
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0638652d52aa1367f4171d0985063939a1f2fcefa45a7f404ca896d3ff65d6fb
[INFO] running `Command { std: "docker" "start" "-a" "0638652d52aa1367f4171d0985063939a1f2fcefa45a7f404ca896d3ff65d6fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling externref_polyfill v0.1.0
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[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" "0638652d52aa1367f4171d0985063939a1f2fcefa45a7f404ca896d3ff65d6fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0638652d52aa1367f4171d0985063939a1f2fcefa45a7f404ca896d3ff65d6fb", kill_on_drop: false }`
[INFO] [stdout] 0638652d52aa1367f4171d0985063939a1f2fcefa45a7f404ca896d3ff65d6fb
