[INFO] cloning repository https://github.com/SyedHzf/data_struct [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SyedHzf/data_struct" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyedHzf%2Fdata_struct", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyedHzf%2Fdata_struct'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 68561e3294bd74705448b701baa359cae008cd73 [INFO] testing SyedHzf/data_struct against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyedHzf%2Fdata_struct" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SyedHzf/data_struct on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SyedHzf/data_struct [INFO] finished tweaking git repo https://github.com/SyedHzf/data_struct [INFO] tweaked toml for git repo https://github.com/SyedHzf/data_struct written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/SyedHzf/data_struct already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19956c29622b318b71c87e61d704fd14840680a3ce4f15d616de661295ce87bb [INFO] running `Command { std: "docker" "start" "-a" "19956c29622b318b71c87e61d704fd14840680a3ce4f15d616de661295ce87bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19956c29622b318b71c87e61d704fd14840680a3ce4f15d616de661295ce87bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19956c29622b318b71c87e61d704fd14840680a3ce4f15d616de661295ce87bb", kill_on_drop: false }` [INFO] [stdout] 19956c29622b318b71c87e61d704fd14840680a3ce4f15d616de661295ce87bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3bf4fcb990fbe85aea7f98dcaafa1b13b3f2599084606710c78fbd779e12f78 [INFO] running `Command { std: "docker" "start" "-a" "e3bf4fcb990fbe85aea7f98dcaafa1b13b3f2599084606710c78fbd779e12f78", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling Data_Structures v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/LinkedList.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | value: String, [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: `deleteFirst` [INFO] [stdout] --> src/LinkedList.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn deleteFirst(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Data_Structures` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `data_structures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `LinkedList` should have a snake case name [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | mod LinkedList; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `linked_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `inertFirst` should have a snake case name [INFO] [stdout] --> src/LinkedList.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn inertFirst(&mut self, value: String) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `inert_first` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `deleteFirst` should have a snake case name [INFO] [stdout] --> src/LinkedList.rs:80:12 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn deleteFirst(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `delete_first` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.74s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "e3bf4fcb990fbe85aea7f98dcaafa1b13b3f2599084606710c78fbd779e12f78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3bf4fcb990fbe85aea7f98dcaafa1b13b3f2599084606710c78fbd779e12f78", kill_on_drop: false }` [INFO] [stdout] e3bf4fcb990fbe85aea7f98dcaafa1b13b3f2599084606710c78fbd779e12f78