[INFO] cloning repository https://github.com/mjarkk/general_programming_language [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjarkk/general_programming_language" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjarkk%2Fgeneral_programming_language", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjarkk%2Fgeneral_programming_language'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e32721f087fb8abac93bff443d74218e1647daf [INFO] testing mjarkk/general_programming_language against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjarkk%2Fgeneral_programming_language" "/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/mjarkk/general_programming_language on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mjarkk/general_programming_language [INFO] finished tweaking git repo https://github.com/mjarkk/general_programming_language [INFO] tweaked toml for git repo https://github.com/mjarkk/general_programming_language written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mjarkk/general_programming_language already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 519bd6d30394e52ba669377bfdc3940877445763f73732fd705ccc73a601b18a [INFO] running `Command { std: "docker" "start" "-a" "519bd6d30394e52ba669377bfdc3940877445763f73732fd705ccc73a601b18a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "519bd6d30394e52ba669377bfdc3940877445763f73732fd705ccc73a601b18a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "519bd6d30394e52ba669377bfdc3940877445763f73732fd705ccc73a601b18a", kill_on_drop: false }` [INFO] [stdout] 519bd6d30394e52ba669377bfdc3940877445763f73732fd705ccc73a601b18a [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f93504f1b5844789a9d4c14c7a5595ff1976c7d48b81133e6008e83d72becb9 [INFO] running `Command { std: "docker" "start" "-a" "0f93504f1b5844789a9d4c14c7a5595ff1976c7d48b81133e6008e83d72becb9", kill_on_drop: false }` [INFO] [stderr] Compiling gpl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `actions` [INFO] [stdout] --> src/lib/action.rs:137:3 [INFO] [stdout] | [INFO] [stdout] 137 | actions: Actions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ActionWhile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `true_value` [INFO] [stdout] --> src/lib/action.rs:138:3 [INFO] [stdout] | [INFO] [stdout] 138 | true_value: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionWhile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `actions` [INFO] [stdout] --> src/lib/action.rs:149:3 [INFO] [stdout] | [INFO] [stdout] 149 | actions: Actions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `list` [INFO] [stdout] --> src/lib/action.rs:150:3 [INFO] [stdout] | [INFO] [stdout] 150 | list: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item_name` [INFO] [stdout] --> src/lib/action.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | item_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Enum` [INFO] [stdout] --> src/lib/statics.rs:62:3 [INFO] [stdout] | [INFO] [stdout] 62 | Enum, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Type` [INFO] [stdout] --> src/lib/statics.rs:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | Type, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Struct` [INFO] [stdout] --> src/lib/statics.rs:68:3 [INFO] [stdout] | [INFO] [stdout] 68 | Struct, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Continue` [INFO] [stdout] --> src/lib/statics.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | Continue, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `Command { std: "docker" "inspect" "0f93504f1b5844789a9d4c14c7a5595ff1976c7d48b81133e6008e83d72becb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f93504f1b5844789a9d4c14c7a5595ff1976c7d48b81133e6008e83d72becb9", kill_on_drop: false }` [INFO] [stdout] 0f93504f1b5844789a9d4c14c7a5595ff1976c7d48b81133e6008e83d72becb9 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e641c7c3b9541d296e796c4543492d8db4418d1cf79e8995a5193ddcf4ff900b [INFO] running `Command { std: "docker" "start" "-a" "e641c7c3b9541d296e796c4543492d8db4418d1cf79e8995a5193ddcf4ff900b", kill_on_drop: false }` [INFO] [stderr] Compiling gpl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `actions` [INFO] [stdout] --> src/lib/action.rs:137:3 [INFO] [stdout] | [INFO] [stdout] 137 | actions: Actions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ActionWhile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `true_value` [INFO] [stdout] --> src/lib/action.rs:138:3 [INFO] [stdout] | [INFO] [stdout] 138 | true_value: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionWhile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `actions` [INFO] [stdout] --> src/lib/action.rs:149:3 [INFO] [stdout] | [INFO] [stdout] 149 | actions: Actions, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `list` [INFO] [stdout] --> src/lib/action.rs:150:3 [INFO] [stdout] | [INFO] [stdout] 150 | list: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item_name` [INFO] [stdout] --> src/lib/action.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | item_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/action.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Enum` [INFO] [stdout] --> src/lib/statics.rs:62:3 [INFO] [stdout] | [INFO] [stdout] 62 | Enum, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Type` [INFO] [stdout] --> src/lib/statics.rs:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | Type, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Struct` [INFO] [stdout] --> src/lib/statics.rs:68:3 [INFO] [stdout] | [INFO] [stdout] 68 | Struct, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Continue` [INFO] [stdout] --> src/lib/statics.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | Continue, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib/statics.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Copy)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "e641c7c3b9541d296e796c4543492d8db4418d1cf79e8995a5193ddcf4ff900b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e641c7c3b9541d296e796c4543492d8db4418d1cf79e8995a5193ddcf4ff900b", kill_on_drop: false }` [INFO] [stdout] e641c7c3b9541d296e796c4543492d8db4418d1cf79e8995a5193ddcf4ff900b [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6accbe1761fdc0f132380d29623bacc70bba94e35987ece363ca5d719b2c522b [INFO] running `Command { std: "docker" "start" "-a" "6accbe1761fdc0f132380d29623bacc70bba94e35987ece363ca5d719b2c522b", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `actions` [INFO] [stderr] --> src/lib/action.rs:137:3 [INFO] [stderr] | [INFO] [stderr] 137 | actions: Actions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ActionWhile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/action.rs:135:10 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `true_value` [INFO] [stderr] --> src/lib/action.rs:138:3 [INFO] [stderr] | [INFO] [stderr] 138 | true_value: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActionWhile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/action.rs:135:10 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `actions` [INFO] [stderr] --> src/lib/action.rs:149:3 [INFO] [stderr] | [INFO] [stderr] 149 | actions: Actions, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/action.rs:147:10 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `list` [INFO] [stderr] --> src/lib/action.rs:150:3 [INFO] [stderr] | [INFO] [stderr] 150 | list: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/action.rs:147:10 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `item_name` [INFO] [stderr] --> src/lib/action.rs:151:3 [INFO] [stderr] | [INFO] [stderr] 151 | item_name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActionFor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/action.rs:147:10 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Enum` [INFO] [stderr] --> src/lib/statics.rs:62:3 [INFO] [stderr] | [INFO] [stderr] 62 | Enum, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/statics.rs:56:10 [INFO] [stderr] | [INFO] [stderr] 56 | #[derive(Clone, Copy)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Type` [INFO] [stderr] --> src/lib/statics.rs:63:3 [INFO] [stderr] | [INFO] [stderr] 63 | Type, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/statics.rs:56:10 [INFO] [stderr] | [INFO] [stderr] 56 | #[derive(Clone, Copy)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Struct` [INFO] [stderr] --> src/lib/statics.rs:68:3 [INFO] [stderr] | [INFO] [stderr] 68 | Struct, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/statics.rs:56:10 [INFO] [stderr] | [INFO] [stderr] 56 | #[derive(Clone, Copy)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Continue` [INFO] [stderr] --> src/lib/statics.rs:69:3 [INFO] [stderr] | [INFO] [stderr] 69 | Continue, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Keywords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib/statics.rs:56:10 [INFO] [stderr] | [INFO] [stderr] 56 | #[derive(Clone, Copy)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `gpl` (bin "gpl" test) generated 9 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gpl-ca00dc5261208349) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test lib::tests::comments::test_comment_multi_line ... ok [INFO] [stdout] test lib::tests::comments::test_comment_single_line ... ok [INFO] [stdout] test lib::tests::comments::test_comments_in_combination_with_functions ... ok [INFO] [stdout] test lib::tests::comments::test_comments_inside_of_function ... ok [INFO] [stdout] test lib::tests::functions::test_function_empty ... ok [INFO] [stdout] test lib::tests::functions::test_function_call_without_args ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_arg ... ok [INFO] [stdout] test lib::tests::functions::test_function_call_with_args ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_args ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_arg_and_result ... ok [INFO] [stdout] test lib::tests::general::test_empty ... ok [INFO] [stdout] test lib::tests::functions::test_functions_empty ... ok [INFO] [stdout] test lib::tests::loops::test_for_incorrect_args_2 ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_result ... ok [INFO] [stdout] test lib::tests::loops::test_for_incorrect_args_1 ... ok [INFO] [stdout] test lib::tests::loops::test_for_incorrect_args_3 ... ok [INFO] [stdout] test lib::tests::loops::test_for_no_args ... ok [INFO] [stdout] test lib::tests::loops::test_incorrect_while_no_args ... ok [INFO] [stdout] test lib::tests::loops::test_loop_incorrect_args ... ok [INFO] [stdout] test lib::tests::loops::test_multiple_simple_fors ... ok [INFO] [stdout] test lib::tests::loops::test_multiple_simple_loops ... ok [INFO] [stdout] test lib::tests::loops::test_simple_for ... ok [INFO] [stdout] test lib::tests::loops::test_multiple_simple_whiles ... ok [INFO] [stdout] test lib::tests::loops::test_simple_loop ... ok [INFO] [stdout] test lib::tests::variables::test_variable_global_let_fails ... ok [INFO] [stdout] test lib::tests::variables::test_variable ... ok [INFO] [stdout] test lib::tests::loops::test_simple_while ... ok [INFO] [stdout] test lib::tests::loops::test_while_incorrect_args ... ok [INFO] [stdout] test lib::tests::variables::test_variable_starts_with_number_fails ... ok [INFO] [stdout] test lib::tests::variables::test_variable_string_with_spaces ... ok [INFO] [stdout] test lib::tests::variables::test_variable_strings_with_backslashes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6accbe1761fdc0f132380d29623bacc70bba94e35987ece363ca5d719b2c522b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6accbe1761fdc0f132380d29623bacc70bba94e35987ece363ca5d719b2c522b", kill_on_drop: false }` [INFO] [stdout] 6accbe1761fdc0f132380d29623bacc70bba94e35987ece363ca5d719b2c522b