[INFO] cloning repository https://github.com/JerrySMith13/termedia
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JerrySMith13/termedia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJerrySMith13%2Ftermedia", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJerrySMith13%2Ftermedia'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8134ac12140343fcd8b34278ff934ad2a27fb930
[INFO] checking JerrySMith13/termedia against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJerrySMith13%2Ftermedia" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JerrySMith13/termedia
[INFO] finished tweaking git repo https://github.com/JerrySMith13/termedia
[INFO] tweaked toml for git repo https://github.com/JerrySMith13/termedia written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JerrySMith13/termedia on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JerrySMith13/termedia 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" "+011c518242557d21690f7936b5812318dc2fec47" "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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7
[INFO] running `Command { std: "docker" "start" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking termedia v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found keyword `type`
[INFO] [stdout]  --> src/render.rs:1:6
[INFO] [stdout]   |
[INFO] [stdout] 1 | use s
[INFO] [stdout]   |      ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 4 | type CharImg = Vec<Vec<char>>;
[INFO] [stdout]   | ---- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `type`
[INFO] [stdout]  --> src/render.rs:1:6
[INFO] [stdout]   |
[INFO] [stdout] 1 | use s
[INFO] [stdout]   |      ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 4 | type CharImg = Vec<Vec<char>>;
[INFO] [stdout]   | ---- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `s`
[INFO] [stdout]  --> src/render.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use s
[INFO] [stdout]   |     ^ no external crate `s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `s`
[INFO] [stdout]  --> src/render.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use s
[INFO] [stdout]   |     ^ no external crate `s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `aspect_of` in this scope
[INFO] [stdout]   --> src/render.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     if img.aspect != aspect_of(scale_to){
[INFO] [stdout]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `aspect_of` in this scope
[INFO] [stdout]   --> src/render.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     if img.aspect != aspect_of(scale_to){
[INFO] [stdout]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `img`
[INFO] [stdout]   --> src/render.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn render_img(&mut self, img: &mut VectorImage, coords: (u32, u32), scale: (u32, u32)){
[INFO] [stdout]    |                              ^^^ help: if this is intentional, prefix it with an underscore: `_img`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `img`
[INFO] [stdout]   --> src/render.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn render_img(&mut self, img: &mut VectorImage, coords: (u32, u32), scale: (u32, u32)){
[INFO] [stdout]    |                              ^^^ help: if this is intentional, prefix it with an underscore: `_img`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `coords`
[INFO] [stdout]   --> src/render.rs:13:53
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn render_img(&mut self, img: &mut VectorImage, coords: (u32, u32), scale: (u32, u32)){
[INFO] [stdout]    |                                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_coords`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]   --> src/render.rs:13:73
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn render_img(&mut self, img: &mut VectorImage, coords: (u32, u32), scale: (u32, u32)){
[INFO] [stdout]    |                                                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `coords`
[INFO] [stdout]   --> src/render.rs:13:53
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn render_img(&mut self, img: &mut VectorImage, coords: (u32, u32), scale: (u32, u32)){
[INFO] [stdout]    |                                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_coords`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]   --> src/render.rs:13:73
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn render_img(&mut self, img: &mut VectorImage, coords: (u32, u32), scale: (u32, u32)){
[INFO] [stdout]    |                                                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termedia` (bin "termedia") due to 3 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `termedia` (bin "termedia" test) due to 3 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7", kill_on_drop: false }`
[INFO] [stdout] d71f7357429ca71c2b2a5e305f565527efd9760e021c305648dd659609e43db7
