[INFO] cloning repository https://github.com/n4to4/rocket-getting-started
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/n4to4/rocket-getting-started" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn4to4%2Frocket-getting-started", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn4to4%2Frocket-getting-started'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 907ba5c524e09da24417819521018a493da6a2fb
[INFO] testing n4to4/rocket-getting-started against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn4to4%2Frocket-getting-started" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/n4to4/rocket-getting-started
[INFO] finished tweaking git repo https://github.com/n4to4/rocket-getting-started
[INFO] tweaked toml for git repo https://github.com/n4to4/rocket-getting-started written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/n4to4/rocket-getting-started on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/n4to4/rocket-getting-started 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ubyte v0.10.1
[INFO] [stderr]   Downloaded state v0.5.2
[INFO] [stderr]   Downloaded devise v0.3.0
[INFO] [stderr]   Downloaded pin-project-lite v0.2.6
[INFO] [stderr]   Downloaded async-stream v0.3.2
[INFO] [stderr]   Downloaded unchecked-index v0.2.2
[INFO] [stderr]   Downloaded spin v0.9.1
[INFO] [stderr]   Downloaded derive_more v0.99.14
[INFO] [stderr]   Downloaded figment v0.10.5
[INFO] [stderr]   Downloaded rocket_codegen v0.5.0-rc.1
[INFO] [stderr]   Downloaded pear_codegen v0.2.3
[INFO] [stderr]   Downloaded rocket_http v0.5.0-rc.1
[INFO] [stderr]   Downloaded indexmap v1.6.2
[INFO] [stderr]   Downloaded rocket v0.5.0-rc.1
[INFO] [stderr]   Downloaded loom v0.5.0
[INFO] [stderr]   Downloaded twoway v0.2.2
[INFO] [stderr]   Downloaded cookie v0.15.0
[INFO] [stderr]   Downloaded pear v0.2.3
[INFO] [stderr]   Downloaded uncased v0.9.6
[INFO] [stderr]   Downloaded multer v2.0.0
[INFO] [stderr]   Downloaded tokio v1.7.1
[INFO] [stderr]   Downloaded devise_core v0.3.0
[INFO] [stderr]   Downloaded inlinable_string v0.1.14
[INFO] [stderr]   Downloaded yansi v0.5.0
[INFO] [stderr]   Downloaded atomic v0.5.0
[INFO] [stderr]   Downloaded devise_codegen v0.3.0
[INFO] [stderr]   Downloaded generator v0.7.0
[INFO] [stderr]   Downloaded async-stream-impl v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 12f52a0d844a92985be7f712d01e003713dff4e5a0fa8cb0effb7b8859063cb1
[INFO] running `Command { std: "docker" "start" "-a" "12f52a0d844a92985be7f712d01e003713dff4e5a0fa8cb0effb7b8859063cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12f52a0d844a92985be7f712d01e003713dff4e5a0fa8cb0effb7b8859063cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12f52a0d844a92985be7f712d01e003713dff4e5a0fa8cb0effb7b8859063cb1", kill_on_drop: false }`
[INFO] [stdout] 12f52a0d844a92985be7f712d01e003713dff4e5a0fa8cb0effb7b8859063cb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6bed5d9896f1a2a5d9f897d11e6884bfd1a5bb9e294fcf81c79762b4cb8e5813
[INFO] running `Command { std: "docker" "start" "-a" "6bed5d9896f1a2a5d9f897d11e6884bfd1a5bb9e294fcf81c79762b4cb8e5813", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling pin-project-lite v0.2.6
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling tokio v1.7.1
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling cookie v0.15.0
[INFO] [stderr]    Compiling inlinable_string v0.1.14
[INFO] [stderr]    Compiling ref-cast v1.0.6
[INFO] [stderr]    Compiling http-body v0.4.2
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling multer v2.0.0
[INFO] [stderr]    Compiling atomic v0.5.0
[INFO] [stderr]    Compiling figment v0.10.5
[INFO] [stderr]    Compiling state v0.5.2
[INFO] [stderr]    Compiling unchecked-index v0.2.2
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]    Compiling spin v0.9.1
[INFO] [stderr]    Compiling twoway v0.2.2
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling devise_core v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling tokio-macros v1.2.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling derive_more v0.99.14
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling devise_codegen v0.3.0
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling devise v0.3.0
[INFO] [stderr]    Compiling futures-executor v0.3.15
[INFO] [stderr]    Compiling futures v0.3.15
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-stream v0.1.6
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling hyper v0.14.9
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr]    Compiling rocket-getting-started v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "6bed5d9896f1a2a5d9f897d11e6884bfd1a5bb9e294fcf81c79762b4cb8e5813", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bed5d9896f1a2a5d9f897d11e6884bfd1a5bb9e294fcf81c79762b4cb8e5813", kill_on_drop: false }`
[INFO] [stdout] 6bed5d9896f1a2a5d9f897d11e6884bfd1a5bb9e294fcf81c79762b4cb8e5813
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a47064cb9cb89624c258172e77f9dbe164973ae734f2c18c24aa224424a5590
[INFO] running `Command { std: "docker" "start" "-a" "2a47064cb9cb89624c258172e77f9dbe164973ae734f2c18c24aa224424a5590", kill_on_drop: false }`
[INFO] [stderr]    Compiling rocket-getting-started v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "2a47064cb9cb89624c258172e77f9dbe164973ae734f2c18c24aa224424a5590", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a47064cb9cb89624c258172e77f9dbe164973ae734f2c18c24aa224424a5590", kill_on_drop: false }`
[INFO] [stdout] 2a47064cb9cb89624c258172e77f9dbe164973ae734f2c18c24aa224424a5590
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 01f55d64adfd60ae5f58134b9c016d3508b86768c7a0c3d970f20412c31ff10e
[INFO] running `Command { std: "docker" "start" "-a" "01f55d64adfd60ae5f58134b9c016d3508b86768c7a0c3d970f20412c31ff10e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rocket_getting_started-99adef76c360c71b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "01f55d64adfd60ae5f58134b9c016d3508b86768c7a0c3d970f20412c31ff10e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01f55d64adfd60ae5f58134b9c016d3508b86768c7a0c3d970f20412c31ff10e", kill_on_drop: false }`
[INFO] [stdout] 01f55d64adfd60ae5f58134b9c016d3508b86768c7a0c3d970f20412c31ff10e
