[INFO] cloning repository https://github.com/Gentoli/gce-meta-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gentoli/gce-meta-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGentoli%2Fgce-meta-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGentoli%2Fgce-meta-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69b659cc8c4a962244b622a93ee5471a9ef58058
[INFO] checking Gentoli/gce-meta-server against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGentoli%2Fgce-meta-server" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Gentoli/gce-meta-server
[INFO] finished tweaking git repo https://github.com/Gentoli/gce-meta-server
[INFO] tweaked toml for git repo https://github.com/Gentoli/gce-meta-server written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Gentoli/gce-meta-server on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Gentoli/gce-meta-server 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_yaml v0.8.21
[INFO] [stderr]   Downloaded gzip-header v0.3.0
[INFO] [stderr]   Downloaded ascii v1.0.0
[INFO] [stderr]   Downloaded deflate v0.9.1
[INFO] [stderr]   Downloaded tiny_http v0.8.2
[INFO] [stderr]   Downloaded serde-transcode v1.1.1
[INFO] [stderr]   Downloaded time v0.3.2
[INFO] [stderr]   Downloaded rouille v3.3.1
[INFO] [stderr]   Downloaded libc v0.2.102
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d845781a919ee73584e91f0d6c60959ea6320428a85f33719ccd9b9ba1a9aea0
[INFO] running `Command { std: "docker" "start" "-a" "d845781a919ee73584e91f0d6c60959ea6320428a85f33719ccd9b9ba1a9aea0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d845781a919ee73584e91f0d6c60959ea6320428a85f33719ccd9b9ba1a9aea0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d845781a919ee73584e91f0d6c60959ea6320428a85f33719ccd9b9ba1a9aea0", kill_on_drop: false }`
[INFO] [stdout] d845781a919ee73584e91f0d6c60959ea6320428a85f33719ccd9b9ba1a9aea0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65a028a6749d2e07ee354bd40863d2e45aa838f66c61dafc423d53fb1156aedd
[INFO] running `Command { std: "docker" "start" "-a" "65a028a6749d2e07ee354bd40863d2e45aa838f66c61dafc423d53fb1156aedd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking tinyvec v1.4.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking unicode-bidi v0.3.6
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking gzip-header v0.3.0
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]     Checking ascii v1.0.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking chunked_transfer v1.4.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking deflate v0.9.1
[INFO] [stderr]     Checking multipart v0.18.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking filetime v0.2.15
[INFO] [stderr]     Checking tiny_http v0.8.2
[INFO] [stderr]     Checking time v0.3.2
[INFO] [stderr]     Checking sha1 v0.6.0
[INFO] [stderr]    Compiling structopt-derive v0.4.16
[INFO] [stderr]     Checking structopt v0.3.23
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking serde-transcode v1.1.1
[INFO] [stderr]     Checking serde_yaml v0.8.21
[INFO] [stderr]     Checking rouille v3.3.1
[INFO] [stderr]     Checking gce-meta-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "65a028a6749d2e07ee354bd40863d2e45aa838f66c61dafc423d53fb1156aedd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65a028a6749d2e07ee354bd40863d2e45aa838f66c61dafc423d53fb1156aedd", kill_on_drop: false }`
[INFO] [stdout] 65a028a6749d2e07ee354bd40863d2e45aa838f66c61dafc423d53fb1156aedd
