[INFO] cloning repository https://github.com/panicbit/surgeon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panicbit/surgeon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fsurgeon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fsurgeon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f1fbeb932b55d4dc54e538543dfbcd5cb8d050a7 [INFO] building panicbit/surgeon against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fsurgeon" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/panicbit/surgeon [INFO] finished tweaking git repo https://github.com/panicbit/surgeon [INFO] tweaked toml for git repo https://github.com/panicbit/surgeon written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/panicbit/surgeon 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/panicbit/surgeon 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-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32275dee2add90a9add2719cee5574122b8fa662676b12735705d8ae1be58695 [INFO] running `Command { std: "docker" "start" "-a" "32275dee2add90a9add2719cee5574122b8fa662676b12735705d8ae1be58695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32275dee2add90a9add2719cee5574122b8fa662676b12735705d8ae1be58695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32275dee2add90a9add2719cee5574122b8fa662676b12735705d8ae1be58695", kill_on_drop: false }` [INFO] [stdout] 32275dee2add90a9add2719cee5574122b8fa662676b12735705d8ae1be58695 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 347a0cb971f8f4b3b1771413749ff09d2e8da54b45b8397f2ceb1a9bb5b2818a [INFO] running `Command { std: "docker" "start" "-a" "347a0cb971f8f4b3b1771413749ff09d2e8da54b45b8397f2ceb1a9bb5b2818a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling rlua v0.16.3 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling surgeon 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" "<6 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libstructopt-03e0f143014bd59e,libclap-fb449c69845e2f52,libvec_map-35db6a21e4c898cc,libtextwrap-2b460de8650d38c3,libunicode_width-a86291ce4b477ba0,libstrsim-77da817db1277a2f,libatty-8abfff5c94c39f5d,libansi_term-6c0151593fd7624b,librand-a3f9ae196bee37eb,librand_xorshift-d47d036245c9b782,librand_pcg-b56f62533ec2bac7,librand_hc-8ac69fae699e5828,librand_chacha-ae216de35d622620,librand_isaac-2352ef5eb61bd0f5,librand_core-cef85bb0f34bc293,librand_os-abed77d72476a592,librand_jitter-bcd7d2df161a8e3a,librand_core-5a3ac377f383e543,librlua-90f5b34b668b765b,liblibc-1301fa9c58a4e95e,libbitflags-f8618f3a190d3366,libnum_traits-0ee1112903758006}.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/rlua-6b1dbc83ea900794/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lapi.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lauxlib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lbaselib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lbitlib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lcode.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lcorolib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lctype.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ldblib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ldebug.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ldo.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ldump.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lfunc.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lgc.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'linit.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'liolib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'llex.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lmathlib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lmem.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'loadlib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lobject.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lopcodes.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'loslib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lparser.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lstate.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lstring.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lstrlib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ltable.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ltablib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'ltm.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lundump.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lutf8lib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lvm.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/librlua-90f5b34b668b765b.rlib: archive member 'lzio.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_rawgeti [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_setmetatable [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_rawgeti [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_setmetatable [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_rawset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: luaL_ref [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_rawset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_rawset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: luaL_ref [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.0.rcgu.o: undefined symbol: lua_rawset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_gettop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_rotate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_pushlightuserdata [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_touserdata [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_touserdata [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_gettop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_rotate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_pushlightuserdata [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_gettop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/surgeon-a2f3723436d38de3.surgeon.163cb1c0846e6f62-cgu.1.rcgu.o: undefined symbol: lua_rotate [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `surgeon` (bin "surgeon") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "347a0cb971f8f4b3b1771413749ff09d2e8da54b45b8397f2ceb1a9bb5b2818a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "347a0cb971f8f4b3b1771413749ff09d2e8da54b45b8397f2ceb1a9bb5b2818a", kill_on_drop: false }` [INFO] [stdout] 347a0cb971f8f4b3b1771413749ff09d2e8da54b45b8397f2ceb1a9bb5b2818a