[INFO] fetching crate notmuch 0.6.0... [INFO] testing notmuch-0.6.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate notmuch 0.6.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate notmuch 0.6.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate notmuch 0.6.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate notmuch 0.6.0 [INFO] tweaked toml for crates.io crate notmuch 0.6.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23b6cd5f5c2175577e2677942efdd55c4a044b7ce2c5d86ec0cbdcd445c78987 [INFO] running `Command { std: "docker" "start" "-a" "23b6cd5f5c2175577e2677942efdd55c4a044b7ce2c5d86ec0cbdcd445c78987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23b6cd5f5c2175577e2677942efdd55c4a044b7ce2c5d86ec0cbdcd445c78987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23b6cd5f5c2175577e2677942efdd55c4a044b7ce2c5d86ec0cbdcd445c78987", kill_on_drop: false }` [INFO] [stdout] 23b6cd5f5c2175577e2677942efdd55c4a044b7ce2c5d86ec0cbdcd445c78987 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 261e207424e80ea885bf5565a2b969f2215637c8c71138e726cc9863d492fee7 [INFO] running `Command { std: "docker" "start" "-a" "261e207424e80ea885bf5565a2b969f2215637c8c71138e726cc9863d492fee7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling supercow v0.1.0 [INFO] [stderr] Compiling notmuch v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[macro_escape]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_escape] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | write!(f, "{}", error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | Error::IoError(e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | Error::NotmuchError(e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.97s [INFO] running `Command { std: "docker" "inspect" "261e207424e80ea885bf5565a2b969f2215637c8c71138e726cc9863d492fee7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "261e207424e80ea885bf5565a2b969f2215637c8c71138e726cc9863d492fee7", kill_on_drop: false }` [INFO] [stdout] 261e207424e80ea885bf5565a2b969f2215637c8c71138e726cc9863d492fee7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ed30fc3ec346f4153449655ba0257f14348ad0a3db8f03b8990978022e92868 [INFO] running `Command { std: "docker" "start" "-a" "2ed30fc3ec346f4153449655ba0257f14348ad0a3db8f03b8990978022e92868", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling quoted_printable v0.4.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stdout] warning: `#[macro_escape]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_escape] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | write!(f, "{}", error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | Error::IoError(e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | Error::NotmuchError(e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [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 base64 v0.10.1 [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 fast_chemail v0.9.6 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling charset v0.1.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling mailparse v0.10.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling maildir v0.3.4 [INFO] [stderr] Compiling lettre v0.9.6 [INFO] [stderr] Compiling lettre_email v0.9.4 [INFO] [stderr] Compiling notmuch v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[macro_escape]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_escape] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | write!(f, "{}", error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | Error::IoError(e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | Error::NotmuchError(e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mailbox` [INFO] [stdout] --> tests/test_database.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | pub mailbox: MailBox, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mailbox` [INFO] [stdout] --> tests/test_thread.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub mailbox: MailBox, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mailbox` [INFO] [stdout] --> tests/test_message.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub mailbox: MailBox, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.notmuch.5ce10270-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834.2y7eqjhh14mmoafw.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lnotmuch" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-af71f5d5e2187f62.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-976ae3a75486bc7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-638f891af6f9e3c4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-52ee1e0bb1279132.rlib" "/opt/rustwide/target/debug/deps/libsupercow-d1fdf18b113e62a1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0ec3a1d3f48b901b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/notmuch-b8a72edb4f453834" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnotmuch [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `notmuch` due to 2 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.tests.6e457fde-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff.2uizz5389ids8sp3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-af71f5d5e2187f62.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-976ae3a75486bc7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-638f891af6f9e3c4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-52ee1e0bb1279132.rlib" "/opt/rustwide/target/debug/deps/liblettre_email-2f99f702c5b7481b.rlib" "/opt/rustwide/target/debug/deps/libuuid-055d0af52799eba5.rlib" "/opt/rustwide/target/debug/deps/librand-93ae900d6c5cf960.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-06e217ad92df2bfc.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d7065aa681b9cad6.rlib" "/opt/rustwide/target/debug/deps/librand_hc-714c82d8096c6ceb.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-145dc135685c0f44.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-39c5c607c4a69ce5.rlib" "/opt/rustwide/target/debug/deps/librand_core-c0666ae413bc23d2.rlib" "/opt/rustwide/target/debug/deps/librand_os-7227c0cd7a7da061.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rlib" "/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libemail-580d5e42c12d2438.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/librand-fb4aa797ccb5cfeb.rlib" "/opt/rustwide/target/debug/deps/libchrono-010e243d8238c839.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8722d831e392f7c5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-49d3fba79cbd8d8c.rlib" "/opt/rustwide/target/debug/deps/libtime-f4a579c14d4a8a30.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/libbase64-56e154b86a5714af.rlib" "/opt/rustwide/target/debug/deps/libsafemem-94e69aa88cd626ca.rlib" "/opt/rustwide/target/debug/deps/liblettre-ad72394014b250dc.rlib" "/opt/rustwide/target/debug/deps/libserde_json-dfa2205c771bd85f.rlib" "/opt/rustwide/target/debug/deps/libryu-d12c73784c01ffe8.rlib" "/opt/rustwide/target/debug/deps/libitoa-215e7daa7cb51b46.rlib" "/opt/rustwide/target/debug/deps/libfast_chemail-db98b9052a50ddd5.rlib" "/opt/rustwide/target/debug/deps/libascii_utils-8edfe316f99ecc9e.rlib" "/opt/rustwide/target/debug/deps/libserde-3d87f6cff87cb4be.rlib" "/opt/rustwide/target/debug/deps/libnom-59228bcc20f7ae36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5eb0f7dd87ffacc4.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9ac489b7a0232a74.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-938265d742ce645e.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1cac407a2bf8c60e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-c765b45ce6591b4d.rlib" "/opt/rustwide/target/debug/deps/liblog-51b42ffc939a9eea.rlib" "/opt/rustwide/target/debug/deps/libhostname-0c12dab967004761.rlib" "/opt/rustwide/target/debug/deps/libbufstream-7ffba24500b6b789.rlib" "/opt/rustwide/target/debug/deps/libmaildir-456e316c0353817d.rlib" "/opt/rustwide/target/debug/deps/libnix-6bfbc913fbb74451.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libmailparse-c7f4e41128da14dc.rlib" "/opt/rustwide/target/debug/deps/libquoted_printable-12175b18c04423e0.rlib" "/opt/rustwide/target/debug/deps/libcharset-3248c71e9c4c73ad.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-ba39d926ac9b30c7.rlib" "/opt/rustwide/target/debug/deps/libbase64-42decf5789a3cf1e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libgethostname-04eca02d5dc5b6bf.rlib" "/opt/rustwide/target/debug/deps/libnotmuch-699e68d900d7ed69.rlib" "/opt/rustwide/target/debug/deps/libsupercow-d1fdf18b113e62a1.rlib" "/opt/rustwide/target/debug/deps/libtempfile-150c46338fbc16f2.rlib" "/opt/rustwide/target/debug/deps/librand-103265e50e195195.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-81c181a39752caab.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-f13fd72f26d83f4c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-63d1d99e11cf9c6c.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libdirs-3ffbdcd31a058c64.rlib" "/opt/rustwide/target/debug/deps/liblibc-0ec3a1d3f48b901b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lnotmuch" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tests-66f45fc76ce134ff" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnotmuch [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2ed30fc3ec346f4153449655ba0257f14348ad0a3db8f03b8990978022e92868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ed30fc3ec346f4153449655ba0257f14348ad0a3db8f03b8990978022e92868", kill_on_drop: false }` [INFO] [stdout] 2ed30fc3ec346f4153449655ba0257f14348ad0a3db8f03b8990978022e92868