[INFO] cloning repository https://github.com/tlafebre/address_book [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tlafebre/address_book" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlafebre%2Faddress_book", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlafebre%2Faddress_book'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ccefbe590963747570b83a5460033f8ad3d8f0e3 [INFO] building tlafebre/address_book against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlafebre%2Faddress_book" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tlafebre/address_book [INFO] finished tweaking git repo https://github.com/tlafebre/address_book [INFO] tweaked toml for git repo https://github.com/tlafebre/address_book written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tlafebre/address_book 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/tlafebre/address_book 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7429d5faef4fb532693cb871c53e3e25d09c01ec547745ae1b8a3eee5e2dd2fb [INFO] running `Command { std: "docker" "start" "-a" "7429d5faef4fb532693cb871c53e3e25d09c01ec547745ae1b8a3eee5e2dd2fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7429d5faef4fb532693cb871c53e3e25d09c01ec547745ae1b8a3eee5e2dd2fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7429d5faef4fb532693cb871c53e3e25d09c01ec547745ae1b8a3eee5e2dd2fb", kill_on_drop: false }` [INFO] [stdout] 7429d5faef4fb532693cb871c53e3e25d09c01ec547745ae1b8a3eee5e2dd2fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] dc0c325501b678df1c91e807ab8e0ead704dbfa20bcd633c290ddbc9aef097bd [INFO] running `Command { std: "docker" "start" "-a" "dc0c325501b678df1c91e807ab8e0ead704dbfa20bcd633c290ddbc9aef097bd", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling libsqlite3-sys v0.17.3 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rusqlite v0.22.0 [INFO] [stderr] Compiling address_book v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Contacts` is never constructed [INFO] [stdout] --> src/contact.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | struct Contacts(pub Vec); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/main.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | db.create_table(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 116 | let _ = db.create_table(); [INFO] [stdout] | +++++++ [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" "<3 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libchrono-383a8a41584b9e30,libnum_integer-1e79b6b6d5e78643,libnum_traits-9e3d3902f3e174b1,librusqlite-a90cfa1628d97d69,libtime-20e4e10f8d519c94,libbitflags-05377f64c37263ee,libfallible_streaming_iterator-4db7add6bd66d620,libfallible_iterator-6fa9759191911027,liblru_cache-c36b0503919edf05,liblinked_hash_map-4f2806cd99fa9b41,liblibsqlite3_sys-78ff357371d47873}.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-8aec6547fed476fb/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/address_book-b8f91a92e295deb3.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-78ff357371d47873.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/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_open_v2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_busy_timeout [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_extended_result_codes [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_changes [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.2.rcgu.o): undefined symbol: sqlite3_prepare_v2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.3.rcgu.o): undefined symbol: sqlite3_errmsg [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_column_name [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_column_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_column_type [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_bind_parameter_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_step [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_reset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_finalize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_bind_null [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_bind_int64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_bind_double [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/librusqlite-a90cfa1628d97d69.rlib(rusqlite-a90cfa1628d97d69.rusqlite.1f69a0f7cf50e79f-cgu.4.rcgu.o): undefined symbol: sqlite3_bind_text [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 `address_book` (bin "address_book") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "dc0c325501b678df1c91e807ab8e0ead704dbfa20bcd633c290ddbc9aef097bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc0c325501b678df1c91e807ab8e0ead704dbfa20bcd633c290ddbc9aef097bd", kill_on_drop: false }` [INFO] [stdout] dc0c325501b678df1c91e807ab8e0ead704dbfa20bcd633c290ddbc9aef097bd