[INFO] cloning repository https://github.com/Ms2ger/tla-impl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ms2ger/tla-impl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMs2ger%2Ftla-impl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMs2ger%2Ftla-impl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 019f535f4f2a501f5e3c3bb2a01105924bc9b7f4 [INFO] testing Ms2ger/tla-impl against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMs2ger%2Ftla-impl" "/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/Ms2ger/tla-impl on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ms2ger/tla-impl [INFO] finished tweaking git repo https://github.com/Ms2ger/tla-impl [INFO] tweaked toml for git repo https://github.com/Ms2ger/tla-impl written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Ms2ger/tla-impl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33c467f28190ea9c1eaf2c142377ab66553960abd40ea9cdb23670a19fcdae59 [INFO] running `Command { std: "docker" "start" "-a" "33c467f28190ea9c1eaf2c142377ab66553960abd40ea9cdb23670a19fcdae59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33c467f28190ea9c1eaf2c142377ab66553960abd40ea9cdb23670a19fcdae59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33c467f28190ea9c1eaf2c142377ab66553960abd40ea9cdb23670a19fcdae59", kill_on_drop: false }` [INFO] [stdout] 33c467f28190ea9c1eaf2c142377ab66553960abd40ea9cdb23670a19fcdae59 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 816e0227b814b81dd2374b6a7f8d2834e4fe3beb18014fdd37e98fa297578186 [INFO] running `Command { std: "docker" "start" "-a" "816e0227b814b81dd2374b6a7f8d2834e4fe3beb18014fdd37e98fa297578186", kill_on_drop: false }` [INFO] [stderr] Compiling tla-impl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | fn new(name: impl Into) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push` [INFO] [stdout] --> src/main.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | fn push(&mut self, value: T) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop` [INFO] [stdout] --> src/main.rs:18:6 [INFO] [stdout] | [INFO] [stdout] 18 | fn pop(&mut self) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/main.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | data: RefCell>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `children` [INFO] [stdout] --> src/main.rs:48:3 [INFO] [stdout] | [INFO] [stdout] 48 | children: RefCell, Box)>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:52:6 [INFO] [stdout] | [INFO] [stdout] 52 | fn new(modules: &mut Modules) -> Rc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `resolve` [INFO] [stdout] --> src/main.rs:60:6 [INFO] [stdout] | [INFO] [stdout] 60 | fn resolve(&self) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reject` [INFO] [stdout] --> src/main.rs:65:6 [INFO] [stdout] | [INFO] [stdout] 65 | fn reject(&self, error: String) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `then` [INFO] [stdout] --> src/main.rs:70:6 [INFO] [stdout] | [INFO] [stdout] 70 | fn then(&self, resolve: Box, reject: Box) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tick` [INFO] [stdout] --> src/main.rs:74:6 [INFO] [stdout] | [INFO] [stdout] 74 | fn tick(&self, modules: &mut Modules) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sync` [INFO] [stdout] --> src/main.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | Sync, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Sync` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:93:42 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(PartialOrd, Ord, PartialEq, Eq, Debug, Copy, Clone)] [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: `Async` [INFO] [stdout] --> src/main.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | Async, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Sync` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:93:42 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(PartialOrd, Ord, PartialEq, Eq, Debug, Copy, Clone)] [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: `Unlinked` [INFO] [stdout] --> src/main.rs:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | Unlinked, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(PartialOrd, Ord, PartialEq, Eq, 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: `Linking` [INFO] [stdout] --> src/main.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | Linking, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(PartialOrd, Ord, PartialEq, Eq, 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: `Linked` [INFO] [stdout] --> src/main.rs:103:3 [INFO] [stdout] | [INFO] [stdout] 103 | Linked, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(PartialOrd, Ord, PartialEq, Eq, 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: `Evaluating` [INFO] [stdout] --> src/main.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | Evaluating, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(PartialOrd, Ord, PartialEq, Eq, 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: `Evaluated` [INFO] [stdout] --> src/main.rs:105:3 [INFO] [stdout] | [INFO] [stdout] 105 | Evaluated, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(PartialOrd, Ord, PartialEq, Eq, 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: `name` [INFO] [stdout] --> src/main.rs:110:3 [INFO] [stdout] | [INFO] [stdout] 110 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `broken` [INFO] [stdout] --> src/main.rs:111:3 [INFO] [stdout] | [INFO] [stdout] 111 | broken: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `status` [INFO] [stdout] --> src/main.rs:113:3 [INFO] [stdout] | [INFO] [stdout] 113 | status: Status, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `error` [INFO] [stdout] --> src/main.rs:114:3 [INFO] [stdout] | [INFO] [stdout] 114 | error: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `dfs_index` [INFO] [stdout] --> src/main.rs:115:3 [INFO] [stdout] | [INFO] [stdout] 115 | dfs_index : Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `dfs_anc_index` [INFO] [stdout] --> src/main.rs:116:3 [INFO] [stdout] | [INFO] [stdout] 116 | dfs_anc_index: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `requested` [INFO] [stdout] --> src/main.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | requested: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `async_` [INFO] [stdout] --> src/main.rs:118:3 [INFO] [stdout] | [INFO] [stdout] 118 | async_: Sync, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `async_evaluating` [INFO] [stdout] --> src/main.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | async_evaluating: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `apm` [INFO] [stdout] --> src/main.rs:120:3 [INFO] [stdout] | [INFO] [stdout] 120 | apm: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `pad` [INFO] [stdout] --> src/main.rs:121:3 [INFO] [stdout] | [INFO] [stdout] 121 | pad: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `promise` [INFO] [stdout] --> src/main.rs:123:3 [INFO] [stdout] | [INFO] [stdout] 123 | promise: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | #[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: `Index` [INFO] [stdout] --> src/main.rs:128:3 [INFO] [stdout] | [INFO] [stdout] 128 | Index(usize), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EvalResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | #[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: `Error` [INFO] [stdout] --> src/main.rs:129:3 [INFO] [stdout] | [INFO] [stdout] 129 | Error(String), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EvalResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | #[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: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:134:6 [INFO] [stdout] | [INFO] [stdout] 134 | fn new(name: String, async_: Sync, requested: Vec, broken: bool) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_status` [INFO] [stdout] --> src/main.rs:152:6 [INFO] [stdout] | [INFO] [stdout] 152 | fn set_status(&mut self, status: Status) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_anc_index` [INFO] [stdout] --> src/main.rs:157:6 [INFO] [stdout] | [INFO] [stdout] 157 | fn set_anc_index(&mut self, dfs_anc_index: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `execute_module_sync` [INFO] [stdout] --> src/main.rs:162:6 [INFO] [stdout] | [INFO] [stdout] 162 | fn execute_module_sync(&self) -> Result<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `execute_module_async` [INFO] [stdout] --> src/main.rs:171:6 [INFO] [stdout] | [INFO] [stdout] 171 | fn execute_module_async(&self, capability: Rc) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `modules` [INFO] [stdout] --> src/main.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | modules: BTreeMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `execution_order` [INFO] [stdout] --> src/main.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | execution_order: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `promises` [INFO] [stdout] --> src/main.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | promises: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:189:6 [INFO] [stdout] | [INFO] [stdout] 189 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `record` [INFO] [stdout] --> src/main.rs:197:6 [INFO] [stdout] | [INFO] [stdout] 197 | fn record(&mut self, promise: Rc) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tick` [INFO] [stdout] --> src/main.rs:201:6 [INFO] [stdout] | [INFO] [stdout] 201 | fn tick(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/main.rs:207:6 [INFO] [stdout] | [INFO] [stdout] 207 | fn get(&self, name: &str) -> &Module { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> src/main.rs:211:6 [INFO] [stdout] | [INFO] [stdout] 211 | fn get_mut(&mut self, name: &str) -> &mut Module { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/main.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | fn insert(&mut self, name: String, async_: Sync, requested: Vec, broken: bool) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cycle_root` [INFO] [stdout] --> src/main.rs:219:6 [INFO] [stdout] | [INFO] [stdout] 219 | fn cycle_root(&self, module: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `inner_module_linking` [INFO] [stdout] --> src/main.rs:239:6 [INFO] [stdout] | [INFO] [stdout] 239 | fn inner_module_linking(&mut self, name: &str, stack: &mut LoudVec, index: usize) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link` [INFO] [stdout] --> src/main.rs:307:6 [INFO] [stdout] | [INFO] [stdout] 307 | fn link(&mut self, name: &str) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fulfilled` [INFO] [stdout] --> src/main.rs:321:6 [INFO] [stdout] | [INFO] [stdout] 321 | fn fulfilled(&mut self, name: &str) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rejected` [INFO] [stdout] --> src/main.rs:376:6 [INFO] [stdout] | [INFO] [stdout] 376 | fn rejected(&mut self, name: &str, error: &str) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `execute_cyclic_module` [INFO] [stdout] --> src/main.rs:416:6 [INFO] [stdout] | [INFO] [stdout] 416 | fn execute_cyclic_module(&mut self, name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `inner_module_evaluation` [INFO] [stdout] --> src/main.rs:448:6 [INFO] [stdout] | [INFO] [stdout] 448 | fn inner_module_evaluation(&mut self, name: &str, stack: &mut LoudVec, index: usize) -> EvalResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `evaluate` [INFO] [stdout] --> src/main.rs:556:6 [INFO] [stdout] | [INFO] [stdout] 556 | fn evaluate(&mut self, name: &str) -> Rc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run` [INFO] [stdout] --> src/main.rs:623:4 [INFO] [stdout] | [INFO] [stdout] 623 | fn run(modules: &mut Modules, name: &str) -> Rc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 54 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `Command { std: "docker" "inspect" "816e0227b814b81dd2374b6a7f8d2834e4fe3beb18014fdd37e98fa297578186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "816e0227b814b81dd2374b6a7f8d2834e4fe3beb18014fdd37e98fa297578186", kill_on_drop: false }` [INFO] [stdout] 816e0227b814b81dd2374b6a7f8d2834e4fe3beb18014fdd37e98fa297578186 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dfeb72a655b50f04b1e9706cd204270de67abb742c87e30ca4cceac0c58992c1 [INFO] running `Command { std: "docker" "start" "-a" "dfeb72a655b50f04b1e9706cd204270de67abb742c87e30ca4cceac0c58992c1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tla-impl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/tla_impl-6217de75cef2719b) [INFO] running `Command { std: "docker" "inspect" "dfeb72a655b50f04b1e9706cd204270de67abb742c87e30ca4cceac0c58992c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfeb72a655b50f04b1e9706cd204270de67abb742c87e30ca4cceac0c58992c1", kill_on_drop: false }` [INFO] [stdout] dfeb72a655b50f04b1e9706cd204270de67abb742c87e30ca4cceac0c58992c1 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b6d081a9bf4eaab6387dcce33dc8267dc346840574378b7b84fa15ecd81bbc5 [INFO] running `Command { std: "docker" "start" "-a" "3b6d081a9bf4eaab6387dcce33dc8267dc346840574378b7b84fa15ecd81bbc5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tla_impl-6217de75cef2719b) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test cycle_error_persistence ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example4 ... ok [INFO] [stdout] test example2b ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test example_common_dep ... ok [INFO] [stdout] test example_common_dep_cycle ... ok [INFO] [stdout] test example_common_dep_cycle_2 ... ok [INFO] [stdout] test example_cycle ... ok [INFO] [stdout] test example_common_dep_cycle_2c ... ok [INFO] [stdout] test example_common_dep_cycle_2b ... ok [INFO] [stdout] test example_single_broken_async ... ok [INFO] [stdout] test example_single_broken_sync ... ok [INFO] [stdout] test example_common_dep_cycle_2d ... ok [INFO] [stdout] test example_guy ... ok [INFO] [stdout] test spec_example_1 ... ok [INFO] [stdout] test example_common_dep_cycle_3 ... ok [INFO] [stdout] test spec_example_2 ... ok [INFO] [stdout] test spec_example_3 ... ok [INFO] [stdout] test spec_example_4 ... ok [INFO] [stdout] test spec_example_4_modified ... ok [INFO] [stdout] test example_super_cycle ... ok [INFO] [stdout] test synchronous_cycles_121 ... ok [INFO] [stdout] test two_step ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b6d081a9bf4eaab6387dcce33dc8267dc346840574378b7b84fa15ecd81bbc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b6d081a9bf4eaab6387dcce33dc8267dc346840574378b7b84fa15ecd81bbc5", kill_on_drop: false }` [INFO] [stdout] 3b6d081a9bf4eaab6387dcce33dc8267dc346840574378b7b84fa15ecd81bbc5