[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjarkk%2Fgeneral_programming_language" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjarkk/general_programming_language on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-7/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" "+1.60.0" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 77eff16aa28676ac68607db66a3ba9ed2473406bfd60c2b4d81a4bbc4aaa4b92 [INFO] running `Command { std: "docker" "start" "-a" "77eff16aa28676ac68607db66a3ba9ed2473406bfd60c2b4d81a4bbc4aaa4b92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77eff16aa28676ac68607db66a3ba9ed2473406bfd60c2b4d81a4bbc4aaa4b92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77eff16aa28676ac68607db66a3ba9ed2473406bfd60c2b4d81a4bbc4aaa4b92", kill_on_drop: false }` [INFO] [stdout] 77eff16aa28676ac68607db66a3ba9ed2473406bfd60c2b4d81a4bbc4aaa4b92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b81fb1a04935c2ddcbbced183b5a35e1dacde942bf23ca9b30287f27ce4526f0 [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" "b81fb1a04935c2ddcbbced183b5a35e1dacde942bf23ca9b30287f27ce4526f0", 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 3.12s [INFO] running `Command { std: "docker" "inspect" "b81fb1a04935c2ddcbbced183b5a35e1dacde942bf23ca9b30287f27ce4526f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b81fb1a04935c2ddcbbced183b5a35e1dacde942bf23ca9b30287f27ce4526f0", kill_on_drop: false }` [INFO] [stdout] b81fb1a04935c2ddcbbced183b5a35e1dacde942bf23ca9b30287f27ce4526f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2d6941cafc2ed44e97bfbcab64c57713aa9c0dde4575494983b487e82fc5925 [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" "e2d6941cafc2ed44e97bfbcab64c57713aa9c0dde4575494983b487e82fc5925", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 2.80s [INFO] running `Command { std: "docker" "inspect" "e2d6941cafc2ed44e97bfbcab64c57713aa9c0dde4575494983b487e82fc5925", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2d6941cafc2ed44e97bfbcab64c57713aa9c0dde4575494983b487e82fc5925", kill_on_drop: false }` [INFO] [stdout] e2d6941cafc2ed44e97bfbcab64c57713aa9c0dde4575494983b487e82fc5925 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6cad14d12dea4a0319d829d3b1867d1285b86f51ec0d20f7731f2aecd71f92d4 [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" "6cad14d12dea4a0319d829d3b1867d1285b86f51ec0d20f7731f2aecd71f92d4", 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.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gpl-b8840fefd02a1ae6) [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::functions::test_function_call_with_args ... ok [INFO] [stdout] test lib::tests::functions::test_function_call_without_args ... ok [INFO] [stdout] test lib::tests::functions::test_function_empty ... ok [INFO] [stdout] test lib::tests::functions::test_functions_empty ... ok [INFO] [stdout] test lib::tests::general::test_empty ... 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_2 ... 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_simple_for ... ok [INFO] [stdout] test lib::tests::loops::test_for_incorrect_args_3 ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_arg_and_result ... ok [INFO] [stdout] test lib::tests::comments::test_comments_inside_of_function ... ok [INFO] [stdout] test lib::tests::variables::test_variable ... ok [INFO] [stdout] test lib::tests::loops::test_multiple_simple_fors ... ok [INFO] [stdout] test lib::tests::variables::test_variable_strings_with_backslashes ... ok [INFO] [stdout] test lib::tests::variables::test_variable_string_with_spaces ... ok [INFO] [stdout] test lib::tests::loops::test_simple_while ... ok [INFO] [stdout] test lib::tests::loops::test_multiple_simple_whiles ... ok [INFO] [stdout] test lib::tests::variables::test_variable_starts_with_number_fails ... ok [INFO] [stdout] test lib::tests::loops::test_simple_loop ... ok [INFO] [stdout] test lib::tests::comments::test_comments_in_combination_with_functions ... ok [INFO] [stdout] test lib::tests::loops::test_while_incorrect_args ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_arg ... ok [INFO] [stdout] test lib::tests::functions::test_function_with_args ... ok [INFO] [stdout] test lib::tests::variables::test_variable_global_let_fails ... ok [INFO] [stdout] test lib::tests::loops::test_multiple_simple_loops ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6cad14d12dea4a0319d829d3b1867d1285b86f51ec0d20f7731f2aecd71f92d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cad14d12dea4a0319d829d3b1867d1285b86f51ec0d20f7731f2aecd71f92d4", kill_on_drop: false }` [INFO] [stdout] 6cad14d12dea4a0319d829d3b1867d1285b86f51ec0d20f7731f2aecd71f92d4