01KS9B4TBFGA8GEZMJ3JDA8867: image

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/thundermuffin.tar.gz",
            series: "image",
            name: "thundermuffin.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/thundermuffin.sha256.txt",
            series: "image",
            name: "thundermuffin.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KS9B50XHEBNDHSVZY7110TAN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T02:38:56.250Zjob assigned to worker 01KS9B53M9RNYKNFAM7D5EWBXF [factory aws, i-040c69d84d1c2ddb2] (queued for 44 s)
 
22026-05-23T02:39:03.152Zstarting task 0: "setup"
32026-05-23T02:39:03.157Z++ uname -s
42026-05-23T02:39:03.160Z+ kern=SunOS
52026-05-23T02:39:03.160Z+ build_user=build
62026-05-23T02:39:03.160Z+ build_uid=12345
72026-05-23T02:39:03.160Z+ work_dir=/work
82026-05-23T02:39:03.160Z+ input_dir=/input
92026-05-23T02:39:03.160Z+ [[ 0 == 12345 ]]
102026-05-23T02:39:03.160Z+ case "$kern" in
112026-05-23T02:39:03.160Z+ groupadd -g 12345 build
122026-05-23T02:39:03.163Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T02:39:05.166Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T02:39:05.256Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T02:39:05.259Z+ home_fs=zfs
162026-05-23T02:39:05.259Z+ [[ zfs == autofs ]]
172026-05-23T02:39:05.259Z+ mkdir -p /home/build
182026-05-23T02:39:05.259Z+ chown build:build /home/build /work
192026-05-23T02:39:07.260Z+ chmod 0700 /home/build /work
202026-05-23T02:39:07.264Zprocess exited: duration 4112 ms, exit code 0
 
212026-05-23T02:39:07.270Zstarting task 1: "rust-toolchain"
222026-05-23T02:39:07.275Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-23T02:39:07.275Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T02:39:07.275Z * rust toolchain channel = "stable"
252026-05-23T02:39:07.275Z * rust toolchain profile = "default"
262026-05-23T02:39:07.275Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-23T02:39:07.275Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T02:39:07.278Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T02:39:07.278Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-23T02:39:07.403Zinfo: downloading installer
312026-05-23T02:39:08.777Zwarn: It looks like you have an existing installation of Rust at:
322026-05-23T02:39:08.778Zwarn: /opt/ooce/bin
332026-05-23T02:39:08.778Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-23T02:39:08.778Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-23T02:39:08.778Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-23T02:39:08.778Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-23T02:39:08.778Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-23T02:39:08.778Zerror: cannot install while Rust is installed
392026-05-23T02:39:08.778Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-23T02:39:08.778Zwarn: It looks like you have an existing rustup settings file at:
412026-05-23T02:39:08.778Zwarn: /home/build/.rustup/settings.toml
422026-05-23T02:39:08.778Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-23T02:39:08.778Zwarn: instead of the one inferred from the default host triple.
442026-05-23T02:39:08.791Zinfo: profile set to default
452026-05-23T02:39:08.791Zinfo: default host triple is x86_64-unknown-illumos
462026-05-23T02:39:08.794Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-23T02:39:08.935Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-23T02:39:08.938Zinfo: downloading 6 components
492026-05-23T02:39:24.925Z
502026-05-23T02:39:24.925Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-23T02:39:24.958Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-23T02:39:24.958Z
532026-05-23T02:39:24.958Z
542026-05-23T02:39:24.958ZRust is installed now. Great!
552026-05-23T02:39:24.958Z
562026-05-23T02:39:24.958ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-23T02:39:24.958Zenvironment variable. This has not been done automatically.
582026-05-23T02:39:24.958Z
592026-05-23T02:39:24.958ZTo configure your current shell, you need to source
602026-05-23T02:39:24.962Zthe corresponding env file under $HOME/.cargo.
612026-05-23T02:39:24.962Z
622026-05-23T02:39:24.962ZThis is usually done by running one of the following (note the leading DOT):
632026-05-23T02:39:24.962Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-23T02:39:24.962Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-23T02:39:24.962Zsource "~/.cargo/env.nu" # For nushell
662026-05-23T02:39:24.962Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-23T02:39:24.962Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-23T02:39:24.962Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-23T02:39:24.962Zwarn: no default linker (`cc`) was found in your PATH
702026-05-23T02:39:24.962Zwarn: many Rust crates require a system C toolchain to build
712026-05-23T02:39:25.045Z+ rustup --version
722026-05-23T02:39:25.055Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-23T02:39:25.058Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-23T02:39:25.077Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-23T02:39:25.082Z+ cargo --version
762026-05-23T02:39:25.094Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-23T02:39:25.097Z+ rustc --version
782026-05-23T02:39:25.114Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-23T02:39:25.117Zprocess exited: duration 17846 ms, exit code 0
 
802026-05-23T02:39:25.123Zstarting task 2: "authentication"
812026-05-23T02:39:25.139Zprocess exited: duration 16 ms, exit code 0
 
822026-05-23T02:39:25.145Zstarting task 3: "clone repository"
832026-05-23T02:39:25.148Z+ mkdir -p /work/oxidecomputer/thundermuffin
842026-05-23T02:39:25.151Z+ git clone https://github.com/oxidecomputer/thundermuffin /work/oxidecomputer/thundermuffin
852026-05-23T02:39:25.184ZCloning into '/work/oxidecomputer/thundermuffin'...
862026-05-23T02:39:25.570Z+ cd /work/oxidecomputer/thundermuffin
872026-05-23T02:39:25.570Z+ git fetch origin 473a90f8081e99f1b77f2625d97ab1f7817b3468
882026-05-23T02:39:25.778ZFrom https://github.com/oxidecomputer/thundermuffin
892026-05-23T02:39:25.778Z * branch 473a90f8081e99f1b77f2625d97ab1f7817b3468 -> FETCH_HEAD
902026-05-23T02:39:25.783Z+ [[ -n zl/multicast ]]
912026-05-23T02:39:25.786Z++ git branch --show-current
922026-05-23T02:39:25.786Z+ current=main
932026-05-23T02:39:25.786Z+ [[ main != zl/multicast ]]
942026-05-23T02:39:25.786Z+ git branch -f zl/multicast 473a90f8081e99f1b77f2625d97ab1f7817b3468
952026-05-23T02:39:25.789Z+ git checkout -f zl/multicast
962026-05-23T02:39:25.792ZSwitched to branch 'zl/multicast'
972026-05-23T02:39:25.792Z+ git reset --hard 473a90f8081e99f1b77f2625d97ab1f7817b3468
982026-05-23T02:39:25.795ZHEAD is now at 473a90f [review] address feedback
992026-05-23T02:39:25.798Zprocess exited: duration 650 ms, exit code 0
 
