[INFO] fetching crate web_canvas 0.0.7... [INFO] checking web_canvas-0.0.7 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate web_canvas 0.0.7 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate web_canvas 0.0.7 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_canvas 0.0.7 [INFO] finished tweaking crates.io crate web_canvas 0.0.7 [INFO] tweaked toml for crates.io crate web_canvas 0.0.7 written to /workspace/builds/worker-5-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 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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ba50304f3526c8409adbde544535076dc6b3e292f00d4be92b4f7ce1472ab7d2 [INFO] running `Command { std: "docker" "start" "-a" "ba50304f3526c8409adbde544535076dc6b3e292f00d4be92b4f7ce1472ab7d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba50304f3526c8409adbde544535076dc6b3e292f00d4be92b4f7ce1472ab7d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba50304f3526c8409adbde544535076dc6b3e292f00d4be92b4f7ce1472ab7d2", kill_on_drop: false }` [INFO] [stdout] ba50304f3526c8409adbde544535076dc6b3e292f00d4be92b4f7ce1472ab7d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2b49bf7fdd9055c68f3839137f40d0bf5e92ecb0f3c6cc7676bf31ab71439a3f [INFO] running `Command { std: "docker" "start" "-a" "2b49bf7fdd9055c68f3839137f40d0bf5e92ecb0f3c6cc7676bf31ab71439a3f", 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_canvas v0.0.7 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `invoke_1` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 24 | / js!(r#"function(el){ [INFO] [stdout] 25 | | el = this.getObject(el); [INFO] [stdout] 26 | | let ctx = el.getContext("2d"); [INFO] [stdout] 27 | | return this.storeObject(ctx); [INFO] [stdout] 28 | | }"#) [INFO] [stdout] 29 | | .invoke_1(el.into()) [INFO] [stdout] | |_________________-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 29 | .invoke(el.into()) [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:29:18 [INFO] [stdout] | [INFO] [stdout] 24 | / js!(r#"function(el){ [INFO] [stdout] 25 | | el = this.getObject(el); [INFO] [stdout] 26 | | let ctx = el.getContext("2d"); [INFO] [stdout] 27 | | return this.storeObject(ctx); [INFO] [stdout] 28 | | }"#) [INFO] [stdout] 29 | | .invoke_1(el.into()) [INFO] [stdout] | |_________________-^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `invoke` with a similar name [INFO] [stdout] | [INFO] [stdout] 29 | .invoke(el.into()) [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 37 | / js!("function(ctx,strPtr,strLen){ [INFO] [stdout] 38 | | ctx = this.getObject(ctx); [INFO] [stdout] 39 | | ctx.fillStyle = this.readUtf8FromMemory(strPtr,strLen); [INFO] [stdout] 40 | | }") [INFO] [stdout] 41 | | .invoke_3(self.handle, color.as_ptr() as u32, color.len() as u32); [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_3` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 37 | / js!("function(ctx,strPtr,strLen){ [INFO] [stdout] 38 | | ctx = this.getObject(ctx); [INFO] [stdout] 39 | | ctx.fillStyle = this.readUtf8FromMemory(strPtr,strLen); [INFO] [stdout] 40 | | }") [INFO] [stdout] 41 | | .invoke_3(self.handle, color.as_ptr() as u32, color.len() as u32); [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_5` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 51 | / js!("function(ctx,x,y,w,h){ [INFO] [stdout] 52 | | ctx = this.getObject(ctx); [INFO] [stdout] 53 | | ctx.fillRect(x,y,w,h); [INFO] [stdout] 54 | | }") [INFO] [stdout] 55 | | .invoke_5(self.handle, x, y, w, h); [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_5` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 51 | / js!("function(ctx,x,y,w,h){ [INFO] [stdout] 52 | | ctx = this.getObject(ctx); [INFO] [stdout] 53 | | ctx.fillRect(x,y,w,h); [INFO] [stdout] 54 | | }") [INFO] [stdout] 55 | | .invoke_5(self.handle, x, y, w, h); [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_5` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 65 | / js!("function(ctx,x,y,w,h){ [INFO] [stdout] 66 | | ctx = this.getObject(ctx); [INFO] [stdout] 67 | | ctx.clearRect(x,y,w,h); [INFO] [stdout] 68 | | }") [INFO] [stdout] 69 | | .invoke_5(self.handle, x, y, w, h); [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_5` found for struct `js::JSFunction` in the current scope [INFO] [stdout] --> src/lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 65 | / js!("function(ctx,x,y,w,h){ [INFO] [stdout] 66 | | ctx = this.getObject(ctx); [INFO] [stdout] 67 | | ctx.clearRect(x,y,w,h); [INFO] [stdout] 68 | | }") [INFO] [stdout] 69 | | .invoke_5(self.handle, x, y, w, h); [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: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `web_canvas` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `web_canvas` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "2b49bf7fdd9055c68f3839137f40d0bf5e92ecb0f3c6cc7676bf31ab71439a3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b49bf7fdd9055c68f3839137f40d0bf5e92ecb0f3c6cc7676bf31ab71439a3f", kill_on_drop: false }` [INFO] [stdout] 2b49bf7fdd9055c68f3839137f40d0bf5e92ecb0f3c6cc7676bf31ab71439a3f