[INFO] cloning repository https://github.com/spaghetus/shell-graph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spaghetus/shell-graph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dc7a3daaeb6e7393b8942fe3c0581b20b8070978
[INFO] checking spaghetus/shell-graph against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spaghetus/shell-graph on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] finished tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] tweaked toml for git repo https://github.com/spaghetus/shell-graph written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/spaghetus/shell-graph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ecolor v0.25.0
[INFO] [stderr]   Downloaded emath v0.25.0
[INFO] [stderr]   Downloaded egui v0.25.0
[INFO] [stderr]   Downloaded epaint v0.25.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23a8dae4f2d927d8313f02b7e84a89a46342ab5ca73d4924208b19eb9dbb5258
[INFO] running `Command { std: "docker" "start" "-a" "23a8dae4f2d927d8313f02b7e84a89a46342ab5ca73d4924208b19eb9dbb5258", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23a8dae4f2d927d8313f02b7e84a89a46342ab5ca73d4924208b19eb9dbb5258", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23a8dae4f2d927d8313f02b7e84a89a46342ab5ca73d4924208b19eb9dbb5258", kill_on_drop: false }`
[INFO] [stdout] 23a8dae4f2d927d8313f02b7e84a89a46342ab5ca73d4924208b19eb9dbb5258
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e337f58d693d14bfca172ea71618ebff12d3a3fcfa172e31bbfd6c52b9ea8d2
[INFO] running `Command { std: "docker" "start" "-a" "6e337f58d693d14bfca172ea71618ebff12d3a3fcfa172e31bbfd6c52b9ea8d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling winnow v0.5.35
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking ab_glyph v0.2.23
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling crossfont v0.5.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking png v0.17.11
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]     Checking tiny-skia-path v0.7.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.8
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking tiny-skia v0.7.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zvariant_derive v3.15.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking xdg-home v1.0.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking emath v0.19.0
[INFO] [stderr]     Checking enumflags2 v0.7.8
[INFO] [stderr]     Checking zvariant v3.15.0
[INFO] [stderr]     Checking epaint v0.19.0
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling zbus_macros v3.14.1
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]     Checking x11rb v0.9.0
[INFO] [stderr]    Compiling serde_repr v0.1.18
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking zbus_names v2.6.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]     Checking webbrowser v0.7.1
[INFO] [stderr]     Checking ecolor v0.25.0
[INFO] [stderr]     Checking emath v0.25.0
[INFO] [stderr]     Checking egui v0.19.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling rfd v0.13.0
[INFO] [stderr]     Checking glow v0.11.2
[INFO] [stderr]     Checking epaint v0.25.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking unsafe-libyaml v0.2.10
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking egui v0.25.0
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking serde_yaml v0.9.30
[INFO] [stderr]     Checking sctk-adwaita v0.4.3
[INFO] [stderr]     Checking arboard v2.1.1
[INFO] [stderr]     Checking smithay-clipboard v0.6.6
[INFO] [stderr]     Checking winit v0.27.5
[INFO] [stderr]     Checking nonblock v0.2.0
[INFO] [stderr]     Checking egui_glow v0.19.0
[INFO] [stderr]     Checking egui_node_graph v0.4.0
[INFO] [stderr]     Checking zbus v3.14.1
[INFO] [stderr]     Checking glutin v0.29.1
[INFO] [stderr]     Checking egui-winit v0.19.0
[INFO] [stderr]     Checking eframe v0.19.0
[INFO] [stderr]     Checking ashpd v0.6.8
[INFO] [stderr]     Checking shell-graph v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `GraphNodeWidget`
[INFO] [stdout]   --> src/lib.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 |     DataTypeTrait, Graph, GraphEditorState, GraphNodeWidget, InputId, NodeDataTrait, NodeId,
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `GraphNodeWidget`
[INFO] [stdout]   --> src/lib.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 |     DataTypeTrait, Graph, GraphEditorState, GraphNodeWidget, InputId, NodeDataTrait, NodeId,
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::Read`
[INFO] [stdout]  --> src/lib.rs:4:2
[INFO] [stdout]   |
[INFO] [stdout] 4 |     io::Read,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:43:30
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn node_finder_label(&self, user_state: &mut Self::UserState) -> std::borrow::Cow<str> {
[INFO] [stdout]    |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:47:29
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn node_graph_label(&self, user_state: &mut Self::UserState) -> String {
[INFO] [stdout]    |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn user_data(&self, user_state: &mut Self::UserState) -> Self::NodeData {
[INFO] [stdout]    |                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]   --> src/lib.rs:59:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |         graph: &mut Graph<Self::NodeData, Self::DataType, Self::ValueType>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 |         user_state: &mut Self::UserState,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node_id`
[INFO] [stdout]   --> src/lib.rs:61:3
[INFO] [stdout]    |
[INFO] [stdout] 61 |         node_id: NodeId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `param_name`
[INFO] [stdout]   --> src/lib.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 87 |         param_name: &str,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_param_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node_id`
[INFO] [stdout]   --> src/lib.rs:88:3
[INFO] [stdout]    |
[INFO] [stdout] 88 |         node_id: NodeId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 |         user_state: &mut Self::UserState,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node_data`
[INFO] [stdout]   --> src/lib.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 |         node_data: &Self::NodeData,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:421:12
[INFO] [stdout]     |
[INFO] [stdout] 421 |               script: "#!/usr/bin/env bash
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 422 | |             (echo no; sleep 10s; echo hello, world!; echo no) > $OUT_out
[INFO] [stdout] 423 | |             "
[INFO] [stdout] 424 | |             .to_string(),
[INFO] [stdout]     | |________________________^ expected `RwLock<String>`, found `String`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `std::sync::RwLock<std::string::String>`
[INFO] [stdout]                found struct `std::string::String`
[INFO] [stdout] help: call `Into::into` on this expression to convert `std::string::String` into `std::sync::RwLock<std::string::String>`
[INFO] [stdout]     |
[INFO] [stdout] 424 |             .to_string().into(),
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:435:12
[INFO] [stdout]     |
[INFO] [stdout] 435 |               script: "#!/usr/bin/env bash
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 436 | |             cat $IN_in | grep '!'
[INFO] [stdout] 437 | |             echo OK
[INFO] [stdout] 438 | |             "
[INFO] [stdout] 439 | |             .to_string(),
[INFO] [stdout]     | |________________________^ expected `RwLock<String>`, found `String`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `std::sync::RwLock<std::string::String>`
[INFO] [stdout]                found struct `std::string::String`
[INFO] [stdout] help: call `Into::into` on this expression to convert `std::string::String` into `std::sync::RwLock<std::string::String>`
[INFO] [stdout]     |
[INFO] [stdout] 439 |             .to_string().into(),
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:447:3
[INFO] [stdout]     |
[INFO] [stdout] 443 |     let input = project.graph().add_input_param(
[INFO] [stdout]     |                                 --------------- arguments to this method are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 447 |         (),
[INFO] [stdout]     |         ^^ expected `NoValues`, found `()`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/egui_node_graph-0.4.0/src/graph_impls.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout] 35  |     pub fn add_input_param(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::Read`
[INFO] [stdout]  --> src/lib.rs:4:2
[INFO] [stdout]   |
[INFO] [stdout] 4 |     io::Read,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:43:30
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn node_finder_label(&self, user_state: &mut Self::UserState) -> std::borrow::Cow<str> {
[INFO] [stdout]    |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:47:29
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn node_graph_label(&self, user_state: &mut Self::UserState) -> String {
[INFO] [stdout]    |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn user_data(&self, user_state: &mut Self::UserState) -> Self::NodeData {
[INFO] [stdout]    |                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]   --> src/lib.rs:59:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |         graph: &mut Graph<Self::NodeData, Self::DataType, Self::ValueType>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 |         user_state: &mut Self::UserState,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node_id`
[INFO] [stdout]   --> src/lib.rs:61:3
[INFO] [stdout]    |
[INFO] [stdout] 61 |         node_id: NodeId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `param_name`
[INFO] [stdout]   --> src/lib.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 87 |         param_name: &str,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_param_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node_id`
[INFO] [stdout]   --> src/lib.rs:88:3
[INFO] [stdout]    |
[INFO] [stdout] 88 |         node_id: NodeId,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user_state`
[INFO] [stdout]   --> src/lib.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 |         user_state: &mut Self::UserState,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_user_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node_data`
[INFO] [stdout]   --> src/lib.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 |         node_data: &Self::NodeData,
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shell-graph` (lib test) due to 4 previous errors; 12 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/main.rs:15:52
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn update(&mut self, ctx: &eframe::egui::Context, frame: &mut eframe::Frame) {
[INFO] [stdout]    |                                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/main.rs:15:52
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn update(&mut self, ctx: &eframe::egui::Context, frame: &mut eframe::Frame) {
[INFO] [stdout]    |                                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6e337f58d693d14bfca172ea71618ebff12d3a3fcfa172e31bbfd6c52b9ea8d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e337f58d693d14bfca172ea71618ebff12d3a3fcfa172e31bbfd6c52b9ea8d2", kill_on_drop: false }`
[INFO] [stdout] 6e337f58d693d14bfca172ea71618ebff12d3a3fcfa172e31bbfd6c52b9ea8d2
[INFO] checking spaghetus/shell-graph against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spaghetus/shell-graph on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] finished tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] tweaked toml for git repo https://github.com/spaghetus/shell-graph written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/spaghetus/shell-graph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking spaghetus/shell-graph against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spaghetus/shell-graph on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] finished tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] tweaked toml for git repo https://github.com/spaghetus/shell-graph written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/spaghetus/shell-graph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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
[ERROR] error running command: no output for 300 seconds
[INFO] checking spaghetus/shell-graph against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spaghetus/shell-graph on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] finished tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] tweaked toml for git repo https://github.com/spaghetus/shell-graph written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/spaghetus/shell-graph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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
[ERROR] error running command: no output for 300 seconds
[INFO] checking spaghetus/shell-graph against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spaghetus/shell-graph on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] finished tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] tweaked toml for git repo https://github.com/spaghetus/shell-graph written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/spaghetus/shell-graph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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
[ERROR] error running command: no output for 300 seconds
[INFO] checking spaghetus/shell-graph against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspaghetus%2Fshell-graph" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/spaghetus/shell-graph on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] finished tweaking git repo https://github.com/spaghetus/shell-graph
[INFO] tweaked toml for git repo https://github.com/spaghetus/shell-graph written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/spaghetus/shell-graph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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
[ERROR] error running command: no output for 300 seconds
[ERROR] this task or one of its parent failed!
[ERROR] no output for 300 seconds
[ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.
