[INFO] updating cached repository https://github.com/udoprog/async-injector [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e5d9e16fc7a7649336246b55850a4e448884cd84 [INFO] checking udoprog/async-injector against try#22dd2dd1dc07f63ae9394352d412f020d2985684 for pr-74627 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fudoprog%2Fasync-injector" "/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/udoprog/async-injector on toolchain 22dd2dd1dc07f63ae9394352d412f020d2985684 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/udoprog/async-injector [INFO] removed path dependency async-injector-derive from git repo https://github.com/udoprog/async-injector [INFO] finished tweaking git repo https://github.com/udoprog/async-injector [INFO] tweaked toml for git repo https://github.com/udoprog/async-injector written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e65be842fff749bfb86007bd5f163c540596378a9c14cb49907ad8e69e1e5b6 [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" "3e65be842fff749bfb86007bd5f163c540596378a9c14cb49907ad8e69e1e5b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e65be842fff749bfb86007bd5f163c540596378a9c14cb49907ad8e69e1e5b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e65be842fff749bfb86007bd5f163c540596378a9c14cb49907ad8e69e1e5b6", kill_on_drop: false }` [INFO] [stdout] 3e65be842fff749bfb86007bd5f163c540596378a9c14cb49907ad8e69e1e5b6 [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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+22dd2dd1dc07f63ae9394352d412f020d2985684" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ae03cd0de81c047a987a3483015ede00c7c5c52073253542122abdf7a094303 [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" "2ae03cd0de81c047a987a3483015ede00c7c5c52073253542122abdf7a094303", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Checking serde-hashkey v0.2.2 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling async-injector-derive v0.10.0 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking async-injector v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.90s [INFO] running `Command { std: "docker" "inspect" "2ae03cd0de81c047a987a3483015ede00c7c5c52073253542122abdf7a094303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ae03cd0de81c047a987a3483015ede00c7c5c52073253542122abdf7a094303", kill_on_drop: false }` [INFO] [stdout] 2ae03cd0de81c047a987a3483015ede00c7c5c52073253542122abdf7a094303