[INFO] cloning repository https://github.com/das-labor/panopticon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/das-labor/panopticon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdas-labor%2Fpanopticon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdas-labor%2Fpanopticon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 12f99d9a95df3f2ff455e2737c3668b372244a65 [INFO] testing das-labor/panopticon against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdas-labor%2Fpanopticon" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/das-labor/panopticon on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/das-labor/panopticon [INFO] finished tweaking git repo https://github.com/das-labor/panopticon [INFO] tweaked toml for git repo https://github.com/das-labor/panopticon written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/das-labor/panopticon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ba51b96992cae39fa99f9d6c193bae7bda7abfa64d958f06ff5a798450da1f6 [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" "6ba51b96992cae39fa99f9d6c193bae7bda7abfa64d958f06ff5a798450da1f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ba51b96992cae39fa99f9d6c193bae7bda7abfa64d958f06ff5a798450da1f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ba51b96992cae39fa99f9d6c193bae7bda7abfa64d958f06ff5a798450da1f6", kill_on_drop: false }` [INFO] [stdout] 6ba51b96992cae39fa99f9d6c193bae7bda7abfa64d958f06ff5a798450da1f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6069c24fd3d538a8085915825fe52e59924d005093da11fec3d9a8fcb73abc44 [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" "6069c24fd3d538a8085915825fe52e59924d005093da11fec3d9a8fcb73abc44", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.28 [INFO] [stderr] Compiling gcc v0.3.51 [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling scroll v0.7.0 [INFO] [stderr] Compiling plain v0.2.1 [INFO] [stderr] Compiling panopticon-core v0.16.0 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling smallvec v0.4.1 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling stable_deref_trait v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling owning_ref v0.2.4 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling cassowary v0.1.0 [INFO] [stderr] Compiling termcolor v0.3.2 [INFO] [stderr] Compiling xdg v2.1.0 [INFO] [stderr] Compiling hamt v0.2.0 [INFO] [stderr] Compiling multimap v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling scroll_derive v0.7.0 [INFO] [stderr] Compiling structopt-derive v0.0.5 [INFO] [stderr] Compiling cmake v0.1.24 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread-id v3.2.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling panopticon-glue v0.16.0 (/opt/rustwide/workdir/glue) [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stdout] warning: the item `pkg_config` is imported redundantly [INFO] [stdout] --> glue/build.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 31 | extern crate pkg_config; [INFO] [stdout] | ------------------------ the item `pkg_config` is already imported here [INFO] [stdout] ... [INFO] [stdout] 149 | use pkg_config; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling parking_lot_core v0.2.2 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling goblin v0.0.11 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling parking_lot v0.3.8 [INFO] [stderr] Compiling parking_lot v0.4.4 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling chashmap v2.2.0 [INFO] [stderr] Compiling quickcheck v0.3.2 [INFO] [stderr] error: failed to run custom build command for `panopticon-glue v0.16.0 (/opt/rustwide/workdir/glue)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/panopticon-glue-547a3d787071f601/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] running: "cmake" "/opt/rustwide/workdir/glue/ext" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/panopticon-glue-d48de9f3019c1ef3/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 9.3.0 [INFO] [stderr] -- The CXX compiler identification is GNU 9.3.0 [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc -- works [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ -- works [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Configuring done [INFO] [stderr] -- Generating done [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Warning (dev) in CMakeLists.txt: [INFO] [stderr] No project() command is present. The top-level CMakeLists.txt file must [INFO] [stderr] contain a literal, direct call to the project() command. Add a line of [INFO] [stderr] code such as [INFO] [stderr] [INFO] [stderr] project(ProjectName) [INFO] [stderr] [INFO] [stderr] near the top of the file, but after cmake_minimum_required(). [INFO] [stderr] [INFO] [stderr] CMake is pretending there is a "project(Project)" command on the first [INFO] [stderr] line. [INFO] [stderr] This warning is for project developers. Use -Wno-dev to suppress it. [INFO] [stderr] [INFO] [stderr] CMake Warning at lib/CMakeLists.txt:13 (find_package): [INFO] [stderr] By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH this project has [INFO] [stderr] asked CMake to find a package configuration file provided by "Qt5Svg", but [INFO] [stderr] CMake did not find one. [INFO] [stderr] [INFO] [stderr] Could not find a package configuration file provided by "Qt5Svg" with any [INFO] [stderr] of the following names: [INFO] [stderr] [INFO] [stderr] Qt5SvgConfig.cmake [INFO] [stderr] qt5svg-config.cmake [INFO] [stderr] [INFO] [stderr] Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set [INFO] [stderr] "Qt5Svg_DIR" to a directory containing one of the above files. If "Qt5Svg" [INFO] [stderr] provides a separate development package or SDK, be sure it has been [INFO] [stderr] installed. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Error at lib/CMakeLists.txt:39 (add_library): [INFO] [stderr] Target "panopticon-glue" links to target "Qt5::Svg" but the target was not [INFO] [stderr] found. Perhaps a find_package() call is missing for an IMPORTED target, or [INFO] [stderr] an ALIAS target is missing? [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Generate step failed. Build files cannot be regenerated correctly. [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.24/src/lib.rs:593:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560d52125a1c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560d52125a1c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560d52125a1c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x560d52125a1c - ::fmt::h3e2b509ce2ce6007 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x560d521470ac - core::fmt::write::h753c7571fa063ecb [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stderr] 5: 0x560d52120dc3 - std::io::Write::write_fmt::h2815c0519c99ba09 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stderr] 6: 0x560d52127b92 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x560d52127b92 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x560d52127b92 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stderr] 9: 0x560d52127775 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:228:9 [INFO] [stderr] 10: 0x560d521281e3 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stderr] 11: 0x560d52127f00 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stderr] 12: 0x560d52125ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stderr] 13: 0x560d52127c39 - rust_begin_unwind [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stderr] 14: 0x560d520be3f1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stderr] 15: 0x560d520dff93 - cmake::fail::hf7b0814251084da3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.24/src/lib.rs:593:5 [INFO] [stderr] 16: 0x560d520df9b9 - cmake::run::h9f2c8c8e352bf218 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.24/src/lib.rs:574:9 [INFO] [stderr] 17: 0x560d520dca53 - cmake::Config::build::h5731848ee514332e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.24/src/lib.rs:454:9 [INFO] [stderr] 18: 0x560d520bebd0 - build_script_build::build::haa098c20c35f9ee0 [INFO] [stderr] at /opt/rustwide/workdir/glue/build.rs:38:15 [INFO] [stderr] 19: 0x560d520bfadc - build_script_build::main::hab3f7d66a372de10 [INFO] [stderr] at /opt/rustwide/workdir/glue/build.rs:194:5 [INFO] [stderr] 20: 0x560d520c116b - core::ops::function::FnOnce::call_once::hb06c5579f24515a6 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 21: 0x560d520c031e - std::sys_common::backtrace::__rust_begin_short_backtrace::h3df89c80343f2e44 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stderr] 22: 0x560d520c14d1 - std::rt::lang_start::{{closure}}::hb17784547ed0a05b [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/rt.rs:145:18 [INFO] [stderr] 23: 0x560d521250d0 - core::ops::function::impls:: for &F>::call_once::h443f738a8e9f947a [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 24: 0x560d521250d0 - std::panicking::try::do_call::h1e21ba261ba489ec [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stderr] 25: 0x560d521250d0 - std::panicking::try::h6afd48af8b6c96ac [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stderr] 26: 0x560d521250d0 - std::panic::catch_unwind::h85dd95e0bab7fb60 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stderr] 27: 0x560d521250d0 - std::rt::lang_start_internal::{{closure}}::h038455e697c8b03e [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/rt.rs:128:48 [INFO] [stderr] 28: 0x560d521250d0 - std::panicking::try::do_call::h6b0ad65979f3077a [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stderr] 29: 0x560d521250d0 - std::panicking::try::h010108d314169ac6 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stderr] 30: 0x560d521250d0 - std::panic::catch_unwind::hff397f912b1535c2 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stderr] 31: 0x560d521250d0 - std::rt::lang_start_internal::h52e73755f77c7dd9 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/rt.rs:128:20 [INFO] [stderr] 32: 0x560d520c14a0 - std::rt::lang_start::h7714b5ac7f548c31 [INFO] [stderr] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/rt.rs:144:17 [INFO] [stderr] 33: 0x560d520bfb3c - main [INFO] [stderr] 34: 0x7f6d7cf640b3 - __libc_start_main [INFO] [stderr] 35: 0x560d520beaee - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6069c24fd3d538a8085915825fe52e59924d005093da11fec3d9a8fcb73abc44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6069c24fd3d538a8085915825fe52e59924d005093da11fec3d9a8fcb73abc44", kill_on_drop: false }` [INFO] [stdout] 6069c24fd3d538a8085915825fe52e59924d005093da11fec3d9a8fcb73abc44