[INFO] fetching crate web-dom 0.3.10...
[INFO] testing web-dom-0.3.10 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate web-dom 0.3.10 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate web-dom 0.3.10
[INFO] finished tweaking crates.io crate web-dom 0.3.10
[INFO] tweaked toml for crates.io crate web-dom 0.3.10 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate web-dom 0.3.10 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ff24900272d69fa869ea0fb4d8c137bb533e8c41a8793a924bbb8c0ed6e1a34
[INFO] running `Command { std: "docker" "start" "-a" "8ff24900272d69fa869ea0fb4d8c137bb533e8c41a8793a924bbb8c0ed6e1a34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ff24900272d69fa869ea0fb4d8c137bb533e8c41a8793a924bbb8c0ed6e1a34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ff24900272d69fa869ea0fb4d8c137bb533e8c41a8793a924bbb8c0ed6e1a34", kill_on_drop: false }`
[INFO] [stdout] 8ff24900272d69fa869ea0fb4d8c137bb533e8c41a8793a924bbb8c0ed6e1a34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d87864d0b8e600be60c1cabc0bae66fa8c84b0fb90cfa398b048345524c269dc
[INFO] running `Command { std: "docker" "start" "-a" "d87864d0b8e600be60c1cabc0bae66fa8c84b0fb90cfa398b048345524c269dc", kill_on_drop: false }`
[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_common v0.4.3
[INFO] [stdout] error[E0412]: cannot find type `JSObject` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:68:22
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl GetProperty for JSObject {
[INFO] [stdout]    |                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `JSObject` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:139:22
[INFO] [stdout]     |
[INFO] [stdout] 139 | impl SetProperty for JSObject {
[INFO] [stdout]     |                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:22:14
[INFO] [stdout]     |
[INFO] [stdout]  18 | /             js!("function(el,strPtr,strLen){
[INFO] [stdout]  19 | |             el = this.getObject(el);
[INFO] [stdout]  20 | |             return el[this.readUtf8FromMemory(strPtr,strLen)];
[INFO] [stdout]  21 | |         }")
[INFO] [stdout]  22 | |             .invoke_3(v, name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:37:10
[INFO] [stdout]     |
[INFO] [stdout]  29 |           let v = js!(r#"function(el,strPtr,strLen){
[INFO] [stdout]     |  _________________-
[INFO] [stdout]  30 | |             el = this.getObject(el);
[INFO] [stdout]  31 | |             let i = el[this.readUtf8FromMemory(strPtr,strLen)];
[INFO] [stdout]  32 | |             if(typeof i !== "boolean"){
[INFO] [stdout] ...   |
[INFO] [stdout]  36 | |         }"#)
[INFO] [stdout]  37 | |         .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:56:10
[INFO] [stdout]     |
[INFO] [stdout]  48 |           let attr = js!(r#"function(o,strPtr,strLen){
[INFO] [stdout]     |  ____________________-
[INFO] [stdout]  49 | |                 o = this.getObject(o);
[INFO] [stdout]  50 | |                 const a = o[this.readUtf8FromMemory(strPtr,strLen)];
[INFO] [stdout]  51 | |                 if(a === null){
[INFO] [stdout] ...   |
[INFO] [stdout]  55 | |             }"#)
[INFO] [stdout]  56 | |         .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:78:10
[INFO] [stdout]     |
[INFO] [stdout]  70 |           let o = js!(r#"function(o,strPtr,strLen){
[INFO] [stdout]     |  _________________-
[INFO] [stdout]  71 | |                 o = this.getObject(o);
[INFO] [stdout]  72 | |                 const a = o[this.readUtf8FromMemory(strPtr,strLen)];
[INFO] [stdout]  73 | |                 if(a === null){
[INFO] [stdout] ...   |
[INFO] [stdout]  77 | |             }"#)
[INFO] [stdout]  78 | |         .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0433]: failed to resolve: use of undeclared type `JSObject`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |             Some(JSObject::from(o))
[INFO] [stdout]    |                  ^^^^^^^^ use of undeclared type `JSObject`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `invoke_4` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | /         js!("function(el,strPtr,strLen,value){
[INFO] [stdout] 101 | |             el = this.getObject(el);
[INFO] [stdout] 102 | |             return el[this.readUtf8FromMemory(strPtr,strLen)] = value;
[INFO] [stdout] 103 | |         }")
[INFO] [stdout] 104 | |         .invoke_4(el.into(), id.as_ptr() as u32, id.len() as u32, v);
[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[E0599]: no method named `invoke_5` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 110 | /         js!(r#"function(o,strPtr,strLen,valPtr,valLen){
[INFO] [stdout] 111 | |             o = this.getObject(o);
[INFO] [stdout] 112 | |             o[this.readUtf8FromMemory(strPtr,strLen)] = this.readUtf8FromMemory(valPtr,valLen);
[INFO] [stdout] 113 | |         }"#)
[INFO] [stdout] 114 | |         .invoke_5(
[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[E0599]: no method named `invoke_4` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:130:10
[INFO] [stdout]     |
[INFO] [stdout] 126 | /         js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout] 127 | |             o = this.getObject(o);
[INFO] [stdout] 128 | |             o[this.readUtf8FromMemory(strPtr,strLen)] = val > 0;
[INFO] [stdout] 129 | |         }"#)
[INFO] [stdout] 130 | |         .invoke_4(
[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[E0599]: no method named `invoke_4` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 141 | /         js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout] 142 | |             o = this.getObject(o);
[INFO] [stdout] 143 | |             o[this.readUtf8FromMemory(strPtr,strLen)] = this.getObject(val);
[INFO] [stdout] 144 | |         }"#)
[INFO] [stdout] 145 | |         .invoke_4(
[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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:166:6
[INFO] [stdout]     |
[INFO] [stdout] 162 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 163 | |         o = this.getObject(o);
[INFO] [stdout] 164 | |         return o[this.readUtf8FromMemory(strPtr,strLen)] === null ? 1.0 : 0.0;
[INFO] [stdout] 165 | |     }"#)
[INFO] [stdout] 166 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:175:6
[INFO] [stdout]     |
[INFO] [stdout] 171 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 172 | |         o = this.getObject(o);
[INFO] [stdout] 173 | |         return o[this.readUtf8FromMemory(strPtr,strLen)] === undefined ? 1.0 : 0.0;
[INFO] [stdout] 174 | |     }"#)
[INFO] [stdout] 175 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:184:6
[INFO] [stdout]     |
[INFO] [stdout] 180 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 181 | |         o = this.getObject(o);
[INFO] [stdout] 182 | |         return typeof o[this.readUtf8FromMemory(strPtr,strLen)] === "number" ? 1.0 : 0.0;
[INFO] [stdout] 183 | |     }"#)
[INFO] [stdout] 184 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:193:6
[INFO] [stdout]     |
[INFO] [stdout] 189 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 190 | |         o = this.getObject(o);
[INFO] [stdout] 191 | |         return typeof o[this.readUtf8FromMemory(strPtr,strLen)] === "boolean" ? 1.0 : 0.0;
[INFO] [stdout] 192 | |     }"#)
[INFO] [stdout] 193 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:202:6
[INFO] [stdout]     |
[INFO] [stdout] 198 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 199 | |         o = this.getObject(o);
[INFO] [stdout] 200 | |         return typeof o[this.readUtf8FromMemory(strPtr,strLen)] === "string" ? 1.0 : 0.0;
[INFO] [stdout] 201 | |     }"#)
[INFO] [stdout] 202 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:211:6
[INFO] [stdout]     |
[INFO] [stdout] 207 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 208 | |         o = this.getObject(o);
[INFO] [stdout] 209 | |         return typeof o[this.readUtf8FromMemory(strPtr,strLen)] === "object" ? 1.0 : 0.0;
[INFO] [stdout] 210 | |     }"#)
[INFO] [stdout] 211 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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[E0599]: no method named `invoke_3` found for struct `js::JSFunction` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/web_common-0.4.3/src/lib.rs:220:6
[INFO] [stdout]     |
[INFO] [stdout] 216 |       let v = js!(r#"function(o,strPtr,strLen,val){
[INFO] [stdout]     |  _____________-
[INFO] [stdout] 217 | |         o = this.getObject(o);
[INFO] [stdout] 218 | |         return Array.isArray(o[this.readUtf8FromMemory(strPtr,strLen)]) ? 1.0 : 0.0;
[INFO] [stdout] 219 | |     }"#)
[INFO] [stdout] 220 | |     .invoke_3(el.into(), name.as_ptr() as u32, name.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-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] Some errors have detailed explanations: E0412, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `web_common` (lib) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "d87864d0b8e600be60c1cabc0bae66fa8c84b0fb90cfa398b048345524c269dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d87864d0b8e600be60c1cabc0bae66fa8c84b0fb90cfa398b048345524c269dc", kill_on_drop: false }`
[INFO] [stdout] d87864d0b8e600be60c1cabc0bae66fa8c84b0fb90cfa398b048345524c269dc
