[INFO] cloning repository https://github.com/timelens/timelens [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timelens/timelens" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimelens%2Ftimelens", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimelens%2Ftimelens'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2427477398cb5797e614b517e9b3e09ebb198024 [INFO] checking timelens/timelens against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimelens%2Ftimelens" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/timelens/timelens on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/timelens/timelens [INFO] finished tweaking git repo https://github.com/timelens/timelens [INFO] tweaked toml for git repo https://github.com/timelens/timelens written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/timelens/timelens already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0dec342af1ce233044657ccef22c2e7c74afee8f575427cfc60ba18e78a00404 [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" "0dec342af1ce233044657ccef22c2e7c74afee8f575427cfc60ba18e78a00404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dec342af1ce233044657ccef22c2e7c74afee8f575427cfc60ba18e78a00404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dec342af1ce233044657ccef22c2e7c74afee8f575427cfc60ba18e78a00404", kill_on_drop: false }` [INFO] [stdout] 0dec342af1ce233044657ccef22c2e7c74afee8f575427cfc60ba18e78a00404 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cfbae25520f1fcf5d0ad558e3a7bbca40b7a4d75b4309b878da07b8a2e4d9104 [INFO] running `Command { std: "docker" "start" "-a" "cfbae25520f1fcf5d0ad558e3a7bbca40b7a4d75b4309b878da07b8a2e4d9104", kill_on_drop: false }` [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling gstreamer v0.12.2 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking muldiv v0.2.0 [INFO] [stderr] Compiling gstreamer-base v0.12.2 [INFO] [stderr] Compiling gstreamer-app v0.12.2 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking remove_dir_all v0.5.1 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Compiling glib-sys v0.7.0 [INFO] [stderr] Compiling gobject-sys v0.7.0 [INFO] [stderr] Compiling gstreamer-sys v0.6.2 [INFO] [stderr] Compiling gstreamer-base-sys v0.6.2 [INFO] [stderr] Compiling gstreamer-app-sys v0.6.2 [INFO] [stderr] Checking colored v1.7.0 [INFO] [stderr] Checking rand_jitter v0.1.2 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Checking regex-syntax v0.6.5 [INFO] [stderr] Checking memchr v2.1.3 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Checking smallvec v0.6.8 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] error: failed to run custom build command for `gstreamer-app-sys v0.6.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/gstreamer-app-sys-49aa5fbe866d05e2/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] `"pkg-config" "--libs" "--cflags" "gstreamer-app-1.0 >= 1.8"` did not exit successfully: exit code: 1 [INFO] [stderr] --- stderr [INFO] [stderr] Package gstreamer-app-1.0 was not found in the pkg-config search path. [INFO] [stderr] Perhaps you should add the directory containing `gstreamer-app-1.0.pc' [INFO] [stderr] to the PKG_CONFIG_PATH environment variable [INFO] [stderr] No package 'gstreamer-app-1.0' found [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cfbae25520f1fcf5d0ad558e3a7bbca40b7a4d75b4309b878da07b8a2e4d9104", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfbae25520f1fcf5d0ad558e3a7bbca40b7a4d75b4309b878da07b8a2e4d9104", kill_on_drop: false }` [INFO] [stdout] cfbae25520f1fcf5d0ad558e3a7bbca40b7a4d75b4309b878da07b8a2e4d9104