[INFO] cloning repository https://github.com/uptech/alt [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uptech/alt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuptech%2Falt"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuptech%2Falt'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7fffb48023ee6fa57f45e923369fc45e703e7764 [INFO] testing uptech/alt against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuptech%2Falt" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uptech/alt on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uptech/alt [INFO] finished tweaking git repo https://github.com/uptech/alt [INFO] tweaked toml for git repo https://github.com/uptech/alt written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/uptech/alt already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3ecf5917f34588bbb1a228bb250dd8f21d711c846e7478c72936974b76b1c399 [INFO] running `"docker" "start" "-a" "3ecf5917f34588bbb1a228bb250dd8f21d711c846e7478c72936974b76b1c399"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling same-file v1.0.1 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling argparse v0.2.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling walkdir v2.0.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling globset v0.2.1 [INFO] [stderr] Compiling ignore v0.3.1 [INFO] [stderr] Compiling alt v3.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/classification/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(?:^(features/step_definitions/|test/|spec/|tests/|src/test/|\w*Tests/))|(?:^(.+\.(?:spec|test)\.\w+)$)").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/alteration/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(test_)?(?P

\w+?)(_rake_spec|_spec|_rake_test|_test|_steps|.test|Tests|UITests|Specs|UISpecs|Test|Spec|Suite)?(\.\w+)?$").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.42s [INFO] running `"docker" "inspect" "3ecf5917f34588bbb1a228bb250dd8f21d711c846e7478c72936974b76b1c399"` [INFO] running `"docker" "rm" "-f" "3ecf5917f34588bbb1a228bb250dd8f21d711c846e7478c72936974b76b1c399"` [INFO] [stdout] 3ecf5917f34588bbb1a228bb250dd8f21d711c846e7478c72936974b76b1c399 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 43c6fb9a1402349cfa241cc9a47468fbf9b03809c99ffc1af630f879b068378f [INFO] running `"docker" "start" "-a" "43c6fb9a1402349cfa241cc9a47468fbf9b03809c99ffc1af630f879b068378f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling alt v3.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/classification/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(?:^(features/step_definitions/|test/|spec/|tests/|src/test/|\w*Tests/))|(?:^(.+\.(?:spec|test)\.\w+)$)").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/alteration/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(test_)?(?P

\w+?)(_rake_spec|_spec|_rake_test|_test|_steps|.test|Tests|UITests|Specs|UISpecs|Test|Spec|Suite)?(\.\w+)?$").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.47s [INFO] running `"docker" "inspect" "43c6fb9a1402349cfa241cc9a47468fbf9b03809c99ffc1af630f879b068378f"` [INFO] running `"docker" "rm" "-f" "43c6fb9a1402349cfa241cc9a47468fbf9b03809c99ffc1af630f879b068378f"` [INFO] [stdout] 43c6fb9a1402349cfa241cc9a47468fbf9b03809c99ffc1af630f879b068378f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b575fb6b72b4752a4b92119176929ffe936267785b9418f2c245579f085d3324 [INFO] running `"docker" "start" "-a" "b575fb6b72b4752a4b92119176929ffe936267785b9418f2c245579f085d3324"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/classification/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(?:^(features/step_definitions/|test/|spec/|tests/|src/test/|\w*Tests/))|(?:^(.+\.(?:spec|test)\.\w+)$)").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/alteration/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(test_)?(?P

\w+?)(_rake_spec|_spec|_rake_test|_test|_steps|.test|Tests|UITests|Specs|UISpecs|Test|Spec|Suite)?(\.\w+)?$").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/alt-f98bf86e1e419122 [INFO] [stdout] [INFO] [stdout] running 82 tests [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_rake_rspec_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_jasmine_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_rake_minitest_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_junit_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_elixer_exunit_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_scalatest_test_word_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_scalatest_suite_word_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_python_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_scalatest_spec_word_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_ruby_cucumber_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_groovy_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_mocha_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_elixer_exunit_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_view_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_general_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_lib_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_js_jasmine_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_view_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_js_mocha_spec_files_in_src_directory ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_ruby_rspec_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_general_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_lib_test_files ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_ruby_minitest_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_helper_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_js_mocha_test_files_in_src_directory ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_rake_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rake_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_lib_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_mailer_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_model_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_model_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_helper_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_ruby_gem_test_files_under_lib ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_mailer_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_scala_scalatest_spec_files ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_quick_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_cucumber_step_definition_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_python_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_scala_scalatest_suite_files ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_quickui_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_rake_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_java_maven_junit_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_controller_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_ruby_gem_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_lib_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_js_mocha_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_quick_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_elixer_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_lib_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_view_implementation_files ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_xctest_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_general_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_view_implementation_files ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_xcui_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_scala_scalatest_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_mailer_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_helper_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_model_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_java_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_lib_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_general_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_controller_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_ruby_gem_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_scala_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_js_implementation_files ... ok [INFO] [stdout] test tests::cleanse_path_returns_path_with_dot_slash_prefix_stripped ... ok [INFO] [stdout] test tests::cleanse_path_does_not_effect_non_dot_slash_prefixes ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_lib_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_python_implementation_files ... ok [INFO] [stdout] test tests::get_filename_minus_extension_returns_the_filename_without_the_extension ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_xctest_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_controller_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_xcui_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_cucumber_feature_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_swift_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rake_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_rake_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_quick_ui_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b575fb6b72b4752a4b92119176929ffe936267785b9418f2c245579f085d3324"` [INFO] running `"docker" "rm" "-f" "b575fb6b72b4752a4b92119176929ffe936267785b9418f2c245579f085d3324"` [INFO] [stdout] b575fb6b72b4752a4b92119176929ffe936267785b9418f2c245579f085d3324