[INFO] cloning repository https://github.com/traxys/mtg_db [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/traxys/mtg_db" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Fmtg_db", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Fmtg_db'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3540d971a68d004ba55220859a1052e79295966 [INFO] building traxys/mtg_db against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Fmtg_db" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/traxys/mtg_db [INFO] finished tweaking git repo https://github.com/traxys/mtg_db [INFO] tweaked toml for git repo https://github.com/traxys/mtg_db written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/traxys/mtg_db 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/traxys/mtg_db 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] a3c03913c7e0b80580b8074b424a320fb293271c9ff81bc124e28bcd15881749 [INFO] running `Command { std: "docker" "start" "-a" "a3c03913c7e0b80580b8074b424a320fb293271c9ff81bc124e28bcd15881749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3c03913c7e0b80580b8074b424a320fb293271c9ff81bc124e28bcd15881749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3c03913c7e0b80580b8074b424a320fb293271c9ff81bc124e28bcd15881749", kill_on_drop: false }` [INFO] [stdout] a3c03913c7e0b80580b8074b424a320fb293271c9ff81bc124e28bcd15881749 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b7f98c5b8b7cc698d22cec3d06573933506b64b0acd355ebe07fe70b3211083a [INFO] running `Command { std: "docker" "start" "-a" "b7f98c5b8b7cc698d22cec3d06573933506b64b0acd355ebe07fe70b3211083a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.20 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling dirs-next v1.0.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling rustyline v6.3.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling sha2 v0.9.6 [INFO] [stderr] Compiling promptly v0.3.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling deunicode v1.3.1 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling rusqlite v0.25.3 [INFO] [stderr] Compiling mtg_db v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `promo` is never read [INFO] [stdout] --> src/add_list.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 18 | struct CardInfo { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 19 | promo: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CardInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [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" "<17 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libdeunicode-074d21d34eafb301,libhex-85aa986ef279af61,libpromptly-9b94bb0011243f49,librustyline-da6bd4faa0cb3fd8,libcfg_if-c52cb2c48f08318d,libunicode_segmentation-236766a546c27c5a,liblog-9b32a532a53b0ae4,libdirs_next-9d19e50ccb236317,libmemchr-545e7d17a9c608e3,libserde_json-4fbb8d348b62229e,libryu-1081a85990212fc6,libitoa-47758f2dd03bc722,libserde-e0822a240fe42237,librusqlite-462a3d68f3dba55b,libsmallvec-59b9f1be6ecf76fb,libfallible_streaming_iterator-4db7add6bd66d620,libfallible_iterator-6fa9759191911027,libhashlink-6ca75d66e24b6989,libhashbrown-23079a961f7dc993,libahash-dbcc49d7591b6f10,libgetrandom-503e6d57b6b3aea7,libwasi-4ea4ad5c0c21a1a2,liblibsqlite3_sys-12c7131b5473b03e,libindicatif-effa904f7f2f8c0a,libregex-7b3aaebab6628957,libregex_syntax-e3e64708b7ec327d,libconsole-9d4b49108ab715c2,librayon-bca92e6f72a21701,librayon_core-c13bf5fc0c2a9cc8,libnum_cpus-d4d9ae1af8c14df0,liblibc-ebb30b80bb53ce55,libcrossbeam_deque-3345e0eb62de834d,libcrossbeam_epoch-974359297aac7db3,libmemoffset-fcafe18dfec49f81,libscopeguard-acc17b44b9d7689e,libcrossbeam_channel-96268804cffcca59,libcrossbeam_utils-06a455d081b8265f,libeither-dc6839dd41631a68,libnumber_prefix-98504c5031490c82,libsha2-e53e080935fa3911,libopaque_debug-d63d41056a54e997,libdigest-fd1a91a2a1f46984,libblock_buffer-62d9cf5f73ee21bc,libgeneric_array-1b993ac8df8397b6,libtypenum-19a2d1fc11c79c0d,libcolor_eyre-c6b3b925cca4a1a7,libcolor_spantrace-97a52d2808d9bc02,libtracing_error-654219074e9863ca,libtracing_subscriber-8d7f7f9618f47ddf,libthread_local-27aedcbbad3ecbc7,libsharded_slab-3b61b49273f3098b,libtracing-d5f4012c5220d776,libpin_project_lite-ed863174ea679092,libtracing_core-1384591eb81fdeb2,libowo_colors-d22265a180deaf75,libeyre-656cdcf95158fcd2,libindenter-3af04661b8e618fa,libonce_cell-c7cd5c1c4683d9da,libbacktrace-13093441b25a2271,libcfg_if-50b02a9e3502ecf2,librustc_demangle-138bf255b8136aca,libstructopt-83a182f9a7620eb3,liblazy_static-36da267ce9339a94,libclap-17ce8ef6984392e9,libvec_map-4d1795d7ce776985,libtextwrap-f1ce9f77c0f2c5c6,libunicode_width-2ce7b1bea304ba76,libstrsim-77da817db1277a2f,libbitflags-15e3d67e03629ffa,libatty-3242e974e54baef7,libansi_term-6c0151593fd7624b}.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-1d95b2dce596ee92/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.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/liblibsqlite3_sys-12c7131b5473b03e.rlib: archive member 'sqlite3.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_null [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_int64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_double [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_text [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_zeroblob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_blob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_null [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_int64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_double [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_text [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_zeroblob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_blob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_null [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_int64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_double [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_text [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_zeroblob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_blob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_null [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/mtg_db-56e93f6e74bb7f31.mtg_db.41e3d1cb626614a0-cgu.03.rcgu.o: undefined symbol: sqlite3_bind_int64 [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 `mtg_db` (bin "mtg_db") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b7f98c5b8b7cc698d22cec3d06573933506b64b0acd355ebe07fe70b3211083a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7f98c5b8b7cc698d22cec3d06573933506b64b0acd355ebe07fe70b3211083a", kill_on_drop: false }` [INFO] [stdout] b7f98c5b8b7cc698d22cec3d06573933506b64b0acd355ebe07fe70b3211083a