[INFO] cloning repository https://github.com/sombrastudios/simple_lang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sombrastudios/simple_lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsombrastudios%2Fsimple_lang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsombrastudios%2Fsimple_lang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac6f67876d91f80f7801094aa1f6cb1338e09866 [INFO] checking sombrastudios/simple_lang against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsombrastudios%2Fsimple_lang" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sombrastudios/simple_lang on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sombrastudios/simple_lang [INFO] finished tweaking git repo https://github.com/sombrastudios/simple_lang [INFO] tweaked toml for git repo https://github.com/sombrastudios/simple_lang written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/sombrastudios/simple_lang already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94a06a0f03e77e07ec706bb4fb829195faf8897f32b0a4d9bec0113fdb3f39e7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "94a06a0f03e77e07ec706bb4fb829195faf8897f32b0a4d9bec0113fdb3f39e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94a06a0f03e77e07ec706bb4fb829195faf8897f32b0a4d9bec0113fdb3f39e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94a06a0f03e77e07ec706bb4fb829195faf8897f32b0a4d9bec0113fdb3f39e7", kill_on_drop: false }` [INFO] [stdout] 94a06a0f03e77e07ec706bb4fb829195faf8897f32b0a4d9bec0113fdb3f39e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23ebb0abce99c27be0c4a32e7fd7149517114ce2ca544c6a21b882efca236748 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "23ebb0abce99c27be0c4a32e7fd7149517114ce2ca544c6a21b882efca236748", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Checking simple_lang v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `util::tag_ws` [INFO] [stdout] --> src/parse/instructions/statements.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | util::tag_ws, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `map_res` [INFO] [stdout] --> src/parse/signature/functions.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | combinator::{map, map_res, opt}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `bytes::complete::tag`, `character::complete::one_of`, `terminated` [INFO] [stdout] --> src/parse/signature/vars.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | character::complete::one_of, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | combinator::{map, opt}, [INFO] [stdout] 17 | sequence::{preceded, terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `util::tag_ws` [INFO] [stdout] --> src/parse/instructions/statements.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | util::tag_ws, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `map_res` [INFO] [stdout] --> src/parse/signature/functions.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | combinator::{map, map_res, opt}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `bytes::complete::tag`, `character::complete::one_of`, `terminated` [INFO] [stdout] --> src/parse/signature/vars.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | bytes::complete::tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | character::complete::one_of, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | combinator::{map, opt}, [INFO] [stdout] 17 | sequence::{preceded, terminated, tuple}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parse/instructions/control_flow.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | fn parse(input: &str) -> nom::IResult<&str, Self> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parse/instructions/expression.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse(input: &str) -> nom::IResult<&str, Self> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parse/instructions/control_flow.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | fn parse(input: &str) -> nom::IResult<&str, Self> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parse/instructions/expression.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse(input: &str) -> nom::IResult<&str, Self> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cases` [INFO] [stdout] --> src/parse/instructions/is_expression.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | cases: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `matcher` [INFO] [stdout] --> src/parse/instructions/is_expression.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | matcher: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `then` [INFO] [stdout] --> src/parse/instructions/is_expression.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | then: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `not_followed` [INFO] [stdout] --> src/parse/util.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn not_followed<'a, A, B>( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fold_concat` [INFO] [stdout] --> src/parse/util.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn fold_concat<'a, T, E>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cases` [INFO] [stdout] --> src/parse/instructions/is_expression.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | cases: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `matcher` [INFO] [stdout] --> src/parse/instructions/is_expression.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | matcher: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `then` [INFO] [stdout] --> src/parse/instructions/is_expression.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | then: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `tag_let` [INFO] [stdout] --> src/parse/keyword.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn tag_let(i: &str) -> IResult<&str, &str> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `not_followed` [INFO] [stdout] --> src/parse/util.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn not_followed<'a, A, B>( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `concat` [INFO] [stdout] --> src/parse/util.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn concat<'a, T, Elem>( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fold_concat` [INFO] [stdout] --> src/parse/util.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn fold_concat<'a, T, E>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.01s [INFO] running `Command { std: "docker" "inspect" "23ebb0abce99c27be0c4a32e7fd7149517114ce2ca544c6a21b882efca236748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23ebb0abce99c27be0c4a32e7fd7149517114ce2ca544c6a21b882efca236748", kill_on_drop: false }` [INFO] [stdout] 23ebb0abce99c27be0c4a32e7fd7149517114ce2ca544c6a21b882efca236748