[INFO] cloning repository https://github.com/mattyg/bug-reproduction-wasmer-wamr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattyg/bug-reproduction-wasmer-wamr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyg%2Fbug-reproduction-wasmer-wamr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyg%2Fbug-reproduction-wasmer-wamr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 852834f584fd2af7db58c166ec6904c353a4a416 [INFO] documenting mattyg/bug-reproduction-wasmer-wamr against 1.95.0 for beta-1.96-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyg%2Fbug-reproduction-wasmer-wamr" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr [INFO] finished tweaking git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr [INFO] tweaked toml for git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/wasmerio/wasmer.git` [INFO] [stderr] Updating git submodule `https://github.com/bytecodealliance/wasm-micro-runtime` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded shared-buffer v0.1.4 [INFO] [stderr] Downloaded memmap2 v0.6.2 [INFO] [stderr] Downloaded wat v1.0.71 [INFO] [stderr] Downloaded wasmer-config v0.2.0 [INFO] [stderr] Downloaded wasm-encoder v0.32.0 [INFO] [stderr] Downloaded enum-iterator-derive v0.7.0 [INFO] [stderr] Downloaded enum-iterator v0.7.0 [INFO] [stderr] Downloaded xxhash-rust v0.8.10 [INFO] [stderr] Downloaded darling_macro v0.20.9 [INFO] [stderr] Downloaded enumset_derive v0.8.1 [INFO] [stderr] Downloaded darling v0.20.9 [INFO] [stderr] Downloaded region v3.0.2 [INFO] [stderr] Downloaded enumset v1.1.3 [INFO] [stderr] Downloaded document-features v0.2.8 [INFO] [stderr] Downloaded corosensei v0.1.4 [INFO] [stderr] Downloaded darling_core v0.20.9 [INFO] [stderr] Downloaded rkyv v0.7.44 [INFO] [stderr] Downloaded wast v64.0.0 [INFO] [stderr] Downloaded rkyv_derive v0.7.44 [INFO] [stderr] Downloaded wasmparser v0.121.2 [INFO] [stderr] Downloaded webc v6.0.0-rc1 [INFO] [stderr] Downloaded windows_aarch64_msvc v0.33.0 [INFO] [stderr] Downloaded windows_i686_gnu v0.33.0 [INFO] [stderr] Downloaded windows_x86_64_gnu v0.33.0 [INFO] [stderr] Downloaded windows_i686_msvc v0.33.0 [INFO] [stderr] Downloaded windows_x86_64_msvc v0.33.0 [INFO] [stderr] Downloaded windows-sys v0.33.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ee4b86dcd90e879f423898e6860efa4add3708fbfc4e88845d3968ad1cd9201 [INFO] running `Command { std: "docker" "start" "-a" "4ee4b86dcd90e879f423898e6860efa4add3708fbfc4e88845d3968ad1cd9201", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ee4b86dcd90e879f423898e6860efa4add3708fbfc4e88845d3968ad1cd9201", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ee4b86dcd90e879f423898e6860efa4add3708fbfc4e88845d3968ad1cd9201", kill_on_drop: false }` [INFO] [stdout] 4ee4b86dcd90e879f423898e6860efa4add3708fbfc4e88845d3968ad1cd9201 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b84c4811c797087a8e656f9f5e3b72cad19d54363df52b846f6f0860a0c26500 [INFO] running `Command { std: "docker" "start" "-a" "b84c4811c797087a8e656f9f5e3b72cad19d54363df52b846f6f0860a0c26500", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking litemap v0.7.3 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Checking winnow v0.6.13 [INFO] [stderr] Compiling bytecheck v0.6.12 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Compiling rend v0.4.2 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling rkyv v0.7.44 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling corosensei v0.1.4 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Checking lock_api v0.4.12 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking object v0.36.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling document-features v0.2.8 [INFO] [stderr] Checking xxhash-rust v0.8.10 [INFO] [stderr] Checking more-asserts v0.2.2 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Checking region v3.0.2 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Checking wasm-encoder v0.32.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking self_cell v1.0.4 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Checking wast v64.0.0 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking tar v0.4.41 [INFO] [stderr] Checking addr2line v0.22.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.12 [INFO] [stderr] Compiling rkyv_derive v0.7.44 [INFO] [stderr] Compiling enum-iterator-derive v0.7.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling wasmer-derive v4.3.2 (https://github.com/wasmerio/wasmer.git?branch=wamr#6ef88497) [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.2 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Checking enum-iterator v0.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] error: could not compile `wast` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name wast --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wast-64.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="wasm-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "wasm-module"))' -C metadata=2af94a70c7c8241c -C extra-filename=-26a35c2826f21339 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern leb128=/opt/rustwide/target/debug/deps/libleb128-e2159356220d82fb.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-debc8742d678afcb.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-563006d636287a92.rmeta --extern wasm_encoder=/opt/rustwide/target/debug/deps/libwasm_encoder-ceb63abe62f94689.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b84c4811c797087a8e656f9f5e3b72cad19d54363df52b846f6f0860a0c26500", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b84c4811c797087a8e656f9f5e3b72cad19d54363df52b846f6f0860a0c26500", kill_on_drop: false }` [INFO] [stdout] b84c4811c797087a8e656f9f5e3b72cad19d54363df52b846f6f0860a0c26500