[INFO] cloning repository https://github.com/glomdom/heart [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/glomdom/heart" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglomdom%2Fheart", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglomdom%2Fheart'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2434e3ff002c43382176c51e9202a74a96ec4c95 [INFO] building glomdom/heart against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglomdom%2Fheart" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/glomdom/heart [INFO] finished tweaking git repo https://github.com/glomdom/heart [INFO] tweaked toml for git repo https://github.com/glomdom/heart written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/glomdom/heart on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/glomdom/heart 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52b18ab177a1d10e26127b0a801f56329bc3241fe44d1048dc7e91e5f49050ba [INFO] running `Command { std: "docker" "start" "-a" "52b18ab177a1d10e26127b0a801f56329bc3241fe44d1048dc7e91e5f49050ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52b18ab177a1d10e26127b0a801f56329bc3241fe44d1048dc7e91e5f49050ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52b18ab177a1d10e26127b0a801f56329bc3241fe44d1048dc7e91e5f49050ba", kill_on_drop: false }` [INFO] [stdout] 52b18ab177a1d10e26127b0a801f56329bc3241fe44d1048dc7e91e5f49050ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 79c9625b112e5cb609edb9939d54dfb268d3335b5a8f547576f0b4c120c17c94 [INFO] running `Command { std: "docker" "start" "-a" "79c9625b112e5cb609edb9939d54dfb268d3335b5a8f547576f0b4c120c17c94", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling jiff v0.2.4 [INFO] [stderr] Compiling unty v0.0.4 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling quick-xml v0.37.2 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling bincode v2.0.1 [INFO] [stderr] Compiling lz4-sys v1.11.1+lz4-1.10.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.7 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling lz4 v1.28.1 [INFO] [stderr] Compiling heart v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<5 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libenv_logger-0bb007752f83e95d,libanstream-6070cf56da26ca4a,libanstyle_query-5f094c86118711a2,libis_terminal_polyfill-55cc14b2bc4075e2,libcolorchoice-34bb85f11e447472,libanstyle_parse-cce6b73a0cf8514a,libutf8parse-9c3910e1de91e7db,libjiff-fe7b4a88e4ba87b8,libenv_filter-948d78b2eb109a51,libregex-a8e3a3d2b23af341,libregex_automata-127c35c44f374794,libaho_corasick-cfb07920134514f4,libregex_syntax-10cc3307f3218022,libanstyle-00553110323c47ee,libquick_xml-d2fbc886aab775b4,libmemchr-9a2f103f6d32a3e4,liblz4-8083b014e9ecc018,liblz4_sys-91b4e674223c0e8f,liblibc-9603e04af18eacec,libbincode-8c2ecb42515344d7,libunty-b3961649bb0971ed,liblog-46754a7a476885f4}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/lz4-sys-8537c64eb5b352a8/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/heart-108b6a0ece1f6fcb.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_malloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_malloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_malloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_calloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_calloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_malloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4frame.o): undefined symbol: rust_lz4_wasm_shim_malloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4hc.o): undefined symbol: rust_lz4_wasm_shim_malloc [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblz4_sys-91b4e674223c0e8f.rlib(efce31824dbf3730-lz4hc.o): undefined symbol: rust_lz4_wasm_shim_free [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `heart` (bin "heart") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "79c9625b112e5cb609edb9939d54dfb268d3335b5a8f547576f0b4c120c17c94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79c9625b112e5cb609edb9939d54dfb268d3335b5a8f547576f0b4c120c17c94", kill_on_drop: false }` [INFO] [stdout] 79c9625b112e5cb609edb9939d54dfb268d3335b5a8f547576f0b4c120c17c94