01K94P90R1P96RKHGVRJAPY06F: bins

BasicConfig {
    output_rules: [
        "=/out/faux-mgs.gz",
        "=/out/faux-mgs.sha256.txt",
        "=/out/faux-mgs.gz.sha256.txt",
        "=/out/omicron-faux-mgs.tar.gz",
        "=/out/omicron-faux-mgs.tar.gz.sha256.txt",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/faux-mgs.gz",
            series: "bins",
            name: "faux-mgs.gz",
        },
        BasicConfigPublish {
            from_output: "/out/faux-mgs.gz.sha256.txt",
            series: "bins",
            name: "faux-mgs.gz.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/omicron-faux-mgs.tar.gz",
            series: "image",
            name: "omicron-faux-mgs.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/omicron-faux-mgs.tar.gz.sha256.txt",
            series: "image",
            name: "omicron-faux-mgs.tar.gz.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01K94P965HX8P64S7AWDKDXX50

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-11-03T11:05:43.542Zjob assigned to worker 01K94P968C5FDD33DVQZHJFNG0 [factory gimlet-EVT22200007-propolis, EVT22200007/47490] (queued for 22 s)
 
22025-11-03T11:05:52.271Zstarting task 0: "setup"
32025-11-03T11:05:52.296Z++ uname -s
42025-11-03T11:05:52.296Z+ kern=SunOS
52025-11-03T11:05:52.296Z+ build_user=build
62025-11-03T11:05:52.296Z+ build_uid=12345
72025-11-03T11:05:52.296Z+ work_dir=/work
82025-11-03T11:05:52.296Z+ input_dir=/input
92025-11-03T11:05:52.296Z+ [[ 0 == 12345 ]]
102025-11-03T11:05:52.296Z+ case "$kern" in
112025-11-03T11:05:52.296Z+ groupadd -g 12345 build
122025-11-03T11:05:52.296Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-11-03T11:05:54.295Z+ zfs create -o mountpoint=/work rpool/work
142025-11-03T11:05:54.330Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-11-03T11:05:54.355Z+ home_fs=zfs
162025-11-03T11:05:54.355Z+ [[ zfs == autofs ]]
172025-11-03T11:05:54.355Z+ mkdir -p /home/build
182025-11-03T11:05:54.355Z+ chown build:build /home/build /work
192025-11-03T11:05:56.339Z+ chmod 0700 /home/build /work
202025-11-03T11:05:56.365Zprocess exited: duration 4072 ms, exit code 0
 
212025-11-03T11:05:56.416Zstarting task 1: "rust-toolchain"
222025-11-03T11:05:56.441Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-11-03T11:05:56.441Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-11-03T11:05:56.441Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-11-03T11:05:56.441Z * rust toolchain channel = "stable"
262025-11-03T11:05:56.441Z * rust toolchain profile = "default"
272025-11-03T11:05:56.441Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-11-03T11:05:56.441Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-11-03T11:05:56.441Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-11-03T11:05:56.570Zinfo: downloading installer
312025-11-03T11:05:57.048Zwarn: It looks like you have an existing installation of Rust at:
322025-11-03T11:05:57.048Zwarn: /opt/ooce/bin
332025-11-03T11:05:57.048Zwarn: It is recommended that rustup be the primary Rust installation.
342025-11-03T11:05:57.048Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-11-03T11:05:57.048Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-11-03T11:05:57.048Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-11-03T11:05:57.048Zwarn: or pass `-y' to ignore all ignorable checks.
382025-11-03T11:05:57.048Zerror: cannot install while Rust is installed
392025-11-03T11:05:57.048Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-11-03T11:05:57.074Zinfo: profile set to 'default'
412025-11-03T11:05:57.074Zinfo: default host triple is x86_64-unknown-illumos
422025-11-03T11:05:57.074Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-11-03T11:05:57.180Zinfo: latest update on 2025-10-30, rust version 1.91.0 (f8297e351 2025-10-28)
442025-11-03T11:05:57.180Zinfo: downloading component 'cargo'
452025-11-03T11:05:57.369Zinfo: downloading component 'clippy'
462025-11-03T11:05:57.449Zinfo: downloading component 'rust-docs'
472025-11-03T11:05:57.681Zinfo: downloading component 'rust-std'
482025-11-03T11:05:57.935Zinfo: downloading component 'rustc'
492025-11-03T11:05:59.018Zinfo: downloading component 'rustfmt'
502025-11-03T11:05:59.075Zinfo: installing component 'cargo'
512025-11-03T11:06:00.293Zinfo: installing component 'clippy'
522025-11-03T11:06:00.741Zinfo: installing component 'rust-docs'
532025-11-03T11:06:03.916Zinfo: installing component 'rust-std'
542025-11-03T11:06:05.990Zinfo: installing component 'rustc'
552025-11-03T11:06:14.039Zinfo: installing component 'rustfmt'
562025-11-03T11:06:14.424Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-11-03T11:06:14.424Z
582025-11-03T11:06:14.601Z stable-x86_64-unknown-illumos installed - rustc 1.91.0 (f8297e351 2025-10-28)
592025-11-03T11:06:14.601Z
602025-11-03T11:06:14.601Z
612025-11-03T11:06:14.601ZRust is installed now. Great!
622025-11-03T11:06:14.601Z
632025-11-03T11:06:14.601ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-11-03T11:06:14.626Zenvironment variable. This has not been done automatically.
652025-11-03T11:06:14.626Z
662025-11-03T11:06:14.626ZTo configure your current shell, you need to source
672025-11-03T11:06:14.626Zthe corresponding env file under $HOME/.cargo.
682025-11-03T11:06:14.626Z
692025-11-03T11:06:14.626ZThis is usually done by running one of the following (note the leading DOT):
702025-11-03T11:06:14.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-11-03T11:06:14.626Zsource "$HOME/.cargo/env.fish" # For fish
722025-11-03T11:06:14.626Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-11-03T11:06:14.714Z+ rustup --version
742025-11-03T11:06:14.739Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-11-03T11:06:14.739Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-11-03T11:06:14.855Zinfo: The currently active `rustc` version is `rustc 1.91.0 (f8297e351 2025-10-28)`
772025-11-03T11:06:14.880Z+ cargo --version
782025-11-03T11:06:14.976Zcargo 1.91.0 (ea2d97820 2025-10-10)
792025-11-03T11:06:15.001Z+ rustc --version
802025-11-03T11:06:15.097Zrustc 1.91.0 (f8297e351 2025-10-28)
812025-11-03T11:06:15.122Zprocess exited: duration 18687 ms, exit code 0
 
822025-11-03T11:06:15.173Zstarting task 2: "authentication"
832025-11-03T11:06:15.234Zprocess exited: duration 60 ms, exit code 0
 
842025-11-03T11:06:15.285Zstarting task 3: "clone repository"
852025-11-03T11:06:15.311Z+ mkdir -p /work/oxidecomputer/management-gateway-service
862025-11-03T11:06:15.311Z+ git clone https://github.com/oxidecomputer/management-gateway-service /work/oxidecomputer/management-gateway-service
872025-11-03T11:06:15.336ZCloning into '/work/oxidecomputer/management-gateway-service'...
882025-11-03T11:06:16.150Z+ cd /work/oxidecomputer/management-gateway-service
892025-11-03T11:06:16.150Z+ git fetch origin 6a5cb4e2910ec815855161792e27453a3249fc28
902025-11-03T11:06:16.504ZFrom https://github.com/oxidecomputer/management-gateway-service
912025-11-03T11:06:16.504Z * branch 6a5cb4e2910ec815855161792e27453a3249fc28 -> FETCH_HEAD
922025-11-03T11:06:16.529Z+ [[ -n '' ]]
932025-11-03T11:06:16.529Z+ git reset --hard 6a5cb4e2910ec815855161792e27453a3249fc28
942025-11-03T11:06:16.554ZHEAD is now at 6a5cb4e Bump lzss from 0.8.2 to 0.9.1
952025-11-03T11:06:16.554Zprocess exited: duration 1246 ms, exit code 0
 
962025-11-03T11:06:16.605Zstarting task 4: "build"
972025-11-03T11:06:16.630Z+ cargo --version
982025-11-03T11:06:16.630Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
992025-11-03T11:06:16.744Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
1002025-11-03T11:06:16.770Zinfo: downloading component 'cargo'
1012025-11-03T11:06:16.885Zinfo: downloading component 'clippy'
1022025-11-03T11:06:16.953Zinfo: downloading component 'rust-docs'
1032025-11-03T11:06:17.219Zinfo: downloading component 'rust-std'
1042025-11-03T11:06:17.564Zinfo: downloading component 'rustc'
1052025-11-03T11:06:18.633Zinfo: downloading component 'rustfmt'
1062025-11-03T11:06:18.691Zinfo: installing component 'cargo'
1072025-11-03T11:06:19.708Zinfo: installing component 'clippy'
1082025-11-03T11:06:20.153Zinfo: installing component 'rust-docs'
1092025-11-03T11:06:23.157Zinfo: installing component 'rust-std'
1102025-11-03T11:06:25.276Zinfo: installing component 'rustc'
1112025-11-03T11:06:33.138Zinfo: installing component 'rustfmt'
1122025-11-03T11:06:33.619Zcargo 1.89.0 (c24e10642 2025-06-23)
1132025-11-03T11:06:33.644Z+ rustc --version
1142025-11-03T11:06:33.722Zrustc 1.89.0 (29483883e 2025-08-04)
1152025-11-03T11:06:33.748Z+ pfexec mkdir -p /out
1162025-11-03T11:06:33.748Z+ pfexec chown build /out
1172025-11-03T11:06:33.748Z+ banner build
1182025-11-03T11:06:33.748Z
1192025-11-03T11:06:33.748Z ##### # # # # #####
1202025-11-03T11:06:33.748Z # # # # # # # #
1212025-11-03T11:06:33.748Z ##### # # # # # #
1222025-11-03T11:06:33.748Z # # # # # # # #
1232025-11-03T11:06:33.748Z # # # # # # # #
1242025-11-03T11:06:33.748Z ##### #### # ###### #####
1252025-11-03T11:06:33.748Z
1262025-11-03T11:06:33.748Z+ ptime -m cargo build --release --bin faux-mgs
1272025-11-03T11:06:33.930Z Updating crates.io index
1282025-11-03T11:06:33.995Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-11-03T11:06:34.388Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain.git`
1302025-11-03T11:06:34.878Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1312025-11-03T11:06:35.364Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1322025-11-03T11:06:36.899Z Downloading crates ...
1332025-11-03T11:06:36.966Z Downloaded anstyle v1.0.11
1342025-11-03T11:06:36.994Z Downloaded hmac v0.12.1
1352025-11-03T11:06:36.994Z Downloaded bitflags v2.9.4
1362025-11-03T11:06:36.994Z Downloaded strum_macros v0.27.2
1372025-11-03T11:06:37.022Z Downloaded take_mut v0.2.2
1382025-11-03T11:06:37.022Z Downloaded termios v0.3.3
1392025-11-03T11:06:37.022Z Downloaded termcolor v1.4.1
1402025-11-03T11:06:37.022Z Downloaded tokio-stream v0.1.17
1412025-11-03T11:06:37.022Z Downloaded tls_codec v0.4.2
1422025-11-03T11:06:37.050Z Downloaded plain v0.2.3
1432025-11-03T11:06:37.050Z Downloaded der v0.7.10
1442025-11-03T11:06:37.050Z Downloaded rustc_version v0.4.1
1452025-11-03T11:06:37.050Z Downloaded rand_chacha v0.3.1
1462025-11-03T11:06:37.050Z Downloaded scroll_derive v0.12.1
1472025-11-03T11:06:37.050Z Downloaded serde-big-array v0.5.1
1482025-11-03T11:06:37.050Z Downloaded pretty-hex v0.4.1
1492025-11-03T11:06:37.076Z Downloaded indexmap v2.10.0
1502025-11-03T11:06:37.076Z Downloaded pin-utils v0.1.0
1512025-11-03T11:06:37.076Z Downloaded precomputed-hash v0.1.1
1522025-11-03T11:06:37.076Z Downloaded num-integer v0.1.46
1532025-11-03T11:06:37.076Z Downloaded nodrop v0.1.14
1542025-11-03T11:06:37.076Z Downloaded slab v0.4.11
1552025-11-03T11:06:37.076Z Downloaded powerfmt v0.2.0
1562025-11-03T11:06:37.076Z Downloaded serde-hex v0.1.0
1572025-11-03T11:06:37.076Z Downloaded siphasher v1.0.1
1582025-11-03T11:06:37.076Z Downloaded ppv-lite86 v0.2.21
1592025-11-03T11:06:37.101Z Downloaded spin v0.9.8
1602025-11-03T11:06:37.101Z Downloaded slog v2.7.0
1612025-11-03T11:06:37.102Z Downloaded socket2 v0.6.1
1622025-11-03T11:06:37.102Z Downloaded serde v1.0.228
1632025-11-03T11:06:37.102Z Downloaded uuid v1.18.1
1642025-11-03T11:06:37.102Z Downloaded smallvec v0.6.14
1652025-11-03T11:06:37.102Z Downloaded pest_derive v2.8.1
1662025-11-03T11:06:37.102Z Downloaded slog-term v2.9.2
1672025-11-03T11:06:37.127Z Downloaded parking_lot v0.12.4
1682025-11-03T11:06:37.127Z Downloaded primeorder v0.13.6
1692025-11-03T11:06:37.127Z Downloaded pest_meta v2.8.1
1702025-11-03T11:06:37.127Z Downloaded proc-macro2 v1.0.97
1712025-11-03T11:06:37.127Z Downloaded smoltcp v0.9.1
1722025-11-03T11:06:37.152Z Downloaded time v0.3.41
1732025-11-03T11:06:37.152Z Downloaded ssh-agent-client-rs v0.9.1
1742025-11-03T11:06:37.152Z Downloaded num-bigint-dig v0.8.4
1752025-11-03T11:06:37.152Z Downloaded p521 v0.13.3
1762025-11-03T11:06:37.152Z Downloaded pest v2.8.1
1772025-11-03T11:06:37.178Z Downloaded winnow v0.5.40
1782025-11-03T11:06:37.178Z Downloaded libm v0.2.15
1792025-11-03T11:06:37.203Z Downloaded portable-atomic v1.11.1
1802025-11-03T11:06:37.203Z Downloaded p384 v0.13.1
1812025-11-03T11:06:37.203Z Downloaded zerocopy v0.7.35
1822025-11-03T11:06:37.228Z Downloaded object v0.30.4
1832025-11-03T11:06:37.228Z Downloaded nix v0.27.1
1842025-11-03T11:06:37.253Z Downloaded unicode-width v0.2.1
1852025-11-03T11:06:37.253Z Downloaded zerocopy v0.8.27
1862025-11-03T11:06:37.278Z Downloaded x509-cert v0.2.5
1872025-11-03T11:06:37.313Z Downloaded toml_edit v0.19.15
1882025-11-03T11:06:37.313Z Downloaded tokio-util v0.7.16
1892025-11-03T11:06:37.313Z Downloaded rustix v1.0.8
1902025-11-03T11:06:37.338Z Downloaded mio v1.0.4
1912025-11-03T11:06:37.338Z Downloaded memchr v2.7.5
1922025-11-03T11:06:37.338Z Downloaded zerocopy-derive v0.8.27
1932025-11-03T11:06:37.364Z Downloaded unicode-segmentation v1.12.0
1942025-11-03T11:06:37.364Z Downloaded p256 v0.13.2
1952025-11-03T11:06:37.364Z Downloaded num-traits v0.2.19
1962025-11-03T11:06:37.364Z Downloaded zip v0.6.6
1972025-11-03T11:06:37.364Z Downloaded miniz_oxide v0.8.9
1982025-11-03T11:06:37.364Z Downloaded zerocopy v0.6.6
1992025-11-03T11:06:37.364Z Downloaded zerocopy-derive v0.6.6
2002025-11-03T11:06:37.389Z Downloaded lzss v0.9.1
2012025-11-03T11:06:37.389Z Downloaded log v0.4.27
2022025-11-03T11:06:37.389Z Downloaded curve25519-dalek v4.1.3
2032025-11-03T11:06:37.389Z Downloaded serde_json v1.0.145
2042025-11-03T11:06:37.415Z Downloaded pin-project-lite v0.2.16
2052025-11-03T11:06:37.415Z Downloaded memmap v0.7.0
2062025-11-03T11:06:37.415Z Downloaded pkcs1 v0.7.5
2072025-11-03T11:06:37.415Z Downloaded goblin v0.8.2
2082025-11-03T11:06:37.415Z Downloaded futures-util v0.3.31
2092025-11-03T11:06:37.441Z Downloaded chrono v0.4.41
2102025-11-03T11:06:37.441Z Downloaded serde_core v1.0.228
2112025-11-03T11:06:37.441Z Downloaded rsa v0.9.8
2122025-11-03T11:06:37.441Z Downloaded rand v0.9.2
2132025-11-03T11:06:37.465Z Downloaded libc v0.2.175
2142025-11-03T11:06:37.489Z Downloaded tokio v1.48.0
2152025-11-03T11:06:37.513Z Downloaded rand v0.8.5
2162025-11-03T11:06:37.537Z Downloaded hashbrown v0.15.5
2172025-11-03T11:06:37.537Z Downloaded serde_derive v1.0.228
2182025-11-03T11:06:37.537Z Downloaded serde_cbor v0.11.2
2192025-11-03T11:06:37.537Z Downloaded phf_shared v0.11.3
2202025-11-03T11:06:37.537Z Downloaded pem-rfc7468 v0.7.0
2212025-11-03T11:06:37.537Z Downloaded parking_lot_core v0.9.11
2222025-11-03T11:06:37.537Z Downloaded zerocopy-derive v0.7.35
2232025-11-03T11:06:37.537Z Downloaded smallvec v1.15.1
2242025-11-03T11:06:37.561Z Downloaded once_cell v1.21.3
2252025-11-03T11:06:37.561Z Downloaded num-iter v0.1.45
2262025-11-03T11:06:37.561Z Downloaded ssh-key v0.6.7
2272025-11-03T11:06:37.561Z Downloaded hashbrown v0.13.2
2282025-11-03T11:06:37.561Z Downloaded ssh-cipher v0.2.0
2292025-11-03T11:06:37.561Z Downloaded spki v0.7.3
2302025-11-03T11:06:37.561Z Downloaded sec1 v0.7.3
2312025-11-03T11:06:37.561Z Downloaded signature v2.2.0
2322025-11-03T11:06:37.561Z Downloaded sha2 v0.10.9
2332025-11-03T11:06:37.561Z Downloaded serde_bytes v0.11.19
2342025-11-03T11:06:37.586Z Downloaded semver v1.0.26
2352025-11-03T11:06:37.586Z Downloaded lock_api v0.4.13
2362025-11-03T11:06:37.586Z Downloaded linked-hash-map v0.5.6
2372025-11-03T11:06:37.586Z Downloaded ucd-trie v0.1.7
2382025-11-03T11:06:37.586Z Downloaded ron v0.8.1
2392025-11-03T11:06:37.586Z Downloaded unicode-ident v1.0.18
2402025-11-03T11:06:37.586Z Downloaded clap_builder v4.5.50
2412025-11-03T11:06:37.610Z Downloaded slog-async v2.8.0
2422025-11-03T11:06:37.610Z Downloaded serde_tokenstream v0.2.2
2432025-11-03T11:06:37.610Z Downloaded serde_repr v0.1.20
2442025-11-03T11:06:37.610Z Downloaded maybe-uninit v2.0.0
2452025-11-03T11:06:37.610Z Downloaded itoa v1.0.15
2462025-11-03T11:06:37.610Z Downloaded tls_codec_derive v0.4.2
2472025-11-03T11:06:37.610Z Downloaded hashbrown v0.12.3
2482025-11-03T11:06:37.610Z Downloaded signal-hook-registry v1.4.6
2492025-11-03T11:06:37.610Z Downloaded shlex v1.3.0
2502025-11-03T11:06:37.610Z Downloaded serde_spanned v0.6.9
2512025-11-03T11:06:37.611Z Downloaded ryu v1.0.20
2522025-11-03T11:06:37.611Z Downloaded packed_struct_codegen v0.10.1
2532025-11-03T11:06:37.611Z Downloaded paste v1.0.15
2542025-11-03T11:06:37.635Z Downloaded pest_generator v2.8.1
2552025-11-03T11:06:37.635Z Downloaded packed_struct v0.10.1
2562025-11-03T11:06:37.635Z Downloaded memoffset v0.9.1
2572025-11-03T11:06:37.635Z Downloaded managed v0.8.0
2582025-11-03T11:06:37.635Z Downloaded lru-cache v0.1.2
2592025-11-03T11:06:37.635Z Downloaded lazy_static v1.5.0
2602025-11-03T11:06:37.635Z Downloaded zeroize_derive v1.4.2
2612025-11-03T11:06:37.635Z Downloaded zeroize v1.8.1
2622025-11-03T11:06:37.635Z Downloaded time-core v0.1.4
2632025-11-03T11:06:37.635Z Downloaded scroll v0.12.0
2642025-11-03T11:06:37.635Z Downloaded rand_core v0.9.3
2652025-11-03T11:06:37.635Z Downloaded rand_chacha v0.9.0
2662025-11-03T11:06:37.635Z Downloaded quote v1.0.40
2672025-11-03T11:06:37.635Z Downloaded typenum v1.18.0
2682025-11-03T11:06:37.635Z Downloaded indicatif v0.18.1
2692025-11-03T11:06:37.660Z Downloaded heapless v0.7.17
2702025-11-03T11:06:37.660Z Downloaded ed25519-dalek v2.2.0
2712025-11-03T11:06:37.660Z Downloaded crypto-bigint v0.5.5
2722025-11-03T11:06:37.660Z Downloaded crossbeam-channel v0.5.15
2732025-11-03T11:06:37.660Z Downloaded scopeguard v1.2.0
2742025-11-03T11:06:37.660Z Downloaded rfc6979 v0.4.0
2752025-11-03T11:06:37.660Z Downloaded rand_core v0.6.4
2762025-11-03T11:06:37.660Z Downloaded radium v0.7.0
2772025-11-03T11:06:37.684Z Downloaded time-macros v0.2.22
2782025-11-03T11:06:37.684Z Downloaded thread_local v1.1.9
2792025-11-03T11:06:37.684Z Downloaded terminal_size v0.4.3
2802025-11-03T11:06:37.684Z Downloaded indexmap v1.9.3
2812025-11-03T11:06:37.684Z Downloaded pkcs8 v0.10.2
2822025-11-03T11:06:37.684Z Downloaded path-slash v0.1.5
2832025-11-03T11:06:37.684Z Downloaded parse_int v0.6.0
2842025-11-03T11:06:37.684Z Downloaded num-conv v0.1.0
2852025-11-03T11:06:37.685Z Downloaded wyz v0.5.1
2862025-11-03T11:06:37.685Z Downloaded version_check v0.9.5
2872025-11-03T11:06:37.685Z Downloaded utf8parse v0.2.2
2882025-11-03T11:06:37.685Z Downloaded toml_datetime v0.6.11
2892025-11-03T11:06:37.685Z Downloaded thread-id v4.2.2
2902025-11-03T11:06:37.685Z Downloaded hubpack v0.1.2
2912025-11-03T11:06:37.685Z Downloaded half v1.8.3
2922025-11-03T11:06:37.709Z Downloaded getrandom v0.3.3
2932025-11-03T11:06:37.709Z Downloaded futures-channel v0.3.31
2942025-11-03T11:06:37.709Z Downloaded flate2 v1.1.2
2952025-11-03T11:06:37.709Z Downloaded env_logger v0.10.2
2962025-11-03T11:06:37.709Z Downloaded crossbeam-utils v0.8.21
2972025-11-03T11:06:37.709Z Downloaded crc-any v2.5.0
2982025-11-03T11:06:37.709Z Downloaded pkg-config v0.3.32
2992025-11-03T11:06:37.709Z Downloaded new_debug_unreachable v1.0.6
3002025-11-03T11:06:37.709Z Downloaded void v1.0.2
3012025-11-03T11:06:37.709Z Downloaded usdt-macro v0.5.0
3022025-11-03T11:06:37.709Z Downloaded usdt-impl v0.5.0
3032025-11-03T11:06:37.709Z Downloaded usdt-attr-macro v0.5.0
3042025-11-03T11:06:37.709Z Downloaded usdt v0.5.0
3052025-11-03T11:06:37.734Z Downloaded unit-prefix v0.5.1
3062025-11-03T11:06:37.734Z Downloaded tokio-macros v2.6.0
3072025-11-03T11:06:37.734Z Downloaded strsim v0.11.1
3082025-11-03T11:06:37.734Z Downloaded string_cache v0.8.9
3092025-11-03T11:06:37.734Z Downloaded static_assertions v1.1.0
3102025-11-03T11:06:37.734Z Downloaded is-terminal v0.4.16
3112025-11-03T11:06:37.734Z Downloaded iana-time-zone v0.1.63
3122025-11-03T11:06:37.734Z Downloaded heck v0.5.0
3132025-11-03T11:06:37.734Z Downloaded hash32 v0.2.1
3142025-11-03T11:06:37.734Z Downloaded getrandom v0.2.16
3152025-11-03T11:06:37.734Z Downloaded generic-array v0.14.7
3162025-11-03T11:06:37.734Z Downloaded futures-macro v0.3.31
3172025-11-03T11:06:37.734Z Downloaded futures-executor v0.3.31
3182025-11-03T11:06:37.734Z Downloaded toml v0.7.8
3192025-11-03T11:06:37.734Z Downloaded thiserror-impl v2.0.17
3202025-11-03T11:06:37.758Z Downloaded thiserror-impl v1.0.69
3212025-11-03T11:06:37.758Z Downloaded thiserror v2.0.17
3222025-11-03T11:06:37.758Z Downloaded thiserror v1.0.69
3232025-11-03T11:06:37.758Z Downloaded strum v0.27.2
3242025-11-03T11:06:37.758Z Downloaded stable_deref_trait v1.2.0
3252025-11-03T11:06:37.758Z Downloaded ssh-encoding v0.2.0
3262025-11-03T11:06:37.758Z Downloaded instant v0.1.13
3272025-11-03T11:06:37.758Z Downloaded inout v0.1.4
3282025-11-03T11:06:37.758Z Downloaded humantime v2.3.0
3292025-11-03T11:06:37.758Z Downloaded hex v0.4.3
3302025-11-03T11:06:37.758Z Downloaded group v0.13.0
3312025-11-03T11:06:37.783Z Downloaded glob v0.3.3
3322025-11-03T11:06:37.783Z Downloaded futures-task v0.3.31
3332025-11-03T11:06:37.783Z Downloaded futures-sink v0.3.31
3342025-11-03T11:06:37.783Z Downloaded futures-io v0.3.31
3352025-11-03T11:06:37.783Z Downloaded futures-core v0.3.31
3362025-11-03T11:06:37.783Z Downloaded funty v2.0.0
3372025-11-03T11:06:37.783Z Downloaded errno v0.3.13
3382025-11-03T11:06:37.783Z Downloaded ed25519 v2.2.3
3392025-11-03T11:06:37.783Z Downloaded dof v0.3.0
3402025-11-03T11:06:37.783Z Downloaded cpufeatures v0.2.17
3412025-11-03T11:06:37.783Z Downloaded term v1.1.0
3422025-11-03T11:06:37.783Z Downloaded syn v2.0.104
3432025-11-03T11:06:37.807Z Downloaded hubpack_derive v0.1.1
3442025-11-03T11:06:37.808Z Downloaded fxhash v0.2.1
3452025-11-03T11:06:37.808Z Downloaded futures v0.3.31
3462025-11-03T11:06:37.808Z Downloaded flagset v0.4.7
3472025-11-03T11:06:37.808Z Downloaded ff v0.13.1
3482025-11-03T11:06:37.808Z Downloaded deranged v0.4.0
3492025-11-03T11:06:37.808Z Downloaded crypto-common v0.1.6
3502025-11-03T11:06:37.808Z Downloaded crc v3.3.0
3512025-11-03T11:06:37.808Z Downloaded tap v1.0.1
3522025-11-03T11:06:37.808Z Downloaded syn v1.0.109
3532025-11-03T11:06:37.832Z Downloaded subtle v2.6.1
3542025-11-03T11:06:37.832Z Downloaded convert_case v0.8.0
3552025-11-03T11:06:37.832Z Downloaded clap_derive v4.5.49
3562025-11-03T11:06:37.832Z Downloaded cipher v0.4.4
3572025-11-03T11:06:37.832Z Downloaded is_terminal_polyfill v1.70.1
3582025-11-03T11:06:37.833Z Downloaded equivalent v1.0.2
3592025-11-03T11:06:37.833Z Downloaded elliptic-curve v0.13.8
3602025-11-03T11:06:37.833Z Downloaded ecdsa v0.16.9
3612025-11-03T11:06:37.833Z Downloaded dtrace-parser v0.2.0
3622025-11-03T11:06:37.833Z Downloaded digest v0.10.7
3632025-11-03T11:06:37.833Z Downloaded der_derive v0.7.3
3642025-11-03T11:06:37.833Z Downloaded curve25519-dalek-derive v0.1.1
3652025-11-03T11:06:37.857Z Downloaded crc32fast v1.5.0
3662025-11-03T11:06:37.857Z Downloaded crc-catalog v2.4.0
3672025-11-03T11:06:37.857Z Downloaded const-oid v0.9.6
3682025-11-03T11:06:37.857Z Downloaded console v0.16.0
3692025-11-03T11:06:37.857Z Downloaded colorchoice v1.0.4
3702025-11-03T11:06:37.857Z Downloaded clap_lex v0.7.5
3712025-11-03T11:06:37.857Z Downloaded clap v4.5.50
3722025-11-03T11:06:37.857Z Downloaded bzip2-sys v0.1.13+1.0.8
3732025-11-03T11:06:37.881Z Downloaded cfg-if v1.0.1
3742025-11-03T11:06:37.881Z Downloaded cc v1.2.32
3752025-11-03T11:06:37.881Z Downloaded camino v1.2.1
3762025-11-03T11:06:37.882Z Downloaded bzip2 v0.4.4
3772025-11-03T11:06:37.882Z Downloaded bytes v1.10.1
3782025-11-03T11:06:37.882Z Downloaded byteorder v1.5.0
3792025-11-03T11:06:37.882Z Downloaded bitvec v1.0.1
3802025-11-03T11:06:37.906Z Downloaded bitflags v1.3.2
3812025-11-03T11:06:37.906Z Downloaded bitfield v0.14.0
3822025-11-03T11:06:37.906Z Downloaded base64ct v1.8.0
3832025-11-03T11:06:37.906Z Downloaded base64 v0.22.1
3842025-11-03T11:06:37.930Z Downloaded base64 v0.21.7
3852025-11-03T11:06:37.930Z Downloaded base16ct v0.2.0
3862025-11-03T11:06:37.931Z Downloaded array-init v0.0.4
3872025-11-03T11:06:37.931Z Downloaded anyhow v1.0.100
3882025-11-03T11:06:37.931Z Downloaded anstyle-query v1.1.4
3892025-11-03T11:06:37.931Z Downloaded anstyle-parse v0.2.7
3902025-11-03T11:06:37.931Z Downloaded async-trait v0.1.89
3912025-11-03T11:06:37.931Z Downloaded ahash v0.8.12
3922025-11-03T11:06:37.931Z Downloaded block-buffer v0.10.4
3932025-11-03T11:06:37.931Z Downloaded backoff v0.4.0
3942025-11-03T11:06:37.931Z Downloaded autocfg v1.5.0
3952025-11-03T11:06:37.955Z Downloaded anstream v0.6.20
3962025-11-03T11:06:37.955Z Downloaded adler2 v2.0.1
3972025-11-03T11:06:38.049Z Compiling proc-macro2 v1.0.97
3982025-11-03T11:06:38.049Z Compiling unicode-ident v1.0.18
3992025-11-03T11:06:38.049Z Compiling libc v0.2.175
4002025-11-03T11:06:38.073Z Compiling cfg-if v1.0.1
4012025-11-03T11:06:38.073Z Compiling version_check v0.9.5
4022025-11-03T11:06:38.073Z Compiling autocfg v1.5.0
4032025-11-03T11:06:38.073Z Compiling serde_core v1.0.228
4042025-11-03T11:06:38.098Z Compiling zeroize v1.8.1
4052025-11-03T11:06:38.237Z Compiling serde v1.0.228
4062025-11-03T11:06:38.277Z Compiling typenum v1.18.0
4072025-11-03T11:06:38.446Z Compiling const-oid v0.9.6
4082025-11-03T11:06:38.628Z Compiling generic-array v0.14.7
4092025-11-03T11:06:38.814Z Compiling subtle v2.6.1
4102025-11-03T11:06:38.838Z Compiling byteorder v1.5.0
4112025-11-03T11:06:39.037Z Compiling base64ct v1.8.0
4122025-11-03T11:06:39.081Z Compiling lock_api v0.4.13
4132025-11-03T11:06:39.269Z Compiling zerocopy v0.8.27
4142025-11-03T11:06:39.557Z Compiling pem-rfc7468 v0.7.0
4152025-11-03T11:06:39.611Z Compiling scopeguard v1.2.0
4162025-11-03T11:06:39.765Z Compiling quote v1.0.40
4172025-11-03T11:06:39.919Z Compiling getrandom v0.2.16
4182025-11-03T11:06:40.100Z Compiling syn v2.0.104
4192025-11-03T11:06:40.141Z Compiling rand_core v0.6.4
4202025-11-03T11:06:40.237Z Compiling flagset v0.4.7
4212025-11-03T11:06:40.267Z Compiling thiserror v2.0.17
4222025-11-03T11:06:40.465Z Compiling thiserror v1.0.69
4232025-11-03T11:06:40.561Z Compiling semver v1.0.26
4242025-11-03T11:06:40.596Z Compiling libm v0.2.15
4252025-11-03T11:06:40.752Z Compiling num-traits v0.2.19
4262025-11-03T11:06:40.807Z Compiling cpufeatures v0.2.17
4272025-11-03T11:06:40.943Z Compiling crypto-common v0.1.6
4282025-11-03T11:06:40.968Z Compiling block-buffer v0.10.4
4292025-11-03T11:06:40.968Z Compiling smallvec v1.15.1
4302025-11-03T11:06:41.100Z Compiling memchr v2.7.5
4312025-11-03T11:06:41.211Z Compiling digest v0.10.7
4322025-11-03T11:06:41.464Z Compiling serde_json v1.0.145
4332025-11-03T11:06:41.672Z Compiling rustc_version v0.4.1
4342025-11-03T11:06:41.783Z Compiling signature v2.2.0
4352025-11-03T11:06:41.942Z Compiling sha2 v0.10.9
4362025-11-03T11:06:42.173Z Compiling ucd-trie v0.1.7
4372025-11-03T11:06:42.343Z Compiling spin v0.9.8
4382025-11-03T11:06:42.367Z Compiling syn v1.0.109
4392025-11-03T11:06:43.217Z Compiling ff v0.13.1
4402025-11-03T11:06:43.458Z Compiling rustix v1.0.8
4412025-11-03T11:06:43.967Z Compiling parking_lot_core v0.9.11
4422025-11-03T11:06:44.271Z Compiling base16ct v0.2.0
4432025-11-03T11:06:44.485Z Compiling group v0.13.0
4442025-11-03T11:06:44.650Z Compiling num-integer v0.1.46
4452025-11-03T11:06:44.806Z Compiling crypto-bigint v0.5.5
4462025-11-03T11:06:44.839Z Compiling errno v0.3.13
4472025-11-03T11:06:44.931Z Compiling heck v0.5.0
4482025-11-03T11:06:45.030Z Compiling radium v0.7.0
4492025-11-03T11:06:45.081Z Compiling futures-core v0.3.31
4502025-11-03T11:06:45.276Z Compiling pin-project-lite v0.2.16
4512025-11-03T11:06:45.320Z Compiling utf8parse v0.2.2
4522025-11-03T11:06:45.422Z Compiling shlex v1.3.0
4532025-11-03T11:06:45.448Z Compiling num-bigint-dig v0.8.4
4542025-11-03T11:06:45.496Z Compiling getrandom v0.3.3
4552025-11-03T11:06:45.571Z Compiling log v0.4.27
4562025-11-03T11:06:45.787Z Compiling cc v1.2.32
4572025-11-03T11:06:46.002Z Compiling anstyle-parse v0.2.7
4582025-11-03T11:06:46.048Z Compiling num-iter v0.1.45
4592025-11-03T11:06:46.334Z Compiling lazy_static v1.5.0
4602025-11-03T11:06:46.416Z Compiling hmac v0.12.1
4612025-11-03T11:06:46.475Z Compiling ryu v1.0.20
4622025-11-03T11:06:46.643Z Compiling anstyle v1.0.11
4632025-11-03T11:06:46.729Z Compiling anstyle-query v1.1.4
4642025-11-03T11:06:46.900Z Compiling itoa v1.0.15
4652025-11-03T11:06:46.994Z Compiling is_terminal_polyfill v1.70.1
4662025-11-03T11:06:47.128Z Compiling once_cell v1.21.3
4672025-11-03T11:06:47.152Z Compiling colorchoice v1.0.4
4682025-11-03T11:06:47.316Z Compiling crc32fast v1.5.0
4692025-11-03T11:06:47.340Z Compiling maybe-uninit v2.0.0
4702025-11-03T11:06:47.340Z Compiling pkg-config v0.3.32
4712025-11-03T11:06:47.528Z Compiling tap v1.0.1
4722025-11-03T11:06:47.731Z Compiling wyz v0.5.1
4732025-11-03T11:06:47.813Z Compiling anstream v0.6.20
4742025-11-03T11:06:48.108Z Compiling rfc6979 v0.4.0
4752025-11-03T11:06:48.133Z Compiling parking_lot v0.12.4
4762025-11-03T11:06:48.178Z Compiling bzip2-sys v0.1.13+1.0.8
4772025-11-03T11:06:48.750Z Compiling serde_derive v1.0.228
4782025-11-03T11:06:48.930Z Compiling zerocopy-derive v0.8.27
4792025-11-03T11:06:48.954Z Compiling der_derive v0.7.3
4802025-11-03T11:06:49.023Z Compiling thiserror-impl v1.0.69
4812025-11-03T11:06:49.047Z Compiling thiserror-impl v2.0.17
4822025-11-03T11:06:49.086Z Compiling zerocopy-derive v0.7.35
4832025-11-03T11:06:49.683Z Compiling zerocopy-derive v0.6.6
4842025-11-03T11:06:49.781Z Compiling scroll_derive v0.12.1
4852025-11-03T11:06:50.520Z Compiling zerocopy v0.7.35
4862025-11-03T11:06:50.701Z Compiling der v0.7.10
4872025-11-03T11:06:51.257Z Compiling zerocopy v0.6.6
4882025-11-03T11:06:51.282Z Compiling usdt-impl v0.5.0
4892025-11-03T11:06:51.397Z Compiling pest v2.8.1
4902025-11-03T11:06:51.576Z Compiling ahash v0.8.12
4912025-11-03T11:06:51.625Z Compiling strsim v0.11.1
4922025-11-03T11:06:51.666Z Compiling packed_struct v0.10.1
4932025-11-03T11:06:51.966Z Compiling bytes v1.10.1
4942025-11-03T11:06:51.992Z Compiling funty v2.0.0
4952025-11-03T11:06:52.108Z Compiling crc-catalog v2.4.0
4962025-11-03T11:06:52.463Z Compiling slog v2.7.0
4972025-11-03T11:06:52.865Z Compiling spki v0.7.3
4982025-11-03T11:06:53.117Z Compiling sec1 v0.7.3
4992025-11-03T11:06:53.297Z Compiling pkcs8 v0.10.2
5002025-11-03T11:06:53.737Z Compiling pest_meta v2.8.1
5012025-11-03T11:06:53.762Z Compiling elliptic-curve v0.13.8
5022025-11-03T11:06:54.331Z Compiling pkcs1 v0.7.5
5032025-11-03T11:06:54.404Z Compiling futures-sink v0.3.31
5042025-11-03T11:06:54.570Z Compiling ppv-lite86 v0.2.21
5052025-11-03T11:06:54.595Z Compiling clap_lex v0.7.5
5062025-11-03T11:06:54.623Z Compiling ecdsa v0.16.9
5072025-11-03T11:06:55.045Z Compiling bitflags v2.9.4
5082025-11-03T11:06:55.128Z Compiling pest_generator v2.8.1
5092025-11-03T11:06:55.193Z Compiling rand_chacha v0.3.1
5102025-11-03T11:06:55.225Z Compiling dof v0.3.0
5112025-11-03T11:06:55.558Z Compiling rand v0.8.5
5122025-11-03T11:06:55.902Z Compiling primeorder v0.13.6
5132025-11-03T11:06:56.275Z Compiling bitvec v1.0.1
5142025-11-03T11:06:56.355Z Compiling crc v3.3.0
5152025-11-03T11:06:56.386Z Compiling pest_derive v2.8.1
5162025-11-03T11:06:56.725Z Compiling terminal_size v0.4.3
5172025-11-03T11:06:56.983Z Compiling clap_builder v4.5.50
5182025-11-03T11:06:57.097Z Compiling scroll v0.12.0
5192025-11-03T11:06:57.121Z Compiling packed_struct_codegen v0.10.1
5202025-11-03T11:06:57.199Z Compiling dtrace-parser v0.2.0
5212025-11-03T11:06:57.601Z Compiling thread-id v4.2.2
5222025-11-03T11:06:57.625Z Compiling tokio-macros v2.6.0
5232025-11-03T11:06:57.721Z Compiling clap_derive v4.5.49
5242025-11-03T11:06:58.931Z Compiling rsa v0.9.8
5252025-11-03T11:06:59.230Z Compiling curve25519-dalek v4.1.3
5262025-11-03T11:06:59.630Z Compiling heapless v0.7.17
5272025-11-03T11:06:59.660Z Compiling signal-hook-registry v1.4.6
5282025-11-03T11:07:00.001Z Compiling socket2 v0.6.1
5292025-11-03T11:07:00.238Z Compiling mio v1.0.4
5302025-11-03T11:07:00.691Z Compiling is-terminal v0.4.16
5312025-11-03T11:07:00.831Z Compiling indexmap v1.9.3
5322025-11-03T11:07:00.862Z Compiling futures-io v0.3.31
5332025-11-03T11:07:01.181Z Compiling plain v0.2.3
5342025-11-03T11:07:01.343Z Compiling equivalent v1.0.2
5352025-11-03T11:07:01.459Z Compiling adler2 v2.0.1
5362025-11-03T11:07:01.537Z Compiling hashbrown v0.15.5
5372025-11-03T11:07:01.643Z Compiling nodrop v0.1.14
5382025-11-03T11:07:01.811Z Compiling array-init v0.0.4
5392025-11-03T11:07:02.139Z Compiling miniz_oxide v0.8.9
5402025-11-03T11:07:02.682Z Compiling indexmap v2.10.0
5412025-11-03T11:07:02.727Z Compiling goblin v0.8.2
5422025-11-03T11:07:03.491Z Compiling tokio v1.48.0
5432025-11-03T11:07:04.036Z Compiling clap v4.5.50
5442025-11-03T11:07:04.754Z Compiling smallvec v0.6.14
5452025-11-03T11:07:05.780Z Compiling serde_tokenstream v0.2.2
5462025-11-03T11:07:06.218Z Compiling toml_datetime v0.6.11
5472025-11-03T11:07:06.456Z Compiling serde_spanned v0.6.9
5482025-11-03T11:07:06.685Z Compiling futures-channel v0.3.31
5492025-11-03T11:07:06.893Z Compiling curve25519-dalek-derive v0.1.1
5502025-11-03T11:07:07.135Z Compiling futures-macro v0.3.31
5512025-11-03T11:07:07.188Z Compiling inout v0.1.4
5522025-11-03T11:07:07.400Z Compiling hash32 v0.2.1
5532025-11-03T11:07:07.560Z Compiling memoffset v0.9.1
5542025-11-03T11:07:07.898Z Compiling pretty-hex v0.4.1
5552025-11-03T11:07:08.008Z Compiling crossbeam-utils v0.8.21
5562025-11-03T11:07:08.033Z Compiling winnow v0.5.40
5572025-11-03T11:07:08.142Z Compiling bitfield v0.14.0
5582025-11-03T11:07:08.166Z Compiling futures-task v0.3.31
5592025-11-03T11:07:08.392Z Compiling termcolor v1.4.1
5602025-11-03T11:07:08.450Z Compiling smoltcp v0.9.1
5612025-11-03T11:07:08.478Z Compiling base64 v0.21.7
5622025-11-03T11:07:08.573Z Compiling pin-utils v0.1.0
5632025-11-03T11:07:08.677Z Compiling slab v0.4.11
5642025-11-03T11:07:08.952Z Compiling stable_deref_trait v1.2.0
5652025-11-03T11:07:09.009Z Compiling hashbrown v0.12.3
5662025-11-03T11:07:09.234Z Compiling ron v0.8.1
5672025-11-03T11:07:09.352Z Compiling futures-util v0.3.31
5682025-11-03T11:07:10.042Z Compiling env_logger v0.10.2
5692025-11-03T11:07:10.915Z Compiling toml_edit v0.19.15
5702025-11-03T11:07:11.194Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
5712025-11-03T11:07:14.633Z Compiling cipher v0.4.4
5722025-11-03T11:07:15.058Z Compiling hashbrown v0.13.2
5732025-11-03T11:07:16.726Z Compiling serde-hex v0.1.0
5742025-11-03T11:07:17.990Z Compiling flate2 v1.1.2
5752025-11-03T11:07:18.964Z Compiling bzip2 v0.4.4
5762025-11-03T11:07:19.324Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
5772025-11-03T11:07:19.612Z Compiling x509-cert v0.2.5
5782025-11-03T11:07:20.398Z Compiling hubpack_derive v0.1.1
5792025-11-03T11:07:20.772Z Compiling ssh-encoding v0.2.0
5802025-11-03T11:07:21.088Z Compiling ed25519 v2.2.3
5812025-11-03T11:07:21.553Z Compiling lzss v0.9.1
5822025-11-03T11:07:21.720Z Compiling siphasher v1.0.1
5832025-11-03T11:07:21.992Z Compiling bitflags v1.3.2
5842025-11-03T11:07:22.085Z Compiling hex v0.4.3
5852025-11-03T11:07:22.110Z Compiling managed v0.8.0
5862025-11-03T11:07:22.199Z Compiling powerfmt v0.2.0
5872025-11-03T11:07:22.474Z Compiling paste v1.0.15
5882025-11-03T11:07:22.624Z Compiling time-core v0.1.4
5892025-11-03T11:07:22.648Z Compiling crc-any v2.5.0
5902025-11-03T11:07:22.807Z Compiling portable-atomic v1.11.1
5912025-11-03T11:07:22.895Z Compiling num-conv v0.1.0
5922025-11-03T11:07:23.151Z Compiling time-macros v0.2.22
5932025-11-03T11:07:23.300Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
5942025-11-03T11:07:23.648Z Compiling deranged v0.4.0
5952025-11-03T11:07:25.277Z Compiling phf_shared v0.11.3
5962025-11-03T11:07:27.069Z Compiling ed25519-dalek v2.2.0
5972025-11-03T11:07:27.198Z Compiling ssh-cipher v0.2.0
5982025-11-03T11:07:27.438Z Compiling hubpack v0.1.2
5992025-11-03T11:07:27.741Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
6002025-11-03T11:07:27.845Z Compiling zip v0.6.6
6012025-11-03T11:07:27.970Z Compiling object v0.30.4
6022025-11-03T11:07:28.973Z Compiling futures-executor v0.3.31
6032025-11-03T11:07:29.028Z Compiling toml v0.7.8
6042025-11-03T11:07:30.073Z Compiling usdt-macro v0.5.0
6052025-11-03T11:07:31.054Z Compiling usdt-attr-macro v0.5.0
6062025-11-03T11:07:31.281Z Compiling p384 v0.13.1
6072025-11-03T11:07:31.336Z Compiling p521 v0.13.3
6082025-11-03T11:07:31.808Z Compiling p256 v0.13.2
6092025-11-03T11:07:32.187Z Compiling uuid v1.18.1
6102025-11-03T11:07:33.249Z Compiling serde-big-array v0.5.1
6112025-11-03T11:07:33.409Z Compiling rand_core v0.9.3
6122025-11-03T11:07:33.485Z Compiling serde_repr v0.1.20
6132025-11-03T11:07:33.853Z Compiling strum_macros v0.27.2
6142025-11-03T11:07:33.877Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain.git?branch=main#15f69041)
6152025-11-03T11:07:34.375Z Compiling memmap v0.7.0
6162025-11-03T11:07:34.432Z Compiling instant v0.1.13
6172025-11-03T11:07:34.538Z Compiling thread_local v1.1.9
6182025-11-03T11:07:34.592Z Compiling precomputed-hash v0.1.1
6192025-11-03T11:07:34.735Z Compiling iana-time-zone v0.1.63
6202025-11-03T11:07:34.769Z Compiling half v1.8.3
6212025-11-03T11:07:34.989Z Compiling static_assertions v1.1.0
6222025-11-03T11:07:35.093Z Compiling path-slash v0.1.5
6232025-11-03T11:07:35.307Z Compiling strum v0.27.2
6242025-11-03T11:07:35.331Z Compiling unicode-width v0.2.1
6252025-11-03T11:07:35.457Z Compiling new_debug_unreachable v1.0.6
6262025-11-03T11:07:35.515Z Compiling anyhow v1.0.100
6272025-11-03T11:07:35.557Z Compiling linked-hash-map v0.5.6
6282025-11-03T11:07:35.610Z Compiling camino v1.2.1
6292025-11-03T11:07:35.856Z Compiling slog-async v2.8.0
6302025-11-03T11:07:35.911Z Compiling void v1.0.2
6312025-11-03T11:07:36.178Z Compiling lru-cache v0.1.2
6322025-11-03T11:07:36.354Z Compiling console v0.16.0
6332025-11-03T11:07:36.378Z Compiling time v0.3.41
6342025-11-03T11:07:36.404Z Compiling string_cache v0.8.9
6352025-11-03T11:07:36.455Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
6362025-11-03T11:07:36.920Z Compiling serde_cbor v0.11.2
6372025-11-03T11:07:37.353Z Compiling gateway-messages v0.1.0 (/work/oxidecomputer/management-gateway-service/gateway-messages)
6382025-11-03T11:07:37.617Z Compiling chrono v0.4.41
6392025-11-03T11:07:37.698Z Compiling usdt v0.5.0
6402025-11-03T11:07:38.585Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain.git?branch=main#15f69041)
6412025-11-03T11:07:38.790Z Compiling backoff v0.4.0
6422025-11-03T11:07:38.816Z Compiling rand_chacha v0.9.0
6432025-11-03T11:07:38.851Z Compiling ssh-key v0.6.7
6442025-11-03T11:07:39.093Z Compiling crossbeam-channel v0.5.15
6452025-11-03T11:07:39.955Z Compiling futures v0.3.31
6462025-11-03T11:07:40.064Z Compiling nix v0.27.1
6472025-11-03T11:07:42.144Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
6482025-11-03T11:07:42.437Z Compiling gateway-ereport-messages v0.1.0 (/work/oxidecomputer/management-gateway-service/gateway-ereport-messages)
6492025-11-03T11:07:42.500Z Compiling async-trait v0.1.89
6502025-11-03T11:07:42.799Z Compiling serde_bytes v0.11.19
6512025-11-03T11:07:43.236Z Compiling fxhash v0.2.1
6522025-11-03T11:07:43.445Z Compiling unit-prefix v0.5.1
6532025-11-03T11:07:43.515Z Compiling take_mut v0.2.2
6542025-11-03T11:07:43.684Z Compiling term v1.1.0
6552025-11-03T11:07:43.708Z Compiling base64 v0.22.1
6562025-11-03T11:07:44.169Z Compiling gateway-sp-comms v0.1.1 (/work/oxidecomputer/management-gateway-service/gateway-sp-comms)
6572025-11-03T11:07:44.405Z Compiling slog-term v2.9.2
6582025-11-03T11:07:44.563Z Compiling indicatif v0.18.1
6592025-11-03T11:07:45.251Zwarning: use of deprecated associated function `lzss::Lzss::<EI, EJ, C, N, N2>::decompress`: renamed to decompress_stack
6602025-11-03T11:07:45.251Z --> gateway-sp-comms/src/single_sp.rs:1359:35
6612025-11-03T11:07:45.251Z |
6622025-11-03T11:07:45.251Z1359 | DumpLzss::decompress(
6632025-11-03T11:07:45.251Z | ^^^^^^^^^^
6642025-11-03T11:07:45.251Z |
6652025-11-03T11:07:45.251Z = note: `#[warn(deprecated)]` on by default
6662025-11-03T11:07:45.251Z
6672025-11-03T11:07:46.320Z Compiling ssh-agent-client-rs v0.9.1
6682025-11-03T11:07:46.633Z Compiling rand v0.9.2
6692025-11-03T11:07:48.031Z Compiling tokio-stream v0.1.17
6702025-11-03T11:07:48.466Z Compiling tokio-util v0.7.16
6712025-11-03T11:07:48.914Z Compiling parse_int v0.6.0
6722025-11-03T11:07:49.029Z Compiling termios v0.3.3
6732025-11-03T11:07:49.074Z Compiling humantime v2.3.0
6742025-11-03T11:07:49.295Z Compiling glob v0.3.3
6752025-11-03T11:07:55.020Zwarning: `gateway-sp-comms` (lib) generated 1 warning
6762025-11-03T11:07:55.044Z Compiling faux-mgs v0.1.1 (/work/oxidecomputer/management-gateway-service/faux-mgs)
6772025-11-03T11:08:08.768Z Finished `release` profile [optimized] target(s) in 1m 34s
6782025-11-03T11:08:08.958Z
6792025-11-03T11:08:08.982Zreal 1:35.187686334
6802025-11-03T11:08:08.982Zuser 9:59.626868996
6812025-11-03T11:08:08.982Zsys 58.871415143
6822025-11-03T11:08:08.982Ztrap 0.310672565
6832025-11-03T11:08:08.983Ztflt 0.480723188
6842025-11-03T11:08:08.983Zdflt 0.350917861
6852025-11-03T11:08:08.983Zkflt 0.002559623
6862025-11-03T11:08:08.983Zlock 28:41.123793340
6872025-11-03T11:08:08.983Zslp 35:01.541954548
6882025-11-03T11:08:08.983Zlat 51.264463779
6892025-11-03T11:08:08.983Zstop 1:08.954027830
6902025-11-03T11:08:08.983Z+ banner omicron-zone-package
6912025-11-03T11:08:08.983Z
6922025-11-03T11:08:08.983Z #### # # # #### ##### #### # # ###### ####
6932025-11-03T11:08:08.983Z # # ## ## # # # # # # # ## # # # #
6942025-11-03T11:08:08.983Z # # # ## # # # # # # # # # # ##### # # #
6952025-11-03T11:08:08.983Z # # # # # # ##### # # # # # # # #
6962025-11-03T11:08:08.983Z # # # # # # # # # # # # ## # # #
6972025-11-03T11:08:08.983Z #### # # # #### # # #### # # ###### ####
6982025-11-03T11:08:08.983Z
6992025-11-03T11:08:08.983Z+ cargo xtask zone-package target/out/
7002025-11-03T11:08:09.171Z Downloading crates ...
7012025-11-03T11:08:09.278Z Downloaded try-lock v0.2.5
7022025-11-03T11:08:09.304Z Downloaded tinystr v0.8.1
7032025-11-03T11:08:09.304Z Downloaded filetime v0.2.25
7042025-11-03T11:08:09.304Z Downloaded quinn-udp v0.5.13
7052025-11-03T11:08:09.304Z Downloaded icu_properties v2.0.1
7062025-11-03T11:08:09.304Z Downloaded icu_provider v2.0.0
7072025-11-03T11:08:09.304Z Downloaded ipnet v2.11.0
7082025-11-03T11:08:09.304Z Downloaded fnv v1.0.7
7092025-11-03T11:08:09.304Z Downloaded crossbeam-deque v0.8.6
7102025-11-03T11:08:09.304Z Downloaded idna_adapter v1.2.1
7112025-11-03T11:08:09.330Z Downloaded want v0.3.1
7122025-11-03T11:08:09.330Z Downloaded zerofrom-derive v0.1.6
7132025-11-03T11:08:09.330Z Downloaded zerofrom v0.1.6
7142025-11-03T11:08:09.330Z Downloaded zerovec-derive v0.11.1
7152025-11-03T11:08:09.330Z Downloaded writeable v0.6.1
7162025-11-03T11:08:09.330Z Downloaded xattr v1.5.1
7172025-11-03T11:08:09.330Z Downloaded http v1.3.1
7182025-11-03T11:08:09.330Z Downloaded utf8_iter v1.0.4
7192025-11-03T11:08:09.330Z Downloaded icu_locale_core v2.0.0
7202025-11-03T11:08:09.355Z Downloaded yoke v0.8.0
7212025-11-03T11:08:09.355Z Downloaded tracing-core v0.1.34
7222025-11-03T11:08:09.355Z Downloaded tracing v0.1.41
7232025-11-03T11:08:09.355Z Downloaded zerotrie v0.2.2
7242025-11-03T11:08:09.355Z Downloaded zerovec v0.11.4
7252025-11-03T11:08:09.380Z Downloaded hyper v1.6.0
7262025-11-03T11:08:09.380Z Downloaded tower v0.5.2
7272025-11-03T11:08:09.380Z Downloaded quinn-proto v0.11.12
7282025-11-03T11:08:09.404Z Downloaded iri-string v0.7.8
7292025-11-03T11:08:09.404Z Downloaded reqwest v0.12.23
7302025-11-03T11:08:09.404Z Downloaded icu_properties_data v2.0.1
7312025-11-03T11:08:09.429Z Downloaded url v2.5.4
7322025-11-03T11:08:09.429Z Downloaded webpki-roots v1.0.2
7332025-11-03T11:08:09.429Z Downloaded tower-http v0.6.6
7342025-11-03T11:08:09.429Z Downloaded tar v0.4.44
7352025-11-03T11:08:09.453Z Downloaded quinn v0.11.8
7362025-11-03T11:08:09.453Z Downloaded rustls-pki-types v1.12.0
7372025-11-03T11:08:09.453Z Downloaded omicron-zone-package v0.12.2
7382025-11-03T11:08:09.453Z Downloaded rustls v0.23.31
7392025-11-03T11:08:09.478Z Downloaded icu_normalizer v2.0.0
7402025-11-03T11:08:09.478Z Downloaded hyper-util v0.1.16
7412025-11-03T11:08:09.478Z Downloaded rustls-webpki v0.103.4
7422025-11-03T11:08:09.478Z Downloaded memmap2 v0.9.7
7432025-11-03T11:08:09.478Z Downloaded litemap v0.8.0
7442025-11-03T11:08:09.478Z Downloaded idna v1.0.3
7452025-11-03T11:08:09.478Z Downloaded tokio-rustls v0.26.2
7462025-11-03T11:08:09.502Z Downloaded rustc-hash v2.1.1
7472025-11-03T11:08:09.502Z Downloaded rayon-core v1.12.1
7482025-11-03T11:08:09.502Z Downloaded untrusted v0.9.0
7492025-11-03T11:08:09.502Z Downloaded topological-sort v0.2.2
7502025-11-03T11:08:09.502Z Downloaded tinyvec v1.9.0
7512025-11-03T11:08:09.502Z Downloaded synstructure v0.13.2
7522025-11-03T11:08:09.502Z Downloaded socket2 v0.5.10
7532025-11-03T11:08:09.502Z Downloaded crossbeam-epoch v0.9.18
7542025-11-03T11:08:09.502Z Downloaded tower-layer v0.3.3
7552025-11-03T11:08:09.502Z Downloaded icu_collections v2.0.0
7562025-11-03T11:08:09.526Z Downloaded walkdir v2.5.0
7572025-11-03T11:08:09.527Z Downloaded lru-slab v0.1.2
7582025-11-03T11:08:09.527Z Downloaded tinyvec_macros v0.1.1
7592025-11-03T11:08:09.527Z Downloaded tempfile v3.20.0
7602025-11-03T11:08:09.527Z Downloaded icu_normalizer_data v2.0.0
7612025-11-03T11:08:09.527Z Downloaded fastrand v2.3.0
7622025-11-03T11:08:09.527Z Downloaded yoke-derive v0.8.0
7632025-11-03T11:08:09.527Z Downloaded tower-service v0.3.3
7642025-11-03T11:08:09.527Z Downloaded same-file v1.0.6
7652025-11-03T11:08:09.527Z Downloaded potential_utf v0.1.2
7662025-11-03T11:08:09.527Z Downloaded percent-encoding v2.3.1
7672025-11-03T11:08:09.527Z Downloaded http-body-util v0.1.3
7682025-11-03T11:08:09.527Z Downloaded blake3 v1.8.2
7692025-11-03T11:08:09.551Z Downloaded sync_wrapper v1.0.2
7702025-11-03T11:08:09.551Z Downloaded serde_urlencoded v0.7.1
7712025-11-03T11:08:09.551Z Downloaded httparse v1.10.1
7722025-11-03T11:08:09.551Z Downloaded http-body v1.0.1
7732025-11-03T11:08:09.551Z Downloaded form_urlencoded v1.2.1
7742025-11-03T11:08:09.551Z Downloaded constant_time_eq v0.3.1
7752025-11-03T11:08:09.551Z Downloaded arrayref v0.3.9
7762025-11-03T11:08:09.551Z Downloaded hyper-rustls v0.27.7
7772025-11-03T11:08:09.551Z Downloaded cfg_aliases v0.2.1
7782025-11-03T11:08:09.551Z Downloaded displaydoc v0.2.5
7792025-11-03T11:08:09.552Z Downloaded camino-tempfile v1.4.1
7802025-11-03T11:08:09.552Z Downloaded arrayvec v0.7.6
7812025-11-03T11:08:09.576Z Downloaded ring v0.17.14
7822025-11-03T11:08:09.642Z Compiling proc-macro2 v1.0.97
7832025-11-03T11:08:09.642Z Compiling unicode-ident v1.0.18
7842025-11-03T11:08:09.667Z Compiling libc v0.2.175
7852025-11-03T11:08:09.667Z Compiling cfg-if v1.0.1
7862025-11-03T11:08:09.667Z Compiling autocfg v1.5.0
7872025-11-03T11:08:09.667Z Compiling smallvec v1.15.1
7882025-11-03T11:08:09.667Z Compiling stable_deref_trait v1.2.0
7892025-11-03T11:08:09.667Z Compiling pin-project-lite v0.2.16
7902025-11-03T11:08:09.758Z Compiling serde_core v1.0.228
7912025-11-03T11:08:09.806Z Compiling futures-core v0.3.31
7922025-11-03T11:08:09.830Z Compiling shlex v1.3.0
7932025-11-03T11:08:09.854Z Compiling bytes v1.10.1
7942025-11-03T11:08:10.030Z Compiling cc v1.2.32
7952025-11-03T11:08:10.055Z Compiling parking_lot_core v0.9.11
7962025-11-03T11:08:10.103Z Compiling scopeguard v1.2.0
7972025-11-03T11:08:10.243Z Compiling futures-sink v0.3.31
7982025-11-03T11:08:10.324Z Compiling lock_api v0.4.13
7992025-11-03T11:08:10.392Z Compiling memchr v2.7.5
8002025-11-03T11:08:10.441Z Compiling itoa v1.0.15
8012025-11-03T11:08:10.640Z Compiling futures-channel v0.3.31
8022025-11-03T11:08:10.985Z Compiling mio v1.0.4
8032025-11-03T11:08:11.035Z Compiling socket2 v0.6.1
8042025-11-03T11:08:11.144Z Compiling quote v1.0.40
8052025-11-03T11:08:11.371Z Compiling parking_lot v0.12.4
8062025-11-03T11:08:11.490Z Compiling syn v2.0.104
8072025-11-03T11:08:11.634Z Compiling signal-hook-registry v1.4.6
8082025-11-03T11:08:11.658Z Compiling futures-io v0.3.31
8092025-11-03T11:08:11.914Z Compiling slab v0.4.11
8102025-11-03T11:08:11.960Z Compiling serde v1.0.228
8112025-11-03T11:08:12.054Z Compiling futures-task v0.3.31
8122025-11-03T11:08:12.193Z Compiling pin-utils v0.1.0
8132025-11-03T11:08:12.217Z Compiling once_cell v1.21.3
8142025-11-03T11:08:12.282Z Compiling litemap v0.8.0
8152025-11-03T11:08:12.314Z Compiling fnv v1.0.7
8162025-11-03T11:08:12.380Z Compiling ring v0.17.14
8172025-11-03T11:08:12.404Z Compiling writeable v0.6.1
8182025-11-03T11:08:12.444Z Compiling http v1.3.1
8192025-11-03T11:08:12.488Z Compiling typenum v1.18.0
8202025-11-03T11:08:12.553Z Compiling icu_properties_data v2.0.1
8212025-11-03T11:08:12.648Z Compiling version_check v0.9.5
8222025-11-03T11:08:12.859Z Compiling icu_normalizer_data v2.0.0
8232025-11-03T11:08:12.936Z Compiling zeroize v1.8.1
8242025-11-03T11:08:13.073Z Compiling getrandom v0.2.16
8252025-11-03T11:08:13.133Z Compiling generic-array v0.14.7
8262025-11-03T11:08:13.213Z Compiling rustls-pki-types v1.12.0
8272025-11-03T11:08:13.237Z Compiling untrusted v0.9.0
8282025-11-03T11:08:13.307Z Compiling percent-encoding v2.3.1
8292025-11-03T11:08:13.401Z Compiling crossbeam-utils v0.8.21
8302025-11-03T11:08:13.458Z Compiling httparse v1.10.1
8312025-11-03T11:08:13.672Z Compiling http-body v1.0.1
8322025-11-03T11:08:14.076Z Compiling tower-service v0.3.3
8332025-11-03T11:08:14.100Z Compiling rustls v0.23.31
8342025-11-03T11:08:14.124Z Compiling try-lock v0.2.5
8352025-11-03T11:08:14.160Z Compiling bitflags v2.9.4
8362025-11-03T11:08:14.269Z Compiling want v0.3.1
8372025-11-03T11:08:14.398Z Compiling tracing-core v0.1.34
8382025-11-03T11:08:14.531Z Compiling rayon-core v1.12.1
8392025-11-03T11:08:14.556Z Compiling getrandom v0.3.3
8402025-11-03T11:08:14.743Z Compiling rustix v1.0.8
8412025-11-03T11:08:14.904Z Compiling subtle v2.6.1
8422025-11-03T11:08:15.067Z Compiling tracing v0.1.41
8432025-11-03T11:08:15.146Z Compiling crossbeam-epoch v0.9.18
8442025-11-03T11:08:15.417Z Compiling form_urlencoded v1.2.1
8452025-11-03T11:08:15.441Z Compiling errno v0.3.13
8462025-11-03T11:08:15.441Z Compiling num-traits v0.2.19
8472025-11-03T11:08:15.575Z Compiling sync_wrapper v1.0.2
8482025-11-03T11:08:15.655Z Compiling equivalent v1.0.2
8492025-11-03T11:08:15.712Z Compiling tower-layer v0.3.3
8502025-11-03T11:08:15.736Z Compiling utf8parse v0.2.2
8512025-11-03T11:08:15.761Z Compiling ryu v1.0.20
8522025-11-03T11:08:15.785Z Compiling hashbrown v0.15.5
8532025-11-03T11:08:15.785Z Compiling base64 v0.22.1
8542025-11-03T11:08:15.875Z Compiling crc32fast v1.5.0
8552025-11-03T11:08:15.899Z Compiling utf8_iter v1.0.4
8562025-11-03T11:08:15.962Z Compiling camino v1.2.1
8572025-11-03T11:08:16.057Z Compiling ipnet v2.11.0
8582025-11-03T11:08:16.099Z Compiling anstyle-parse v0.2.7
8592025-11-03T11:08:16.344Z Compiling crypto-common v0.1.6
8602025-11-03T11:08:16.369Z Compiling block-buffer v0.10.4
8612025-11-03T11:08:16.534Z Compiling crossbeam-deque v0.8.6
8622025-11-03T11:08:16.644Z Compiling indexmap v2.10.0
8632025-11-03T11:08:16.750Z Compiling webpki-roots v1.0.2
8642025-11-03T11:08:16.819Z Compiling blake3 v1.8.2
8652025-11-03T11:08:16.877Z Compiling semver v1.0.26
8662025-11-03T11:08:16.996Z Compiling thiserror v1.0.69
8672025-11-03T11:08:17.087Z Compiling is_terminal_polyfill v1.70.1
8682025-11-03T11:08:17.212Z Compiling fastrand v2.3.0
8692025-11-03T11:08:17.314Z Compiling colorchoice v1.0.4
8702025-11-03T11:08:17.374Z Compiling winnow v0.5.40
8712025-11-03T11:08:17.474Z Compiling adler2 v2.0.1
8722025-11-03T11:08:17.498Z Compiling anstyle v1.0.11
8732025-11-03T11:08:17.672Z Compiling synstructure v0.13.2
8742025-11-03T11:08:17.696Z Compiling rustls-webpki v0.103.4
8752025-11-03T11:08:17.853Z Compiling serde_json v1.0.145
8762025-11-03T11:08:17.878Z Compiling slog v2.7.0
8772025-11-03T11:08:18.166Z Compiling anstyle-query v1.1.4
8782025-11-03T11:08:18.281Z Compiling anyhow v1.0.100
8792025-11-03T11:08:18.312Z Compiling iri-string v0.7.8
8802025-11-03T11:08:18.429Z Compiling anstream v0.6.20
8812025-11-03T11:08:18.988Z Compiling tempfile v3.20.0
8822025-11-03T11:08:19.105Z Compiling miniz_oxide v0.8.9
8832025-11-03T11:08:19.834Z Compiling digest v0.10.7
8842025-11-03T11:08:20.378Z Compiling http-body-util v0.1.3
8852025-11-03T11:08:20.444Z Compiling filetime v0.2.25
8862025-11-03T11:08:20.555Z Compiling zerofrom-derive v0.1.6
8872025-11-03T11:08:20.712Z Compiling yoke-derive v0.8.0
8882025-11-03T11:08:20.760Z Compiling zerovec-derive v0.11.1
8892025-11-03T11:08:20.917Z Compiling displaydoc v0.2.5
8902025-11-03T11:08:21.038Z Compiling futures-macro v0.3.31
8912025-11-03T11:08:21.084Z Compiling tokio-macros v2.6.0
8922025-11-03T11:08:21.557Z Compiling serde_derive v1.0.228
8932025-11-03T11:08:22.127Z Compiling thiserror-impl v1.0.69
8942025-11-03T11:08:22.367Z Compiling tokio v1.48.0
8952025-11-03T11:08:22.423Z Compiling futures-util v0.3.31
8962025-11-03T11:08:22.645Z Compiling memmap2 v0.9.7
8972025-11-03T11:08:22.674Z Compiling log v0.4.27
8982025-11-03T11:08:22.983Z Compiling strsim v0.11.1
8992025-11-03T11:08:23.009Z Compiling cpufeatures v0.2.17
9002025-11-03T11:08:23.034Z Compiling zerofrom v0.1.6
9012025-11-03T11:08:23.104Z Compiling same-file v1.0.6
9022025-11-03T11:08:23.209Z Compiling yoke v0.8.0
9032025-11-03T11:08:23.352Z Compiling arrayvec v0.7.6
9042025-11-03T11:08:23.524Z Compiling zerovec v0.11.4
9052025-11-03T11:08:23.659Z Compiling zerotrie v0.2.2
9062025-11-03T11:08:23.706Z Compiling xattr v1.5.1
9072025-11-03T11:08:23.954Z Compiling arrayref v0.3.9
9082025-11-03T11:08:24.045Z Compiling constant_time_eq v0.3.1
9092025-11-03T11:08:24.138Z Compiling clap_lex v0.7.5
9102025-11-03T11:08:24.180Z Compiling heck v0.5.0
9112025-11-03T11:08:24.204Z Compiling iana-time-zone v0.1.63
9122025-11-03T11:08:24.527Z Compiling clap_derive v4.5.49
9132025-11-03T11:08:24.551Z Compiling clap_builder v4.5.50
9142025-11-03T11:08:24.576Z Compiling chrono v0.4.41
9152025-11-03T11:08:25.131Z Compiling tinystr v0.8.1
9162025-11-03T11:08:25.471Z Compiling icu_locale_core v2.0.0
9172025-11-03T11:08:26.844Z Compiling potential_utf v0.1.2
9182025-11-03T11:08:27.111Z Compiling icu_collections v2.0.0
9192025-11-03T11:08:27.280Z Compiling icu_provider v2.0.0
9202025-11-03T11:08:27.386Z Compiling futures-executor v0.3.31
9212025-11-03T11:08:27.707Z Compiling icu_properties v2.0.1
9222025-11-03T11:08:27.770Z Compiling icu_normalizer v2.0.0
9232025-11-03T11:08:27.843Z Compiling toml_datetime v0.6.11
9242025-11-03T11:08:27.890Z Compiling serde_spanned v0.6.9
9252025-11-03T11:08:28.086Z Compiling serde_urlencoded v0.7.1
9262025-11-03T11:08:28.136Z Compiling futures v0.3.31
9272025-11-03T11:08:28.261Z Compiling toml_edit v0.19.15
9282025-11-03T11:08:28.975Z Compiling tar v0.4.44
9292025-11-03T11:08:29.068Z Compiling walkdir v2.5.0
9302025-11-03T11:08:29.408Z Compiling hyper v1.6.0
9312025-11-03T11:08:29.586Z Compiling idna_adapter v1.2.1
9322025-11-03T11:08:29.676Z Compiling tokio-rustls v0.26.2
9332025-11-03T11:08:29.801Z Compiling idna v1.0.3
9342025-11-03T11:08:30.065Z Compiling tower v0.5.2
9352025-11-03T11:08:30.195Z Compiling tokio-util v0.7.16
9362025-11-03T11:08:30.895Z Compiling hyper-util v0.1.16
9372025-11-03T11:08:30.919Z Compiling tower-http v0.6.6
9382025-11-03T11:08:31.191Z Compiling url v2.5.4
9392025-11-03T11:08:31.240Z Compiling toml v0.7.8
9402025-11-03T11:08:31.645Z Compiling sha2 v0.10.9
9412025-11-03T11:08:31.670Z Compiling camino-tempfile v1.4.1
9422025-11-03T11:08:31.798Z Compiling async-trait v0.1.89
9432025-11-03T11:08:32.092Z Compiling flate2 v1.1.2
9442025-11-03T11:08:32.573Z Compiling hyper-rustls v0.27.7
9452025-11-03T11:08:33.066Z Compiling reqwest v0.12.23
9462025-11-03T11:08:33.091Z Compiling topological-sort v0.2.2
9472025-11-03T11:08:33.264Z Compiling hex v0.4.3
9482025-11-03T11:08:33.400Z Compiling clap v4.5.50
9492025-11-03T11:08:34.828Z Compiling omicron-zone-package v0.12.2
9502025-11-03T11:08:37.956Z Compiling xtask v0.1.0 (/work/oxidecomputer/management-gateway-service/xtask)
9512025-11-03T11:08:46.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s
9522025-11-03T11:08:46.351Z Running `target/debug/xtask zone-package target/out/`
9532025-11-03T11:08:50.533Z+ banner output
9542025-11-03T11:08:50.558Z
9552025-11-03T11:08:50.558Z #### # # ##### ##### # # #####
9562025-11-03T11:08:50.558Z # # # # # # # # # #
9572025-11-03T11:08:50.558Z # # # # # # # # # #
9582025-11-03T11:08:50.558Z # # # # # ##### # # #
9592025-11-03T11:08:50.558Z # # # # # # # # #
9602025-11-03T11:08:50.558Z #### #### # # #### #
9612025-11-03T11:08:50.558Z
9622025-11-03T11:08:50.558Z+ mv target/release/faux-mgs /out/faux-mgs
9632025-11-03T11:08:50.583Z+ digest -a sha256 /out/faux-mgs
9642025-11-03T11:08:50.607Z+ gzip /out/faux-mgs
9652025-11-03T11:08:51.681Z+ digest -a sha256 /out/faux-mgs.gz
9662025-11-03T11:08:51.706Z+ mv target/out/omicron-faux-mgs.tar.gz /out/omicron-faux-mgs.tar.gz
9672025-11-03T11:08:51.730Z+ digest -a sha256 /out/omicron-faux-mgs.tar.gz
9682025-11-03T11:08:51.730Zprocess exited: duration 155133 ms, exit code 0
 
9692025-11-03T11:08:51.810Zfound 5 output files
9702025-11-03T11:08:51.810Zuploading: /out/faux-mgs.gz (8503886 bytes)
9712025-11-03T11:08:53.364Zuploaded: /out/faux-mgs.gz
9722025-11-03T11:08:53.364Zuploading: /out/faux-mgs.sha256.txt (65 bytes)
9732025-11-03T11:08:54.464Zuploaded: /out/faux-mgs.sha256.txt
9742025-11-03T11:08:54.464Zuploading: /out/faux-mgs.gz.sha256.txt (65 bytes)
9752025-11-03T11:08:55.558Zuploaded: /out/faux-mgs.gz.sha256.txt
9762025-11-03T11:08:55.584Zuploading: /out/omicron-faux-mgs.tar.gz (10636931 bytes)
9772025-11-03T11:08:57.183Zuploaded: /out/omicron-faux-mgs.tar.gz
9782025-11-03T11:08:57.183Zuploading: /out/omicron-faux-mgs.tar.gz.sha256.txt (65 bytes)
9792025-11-03T11:08:58.278Zuploaded: /out/omicron-faux-mgs.tar.gz.sha256.txt