[INFO] crate jupyter-client 0.1.0 is already in cache [INFO] extracting crate jupyter-client 0.1.0 into work/ex/clippy-test-run/sources/stable/reg/jupyter-client/0.1.0 [INFO] extracting crate jupyter-client 0.1.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/jupyter-client/0.1.0 [INFO] validating manifest of jupyter-client-0.1.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jupyter-client-0.1.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jupyter-client-0.1.0 [INFO] finished frobbing jupyter-client-0.1.0 [INFO] frobbed toml for jupyter-client-0.1.0 written to work/ex/clippy-test-run/sources/stable/reg/jupyter-client/0.1.0/Cargo.toml [INFO] started frobbing jupyter-client-0.1.0 [INFO] finished frobbing jupyter-client-0.1.0 [INFO] frobbed toml for jupyter-client-0.1.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/jupyter-client/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting jupyter-client-0.1.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/jupyter-client/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4fd9b5efc7df67c83cddd247f84d86e2e872836d462c6a7e7ea8e9f2f310440c [INFO] running `"docker" "start" "-a" "4fd9b5efc7df67c83cddd247f84d86e2e872836d462c6a7e7ea8e9f2f310440c"` [INFO] [stderr] Compiling zmq-sys v0.8.2 [INFO] [stderr] error: failed to run custom build command for `zmq-sys v0.8.2` [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/zmq-sys-ddb692cc0e7231a8/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Unable to locate libzmq: [INFO] [stderr] `"pkg-config" "--libs" "--cflags" "libzmq >= 3.2"` did not exit successfully: exit code: 1 [INFO] [stderr] --- stderr [INFO] [stderr] Package libzmq was not found in the pkg-config search path. [INFO] [stderr] Perhaps you should add the directory containing `libzmq.pc' [INFO] [stderr] to the PKG_CONFIG_PATH environment variable [INFO] [stderr] No package 'libzmq' found [INFO] [stderr] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.8.2/build.rs:31:17 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x556fa87fbd13 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h00d1e05a61bd440b [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 [INFO] [stderr] 1: 0x556fa87f6688 - std::sys_common::backtrace::_print::hc0d53aca8da62f75 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x556fa87fadb2 - std::panicking::default_hook::{{closure}}::h46d30bcc4bfff149 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 3: 0x556fa87fab1d - std::panicking::default_hook::h017696c2a8b7b16f [INFO] [stderr] at src/libstd/panicking.rs:227 [INFO] [stderr] 4: 0x556fa87fb410 - std::panicking::rust_panic_with_hook::h8cbdfe43764887be [INFO] [stderr] at src/libstd/panicking.rs:491 [INFO] [stderr] 5: 0x556fa87faf91 - std::panicking::continue_panic_fmt::h3d3c5a833c00a5e1 [INFO] [stderr] at src/libstd/panicking.rs:398 [INFO] [stderr] 6: 0x556fa87faede - std::panicking::begin_panic_fmt::h11fdc4cc73917110 [INFO] [stderr] at src/libstd/panicking.rs:353 [INFO] [stderr] 7: 0x556fa875a0d1 - build_script_build::main::h6135be6fee08ea92 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.8.2/build.rs:31 [INFO] [stderr] 8: 0x556fa875908f - std::rt::lang_start::{{closure}}::h0f64bad4d667a5d0 [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libstd/rt.rs:74 [INFO] [stderr] 9: 0x556fa87fae62 - std::panicking::try::do_call::h69790245ac2d03fe [INFO] [stderr] at src/libstd/rt.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:310 [INFO] [stderr] 10: 0x556fa880d239 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:102 [INFO] [stderr] 11: 0x556fa87fb7e3 - std::rt::lang_start_internal::h540c897fe52ba9c5 [INFO] [stderr] at src/libstd/panicking.rs:289 [INFO] [stderr] at src/libstd/panic.rs:398 [INFO] [stderr] at src/libstd/rt.rs:58 [INFO] [stderr] 12: 0x556fa8759068 - std::rt::lang_start::h37e367581fe77c19 [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libstd/rt.rs:74 [INFO] [stderr] 13: 0x556fa875a409 - main [INFO] [stderr] 14: 0x7f881a8a62e0 - __libc_start_main [INFO] [stderr] 15: 0x556fa8758f09 - _start [INFO] [stderr] 16: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "4fd9b5efc7df67c83cddd247f84d86e2e872836d462c6a7e7ea8e9f2f310440c"` [INFO] running `"docker" "rm" "-f" "4fd9b5efc7df67c83cddd247f84d86e2e872836d462c6a7e7ea8e9f2f310440c"` [INFO] [stdout] 4fd9b5efc7df67c83cddd247f84d86e2e872836d462c6a7e7ea8e9f2f310440c