[INFO] updating cached repository https://github.com/watchexec/watchexec
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 1738f2616130dcf0dfe6f4e92aaa96ebb810a4a1
[INFO] testing watchexec/watchexec against 1.38.0 for beta-1.39-1
[INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwatchexec%2Fwatchexec" "work/builds/worker-0/source"`
[INFO] [stderr] Cloning into 'work/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/watchexec/watchexec on toolchain 1.38.0
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/watchexec/watchexec
[INFO] finished tweaking git repo https://github.com/watchexec/watchexec
[INFO] tweaked toml for git repo https://github.com/watchexec/watchexec written to work/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/watchexec/watchexec already has a lockfile, it will not be regenerated
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"`
[INFO] [stdout] 318328e91ede31fc34082ddf3af6e395275b36eac01b37c322bf93fb46b2c285
[INFO] running `"docker" "start" "-a" "318328e91ede31fc34082ddf3af6e395275b36eac01b37c322bf93fb46b2c285"`
[INFO] [stderr] Compiling memchr v2.1.3
[INFO] [stderr] Compiling cfg-if v0.1.6
[INFO] [stderr] Compiling lazy_static v1.2.0
[INFO] [stderr] Compiling slab v0.4.2
[INFO] [stderr] Compiling lazycell v1.2.1
[INFO] [stderr] Compiling ucd-util v0.1.3
[INFO] [stderr] Compiling bitflags v1.0.4
[INFO] [stderr] Compiling same-file v1.0.4
[INFO] [stderr] Compiling quick-error v1.2.2
[INFO] [stderr] Compiling unicode-width v0.1.5
[INFO] [stderr] Compiling utf8-ranges v1.0.2
[INFO] [stderr] Compiling nix v0.13.0
[INFO] [stderr] Compiling termcolor v1.0.4
[INFO] [stderr] Compiling fnv v1.0.6
[INFO] [stderr] Compiling void v1.0.2
[INFO] [stderr] Compiling glob v0.2.11
[INFO] [stderr] Compiling log v0.4.6
[INFO] [stderr] Compiling libc v0.2.48
[INFO] [stderr] Compiling thread_local v0.3.6
[INFO] [stderr] Compiling humantime v1.2.0
[INFO] [stderr] Compiling walkdir v2.2.7
[INFO] [stderr] Compiling regex-syntax v0.6.4
[INFO] [stderr] Compiling net2 v0.2.33
[INFO] [stderr] Compiling iovec v0.1.2
[INFO] [stderr] Compiling term_size v0.3.1
[INFO] [stderr] Compiling inotify-sys v0.1.3
[INFO] [stderr] Compiling filetime v0.2.5
[INFO] [stderr] Compiling atty v0.2.11
[INFO] [stderr] Compiling textwrap v0.10.0
[INFO] [stderr] Compiling env_logger v0.5.13
[INFO] [stderr] Compiling inotify v0.6.1
[INFO] [stderr] Compiling mio v0.6.16
[INFO] [stderr] Compiling clap v2.32.0
[INFO] [stderr] Compiling aho-corasick v0.6.9
[INFO] [stderr] Compiling mio-extras v2.0.5
[INFO] [stderr] Compiling notify v4.0.12
[INFO] [stderr] Compiling regex v1.1.0
[INFO] [stderr] Compiling globset v0.4.2
[INFO] [stderr] Compiling watchexec v1.10.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/signal.rs:4:42
[INFO] [stderr] |
[INFO] [stderr] 4 | static ref CLEANUP: Mutex