[INFO] cloning repository https://github.com/kherrick/hello-wasm-components
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kherrick/hello-wasm-components" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkherrick%2Fhello-wasm-components", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkherrick%2Fhello-wasm-components'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9207ce0a05ee8d5c6cfa3657ac2c4d57a03edf53
[INFO] testing kherrick/hello-wasm-components against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkherrick%2Fhello-wasm-components" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kherrick/hello-wasm-components
[INFO] finished tweaking git repo https://github.com/kherrick/hello-wasm-components
[INFO] tweaked toml for git repo https://github.com/kherrick/hello-wasm-components written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kherrick/hello-wasm-components on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kherrick/hello-wasm-components 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wit-bindgen-rust-macro v0.44.0
[INFO] [stderr]   Downloaded wit-bindgen v0.44.0
[INFO] [stderr]   Downloaded wit-bindgen-rust v0.44.0
[INFO] [stderr]   Downloaded wit-parser v0.236.1
[INFO] [stderr]   Downloaded wasm-metadata v0.236.1
[INFO] [stderr]   Downloaded wit-bindgen-core v0.44.0
[INFO] [stderr]   Downloaded wit-bindgen-rt v0.44.0
[INFO] [stderr]   Downloaded wasm-encoder v0.236.1
[INFO] [stderr]   Downloaded wit-component v0.236.1
[INFO] [stderr]   Downloaded wasmparser v0.236.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfb7ffb8e72ab35225155fa87437d28c2ca46383c3881f9764b0dc6848251818
[INFO] running `Command { std: "docker" "start" "-a" "bfb7ffb8e72ab35225155fa87437d28c2ca46383c3881f9764b0dc6848251818", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfb7ffb8e72ab35225155fa87437d28c2ca46383c3881f9764b0dc6848251818", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfb7ffb8e72ab35225155fa87437d28c2ca46383c3881f9764b0dc6848251818", kill_on_drop: false }`
[INFO] [stdout] bfb7ffb8e72ab35225155fa87437d28c2ca46383c3881f9764b0dc6848251818
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44d9fc4884c2669c19333a60f866c6d0295196203c432e3304e8cf5f5ea3e4e1
[INFO] running `Command { std: "docker" "start" "-a" "44d9fc4884c2669c19333a60f866c6d0295196203c432e3304e8cf5f5ea3e4e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling wasmparser v0.236.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling wasm-encoder v0.236.1
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling wit-bindgen-rust v0.44.0
[INFO] [stderr]    Compiling wit-bindgen-rt v0.44.0
[INFO] [stderr]    Compiling wit-bindgen-rt v0.39.0
[INFO] [stderr]    Compiling wit-bindgen-rust-macro v0.44.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling wasi v0.14.2+wasi-0.2.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling wit-parser v0.236.1
[INFO] [stderr]    Compiling wasm-metadata v0.236.1
[INFO] [stderr]    Compiling wit-component v0.236.1
[INFO] [stderr]    Compiling wit-bindgen-core v0.44.0
[INFO] [stderr]    Compiling wit-bindgen v0.44.0
[INFO] [stderr]    Compiling hello-wasm-components v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/debug/deps/rustcQVbAme/list" "-Wl,--no-undefined-version" "-m64" "/opt/rustwide/target/debug/deps/rustcQVbAme/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwasi-37bbdd0b26a742f6,libwit_bindgen_rt-7b75fb60744cf66a,libbitflags-a9d1c889de665d40}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcQVbAme/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libhello_wasm_components.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/debug/deps/rustcQVbAme/list:3: ; expected, but got :
[INFO] [stdout]           >>>     wasi:http/incoming-handler@0.2.4#handle;
[INFO] [stdout]           >>>         ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hello-wasm-components` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "44d9fc4884c2669c19333a60f866c6d0295196203c432e3304e8cf5f5ea3e4e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44d9fc4884c2669c19333a60f866c6d0295196203c432e3304e8cf5f5ea3e4e1", kill_on_drop: false }`
[INFO] [stdout] 44d9fc4884c2669c19333a60f866c6d0295196203c432e3304e8cf5f5ea3e4e1
