[INFO] cloning repository https://github.com/spacemeowx2/slp-server-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spacemeowx2/slp-server-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacemeowx2%2Fslp-server-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacemeowx2%2Fslp-server-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f94be7a5744eed321082d9fa43bd502fb7bc308 [INFO] checking spacemeowx2/slp-server-rust against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspacemeowx2%2Fslp-server-rust" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spacemeowx2/slp-server-rust on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/spacemeowx2/slp-server-rust [INFO] finished tweaking git repo https://github.com/spacemeowx2/slp-server-rust [INFO] tweaked toml for git repo https://github.com/spacemeowx2/slp-server-rust written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/spacemeowx2/slp-server-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a07b4f5181976fe37b25b3778a2e421fb63fcda2b054bdd4578ce4aba89844c4 [INFO] running `Command { std: "docker" "start" "-a" "a07b4f5181976fe37b25b3778a2e421fb63fcda2b054bdd4578ce4aba89844c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a07b4f5181976fe37b25b3778a2e421fb63fcda2b054bdd4578ce4aba89844c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a07b4f5181976fe37b25b3778a2e421fb63fcda2b054bdd4578ce4aba89844c4", kill_on_drop: false }` [INFO] [stdout] a07b4f5181976fe37b25b3778a2e421fb63fcda2b054bdd4578ce4aba89844c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c449e4c4b2d5a5b58541c4bf49c08a763138e14af50634f3ea5f35f5fff1ed3a [INFO] running `Command { std: "docker" "start" "-a" "c449e4c4b2d5a5b58541c4bf49c08a763138e14af50634f3ea5f35f5fff1ed3a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Checking futures-core v0.3.6 [INFO] [stderr] Checking futures-sink v0.3.6 [INFO] [stderr] Checking futures-io v0.3.6 [INFO] [stderr] Checking pin-project-lite v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Checking urlencoding v1.1.1 [INFO] [stderr] Compiling slp-server-rust v2.0.0-rust.alpha.11 (/opt/rustwide/workdir) [INFO] [stderr] Checking managed v0.7.2 [INFO] [stderr] Checking bencher v0.1.5 [INFO] [stderr] Checking futures-task v0.3.6 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking input_buffer v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking proc-macro-nested v0.1.6 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking ryu v1.0.5 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking encoding_rs v0.8.24 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking signal-hook-registry v1.2.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking socket2 v0.3.15 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking twoway v0.2.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking futures-channel v0.3.6 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking headers v0.3.2 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking smoltcp v0.6.0 [INFO] [stderr] Checking backtrace v0.3.53 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Compiling const-random-macro v0.1.11 [INFO] [stderr] Checking sha-1 v0.9.1 [INFO] [stderr] Checking const-random v0.1.11 [INFO] [stderr] Checking ahash v0.2.19 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking tungstenite v0.11.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking lru v0.4.3 [INFO] [stderr] Checking multipart v0.17.0 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Checking tracing v0.1.21 [INFO] [stderr] Checking structopt v0.3.20 [INFO] [stderr] Checking thiserror v1.0.21 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Checking futures-util v0.3.6 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking futures-executor v0.3.6 [INFO] [stderr] Checking futures v0.3.6 [INFO] [stderr] Checking multer v1.2.2 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tungstenite v0.11.0 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Checking async-graphql-parser v1.18.1 [INFO] [stderr] Checking bson v1.1.0 [INFO] [stderr] Checking hyper v0.13.8 [INFO] [stderr] Compiling async-graphql-derive v1.18.1 [INFO] [stderr] Checking warp v0.2.5 [INFO] [stderr] Checking async-graphql v1.18.2 [INFO] [stderr] Checking async-graphql-warp v1.18.1 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/plugin/traffic.rs:152:26 [INFO] [stdout] | [INFO] [stdout] 152 | assert!(t.is_some(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 152 | assert!(t.is_some(), "{}", true); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/plugin/blocker.rs:171:26 [INFO] [stdout] | [INFO] [stdout] 171 | assert!(t.is_some(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 171 | assert!(t.is_some(), "{}", true); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slp/server.rs:284:36 [INFO] [stdout] | [INFO] [stdout] 284 | assert!(traffic.is_some(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 284 | assert!(traffic.is_some(), "{}", true); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/plugin/traffic.rs:152:26 [INFO] [stdout] | [INFO] [stdout] 152 | assert!(t.is_some(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 152 | assert!(t.is_some(), "{}", true); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/plugin/blocker.rs:171:26 [INFO] [stdout] | [INFO] [stdout] 171 | assert!(t.is_some(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 171 | assert!(t.is_some(), "{}", true); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slp/server.rs:284:36 [INFO] [stdout] | [INFO] [stdout] 284 | assert!(traffic.is_some(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 284 | assert!(traffic.is_some(), "{}", true); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 54s [INFO] running `Command { std: "docker" "inspect" "c449e4c4b2d5a5b58541c4bf49c08a763138e14af50634f3ea5f35f5fff1ed3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c449e4c4b2d5a5b58541c4bf49c08a763138e14af50634f3ea5f35f5fff1ed3a", kill_on_drop: false }` [INFO] [stdout] c449e4c4b2d5a5b58541c4bf49c08a763138e14af50634f3ea5f35f5fff1ed3a