[INFO] fetching crate wasm-embedded-rt 0.4.0...
[INFO] testing wasm-embedded-rt-0.4.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate wasm-embedded-rt 0.4.0 into /workspace/builds/worker-1-tc2/source
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate wasm-embedded-rt 0.4.0
[INFO] finished tweaking crates.io crate wasm-embedded-rt 0.4.0
[INFO] tweaked toml for crates.io crate wasm-embedded-rt 0.4.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wasm-embedded-rt 0.4.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wasm-embedded-rt 0.4.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `log` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `wasm-embedded-spec` dependency)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51a0de7e4ea8b4d2e47d564618c7db8ea3a1b9db839323d221d626609724269d
[INFO] running `Command { std: "docker" "start" "-a" "51a0de7e4ea8b4d2e47d564618c7db8ea3a1b9db839323d221d626609724269d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51a0de7e4ea8b4d2e47d564618c7db8ea3a1b9db839323d221d626609724269d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51a0de7e4ea8b4d2e47d564618c7db8ea3a1b9db839323d221d626609724269d", kill_on_drop: false }`
[INFO] [stdout] 51a0de7e4ea8b4d2e47d564618c7db8ea3a1b9db839323d221d626609724269d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2dd68f1d31585712809c414242f0335a5583fb1f4a2c4d38ff02f14dfa1732b
[INFO] running `Command { std: "docker" "start" "-a" "d2dd68f1d31585712809c414242f0335a5583fb1f4a2c4d38ff02f14dfa1732b", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `log` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `wasm-embedded-spec` dependency)
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling serde_derive v1.0.132
[INFO] [stderr]    Compiling serde v1.0.132
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling io-lifetimes v0.7.5
[INFO] [stderr]    Compiling rustix v0.35.13
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling target-lexicon v0.12.5
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling cranelift-isle v0.90.0
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.90.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.90.0
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling slice-group-by v0.3.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling rustix v0.36.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling bumpalo v3.11.1
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling regalloc2 v0.4.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling clang-sys v1.4.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling wasmtime-asm-macros v3.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]    Compiling io-extras v0.15.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling wasm-encoder v0.20.0
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling wasmtime-cache v3.0.0
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling wasmtime-fiber v3.0.0
[INFO] [stderr]    Compiling zstd-sys v2.0.3+zstd.1.5.2
[INFO] [stderr]    Compiling ittapi-sys v0.3.2
[INFO] [stderr]    Compiling wasmtime-runtime v3.0.0
[INFO] [stderr]    Compiling psm v0.1.16
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling ambient-authority v0.0.1
[INFO] [stderr]    Compiling bindgen v0.63.0
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling cap-primitives v0.26.1
[INFO] [stderr]    Compiling wast v50.0.0
[INFO] [stderr]    Compiling cranelift-codegen v0.90.0
[INFO] [stderr]    Compiling file-per-thread-logger v0.1.4
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling fs-set-times v0.17.1
[INFO] [stderr]    Compiling shellexpand v2.1.0
[INFO] [stderr]    Compiling directories-next v2.0.0
[INFO] [stderr]    Compiling memfd v0.6.2
[INFO] [stderr]    Compiling wasmtime-jit-icache-coherence v2.0.0
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling maybe-owned v0.3.4
[INFO] [stderr]    Compiling wasmtime v3.0.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling cap-std v0.26.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling nb v1.0.0
[INFO] [stderr]    Compiling wasi-common v3.0.0
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling cap-fs-ext v0.26.1
[INFO] [stderr]    Compiling system-interface v0.23.0
[INFO] [stderr]    Compiling embedded-hal v1.0.0-alpha.8
[INFO] [stderr]    Compiling cap-rand v0.26.1
[INFO] [stderr]    Compiling cmake v0.1.46
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling cap-time-ext v0.26.1
[INFO] [stderr]    Compiling is-terminal v0.3.0
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling wasmtime-wasi v3.0.0
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling serial-core v0.4.0
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling ioctl-rs v0.1.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling embedded-hal v0.2.6
[INFO] [stderr]    Compiling serial-unix v0.4.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling wasm-embedded-rt v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling embedded-hal-mock v0.7.2
[INFO] [stderr]    Compiling strum v0.21.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling ittapi v0.3.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling simplelog v0.10.2
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling witx v0.9.1
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling sysfs_gpio v0.6.1
[INFO] [stderr]    Compiling gpio-cdev v0.5.1
[INFO] [stderr]    Compiling i2cdev v0.5.1
[INFO] [stderr]    Compiling spidev v0.5.1
[INFO] [stderr]    Compiling wat v1.0.52
[INFO] [stderr]    Compiling structopt v0.3.25
[INFO] [stderr]    Compiling linux-embedded-hal v0.4.0-alpha.3
[INFO] [stderr]    Compiling wiggle-generate v3.0.0
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling wiggle-macro v3.0.0
[INFO] [stderr]    Compiling wasm-embedded-spec v0.4.0
[INFO] [stderr]    Compiling wasm-embedded-rt-wasm3 v0.4.0
[INFO] [stderr]    Compiling cranelift-entity v0.90.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling cranelift-bforest v0.90.0
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling wasmparser v0.93.0
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling cranelift-egraph v0.90.0
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling wasmtime-types v3.0.0
[INFO] [stderr]    Compiling wasmtime-jit-debug v3.0.0
[INFO] [stderr]    Compiling wasmtime-environ v3.0.0
[INFO] [stderr] error: failed to run custom build command for `wasm-embedded-rt-wasm3 v0.4.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/wasm-embedded-rt-wasm3-dbd6b3170ab74f74/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=src/
[INFO] [stderr]   cargo:rerun-if-changed=inc/
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-changed=CMakeLists.txt
[INFO] [stderr]   cargo:ROOT=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-embedded-rt-wasm3-0.4.0
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/wasm-embedded-rt-wasm3-5214f40e13d0c323/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-embedded-rt-wasm3-0.4.0/./" "-DWASME_BUILD_WASM3=ON" "-DWASME_SPEC_DIR=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-embedded-spec-0.4.0" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/wasm-embedded-rt-wasm3-5214f40e13d0c323/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 13.3.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 13.3.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Configuring done (2.0s)
[INFO] [stderr]   -- Generating done (0.0s)
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/wasm-embedded-rt-wasm3-5214f40e13d0c323/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/wasm-embedded-rt-wasm3-5214f40e13d0c323/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "Debug" "--parallel" "16"
[INFO] [stderr]   [  6%] Creating directories for 'wasm3'
[INFO] [stderr]   [ 13%] Performing download step (git clone) for 'wasm3'
[INFO] [stderr]   -- Had to git clone more than once: 3 times.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr]   To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stderr]   Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing)
[INFO] [stderr]   WASI ENABLED
[INFO] [stderr]   WASM3 BUILD ENABLED
[INFO] [stderr]   Using embedded-wasm/spec from: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-embedded-spec-0.4.0
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   gmake: warning: -j16 forced in submake: resetting jobserver mode.
[INFO] [stderr]   Cloning into 'wasm3'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ryankurte/wasm3.git/': Could not resolve host: github.com
[INFO] [stderr]   Cloning into 'wasm3'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ryankurte/wasm3.git/': Could not resolve host: github.com
[INFO] [stderr]   Cloning into 'wasm3'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ryankurte/wasm3.git/': Could not resolve host: github.com
[INFO] [stderr]   CMake Error at /opt/rustwide/target/debug/build/wasm-embedded-rt-wasm3-5214f40e13d0c323/out/build/wasm3-prefix/tmp/wasm3-gitclone.cmake:39 (message):
[INFO] [stderr]     Failed to clone repository: 'https://github.com/ryankurte/wasm3.git'
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/wasm3.dir/build.make:98: wasm3-prefix/src/wasm3-stamp/wasm3-download] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/wasm3.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (5847) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.46/src/lib.rs:974:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x64b7bc9f7492 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x64b7bc9f7492 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x64b7bc9f7492 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x64b7bc9f7492 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x64b7bca0913f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x64b7bca0913f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x64b7bc9c5cd1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x64b7bc9c5cd1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x64b7bc9d13d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x64b7bc9d458f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x64b7bc9d43e9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x64b7bc9d4cc5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x64b7bc9d4aaa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x64b7bc9d1509 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x64b7bc9b9cbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x64b7bca13280 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x64b7bc9742eb - cmake::fail::h063283ff41f78184
[INFO] [stderr]     17:     0x64b7bc973faa - cmake::run::h9a19f907058ff2d8
[INFO] [stderr]     18:     0x64b7bc979098 - cmake::Config::build::h62d0f9304597386e
[INFO] [stderr]     19:     0x64b7bc4681c4 - build_script_build::main::h706a37c46ec9d6fe
[INFO] [stderr]     20:     0x64b7bc468ac3 - core::ops::function::FnOnce::call_once::hbd85632cf9725567
[INFO] [stderr]     21:     0x64b7bc468a36 - std::sys::backtrace::__rust_begin_short_backtrace::h1aaead424a171b37
[INFO] [stderr]     22:     0x64b7bc468969 - std::rt::lang_start::{{closure}}::he9e6d0f91ed6eac4
[INFO] [stderr]     23:     0x64b7bc9c7860 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x64b7bc9c7860 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]     25:     0x64b7bc9c7860 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]     26:     0x64b7bc9c7860 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x64b7bc9c7860 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x64b7bc9c7860 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]     29:     0x64b7bc9c7860 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]     30:     0x64b7bc9c7860 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x64b7bc9c7860 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x64b7bc468951 - std::rt::lang_start::h1e0415551f45df6f
[INFO] [stderr]     33:     0x64b7bc46bae5 - main
[INFO] [stderr]     34:     0x7d4615b851ca - <unknown>
[INFO] [stderr]     35:     0x7d4615b8528b - __libc_start_main
[INFO] [stderr]     36:     0x64b7bc466fd5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d2dd68f1d31585712809c414242f0335a5583fb1f4a2c4d38ff02f14dfa1732b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2dd68f1d31585712809c414242f0335a5583fb1f4a2c4d38ff02f14dfa1732b", kill_on_drop: false }`
[INFO] [stdout] d2dd68f1d31585712809c414242f0335a5583fb1f4a2c4d38ff02f14dfa1732b
