[INFO] cloning repository https://github.com/kingeta/rust_trace [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kingeta/rust_trace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingeta%2Frust_trace", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingeta%2Frust_trace'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28c3db02ef68fb35b0d9e5691f786a2d2ba5b6f6 [INFO] checking kingeta/rust_trace against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingeta%2Frust_trace" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kingeta/rust_trace on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kingeta/rust_trace [INFO] finished tweaking git repo https://github.com/kingeta/rust_trace [INFO] tweaked toml for git repo https://github.com/kingeta/rust_trace written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/kingeta/rust_trace already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5dee88acdeff4a2d9721bd122223f9ae225ff71a9931c7212847efaba7cf412b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5dee88acdeff4a2d9721bd122223f9ae225ff71a9931c7212847efaba7cf412b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dee88acdeff4a2d9721bd122223f9ae225ff71a9931c7212847efaba7cf412b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dee88acdeff4a2d9721bd122223f9ae225ff71a9931c7212847efaba7cf412b", kill_on_drop: false }` [INFO] [stdout] 5dee88acdeff4a2d9721bd122223f9ae225ff71a9931c7212847efaba7cf412b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0162e98a2d4a368887199c0a51e275cb90acf346eda3e4add998a4a933f22564 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0162e98a2d4a368887199c0a51e275cb90acf346eda3e4add998a4a933f22564", kill_on_drop: false }` [INFO] [stderr] Checking cgmath v0.17.0 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking raytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `GenericImageView`, `GenericImage`, `ImageBuffer`, `Pixel`, `RgbImage`, `Rgb` [INFO] [stdout] --> src/main.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use image::{ImageBuffer, Rgb, RgbImage, Pixel, GenericImageView, GenericImage}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^ ^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Rect_XY` should have an upper camel case name [INFO] [stdout] --> src/primitive.rs:126:12 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct Rect_XY { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RectXy` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `texture::*` [INFO] [stdout] --> src/main.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use texture::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `GenericImageView`, `GenericImage`, `ImageBuffer`, `Pixel`, `RgbImage`, `Rgb` [INFO] [stdout] --> src/main.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use image::{ImageBuffer, Rgb, RgbImage, Pixel, GenericImageView, GenericImage}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^ ^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Rect_XY` should have an upper camel case name [INFO] [stdout] --> src/primitive.rs:126:12 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct Rect_XY { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RectXy` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `texture::*` [INFO] [stdout] --> src/main.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use texture::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::texture` [INFO] [stdout] --> src/primitive.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::texture::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `check2` [INFO] [stdout] --> src/main.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | let check2 = March { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_check2` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cube` [INFO] [stdout] --> src/main.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | let cube = AABB { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_cube` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trig` [INFO] [stdout] --> src/main.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | let trig = Triangle { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_trig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rect` [INFO] [stdout] --> src/main.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | let rect = Rect_XY { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `area2` [INFO] [stdout] --> src/primitive.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | let area2 = norm.length(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_area2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `norm` [INFO] [stdout] --> src/primitive.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | let mut norm = Vec3::new(0., 0., 0.); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_norm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t_2` [INFO] [stdout] --> src/primitive.rs:231:26 [INFO] [stdout] | [INFO] [stdout] 231 | let (t_2, t_1) = (t_1, t_2); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_t_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t_1` [INFO] [stdout] --> src/primitive.rs:231:31 [INFO] [stdout] | [INFO] [stdout] 231 | let (t_2, t_1) = (t_1, t_2); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_t_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dist` [INFO] [stdout] --> src/render.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | Some(Hit(dist, hitpos, mat, col, norm)) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_dist` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `half_width` [INFO] [stdout] --> src/render.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | let half_width = half_height * (width as f32) / (height as f32); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_half_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/primitive.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | let mut norm = Vec3::new(0., 0., 0.); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `brdf_metal` [INFO] [stdout] --> src/material.rs:89:4 [INFO] [stdout] | [INFO] [stdout] 89 | fn brdf_metal(n: Vec3, d: Vec3, seed: &mut u32) -> Vec3 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LIGHT` [INFO] [stdout] --> src/material.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / pub const LIGHT: Material = Material { [INFO] [stdout] 141 | | albedo: 1., [INFO] [stdout] 142 | | brdf: brdf_lambert, [INFO] [stdout] 143 | | prob: 1./PI, [INFO] [stdout] 144 | | cos: false, [INFO] [stdout] 145 | | emission: 0.99, [INFO] [stdout] 146 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `METAL` [INFO] [stdout] --> src/material.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | / pub const METAL: Material = Material { [INFO] [stdout] 157 | | albedo: 0.9, [INFO] [stdout] 158 | | brdf: brdf_metal, [INFO] [stdout] 159 | | prob: 1./PI, [INFO] [stdout] 160 | | cos: true, [INFO] [stdout] 161 | | emission: 0., [INFO] [stdout] 162 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_angles` [INFO] [stdout] --> src/texture.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_angles(v: Vec3) -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `text_check` [INFO] [stdout] --> src/texture.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn text_check(v: Vec3) -> Colour { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `text_image` [INFO] [stdout] --> src/texture.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn text_image(v: Vec3, img: image::DynamicImage) -> Colour { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sphere_dist` [INFO] [stdout] --> src/main.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 69 | fn sphere_dist(p: Vec3) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::texture` [INFO] [stdout] --> src/primitive.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::texture::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `check2` [INFO] [stdout] --> src/main.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | let check2 = March { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_check2` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cube` [INFO] [stdout] --> src/main.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | let cube = AABB { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_cube` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trig` [INFO] [stdout] --> src/main.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | let trig = Triangle { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_trig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rect` [INFO] [stdout] --> src/main.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | let rect = Rect_XY { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `area2` [INFO] [stdout] --> src/primitive.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | let area2 = norm.length(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_area2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `norm` [INFO] [stdout] --> src/primitive.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | let mut norm = Vec3::new(0., 0., 0.); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_norm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t_2` [INFO] [stdout] --> src/primitive.rs:231:26 [INFO] [stdout] | [INFO] [stdout] 231 | let (t_2, t_1) = (t_1, t_2); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_t_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t_1` [INFO] [stdout] --> src/primitive.rs:231:31 [INFO] [stdout] | [INFO] [stdout] 231 | let (t_2, t_1) = (t_1, t_2); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_t_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dist` [INFO] [stdout] --> src/render.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | Some(Hit(dist, hitpos, mat, col, norm)) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_dist` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `half_width` [INFO] [stdout] --> src/render.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | let half_width = half_height * (width as f32) / (height as f32); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_half_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/primitive.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | let mut norm = Vec3::new(0., 0., 0.); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `brdf_metal` [INFO] [stdout] --> src/material.rs:89:4 [INFO] [stdout] | [INFO] [stdout] 89 | fn brdf_metal(n: Vec3, d: Vec3, seed: &mut u32) -> Vec3 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LIGHT` [INFO] [stdout] --> src/material.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / pub const LIGHT: Material = Material { [INFO] [stdout] 141 | | albedo: 1., [INFO] [stdout] 142 | | brdf: brdf_lambert, [INFO] [stdout] 143 | | prob: 1./PI, [INFO] [stdout] 144 | | cos: false, [INFO] [stdout] 145 | | emission: 0.99, [INFO] [stdout] 146 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `METAL` [INFO] [stdout] --> src/material.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | / pub const METAL: Material = Material { [INFO] [stdout] 157 | | albedo: 0.9, [INFO] [stdout] 158 | | brdf: brdf_metal, [INFO] [stdout] 159 | | prob: 1./PI, [INFO] [stdout] 160 | | cos: true, [INFO] [stdout] 161 | | emission: 0., [INFO] [stdout] 162 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_angles` [INFO] [stdout] --> src/texture.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_angles(v: Vec3) -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `text_check` [INFO] [stdout] --> src/texture.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn text_check(v: Vec3) -> Colour { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `text_image` [INFO] [stdout] --> src/texture.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn text_image(v: Vec3, img: image::DynamicImage) -> Colour { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.96s [INFO] running `Command { std: "docker" "inspect" "0162e98a2d4a368887199c0a51e275cb90acf346eda3e4add998a4a933f22564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0162e98a2d4a368887199c0a51e275cb90acf346eda3e4add998a4a933f22564", kill_on_drop: false }` [INFO] [stdout] 0162e98a2d4a368887199c0a51e275cb90acf346eda3e4add998a4a933f22564