[INFO] cloning repository https://github.com/bentwire/stm32f072-usb-test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bentwire/stm32f072-usb-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbentwire%2Fstm32f072-usb-test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbentwire%2Fstm32f072-usb-test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a76e98b6408fd1d5b635020ef4552cffa45dd4f [INFO] testing bentwire/stm32f072-usb-test against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbentwire%2Fstm32f072-usb-test" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bentwire/stm32f072-usb-test on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/.cargo/config [INFO] started tweaking git repo https://github.com/bentwire/stm32f072-usb-test [INFO] finished tweaking git repo https://github.com/bentwire/stm32f072-usb-test [INFO] tweaked toml for git repo https://github.com/bentwire/stm32f072-usb-test written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/bentwire/stm32f072-usb-test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/bentwire/digital-filter.git` [INFO] [stderr] Updating git repository `https://github.com/mvirkkunen/usbd-serial` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nb v0.1.2 [INFO] [stderr] Downloaded panic-semihosting v0.5.2 [INFO] [stderr] Downloaded cortex-m-semihosting v0.3.3 [INFO] [stderr] Downloaded cortex-m-rtfm-macros v0.4.3 [INFO] [stderr] Downloaded owned-singleton-macros v0.1.0 [INFO] [stderr] Downloaded hash32 v0.1.0 [INFO] [stderr] Downloaded owned-singleton v0.1.0 [INFO] [stderr] Downloaded heapless v0.4.4 [INFO] [stderr] Downloaded embedded-hal v0.2.3 [INFO] [stderr] Downloaded cortex-m-rtfm v0.4.3 [INFO] [stderr] Downloaded stm32-usbd v0.2.1 [INFO] [stderr] Downloaded stm32f0xx-hal v0.14.1 [INFO] [stderr] Downloaded cortex-m v0.5.10 [INFO] [stderr] Downloaded usb-device v0.2.1 [INFO] [stderr] Downloaded stm32f0 v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26e2b32a41def15cd4b699f063bc078d291e605f32266554a3ccca65b76f132c [INFO] running `Command { std: "docker" "start" "-a" "26e2b32a41def15cd4b699f063bc078d291e605f32266554a3ccca65b76f132c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26e2b32a41def15cd4b699f063bc078d291e605f32266554a3ccca65b76f132c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26e2b32a41def15cd4b699f063bc078d291e605f32266554a3ccca65b76f132c", kill_on_drop: false }` [INFO] [stdout] 26e2b32a41def15cd4b699f063bc078d291e605f32266554a3ccca65b76f132c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c0f95f0a135dd2ec36e1ce0dfee0305646e1a5c57d515ceda915c5bb6e68fd6 [INFO] running `Command { std: "docker" "start" "-a" "9c0f95f0a135dd2ec36e1ce0dfee0305646e1a5c57d515ceda915c5bb6e68fd6", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling vcell v0.1.0 [INFO] [stderr] Compiling cortex-m v0.6.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cortex-m-rt v0.6.8 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling heapless v0.4.4 [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling stm32f0 v0.7.1 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.3 [INFO] [stderr] Compiling usb-device v0.2.1 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling cortex-m-rtfm v0.4.3 [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.4 [INFO] [stderr] Compiling hash32 v0.1.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling as-slice v0.1.0 [INFO] [stderr] Compiling aligned v0.3.1 [INFO] [stderr] Compiling digital-filter v0.1.0 (https://github.com/bentwire/digital-filter.git#47339eff) [INFO] [stderr] Compiling usbd-serial v0.1.0 (https://github.com/mvirkkunen/usbd-serial#cb18cef7) [INFO] [stderr] Compiling panic-semihosting v0.5.2 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.5 [INFO] [stderr] Compiling owned-singleton-macros v0.1.0 [INFO] [stderr] Compiling cortex-m-rtfm-macros v0.4.3 [INFO] [stderr] Compiling owned-singleton v0.1.0 [INFO] [stderr] Compiling stm32f0xx-hal v0.14.1 [INFO] [stderr] Compiling stm32-usbd v0.2.1 [INFO] [stderr] Compiling stm32f072-usb-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `dac` [INFO] [stdout] --> src/main.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | use stm32f0::stm32f0x2::{dac, Interrupt}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `digital_filter::DigitalFilter` [INFO] [stdout] --> src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use digital_filter::DigitalFilter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt::Write` [INFO] [stdout] --> src/main.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{cell::RefCell, fmt::Write, ops::DerefMut}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-c3353e3855bf7489/out" "-L" "/opt/rustwide/target/debug/build/stm32f0-7e32803d2244bbe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstm32_usbd-00f84b3469356a65.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-929f8f1aa4e66665.rlib" "/opt/rustwide/target/debug/deps/libaligned-1f9773f264bfdd19.rlib" "/opt/rustwide/target/debug/deps/libdigital_filter-b188a658107fda95.rlib" "/opt/rustwide/target/debug/deps/libheapless-4b8192dba20b89ec.rlib" "/opt/rustwide/target/debug/deps/libhash32-31c8b3a8e09fe812.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-01465516726a5dcd.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-a3321cc048792883.rlib" "/opt/rustwide/target/debug/deps/libstm32f0xx_hal-f9bd4d8cc8bfee20.rlib" "/opt/rustwide/target/debug/deps/libcast-2837958947bfae94.rlib" "/opt/rustwide/target/debug/deps/libembedded_hal-f173ec74c6bcebc2.rlib" "/opt/rustwide/target/debug/deps/libvoid-3030e461e5132feb.rlib" "/opt/rustwide/target/debug/deps/libnb-a69863baebd2b023.rlib" "/opt/rustwide/target/debug/deps/libusbd_serial-467f076eb3b31578.rlib" "/opt/rustwide/target/debug/deps/libusb_device-40942ba4ceb92b1a.rlib" "/opt/rustwide/target/debug/deps/libstm32f0-0a89fb74749d99ed.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_rt-638122fc5898c51c.rlib" "/opt/rustwide/target/debug/deps/libr0-47ecc85f181fc69c.rlib" "-Wl,--start-group" "/opt/rustwide/target/debug/deps/libpanic_semihosting-9220dac531322a8c.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_semihosting-9dcc93113bc3fbee.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-807cbbdfaada525f.rlib" "/opt/rustwide/target/debug/deps/libvolatile_register-af09f0aae520470b.rlib" "/opt/rustwide/target/debug/deps/libvcell-0d49cf85845ad96b.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-5e04ebac763935bc.rlib" "/opt/rustwide/target/debug/deps/libaligned-92af499045e2d49a.rlib" "/opt/rustwide/target/debug/deps/libas_slice-a65efe66c280fdba.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-1e6f75da3af8ba93.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-49a83089aaf8a348.rlib" "/opt/rustwide/target/debug/deps/libtypenum-086f1f57cd2a5c7e.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': [INFO] [stdout] (.text+0x16): undefined reference to `__libc_csu_fini' [INFO] [stdout] /usr/bin/ld: (.text+0x1d): undefined reference to `__libc_csu_init' [INFO] [stdout] /usr/bin/ld: (.text+0x2a): undefined reference to `__libc_start_main' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.0.rcgu.o: in function `usb_device::device::UsbDevice::build': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/usb-device-0.2.1/src/device.rs:82: undefined reference to `memcpy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/usb-device-0.2.1/src/device.rs:82: undefined reference to `memcpy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.1.rcgu.o: in function `core::mem::maybe_uninit::MaybeUninit::assume_init': [INFO] [stdout] /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/mem/maybe_uninit.rs:634: undefined reference to `memcpy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.1.rcgu.o: in function `core::mem::manually_drop::ManuallyDrop::into_inner': [INFO] [stdout] /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/mem/manually_drop.rs:88: undefined reference to `memcpy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.1.rcgu.o: in function `usb_device::control_pipe::ControlPipe::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/usb-device-0.2.1/src/control_pipe.rs:39: undefined reference to `memcpy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/stm32f072_usb_test-1dd4b8b197e82a1c.stm32f072_usb_test.d205ced7-cgu.13.rcgu.o:/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/usb-device-0.2.1/src/bus.rs:150: more undefined references to `memcpy' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcortex_m_semihosting-9dcc93113bc3fbee.rlib(cortex_m_semihosting-9dcc93113bc3fbee.cortex_m_semihosting.482c8f9c-cgu.12.rcgu.o): in function `core::fmt::Write::write_char': [INFO] [stdout] /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:163: undefined reference to `memset' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcortex_m_semihosting-9dcc93113bc3fbee.rlib(cortex_m_semihosting-9dcc93113bc3fbee.cortex_m_semihosting.482c8f9c-cgu.12.rcgu.o): in function `core::fmt::Write::write_fmt': [INFO] [stdout] /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:186: undefined reference to `memcpy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcortex_m_semihosting-9dcc93113bc3fbee.rlib(cortex_m_semihosting-9dcc93113bc3fbee.cortex_m_semihosting.482c8f9c-cgu.12.rcgu.o): in function `<&mut W as core::fmt::Write>::write_fmt': [INFO] [stdout] /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:201: undefined reference to `memcpy' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32f072-usb-test` due to 2 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9c0f95f0a135dd2ec36e1ce0dfee0305646e1a5c57d515ceda915c5bb6e68fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c0f95f0a135dd2ec36e1ce0dfee0305646e1a5c57d515ceda915c5bb6e68fd6", kill_on_drop: false }` [INFO] [stdout] 9c0f95f0a135dd2ec36e1ce0dfee0305646e1a5c57d515ceda915c5bb6e68fd6