[INFO] cloning repository https://github.com/asg0451/rt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asg0451/rt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasg0451%2Frt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasg0451%2Frt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a63a7c5cbfbddcac9a1f16e23ebe22ab97740e34 [INFO] building asg0451/rt against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasg0451%2Frt" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asg0451/rt on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/asg0451/rt [INFO] finished tweaking git repo https://github.com/asg0451/rt [INFO] tweaked toml for git repo https://github.com/asg0451/rt written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/asg0451/rt 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca2a6648fe30d8092e8918fe779de996e1e9743b00f8e4f5ab2694df51b5b95c [INFO] running `Command { std: "docker" "start" "-a" "ca2a6648fe30d8092e8918fe779de996e1e9743b00f8e4f5ab2694df51b5b95c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca2a6648fe30d8092e8918fe779de996e1e9743b00f8e4f5ab2694df51b5b95c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca2a6648fe30d8092e8918fe779de996e1e9743b00f8e4f5ab2694df51b5b95c", kill_on_drop: false }` [INFO] [stdout] ca2a6648fe30d8092e8918fe779de996e1e9743b00f8e4f5ab2694df51b5b95c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd29707a04d1f6498ce575bff32ed8e9e5b400f65d32f3b8400e4d0284120a82 [INFO] running `Command { std: "docker" "start" "-a" "bd29707a04d1f6498ce575bff32ed8e9e5b400f65d32f3b8400e4d0284120a82", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling weezl v0.1.4 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling matrixmultiply v0.3.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling coz v0.1.3 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling simba v0.4.0 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling nalgebra v0.25.3 [INFO] [stderr] Compiling rt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HitRecord` and `Hittable` [INFO] [stdout] --> src/hittable/aabb.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::hittable::{HitRecord, Hittable}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::material::Material` [INFO] [stdout] --> src/hittable/aabb.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::material::Material; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vec3` [INFO] [stdout] --> src/texture/mod.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::vec3::{Color, Point3, Vec3}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vec3` [INFO] [stdout] --> src/texture/checker.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::vec3::{Color, Point3, Vec3}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vec3` [INFO] [stdout] --> src/texture/solid_color.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::vec3::{Color, Point3, Vec3}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/hittable/bvh_node.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t_min` [INFO] [stdout] --> src/hittable/bvh_node.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_t_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t_max` [INFO] [stdout] --> src/hittable/bvh_node.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_t_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `w` is never read [INFO] [stdout] --> src/camera.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Camera { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | w: Unit, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bounding_box` is never used [INFO] [stdout] --> src/hittable/mod.rs:84:8 [INFO] [stdout] | [INFO] [stdout] 82 | pub trait Hittable: Send + Sync { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] 83 | fn hit(&self, r: &Ray, t_min: f64, t_max: f64) -> Option; [INFO] [stdout] 84 | fn bounding_box(&self) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Aabb` is never constructed [INFO] [stdout] --> src/hittable/aabb.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Aabb { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Aabb` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `max`, `min`, `hit`, and `surrounding_box` are never used [INFO] [stdout] --> src/hittable/aabb.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl Aabb { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 15 | pub fn new(max: Point3, min: Point3) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn max(&self) -> &Point3 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn min(&self) -> &Point3 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn hit(&self, r: &Ray, t_min: f64, t_max: f64) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | pub fn surrounding_box(&self, other: &Aabb) -> Aabb { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BvhNode` is never constructed [INFO] [stdout] --> src/hittable/bvh_node.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BvhNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new` and `from_hittable_list` are never used [INFO] [stdout] --> src/hittable/bvh_node.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl BvhNode { [INFO] [stdout] | ------------ associated functions in this implementation [INFO] [stdout] 16 | pub fn new(left: Arc, right: Arc, bbox: Aabb) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 21 | pub fn from_hittable_list(list: HittableList) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `into_inner` is never used [INFO] [stdout] --> src/hittable/hittable_list.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl HittableList { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 21 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/texture/checker.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Checker { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] 12 | pub fn new(odd: Arc, even: Arc) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcJ7jNa3/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libcoz-76580b3a371741cf.rlib,libonce_cell-336a5d1e097556c1.rlib,libstructopt-0a70fcc778eb7dd3.rlib,libclap-b91fc80559e684f0.rlib,libvec_map-f04e21527147b93b.rlib,libtextwrap-16ebc3acd25c437c.rlib,libstrsim-b1c1c3e695a052dc.rlib,libatty-4b0bb529e92f0c6e.rlib,libansi_term-89ef3e3d6145e324.rlib,libindicatif-39408156841f1d31.rlib,libconsole-9b4dca48adba0d31.rlib,libterminal_size-5dd88bdefd424d17.rlib,libregex-a9c9fa35909e17c3.rlib,libregex_syntax-904ad3ee24c593d8.rlib,libunicode_width-3171469716dbe5b6.rlib,libnumber_prefix-c0df5b1d68a2c632.rlib,libimage-ecd0e15db7d27dc6.rlib,libbytemuck-a757c359997fcc77.rlib,libpng-a7cfe3898bec7a6b.rlib,libminiz_oxide-c5414307c3e99deb.rlib,libcrc32fast-6d8e9875e1ad8f42.rlib,libdeflate-e01a77f012fad67d.rlib,libadler32-cbd91770bcf03b85.rlib,libbitflags-8fcb3a19b90e1d12.rlib,libnum_iter-73370bba0a8c1518.rlib,libscoped_threadpool-0796fe72e1a72133.rlib,libgif-1641353a4d6aa036.rlib,libcolor_quant-f3304fd72d2569ac.rlib,libbyteorder-6cffc6f16fa7d10a.rlib,libtiff-5fbe566e54e977ac.rlib,libweezl-8a89c3092b7e1bc8.rlib,libminiz_oxide-4c4e8d7b1cce282a.rlib,libadler-e401e4288b606860.rlib,libjpeg_decoder-1d7255376228607b.rlib,librayon-b2e4a079de820c4a.rlib,librayon_core-f50bb869287be5b5.rlib,libnum_cpus-fefda8b95090d046.rlib,libcrossbeam_deque-a05f05e3f4100c6d.rlib,libcrossbeam_epoch-6b42151f3b0cd9bf.rlib,libmemoffset-9d279161ce280def.rlib,libscopeguard-c75d788457331c7e.rlib,libcrossbeam_channel-fe910dc644226966.rlib,libcrossbeam_utils-c7477e890d114fe2.rlib,liblazy_static-ba6d9ac4e4243af3.rlib,libeither-d3d39a8bfccd30ad.rlib,libanyhow-c9b0d0b966fd5070.rlib,librand-040b1f5cda230e04.rlib,librand_chacha-e69b5b70bd015a0f.rlib,libppv_lite86-91ff79ce56d253ed.rlib,librand_core-a2d044f516fb7fe9.rlib,libgetrandom-659e074ef8b9eb6f.rlib,liblibc-09d934095323ef91.rlib,libcfg_if-02ffc4ff30a29427.rlib,libnalgebra-fdabbcc9d94aae7a.rlib,libnum_rational-d5d36a42295731c9.rlib,libnum_integer-d2f75a3b8d63915b.rlib,libgeneric_array-820566ac6735be6e.rlib,libtypenum-9476e159d0558ea7.rlib,libsimba-1f9aacd6d6bd339f.rlib,libnum_complex-38a9dc46027901d5.rlib,libmatrixmultiply-e7a0b0bdd26abece.rlib,librawpointer-3152c1a835c08083.rlib,libapprox-86401224b8e63aa2.rlib,libnum_traits-42dc9c9bc6d42480.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcJ7jNa3/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rt-2751bbe388145e35" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rt` (bin "rt") due to 1 previous error; 16 warnings emitted [INFO] running `Command { std: "docker" "inspect" "bd29707a04d1f6498ce575bff32ed8e9e5b400f65d32f3b8400e4d0284120a82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd29707a04d1f6498ce575bff32ed8e9e5b400f65d32f3b8400e4d0284120a82", kill_on_drop: false }` [INFO] [stdout] bd29707a04d1f6498ce575bff32ed8e9e5b400f65d32f3b8400e4d0284120a82