[INFO] cloning repository https://github.com/rvnkcode/dawn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rvnkcode/dawn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frvnkcode%2Fdawn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frvnkcode%2Fdawn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b3cef829685718bffee797ac9bfd61bbf49d432 [INFO] building rvnkcode/dawn against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frvnkcode%2Fdawn" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rvnkcode/dawn [INFO] finished tweaking git repo https://github.com/rvnkcode/dawn [INFO] tweaked toml for git repo https://github.com/rvnkcode/dawn written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rvnkcode/dawn 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/rvnkcode/dawn 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 097fb7a423fa9d0a5493b8bd0b1b487340b683ea60910d2908c31d083c3a2adf [INFO] running `Command { std: "docker" "start" "-a" "097fb7a423fa9d0a5493b8bd0b1b487340b683ea60910d2908c31d083c3a2adf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "097fb7a423fa9d0a5493b8bd0b1b487340b683ea60910d2908c31d083c3a2adf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "097fb7a423fa9d0a5493b8bd0b1b487340b683ea60910d2908c31d083c3a2adf", kill_on_drop: false }` [INFO] [stdout] 097fb7a423fa9d0a5493b8bd0b1b487340b683ea60910d2908c31d083c3a2adf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 8f134759756f6fc034185267ce20509d1b0c0abb79c2f0a2b2ce40e9b8e6ebf5 [INFO] running `Command { std: "docker" "start" "-a" "8f134759756f6fc034185267ce20509d1b0c0abb79c2f0a2b2ce40e9b8e6ebf5", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling cc v1.2.44 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling papergrid v0.17.0 [INFO] [stderr] Compiling testing_table v0.3.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling nanoid v0.4.0 [INFO] [stderr] Compiling libsqlite3-sys v0.35.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling tabled_derive v0.11.0 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling tabled v0.20.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling rusqlite v0.37.0 [INFO] [stderr] Compiling dawn v0.1.0 (/opt/rustwide/workdir/libs/dawn) [INFO] [stderr] Compiling dawn_cli v0.1.0 (/opt/rustwide/workdir/inbounds/cli) [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" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libdawn_cli-470d0b20a905d6d4,libchrono-e63716ae019fdf77,libnum_traits-665be8f9aef8a1da,libtabled-1371535f1835aa27,libpapergrid-33b10bb1de4bb778,libbytecount-04864998646948e5,libfnv-4cf7b98c52023da7,libtesting_table-65eb71750211d907,libunicode_width-07bc07953c2dee38,libclap-a89420fa5ca81ab1,libclap_builder-13efc94c04c75546,libstrsim-e512297c5f919e18,libanstream-1dacf734b2b342d8,libanstyle_query-25cf9bebe6874096,libis_terminal_polyfill-6d471cc8df50af12,libcolorchoice-b271fc8e70ab819f,libanstyle_parse-31a2135f17b38bcb,libutf8parse-9c3910e1de91e7db,libclap_lex-56fb693823703334,libanstyle-67f17fd5ef03cfeb,libdawn-b1baa36ed64fc2e0,libdirs-e79c7783bd802920,libanyhow-adb37054aa5ff02e,librusqlite-e471023b3210e644,libbitflags-cb1b0ccdfba1243b,libsmallvec-e66260ff59480183,libhashlink-9fd6ece09edd691c,libhashbrown-b10cb7f88e5d6012,libfoldhash-6e98285c7e677e53,liblibsqlite3_sys-1dca8c238ae36c76,libfallible_streaming_iterator-4db7add6bd66d620,libfallible_iterator-d7eda3bd821ede72,libthiserror-ad2de268c00fd3ba,libnanoid-32e359df35ca513c,librand-4036abf00ba60561,librand_chacha-a70206a6331e4a05,libppv_lite86-192d02c173a8dbe7,libzerocopy-be50dee542865eaf,librand_core-ab6c29c8a9477844,libgetrandom-05ce37e63bde0bcc,libwasi-1720e192b4055643,libcfg_if-d6bc76d3bc4619c0,libcolored-35602419dc6f2b65}.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/libsqlite3-sys-bebc27daf3c4d37f/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/dawn-42e739eec7786632.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: function signature mismatch: time [INFO] [stdout] >>> defined as (i32) -> i32 in /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o) [INFO] [stdout] >>> defined as (i32) -> i64 in /opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/lib/rustlib/wasm32-wasip1/lib/self-contained/libc.a(time.o) [INFO] [stdout] [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: lseek64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: open64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: lseek64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: stat64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: fstat64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: ftruncate64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: fcntl64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibsqlite3_sys-1dca8c238ae36c76.rlib(c877a2978823c39d-sqlite3.o): undefined symbol: lstat64 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dawn_cli` (bin "dawn") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8f134759756f6fc034185267ce20509d1b0c0abb79c2f0a2b2ce40e9b8e6ebf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f134759756f6fc034185267ce20509d1b0c0abb79c2f0a2b2ce40e9b8e6ebf5", kill_on_drop: false }` [INFO] [stdout] 8f134759756f6fc034185267ce20509d1b0c0abb79c2f0a2b2ce40e9b8e6ebf5