[INFO] cloning repository https://github.com/avrabe/node-wasm-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/avrabe/node-wasm-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favrabe%2Fnode-wasm-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favrabe%2Fnode-wasm-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cb7f47789e091c29a75e4cf883acfb205ddb622c
[INFO] checking avrabe/node-wasm-example against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favrabe%2Fnode-wasm-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/avrabe/node-wasm-example
[INFO] finished tweaking git repo https://github.com/avrabe/node-wasm-example
[INFO] tweaked toml for git repo https://github.com/avrabe/node-wasm-example written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/avrabe/node-wasm-example on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/avrabe/node-wasm-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wit-bindgen-rt v0.22.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 69cffba29c47d9d29a1d4031fffa388cd6ae084537e3db3f2d738f6a5397ffb4
[INFO] running `Command { std: "docker" "start" "-a" "69cffba29c47d9d29a1d4031fffa388cd6ae084537e3db3f2d738f6a5397ffb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "69cffba29c47d9d29a1d4031fffa388cd6ae084537e3db3f2d738f6a5397ffb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69cffba29c47d9d29a1d4031fffa388cd6ae084537e3db3f2d738f6a5397ffb4", kill_on_drop: false }`
[INFO] [stdout] 69cffba29c47d9d29a1d4031fffa388cd6ae084537e3db3f2d738f6a5397ffb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf36d0b426ae6bbd79b214f033e5c44918e1f4439b01366a2da14ec04ac68629
[INFO] running `Command { std: "docker" "start" "-a" "bf36d0b426ae6bbd79b214f033e5c44918e1f4439b01366a2da14ec04ac68629", kill_on_drop: false }`
[INFO] [stderr]    Compiling wit-bindgen-rt v0.22.0
[INFO] [stderr]     Checking hello v0.1.0 (/opt/rustwide/workdir/crates/hello)
[INFO] [stdout] error[E0583]: file not found for module `bindings`
[INFO] [stdout]  --> crates/hello/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod bindings;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `bindings`, create file "crates/hello/src/bindings.rs" or "crates/hello/src/bindings/mod.rs"
[INFO] [stdout]   = note: if there is a `mod bindings` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `exports` in `bindings`
[INFO] [stdout]  --> crates/hello/src/lib.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bindings::exports::component::{
[INFO] [stdout]   |               ^^^^^^^ could not find `exports` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `bindings`
[INFO] [stdout]   --> crates/hello/src/lib.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | bindings::export!(Hello with_types_in bindings);
[INFO] [stdout]    |           ^^^^^^ could not find `export` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `bindings`
[INFO] [stdout]  --> crates/hello/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod bindings;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `bindings`, create file "crates/hello/src/bindings.rs" or "crates/hello/src/bindings/mod.rs"
[INFO] [stdout]   = note: if there is a `mod bindings` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `exports` in `bindings`
[INFO] [stdout]  --> crates/hello/src/lib.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bindings::exports::component::{
[INFO] [stdout]   |               ^^^^^^^ could not find `exports` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `bindings`
[INFO] [stdout]   --> crates/hello/src/lib.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | bindings::export!(Hello with_types_in bindings);
[INFO] [stdout]    |           ^^^^^^ could not find `export` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hello` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hello` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "bf36d0b426ae6bbd79b214f033e5c44918e1f4439b01366a2da14ec04ac68629", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf36d0b426ae6bbd79b214f033e5c44918e1f4439b01366a2da14ec04ac68629", kill_on_drop: false }`
[INFO] [stdout] bf36d0b426ae6bbd79b214f033e5c44918e1f4439b01366a2da14ec04ac68629
