[INFO] cloning repository https://github.com/NfNitLoop/async-graphql-bug-1449
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NfNitLoop/async-graphql-bug-1449" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNfNitLoop%2Fasync-graphql-bug-1449", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNfNitLoop%2Fasync-graphql-bug-1449'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 018661e28c4be3eec0c3a01c685997a9f950b22c
[INFO] checking NfNitLoop/async-graphql-bug-1449 against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNfNitLoop%2Fasync-graphql-bug-1449" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NfNitLoop/async-graphql-bug-1449
[INFO] finished tweaking git repo https://github.com/NfNitLoop/async-graphql-bug-1449
[INFO] tweaked toml for git repo https://github.com/NfNitLoop/async-graphql-bug-1449 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NfNitLoop/async-graphql-bug-1449 on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NfNitLoop/async-graphql-bug-1449 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--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-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c
[INFO] running `Command { std: "docker" "start" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling winnow v0.5.39
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling darling_core v0.20.5
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling multer v3.0.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling pest v2.7.7
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]    Compiling pest_meta v2.7.7
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rfc7239 v0.1.0
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]     Checking static_assertions_next v1.1.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking wildmatch v2.3.0
[INFO] [stderr]    Compiling darling_macro v0.20.5
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking indexmap v2.2.2
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling darling v0.20.5
[INFO] [stderr]    Compiling pest_generator v2.7.7
[INFO] [stderr]     Checking tempfile v3.10.0
[INFO] [stderr]     Checking http v1.0.0
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]    Compiling pest_derive v2.7.7
[INFO] [stderr]     Checking async-graphql-value v7.0.1
[INFO] [stderr]     Checking handlebars v4.5.0
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking async-graphql-parser v7.0.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking headers v0.4.0
[INFO] [stderr]     Checking http-body-util v0.1.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling poem-derive v2.0.0
[INFO] [stderr]    Compiling async-graphql-derive v7.0.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking h2 v0.4.2
[INFO] [stderr]     Checking hyper v1.1.0
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking poem v2.0.0
[INFO] [stderr]     Checking async-graphql v7.0.1
[INFO] [stderr]     Checking async-graphql-poem v7.0.1
[INFO] [stderr]     Checking async-graphql-bug v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.19s
[INFO] running `Command { std: "docker" "inspect" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c", kill_on_drop: false }`
[INFO] [stdout] 9f6183a7c2c8e12da0f84d6aa98bf2d67f58734818170da0985ba1c0e624525c
