[INFO] crate notmuch 0.6.0 is already in cache [INFO] testing notmuch-0.6.0 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate notmuch 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate notmuch 0.6.0 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c014bf0af25807636a45797ef52b2a74661a56559dcbd335be53c85a29eee490 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c014bf0af25807636a45797ef52b2a74661a56559dcbd335be53c85a29eee490", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c014bf0af25807636a45797ef52b2a74661a56559dcbd335be53c85a29eee490", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c014bf0af25807636a45797ef52b2a74661a56559dcbd335be53c85a29eee490", kill_on_drop: false }` [INFO] [stdout] c014bf0af25807636a45797ef52b2a74661a56559dcbd335be53c85a29eee490 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b906b0c5bb6e033a9c5fe7019f056a510f79dcb29e518eea00f2aca4167c775 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4b906b0c5bb6e033a9c5fe7019f056a510f79dcb29e518eea00f2aca4167c775", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling supercow v0.1.0 [INFO] [stderr] Compiling notmuch v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:17:25 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | Error::IoError(e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.91s [INFO] running `Command { std: "docker" "inspect" "4b906b0c5bb6e033a9c5fe7019f056a510f79dcb29e518eea00f2aca4167c775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b906b0c5bb6e033a9c5fe7019f056a510f79dcb29e518eea00f2aca4167c775", kill_on_drop: false }` [INFO] [stdout] 4b906b0c5bb6e033a9c5fe7019f056a510f79dcb29e518eea00f2aca4167c775 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c015f258a8b33133fc5db990b396311d13ceab2d5d8682922f40e923637759a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6c015f258a8b33133fc5db990b396311d13ceab2d5d8682922f40e923637759a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling quoted_printable v0.4.2 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_os v0.1.3 [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] [stderr] Compiling base64 v0.10.1 [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:17:25 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | Error::IoError(e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling charset v0.1.2 [INFO] [stderr] Compiling mailparse v0.10.4 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling maildir v0.3.4 [INFO] [stderr] Compiling lettre v0.9.3 [INFO] [stderr] Compiling lettre_email v0.9.4 [INFO] [stderr] Compiling notmuch v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:17:25 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | Error::IoError(e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.notmuch.xjardsi7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559" "/opt/rustwide/target/debug/deps/notmuch-a439a24d11945559.jpv1sotqoqhphyz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lnotmuch" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6805c615af620a51.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-975e251edec7895a.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fa89c22811cbba70.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8e79a065fef863f3.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a68d66da01a6ed2b.rlib" "/opt/rustwide/target/debug/deps/libsupercow-cb7766551bf489c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-e834449672905d13.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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: could not compile `notmuch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.tests.5entysqi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117" "/opt/rustwide/target/debug/deps/tests-aaa1304bdd4b5117.575pb1sdqr9ucxjt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6805c615af620a51.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-975e251edec7895a.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fa89c22811cbba70.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8e79a065fef863f3.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a68d66da01a6ed2b.rlib" "/opt/rustwide/target/debug/deps/liblettre_email-d3a9efbd4243bea3.rlib" "/opt/rustwide/target/debug/deps/libuuid-5b675e933c172326.rlib" "/opt/rustwide/target/debug/deps/librand-4d81ede66c43ff4b.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-60469549e3040952.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-5fe2b204ebdc97c4.rlib" "/opt/rustwide/target/debug/deps/librand_hc-1d1b3c1a779e93bf.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-357d07eba6335459.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2d8aa7a0637d8a6d.rlib" "/opt/rustwide/target/debug/deps/librand_core-431cd0429e21c12d.rlib" "/opt/rustwide/target/debug/deps/librand_os-6c61cb01aaa36b17.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-9758ca4d01bb4051.rlib" "/opt/rustwide/target/debug/deps/librand_core-2594c62c1ce8d16b.rlib" "/opt/rustwide/target/debug/deps/libmime-8080671c8b888b7d.rlib" "/opt/rustwide/target/debug/deps/libemail-b7b1125c0273f436.rlib" "/opt/rustwide/target/debug/deps/librand-c5727a6373d97595.rlib" "/opt/rustwide/target/debug/deps/libchrono-99645d8218b883a5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-119ed2673ca83cc8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-24361471ea1d368f.rlib" "/opt/rustwide/target/debug/deps/libtime-d1455a7f0e4a7d2b.rlib" "/opt/rustwide/target/debug/deps/libencoding-353258f0677ad3f2.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-47451a9a226bb8c8.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-b69043cc7330cab9.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-5a246e4d3005b7c1.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-80cba4d6fd73c0ce.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-e9856ff97465a535.rlib" "/opt/rustwide/target/debug/deps/libbase64-55ff2c416fcb6ae6.rlib" "/opt/rustwide/target/debug/deps/libsafemem-311836768ef8dd61.rlib" "/opt/rustwide/target/debug/deps/liblettre-11f2647fb004792d.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9b14465ccc417cc9.rlib" "/opt/rustwide/target/debug/deps/libryu-49c6c0501005e538.rlib" "/opt/rustwide/target/debug/deps/libitoa-0bb3ac5f88513111.rlib" "/opt/rustwide/target/debug/deps/libfast_chemail-620b93603bf123c6.rlib" "/opt/rustwide/target/debug/deps/libascii_utils-fae69b9022a5023e.rlib" "/opt/rustwide/target/debug/deps/libserde-be07ac6d8497077b.rlib" "/opt/rustwide/target/debug/deps/libnom-43a2d383106eabd0.rlib" "/opt/rustwide/target/debug/deps/libmemchr-6f965f583a32f276.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-3944e1db6a90e8d9.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-9c28753db8cc8374.rlib" "/opt/rustwide/target/debug/deps/libopenssl-10b99bba9033530d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06d1ab26a825dee7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7c0477ae3415ac1f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-7fdddc6c152ac3cf.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-5f62cca6b0789145.rlib" "/opt/rustwide/target/debug/deps/liblog-fa35f39fb636aefd.rlib" "/opt/rustwide/target/debug/deps/libhostname-741939d4849072b1.rlib" "/opt/rustwide/target/debug/deps/libbufstream-3fe3a5a909c134c9.rlib" "/opt/rustwide/target/debug/deps/libmaildir-1264579e590854b1.rlib" "/opt/rustwide/target/debug/deps/libnix-13ad0a795ba06a47.rlib" "/opt/rustwide/target/debug/deps/libvoid-246d5d222e55a1ce.rlib" "/opt/rustwide/target/debug/deps/libbitflags-56eca94422237621.rlib" "/opt/rustwide/target/debug/deps/libmailparse-a960f668c322d25a.rlib" "/opt/rustwide/target/debug/deps/libquoted_printable-2f55534018c6d4fb.rlib" "/opt/rustwide/target/debug/deps/libcharset-d9d102618e9b3cb1.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-a85048285a89cd30.rlib" "/opt/rustwide/target/debug/deps/libbase64-12649289d5edbfa5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8e7ddb72171cc91f.rlib" "/opt/rustwide/target/debug/deps/libgethostname-44b08e19c0b929f8.rlib" "/opt/rustwide/target/debug/deps/libnotmuch-7deaa8942a57d0f1.rlib" "/opt/rustwide/target/debug/deps/libsupercow-cb7766551bf489c5.rlib" "/opt/rustwide/target/debug/deps/libtempfile-e52b557724080e65.rlib" "/opt/rustwide/target/debug/deps/librand-33ae2e870d29b0d8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b90317d34fbe710f.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-101710f40ad5d3d8.rlib" "/opt/rustwide/target/debug/deps/librand_core-993beae8739a189a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-c9225fbf870b6b72.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a9d58e5b261c6f4f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b00c34326580381c.rlib" "/opt/rustwide/target/debug/deps/libdirs-23ecad91c498c2c2.rlib" "/opt/rustwide/target/debug/deps/liblibc-e834449672905d13.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lnotmuch" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6c015f258a8b33133fc5db990b396311d13ceab2d5d8682922f40e923637759a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c015f258a8b33133fc5db990b396311d13ceab2d5d8682922f40e923637759a", kill_on_drop: false }` [INFO] [stdout] 6c015f258a8b33133fc5db990b396311d13ceab2d5d8682922f40e923637759a