[INFO] cloning repository https://github.com/Haider-Ali-DS/wasmedge_guide
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Haider-Ali-DS/wasmedge_guide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaider-Ali-DS%2Fwasmedge_guide", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaider-Ali-DS%2Fwasmedge_guide'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d0707e4a8034e80c0c36bf7295872beecac325c
[INFO] checking Haider-Ali-DS/wasmedge_guide against try#a3dffdb3a32d0dedc198f9de7d43173f3eb6727b for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaider-Ali-DS%2Fwasmedge_guide" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  91% (690/751)
Updating files:  92% (691/751)
Updating files:  93% (699/751)
Updating files:  94% (706/751)
Updating files:  95% (714/751)
Updating files:  96% (721/751)
Updating files:  97% (729/751)
Updating files:  98% (736/751)
Updating files:  99% (744/751)
Updating files: 100% (751/751)
Updating files: 100% (751/751), done.
[INFO] validating manifest of git repo https://github.com/Haider-Ali-DS/wasmedge_guide on toolchain a3dffdb3a32d0dedc198f9de7d43173f3eb6727b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Haider-Ali-DS/wasmedge_guide
[INFO] finished tweaking git repo https://github.com/Haider-Ali-DS/wasmedge_guide
[INFO] tweaked toml for git repo https://github.com/Haider-Ali-DS/wasmedge_guide written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Haider-Ali-DS/wasmedge_guide 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" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 98477872e118ac277a9e4e23acb6a7f6e5c1f4cffed5825724af16d5151bec15
[INFO] running `Command { std: "docker" "start" "-a" "98477872e118ac277a9e4e23acb6a7f6e5c1f4cffed5825724af16d5151bec15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98477872e118ac277a9e4e23acb6a7f6e5c1f4cffed5825724af16d5151bec15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98477872e118ac277a9e4e23acb6a7f6e5c1f4cffed5825724af16d5151bec15", kill_on_drop: false }`
[INFO] [stdout] 98477872e118ac277a9e4e23acb6a7f6e5c1f4cffed5825724af16d5151bec15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3db9f4588ee89bdae26e0e70a13e8c532a7f614a27c064348e6b3487031fb6e2
[INFO] running `Command { std: "docker" "start" "-a" "3db9f4588ee89bdae26e0e70a13e8c532a7f614a27c064348e6b3487031fb6e2", kill_on_drop: false }`
[INFO] [stderr]     Checking encoding_index_tests v0.1.4
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling wasmedge_quickjs v0.4.0-alpha (/opt/rustwide/workdir)
[INFO] [stderr]     Checking argparse v0.2.2
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking encoding-index-korean v1.20141219.5
[INFO] [stderr]     Checking encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-japanese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking encoding v0.2.33
[INFO] [stderr]     Checking unicode-normalization v0.1.21
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]  --> src/event_loop/wasi_sock.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::os::wasi::prelude::{AsRawFd, RawFd};
[INFO] [stdout]   |              ^^^^ could not find `wasi` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:107:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:106:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]  --> src/event_loop/wasi_sock.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::os::wasi::prelude::{AsRawFd, RawFd};
[INFO] [stdout]   |              ^^^^ could not find `wasi` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:107:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/a3dffdb3a32d0dedc198f9de7d43173f3eb6727b/library/std/src/os/mod.rs:106:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasm32` in `arch`
[INFO] [stdout]  --> src/internal_module/os.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     JsValue::Int(arch::wasm32::memory_size::<0>() as i32)
[INFO] [stdout]   |                        ^^^^^^ could not find `wasm32` in `arch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasm32` in `arch`
[INFO] [stdout]  --> src/internal_module/os.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     JsValue::Int(arch::wasm32::memory_size::<0>() as i32)
[INFO] [stdout]   |                        ^^^^^^ could not find `wasm32` in `arch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasmedge_quickjs` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasmedge_quickjs` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "3db9f4588ee89bdae26e0e70a13e8c532a7f614a27c064348e6b3487031fb6e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3db9f4588ee89bdae26e0e70a13e8c532a7f614a27c064348e6b3487031fb6e2", kill_on_drop: false }`
[INFO] [stdout] 3db9f4588ee89bdae26e0e70a13e8c532a7f614a27c064348e6b3487031fb6e2
