[INFO] cloning repository https://github.com/m-dahl/hello-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m-dahl/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-dahl%2Fhello-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-dahl%2Fhello-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d0c4fc0c8d232cf72548e1cdd2f759610a85a253
[INFO] checking m-dahl/hello-rust against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-dahl%2Fhello-rust" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/m-dahl/hello-rust on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/m-dahl/hello-rust
[INFO] finished tweaking git repo https://github.com/m-dahl/hello-rust
[INFO] tweaked toml for git repo https://github.com/m-dahl/hello-rust written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/m-dahl/hello-rust 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e1585ec06e87107c0ca44169c77a67a6f781baa281fb458c0b86215e457de611
[INFO] running `Command { std: "docker" "start" "-a" "e1585ec06e87107c0ca44169c77a67a6f781baa281fb458c0b86215e457de611", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1585ec06e87107c0ca44169c77a67a6f781baa281fb458c0b86215e457de611", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1585ec06e87107c0ca44169c77a67a6f781baa281fb458c0b86215e457de611", kill_on_drop: false }`
[INFO] [stdout] e1585ec06e87107c0ca44169c77a67a6f781baa281fb458c0b86215e457de611
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d258507a58a3f29fc080afd98cdb0411360202a7869c861a552d84a790d8caae
[INFO] running `Command { std: "docker" "start" "-a" "d258507a58a3f29fc080afd98cdb0411360202a7869c861a552d84a790d8caae", kill_on_drop: false }`
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.34
[INFO] [stderr]    Compiling libc v0.2.54
[INFO] [stderr]    Compiling serde v1.0.91
[INFO] [stderr]    Compiling ryu v0.2.8
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.91
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking serde_json v1.0.39
[INFO] [stderr]     Checking hello-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `take_s`: Please use `take` instead
[INFO] [stdout]  --> src/parse.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | named!(parse_id<&str, Prop>, complete!(map_res!(take_s!(36), |s| Uuid::parse_str(s).map(|id| ID(id)))));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `take_s`: Please use `take` instead
[INFO] [stdout]  --> src/parse.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | named!(parse_id<&str, Prop>, complete!(map_res!(take_s!(36), |s| Uuid::parse_str(s).map(|id| ID(id)))));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SPJsonError` is never used
[INFO] [stdout]    --> src/test.rs:106:6
[INFO] [stdout]     |
[INFO] [stdout] 106 | type SPJsonError = serde_json::Error;
[INFO] [stdout]     |      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `test` and `make` are never used
[INFO] [stdout]    --> src/test.rs:114:8
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl SPAttributes {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 114 |     fn test(&self) {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn make<T>(value: T) -> Result<SPAttributes, SPJsonError> where T: Serialize {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "d258507a58a3f29fc080afd98cdb0411360202a7869c861a552d84a790d8caae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d258507a58a3f29fc080afd98cdb0411360202a7869c861a552d84a790d8caae", kill_on_drop: false }`
[INFO] [stdout] d258507a58a3f29fc080afd98cdb0411360202a7869c861a552d84a790d8caae
