[INFO] cloning repository https://github.com/jwickers/localdev [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwickers/localdev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwickers%2Flocaldev", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwickers%2Flocaldev'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0cbc664e33fa86b4ae21e398942a29265208339 [INFO] checking jwickers/localdev against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwickers%2Flocaldev" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jwickers/localdev [INFO] finished tweaking git repo https://github.com/jwickers/localdev [INFO] tweaked toml for git repo https://github.com/jwickers/localdev written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jwickers/localdev on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jwickers/localdev 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88916c82b10d2e5b47e40c1a13e3b771326fbebc4615278d47b0a0994932a54c [INFO] running `Command { std: "docker" "start" "-a" "88916c82b10d2e5b47e40c1a13e3b771326fbebc4615278d47b0a0994932a54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88916c82b10d2e5b47e40c1a13e3b771326fbebc4615278d47b0a0994932a54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88916c82b10d2e5b47e40c1a13e3b771326fbebc4615278d47b0a0994932a54c", kill_on_drop: false }` [INFO] [stdout] 88916c82b10d2e5b47e40c1a13e3b771326fbebc4615278d47b0a0994932a54c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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 -Dunmustuse_in_always_ok" "-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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a47a9dd5e1213dd959df96ced29aa24757820c1b43fc09de928c32afc7dd5ec [INFO] running `Command { std: "docker" "start" "-a" "1a47a9dd5e1213dd959df96ced29aa24757820c1b43fc09de928c32afc7dd5ec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking webbrowser v0.7.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.1.7 [INFO] [stderr] Checking clap v3.1.17 [INFO] [stderr] Checking clap_complete v3.1.4 [INFO] [stderr] Checking localdev v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / /// Specific path of the nginx config file [INFO] [stdout] 9 | | #[clap(short, long)] [INFO] [stdout] 10 | | pub nginx_path: Option, [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | / /// Name of the server to find, will also try with adding a local domain. [INFO] [stdout] 26 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | / /// Name of the server to find, will also try with adding a .localdev domain. [INFO] [stdout] 34 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | / /// Name of the server to configure, if found will update the config else will create a new config. Auto adds a .localdev domain. [INFO] [stdout] 39 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | / /// The default (/) proxy target, eg: http://localhost:3000 [INFO] [stdout] 41 | | #[clap(default_value = "http://localhost:3000")] [INFO] [stdout] 42 | | default_target: String, [INFO] [stdout] | |______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | / /// The websocket proxy, eg: --ws ws:localhost:3000, added by default [INFO] [stdout] 44 | | #[clap(short, long, default_value = "/ws:localhost:3000")] [INFO] [stdout] 45 | | ws: String, [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | / /// Other proxies, for example for a backend: api=http://localhost:8080 or api:8080 [INFO] [stdout] 47 | | #[clap(short, long)] [INFO] [stdout] 48 | | proxy: Vec, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / /// Name of the server to remove. [INFO] [stdout] 59 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `localdev` (bin "localdev" test) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / /// Specific path of the nginx config file [INFO] [stdout] 9 | | #[clap(short, long)] [INFO] [stdout] 10 | | pub nginx_path: Option, [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | / /// Name of the server to find, will also try with adding a local domain. [INFO] [stdout] 26 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | / /// Name of the server to find, will also try with adding a .localdev domain. [INFO] [stdout] 34 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | / /// Name of the server to configure, if found will update the config else will create a new config. Auto adds a .localdev domain. [INFO] [stdout] 39 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | / /// The default (/) proxy target, eg: http://localhost:3000 [INFO] [stdout] 41 | | #[clap(default_value = "http://localhost:3000")] [INFO] [stdout] 42 | | default_target: String, [INFO] [stdout] | |______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | / /// The websocket proxy, eg: --ws ws:localhost:3000, added by default [INFO] [stdout] 44 | | #[clap(short, long, default_value = "/ws:localhost:3000")] [INFO] [stdout] 45 | | ws: String, [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | / /// Other proxies, for example for a backend: api=http://localhost:8080 or api:8080 [INFO] [stdout] 47 | | #[clap(short, long)] [INFO] [stdout] 48 | | proxy: Vec, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/cli.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / /// Name of the server to remove. [INFO] [stdout] 59 | | server_name: String, [INFO] [stdout] | |___________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `localdev` (bin "localdev") due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "1a47a9dd5e1213dd959df96ced29aa24757820c1b43fc09de928c32afc7dd5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a47a9dd5e1213dd959df96ced29aa24757820c1b43fc09de928c32afc7dd5ec", kill_on_drop: false }` [INFO] [stdout] 1a47a9dd5e1213dd959df96ced29aa24757820c1b43fc09de928c32afc7dd5ec