[INFO] updating cached repository https://github.com/godzie44/image-pool
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] e59c4b2b266dc667f7a8a622a320156549d14e0d
[INFO] checking godzie44/image-pool against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgodzie44%2Fimage-pool" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/godzie44/image-pool on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/godzie44/image-pool
[INFO] removed path dependency opencv from git repo https://github.com/godzie44/image-pool
[INFO] finished tweaking git repo https://github.com/godzie44/image-pool
[INFO] tweaked toml for git repo https://github.com/godzie44/image-pool written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/godzie44/image-pool already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (opencv) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (opencv) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded opencv v0.34.0
[INFO] running `"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" "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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 95448878ac7210780eac243f3bdb134d56ebcb8e02b3a59327550019435c337d
[INFO] running `"docker" "start" "-a" "95448878ac7210780eac243f3bdb134d56ebcb8e02b3a59327550019435c337d"`
[INFO] [stderr] warning: dependency (opencv) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling openssl v0.10.29
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling once_cell v1.3.1
[INFO] [stderr]    Compiling v_htmlescape v0.4.5
[INFO] [stderr]    Compiling actix-web v0.7.19
[INFO] [stderr]     Checking tower-service v0.1.0
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking socket2 v0.3.12
[INFO] [stderr]    Compiling jobserver v0.1.21
[INFO] [stderr]    Compiling num_cpus v1.12.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.4
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling crossbeam-queue v0.2.1
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling actix_derive v0.3.2
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]     Checking tokio-signal v0.2.9
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.35
[INFO] [stderr]    Compiling openssl-sys v0.9.55
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling ring v0.13.5
[INFO] [stderr]    Compiling miniz-sys v0.1.12
[INFO] [stderr]     Checking flate2 v1.0.14
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling v_escape_derive v0.5.6
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]     Checking cookie v0.11.2
[INFO] [stderr]    Compiling opencv v0.34.0
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking backtrace v0.3.46
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking tokio-openssl v0.2.1
[INFO] [stderr] error: failed to run custom build command for `opencv v0.34.0`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/opencv-ee67c33f17ed5cdb/build-script-build` (exit code: 1)
[INFO] [stderr] --- stderr
[INFO] [stderr] === Environment configuration:
[INFO] [stderr] ===   OPENCV_HEADER_DIR = None
[INFO] [stderr] ===   OPENCV_PACKAGE_NAME = None
[INFO] [stderr] ===   OPENCV_PKGCONFIG_NAME = None
[INFO] [stderr] ===   OPENCV_LINK_LIBS = None
[INFO] [stderr] ===   OPENCV_LINK_PATHS = None
[INFO] [stderr] ===   OPENCV_INCLUDE_PATHS = None
[INFO] [stderr] ===   PKG_CONFIG_PATH = None
[INFO] [stderr] ===   VCPKG_ROOT = None
[INFO] [stderr] === Setting up OpenCV library from pkg_config
[INFO] [stderr] Error: "Package opencv4 is not found, caused by: `\"pkg-config\" \"--libs\" \"--cflags\" \"opencv4\"` did not exit successfully: exit code: 1\n--- stderr\nPackage opencv4 was not found in the pkg-config search path.\nPerhaps you should add the directory containing `opencv4.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'opencv4\' found\n"
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "95448878ac7210780eac243f3bdb134d56ebcb8e02b3a59327550019435c337d"`
[INFO] running `"docker" "rm" "-f" "95448878ac7210780eac243f3bdb134d56ebcb8e02b3a59327550019435c337d"`
[INFO] [stdout] 95448878ac7210780eac243f3bdb134d56ebcb8e02b3a59327550019435c337d
