[INFO] updating cached repository https://github.com/marciosr/temporizador
[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] 8b82cc068068c80336d135bd3a562b5ed2e3158c
[INFO] checking marciosr/temporizador against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarciosr%2Ftemporizador" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/marciosr/temporizador 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/marciosr/temporizador
[INFO] finished tweaking git repo https://github.com/marciosr/temporizador
[INFO] tweaked toml for git repo https://github.com/marciosr/temporizador written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/marciosr/temporizador 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] error: the lock file /workspace/builds/worker-4/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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/gio`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/glib`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/gtk4`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/sys`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/atk`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/cairo`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/gdk-pixbuf`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/gdk4`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/graphene`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/gsk4`
[INFO] [stderr]     Updating git repository `https://github.com/gtk-rs/pango`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] cf403e2476e88580ecc59cb49146b01a3de7913d48b9d44899c5c27248af18ef
[INFO] running `"docker" "start" "-a" "cf403e2476e88580ecc59cb49146b01a3de7913d48b9d44899c5c27248af18ef"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling gio v0.8.1 (https://github.com/gtk-rs/gio#5fbd3948)
[INFO] [stderr]    Compiling gdk-pixbuf v0.8.0 (https://github.com/gtk-rs/gdk-pixbuf#a5ec8568)
[INFO] [stderr]    Compiling cairo-rs v0.8.1 (https://github.com/gtk-rs/cairo#9fac021d)
[INFO] [stderr]    Compiling pango v0.8.0 (https://github.com/gtk-rs/pango#84de9bac)
[INFO] [stderr]    Compiling gdk4 v0.1.0 (https://github.com/gtk-rs/gdk4#bf87233c)
[INFO] [stderr]    Compiling graphene-rs v0.1.0 (https://github.com/gtk-rs/graphene#44828ee3)
[INFO] [stderr]    Compiling atk v0.8.0 (https://github.com/gtk-rs/atk#02f1fcb5)
[INFO] [stderr]    Compiling gsk4 v0.1.0 (https://github.com/gtk-rs/gsk4#8ed67cef)
[INFO] [stderr]    Compiling gtk4 v0.1.0 (https://github.com/gtk-rs/gtk4#8aeb9dce)
[INFO] [stderr]    Compiling glib-sys v0.9.1 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling gobject-sys v0.9.1 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling gio-sys v0.9.1 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling cairo-sys-rs v0.9.2 (https://github.com/gtk-rs/cairo#9fac021d)
[INFO] [stderr]    Compiling pango-sys v0.9.1 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.9.1 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling gdk4-sys v0.1.0 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling graphene-sys v0.1.0 (https://github.com/gtk-rs/graphene#44828ee3)
[INFO] [stderr]    Compiling gsk4-sys v0.1.0 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling atk-sys v0.9.1 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling gtk4-sys v0.1.0 (https://github.com/gtk-rs/sys#6bd0cab6)
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling anyhow v1.0.28
[INFO] [stderr]    Compiling toml v0.5.6
[INFO] [stderr] error: failed to run custom build command for `gdk4-sys v0.1.0 (https://github.com/gtk-rs/sys#6bd0cab6)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/gdk4-sys-4f523eb557ac876e/build-script-build` (exit code: 1)
[INFO] [stderr] --- stderr
[INFO] [stderr] `"pkg-config" "--libs" "--cflags" "gtk4" "gtk4 >= 3.94"` did not exit successfully: exit code: 1
[INFO] [stderr] --- stderr
[INFO] [stderr] Package gtk4 was not found in the pkg-config search path.
[INFO] [stderr] Perhaps you should add the directory containing `gtk4.pc'
[INFO] [stderr] to the PKG_CONFIG_PATH environment variable
[INFO] [stderr] No package 'gtk4' found
[INFO] [stderr] Package gtk4 was not found in the pkg-config search path.
[INFO] [stderr] Perhaps you should add the directory containing `gtk4.pc'
[INFO] [stderr] to the PKG_CONFIG_PATH environment variable
[INFO] [stderr] No package 'gtk4' found
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "cf403e2476e88580ecc59cb49146b01a3de7913d48b9d44899c5c27248af18ef"`
[INFO] running `"docker" "rm" "-f" "cf403e2476e88580ecc59cb49146b01a3de7913d48b9d44899c5c27248af18ef"`
[INFO] [stdout] cf403e2476e88580ecc59cb49146b01a3de7913d48b9d44899c5c27248af18ef
