[INFO] updating cached repository https://github.com/davidpdrsn/juniper-look-ahead-with-fragments-error [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] dced51ab594d08a2e0bb3f59dfb06929c66a42e1 [INFO] checking davidpdrsn/juniper-look-ahead-with-fragments-error against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidpdrsn%2Fjuniper-look-ahead-with-fragments-error" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidpdrsn/juniper-look-ahead-with-fragments-error on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/davidpdrsn/juniper-look-ahead-with-fragments-error [INFO] finished tweaking git repo https://github.com/davidpdrsn/juniper-look-ahead-with-fragments-error [INFO] tweaked toml for git repo https://github.com/davidpdrsn/juniper-look-ahead-with-fragments-error written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/davidpdrsn/juniper-look-ahead-with-fragments-error already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06469cf90354561c2920460a846c9e8493c3a954ab9d510b32259edec0fe6b2d [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" "06469cf90354561c2920460a846c9e8493c3a954ab9d510b32259edec0fe6b2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06469cf90354561c2920460a846c9e8493c3a954ab9d510b32259edec0fe6b2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06469cf90354561c2920460a846c9e8493c3a954ab9d510b32259edec0fe6b2d", kill_on_drop: false }` [INFO] [stdout] 06469cf90354561c2920460a846c9e8493c3a954ab9d510b32259edec0fe6b2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29996b821351049675d54bf08069fd793848bd0bfdf4b4947384cded0397e77c [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" "29996b821351049675d54bf08069fd793848bd0bfdf4b4947384cded0397e77c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Compiling juniper_codegen v0.13.0 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Checking juniper v0.13.0 [INFO] [stderr] Checking juniper-look-ahead-with-fragments-error v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "29996b821351049675d54bf08069fd793848bd0bfdf4b4947384cded0397e77c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29996b821351049675d54bf08069fd793848bd0bfdf4b4947384cded0397e77c", kill_on_drop: false }` [INFO] [stdout] 29996b821351049675d54bf08069fd793848bd0bfdf4b4947384cded0397e77c