[INFO] cloning repository https://github.com/starkat99/ink-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/starkat99/ink-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstarkat99%2Fink-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstarkat99%2Fink-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ad135c1f5107a9a4c1504f73e2d2f6b0ca12d2a5 [INFO] testing starkat99/ink-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstarkat99%2Fink-rs" "/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/starkat99/ink-rs 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/starkat99/ink-rs [INFO] finished tweaking git repo https://github.com/starkat99/ink-rs [INFO] tweaked toml for git repo https://github.com/starkat99/ink-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/starkat99/ink-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thiserror v1.0.11 [INFO] [stderr] Downloaded thiserror-impl v1.0.11 [INFO] [stderr] Downloaded simple-logging v2.0.2 [INFO] [stderr] Downloaded string-interner v0.7.1 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3f04b35d0a9ec25c202309433936b16225c168fbbcfa4fe7507645a8c3120e7 [INFO] running `Command { std: "docker" "start" "-a" "b3f04b35d0a9ec25c202309433936b16225c168fbbcfa4fe7507645a8c3120e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3f04b35d0a9ec25c202309433936b16225c168fbbcfa4fe7507645a8c3120e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3f04b35d0a9ec25c202309433936b16225c168fbbcfa4fe7507645a8c3120e7", kill_on_drop: false }` [INFO] [stdout] b3f04b35d0a9ec25c202309433936b16225c168fbbcfa4fe7507645a8c3120e7 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df3922c2552861dc5acceb2a4c3edf1280a8062269373ef03884fe62ef122ddf [INFO] running `Command { std: "docker" "start" "-a" "df3922c2552861dc5acceb2a4c3edf1280a8062269373ef03884fe62ef122ddf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling anyhow v1.0.26 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling encoding_rs_io v0.1.7 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror v1.0.11 [INFO] [stderr] Compiling string-interner v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling ink v0.0.1 (/opt/rustwide/workdir/ink) [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> ink/src/data.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | name: InternStr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ListDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> ink/src/data.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, 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: associated function is never used: `find_content_at_path` [INFO] [stdout] --> ink/src/data.rs:480:19 [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn find_content_at_path<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_named_children` [INFO] [stdout] --> ink/src/data.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | pub(crate) fn iter_named_children<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_children` [INFO] [stdout] --> ink/src/data.rs:512:19 [INFO] [stdout] | [INFO] [stdout] 512 | pub(crate) fn iter_children<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `enumerate_children` [INFO] [stdout] --> ink/src/data.rs:520:19 [INFO] [stdout] | [INFO] [stdout] 520 | pub(crate) fn enumerate_children<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_components` [INFO] [stdout] --> ink/src/data/path.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn from_components(components: &[PathComponent], relative: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_named_component` [INFO] [stdout] --> ink/src/data/path.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn contains_named_component(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_name` [INFO] [stdout] --> ink/src/data/path.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn contains_name(&self, name: InternStr) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_name_str` [INFO] [stdout] --> ink/src/data/path.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn contains_name_str(&self, name: &str, string_arena: &StringArena) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> ink/src/data/path.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `first` [INFO] [stdout] --> ink/src/data/path.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn first(&self) -> Option<&PathComponent> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `first_mut` [INFO] [stdout] --> ink/src/data/path.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn first_mut(&mut self) -> Option<&mut PathComponent> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `last_mut` [INFO] [stdout] --> ink/src/data/path.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn last_mut(&mut self) -> Option<&mut PathComponent> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `split_head` [INFO] [stdout] --> ink/src/data/path.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn split_head(&self) -> (Option<&PathComponent>, Path) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_head` [INFO] [stdout] --> ink/src/data/path.rs:147:12 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn remove_head(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_tail` [INFO] [stdout] --> ink/src/data/path.rs:153:12 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn remove_tail(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> ink/src/data/path.rs:157:12 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_slice(&self) -> &[PathComponent] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_slice` [INFO] [stdout] --> ink/src/data/path.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn as_mut_slice(&mut self) -> &mut [PathComponent] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> ink/src/data/path.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn get(&self, index: I) -> Option<&>::Output> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> ink/src/data/path.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn get_mut( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_mut` [INFO] [stdout] --> ink/src/data/path.rs:186:12 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn iter_mut(&mut self) -> impl Iterator { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_first` [INFO] [stdout] --> ink/src/data/path.rs:204:12 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn push_first(&mut self, component: PathComponent) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_tail` [INFO] [stdout] --> ink/src/data/path.rs:217:12 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn with_tail(&self, tail: &[PathComponent]) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_head` [INFO] [stdout] --> ink/src/data/path.rs:225:12 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn with_head(&self, head: &[PathComponent]) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_head_component` [INFO] [stdout] --> ink/src/data/path.rs:243:12 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn with_head_component(&self, head: PathComponent) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `join` [INFO] [stdout] --> ink/src/data/path.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn join(&mut self, path: &Path) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_joined` [INFO] [stdout] --> ink/src/data/path.rs:261:12 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn with_joined(&self, path: &Path) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_named` [INFO] [stdout] --> ink/src/data/path.rs:383:12 [INFO] [stdout] | [INFO] [stdout] 383 | pub fn is_named(self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_name` [INFO] [stdout] --> ink/src/data/path.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn as_name(self, string_arena: &StringArena) -> Option<&str> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_index` [INFO] [stdout] --> ink/src/data/path.rs:407:12 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn is_index(self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clink v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.38s [INFO] running `Command { std: "docker" "inspect" "df3922c2552861dc5acceb2a4c3edf1280a8062269373ef03884fe62ef122ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df3922c2552861dc5acceb2a4c3edf1280a8062269373ef03884fe62ef122ddf", kill_on_drop: false }` [INFO] [stdout] df3922c2552861dc5acceb2a4c3edf1280a8062269373ef03884fe62ef122ddf [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4d7af3766ba1a208c5cda26016808f361c5c89aa2181ad077fc2da1432734e9 [INFO] running `Command { std: "docker" "start" "-a" "b4d7af3766ba1a208c5cda26016808f361c5c89aa2181ad077fc2da1432734e9", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> ink/src/data.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | name: InternStr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ListDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> ink/src/data.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, 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: associated function is never used: `find_content_at_path` [INFO] [stdout] --> ink/src/data.rs:480:19 [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn find_content_at_path<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_named_children` [INFO] [stdout] --> ink/src/data.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | pub(crate) fn iter_named_children<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_children` [INFO] [stdout] --> ink/src/data.rs:512:19 [INFO] [stdout] | [INFO] [stdout] 512 | pub(crate) fn iter_children<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `enumerate_children` [INFO] [stdout] --> ink/src/data.rs:520:19 [INFO] [stdout] | [INFO] [stdout] 520 | pub(crate) fn enumerate_children<'story>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_components` [INFO] [stdout] --> ink/src/data/path.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn from_components(components: &[PathComponent], relative: bool) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_named_component` [INFO] [stdout] --> ink/src/data/path.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn contains_named_component(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_name` [INFO] [stdout] --> ink/src/data/path.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn contains_name(&self, name: InternStr) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_name_str` [INFO] [stdout] --> ink/src/data/path.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn contains_name_str(&self, name: &str, string_arena: &StringArena) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> ink/src/data/path.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `first` [INFO] [stdout] --> ink/src/data/path.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn first(&self) -> Option<&PathComponent> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `first_mut` [INFO] [stdout] --> ink/src/data/path.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn first_mut(&mut self) -> Option<&mut PathComponent> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `last_mut` [INFO] [stdout] --> ink/src/data/path.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn last_mut(&mut self) -> Option<&mut PathComponent> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `split_head` [INFO] [stdout] --> ink/src/data/path.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn split_head(&self) -> (Option<&PathComponent>, Path) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_head` [INFO] [stdout] --> ink/src/data/path.rs:147:12 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn remove_head(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_tail` [INFO] [stdout] --> ink/src/data/path.rs:153:12 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn remove_tail(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> ink/src/data/path.rs:157:12 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn as_slice(&self) -> &[PathComponent] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_slice` [INFO] [stdout] --> ink/src/data/path.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn as_mut_slice(&mut self) -> &mut [PathComponent] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> ink/src/data/path.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn get(&self, index: I) -> Option<&>::Output> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> ink/src/data/path.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn get_mut( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_mut` [INFO] [stdout] --> ink/src/data/path.rs:186:12 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn iter_mut(&mut self) -> impl Iterator { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_first` [INFO] [stdout] --> ink/src/data/path.rs:204:12 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn push_first(&mut self, component: PathComponent) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_tail` [INFO] [stdout] --> ink/src/data/path.rs:217:12 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn with_tail(&self, tail: &[PathComponent]) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_head` [INFO] [stdout] --> ink/src/data/path.rs:225:12 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn with_head(&self, head: &[PathComponent]) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_head_component` [INFO] [stdout] --> ink/src/data/path.rs:243:12 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn with_head_component(&self, head: PathComponent) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `join` [INFO] [stdout] --> ink/src/data/path.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn join(&mut self, path: &Path) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_joined` [INFO] [stdout] --> ink/src/data/path.rs:261:12 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn with_joined(&self, path: &Path) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_named` [INFO] [stdout] --> ink/src/data/path.rs:383:12 [INFO] [stdout] | [INFO] [stdout] 383 | pub fn is_named(self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_name` [INFO] [stdout] --> ink/src/data/path.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn as_name(self, string_arena: &StringArena) -> Option<&str> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_index` [INFO] [stdout] --> ink/src/data/path.rs:407:12 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn is_index(self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clink v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "b4d7af3766ba1a208c5cda26016808f361c5c89aa2181ad077fc2da1432734e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4d7af3766ba1a208c5cda26016808f361c5c89aa2181ad077fc2da1432734e9", kill_on_drop: false }` [INFO] [stdout] b4d7af3766ba1a208c5cda26016808f361c5c89aa2181ad077fc2da1432734e9 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 18350aca40f8c90ea33bf54f69b535eec2be167850b854575937331a970c05ca [INFO] running `Command { std: "docker" "start" "-a" "18350aca40f8c90ea33bf54f69b535eec2be167850b854575937331a970c05ca", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> ink/src/data.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | name: InternStr, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ListDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> ink/src/data.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Clone)] [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: associated function is never used: `find_content_at_path` [INFO] [stderr] --> ink/src/data.rs:480:19 [INFO] [stderr] | [INFO] [stderr] 480 | pub(crate) fn find_content_at_path<'story>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `iter_named_children` [INFO] [stderr] --> ink/src/data.rs:500:19 [INFO] [stderr] | [INFO] [stderr] 500 | pub(crate) fn iter_named_children<'story>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `iter_children` [INFO] [stderr] --> ink/src/data.rs:512:19 [INFO] [stderr] | [INFO] [stderr] 512 | pub(crate) fn iter_children<'story>( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `enumerate_children` [INFO] [stderr] --> ink/src/data.rs:520:19 [INFO] [stderr] | [INFO] [stderr] 520 | pub(crate) fn enumerate_children<'story>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_components` [INFO] [stderr] --> ink/src/data/path.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn from_components(components: &[PathComponent], relative: bool) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `contains_named_component` [INFO] [stderr] --> ink/src/data/path.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn contains_named_component(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `contains_name` [INFO] [stderr] --> ink/src/data/path.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn contains_name(&self, name: InternStr) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `contains_name_str` [INFO] [stderr] --> ink/src/data/path.rs:88:12 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn contains_name_str(&self, name: &str, string_arena: &StringArena) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `len` [INFO] [stderr] --> ink/src/data/path.rs:95:12 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn len(&self) -> usize { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `first` [INFO] [stderr] --> ink/src/data/path.rs:103:12 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn first(&self) -> Option<&PathComponent> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `first_mut` [INFO] [stderr] --> ink/src/data/path.rs:107:12 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn first_mut(&mut self) -> Option<&mut PathComponent> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `last_mut` [INFO] [stderr] --> ink/src/data/path.rs:115:12 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn last_mut(&mut self) -> Option<&mut PathComponent> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `split_head` [INFO] [stderr] --> ink/src/data/path.rs:119:12 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn split_head(&self) -> (Option<&PathComponent>, Path) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove_head` [INFO] [stderr] --> ink/src/data/path.rs:147:12 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn remove_head(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove_tail` [INFO] [stderr] --> ink/src/data/path.rs:153:12 [INFO] [stderr] | [INFO] [stderr] 153 | pub fn remove_tail(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `as_slice` [INFO] [stderr] --> ink/src/data/path.rs:157:12 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn as_slice(&self) -> &[PathComponent] { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `as_mut_slice` [INFO] [stderr] --> ink/src/data/path.rs:161:12 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn as_mut_slice(&mut self) -> &mut [PathComponent] { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get` [INFO] [stderr] --> ink/src/data/path.rs:165:12 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn get(&self, index: I) -> Option<&>::Output> [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_mut` [INFO] [stderr] --> ink/src/data/path.rs:172:12 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn get_mut( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `iter_mut` [INFO] [stderr] --> ink/src/data/path.rs:186:12 [INFO] [stderr] | [INFO] [stderr] 186 | pub fn iter_mut(&mut self) -> impl Iterator { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_first` [INFO] [stderr] --> ink/src/data/path.rs:204:12 [INFO] [stderr] | [INFO] [stderr] 204 | pub fn push_first(&mut self, component: PathComponent) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `with_tail` [INFO] [stderr] --> ink/src/data/path.rs:217:12 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn with_tail(&self, tail: &[PathComponent]) -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `with_head` [INFO] [stderr] --> ink/src/data/path.rs:225:12 [INFO] [stderr] | [INFO] [stderr] 225 | pub fn with_head(&self, head: &[PathComponent]) -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `with_head_component` [INFO] [stderr] --> ink/src/data/path.rs:243:12 [INFO] [stderr] | [INFO] [stderr] 243 | pub fn with_head_component(&self, head: PathComponent) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `join` [INFO] [stderr] --> ink/src/data/path.rs:249:12 [INFO] [stderr] | [INFO] [stderr] 249 | pub fn join(&mut self, path: &Path) { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `with_joined` [INFO] [stderr] --> ink/src/data/path.rs:261:12 [INFO] [stderr] | [INFO] [stderr] 261 | pub fn with_joined(&self, path: &Path) -> Self { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_named` [INFO] [stderr] --> ink/src/data/path.rs:383:12 [INFO] [stderr] | [INFO] [stderr] 383 | pub fn is_named(self) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `as_name` [INFO] [stderr] --> ink/src/data/path.rs:391:12 [INFO] [stderr] | [INFO] [stderr] 391 | pub fn as_name(self, string_arena: &StringArena) -> Option<&str> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_index` [INFO] [stderr] --> ink/src/data/path.rs:407:12 [INFO] [stderr] | [INFO] [stderr] 407 | pub fn is_index(self) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ink` (lib) generated 30 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 26.98s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/clink-86652049a6ae83ee) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "18350aca40f8c90ea33bf54f69b535eec2be167850b854575937331a970c05ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18350aca40f8c90ea33bf54f69b535eec2be167850b854575937331a970c05ca", kill_on_drop: false }` [INFO] [stdout] 18350aca40f8c90ea33bf54f69b535eec2be167850b854575937331a970c05ca