[INFO] fetching crate GPS-Gunnlaug_18 0.1.6...
[INFO] checking GPS-Gunnlaug_18-0.1.6 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate GPS-Gunnlaug_18 0.1.6 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate GPS-Gunnlaug_18 0.1.6 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate GPS-Gunnlaug_18 0.1.6
[INFO] finished tweaking crates.io crate GPS-Gunnlaug_18 0.1.6
[INFO] tweaked toml for crates.io crate GPS-Gunnlaug_18 0.1.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rpi_embedded v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a99c4900d60b4a89bd6da551f5dc797c730e59cd3e3bf474ba17e16b56746f55
[INFO] running `Command { std: "docker" "start" "-a" "a99c4900d60b4a89bd6da551f5dc797c730e59cd3e3bf474ba17e16b56746f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a99c4900d60b4a89bd6da551f5dc797c730e59cd3e3bf474ba17e16b56746f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a99c4900d60b4a89bd6da551f5dc797c730e59cd3e3bf474ba17e16b56746f55", kill_on_drop: false }`
[INFO] [stdout] a99c4900d60b4a89bd6da551f5dc797c730e59cd3e3bf474ba17e16b56746f55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e78a400673d84e52573b41afdf628384fe3678659e7c23a3cf84d6aa22bf354
[INFO] running `Command { std: "docker" "start" "-a" "3e78a400673d84e52573b41afdf628384fe3678659e7c23a3cf84d6aa22bf354", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking rpi_embedded v0.1.0
[INFO] [stderr]     Checking GPS-Gunnlaug_18 v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `GPS` is never constructed
[INFO] [stdout]   --> src/lib.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | struct GPS{
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `spliting`, `gps_system`, `gps_print`, and `settings_uart` are never used
[INFO] [stdout]    --> src/lib.rs:58:12
[INFO] [stdout]     |
[INFO] [stdout] 56  | impl GPS{
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] 57  |     //new struct
[INFO] [stdout] 58  |     pub fn new() -> Self{
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 71  |     pub fn spliting(&mut self,string_read:String){
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82  |     pub fn  gps_system(&mut self,read_vec: Vec<&str>){ //takes a value from the list and converts it to string for latitude ,longitude ,a...
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92  |     pub fn gps_print(&mut self){//function to print
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn settings_uart(&mut self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]    --> src/lib.rs:116:4
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn main(){
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `GPS_Gunnlaug_18` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `gps_gunnlaug_18`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "3e78a400673d84e52573b41afdf628384fe3678659e7c23a3cf84d6aa22bf354", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e78a400673d84e52573b41afdf628384fe3678659e7c23a3cf84d6aa22bf354", kill_on_drop: false }`
[INFO] [stdout] 3e78a400673d84e52573b41afdf628384fe3678659e7c23a3cf84d6aa22bf354