1002026-05-23T02:39:25.804Zstarting task 4: "build"
1012026-05-23T02:39:25.809Z+ cargo --version
1022026-05-23T02:39:25.817Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-23T02:39:25.819Z+ rustc --version
1042026-05-23T02:39:25.838Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-23T02:39:25.841Z+ banner build
1062026-05-23T02:39:25.844Z
1072026-05-23T02:39:25.844Z ##### # # # # #####
1082026-05-23T02:39:25.844Z # # # # # # # #
1092026-05-23T02:39:25.845Z ##### # # # # # #
1102026-05-23T02:39:25.845Z # # # # # # # #
1112026-05-23T02:39:25.845Z # # # # # # # #
1122026-05-23T02:39:25.845Z ##### #### # ###### #####
1132026-05-23T02:39:25.845Z
1142026-05-23T02:39:25.845Z+ ptime -m cargo build --release --verbose
1152026-05-23T02:39:25.914Z Updating crates.io index
1162026-05-23T02:39:27.507Z Downloading crates ...
1172026-05-23T02:39:27.573Z Downloaded socket2 v0.6.3
1182026-05-23T02:39:27.576Z Downloaded is_terminal_polyfill v1.70.2
1192026-05-23T02:39:27.576Z Downloaded unicode-ident v1.0.24
1202026-05-23T02:39:27.578Z Downloaded strsim v0.11.1
1212026-05-23T02:39:27.581Z Downloaded anyhow v1.0.101
1222026-05-23T02:39:27.585Z Downloaded quote v1.0.44
1232026-05-23T02:39:27.585Z Downloaded anstyle v1.0.13
1242026-05-23T02:39:27.588Z Downloaded clap_derive v4.5.55
1252026-05-23T02:39:27.589Z Downloaded heck v0.5.0
1262026-05-23T02:39:27.592Z Downloaded clap_lex v1.0.0
1272026-05-23T02:39:27.595Z Downloaded colorchoice v1.0.4
1282026-05-23T02:39:27.598Z Downloaded anstream v0.6.21
1292026-05-23T02:39:27.601Z Downloaded clap_builder v4.5.59
1302026-05-23T02:39:27.604Z Downloaded clap v4.5.59
1312026-05-23T02:39:27.609Z Downloaded anstyle-query v1.1.5
1322026-05-23T02:39:27.612Z Downloaded anstyle-parse v0.2.7
1332026-05-23T02:39:27.616Z Downloaded utf8parse v0.2.2
1342026-05-23T02:39:27.625Z Downloaded syn v2.0.116
1352026-05-23T02:39:27.633Z Downloaded proc-macro2 v1.0.106
1362026-05-23T02:39:27.683Z Downloaded libc v0.2.182
1372026-05-23T02:39:27.727Z Compiling proc-macro2 v1.0.106
1382026-05-23T02:39:27.727Z Compiling unicode-ident v1.0.24
1392026-05-23T02:39:27.727Z Compiling quote v1.0.44
1402026-05-23T02:39:27.727Z Compiling utf8parse v0.2.2
1412026-05-23T02:39:27.730Z Compiling colorchoice v1.0.4
1422026-05-23T02:39:27.730Z Compiling libc v0.2.182
1432026-05-23T02:39:27.730Z Compiling anstyle v1.0.13
1442026-05-23T02:39:27.730Z Compiling anstyle-query v1.1.5
1452026-05-23T02:39:27.730Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=138eecb2fa4ffbca -C extra-filename=-15e45b291124c855 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1462026-05-23T02:39:27.730Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=879b77efe50e01d3 -C extra-filename=-0bf41456cd4a2fa3 --out-dir /work/oxidecomputer/thundermuffin/target/release/build/proc-macro2-0bf41456cd4a2fa3 -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1472026-05-23T02:39:27.730Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=07bcacd19e14c42a -C extra-filename=-d53092e16357a4a7 --out-dir /work/oxidecomputer/thundermuffin/target/release/build/quote-d53092e16357a4a7 -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1482026-05-23T02:39:27.730Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=43db5138b2647365 -C extra-filename=-768c6709c141e9ef --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1492026-05-23T02:39:27.730Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39d7b758f4fcf604 -C extra-filename=-b344fca9156a7715 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1502026-05-23T02:39:27.778Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=894d870101039c6d -C extra-filename=-f0674028f21d0451 --out-dir /work/oxidecomputer/thundermuffin/target/release/build/libc-f0674028f21d0451 -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1512026-05-23T02:39:27.782Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3155fe5189085ebb -C extra-filename=-aa29a57b4f095770 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1522026-05-23T02:39:27.782Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c32df129064d67e -C extra-filename=-1a66a2b0761daf06 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1532026-05-23T02:39:27.871Z Compiling anstyle-parse v0.2.7
1542026-05-23T02:39:27.874Z Compiling is_terminal_polyfill v1.70.2
1552026-05-23T02:39:27.874Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=0299b1626ceaa214 -C extra-filename=-7257723676a8b1f2 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern utf8parse=/work/oxidecomputer/thundermuffin/target/release/deps/libutf8parse-768c6709c141e9ef.rmeta --cap-lints allow`
1562026-05-23T02:39:27.879Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dc466613c4f0ab92 -C extra-filename=-c3d42a919e30ee87 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1572026-05-23T02:39:27.883Z Compiling heck v0.5.0
1582026-05-23T02:39:27.883Z Compiling anyhow v1.0.101
1592026-05-23T02:39:27.886Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=188b40d68c7a6f70 -C extra-filename=-64d00afb62c54a50 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1602026-05-23T02:39:27.905Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=d11ebe4b5fd938e8 -C extra-filename=-6c6b0a9e242b5105 --out-dir /work/oxidecomputer/thundermuffin/target/release/build/anyhow-6c6b0a9e242b5105 -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1612026-05-23T02:39:27.950Z Compiling clap_lex v1.0.0
1622026-05-23T02:39:27.954Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91833785bdac88db -C extra-filename=-fc396d606d2a5b9b --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1632026-05-23T02:39:28.030Z Compiling anstream v0.6.21
1642026-05-23T02:39:28.033Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=bab898c45edbd700 -C extra-filename=-d3729288ce5593b9 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern anstyle=/work/oxidecomputer/thundermuffin/target/release/deps/libanstyle-aa29a57b4f095770.rmeta --extern anstyle_parse=/work/oxidecomputer/thundermuffin/target/release/deps/libanstyle_parse-7257723676a8b1f2.rmeta --extern anstyle_query=/work/oxidecomputer/thundermuffin/target/release/deps/libanstyle_query-1a66a2b0761daf06.rmeta --extern colorchoice=/work/oxidecomputer/thundermuffin/target/release/deps/libcolorchoice-b344fca9156a7715.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/thundermuffin/target/release/deps/libis_terminal_polyfill-c3d42a919e30ee87.rmeta --extern utf8parse=/work/oxidecomputer/thundermuffin/target/release/deps/libutf8parse-768c6709c141e9ef.rmeta --cap-lints allow`
1652026-05-23T02:39:28.057Z Compiling strsim v0.11.1
1662026-05-23T02:39:28.060Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b5400d9aff7cfba -C extra-filename=-4e8c490ec6a86baa --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow`
1672026-05-23T02:39:28.133Z Running `/work/oxidecomputer/thundermuffin/target/release/build/libc-f0674028f21d0451/build-script-build`
1682026-05-23T02:39:28.133Z Running `/work/oxidecomputer/thundermuffin/target/release/build/proc-macro2-0bf41456cd4a2fa3/build-script-build`
1692026-05-23T02:39:28.133Z Running `/work/oxidecomputer/thundermuffin/target/release/build/quote-d53092e16357a4a7/build-script-build`
1702026-05-23T02:39:28.166Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7c39875779840324 -C extra-filename=-f23b565edebeb238 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
1712026-05-23T02:39:28.196Z Running `/work/oxidecomputer/thundermuffin/target/release/build/anyhow-6c6b0a9e242b5105/build-script-build`
1722026-05-23T02:39:28.230Z Compiling clap_builder v4.5.59
1732026-05-23T02:39:28.234Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=378ff0069cdb8840 -C extra-filename=-e738659b4ec72786 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern anstream=/work/oxidecomputer/thundermuffin/target/release/deps/libanstream-d3729288ce5593b9.rmeta --extern anstyle=/work/oxidecomputer/thundermuffin/target/release/deps/libanstyle-aa29a57b4f095770.rmeta --extern clap_lex=/work/oxidecomputer/thundermuffin/target/release/deps/libclap_lex-fc396d606d2a5b9b.rmeta --extern strsim=/work/oxidecomputer/thundermuffin/target/release/deps/libstrsim-4e8c490ec6a86baa.rmeta --cap-lints allow`
1742026-05-23T02:39:28.392Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=c0f8b70a6225dcd1 -C extra-filename=-8c89c1aac4aca6b0 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
1752026-05-23T02:39:28.433Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=22afc6142bd57e6e -C extra-filename=-3c23fc63b8add9d0 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern unicode_ident=/work/oxidecomputer/thundermuffin/target/release/deps/libunicode_ident-15e45b291124c855.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
1762026-05-23T02:39:28.438Z Compiling socket2 v0.6.3
1772026-05-23T02:39:28.442Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=98273ecf5af18ef0 -C extra-filename=-dae84224bd8b4e9d --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern libc=/work/oxidecomputer/thundermuffin/target/release/deps/liblibc-f23b565edebeb238.rmeta --cap-lints allow`
1782026-05-23T02:39:28.751Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2aa60bb1f239c446 -C extra-filename=-dacaa437dfb77485 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern proc_macro2=/work/oxidecomputer/thundermuffin/target/release/deps/libproc_macro2-3c23fc63b8add9d0.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
1792026-05-23T02:39:28.899Z Compiling syn v2.0.116
1802026-05-23T02:39:28.902Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0b5940cf402bde4b -C extra-filename=-4fa1825a2136ee2d --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern proc_macro2=/work/oxidecomputer/thundermuffin/target/release/deps/libproc_macro2-3c23fc63b8add9d0.rmeta --extern quote=/work/oxidecomputer/thundermuffin/target/release/deps/libquote-dacaa437dfb77485.rmeta --extern unicode_ident=/work/oxidecomputer/thundermuffin/target/release/deps/libunicode_ident-15e45b291124c855.rmeta --cap-lints allow`
1812026-05-23T02:39:31.109Z Compiling clap_derive v4.5.55
1822026-05-23T02:39:31.112Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=9a1a810c8a5d547c -C extra-filename=-f4541324cd8bd46a --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern heck=/work/oxidecomputer/thundermuffin/target/release/deps/libheck-64d00afb62c54a50.rlib --extern proc_macro2=/work/oxidecomputer/thundermuffin/target/release/deps/libproc_macro2-3c23fc63b8add9d0.rlib --extern quote=/work/oxidecomputer/thundermuffin/target/release/deps/libquote-dacaa437dfb77485.rlib --extern syn=/work/oxidecomputer/thundermuffin/target/release/deps/libsyn-4fa1825a2136ee2d.rlib --extern proc_macro --cap-lints allow`
1832026-05-23T02:39:32.195Z Compiling clap v4.5.59
1842026-05-23T02:39:32.198Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=4da1bd608461a514 -C extra-filename=-d4fa5aa1ad0c3982 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern clap_builder=/work/oxidecomputer/thundermuffin/target/release/deps/libclap_builder-e738659b4ec72786.rmeta --extern clap_derive=/work/oxidecomputer/thundermuffin/target/release/deps/libclap_derive-f4541324cd8bd46a.so --cap-lints allow`
1852026-05-23T02:39:32.244Z Compiling thundermuffin v0.1.0 (/work/oxidecomputer/thundermuffin/app)
1862026-05-23T02:39:32.247Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name thundermuffin --edition=2024 app/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab406cbd05e12f67 -C extra-filename=-4837ca145c58a5b8 --out-dir /work/oxidecomputer/thundermuffin/target/release/deps -C strip=debuginfo -L dependency=/work/oxidecomputer/thundermuffin/target/release/deps --extern anyhow=/work/oxidecomputer/thundermuffin/target/release/deps/libanyhow-8c89c1aac4aca6b0.rlib --extern clap=/work/oxidecomputer/thundermuffin/target/release/deps/libclap-d4fa5aa1ad0c3982.rlib --extern libc=/work/oxidecomputer/thundermuffin/target/release/deps/liblibc-f23b565edebeb238.rlib --extern socket2=/work/oxidecomputer/thundermuffin/target/release/deps/libsocket2-dae84224bd8b4e9d.rlib`
1872026-05-23T02:39:33.213Z Finished `release` profile [optimized] target(s) in 7.36s
1882026-05-23T02:39:33.312Z
1892026-05-23T02:39:33.312Zreal 7.452937593
1902026-05-23T02:39:33.312Zuser 21.798426059
1912026-05-23T02:39:33.312Zsys 2.682065752
1922026-05-23T02:39:33.312Ztrap 0.007991972
1932026-05-23T02:39:33.312Ztflt 0.122410707
1942026-05-23T02:39:33.312Zdflt 0.177254228
1952026-05-23T02:39:33.312Zkflt 0.003930306
1962026-05-23T02:39:33.312Zlock 46.685378993
1972026-05-23T02:39:33.312Zslp 32.516586303
1982026-05-23T02:39:33.315Zlat 0.668744449
1992026-05-23T02:39:33.315Zstop 1.732860846
2002026-05-23T02:39:33.316Z+ banner image
2012026-05-23T02:39:33.316Z
2022026-05-23T02:39:33.316Z # # # ## #### ######
2032026-05-23T02:39:33.316Z # ## ## # # # # #
2042026-05-23T02:39:33.316Z # # ## # # # # #####
2052026-05-23T02:39:33.316Z # # # ###### # ### #
2062026-05-23T02:39:33.316Z # # # # # # # #
2072026-05-23T02:39:33.316Z # # # # # #### ######
2082026-05-23T02:39:33.316Z
2092026-05-23T02:39:33.316Z+ ptime -m cargo run -p thundermuffin-package
2102026-05-23T02:39:33.364Z Downloading crates ...
2112026-05-23T02:39:33.423Z Downloaded adler2 v2.0.1
2122026-05-23T02:39:33.430Z Downloaded crc32fast v1.5.0
2132026-05-23T02:39:33.433Z Downloaded cfg-if v1.0.4
2142026-05-23T02:39:33.443Z Downloaded base64 v0.21.7
2152026-05-23T02:39:33.446Z Downloaded displaydoc v0.2.5
2162026-05-23T02:39:33.449Z Downloaded bitflags v2.11.0
2172026-05-23T02:39:33.452Z Downloaded xattr v1.6.1
2182026-05-23T02:39:33.455Z Downloaded want v0.3.1
2192026-05-23T02:39:33.455Z Downloaded try-lock v0.2.5
2202026-05-23T02:39:33.458Z Downloaded zerotrie v0.2.3
2212026-05-23T02:39:33.460Z Downloaded yoke-derive v0.8.1
2222026-05-23T02:39:33.461Z Downloaded tracing-core v0.1.36
2232026-05-23T02:39:33.463Z Downloaded utf8_iter v1.0.4
2242026-05-23T02:39:33.463Z Downloaded chrono v0.4.43
2252026-05-23T02:39:33.467Z Downloaded zerofrom-derive v0.1.6
2262026-05-23T02:39:33.470Z Downloaded cc v1.2.56
2272026-05-23T02:39:33.470Z Downloaded yoke v0.8.1
2282026-05-23T02:39:33.473Z Downloaded writeable v0.6.2
2292026-05-23T02:39:33.473Z Downloaded untrusted v0.7.1
2302026-05-23T02:39:33.473Z Downloaded tower-service v0.3.3
2312026-05-23T02:39:33.476Z Downloaded bytes v1.11.1
2322026-05-23T02:39:33.476Z Downloaded scopeguard v1.2.0
2332026-05-23T02:39:33.479Z Downloaded futures-core v0.3.32
2342026-05-23T02:39:33.479Z Downloaded potential_utf v0.1.4
2352026-05-23T02:39:33.479Z Downloaded http-body v0.4.6
2362026-05-23T02:39:33.482Z Downloaded zerovec-derive v0.11.2
2372026-05-23T02:39:33.482Z Downloaded walkdir v2.5.0
2382026-05-23T02:39:33.482Z Downloaded itoa v1.0.17
2392026-05-23T02:39:33.485Z Downloaded sync_wrapper v0.1.2
2402026-05-23T02:39:33.485Z Downloaded mime v0.3.17
2412026-05-23T02:39:33.493Z Downloaded toml v0.7.8
2422026-05-23T02:39:33.498Z Downloaded serde_spanned v0.6.9
2432026-05-23T02:39:33.501Z Downloaded zerofrom v0.1.6
2442026-05-23T02:39:33.501Z Downloaded tokio-rustls v0.24.1
2452026-05-23T02:39:33.501Z Downloaded percent-encoding v2.3.2
2462026-05-23T02:39:33.504Z Downloaded untrusted v0.9.0
2472026-05-23T02:39:33.504Z Downloaded toml_datetime v0.6.11
2482026-05-23T02:39:33.504Z Downloaded futures-sink v0.3.32
2492026-05-23T02:39:33.504Z Downloaded same-file v1.0.6
2502026-05-23T02:39:33.507Z Downloaded httpdate v1.0.3
2512026-05-23T02:39:33.507Z Downloaded spin v0.5.2
2522026-05-23T02:39:33.509Z Downloaded url v2.5.8
2532026-05-23T02:39:33.515Z Downloaded futures-macro v0.3.32
2542026-05-23T02:39:33.520Z Downloaded futures-task v0.3.32
2552026-05-23T02:39:33.522Z Downloaded errno v0.3.14
2562026-05-23T02:39:33.522Z Downloaded toml_edit v0.19.15
2572026-05-23T02:39:33.531Z Downloaded idna_adapter v1.2.1
2582026-05-23T02:39:33.534Z Downloaded zerovec v0.11.5
2592026-05-23T02:39:33.537Z Downloaded tokio-util v0.7.18
2602026-05-23T02:39:33.540Z Downloaded stable_deref_trait v1.2.1
2612026-05-23T02:39:33.542Z Downloaded webpki-roots v0.25.4
2622026-05-23T02:39:33.542Z Downloaded futures-io v0.3.32
2632026-05-23T02:39:33.545Z Downloaded fastrand v2.3.0
2642026-05-23T02:39:33.548Z Downloaded winnow v0.5.40
2652026-05-23T02:39:33.551Z Downloaded tinystr v0.8.2
2662026-05-23T02:39:33.554Z Downloaded thiserror v1.0.69
2672026-05-23T02:39:33.557Z Downloaded serde_urlencoded v0.7.1
2682026-05-23T02:39:33.557Z Downloaded form_urlencoded v1.2.2
2692026-05-23T02:39:33.557Z Downloaded equivalent v1.0.2
2702026-05-23T02:39:33.560Z Downloaded autocfg v1.5.0
2712026-05-23T02:39:33.560Z Downloaded icu_properties v2.1.2
2722026-05-23T02:39:33.563Z Downloaded parking_lot v0.12.5
2732026-05-23T02:39:33.566Z Downloaded hex v0.4.3
2742026-05-23T02:39:33.569Z Downloaded semver v1.0.27
2752026-05-23T02:39:33.569Z Downloaded fnv v1.0.7
2762026-05-23T02:39:33.572Z Downloaded filetime v0.2.27
2772026-05-23T02:39:33.575Z Downloaded tokio-macros v2.6.0
2782026-05-23T02:39:33.575Z Downloaded sct v0.7.1
2792026-05-23T02:39:33.578Z Downloaded slab v0.4.12
2802026-05-23T02:39:33.578Z Downloaded signal-hook-registry v1.4.8
2812026-05-23T02:39:33.578Z Downloaded tracing v0.1.44
2822026-05-23T02:39:33.588Z Downloaded simd-adler32 v0.3.8
2832026-05-23T02:39:33.591Z Downloaded shlex v1.3.0
2842026-05-23T02:39:33.591Z Downloaded rustls-pemfile v1.0.4
2852026-05-23T02:39:33.591Z Downloaded lock_api v0.4.14
2862026-05-23T02:39:33.594Z Downloaded hyper-rustls v0.24.2
2872026-05-23T02:39:33.594Z Downloaded synstructure v0.13.2
2882026-05-23T02:39:33.597Z Downloaded httparse v1.10.1
2892026-05-23T02:39:33.600Z Downloaded futures-channel v0.3.32
2902026-05-23T02:39:33.603Z Downloaded thiserror-impl v1.0.69
2912026-05-23T02:39:33.605Z Downloaded ipnet v2.11.0
2922026-05-23T02:39:33.608Z Downloaded iana-time-zone v0.1.65
2932026-05-23T02:39:33.615Z Downloaded find-msvc-tools v0.1.9
2942026-05-23T02:39:33.618Z Downloaded litemap v0.8.1
2952026-05-23T02:39:33.621Z Downloaded async-trait v0.1.89
2962026-05-23T02:39:33.624Z Downloaded parking_lot_core v0.9.12
2972026-05-23T02:39:33.627Z Downloaded tempfile v3.25.0
2982026-05-23T02:39:33.631Z Downloaded log v0.4.29
2992026-05-23T02:39:33.636Z Downloaded num-traits v0.2.19
3002026-05-23T02:39:33.642Z Downloaded ryu v1.0.23
3012026-05-23T02:39:33.645Z Downloaded smallvec v1.15.1
3022026-05-23T02:39:33.649Z Downloaded pin-project-lite v0.2.16
3032026-05-23T02:39:33.652Z Downloaded omicron-zone-package v0.9.1
3042026-05-23T02:39:33.655Z Downloaded tar v0.4.44
3052026-05-23T02:39:33.658Z Downloaded socket2 v0.5.10
3062026-05-23T02:39:33.658Z Downloaded serde_core v1.0.228
3072026-05-23T02:39:33.662Z Downloaded once_cell v1.21.3
3082026-05-23T02:39:33.665Z Downloaded serde_derive v1.0.228
3092026-05-23T02:39:33.674Z Downloaded icu_provider v2.1.1
3102026-05-23T02:39:33.677Z Downloaded getrandom v0.4.1
3112026-05-23T02:39:33.680Z Downloaded icu_normalizer v2.1.1
3122026-05-23T02:39:33.684Z Downloaded getrandom v0.2.17
3132026-05-23T02:39:33.688Z Downloaded miniz_oxide v0.8.9
3142026-05-23T02:39:33.691Z Downloaded icu_normalizer_data v2.1.1
3152026-05-23T02:39:33.706Z Downloaded serde v1.0.228
3162026-05-23T02:39:33.713Z Downloaded icu_locale_core v2.1.1
3172026-05-23T02:39:33.716Z Downloaded http v0.2.12
3182026-05-23T02:39:33.720Z Downloaded memchr v2.8.0
3192026-05-23T02:39:33.725Z Downloaded flate2 v1.1.9
3202026-05-23T02:39:33.730Z Downloaded indexmap v2.13.0
3212026-05-23T02:39:33.733Z Downloaded icu_collections v2.1.1
3222026-05-23T02:39:33.751Z Downloaded mio v1.1.1
3232026-05-23T02:39:33.766Z Downloaded hashbrown v0.16.1
3242026-05-23T02:39:33.773Z Downloaded icu_properties_data v2.1.2
3252026-05-23T02:39:33.779Z Downloaded idna v1.1.0
3262026-05-23T02:39:33.783Z Downloaded rustls-webpki v0.101.7
3272026-05-23T02:39:33.790Z Downloaded futures-util v0.3.32
3282026-05-23T02:39:33.796Z Downloaded reqwest v0.11.27
3292026-05-23T02:39:33.800Z Downloaded hyper v0.14.32
3302026-05-23T02:39:33.803Z Downloaded h2 v0.3.27
3312026-05-23T02:39:33.824Z Downloaded rustls v0.21.12
3322026-05-23T02:39:33.867Z Downloaded rustix v1.1.3
3332026-05-23T02:39:33.975Z Downloaded tokio v1.49.0
3342026-05-23T02:39:34.037Z Downloaded encoding_rs v0.8.35
3352026-05-23T02:39:34.077Z Downloaded ring v0.17.14
3362026-05-23T02:39:34.293Z Downloaded ring v0.16.20
3372026-05-23T02:39:34.357Z Compiling proc-macro2 v1.0.106
3382026-05-23T02:39:34.357Z Compiling unicode-ident v1.0.24
3392026-05-23T02:39:34.357Z Compiling quote v1.0.44
3402026-05-23T02:39:34.357Z Compiling libc v0.2.182
3412026-05-23T02:39:34.357Z Compiling cfg-if v1.0.4
3422026-05-23T02:39:34.357Z Compiling shlex v1.3.0
3432026-05-23T02:39:34.361Z Compiling find-msvc-tools v0.1.9
3442026-05-23T02:39:34.361Z Compiling stable_deref_trait v1.2.1
3452026-05-23T02:39:34.437Z Compiling smallvec v1.15.1
3462026-05-23T02:39:34.445Z Compiling serde_core v1.0.228
3472026-05-23T02:39:34.480Z Compiling parking_lot_core v0.9.12
3482026-05-23T02:39:34.540Z Compiling cc v1.2.56
3492026-05-23T02:39:34.589Z Compiling pin-project-lite v0.2.16
3502026-05-23T02:39:34.625Z Compiling bytes v1.11.1
3512026-05-23T02:39:34.667Z Compiling scopeguard v1.2.0
3522026-05-23T02:39:34.685Z Compiling writeable v0.6.2
3532026-05-23T02:39:34.754Z Compiling lock_api v0.4.14
3542026-05-23T02:39:34.759Z Compiling litemap v0.8.1
3552026-05-23T02:39:34.869Z Compiling serde v1.0.228
3562026-05-23T02:39:34.920Z Compiling once_cell v1.21.3
3572026-05-23T02:39:34.946Z Compiling itoa v1.0.17
3582026-05-23T02:39:35.071Z Compiling errno v0.3.14
3592026-05-23T02:39:35.113Z Compiling socket2 v0.6.3
3602026-05-23T02:39:35.200Z Compiling signal-hook-registry v1.4.8
3612026-05-23T02:39:35.204Z Compiling getrandom v0.2.17
3622026-05-23T02:39:35.251Z Compiling mio v1.1.1
3632026-05-23T02:39:35.392Z Compiling parking_lot v0.12.5
3642026-05-23T02:39:35.475Z Compiling icu_normalizer_data v2.1.1
3652026-05-23T02:39:35.500Z Compiling syn v2.0.116
3662026-05-23T02:39:35.532Z Compiling futures-core v0.3.32
3672026-05-23T02:39:35.561Z Compiling icu_properties_data v2.1.2
3682026-05-23T02:39:35.611Z Compiling ring v0.17.14
3692026-05-23T02:39:35.664Z Compiling hashbrown v0.16.1
3702026-05-23T02:39:35.691Z Compiling equivalent v1.0.2
3712026-05-23T02:39:35.736Z Compiling untrusted v0.9.0
3722026-05-23T02:39:35.767Z Compiling fnv v1.0.7
3732026-05-23T02:39:35.838Z Compiling http v0.2.12
3742026-05-23T02:39:35.838Z Compiling tracing-core v0.1.36
3752026-05-23T02:39:35.845Z Compiling slab v0.4.12
3762026-05-23T02:39:35.895Z Compiling futures-task v0.3.32
3772026-05-23T02:39:36.002Z Compiling httparse v1.10.1
3782026-05-23T02:39:36.050Z Compiling rustls v0.21.12
3792026-05-23T02:39:36.181Z Compiling indexmap v2.13.0
3802026-05-23T02:39:36.250Z Compiling futures-sink v0.3.32
3812026-05-23T02:39:36.337Z Compiling tracing v0.1.44
3822026-05-23T02:39:36.371Z Compiling log v0.4.29
3832026-05-23T02:39:36.432Z Compiling autocfg v1.5.0
3842026-05-23T02:39:36.542Z Compiling try-lock v0.2.5
3852026-05-23T02:39:36.553Z Compiling percent-encoding v2.3.2
3862026-05-23T02:39:36.567Z Compiling http-body v0.4.6
3872026-05-23T02:39:36.630Z Compiling want v0.3.1
3882026-05-23T02:39:36.733Z Compiling form_urlencoded v1.2.2
3892026-05-23T02:39:36.760Z Compiling num-traits v0.2.19
3902026-05-23T02:39:36.770Z Compiling futures-channel v0.3.32
3912026-05-23T02:39:36.778Z Compiling socket2 v0.5.10
3922026-05-23T02:39:36.798Z Compiling getrandom v0.4.1
3932026-05-23T02:39:36.941Z Compiling rustix v1.1.3
3942026-05-23T02:39:36.986Z Compiling tower-service v0.3.3
3952026-05-23T02:39:37.015Z Compiling utf8_iter v1.0.4
3962026-05-23T02:39:37.063Z Compiling crc32fast v1.5.0
3972026-05-23T02:39:37.077Z Compiling httpdate v1.0.3
3982026-05-23T02:39:37.145Z Compiling ring v0.16.20
3992026-05-23T02:39:37.237Z Compiling base64 v0.21.7
4002026-05-23T02:39:37.246Z Compiling adler2 v2.0.1
4012026-05-23T02:39:37.312Z Compiling anyhow v1.0.101
4022026-05-23T02:39:37.355Z Compiling ryu v1.0.23
4032026-05-23T02:39:37.377Z Compiling bitflags v2.11.0
4042026-05-23T02:39:37.458Z Compiling simd-adler32 v0.3.8
4052026-05-23T02:39:37.518Z Compiling thiserror v1.0.69
4062026-05-23T02:39:37.548Z Compiling winnow v0.5.40
4072026-05-23T02:39:37.592Z Compiling miniz_oxide v0.8.9
4082026-05-23T02:39:37.821Z Compiling rustls-pemfile v1.0.4
4092026-05-23T02:39:38.276Z Compiling filetime v0.2.27
4102026-05-23T02:39:38.299Z Compiling encoding_rs v0.8.35
4112026-05-23T02:39:38.442Z Compiling synstructure v0.13.2
4122026-05-23T02:39:38.552Z Compiling iana-time-zone v0.1.65
4132026-05-23T02:39:38.585Z Compiling mime v0.3.17
4142026-05-23T02:39:38.761Z Compiling ipnet v2.11.0
4152026-05-23T02:39:38.778Z Compiling sync_wrapper v0.1.2
4162026-05-23T02:39:38.842Z Compiling sct v0.7.1
4172026-05-23T02:39:38.861Z Compiling rustls-webpki v0.101.7
4182026-05-23T02:39:38.921Z Compiling spin v0.5.2
4192026-05-23T02:39:38.991Z Compiling fastrand v2.3.0
4202026-05-23T02:39:38.996Z Compiling xattr v1.6.1
4212026-05-23T02:39:39.045Z Compiling untrusted v0.7.1
4222026-05-23T02:39:39.149Z Compiling same-file v1.0.6
4232026-05-23T02:39:39.153Z Compiling webpki-roots v0.25.4
4242026-05-23T02:39:39.243Z Compiling walkdir v2.5.0
4252026-05-23T02:39:39.279Z Compiling tempfile v3.25.0
4262026-05-23T02:39:39.522Z Compiling zerofrom-derive v0.1.6
4272026-05-23T02:39:39.570Z Compiling yoke-derive v0.8.1
4282026-05-23T02:39:39.631Z Compiling zerovec-derive v0.11.2
4292026-05-23T02:39:39.676Z Compiling displaydoc v0.2.5
4302026-05-23T02:39:39.690Z Compiling tokio-macros v2.6.0
4312026-05-23T02:39:39.935Z Compiling serde_derive v1.0.228
4322026-05-23T02:39:40.394Z Compiling futures-macro v0.3.32
4332026-05-23T02:39:40.398Z Compiling tokio v1.49.0
4342026-05-23T02:39:40.553Z Compiling thiserror-impl v1.0.69
4352026-05-23T02:39:40.679Z Compiling async-trait v0.1.89
4362026-05-23T02:39:40.683Z Compiling zerofrom v0.1.6
4372026-05-23T02:39:40.754Z Compiling tar v0.4.44
4382026-05-23T02:39:40.800Z Compiling yoke v0.8.1
4392026-05-23T02:39:40.971Z Compiling zerovec v0.11.5
4402026-05-23T02:39:41.221Z Compiling zerotrie v0.2.3
4412026-05-23T02:39:41.448Z Compiling tinystr v0.8.2
4422026-05-23T02:39:41.506Z Compiling potential_utf v0.1.4
4432026-05-23T02:39:41.623Z Compiling icu_locale_core v2.1.1
4442026-05-23T02:39:41.637Z Compiling icu_collections v2.1.1
4452026-05-23T02:39:41.659Z Compiling futures-util v0.3.32
4462026-05-23T02:39:41.754Z Compiling chrono v0.4.43
4472026-05-23T02:39:41.782Z Compiling flate2 v1.1.9
4482026-05-23T02:39:42.248Z Compiling semver v1.0.27
4492026-05-23T02:39:42.582Z Compiling icu_provider v2.1.1
4502026-05-23T02:39:42.585Z Compiling hex v0.4.3
4512026-05-23T02:39:42.816Z Compiling icu_normalizer v2.1.1
4522026-05-23T02:39:42.821Z Compiling icu_properties v2.1.2
4532026-05-23T02:39:42.996Z Compiling serde_spanned v0.6.9
4542026-05-23T02:39:42.996Z Compiling toml_datetime v0.6.11
4552026-05-23T02:39:42.999Z Compiling serde_urlencoded v0.7.1
4562026-05-23T02:39:43.171Z Compiling toml_edit v0.19.15
4572026-05-23T02:39:43.594Z Compiling idna_adapter v1.2.1
4582026-05-23T02:39:43.675Z Compiling idna v1.1.0
4592026-05-23T02:39:43.765Z Compiling tokio-util v0.7.18
4602026-05-23T02:39:43.765Z Compiling tokio-rustls v0.24.1
4612026-05-23T02:39:43.959Z Compiling url v2.5.8
4622026-05-23T02:39:44.170Z Compiling h2 v0.3.27
4632026-05-23T02:39:44.436Z Compiling toml v0.7.8
4642026-05-23T02:39:45.855Z Compiling hyper v0.14.32
4652026-05-23T02:39:47.207Z Compiling hyper-rustls v0.24.2
4662026-05-23T02:39:47.327Z Compiling reqwest v0.11.27
4672026-05-23T02:39:48.156Z Compiling omicron-zone-package v0.9.1
4682026-05-23T02:39:49.200Z Compiling thundermuffin-package v0.1.0 (/work/oxidecomputer/thundermuffin/package)
4692026-05-23T02:39:53.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s
4702026-05-23T02:39:53.338Z Running `target/debug/thundermuffin-package`
4712026-05-23T02:39:53.536Z
4722026-05-23T02:39:53.539Zreal 20.220451613
4732026-05-23T02:39:53.539Zuser 1:16.867066322
4742026-05-23T02:39:53.539Zsys 14.726558540
4752026-05-23T02:39:53.540Ztrap 0.050233297
4762026-05-23T02:39:53.540Ztflt 0.183228081
4772026-05-23T02:39:53.540Zdflt 0.286636106
4782026-05-23T02:39:53.540Zkflt 0.003006895
4792026-05-23T02:39:53.540Zlock 3:56.650111242
4802026-05-23T02:39:53.540Zslp 3:29.334532158
4812026-05-23T02:39:53.540Zlat 5.934017730
4822026-05-23T02:39:53.540Zstop 8.381909806
4832026-05-23T02:39:53.540Z+ banner contents
4842026-05-23T02:39:53.540Z
4852026-05-23T02:39:53.540Z #### #### # # ##### ###### # # ##### ####
4862026-05-23T02:39:53.540Z # # # # ## # # # ## # # #
4872026-05-23T02:39:53.540Z # # # # # # # ##### # # # # ####
4882026-05-23T02:39:53.540Z # # # # # # # # # # # # #
4892026-05-23T02:39:53.540Z # # # # # ## # # # ## # # #
4902026-05-23T02:39:53.540Z #### #### # # # ###### # # # ####
4912026-05-23T02:39:53.540Z
4922026-05-23T02:39:53.540Z+ tar tvfz out/thundermuffin.tar.gz
4932026-05-23T02:39:53.565ZDecompressing 'out/thundermuffin.tar.gz' with '/usr/bin/gzcat'...
4942026-05-23T02:39:53.565Z-rw-r--r-- 0/0 61 Jul 24 01:21 2006 oxide.json
4952026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/
4962026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt
4972026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt/oxide
4982026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt/oxide/thundermuffin
4992026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt/oxide/thundermuffin/pkg
5002026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 340 Jul 24 01:21 2006 root/opt/oxide/thundermuffin/pkg/method_script.sh
5012026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/
5022026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/var
5032026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/var/svc
5042026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/var/svc/manifest
5052026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/var/svc/manifest/site
5062026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/var/svc/manifest/site/thundermuffin
5072026-05-23T02:39:53.565Z-rw-r--r-- 0/0 1243 Jul 24 01:21 2006 root/var/svc/manifest/site/thundermuffin/manifest.xml
5082026-05-23T02:39:53.565Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/
5092026-05-23T02:39:53.566Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt
5102026-05-23T02:39:53.566Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt/oxide
5112026-05-23T02:39:53.566Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt/oxide/thundermuffin
5122026-05-23T02:39:53.566Z-rwxr-xr-x 0/0 0 Jul 24 01:21 2006 root/opt/oxide/thundermuffin/bin
5132026-05-23T02:39:53.566Z-rwxr-xr-x 0/0 3120624 Jul 24 01:21 2006 root/opt/oxide/thundermuffin/bin/thundermuffin
5142026-05-23T02:39:53.569Z+ banner copy
5152026-05-23T02:39:53.569Z
5162026-05-23T02:39:53.569Z #### #### ##### # #
5172026-05-23T02:39:53.569Z # # # # # # # #
5182026-05-23T02:39:53.569Z # # # # # #
5192026-05-23T02:39:53.569Z # # # ##### #
5202026-05-23T02:39:53.569Z # # # # # #
5212026-05-23T02:39:53.569Z #### #### # #
5222026-05-23T02:39:53.569Z
5232026-05-23T02:39:53.569Z+ pfexec mkdir -p /out
5242026-05-23T02:39:53.572Z+ pfexec chown 12345 /out
5252026-05-23T02:39:53.573Z+ mv out/thundermuffin.tar.gz /out/thundermuffin.tar.gz
5262026-05-23T02:39:53.575Z+ banner checksum
5272026-05-23T02:39:53.576Z
5282026-05-23T02:39:53.576Z #### # # ###### #### # # #### # # # #
5292026-05-23T02:39:53.576Z # # # # # # # # # # # # ## ##
5302026-05-23T02:39:53.576Z # ###### ##### # #### #### # # # ## #
5312026-05-23T02:39:53.576Z # # # # # # # # # # # #
5322026-05-23T02:39:53.576Z # # # # # # # # # # # # # # #
5332026-05-23T02:39:53.576Z #### # # ###### #### # # #### #### # #
5342026-05-23T02:39:53.576Z
5352026-05-23T02:39:53.576Z+ cd /out
5362026-05-23T02:39:53.576Z+ digest -a sha256 thundermuffin.tar.gz
5372026-05-23T02:39:53.582Zprocess exited: duration 27778 ms, exit code 0
 
5382026-05-23T02:39:53.588Zfound 2 output files
5392026-05-23T02:39:53.588Zuploading: /out/thundermuffin.sha256.txt (65 bytes)
5402026-05-23T02:39:54.600Zuploaded: /out/thundermuffin.sha256.txt
5412026-05-23T02:39:54.600Zuploading: /out/thundermuffin.tar.gz (1319551 bytes)
5422026-05-23T02:39:55.624Zuploaded: /out/thundermuffin.tar.gz