[INFO] cloning repository https://github.com/anaximeno/todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anaximeno/todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanaximeno%2Ftodo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanaximeno%2Ftodo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c77a530d48fe0396fdf923413378d33c8d9c688 [INFO] building anaximeno/todo against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanaximeno%2Ftodo" "/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/anaximeno/todo [INFO] finished tweaking git repo https://github.com/anaximeno/todo [INFO] tweaked toml for git repo https://github.com/anaximeno/todo written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/anaximeno/todo 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/anaximeno/todo 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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] 882e18796c6de25c0a38c956f6cb79a33d9bfbf311e8e33dbb4629c317208219 [INFO] running `Command { std: "docker" "start" "-a" "882e18796c6de25c0a38c956f6cb79a33d9bfbf311e8e33dbb4629c317208219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "882e18796c6de25c0a38c956f6cb79a33d9bfbf311e8e33dbb4629c317208219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "882e18796c6de25c0a38c956f6cb79a33d9bfbf311e8e33dbb4629c317208219", kill_on_drop: false }` [INFO] [stdout] 882e18796c6de25c0a38c956f6cb79a33d9bfbf311e8e33dbb4629c317208219 [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] 28dae7145f00fe1c1a74f95effe8cfa2848ad5a2153154075a3503242db47f82 [INFO] running `Command { std: "docker" "start" "-a" "28dae7145f00fe1c1a74f95effe8cfa2848ad5a2153154075a3503242db47f82", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling os_str_bytes v6.1.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling indexmap v1.9.0 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling clap_lex v0.2.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling sqlite3-src v0.3.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.2.5 [INFO] [stderr] Compiling clap v3.2.5 [INFO] [stderr] Compiling sqlite3-sys v0.13.0 [INFO] [stderr] Compiling sqlite v0.26.0 [INFO] [stderr] Compiling todo v2.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:247:29 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn select_query(&mut self, query: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn select_query(&mut self, query: &str) -> Result, sqlite::Error> { [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" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libclap-51c1e5b33078decf,libatty-3242e974e54baef7,libstrsim-39ec6cd5a47c2372,libtermcolor-8d7030a2f5e002ea,libtextwrap-bd870ef01292318d,libindexmap-6a8351c4a8aae7f1,libhashbrown-4b30f1cc63ddc38e,libclap_lex-d006d4b3aff0316b,libos_str_bytes-ff3d87539e46df31,libbitflags-15e3d67e03629ffa,libonce_cell-fda9a7a5bf2cc4ba,libtodo-6f7a8041849eb1c9,libsqlite-bf5f5ba148592919,libsqlite3_sys-f9641616b9ab53bd,libsqlite3_src-efc87e8c0b11dad9,liblibc-69985efa0b34734f,liblazy_static-36da267ce9339a94}.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/sqlite3-src-ed8e0986941fa996/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/todo-e4c2063ee838de32.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/libsqlite3_src-efc87e8c0b11dad9.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/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_open_v2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_exec [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_prepare_v2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_busy_handler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtodo-6f7a8041849eb1c9.rlib(todo-6f7a8041849eb1c9.todo.ef082a415920de2f-cgu.0.rcgu.o): undefined symbol: sqlite3_finalize [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_errcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_errmsg [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_step [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_type [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_blob [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_bytes [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_double [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_int64 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsqlite-bf5f5ba148592919.rlib(sqlite-bf5f5ba148592919.sqlite.73521775c1eeab69-cgu.0.rcgu.o): undefined symbol: sqlite3_column_text [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `todo` (bin "todo") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "28dae7145f00fe1c1a74f95effe8cfa2848ad5a2153154075a3503242db47f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28dae7145f00fe1c1a74f95effe8cfa2848ad5a2153154075a3503242db47f82", kill_on_drop: false }` [INFO] [stdout] 28dae7145f00fe1c1a74f95effe8cfa2848ad5a2153154075a3503242db47f82