01JA9N460ZHZZA3YCW82WGSPXS: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JA9N54BFV87F92J1H7G5RQEH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-16T03:16:43.459Zjob assigned to worker 01JA9N6C2DKRVH9TSJERTFHB3Q (queued for 1 m 28 s)
 
22024-10-16T03:16:51.297Zstarting task 0: "setup"
32024-10-16T03:16:51.309Z++ uname -s
42024-10-16T03:16:51.314Z+ kern=SunOS
52024-10-16T03:16:51.314Z+ case "$kern" in
62024-10-16T03:16:51.314Z+ groupadd -g 12345 build
72024-10-16T03:16:51.314Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-16T03:16:53.328Z+ zfs create -o mountpoint=/work rpool/work
92024-10-16T03:16:53.412Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-16T03:16:53.415Z+ home_fs=zfs
112024-10-16T03:16:53.415Z+ [[ zfs == autofs ]]
122024-10-16T03:16:53.416Z+ mkdir -p /home/build
132024-10-16T03:16:53.418Z+ chown build:build /home/build /work
142024-10-16T03:16:55.432Z+ chmod 0700 /home/build /work
152024-10-16T03:16:55.449Zprocess exited: duration 4126 ms, exit code 0
 
162024-10-16T03:16:55.481Zstarting task 1: "rust-toolchain"
172024-10-16T03:16:55.498Z+ printf ' * toolchain channel = "%s"
182024-10-16T03:16:55.498Z * toolchain channel = "1.80.1"
192024-10-16T03:16:55.498Z' 1.80.1
202024-10-16T03:16:55.499Z+ printf ' * toolchain profile = "%s"
212024-10-16T03:16:55.499Z' default
222024-10-16T03:16:55.499Z * toolchain profile = "default"
232024-10-16T03:16:55.499Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-16T03:16:55.499Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-16T03:16:55.566Zinfo: downloading installer
262024-10-16T03:16:56.681Zinfo: profile set to 'default'
272024-10-16T03:16:56.681Zinfo: default host triple is x86_64-unknown-illumos
282024-10-16T03:16:56.684Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-16T03:16:56.815Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-16T03:16:56.815Zinfo: downloading component 'cargo'
312024-10-16T03:16:57.464Zinfo: downloading component 'clippy'
322024-10-16T03:16:57.693Zinfo: downloading component 'rust-docs'
332024-10-16T03:16:58.666Zinfo: downloading component 'rust-std'
342024-10-16T03:16:59.942Zinfo: downloading component 'rustc'
352024-10-16T03:17:03.370Zinfo: downloading component 'rustfmt'
362024-10-16T03:17:03.556Zinfo: installing component 'cargo'
372024-10-16T03:17:04.439Zinfo: installing component 'clippy'
382024-10-16T03:17:04.845Zinfo: installing component 'rust-docs'
392024-10-16T03:17:06.507Zinfo: installing component 'rust-std'
402024-10-16T03:17:08.331Zinfo: installing component 'rustc'
412024-10-16T03:17:12.645Zinfo: installing component 'rustfmt'
422024-10-16T03:17:12.981Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-16T03:17:12.981Z
442024-10-16T03:17:13.262Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-16T03:17:13.262Z
462024-10-16T03:17:13.286Z
472024-10-16T03:17:13.286ZRust is installed now. Great!
482024-10-16T03:17:13.286Z
492024-10-16T03:17:13.286ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-16T03:17:13.287Zenvironment variable. This has not been done automatically.
512024-10-16T03:17:13.287Z
522024-10-16T03:17:13.287ZTo configure your current shell, you need to source
532024-10-16T03:17:13.287Zthe corresponding env file under $HOME/.cargo.
542024-10-16T03:17:13.287Z
552024-10-16T03:17:13.287ZThis is usually done by running one of the following (note the leading DOT):
562024-10-16T03:17:13.287Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-16T03:17:13.287Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-16T03:17:13.379Z+ rustc --version
592024-10-16T03:17:13.392Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-16T03:17:13.392Zprocess exited: duration 17891 ms, exit code 0
 
612024-10-16T03:17:13.445Zstarting task 2: "authentication"
622024-10-16T03:17:13.502ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-10-16T03:17:17.490Zprocess exited: duration 4064 ms, exit code 0
 
642024-10-16T03:17:17.497Zstarting task 3: "clone repository"
652024-10-16T03:17:17.503Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-16T03:17:17.506Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-16T03:17:17.605ZCloning into '/work/oxidecomputer/omicron'...
682024-10-16T03:17:24.932Z+ cd /work/oxidecomputer/omicron
692024-10-16T03:17:24.932Z+ git fetch origin 348037f6cea4431eca3da96916deff17b7d0cfc5
702024-10-16T03:17:25.220ZFrom https://github.com/oxidecomputer/omicron
712024-10-16T03:17:25.220Z * branch 348037f6cea4431eca3da96916deff17b7d0cfc5 -> FETCH_HEAD
722024-10-16T03:17:25.230Z+ [[ -n '' ]]
732024-10-16T03:17:25.230Z+ git reset --hard 348037f6cea4431eca3da96916deff17b7d0cfc5
742024-10-16T03:17:25.394ZHEAD is now at 348037f6c Update Rust crate secrecy to 0.10.3
752024-10-16T03:17:25.397Zprocess exited: duration 7896 ms, exit code 0
 
762024-10-16T03:17:25.405Zstarting task 4: "build"
772024-10-16T03:17:25.409Z+ source .github/buildomat/ci-env.sh
782024-10-16T03:17:25.409Z++ export CARGO_TERM_COLOR=always
792024-10-16T03:17:25.409Z++ CARGO_TERM_COLOR=always
802024-10-16T03:17:25.409Z+ cargo --version
812024-10-16T03:17:25.464Zcargo 1.80.1 (376290515 2024-07-16)
822024-10-16T03:17:25.467Z+ rustc --version
832024-10-16T03:17:25.524Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
842024-10-16T03:17:25.538Z+ cargo tree --locked
852024-10-16T03:17:25.773Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
862024-10-16T03:17:26.088Z Updating crates.io index
872024-10-16T03:17:26.099Z Updating git repository `https://github.com/oxidecomputer/maghemite`
882024-10-16T03:17:26.938Z Updating git repository `https://github.com/oxidecomputer/oxnet`
892024-10-16T03:17:27.160Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
902024-10-16T03:17:27.446Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
912024-10-16T03:17:27.736Z Updating git repository `https://github.com/oxidecomputer/propolis`
922024-10-16T03:17:28.496Z Updating git repository `https://github.com/oxidecomputer/crucible`
932024-10-16T03:17:30.715Z Updating git repository `https://github.com/oxidecomputer/opte`
942024-10-16T03:17:31.699Z Updating git repository `https://github.com/oxidecomputer/falcon`
952024-10-16T03:17:32.522Z Updating git repository `https://github.com/oxidecomputer/clickward`
962024-10-16T03:17:32.839Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
972024-10-16T03:17:33.260Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
982024-10-16T03:17:33.846Z Updating git repository `https://github.com/oxidecomputer/libipcc`
992024-10-16T03:17:34.412Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1002024-10-16T03:17:34.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
1012024-10-16T03:17:35.022Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1022024-10-16T03:17:35.287Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1032024-10-16T03:17:35.557Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1042024-10-16T03:17:35.966Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1052024-10-16T03:17:36.226Z Updating git repository `https://github.com/oxidecomputer/ispf`
1062024-10-16T03:17:36.571Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1072024-10-16T03:17:36.823Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1082024-10-16T03:17:37.292Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1092024-10-16T03:17:37.582Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102024-10-16T03:17:37.993Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1112024-10-16T03:17:38.399Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1122024-10-16T03:17:38.714Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1132024-10-16T03:17:38.948Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1142024-10-16T03:17:40.341Z Downloading crates ...
1152024-10-16T03:17:40.460Z Downloaded adler2 v2.0.0
1162024-10-16T03:17:40.470Z Downloaded aead v0.5.2
1172024-10-16T03:17:40.470Z Downloaded aes v0.8.4
1182024-10-16T03:17:40.471Z Downloaded cfg_aliases v0.1.1
1192024-10-16T03:17:40.471Z Downloaded atty v0.2.14
1202024-10-16T03:17:40.471Z Downloaded fd-lock v4.0.2
1212024-10-16T03:17:40.471Z Downloaded atomicwrites v0.4.4
1222024-10-16T03:17:40.471Z Downloaded fixedbitset v0.4.2
1232024-10-16T03:17:40.471Z Downloaded bitflags v1.3.2
1242024-10-16T03:17:40.489Z Downloaded cexpr v0.6.0
1252024-10-16T03:17:40.490Z Downloaded heck v0.5.0
1262024-10-16T03:17:40.490Z Downloaded generic-array v0.14.7
1272024-10-16T03:17:40.490Z Downloaded bcrypt-pbkdf v0.10.0
1282024-10-16T03:17:40.490Z Downloaded blowfish v0.9.1
1292024-10-16T03:17:40.490Z Downloaded bitfield v0.14.0
1302024-10-16T03:17:40.515Z Downloaded bit-set v0.5.3
1312024-10-16T03:17:40.516Z Downloaded foreign-types v0.5.0
1322024-10-16T03:17:40.516Z Downloaded assert-json-diff v2.0.2
1332024-10-16T03:17:40.516Z Downloaded bzip2 v0.4.4
1342024-10-16T03:17:40.516Z Downloaded base64ct v1.6.0
1352024-10-16T03:17:40.516Z Downloaded http-range v0.1.5
1362024-10-16T03:17:40.516Z Downloaded fallible-streaming-iterator v0.1.9
1372024-10-16T03:17:40.516Z Downloaded httpdate v1.0.3
1382024-10-16T03:17:40.516Z Downloaded hash32 v0.3.1
1392024-10-16T03:17:40.517Z Downloaded hex-literal v0.4.1
1402024-10-16T03:17:40.546Z Downloaded ciborium v0.2.2
1412024-10-16T03:17:40.546Z Downloaded chacha20 v0.9.1
1422024-10-16T03:17:40.546Z Downloaded httptest v0.16.1
1432024-10-16T03:17:40.547Z Downloaded http-body v1.0.1
1442024-10-16T03:17:40.547Z Downloaded async-bb8-diesel v0.2.1
1452024-10-16T03:17:40.547Z Downloaded fastrand v2.1.1
1462024-10-16T03:17:40.547Z Downloaded cargo_metadata v0.18.1
1472024-10-16T03:17:40.547Z Downloaded futures-channel v0.3.31
1482024-10-16T03:17:40.547Z Downloaded cassowary v0.3.0
1492024-10-16T03:17:40.547Z Downloaded backoff v0.4.0
1502024-10-16T03:17:40.547Z Downloaded chacha20poly1305 v0.10.1
1512024-10-16T03:17:40.547Z Downloaded allocator-api2 v0.2.18
1522024-10-16T03:17:40.547Z Downloaded ahash v0.8.11
1532024-10-16T03:17:40.560Z Downloaded pretty-hex v0.2.1
1542024-10-16T03:17:40.560Z Downloaded getrandom v0.2.15
1552024-10-16T03:17:40.560Z Downloaded blake2 v0.10.6
1562024-10-16T03:17:40.560Z Downloaded pretty-hex v0.4.1
1572024-10-16T03:17:40.560Z Downloaded parse-size v1.0.0
1582024-10-16T03:17:40.560Z Downloaded futures-executor v0.3.31
1592024-10-16T03:17:40.560Z Downloaded pbkdf2 v0.12.2
1602024-10-16T03:17:40.561Z Downloaded progenitor-client v0.8.0
1612024-10-16T03:17:40.561Z Downloaded glob v0.3.1
1622024-10-16T03:17:40.561Z Downloaded base64 v0.21.7
1632024-10-16T03:17:40.561Z Downloaded postgres-protocol v0.6.7
1642024-10-16T03:17:40.579Z Downloaded hyper-tls v0.6.0
1652024-10-16T03:17:40.579Z Downloaded rustc-hash v1.1.0
1662024-10-16T03:17:40.579Z Downloaded hyper-rustls v0.26.0
1672024-10-16T03:17:40.579Z Downloaded phf_shared v0.11.2
1682024-10-16T03:17:40.580Z Downloaded oso v0.27.3
1692024-10-16T03:17:40.580Z Downloaded signature v2.2.0
1702024-10-16T03:17:40.613Z Downloaded hyper-rustls v0.27.3
1712024-10-16T03:17:40.614Z Downloaded proc-macro2 v1.0.87
1722024-10-16T03:17:40.614Z Downloaded signal-hook-registry v1.4.2
1732024-10-16T03:17:40.614Z Downloaded rand_core v0.6.4
1742024-10-16T03:17:40.614Z Downloaded flume v0.11.0
1752024-10-16T03:17:40.614Z Downloaded async-stream-impl v0.3.6
1762024-10-16T03:17:40.614Z Downloaded peg v0.8.4
1772024-10-16T03:17:40.627Z Downloaded foreign-types-macros v0.2.3
1782024-10-16T03:17:40.627Z Downloaded highway v1.2.0
1792024-10-16T03:17:40.627Z Downloaded rustc_version v0.1.7
1802024-10-16T03:17:40.628Z Downloaded fatfs v0.3.6
1812024-10-16T03:17:40.628Z Downloaded ciborium-io v0.2.2
1822024-10-16T03:17:40.628Z Downloaded hickory-resolver v0.24.1
1832024-10-16T03:17:40.628Z Downloaded float-ord v0.3.2
1842024-10-16T03:17:40.628Z Downloaded headers-core v0.3.0
1852024-10-16T03:17:40.628Z Downloaded funty v2.0.0
1862024-10-16T03:17:40.628Z Downloaded cfg_aliases v0.2.1
1872024-10-16T03:17:40.628Z Downloaded spin v0.5.2
1882024-10-16T03:17:40.628Z Downloaded blocking v1.6.1
1892024-10-16T03:17:40.628Z Downloaded block-buffer v0.10.4
1902024-10-16T03:17:40.628Z Downloaded bb8 v0.8.5
1912024-10-16T03:17:40.629Z Downloaded thiserror-impl-no-std v2.0.2
1922024-10-16T03:17:40.629Z Downloaded supports-color v3.0.1
1932024-10-16T03:17:40.629Z Downloaded same-file v1.0.6
1942024-10-16T03:17:40.629Z Downloaded hubpack_derive v0.1.1
1952024-10-16T03:17:40.642Z Downloaded ident_case v1.0.1
1962024-10-16T03:17:40.643Z Downloaded strum_macros v0.24.3
1972024-10-16T03:17:40.643Z Downloaded olpc-cjson v0.1.4
1982024-10-16T03:17:40.643Z Downloaded vte_generate_state_changes v0.1.2
1992024-10-16T03:17:40.643Z Downloaded bcs v0.1.6
2002024-10-16T03:17:40.643Z Downloaded pkcs1 v0.7.5
2012024-10-16T03:17:40.643Z Downloaded async-trait v0.1.83
2022024-10-16T03:17:40.643Z Downloaded tokio-native-tls v0.3.1
2032024-10-16T03:17:40.651Z Downloaded atomic-waker v1.1.2
2042024-10-16T03:17:40.651Z Downloaded async-recursion v1.1.1
2052024-10-16T03:17:40.651Z Downloaded argon2 v0.5.3
2062024-10-16T03:17:40.652Z Downloaded usdt-macro v0.5.0
2072024-10-16T03:17:40.652Z Downloaded swrite v0.1.0
2082024-10-16T03:17:40.659Z Downloaded hex v0.4.3
2092024-10-16T03:17:40.659Z Downloaded http-body v0.4.6
2102024-10-16T03:17:40.659Z Downloaded fs-err v2.11.0
2112024-10-16T03:17:40.659Z Downloaded bit-vec v0.6.3
2122024-10-16T03:17:40.665Z Downloaded http-body-util v0.1.2
2132024-10-16T03:17:40.665Z Downloaded tui-tree-widget v0.22.0
2142024-10-16T03:17:40.665Z Downloaded hostname v0.4.0
2152024-10-16T03:17:40.665Z Downloaded bitflags v2.6.0
2162024-10-16T03:17:40.689Z Downloaded unicase v2.7.0
2172024-10-16T03:17:40.703Z Downloaded crunchy v0.2.2
2182024-10-16T03:17:40.703Z Downloaded downcast v0.11.0
2192024-10-16T03:17:40.703Z Downloaded blake2b_simd v1.0.2
2202024-10-16T03:17:40.703Z Downloaded endian-type v0.1.2
2212024-10-16T03:17:40.703Z Downloaded anyhow v1.0.89
2222024-10-16T03:17:40.703Z Downloaded rustc-hash v2.0.0
2232024-10-16T03:17:40.703Z Downloaded utf-8 v0.7.6
2242024-10-16T03:17:40.703Z Downloaded slog-scope v4.4.0
2252024-10-16T03:17:40.703Z Downloaded serde_path_to_error v0.1.16
2262024-10-16T03:17:40.703Z Downloaded rpassword v7.3.1
2272024-10-16T03:17:40.704Z Downloaded chrono-tz-build v0.4.0
2282024-10-16T03:17:40.704Z Downloaded match_cfg v0.1.0
2292024-10-16T03:17:40.704Z Downloaded crc v3.2.1
2302024-10-16T03:17:40.722Z Downloaded spki v0.7.3
2312024-10-16T03:17:40.722Z Downloaded slog-envlogger v2.2.0
2322024-10-16T03:17:40.722Z Downloaded nested v0.1.1
2332024-10-16T03:17:40.722Z Downloaded maplit v1.0.2
2342024-10-16T03:17:40.722Z Downloaded wait-timeout v0.2.0
2352024-10-16T03:17:40.722Z Downloaded cancel-safe-futures v0.1.5
2362024-10-16T03:17:40.722Z Downloaded globset v0.4.15
2372024-10-16T03:17:40.722Z Downloaded const_format_proc_macros v0.2.33
2382024-10-16T03:17:40.722Z Downloaded newline-converter v0.3.0
2392024-10-16T03:17:40.722Z Downloaded opaque-debug v0.3.1
2402024-10-16T03:17:40.723Z Downloaded precomputed-hash v0.1.1
2412024-10-16T03:17:40.741Z Downloaded humantime v2.1.0
2422024-10-16T03:17:40.741Z Downloaded num-iter v0.1.45
2432024-10-16T03:17:40.741Z Downloaded is_terminal_polyfill v1.70.1
2442024-10-16T03:17:40.741Z Downloaded ena v0.14.3
2452024-10-16T03:17:40.741Z Downloaded debug-ignore v1.0.5
2462024-10-16T03:17:40.741Z Downloaded matches v0.1.10
2472024-10-16T03:17:40.741Z Downloaded defmt-macros v0.3.9
2482024-10-16T03:17:40.753Z Downloaded zone v0.3.0
2492024-10-16T03:17:40.753Z Downloaded is_ci v1.2.0
2502024-10-16T03:17:40.753Z Downloaded managed v0.8.0
2512024-10-16T03:17:40.753Z Downloaded hashbrown v0.13.2
2522024-10-16T03:17:40.753Z Downloaded bitvec v1.0.1
2532024-10-16T03:17:40.760Z Downloaded cfg-expr v0.17.0
2542024-10-16T03:17:40.766Z Downloaded take_mut v0.2.2
2552024-10-16T03:17:40.766Z Downloaded pkg-config v0.3.31
2562024-10-16T03:17:40.770Z Downloaded parking v2.2.1
2572024-10-16T03:17:40.770Z Downloaded tungstenite v0.21.0
2582024-10-16T03:17:40.775Z Downloaded packed_struct_codegen v0.10.1
2592024-10-16T03:17:40.775Z Downloaded toolchain_find v0.4.0
2602024-10-16T03:17:40.775Z Downloaded waitgroup v0.1.2
2612024-10-16T03:17:40.779Z Downloaded zerocopy v0.6.6
2622024-10-16T03:17:40.779Z Downloaded enum-as-inner v0.5.1
2632024-10-16T03:17:40.783Z Downloaded defmt v0.3.8
2642024-10-16T03:17:40.789Z Downloaded bytes v1.7.2
2652024-10-16T03:17:40.789Z Downloaded base64 v0.22.1
2662024-10-16T03:17:40.794Z Downloaded crucible-workspace-hack v0.1.0
2672024-10-16T03:17:40.796Z Downloaded stringprep v0.1.5
2682024-10-16T03:17:40.796Z Downloaded topological-sort v0.2.2
2692024-10-16T03:17:40.800Z Downloaded want v0.3.1
2702024-10-16T03:17:40.800Z Downloaded phf_generator v0.11.2
2712024-10-16T03:17:40.800Z Downloaded guppy v0.17.8
2722024-10-16T03:17:40.807Z Downloaded rand_distr v0.4.3
2732024-10-16T03:17:40.811Z Downloaded pin-utils v0.1.0
2742024-10-16T03:17:40.814Z Downloaded shlex v1.3.0
2752024-10-16T03:17:40.821Z Downloaded newtype_derive v0.1.6
2762024-10-16T03:17:40.821Z Downloaded tabwriter v1.4.0
2772024-10-16T03:17:40.821Z Downloaded serde_yaml v0.9.34+deprecated
2782024-10-16T03:17:40.827Z Downloaded proc-macro-crate v3.2.0
2792024-10-16T03:17:40.827Z Downloaded dtrace-parser v0.2.0
2802024-10-16T03:17:40.831Z Downloaded thiserror v1.0.64
2812024-10-16T03:17:40.835Z Downloaded smf v0.2.3
2822024-10-16T03:17:40.835Z Downloaded shell-words v1.1.0
2832024-10-16T03:17:40.835Z Downloaded libtest-mimic v0.7.3
2842024-10-16T03:17:40.843Z Downloaded dsl_auto_type v0.1.2
2852024-10-16T03:17:40.843Z Downloaded rustls-native-certs v0.7.3
2862024-10-16T03:17:40.848Z Downloaded polyval v0.6.2
2872024-10-16T03:17:40.848Z Downloaded der_derive v0.7.3
2882024-10-16T03:17:40.848Z Downloaded cc v1.1.30
2892024-10-16T03:17:40.854Z Downloaded fallible-iterator v0.2.0
2902024-10-16T03:17:40.854Z Downloaded memoffset v0.9.1
2912024-10-16T03:17:40.857Z Downloaded libsw v3.3.1
2922024-10-16T03:17:40.857Z Downloaded threadpool v1.8.1
2932024-10-16T03:17:40.857Z Downloaded thread-id v4.2.2
2942024-10-16T03:17:40.860Z Downloaded fallible-iterator v0.3.0
2952024-10-16T03:17:40.860Z Downloaded thread_local v1.1.8
2962024-10-16T03:17:40.869Z Downloaded proc-macro-crate v1.3.1
2972024-10-16T03:17:40.869Z Downloaded plain v0.2.3
2982024-10-16T03:17:40.869Z Downloaded predicates-tree v1.0.11
2992024-10-16T03:17:40.871Z Downloaded predicates-core v1.0.8
3002024-10-16T03:17:40.872Z Downloaded newtype-uuid v1.1.2
3012024-10-16T03:17:40.872Z Downloaded walkdir v2.5.0
3022024-10-16T03:17:40.872Z Downloaded tower-service v0.3.3
3032024-10-16T03:17:40.872Z Downloaded zone v0.1.8
3042024-10-16T03:17:40.883Z Downloaded h2 v0.3.26
3052024-10-16T03:17:40.886Z Downloaded futures-util v0.3.31
3062024-10-16T03:17:40.894Z Downloaded russh-cryptovec v0.7.3
3072024-10-16T03:17:40.900Z Downloaded scrypt v0.11.0
3082024-10-16T03:17:40.900Z Downloaded scroll_derive v0.12.0
3092024-10-16T03:17:40.903Z Downloaded ref-cast-impl v1.0.23
3102024-10-16T03:17:40.903Z Downloaded sha2 v0.10.8
3112024-10-16T03:17:40.903Z Downloaded rustls-pemfile v2.2.0
3122024-10-16T03:17:40.907Z Downloaded doc-comment v0.3.3
3132024-10-16T03:17:40.907Z Downloaded rustversion v1.0.17
3142024-10-16T03:17:40.909Z Downloaded nibble_vec v0.1.0
3152024-10-16T03:17:40.912Z Downloaded scheduled-thread-pool v0.2.7
3162024-10-16T03:17:40.912Z Downloaded phf v0.11.2
3172024-10-16T03:17:40.914Z Downloaded parking_lot v0.12.3
3182024-10-16T03:17:40.917Z Downloaded paste v1.0.15
3192024-10-16T03:17:40.920Z Downloaded tls_codec v0.4.1
3202024-10-16T03:17:40.923Z Downloaded rustls-pemfile v1.0.4
3212024-10-16T03:17:40.925Z Downloaded sync_wrapper v0.1.2
3222024-10-16T03:17:40.928Z Downloaded tokio-postgres v0.7.12
3232024-10-16T03:17:40.932Z Downloaded scopeguard v1.2.0
3242024-10-16T03:17:40.934Z Downloaded target-spec v3.2.2
3252024-10-16T03:17:40.937Z Downloaded derive_builder_core v0.20.2
3262024-10-16T03:17:40.940Z Downloaded typify-macro v0.2.0
3272024-10-16T03:17:40.945Z Downloaded env_logger v0.11.5
3282024-10-16T03:17:40.945Z Downloaded hashbrown v0.12.3
3292024-10-16T03:17:40.948Z Downloaded concurrent-queue v2.5.0
3302024-10-16T03:17:40.950Z Downloaded num-conv v0.1.0
3312024-10-16T03:17:40.953Z Downloaded schemars_derive v0.8.21
3322024-10-16T03:17:40.956Z Downloaded rustls-pki-types v1.9.0
3332024-10-16T03:17:40.959Z Downloaded kstat-rs v0.2.4
3342024-10-16T03:17:40.959Z Downloaded peg-runtime v0.8.3
3352024-10-16T03:17:40.962Z Downloaded lazy_static v1.5.0
3362024-10-16T03:17:40.964Z Downloaded zeroize v1.8.1
3372024-10-16T03:17:40.965Z Downloaded unicode-truncate v1.1.0
3382024-10-16T03:17:40.967Z Downloaded tls_codec_derive v0.4.1
3392024-10-16T03:17:40.971Z Downloaded quinn v0.11.5
3402024-10-16T03:17:40.973Z Downloaded signal-hook v0.3.17
3412024-10-16T03:17:40.977Z Downloaded termtree v0.4.1
3422024-10-16T03:17:40.980Z Downloaded sqlparser_derive v0.2.2
3432024-10-16T03:17:40.980Z Downloaded lru v0.12.5
3442024-10-16T03:17:40.982Z Downloaded password-hash v0.5.0
3452024-10-16T03:17:40.982Z Downloaded crossbeam-epoch v0.9.18
3462024-10-16T03:17:40.986Z Downloaded linked-hash-map v0.5.6
3472024-10-16T03:17:40.988Z Downloaded time-core v0.1.2
3482024-10-16T03:17:40.988Z Downloaded embedded-io v0.4.0
3492024-10-16T03:17:40.990Z Downloaded zerocopy-derive v0.7.35
3502024-10-16T03:17:40.996Z Downloaded constant_time_eq v0.3.1
3512024-10-16T03:17:40.998Z Downloaded powerfmt v0.2.0
3522024-10-16T03:17:41.001Z Downloaded console v0.15.8
3532024-10-16T03:17:41.004Z Downloaded derive_more v0.99.18
3542024-10-16T03:17:41.008Z Downloaded try-lock v0.2.5
3552024-10-16T03:17:41.011Z Downloaded cstr-argument v0.1.2
3562024-10-16T03:17:41.013Z Downloaded hyper-util v0.1.9
3572024-10-16T03:17:41.018Z Downloaded num_cpus v1.16.0
3582024-10-16T03:17:41.020Z Downloaded ipnet v2.10.1
3592024-10-16T03:17:41.022Z Downloaded der v0.7.9
3602024-10-16T03:17:41.029Z Downloaded siphasher v0.3.11
3612024-10-16T03:17:41.031Z Downloaded display-error-chain v0.2.1
3622024-10-16T03:17:41.031Z Downloaded sqlformat v0.2.6
3632024-10-16T03:17:41.034Z Downloaded similar-asserts v1.6.0
3642024-10-16T03:17:41.037Z Downloaded deranged v0.3.11
3652024-10-16T03:17:41.039Z Downloaded plotters-svg v0.3.7
3662024-10-16T03:17:41.039Z Downloaded time-macros v0.2.18
3672024-10-16T03:17:41.043Z Downloaded num-complex v0.4.6
3682024-10-16T03:17:41.045Z Downloaded typenum v1.17.0
3692024-10-16T03:17:41.048Z Downloaded serde-big-array v0.5.1
3702024-10-16T03:17:41.051Z Downloaded derive_builder v0.20.2
3712024-10-16T03:17:41.056Z Downloaded unicode-properties v0.1.3
3722024-10-16T03:17:41.058Z Downloaded sigpipe v0.1.3
3732024-10-16T03:17:41.061Z Downloaded oso-derive v0.27.3
3742024-10-16T03:17:41.061Z Downloaded pest_derive v2.7.14
3752024-10-16T03:17:41.065Z Downloaded des v0.8.1
3762024-10-16T03:17:41.067Z Downloaded sync_wrapper v1.0.1
3772024-10-16T03:17:41.067Z Downloaded ron v0.8.1
3782024-10-16T03:17:41.072Z Downloaded version_check v0.9.5
3792024-10-16T03:17:41.075Z Downloaded dirs-sys-next v0.1.2
3802024-10-16T03:17:41.078Z Downloaded crypto-common v0.1.6
3812024-10-16T03:17:41.078Z Downloaded uzers v0.11.3
3822024-10-16T03:17:41.081Z Downloaded snafu-derive v0.8.5
3832024-10-16T03:17:41.083Z Downloaded num-rational v0.4.2
3842024-10-16T03:17:41.083Z Downloaded schemars v0.8.21
3852024-10-16T03:17:41.098Z Downloaded dhcproto-macros v0.1.0
3862024-10-16T03:17:41.102Z Downloaded convert_case v0.4.0
3872024-10-16T03:17:41.102Z Downloaded num_enum v0.5.11
3882024-10-16T03:17:41.105Z Downloaded derive-where v1.2.7
3892024-10-16T03:17:41.109Z Downloaded semver v0.1.20
3902024-10-16T03:17:41.111Z Downloaded const-oid v0.9.6
3912024-10-16T03:17:41.114Z Downloaded libefi-sys v0.1.0
3922024-10-16T03:17:41.115Z Downloaded lazycell v1.3.0
3932024-10-16T03:17:41.118Z Downloaded dirs-next v2.0.0
3942024-10-16T03:17:41.119Z Downloaded quick-error v1.2.3
3952024-10-16T03:17:41.122Z Downloaded pretty_assertions v1.4.1
3962024-10-16T03:17:41.122Z Downloaded untrusted v0.9.0
3972024-10-16T03:17:41.125Z Downloaded untrusted v0.7.1
3982024-10-16T03:17:41.125Z Downloaded term v0.7.0
3992024-10-16T03:17:41.128Z Downloaded subtle v2.6.1
4002024-10-16T03:17:41.130Z Downloaded progenitor-impl v0.8.0
4012024-10-16T03:17:41.133Z Downloaded digest v0.10.7
4022024-10-16T03:17:41.135Z Downloaded colorchoice v1.0.2
4032024-10-16T03:17:41.138Z Downloaded clap_lex v0.7.2
4042024-10-16T03:17:41.138Z Downloaded toml_datetime v0.6.8
4052024-10-16T03:17:41.141Z Downloaded libloading v0.8.5
4062024-10-16T03:17:41.145Z Downloaded errno v0.3.9
4072024-10-16T03:17:41.150Z Downloaded const_format v0.2.33
4082024-10-16T03:17:41.157Z Downloaded path-tree v0.8.1
4092024-10-16T03:17:41.157Z Downloaded psl-types v2.0.11
4102024-10-16T03:17:41.157Z Downloaded clap_builder v4.5.20
4112024-10-16T03:17:41.162Z Downloaded aho-corasick v1.1.3
4122024-10-16T03:17:41.168Z Downloaded mockall v0.13.0
4132024-10-16T03:17:41.174Z Downloaded serde_json v1.0.128
4142024-10-16T03:17:41.178Z Downloaded salty v0.3.0
4152024-10-16T03:17:41.186Z Downloaded plotters-backend v0.3.7
4162024-10-16T03:17:41.189Z Downloaded darling_macro v0.20.10
4172024-10-16T03:17:41.189Z Downloaded snafu v0.8.5
4182024-10-16T03:17:41.195Z Downloaded terminal_size v0.4.0
4192024-10-16T03:17:41.199Z Downloaded lalrpop-util v0.19.12
4202024-10-16T03:17:41.230Z Downloaded parse-display v0.10.0
4212024-10-16T03:17:41.230Z Downloaded ref-cast v1.0.23
4222024-10-16T03:17:41.235Z Downloaded poly1305 v0.8.0
4232024-10-16T03:17:41.235Z Downloaded owo-colors v4.1.0
4242024-10-16T03:17:41.235Z Downloaded instability v0.3.2
4252024-10-16T03:17:41.235Z Downloaded num v0.4.3
4262024-10-16T03:17:41.235Z Downloaded keccak v0.1.5
4272024-10-16T03:17:41.235Z Downloaded rayon v1.10.0
4282024-10-16T03:17:41.235Z Downloaded difflib v0.4.0
4292024-10-16T03:17:41.235Z Downloaded num_enum_derive v0.5.11
4302024-10-16T03:17:41.235Z Downloaded ppv-lite86 v0.2.20
4312024-10-16T03:17:41.236Z Downloaded slog-async v2.8.0
4322024-10-16T03:17:41.236Z Downloaded serde_tokenstream v0.2.2
4332024-10-16T03:17:41.236Z Downloaded libxml v0.3.3
4342024-10-16T03:17:41.242Z Downloaded tough v0.17.1
4352024-10-16T03:17:41.249Z Downloaded which v4.4.2
4362024-10-16T03:17:41.256Z Downloaded num_threads v0.1.7
4372024-10-16T03:17:41.256Z Downloaded openssl-macros v0.1.1
4382024-10-16T03:17:41.265Z Downloaded crossterm v0.28.1
4392024-10-16T03:17:41.280Z Downloaded toml_edit v0.22.22
4402024-10-16T03:17:41.294Z Downloaded diesel_table_macro_syntax v0.2.0
4412024-10-16T03:17:41.294Z Downloaded strum v0.26.3
4422024-10-16T03:17:41.303Z Downloaded criterion-plot v0.5.0
4432024-10-16T03:17:41.303Z Downloaded twox-hash v1.6.3
4442024-10-16T03:17:41.303Z Downloaded percent-encoding v2.3.1
4452024-10-16T03:17:41.303Z Downloaded slog-stdlog v4.1.1
4462024-10-16T03:17:41.304Z Downloaded dyn-clone v1.0.17
4472024-10-16T03:17:41.304Z Downloaded rustyline v14.0.0
4482024-10-16T03:17:41.322Z Downloaded libm v0.2.8
4492024-10-16T03:17:41.323Z Downloaded slog-term v2.9.1
4502024-10-16T03:17:41.334Z Downloaded linear-map v1.2.0
4512024-10-16T03:17:41.334Z Downloaded structmeta-derive v0.3.0
4522024-10-16T03:17:41.335Z Downloaded structmeta-derive v0.2.0
4532024-10-16T03:17:41.335Z Downloaded secrecy v0.8.0
4542024-10-16T03:17:41.335Z Downloaded md5 v0.7.0
4552024-10-16T03:17:41.335Z Downloaded static_assertions v1.1.0
4562024-10-16T03:17:41.335Z Downloaded postgres-types v0.2.8
4572024-10-16T03:17:41.335Z Downloaded pin-project-internal v1.1.6
4582024-10-16T03:17:41.342Z Downloaded radium v0.7.0
4592024-10-16T03:17:41.342Z Downloaded openssl-probe v0.1.5
4602024-10-16T03:17:41.342Z Downloaded proc-macro-error v1.0.4
4612024-10-16T03:17:41.342Z Downloaded parking_lot_core v0.9.10
4622024-10-16T03:17:41.343Z Downloaded diff v0.1.13
4632024-10-16T03:17:41.347Z Downloaded proc-macro-error-attr v1.0.4
4642024-10-16T03:17:41.348Z Downloaded miniz_oxide v0.8.0
4652024-10-16T03:17:41.348Z Downloaded async-std v1.13.0
4662024-10-16T03:17:41.370Z Downloaded ron v0.7.1
4672024-10-16T03:17:41.384Z Downloaded zeroize_derive v1.4.2
4682024-10-16T03:17:41.385Z Downloaded serde_plain v1.0.2
4692024-10-16T03:17:41.385Z Downloaded itoa v1.0.11
4702024-10-16T03:17:41.385Z Downloaded embedded-io v0.6.1
4712024-10-16T03:17:41.385Z Downloaded ed25519 v2.2.3
4722024-10-16T03:17:41.385Z Downloaded serde-hex v0.1.0
4732024-10-16T03:17:41.402Z Downloaded rtoolbox v0.0.2
4742024-10-16T03:17:41.402Z Downloaded tap v1.0.1
4752024-10-16T03:17:41.402Z Downloaded mime v0.3.17
4762024-10-16T03:17:41.403Z Downloaded phf_codegen v0.11.2
4772024-10-16T03:17:41.403Z Downloaded diesel-dtrace v0.3.0
4782024-10-16T03:17:41.403Z Downloaded serde_spanned v0.6.8
4792024-10-16T03:17:41.403Z Downloaded nom v7.1.3
4802024-10-16T03:17:41.403Z Downloaded memmap v0.7.0
4812024-10-16T03:17:41.403Z Downloaded curve25519-dalek-derive v0.1.1
4822024-10-16T03:17:41.411Z Downloaded crossbeam-deque v0.8.5
4832024-10-16T03:17:41.411Z Downloaded strum_macros v0.25.3
4842024-10-16T03:17:41.411Z Downloaded phf_shared v0.10.0
4852024-10-16T03:17:41.412Z Downloaded chrono-tz v0.10.0
4862024-10-16T03:17:41.417Z Downloaded goblin v0.8.2
4872024-10-16T03:17:41.421Z Downloaded zone_cfg_derive v0.3.0
4882024-10-16T03:17:41.422Z Downloaded equivalent v1.0.1
4892024-10-16T03:17:41.422Z Downloaded normalize-line-endings v0.3.0
4902024-10-16T03:17:41.426Z Downloaded secrecy v0.10.3
4912024-10-16T03:17:41.426Z Downloaded crc-catalog v2.4.0
4922024-10-16T03:17:41.426Z Downloaded serde_derive_internals v0.29.1
4932024-10-16T03:17:41.430Z Downloaded env_filter v0.1.2
4942024-10-16T03:17:41.431Z Downloaded sha1 v0.10.6
4952024-10-16T03:17:41.431Z Downloaded datatest-stable v0.2.9
4962024-10-16T03:17:41.435Z Downloaded data-encoding v2.6.0
4972024-10-16T03:17:41.435Z Downloaded unsafe-libyaml v0.2.11
4982024-10-16T03:17:41.439Z Downloaded instant v0.1.13
4992024-10-16T03:17:41.439Z Downloaded relative-path v1.9.3
5002024-10-16T03:17:41.456Z Downloaded ecdsa v0.16.9
5012024-10-16T03:17:41.457Z Downloaded event-listener v5.3.1
5022024-10-16T03:17:41.465Z Downloaded smallvec v0.6.14
5032024-10-16T03:17:41.465Z Downloaded darling v0.20.10
5042024-10-16T03:17:41.465Z Downloaded cookie_store v0.21.0
5052024-10-16T03:17:41.466Z Downloaded nodrop v0.1.14
5062024-10-16T03:17:41.466Z Downloaded indoc v2.0.5
5072024-10-16T03:17:41.466Z Downloaded inout v0.1.3
5082024-10-16T03:17:41.466Z Downloaded progenitor-macro v0.8.0
5092024-10-16T03:17:41.466Z Downloaded event-listener-strategy v0.5.2
5102024-10-16T03:17:41.472Z Downloaded internet-checksum v0.2.1
5112024-10-16T03:17:41.472Z Downloaded ed25519-dalek v2.1.1
5122024-10-16T03:17:41.473Z Downloaded expectorate v1.1.0
5132024-10-16T03:17:41.473Z Downloaded tinyvec_macros v0.1.1
5142024-10-16T03:17:41.473Z Downloaded structmeta v0.3.0
5152024-10-16T03:17:41.473Z Downloaded smawk v0.3.2
5162024-10-16T03:17:41.473Z Downloaded partial-io v0.5.4
5172024-10-16T03:17:41.477Z Downloaded pem v3.0.4
5182024-10-16T03:17:41.477Z Downloaded memmap2 v0.9.5
5192024-10-16T03:17:41.481Z Downloaded russh v0.45.0
5202024-10-16T03:17:41.487Z Downloaded gimli v0.31.1
5212024-10-16T03:17:41.495Z Downloaded env_logger v0.10.2
5222024-10-16T03:17:41.504Z Downloaded tokio-tungstenite v0.21.0
5232024-10-16T03:17:41.510Z Downloaded mime_guess v2.0.5
5242024-10-16T03:17:41.510Z Downloaded tracing-core v0.1.32
5252024-10-16T03:17:41.510Z Downloaded unicode-normalization v0.1.24
5262024-10-16T03:17:41.518Z Downloaded tokio-stream v0.1.16
5272024-10-16T03:17:41.518Z Downloaded tokio-rustls v0.26.0
5282024-10-16T03:17:41.518Z Downloaded nu-ansi-term v0.50.1
5292024-10-16T03:17:41.524Z Downloaded indoc v1.0.9
5302024-10-16T03:17:41.525Z Downloaded tokio-rustls v0.25.0
5312024-10-16T03:17:41.535Z Downloaded smallvec v1.13.2
5322024-10-16T03:17:41.536Z Downloaded tinyvec v1.8.0
5332024-10-16T03:17:41.536Z Downloaded tinytemplate v1.2.1
5342024-10-16T03:17:41.564Z Downloaded rstest v0.23.0
5352024-10-16T03:17:41.564Z Downloaded rstest_macros v0.23.0
5362024-10-16T03:17:41.564Z Downloaded publicsuffix v2.2.3
5372024-10-16T03:17:41.564Z Downloaded tokio-tungstenite v0.23.1
5382024-10-16T03:17:41.573Z Downloaded steno v0.4.1
5392024-10-16T03:17:41.573Z Downloaded unicode_categories v0.1.1
5402024-10-16T03:17:41.573Z Downloaded cookie v0.18.1
5412024-10-16T03:17:41.573Z Downloaded parse-zoneinfo v0.3.1
5422024-10-16T03:17:41.573Z Downloaded minimal-lexical v0.2.1
5432024-10-16T03:17:41.573Z Downloaded clang-sys v1.8.1
5442024-10-16T03:17:41.573Z Downloaded rustls-webpki v0.102.8
5452024-10-16T03:17:41.591Z Downloaded clap v4.5.20
5462024-10-16T03:17:41.598Z Downloaded pin-project v1.1.6
5472024-10-16T03:17:42.612Z Downloaded p256 v0.13.2
5482024-10-16T03:17:42.617Z Downloaded openssl-sys v0.9.103
5492024-10-16T03:17:42.617Z Downloaded diesel_derives v2.2.3
5502024-10-16T03:17:42.617Z Downloaded tracing v0.1.40
5512024-10-16T03:17:42.617Z Downloaded rcgen v0.12.1
5522024-10-16T03:17:42.617Z Downloaded x509-cert v0.2.5
5532024-10-16T03:17:42.617Z Downloaded typed-path v0.7.1
5542024-10-16T03:17:42.618Z Downloaded memchr v2.7.4
5552024-10-16T03:17:42.618Z Downloaded quick-xml v0.33.0
5562024-10-16T03:17:42.618Z Downloaded darling_core v0.20.10
5572024-10-16T03:17:42.618Z Downloaded itertools v0.13.0
5582024-10-16T03:17:42.618Z Downloaded radix_trie v0.2.1
5592024-10-16T03:17:42.618Z Downloaded sqlparser v0.45.0
5602024-10-16T03:17:42.618Z Downloaded yansi v1.0.1
5612024-10-16T03:17:42.618Z Downloaded portable-atomic v1.9.0
5622024-10-16T03:17:42.618Z Downloaded quinn-proto v0.11.8
5632024-10-16T03:17:42.618Z Downloaded plotters v0.3.7
5642024-10-16T03:17:42.618Z Downloaded syn v2.0.79
5652024-10-16T03:17:42.618Z Downloaded crossbeam-channel v0.5.13
5662024-10-16T03:17:42.618Z Downloaded criterion v0.5.1
5672024-10-16T03:17:42.618Z Downloaded regex v1.11.0
5682024-10-16T03:17:42.618Z Downloaded pest v2.7.14
5692024-10-16T03:17:42.619Z Downloaded reedline v0.35.0
5702024-10-16T03:17:42.619Z Downloaded winnow v0.6.20
5712024-10-16T03:17:42.619Z Downloaded tokio-util v0.7.12
5722024-10-16T03:17:42.619Z Downloaded unicode-width v0.1.14
5732024-10-16T03:17:42.619Z Downloaded vcpkg v0.2.15
5742024-10-16T03:17:42.619Z Downloaded zerocopy v0.7.35
5752024-10-16T03:17:42.619Z Downloaded idna v0.5.0
5762024-10-16T03:17:42.619Z Downloaded reqwest v0.12.8
5772024-10-16T03:17:42.619Z Downloaded lalrpop v0.19.12
5782024-10-16T03:17:42.619Z Downloaded proptest v1.5.0
5792024-10-16T03:17:42.619Z Downloaded reqwest v0.11.27
5802024-10-16T03:17:42.619Z Downloaded rustix v0.38.37
5812024-10-16T03:17:42.619Z Downloaded object v0.36.5
5822024-10-16T03:17:42.619Z Downloaded object v0.30.4
5832024-10-16T03:17:42.619Z Downloaded regress v0.9.1
5842024-10-16T03:17:42.619Z Downloaded diesel v2.2.4
5852024-10-16T03:17:42.619Z Downloaded smoltcp v0.11.0
5862024-10-16T03:17:42.620Z Downloaded regex-syntax v0.6.29
5872024-10-16T03:17:42.620Z Downloaded p384 v0.13.0
5882024-10-16T03:17:42.620Z Downloaded nix v0.29.0
5892024-10-16T03:17:42.620Z Downloaded curve25519-dalek v4.1.3
5902024-10-16T03:17:42.620Z Downloaded typify-impl v0.2.0
5912024-10-16T03:17:42.620Z Downloaded regress v0.10.1
5922024-10-16T03:17:42.620Z Downloaded sled v0.34.7
5932024-10-16T03:17:42.620Z Downloaded regex-syntax v0.8.5
5942024-10-16T03:17:42.620Z Downloaded ratatui v0.28.1
5952024-10-16T03:17:42.620Z Downloaded trust-dns-proto v0.22.0
5962024-10-16T03:17:42.620Z Downloaded bzip2-sys v0.1.11+1.0.8
5972024-10-16T03:17:42.620Z Downloaded hickory-proto v0.24.1
5982024-10-16T03:17:42.620Z Downloaded polar-core v0.27.3
5992024-10-16T03:17:42.620Z Downloaded lzma-sys v0.1.20
6002024-10-16T03:17:42.621Z Downloaded petgraph v0.6.5
6012024-10-16T03:17:42.621Z Downloaded zerocopy-derive v0.6.6
6022024-10-16T03:17:42.621Z Downloaded sha3 v0.10.8
6032024-10-16T03:17:42.621Z Downloaded libz-sys v1.1.20
6042024-10-16T03:17:42.621Z Downloaded tokio v1.40.0
6052024-10-16T03:17:42.621Z Downloaded regex-automata v0.4.8
6062024-10-16T03:17:42.621Z Downloaded libc v0.2.159
6072024-10-16T03:17:42.621Z Downloaded httpmock v0.8.0-alpha.1
6082024-10-16T03:17:42.621Z Downloaded csv v1.3.0
6092024-10-16T03:17:42.621Z Downloaded nix v0.28.0
6102024-10-16T03:17:42.621Z Downloaded libgit2-sys v0.17.0+1.8.1
6112024-10-16T03:17:42.621Z Downloaded rustls v0.23.14
6122024-10-16T03:17:42.621Z Downloaded rustls v0.22.4
6132024-10-16T03:17:42.622Z Downloaded dropshot v0.12.0
6142024-10-16T03:17:42.622Z Downloaded openapiv3 v2.0.0
6152024-10-16T03:17:42.622Z Downloaded idna v0.4.0
6162024-10-16T03:17:42.622Z Downloaded encoding_rs v0.8.34
6172024-10-16T03:17:42.622Z Downloaded bstr v1.10.0
6182024-10-16T03:17:42.622Z Downloaded serde_with v3.11.0
6192024-10-16T03:17:42.622Z Downloaded winnow v0.5.40
6202024-10-16T03:17:42.622Z Downloaded openssl v0.10.66
6212024-10-16T03:17:42.622Z Downloaded idna v0.3.0
6222024-10-16T03:17:42.622Z Downloaded idna v0.2.3
6232024-10-16T03:17:42.622Z Downloaded nix v0.27.1
6242024-10-16T03:17:42.622Z Downloaded smoltcp v0.9.1
6252024-10-16T03:17:42.622Z Downloaded itertools v0.12.1
6262024-10-16T03:17:42.622Z Downloaded tabled v0.15.0
6272024-10-16T03:17:42.622Z Downloaded webpki-roots v0.26.6
6282024-10-16T03:17:42.622Z Downloaded rustls v0.21.12
6292024-10-16T03:17:42.622Z Downloaded toml_edit v0.19.15
6302024-10-16T03:17:42.623Z Downloaded git2 v0.19.0
6312024-10-16T03:17:42.623Z Downloaded tar v0.4.42
6322024-10-16T03:17:42.623Z Downloaded num-bigint v0.4.6
6332024-10-16T03:17:42.623Z Downloaded syn v1.0.109
6342024-10-16T03:17:42.640Z Downloaded hyper v0.14.30
6352024-10-16T03:17:42.641Z Downloaded parking_lot_core v0.8.6
6362024-10-16T03:17:42.641Z Downloaded toml v0.7.8
6372024-10-16T03:17:42.641Z Downloaded unicode-segmentation v1.12.0
6382024-10-16T03:17:42.644Z Downloaded pem-rfc7468 v0.7.0
6392024-10-16T03:17:42.644Z Downloaded tungstenite v0.23.0
6402024-10-16T03:17:42.644Z Downloaded num-bigint-dig v0.8.4
6412024-10-16T03:17:42.644Z Downloaded signal-hook-mio v0.2.4
6422024-10-16T03:17:42.644Z Downloaded whoami v1.5.2
6432024-10-16T03:17:42.651Z Downloaded toml v0.8.19
6442024-10-16T03:17:42.651Z Downloaded prettyplease v0.2.22
6452024-10-16T03:17:42.655Z Downloaded rustls-webpki v0.101.7
6462024-10-16T03:17:42.676Z Downloaded serde_derive v1.0.210
6472024-10-16T03:17:42.679Z Downloaded vte v0.11.1
6482024-10-16T03:17:42.680Z Downloaded indicatif v0.17.8
6492024-10-16T03:17:42.680Z Downloaded crypto-bigint v0.5.5
6502024-10-16T03:17:42.680Z Downloaded qorb v0.0.2
6512024-10-16T03:17:42.685Z Downloaded polling v3.7.3
6522024-10-16T03:17:42.691Z Downloaded time v0.3.36
6532024-10-16T03:17:42.694Z Downloaded mockall_derive v0.13.0
6542024-10-16T03:17:42.694Z Downloaded elliptic-curve v0.13.8
6552024-10-16T03:17:42.698Z Downloaded hyper v1.4.1
6562024-10-16T03:17:42.714Z Downloaded h2 v0.4.6
6572024-10-16T03:17:42.734Z Downloaded chrono v0.4.38
6582024-10-16T03:17:42.734Z Downloaded string_cache v0.8.7
6592024-10-16T03:17:42.734Z Downloaded stable_deref_trait v1.2.0
6602024-10-16T03:17:42.734Z Downloaded ssh-encoding v0.2.0
6612024-10-16T03:17:42.734Z Downloaded ssh-cipher v0.2.0
6622024-10-16T03:17:42.761Z Downloaded similar v2.6.0
6632024-10-16T03:17:42.761Z Downloaded rusqlite v0.32.1
6642024-10-16T03:17:42.761Z Downloaded number_prefix v0.4.0
6652024-10-16T03:17:42.761Z Downloaded slog v2.7.0
6662024-10-16T03:17:42.762Z Downloaded ssh-key v0.6.6
6672024-10-16T03:17:42.762Z Downloaded serde_urlencoded v0.7.1
6682024-10-16T03:17:42.785Z Downloaded target-lexicon v0.12.16
6692024-10-16T03:17:42.785Z Downloaded jobserver v0.1.32
6702024-10-16T03:17:42.786Z Downloaded dhcproto v0.12.0
6712024-10-16T03:17:42.786Z Downloaded indexmap v2.6.0
6722024-10-16T03:17:42.786Z Downloaded itertools v0.10.5
6732024-10-16T03:17:42.786Z Downloaded tiny-keccak v2.0.2
6742024-10-16T03:17:42.786Z Downloaded slog-dtrace v0.3.0
6752024-10-16T03:17:42.786Z Downloaded trybuild v1.0.100
6762024-10-16T03:17:42.787Z Downloaded usdt-impl v0.5.0
6772024-10-16T03:17:42.787Z Downloaded subprocess v0.2.9
6782024-10-16T03:17:42.787Z Downloaded universal-hash v0.5.1
6792024-10-16T03:17:42.802Z Downloaded vergen v8.3.2
6802024-10-16T03:17:42.802Z Downloaded value-bag v1.9.0
6812024-10-16T03:17:42.802Z Downloaded mio v1.0.2
6822024-10-16T03:17:42.802Z Downloaded vsss-rs v3.3.4
6832024-10-16T03:17:42.803Z Downloaded multimap v0.10.0
6842024-10-16T03:17:42.814Z Downloaded maybe-uninit v2.0.0
6852024-10-16T03:17:42.814Z Downloaded peg-macros v0.8.4
6862024-10-16T03:17:42.815Z Downloaded hashbrown v0.14.5
6872024-10-16T03:17:42.815Z Downloaded termcolor v1.4.1
6882024-10-16T03:17:42.815Z Downloaded utf8parse v0.2.2
6892024-10-16T03:17:42.815Z Downloaded slog-bunyan v2.5.0
6902024-10-16T03:17:42.815Z Downloaded nanorand v0.7.0
6912024-10-16T03:17:42.815Z Downloaded escape8259 v0.5.3
6922024-10-16T03:17:42.815Z Downloaded password-hash v0.4.2
6932024-10-16T03:17:42.827Z Downloaded log v0.4.22
6942024-10-16T03:17:42.828Z Downloaded md-5 v0.10.6
6952024-10-16T03:17:42.828Z Downloaded event-listener v2.5.3
6962024-10-16T03:17:42.829Z Downloaded xz2 v0.1.7
6972024-10-16T03:17:42.829Z Downloaded multer v3.1.0
6982024-10-16T03:17:42.829Z Downloaded uuid v1.10.0
6992024-10-16T03:17:42.829Z Downloaded test-strategy v0.3.1
7002024-10-16T03:17:42.839Z Downloaded slab v0.4.9
7012024-10-16T03:17:42.840Z Downloaded cobs v0.2.3
7022024-10-16T03:17:42.840Z Downloaded xattr v1.3.1
7032024-10-16T03:17:42.840Z Downloaded strum_macros v0.26.4
7042024-10-16T03:17:42.840Z Downloaded structmeta v0.2.0
7052024-10-16T03:17:42.841Z Downloaded semver v1.0.23
7062024-10-16T03:17:42.842Z Downloaded compact_str v0.8.0
7072024-10-16T03:17:42.851Z Downloaded pest_meta v2.7.14
7082024-10-16T03:17:42.851Z Downloaded num-traits v0.2.19
7092024-10-16T03:17:42.851Z Downloaded russh-keys v0.45.0
7102024-10-16T03:17:42.851Z Downloaded aes-gcm v0.10.3
7112024-10-16T03:17:42.851Z Downloaded tempfile v3.13.0
7122024-10-16T03:17:42.902Z Downloaded omicron-zone-package v0.11.1
7132024-10-16T03:17:42.902Z Downloaded url v2.5.2
7142024-10-16T03:17:42.902Z Downloaded hkdf v0.12.4
7152024-10-16T03:17:42.902Z Downloaded serde_repr v0.1.19
7162024-10-16T03:17:42.902Z Downloaded serde_regex v1.1.0
7172024-10-16T03:17:42.903Z Downloaded sec1 v0.7.3
7182024-10-16T03:17:42.903Z Downloaded quinn-udp v0.5.5
7192024-10-16T03:17:42.903Z Downloaded ryu v1.0.18
7202024-10-16T03:17:42.903Z Downloaded dropshot_endpoint v0.12.0
7212024-10-16T03:17:42.929Z Downloaded zip v0.6.6
7222024-10-16T03:17:42.929Z Downloaded lru-cache v0.1.2
7232024-10-16T03:17:42.929Z Downloaded scroll v0.12.0
7242024-10-16T03:17:42.929Z Downloaded hickory-server v0.24.1
7252024-10-16T03:17:42.929Z Downloaded sct v0.7.1
7262024-10-16T03:17:42.930Z Downloaded flate2 v1.0.34
7272024-10-16T03:17:42.930Z Downloaded once_cell v1.20.2
7282024-10-16T03:17:42.930Z Downloaded rand v0.8.5
7292024-10-16T03:17:42.930Z Downloaded ipnetwork v0.20.0
7302024-10-16T03:17:42.930Z Downloaded either v1.13.0
7312024-10-16T03:17:42.930Z Downloaded pin-project-lite v0.2.14
7322024-10-16T03:17:42.930Z Downloaded strip-ansi-escapes v0.2.0
7332024-10-16T03:17:42.930Z Downloaded colored v2.1.0
7342024-10-16T03:17:42.930Z Downloaded unicode-linebreak v0.1.5
7352024-10-16T03:17:42.931Z Downloaded crc32fast v1.4.2
7362024-10-16T03:17:42.931Z Downloaded textwrap v0.16.1
7372024-10-16T03:17:42.945Z Downloaded r2d2 v0.8.10
7382024-10-16T03:17:42.945Z Downloaded indexmap v1.9.3
7392024-10-16T03:17:42.946Z Downloaded samael v0.0.17
7402024-10-16T03:17:42.946Z Downloaded crossbeam-utils v0.8.20
7412024-10-16T03:17:42.946Z Downloaded rsa v0.9.6
7422024-10-16T03:17:42.946Z Downloaded predicates v3.1.2
7432024-10-16T03:17:42.946Z Downloaded rayon-core v1.12.1
7442024-10-16T03:17:42.946Z Downloaded papergrid v0.11.0
7452024-10-16T03:17:42.946Z Downloaded rusty-fork v0.3.0
7462024-10-16T03:17:42.946Z Downloaded rustfmt-wrapper v0.2.1
7472024-10-16T03:17:42.970Z Downloaded rustc_version v0.4.1
7482024-10-16T03:17:42.970Z Downloaded socket2 v0.5.7
7492024-10-16T03:17:42.970Z Downloaded parking_lot v0.11.2
7502024-10-16T03:17:42.970Z Downloaded hashbrown v0.15.0
7512024-10-16T03:17:42.970Z Downloaded kv-log-macro v1.0.7
7522024-10-16T03:17:42.970Z Downloaded heapless v0.8.0
7532024-10-16T03:17:42.992Z Downloaded usdt v0.5.0
7542024-10-16T03:17:42.993Z Downloaded typify v0.2.0
7552024-10-16T03:17:42.993Z Downloaded path-slash v0.1.5
7562024-10-16T03:17:42.993Z Downloaded ring v0.17.8
7572024-10-16T03:17:43.058Z Downloaded lock_api v0.4.12
7582024-10-16T03:17:43.077Z Downloaded unicode-xid v0.2.6
7592024-10-16T03:17:43.077Z Downloaded bindgen v0.69.5
7602024-10-16T03:17:43.077Z Downloaded ctr v0.9.2
7612024-10-16T03:17:43.077Z Downloaded crc-any v2.5.0
7622024-10-16T03:17:43.077Z Downloaded unicode-bidi v0.3.17
7632024-10-16T03:17:43.077Z Downloaded http v1.1.0
7642024-10-16T03:17:43.077Z Downloaded primeorder v0.13.6
7652024-10-16T03:17:43.077Z Downloaded native-tls v0.2.12
7662024-10-16T03:17:43.078Z Downloaded backtrace v0.3.74
7672024-10-16T03:17:43.078Z Downloaded derive_builder_macro v0.20.2
7682024-10-16T03:17:43.078Z Downloaded zone_cfg_derive v0.1.2
7692024-10-16T03:17:43.078Z Downloaded tabled_derive v0.7.0
7702024-10-16T03:17:43.078Z Downloaded resolv-conf v0.7.0
7712024-10-16T03:17:43.079Z Downloaded pest_generator v2.7.14
7722024-10-16T03:17:43.079Z Downloaded yasna v0.5.2
7732024-10-16T03:17:43.079Z Downloaded serde v1.0.210
7742024-10-16T03:17:43.079Z Downloaded unicode-ident v1.0.13
7752024-10-16T03:17:43.099Z Downloaded usdt-attr-macro v0.5.0
7762024-10-16T03:17:43.100Z Downloaded stringmetrics v2.2.2
7772024-10-16T03:17:43.100Z Downloaded rfc6979 v0.4.0
7782024-10-16T03:17:43.100Z Downloaded rand_chacha v0.3.1
7792024-10-16T03:17:43.100Z Downloaded pkcs8 v0.10.2
7802024-10-16T03:17:43.100Z Downloaded new_debug_unreachable v1.0.6
7812024-10-16T03:17:43.100Z Downloaded pkcs5 v0.7.1
7822024-10-16T03:17:43.101Z Downloaded oorandom v11.1.4
7832024-10-16T03:17:43.117Z Downloaded num-integer v0.1.46
7842024-10-16T03:17:43.118Z Downloaded num-derive v0.4.2
7852024-10-16T03:17:43.118Z Downloaded indent_write v2.2.0
7862024-10-16T03:17:43.120Z Downloaded impl-trait-for-tuples v0.2.2
7872024-10-16T03:17:43.121Z Downloaded dof v0.3.0
7882024-10-16T03:17:43.121Z Downloaded csv-core v0.1.11
7892024-10-16T03:17:43.121Z Downloaded clap_derive v4.5.18
7902024-10-16T03:17:43.121Z Downloaded ucd-trie v0.1.7
7912024-10-16T03:17:43.121Z Downloaded tracing-attributes v0.1.27
7922024-10-16T03:17:43.121Z Downloaded tokio-rustls v0.24.1
7932024-10-16T03:17:43.121Z Downloaded thiserror-no-std v2.0.2
7942024-10-16T03:17:43.122Z Downloaded hmac v0.12.1
7952024-10-16T03:17:43.122Z Downloaded base64 v0.13.1
7962024-10-16T03:17:43.135Z Downloaded async-io v2.3.4
7972024-10-16T03:17:43.135Z Downloaded ring v0.16.20
7982024-10-16T03:17:43.192Z Downloaded libsqlite3-sys v0.30.1
7992024-10-16T03:17:43.273Z Downloaded macaddr v1.0.1
8002024-10-16T03:17:43.278Z Downloaded is-terminal v0.4.13
8012024-10-16T03:17:43.278Z Downloaded rustc-demangle v0.1.24
8022024-10-16T03:17:43.278Z Downloaded enum-as-inner v0.6.1
8032024-10-16T03:17:43.279Z Downloaded rust-argon2 v2.1.0
8042024-10-16T03:17:43.281Z Downloaded spin v0.9.8
8052024-10-16T03:17:43.281Z Downloaded quote v1.0.37
8062024-10-16T03:17:43.281Z Downloaded defmt-parser v0.3.4
8072024-10-16T03:17:43.281Z Downloaded http v0.2.12
8082024-10-16T03:17:43.285Z Downloaded fancy-regex v0.13.0
8092024-10-16T03:17:43.288Z Downloaded signal-hook-tokio v0.3.1
8102024-10-16T03:17:43.290Z Downloaded hashlink v0.9.1
8112024-10-16T03:17:43.293Z Downloaded rand_xorshift v0.3.0
8122024-10-16T03:17:43.293Z Downloaded postcard v1.0.10
8132024-10-16T03:17:43.296Z Downloaded hickory-client v0.24.1
8142024-10-16T03:17:43.299Z Downloaded wyz v0.5.1
8152024-10-16T03:17:43.299Z Downloaded httparse v1.9.5
8162024-10-16T03:17:43.301Z Downloaded hash32 v0.2.1
8172024-10-16T03:17:43.301Z Downloaded group v0.13.0
8182024-10-16T03:17:43.305Z Downloaded futures-core v0.3.31
8192024-10-16T03:17:43.305Z Downloaded tokio-macros v2.4.0
8202024-10-16T03:17:43.309Z Downloaded termios v0.3.3
8212024-10-16T03:17:43.309Z Downloaded strsim v0.11.1
8222024-10-16T03:17:43.309Z Downloaded salsa20 v0.10.2
8232024-10-16T03:17:43.309Z Downloaded async-executor v1.13.1
8242024-10-16T03:17:43.312Z Downloaded assert_cmd v2.0.16
8252024-10-16T03:17:43.312Z Downloaded piper v0.2.4
8262024-10-16T03:17:43.314Z Downloaded buf-list v1.0.3
8272024-10-16T03:17:43.317Z Downloaded cpufeatures v0.2.14
8282024-10-16T03:17:43.317Z Downloaded unarray v0.1.4
8292024-10-16T03:17:43.317Z Downloaded slog-json v2.6.1
8302024-10-16T03:17:43.322Z Downloaded progenitor v0.8.0
8312024-10-16T03:17:43.322Z Downloaded packed_struct v0.10.1
8322024-10-16T03:17:43.327Z Downloaded hyper-staticfile v0.10.1
8332024-10-16T03:17:43.327Z Downloaded hubpack v0.1.2
8342024-10-16T03:17:43.327Z Downloaded p521 v0.13.3
8352024-10-16T03:17:43.332Z Downloaded autocfg v1.4.0
8362024-10-16T03:17:43.332Z Downloaded home v0.5.9
8372024-10-16T03:17:43.332Z Downloaded heck v0.4.1
8382024-10-16T03:17:43.337Z Downloaded ghash v0.5.1
8392024-10-16T03:17:43.337Z Downloaded futures-timer v3.0.3
8402024-10-16T03:17:43.337Z Downloaded gethostname v0.5.0
8412024-10-16T03:17:43.337Z Downloaded fxhash v0.2.1
8422024-10-16T03:17:43.337Z Downloaded futures-macro v0.3.31
8432024-10-16T03:17:43.337Z Downloaded fragile v2.0.0
8442024-10-16T03:17:43.341Z Downloaded foreign-types-shared v0.3.1
8452024-10-16T03:17:43.341Z Downloaded camino-tempfile v1.1.1
8462024-10-16T03:17:43.341Z Downloaded thiserror-impl v1.0.64
8472024-10-16T03:17:43.345Z Downloaded cfg-if v1.0.0
8482024-10-16T03:17:43.345Z Downloaded castaway v0.2.3
8492024-10-16T03:17:43.345Z Downloaded futures-io v0.3.31
8502024-10-16T03:17:43.345Z Downloaded fnv v1.0.7
8512024-10-16T03:17:43.345Z Downloaded guppy-workspace-hack v0.1.0
8522024-10-16T03:17:43.348Z Downloaded byteorder v1.5.0
8532024-10-16T03:17:43.348Z Downloaded anstyle v1.0.8
8542024-10-16T03:17:43.348Z Downloaded async-channel v1.9.0
8552024-10-16T03:17:43.352Z Downloaded ascii-canvas v3.0.0
8562024-10-16T03:17:43.353Z Downloaded arrayref v0.3.9
8572024-10-16T03:17:43.353Z Downloaded anes v0.1.6
8582024-10-16T03:17:43.356Z Downloaded cast v0.3.0
8592024-10-16T03:17:43.357Z Downloaded bitfield-struct v0.6.2
8602024-10-16T03:17:43.357Z Downloaded async-object-pool v0.1.5
8612024-10-16T03:17:43.357Z Downloaded foreign-types v0.3.2
8622024-10-16T03:17:43.357Z Downloaded flagset v0.4.6
8632024-10-16T03:17:43.360Z Downloaded half v2.4.1
8642024-10-16T03:17:43.360Z Downloaded futures-task v0.3.31
8652024-10-16T03:17:43.365Z Downloaded cbc v0.1.2
8662024-10-16T03:17:43.365Z Downloaded blake3 v1.5.4
8672024-10-16T03:17:43.370Z Downloaded assert_matches v1.5.0
8682024-10-16T03:17:43.373Z Downloaded iana-time-zone v0.1.61
8692024-10-16T03:17:43.373Z Downloaded heapless v0.7.17
8702024-10-16T03:17:43.377Z Downloaded headers v0.4.0
8712024-10-16T03:17:43.381Z Downloaded cipher v0.4.4
8722024-10-16T03:17:43.388Z Downloaded filetime v0.2.25
8732024-10-16T03:17:43.392Z Downloaded serde_with_macros v3.11.0
8742024-10-16T03:17:43.392Z Downloaded rand_seeder v0.3.0
8752024-10-16T03:17:43.395Z Downloaded pbkdf2 v0.11.0
8762024-10-16T03:17:43.395Z Downloaded parse-display-derive v0.10.0
8772024-10-16T03:17:43.395Z Downloaded futures v0.3.31
8782024-10-16T03:17:43.399Z Downloaded anstream v0.6.15
8792024-10-16T03:17:43.401Z Downloaded pathdiff v0.2.2
8802024-10-16T03:17:43.404Z Downloaded futures-lite v2.3.0
8812024-10-16T03:17:43.404Z Downloaded foldhash v0.1.3
8822024-10-16T03:17:43.406Z Downloaded arc-swap v1.7.1
8832024-10-16T03:17:43.409Z Downloaded bytecount v0.6.8
8842024-10-16T03:17:43.409Z Downloaded async-channel v2.3.1
8852024-10-16T03:17:43.412Z Downloaded async-signal v0.2.10
8862024-10-16T03:17:43.412Z Downloaded anstyle-query v1.1.1
8872024-10-16T03:17:43.415Z Downloaded hostname v0.3.1
8882024-10-16T03:17:43.415Z Downloaded ff v0.13.0
8892024-10-16T03:17:43.418Z Downloaded cargo-platform v0.1.8
8902024-10-16T03:17:43.418Z Downloaded approx v0.5.1
8912024-10-16T03:17:43.418Z Downloaded async-process v2.3.0
8922024-10-16T03:17:43.420Z Downloaded futures-sink v0.3.31
8932024-10-16T03:17:43.420Z Downloaded heck v0.3.3
8942024-10-16T03:17:43.422Z Downloaded foreign-types-shared v0.1.1
8952024-10-16T03:17:43.422Z Downloaded float-cmp v0.9.0
8962024-10-16T03:17:43.422Z Downloaded ciborium-ll v0.2.2
8972024-10-16T03:17:43.425Z Downloaded block-padding v0.3.3
8982024-10-16T03:17:43.425Z Downloaded async-stream v0.3.6
8992024-10-16T03:17:43.427Z Downloaded arrayvec v0.7.6
9002024-10-16T03:17:43.430Z Downloaded camino v1.1.9
9012024-10-16T03:17:43.432Z Downloaded async-task v4.7.1
9022024-10-16T03:17:43.432Z Downloaded async-lock v3.4.0
9032024-10-16T03:17:43.434Z Downloaded anstyle-parse v0.2.5
9042024-10-16T03:17:43.437Z Downloaded addr2line v0.24.2
9052024-10-16T03:17:43.439Z Downloaded array-init v0.0.4
9062024-10-16T03:17:43.439Z Downloaded async-attributes v1.1.2
9072024-10-16T03:17:43.439Z Downloaded form_urlencoded v1.2.1
9082024-10-16T03:17:43.442Z Downloaded base16ct v0.2.0
9092024-10-16T03:17:43.442Z Downloaded async-global-executor v2.4.1
9102024-10-16T03:17:43.705Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9112024-10-16T03:18:04.556Z Startup: Refreshing catalog 'helios-dev' ... Done
9122024-10-16T03:18:07.550Z Startup: Caching catalogs ... Done
9132024-10-16T03:18:13.292ZPlanning: Solver setup ... Done (4.917s)
9142024-10-16T03:18:13.366ZPlanning: Running solver ... Done (0.074s)
9152024-10-16T03:18:13.439ZPlanning: Finding local manifests ... Done (0.005s)
9162024-10-16T03:18:13.499ZPlanning: Fetching manifests: 0/5 0% complete
9172024-10-16T03:18:14.138ZPlanning: Fetching manifests: 5/5 100% complete
9182024-10-16T03:18:14.237ZPlanning: Package planning ... Done (0.099s)
9192024-10-16T03:18:14.293ZPlanning: Merging actions ... Done (0.056s)
9202024-10-16T03:18:14.491ZPlanning: Checking for conflicting actions ... Done (0.197s)
9212024-10-16T03:18:16.998ZPlanning: Consolidating action changes ... Done (2.506s)
9222024-10-16T03:18:17.502ZPlanning: Evaluating mediators ... Done (0.503s)
9232024-10-16T03:18:17.583ZPlanning: Planning completed in 9.95 seconds
9242024-10-16T03:18:17.608Z Packages to install: 4
9252024-10-16T03:18:17.608Z Packages to update: 1
9262024-10-16T03:18:17.612Z Mediators to change: 2
9272024-10-16T03:18:17.612Z Services to change: 1
9282024-10-16T03:18:17.612Z Estimated space available: 155.48 GB
9292024-10-16T03:18:17.612ZEstimated space to be consumed: 1.57 GB
9302024-10-16T03:18:17.612Z Create boot environment: No
9312024-10-16T03:18:17.612ZCreate backup boot environment: Yes
9322024-10-16T03:18:17.612Z Rebuild boot archive: No
9332024-10-16T03:18:17.612Z
9342024-10-16T03:18:17.612ZChanged mediators:
9352024-10-16T03:18:17.612Z mediator clang:
9362024-10-16T03:18:17.612Z version: None -> 15 (system default)
9372024-10-16T03:18:17.612Z
9382024-10-16T03:18:17.612Z mediator llvm:
9392024-10-16T03:18:17.612Z version: 14 (system default) -> 15 (system default)
9402024-10-16T03:18:17.612Z
9412024-10-16T03:18:17.612ZChanged packages:
9422024-10-16T03:18:17.612Zhelios-dev
9432024-10-16T03:18:17.612Z developer/build-essential
9442024-10-16T03:18:17.613Z None -> 11-2.0
9452024-10-16T03:18:17.613Z library/libxmlsec1
9462024-10-16T03:18:17.613Z None -> 1.2.35-2.0
9472024-10-16T03:18:17.613Z ooce/developer/clang-15
9482024-10-16T03:18:17.613Z None -> 15.0.7-2.0
9492024-10-16T03:18:17.613Z ooce/developer/llvm-15
9502024-10-16T03:18:17.613Z None -> 15.0.7-2.0
9512024-10-16T03:18:17.613Z package/pkg
9522024-10-16T03:18:17.613Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9532024-10-16T03:18:17.613Z
9542024-10-16T03:18:17.613ZServices:
9552024-10-16T03:18:17.613Z restart_fmri:
9562024-10-16T03:18:17.613Z svc:/system/update-man-index:default
9572024-10-16T03:18:17.613Z
9582024-10-16T03:18:17.613ZEditable files to change:
9592024-10-16T03:18:17.613Z Update:
9602024-10-16T03:18:17.613Z usr/share/lib/pkg/web/config.shtml
9612024-10-16T03:18:17.701Z
9622024-10-16T03:18:17.701ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9632024-10-16T03:18:23.623ZDownload: 205/4281 items 1.2/220.6MB 0% complete (289k/s)
9642024-10-16T03:18:30.245ZDownload: 212/4281 items 1.2/220.6MB 0% complete (261k/s)
9652024-10-16T03:18:35.245ZDownload: 295/4281 items 15.8/220.6MB 7% complete (2.5M/s)
9662024-10-16T03:18:40.252ZDownload: 483/4281 items 16.9/220.6MB 7% complete (1.8M/s)
9672024-10-16T03:18:45.259ZDownload: 722/4281 items 18.0/220.6MB 8% complete (848k/s)
9682024-10-16T03:18:50.271ZDownload: 968/4281 items 19.4/220.6MB 8% complete (236k/s)
9692024-10-16T03:18:55.272ZDownload: 1120/4281 items 54.7/220.6MB 24% complete (3.6M/s)
9702024-10-16T03:19:00.478ZDownload: 1189/4281 items 80.7/220.6MB 36% complete (6.1M/s)
9712024-10-16T03:19:08.486ZDownload: 1195/4281 items 82.1/220.6MB 37% complete (6.0M/s)
9722024-10-16T03:19:21.323ZDownload: 1198/4281 items 83.0/220.6MB 37% complete
9732024-10-16T03:19:26.327ZDownload: 1626/4281 items 117.0/220.6MB 53% complete (7.1M/s)
9742024-10-16T03:19:31.695ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (4.1M/s)
9752024-10-16T03:19:36.703ZDownload: 2417/4281 items 120.1/220.6MB 54% complete (306k/s)
9762024-10-16T03:19:41.716ZDownload: 2796/4281 items 121.0/220.6MB 54% complete (180k/s)
9772024-10-16T03:19:46.717ZDownload: 3141/4281 items 147.8/220.6MB 66% complete (2.7M/s)
9782024-10-16T03:19:52.074ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (8.2M/s)
9792024-10-16T03:20:00.796ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
9802024-10-16T03:20:05.798ZDownload: 4145/4281 items 220.1/220.6MB 99% complete (1.9M/s)
9812024-10-16T03:20:10.157ZDownload: Completed 220.60 MB in 112.44 seconds (2.0M/s)
9822024-10-16T03:20:12.186Z Actions: 1/5063 actions (Removing old actions)
9832024-10-16T03:20:12.220Z Actions: 194/5063 actions (Installing new actions)
9842024-10-16T03:20:16.945Z Actions: 4226/5063 actions (Updating modified actions)
9852024-10-16T03:20:17.277Z Actions: Completed 5063 actions in 5.09 seconds.
9862024-10-16T03:20:17.620Z Done (0.336s)
9872024-10-16T03:20:17.622Z Done (0.000s)
9882024-10-16T03:20:18.108Z Done (0.487s)
9892024-10-16T03:20:22.573Z Done (4.263s)
9902024-10-16T03:20:22.664Z Done (0.018s)
9912024-10-16T03:20:22.667Z Done (0.000s)
9922024-10-16T03:20:22.832Z Done (0.000s)
9932024-10-16T03:20:23.469ZPlanning: Evaluating mediator changes ... Done
9942024-10-16T03:20:23.629ZPlanning: Checking for conflicting actions ... Done
9952024-10-16T03:20:23.632ZPlanning: Consolidating action changes ... Done
9962024-10-16T03:20:23.896ZPlanning: Evaluating mediators ... Done
9972024-10-16T03:20:23.899ZPlanning: Planning completed in 0.43 seconds
9982024-10-16T03:20:23.938Z Mediators to change: 2
9992024-10-16T03:20:23.939Z Create boot environment: No
10002024-10-16T03:20:23.941ZCreate backup boot environment: No
10012024-10-16T03:20:24.012Z Done
10022024-10-16T03:20:24.012Z Done
10032024-10-16T03:20:24.316Z Done
10042024-10-16T03:20:27.869Z Done
10052024-10-16T03:20:27.953Z Done
10062024-10-16T03:20:27.956Z Done
10072024-10-16T03:20:28.091Z Done
10082024-10-16T03:20:28.713ZPlanning: Evaluating mediator changes ... Done
10092024-10-16T03:20:28.716ZPlanning: Merging actions ... Done
10102024-10-16T03:20:28.905ZPlanning: Checking for conflicting actions ... Done
10112024-10-16T03:20:28.907ZPlanning: Consolidating action changes ... Done
10122024-10-16T03:20:29.179ZPlanning: Evaluating mediators ... Done
10132024-10-16T03:20:29.234ZPlanning: Planning completed in 0.77 seconds
10142024-10-16T03:20:29.277Z Packages to change: 1
10152024-10-16T03:20:29.277Z Mediators to change: 1
10162024-10-16T03:20:29.280Z Services to change: 1
10172024-10-16T03:20:29.280Z Create boot environment: No
10182024-10-16T03:20:29.280ZCreate backup boot environment: Yes
10192024-10-16T03:20:31.320Z Actions: 1/6 actions (Updating modified actions)
10202024-10-16T03:20:31.320Z Actions: Completed 6 actions in 0.00 seconds.
10212024-10-16T03:20:31.320Z Done
10222024-10-16T03:20:31.320Z Done
10232024-10-16T03:20:31.416Z Done
10242024-10-16T03:20:34.926Z Done
10252024-10-16T03:20:35.014Z Done
10262024-10-16T03:20:35.016Z Done
10272024-10-16T03:20:35.168Z Done
10282024-10-16T03:20:35.601ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10292024-10-16T03:20:35.601Zclang system 15 system
10302024-10-16T03:20:35.601Zcsh system system illumos
10312024-10-16T03:20:35.601Zctags system system illumos
10322024-10-16T03:20:35.601Zgcc vendor 12 vendor
10332024-10-16T03:20:35.601Zgcc system 10 system
10342024-10-16T03:20:35.601Zgcc system 7 system
10352024-10-16T03:20:35.601Zgo system 1.20 system
10362024-10-16T03:20:35.601Zgo system 1.19 system
10372024-10-16T03:20:35.601Zllvm system 15 system
10382024-10-16T03:20:35.601Zllvm system 14 system
10392024-10-16T03:20:35.601Zmariadb system 10.6 system
10402024-10-16T03:20:35.601Zmta vendor vendor dma
10412024-10-16T03:20:35.601Zopenjdk system 17 system
10422024-10-16T03:20:35.601Zopenjdk system 11 system
10432024-10-16T03:20:35.601Zopenjdk system 1.8 system
10442024-10-16T03:20:35.601Zopenssl vendor 3 vendor
10452024-10-16T03:20:35.601Zperl system 5.36 system
10462024-10-16T03:20:35.601Zpostgresql system 15 system
10472024-10-16T03:20:35.601Zpostgresql system 13 system
10482024-10-16T03:20:35.601Zpython vendor 3 vendor
10492024-10-16T03:20:35.601Zpython system 2 system
10502024-10-16T03:20:35.601Zpython3 system 3.11 system
10512024-10-16T03:20:35.601Zruby system 3.0 system
10522024-10-16T03:20:35.601Zwords vendor vendor american-english
10532024-10-16T03:20:35.601Zwords system system australian-english
10542024-10-16T03:20:35.602Zwords system system british-english
10552024-10-16T03:20:35.602Zwords system system canadian-english
10562024-10-16T03:20:35.602Zwords system system french
10572024-10-16T03:20:35.602Zwords system system italian
10582024-10-16T03:20:35.602Zwords system system ngerman
10592024-10-16T03:20:35.602Zwords system system ogerman
10602024-10-16T03:20:35.602Zwords system system spanish
10612024-10-16T03:20:35.928ZPUBLISHER TYPE STATUS P LOCATION
10622024-10-16T03:20:35.928Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10632024-10-16T03:20:38.107ZFMRI IFO
10642024-10-16T03:20:38.107Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10652024-10-16T03:20:38.107Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10662024-10-16T03:20:38.107Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10672024-10-16T03:20:38.107Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10682024-10-16T03:20:38.107Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10692024-10-16T03:20:38.107Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10702024-10-16T03:20:38.107Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10712024-10-16T03:20:38.107Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10722024-10-16T03:20:38.107Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10732024-10-16T03:20:38.107Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10742024-10-16T03:20:38.108Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10752024-10-16T03:20:38.108Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10762024-10-16T03:20:38.108Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10772024-10-16T03:20:39.112Z Downloading crates ...
10782024-10-16T03:20:39.237Z Downloaded cargo_toml v0.20.5
10792024-10-16T03:20:39.370Z Compiling proc-macro2 v1.0.87
10802024-10-16T03:20:39.370Z Compiling unicode-ident v1.0.13
10812024-10-16T03:20:39.372Z Compiling serde v1.0.210
10822024-10-16T03:20:39.372Z Compiling version_check v0.9.5
10832024-10-16T03:20:39.372Z Compiling memchr v2.7.4
10842024-10-16T03:20:39.372Z Compiling thiserror v1.0.64
10852024-10-16T03:20:39.372Z Compiling libc v0.2.159
10862024-10-16T03:20:39.390Z Compiling ucd-trie v0.1.7
10872024-10-16T03:20:39.635Z Compiling itoa v1.0.11
10882024-10-16T03:20:39.854Z Compiling ryu v1.0.18
10892024-10-16T03:20:40.130Z Compiling once_cell v1.20.2
10902024-10-16T03:20:40.186Z Compiling byteorder v1.5.0
10912024-10-16T03:20:40.197Z Compiling rustix v0.38.37
10922024-10-16T03:20:40.539Z Compiling serde_json v1.0.128
10932024-10-16T03:20:40.634Z Compiling bitflags v2.6.0
10942024-10-16T03:20:40.878Z Compiling usdt-impl v0.5.0
10952024-10-16T03:20:40.987Z Compiling quote v1.0.37
10962024-10-16T03:20:41.059Z Compiling proc-macro-error-attr v1.0.4
10972024-10-16T03:20:41.082Z Compiling syn v1.0.109
10982024-10-16T03:20:41.094Z Compiling proc-macro-error v1.0.4
10992024-10-16T03:20:41.333Z Compiling syn v2.0.79
11002024-10-16T03:20:41.376Z Compiling plain v0.2.3
11012024-10-16T03:20:41.394Z Compiling log v0.4.22
11022024-10-16T03:20:41.527Z Compiling errno v0.3.9
11032024-10-16T03:20:41.720Z Compiling camino v1.1.9
11042024-10-16T03:20:41.747Z Compiling hashbrown v0.15.0
11052024-10-16T03:20:41.775Z Compiling thread-id v4.2.2
11062024-10-16T03:20:41.778Z Compiling utf8parse v0.2.2
11072024-10-16T03:20:41.856Z Compiling equivalent v1.0.1
11082024-10-16T03:20:41.928Z Compiling anstyle-parse v0.2.5
11092024-10-16T03:20:42.251Z Compiling anstyle v1.0.8
11102024-10-16T03:20:42.424Z Compiling colorchoice v1.0.2
11112024-10-16T03:20:42.436Z Compiling winnow v0.6.20
11122024-10-16T03:20:42.582Z Compiling semver v1.0.23
11132024-10-16T03:20:42.695Z Compiling anstyle-query v1.1.1
11142024-10-16T03:20:42.830Z Compiling autocfg v1.4.0
11152024-10-16T03:20:42.832Z Compiling pretty-hex v0.4.1
11162024-10-16T03:20:42.976Z Compiling indexmap v2.6.0
11172024-10-16T03:20:43.046Z Compiling unicode-width v0.1.14
11182024-10-16T03:20:43.131Z Compiling is_terminal_polyfill v1.70.1
11192024-10-16T03:20:43.255Z Compiling anstream v0.6.15
11202024-10-16T03:20:43.884Z Compiling terminal_size v0.4.0
11212024-10-16T03:20:44.004Z Compiling fnv v1.0.7
11222024-10-16T03:20:44.024Z Compiling fs-err v2.11.0
11232024-10-16T03:20:44.086Z Compiling clap_lex v0.7.2
11242024-10-16T03:20:44.123Z Compiling cfg-if v1.0.0
11252024-10-16T03:20:44.206Z Compiling anyhow v1.0.89
11262024-10-16T03:20:44.339Z Compiling heck v0.4.1
11272024-10-16T03:20:44.610Z Compiling strsim v0.11.1
11282024-10-16T03:20:44.684Z Compiling heck v0.5.0
11292024-10-16T03:20:44.813Z Compiling bytecount v0.6.8
11302024-10-16T03:20:44.829Z Compiling fastrand v2.1.1
11312024-10-16T03:20:45.022Z Compiling papergrid v0.11.0
11322024-10-16T03:20:45.195Z Compiling tempfile v3.13.0
11332024-10-16T03:20:45.384Z Compiling clap_builder v4.5.20
11342024-10-16T03:20:45.604Z Compiling memmap v0.7.0
11352024-10-16T03:20:45.709Z Compiling unicode-linebreak v0.1.5
11362024-10-16T03:20:45.945Z Compiling smawk v0.3.2
11372024-10-16T03:20:46.161Z Compiling textwrap v0.16.1
11382024-10-16T03:20:46.233Z Compiling swrite v0.1.0
11392024-10-16T03:20:47.568Z Compiling tabled_derive v0.7.0
11402024-10-16T03:20:49.232Z Compiling tabled v0.15.0
11412024-10-16T03:20:50.185Z Compiling serde_derive v1.0.210
11422024-10-16T03:20:50.185Z Compiling thiserror-impl v1.0.64
11432024-10-16T03:20:50.188Z Compiling zerocopy-derive v0.7.35
11442024-10-16T03:20:50.188Z Compiling scroll_derive v0.12.0
11452024-10-16T03:20:50.188Z Compiling clap_derive v4.5.18
11462024-10-16T03:20:51.668Z Compiling scroll v0.12.0
11472024-10-16T03:20:52.247Z Compiling goblin v0.8.2
11482024-10-16T03:20:52.491Z Compiling zerocopy v0.7.35
11492024-10-16T03:20:53.112Z Compiling pest v2.7.14
11502024-10-16T03:20:53.938Z Compiling clap v4.5.20
11512024-10-16T03:20:55.420Z Compiling pest_meta v2.7.14
11522024-10-16T03:20:56.212Z Compiling pest_generator v2.7.14
11532024-10-16T03:20:58.181Z Compiling pest_derive v2.7.14
11542024-10-16T03:20:58.917Z Compiling dtrace-parser v0.2.0
11552024-10-16T03:21:00.435Z Compiling toml_datetime v0.6.8
11562024-10-16T03:21:00.435Z Compiling serde_spanned v0.6.8
11572024-10-16T03:21:00.438Z Compiling cargo-platform v0.1.8
11582024-10-16T03:21:00.843Z Compiling serde_tokenstream v0.2.2
11592024-10-16T03:21:00.964Z Compiling toml_edit v0.22.22
11602024-10-16T03:21:00.983Z Compiling macaddr v1.0.1
11612024-10-16T03:21:01.064Z Compiling camino-tempfile v1.1.1
11622024-10-16T03:21:01.872Z Compiling dof v0.3.0
11632024-10-16T03:21:01.872Z Compiling cargo_metadata v0.18.1
11642024-10-16T03:21:03.706Z Compiling toml v0.8.19
11652024-10-16T03:21:03.753Z Compiling usdt-macro v0.5.0
11662024-10-16T03:21:03.769Z Compiling usdt-attr-macro v0.5.0
11672024-10-16T03:21:04.508Z Compiling cargo_toml v0.20.5
11682024-10-16T03:21:05.122Z Compiling usdt v0.5.0
11692024-10-16T03:21:08.039Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11702024-10-16T03:21:11.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.42s
11712024-10-16T03:21:12.032Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11722024-10-16T03:21:12.920Z Compiling serde v1.0.210
11732024-10-16T03:21:12.923Z Compiling typenum v1.17.0
11742024-10-16T03:21:12.923Z Compiling generic-array v0.14.7
11752024-10-16T03:21:12.923Z Compiling lock_api v0.4.12
11762024-10-16T03:21:12.923Z Compiling scopeguard v1.2.0
11772024-10-16T03:21:12.923Z Compiling subtle v2.6.1
11782024-10-16T03:21:13.063Z Compiling syn v2.0.79
11792024-10-16T03:21:13.071Z Compiling getrandom v0.2.15
11802024-10-16T03:21:13.184Z Compiling value-bag v1.9.0
11812024-10-16T03:21:13.333Z Compiling rand_core v0.6.4
11822024-10-16T03:21:13.498Z Compiling const-oid v0.9.6
11832024-10-16T03:21:13.527Z Compiling pin-project-lite v0.2.14
11842024-10-16T03:21:13.608Z Compiling log v0.4.22
11852024-10-16T03:21:13.646Z Compiling smallvec v1.13.2
11862024-10-16T03:21:13.767Z Compiling jobserver v0.1.32
11872024-10-16T03:21:13.861Z Compiling parking_lot_core v0.9.10
11882024-10-16T03:21:13.920Z Compiling shlex v1.3.0
11892024-10-16T03:21:14.059Z Compiling futures-core v0.3.31
11902024-10-16T03:21:14.303Z Compiling cc v1.1.30
11912024-10-16T03:21:14.317Z Compiling signal-hook-registry v1.4.2
11922024-10-16T03:21:14.434Z Compiling mio v1.0.2
11932024-10-16T03:21:14.679Z Compiling cpufeatures v0.2.14
11942024-10-16T03:21:14.780Z Compiling parking_lot v0.12.3
11952024-10-16T03:21:14.987Z Compiling futures-sink v0.3.31
11962024-10-16T03:21:15.124Z Compiling spin v0.9.8
11972024-10-16T03:21:15.184Z Compiling socket2 v0.5.7
11982024-10-16T03:21:15.504Z Compiling slab v0.4.9
11992024-10-16T03:21:15.529Z Compiling serde_json v1.0.128
12002024-10-16T03:21:15.669Z Compiling futures-channel v0.3.31
12012024-10-16T03:21:15.743Z Compiling foldhash v0.1.3
12022024-10-16T03:21:15.788Z Compiling futures-task v0.3.31
12032024-10-16T03:21:15.892Z Compiling tinyvec_macros v0.1.1
12042024-10-16T03:21:15.982Z Compiling allocator-api2 v0.2.18
12052024-10-16T03:21:16.038Z Compiling futures-io v0.3.31
12062024-10-16T03:21:16.053Z Compiling pin-utils v0.1.0
12072024-10-16T03:21:16.086Z Compiling tinyvec v1.8.0
12082024-10-16T03:21:16.137Z Compiling libm v0.2.8
12092024-10-16T03:21:16.155Z Compiling num-traits v0.2.19
12102024-10-16T03:21:16.216Z Compiling unicode-bidi v0.3.17
12112024-10-16T03:21:16.344Z Compiling base64ct v1.6.0
12122024-10-16T03:21:16.663Z Compiling httparse v1.9.5
12132024-10-16T03:21:16.783Z Compiling hashbrown v0.15.0
12142024-10-16T03:21:16.887Z Compiling pem-rfc7468 v0.7.0
12152024-10-16T03:21:17.451Z Compiling flagset v0.4.6
12162024-10-16T03:21:17.600Z Compiling unicode-normalization v0.1.24
12172024-10-16T03:21:17.664Z Compiling tracing-core v0.1.32
12182024-10-16T03:21:17.706Z Compiling percent-encoding v2.3.1
12192024-10-16T03:21:17.959Z Compiling rustls-pki-types v1.9.0
12202024-10-16T03:21:18.060Z Compiling crossbeam-utils v0.8.20
12212024-10-16T03:21:18.488Z Compiling ring v0.17.8
12222024-10-16T03:21:18.716Z Compiling vcpkg v0.2.15
12232024-10-16T03:21:18.737Z Compiling pkg-config v0.3.31
12242024-10-16T03:21:18.817Z Compiling num-conv v0.1.0
12252024-10-16T03:21:18.955Z Compiling powerfmt v0.2.0
12262024-10-16T03:21:19.069Z Compiling untrusted v0.9.0
12272024-10-16T03:21:19.087Z Compiling time-core v0.1.2
12282024-10-16T03:21:19.241Z Compiling deranged v0.3.11
12292024-10-16T03:21:19.257Z Compiling time-macros v0.2.18
12302024-10-16T03:21:19.731Z Compiling num_threads v0.1.7
12312024-10-16T03:21:19.855Z Compiling atomic-waker v1.1.2
12322024-10-16T03:21:20.031Z Compiling form_urlencoded v1.2.1
12332024-10-16T03:21:20.286Z Compiling rustix v0.38.37
12342024-10-16T03:21:20.357Z Compiling try-lock v0.2.5
12352024-10-16T03:21:20.503Z Compiling slog v2.7.0
12362024-10-16T03:21:20.611Z Compiling want v0.3.1
12372024-10-16T03:21:20.825Z Compiling openssl-sys v0.9.103
12382024-10-16T03:21:20.895Z Compiling httpdate v1.0.3
12392024-10-16T03:21:21.099Z Compiling idna v0.5.0
12402024-10-16T03:21:21.189Z Compiling tower-service v0.3.3
12412024-10-16T03:21:21.303Z Compiling foreign-types-shared v0.1.1
12422024-10-16T03:21:21.320Z Compiling rustversion v1.0.17
12432024-10-16T03:21:21.411Z Compiling iana-time-zone v0.1.61
12442024-10-16T03:21:21.789Z Compiling base64 v0.22.1
12452024-10-16T03:21:21.855Z Compiling openssl v0.10.66
12462024-10-16T03:21:22.008Z Compiling match_cfg v0.1.0
12472024-10-16T03:21:22.093Z Compiling hostname v0.3.1
12482024-10-16T03:21:22.309Z Compiling url v2.5.2
12492024-10-16T03:21:22.333Z Compiling foreign-types v0.3.2
12502024-10-16T03:21:22.421Z Compiling dirs-sys-next v0.1.2
12512024-10-16T03:21:22.442Z Compiling time v0.3.36
12522024-10-16T03:21:22.529Z Compiling aho-corasick v1.1.3
12532024-10-16T03:21:22.604Z Compiling native-tls v0.2.12
12542024-10-16T03:21:22.963Z Compiling siphasher v0.3.11
12552024-10-16T03:21:22.991Z Compiling syn v1.0.109
12562024-10-16T03:21:23.350Z Compiling adler2 v2.0.0
12572024-10-16T03:21:23.370Z Compiling rustls v0.23.14
12582024-10-16T03:21:23.532Z Compiling data-encoding v2.6.0
12592024-10-16T03:21:23.623Z Compiling rustls v0.22.4
12602024-10-16T03:21:23.668Z Compiling regex-syntax v0.8.5
12612024-10-16T03:21:23.964Z Compiling miniz_oxide v0.8.0
12622024-10-16T03:21:24.223Z Compiling dirs-next v2.0.0
12632024-10-16T03:21:25.439Z Compiling serde_derive_internals v0.29.1
12642024-10-16T03:21:25.870Z Compiling crossbeam-epoch v0.9.18
12652024-10-16T03:21:25.977Z Compiling lazy_static v1.5.0
12662024-10-16T03:21:26.100Z Compiling thread_local v1.1.8
12672024-10-16T03:21:26.616Z Compiling multer v3.1.0
12682024-10-16T03:21:26.655Z Compiling encoding_rs v0.8.34
12692024-10-16T03:21:26.925Z Compiling cookie v0.18.1
12702024-10-16T03:21:27.219Z Compiling regex-automata v0.4.8
12712024-10-16T03:21:27.320Z Compiling serde_derive v1.0.210
12722024-10-16T03:21:27.622Z Compiling zeroize_derive v1.4.2
12732024-10-16T03:21:27.903Z Compiling zerocopy-derive v0.7.35
12742024-10-16T03:21:28.160Z Compiling tokio-macros v2.4.0
12752024-10-16T03:21:29.067Z Compiling thiserror-impl v1.0.64
12762024-10-16T03:21:29.254Z Compiling zeroize v1.8.1
12772024-10-16T03:21:29.833Z Compiling futures-macro v0.3.31
12782024-10-16T03:21:30.247Z Compiling zerocopy v0.7.35
12792024-10-16T03:21:30.301Z Compiling der_derive v0.7.3
12802024-10-16T03:21:31.065Z Compiling tracing-attributes v0.1.27
12812024-10-16T03:21:31.169Z Compiling crypto-common v0.1.6
12822024-10-16T03:21:31.408Z Compiling block-buffer v0.10.4
12832024-10-16T03:21:31.658Z Compiling digest v0.10.7
12842024-10-16T03:21:31.879Z Compiling block-padding v0.3.3
12852024-10-16T03:21:31.897Z Compiling futures-util v0.3.31
12862024-10-16T03:21:32.111Z Compiling hmac v0.12.1
12872024-10-16T03:21:32.147Z Compiling inout v0.1.3
12882024-10-16T03:21:32.369Z Compiling sha2 v0.10.8
12892024-10-16T03:21:32.402Z Compiling thiserror v1.0.64
12902024-10-16T03:21:32.422Z Compiling cipher v0.4.4
12912024-10-16T03:21:32.530Z Compiling ppv-lite86 v0.2.20
12922024-10-16T03:21:32.827Z Compiling der v0.7.9
12932024-10-16T03:21:32.933Z Compiling salsa20 v0.10.2
12942024-10-16T03:21:33.157Z Compiling pest v2.7.14
12952024-10-16T03:21:33.362Z Compiling rand_chacha v0.3.1
12962024-10-16T03:21:34.904Z Compiling tracing v0.1.40
12972024-10-16T03:21:35.475Z Compiling spki v0.7.3
12982024-10-16T03:21:35.751Z Compiling rand v0.8.5
12992024-10-16T03:21:35.851Z Compiling pbkdf2 v0.12.2
13002024-10-16T03:21:36.012Z Compiling scrypt v0.11.0
13012024-10-16T03:21:36.030Z Compiling pest_meta v2.7.14
13022024-10-16T03:21:36.172Z Compiling aes v0.8.4
13032024-10-16T03:21:36.231Z Compiling cbc v0.1.2
13042024-10-16T03:21:36.463Z Compiling scroll_derive v0.12.0
13052024-10-16T03:21:36.597Z Compiling rustls-webpki v0.102.8
13062024-10-16T03:21:37.896Z Compiling pest_generator v2.7.14
13072024-10-16T03:21:37.961Z Compiling scroll v0.12.0
13082024-10-16T03:21:38.191Z Compiling pkcs5 v0.7.1
13092024-10-16T03:21:38.499Z Compiling goblin v0.8.2
13102024-10-16T03:21:38.679Z Compiling openssl-macros v0.1.1
13112024-10-16T03:21:38.985Z Compiling pkcs8 v0.10.2
13122024-10-16T03:21:39.412Z Compiling async-trait v0.1.83
13132024-10-16T03:21:39.473Z Compiling sha1 v0.10.6
13142024-10-16T03:21:39.697Z Compiling signature v2.2.0
13152024-10-16T03:21:39.889Z Compiling openssl-probe v0.1.5
13162024-10-16T03:21:39.890Z Compiling unicode-properties v0.1.3
13172024-10-16T03:21:39.992Z Compiling slog-async v2.8.0
13182024-10-16T03:21:40.091Z Compiling schemars v0.8.21
13192024-10-16T03:21:40.283Z Compiling mime v0.3.17
13202024-10-16T03:21:40.320Z Compiling gimli v0.31.1
13212024-10-16T03:21:40.474Z Compiling either v1.13.0
13222024-10-16T03:21:40.571Z Compiling rayon-core v1.12.1
13232024-10-16T03:21:40.860Z Compiling ipnet v2.10.1
13242024-10-16T03:21:40.893Z Compiling signal-hook v0.3.17
13252024-10-16T03:21:40.912Z Compiling paste v1.0.15
13262024-10-16T03:21:41.149Z Compiling pest_derive v2.7.14
13272024-10-16T03:21:41.320Z Compiling stringprep v0.1.5
13282024-10-16T03:21:41.495Z Compiling futures-executor v0.3.31
13292024-10-16T03:21:41.934Z Compiling bytes v1.7.2
13302024-10-16T03:21:42.067Z Compiling indexmap v2.6.0
13312024-10-16T03:21:42.090Z Compiling bitflags v2.6.0
13322024-10-16T03:21:42.238Z Compiling semver v1.0.23
13332024-10-16T03:21:42.520Z Compiling dtrace-parser v0.2.0
13342024-10-16T03:21:43.011Z Compiling tokio v1.40.0
13352024-10-16T03:21:43.236Z Compiling http v1.1.0
13362024-10-16T03:21:43.469Z Compiling rustc_version v0.4.1
13372024-10-16T03:21:44.254Z Compiling dof v0.3.0
13382024-10-16T03:21:44.681Z Compiling toml_datetime v0.6.8
13392024-10-16T03:21:45.053Z Compiling http-body v1.0.1
13402024-10-16T03:21:45.230Z Compiling serde_tokenstream v0.2.2
13412024-10-16T03:21:45.304Z Compiling uuid v1.10.0
13422024-10-16T03:21:45.465Z Compiling serde_spanned v0.6.8
13432024-10-16T03:21:45.708Z Compiling usdt-impl v0.5.0
13442024-10-16T03:21:45.726Z Compiling chrono v0.4.38
13452024-10-16T03:21:45.857Z Compiling http-body-util v0.1.2
13462024-10-16T03:21:46.358Z Compiling heapless v0.7.17
13472024-10-16T03:21:46.745Z Compiling toml_edit v0.22.22
13482024-10-16T03:21:46.873Z Compiling addr2line v0.24.2
13492024-10-16T03:21:47.272Z Compiling curve25519-dalek v4.1.3
13502024-10-16T03:21:47.579Z Compiling slog-json v2.6.1
13512024-10-16T03:21:47.839Z Compiling serde_urlencoded v0.7.1
13522024-10-16T03:21:48.348Z Compiling md-5 v0.10.6
13532024-10-16T03:21:48.601Z Compiling schemars_derive v0.8.21
13542024-10-16T03:21:49.006Z Compiling usdt-macro v0.5.0
13552024-10-16T03:21:49.449Z Compiling usdt-attr-macro v0.5.0
13562024-10-16T03:21:50.591Z Compiling async-stream-impl v0.3.6
13572024-10-16T03:21:51.146Z Compiling enum-as-inner v0.6.1
13582024-10-16T03:21:51.955Z Compiling tokio-util v0.7.12
13592024-10-16T03:21:52.169Z Compiling crossbeam-deque v0.8.5
13602024-10-16T03:21:52.247Z Compiling term v0.7.0
13612024-10-16T03:21:53.141Z Compiling h2 v0.4.6
13622024-10-16T03:21:53.755Z Compiling crossbeam-channel v0.5.13
13632024-10-16T03:21:54.862Z Compiling num-integer v0.1.46
13642024-10-16T03:21:55.114Z Compiling rustls-pemfile v2.2.0
13652024-10-16T03:21:55.235Z Compiling idna v0.4.0
13662024-10-16T03:21:55.452Z Compiling idna v0.3.0
13672024-10-16T03:21:55.712Z Compiling ff v0.13.0
13682024-10-16T03:21:55.943Z Compiling hash32 v0.2.1
13692024-10-16T03:21:56.339Z Compiling is-terminal v0.4.13
13702024-10-16T03:21:56.467Z Compiling dropshot v0.12.0
13712024-10-16T03:21:56.770Z Compiling object v0.36.5
13722024-10-16T03:21:56.840Z Compiling base16ct v0.2.0
13732024-10-16T03:21:57.111Z Compiling utf-8 v0.7.6
13742024-10-16T03:21:57.161Z Compiling quick-error v1.2.3
13752024-10-16T03:21:57.305Z Compiling anyhow v1.0.89
13762024-10-16T03:21:57.439Z Compiling linked-hash-map v0.5.6
13772024-10-16T03:21:57.808Z Compiling psl-types v2.0.11
13782024-10-16T03:21:57.957Z Compiling dyn-clone v1.0.17
13792024-10-16T03:21:58.013Z Compiling rustc-demangle v0.1.24
13802024-10-16T03:21:58.150Z Compiling stable_deref_trait v1.2.0
13812024-10-16T03:21:58.209Z Compiling take_mut v0.2.2
13822024-10-16T03:21:58.255Z Compiling num-bigint-dig v0.8.4
13832024-10-16T03:21:58.349Z Compiling fallible-iterator v0.2.0
13842024-10-16T03:21:58.485Z Compiling smoltcp v0.9.1
13852024-10-16T03:21:58.570Z Compiling portable-atomic v1.9.0
13862024-10-16T03:21:58.995Z Compiling postgres-protocol v0.6.7
13872024-10-16T03:22:00.251Z Compiling hyper v1.4.1
13882024-10-16T03:22:00.339Z Compiling publicsuffix v2.2.3
13892024-10-16T03:22:00.592Z Compiling lru-cache v0.1.2
13902024-10-16T03:22:00.648Z Compiling tungstenite v0.23.0
13912024-10-16T03:22:00.798Z Compiling resolv-conf v0.7.0
13922024-10-16T03:22:01.621Z Compiling sec1 v0.7.3
13932024-10-16T03:22:02.087Z Compiling slog-term v2.9.1
13942024-10-16T03:22:02.201Z Compiling usdt v0.5.0
13952024-10-16T03:22:02.701Z Compiling hyper-util v0.1.9
13962024-10-16T03:22:03.030Z Compiling hickory-proto v0.24.1
13972024-10-16T03:22:03.295Z Compiling group v0.13.0
13982024-10-16T03:22:03.524Z Compiling num-iter v0.1.45
13992024-10-16T03:22:03.626Z Compiling tokio-rustls v0.26.0
14002024-10-16T03:22:03.715Z Compiling backtrace v0.3.74
14012024-10-16T03:22:03.752Z Compiling tokio-native-tls v0.3.1
14022024-10-16T03:22:04.433Z Compiling tokio-rustls v0.25.0
14032024-10-16T03:22:04.859Z Compiling async-stream v0.3.6
14042024-10-16T03:22:05.190Z Compiling toml v0.8.19
14052024-10-16T03:22:05.319Z Compiling slog-bunyan v2.5.0
14062024-10-16T03:22:05.539Z Compiling terminal_size v0.4.0
14072024-10-16T03:22:05.612Z Compiling dropshot_endpoint v0.12.0
14082024-10-16T03:22:05.760Z Compiling openapiv3 v2.0.0
14092024-10-16T03:22:05.793Z Compiling futures v0.3.31
14102024-10-16T03:22:05.879Z Compiling camino v1.1.9
14112024-10-16T03:22:05.908Z Compiling serde_path_to_error v0.1.16
14122024-10-16T03:22:06.956Z Compiling hkdf v0.12.4
14132024-10-16T03:22:07.218Z Compiling crypto-bigint v0.5.5
14142024-10-16T03:22:07.250Z Compiling curve25519-dalek-derive v0.1.1
14152024-10-16T03:22:07.494Z Compiling hubpack_derive v0.1.1
14162024-10-16T03:22:07.812Z Compiling zerocopy-derive v0.6.6
14172024-10-16T03:22:08.013Z Compiling phf_shared v0.11.2
14182024-10-16T03:22:08.389Z Compiling waitgroup v0.1.2
14192024-10-16T03:22:08.413Z Compiling webpki-roots v0.26.6
14202024-10-16T03:22:08.614Z Compiling hostname v0.4.0
14212024-10-16T03:22:08.630Z Compiling fs-err v2.11.0
14222024-10-16T03:22:08.825Z Compiling ahash v0.8.11
14232024-10-16T03:22:08.863Z Compiling winnow v0.5.40
14242024-10-16T03:22:08.947Z Compiling managed v0.8.0
14252024-10-16T03:22:09.188Z Compiling debug-ignore v1.0.5
14262024-10-16T03:22:09.334Z Compiling bitflags v1.3.2
14272024-10-16T03:22:09.378Z Compiling console v0.15.8
14282024-10-16T03:22:09.972Z Compiling zerocopy v0.6.6
14292024-10-16T03:22:10.067Z Compiling strum_macros v0.25.3
14302024-10-16T03:22:10.880Z Compiling elliptic-curve v0.13.8
14312024-10-16T03:22:11.039Z Compiling clap_builder v4.5.20
14322024-10-16T03:22:11.821Z Compiling hyper-rustls v0.27.3
14332024-10-16T03:22:12.414Z Compiling toml_edit v0.19.15
14342024-10-16T03:22:12.685Z Compiling hickory-resolver v0.24.1
14352024-10-16T03:22:13.331Z Compiling hubpack v0.1.2
14362024-10-16T03:22:13.334Z Compiling phf v0.11.2
14372024-10-16T03:22:13.634Z Compiling signal-hook-mio v0.2.4
14382024-10-16T03:22:13.784Z Compiling cookie_store v0.21.0
14392024-10-16T03:22:13.802Z Compiling hyper-tls v0.6.0
14402024-10-16T03:22:14.190Z Compiling rayon v1.10.0
14412024-10-16T03:22:15.377Z Compiling tokio-tungstenite v0.23.1
14422024-10-16T03:22:15.887Z Compiling postgres-types v0.2.8
14432024-10-16T03:22:18.795Z Compiling tokio-stream v0.1.16
14442024-10-16T03:22:18.992Z Compiling serde-big-array v0.5.1
14452024-10-16T03:22:19.221Z Compiling ed25519 v2.2.3
14462024-10-16T03:22:19.299Z Compiling pkcs1 v0.7.5
14472024-10-16T03:22:19.701Z Compiling regex v1.11.0
14482024-10-16T03:22:19.855Z Compiling bstr v1.10.0
14492024-10-16T03:22:19.910Z Compiling rfc6979 v0.4.0
14502024-10-16T03:22:20.112Z Compiling derive-where v1.2.7
14512024-10-16T03:22:20.379Z Compiling serde_repr v0.1.19
14522024-10-16T03:22:20.398Z Compiling clap_derive v4.5.18
14532024-10-16T03:22:20.414Z Compiling phf_shared v0.10.0
14542024-10-16T03:22:20.821Z Compiling float-cmp v0.9.0
14552024-10-16T03:22:20.842Z Compiling sync_wrapper v1.0.1
14562024-10-16T03:22:20.990Z Compiling crc32fast v1.4.2
14572024-10-16T03:22:21.049Z Compiling new_debug_unreachable v1.0.6
14582024-10-16T03:22:21.147Z Compiling unicode-segmentation v1.12.0
14592024-10-16T03:22:21.212Z Compiling fixedbitset v0.4.2
14602024-10-16T03:22:21.317Z Compiling number_prefix v0.4.0
14612024-10-16T03:22:21.535Z Compiling bit-vec v0.6.3
14622024-10-16T03:22:21.558Z Compiling normalize-line-endings v0.3.0
14632024-10-16T03:22:21.671Z Compiling difflib v0.4.0
14642024-10-16T03:22:21.690Z Compiling static_assertions v1.1.0
14652024-10-16T03:22:21.693Z Compiling predicates-core v1.0.8
14662024-10-16T03:22:21.787Z Compiling precomputed-hash v0.1.1
14672024-10-16T03:22:21.905Z Compiling whoami v1.5.2
14682024-10-16T03:22:21.977Z Compiling minimal-lexical v0.2.1
14692024-10-16T03:22:22.044Z Compiling predicates v3.1.2
14702024-10-16T03:22:22.065Z Compiling string_cache v0.8.7
14712024-10-16T03:22:22.518Z Compiling nom v7.1.3
14722024-10-16T03:22:22.560Z Compiling tokio-postgres v0.7.12
14732024-10-16T03:22:22.577Z Compiling bit-set v0.5.3
14742024-10-16T03:22:22.868Z Compiling similar v2.6.0
14752024-10-16T03:22:23.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14762024-10-16T03:22:23.696Z Compiling qorb v0.0.2
14772024-10-16T03:22:23.816Z Compiling petgraph v0.6.5
14782024-10-16T03:22:25.290Z Compiling indicatif v0.17.8
14792024-10-16T03:22:25.381Z Compiling clap v4.5.20
14802024-10-16T03:22:25.503Z Compiling flate2 v1.0.34
14812024-10-16T03:22:26.162Z Compiling reqwest v0.12.8
14822024-10-16T03:22:26.452Z Compiling ecdsa v0.16.9
14832024-10-16T03:22:27.325Z Compiling rsa v0.9.6
14842024-10-16T03:22:27.474Z Compiling ed25519-dalek v2.1.1
14852024-10-16T03:22:27.795Z Compiling toml v0.7.8
14862024-10-16T03:22:28.386Z Compiling crossterm v0.28.1
14872024-10-16T03:22:29.650Z Compiling hex v0.4.3
14882024-10-16T03:22:29.921Z Compiling itertools v0.10.5
14892024-10-16T03:22:30.038Z Compiling itertools v0.12.1
14902024-10-16T03:22:30.054Z Compiling x509-cert v0.2.5
14912024-10-16T03:22:30.201Z Compiling peg-runtime v0.8.3
14922024-10-16T03:22:30.356Z Compiling lalrpop-util v0.19.12
14932024-10-16T03:22:30.617Z Compiling unicode-xid v0.2.6
14942024-10-16T03:22:30.794Z Compiling xattr v1.3.1
14952024-10-16T03:22:30.862Z Compiling strum_macros v0.26.4
14962024-10-16T03:22:31.064Z Compiling filetime v0.2.25
14972024-10-16T03:22:31.374Z Compiling tar v0.4.42
14982024-10-16T03:22:34.862Z Compiling strum v0.26.3
14992024-10-16T03:22:35.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15002024-10-16T03:22:35.398Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15012024-10-16T03:22:40.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
15022024-10-16T03:22:40.908Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15032024-10-16T03:22:40.950ZOct 16 03:22:40.200 INFO Starting download, target: Clickhouse
15042024-10-16T03:22:40.950ZOct 16 03:22:40.201 INFO Starting download, target: Console
15052024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Starting download, target: Cockroach
15062024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Starting download, target: DendriteOpenapi
15072024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Starting download, target: DendriteStub
15082024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Starting download, target: MaghemiteMgd
15092024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Starting download, target: TransceiverControl
15102024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15112024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15122024-10-16T03:22:40.953ZOct 16 03:22:40.201 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15132024-10-16T03:22:40.953ZOct 16 03:22:40.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15142024-10-16T03:22:40.953ZOct 16 03:22:40.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15152024-10-16T03:22:40.953ZOct 16 03:22:40.202 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15162024-10-16T03:22:40.953ZOct 16 03:22:40.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15172024-10-16T03:22:41.098ZOct 16 03:22:40.346 INFO Download complete, target: DendriteOpenapi
15182024-10-16T03:22:41.259ZOct 16 03:22:40.500 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15192024-10-16T03:22:41.608ZOct 16 03:22:40.858 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15202024-10-16T03:22:41.621ZOct 16 03:22:40.871 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15212024-10-16T03:22:41.628ZOct 16 03:22:40.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15222024-10-16T03:22:41.990ZOct 16 03:22:41.240 INFO Download complete, target: Console
15232024-10-16T03:22:42.030ZOct 16 03:22:41.280 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15242024-10-16T03:22:42.030ZOct 16 03:22:41.280 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15252024-10-16T03:22:42.073ZOct 16 03:22:41.323 INFO Download complete, target: TransceiverControl
15262024-10-16T03:22:43.282ZOct 16 03:22:42.532 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15272024-10-16T03:22:44.801ZOct 16 03:22:44.051 INFO Download complete, target: DendriteStub
15282024-10-16T03:22:44.940ZOct 16 03:22:44.190 INFO Download complete, target: MaghemiteMgd
15292024-10-16T03:22:50.467ZOct 16 03:22:49.715 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15302024-10-16T03:22:50.763ZOct 16 03:22:50.013 INFO Checking that binary works, target: Cockroach
15312024-10-16T03:22:50.929ZOct 16 03:22:50.177 INFO Download complete, target: Cockroach
15322024-10-16T03:22:57.352ZOct 16 03:22:56.599 INFO Checking that binary works, target: Clickhouse
15332024-10-16T03:22:57.502ZOct 16 03:22:56.751 INFO Download complete, target: Clickhouse
15342024-10-16T03:22:57.510ZAll prerequisites installed successfully
15352024-10-16T03:22:57.512Z
15362024-10-16T03:22:57.512Zreal 5:13.772088236
15372024-10-16T03:22:57.512Zuser 12:45.407612600
15382024-10-16T03:22:57.512Zsys 2:37.792965845
15392024-10-16T03:22:57.512Ztrap 0.397071325
15402024-10-16T03:22:57.512Ztflt 1.854616755
15412024-10-16T03:22:57.513Zdflt 1.494767102
15422024-10-16T03:22:57.513Zkflt 0.031655263
15432024-10-16T03:22:57.513Zlock 26:48.668039733
15442024-10-16T03:22:57.513Zslp 52:03.950571475
15452024-10-16T03:22:57.513Zlat 44.236984651
15462024-10-16T03:22:57.513Zstop 1:55.283074732
15472024-10-16T03:22:57.513Z+ source ./tools/include/force-git-over-https.sh
15482024-10-16T03:22:57.513Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15492024-10-16T03:22:57.513Z++ (( i = 0 ))
15502024-10-16T03:22:57.513Z++ (( i < 5 ))
15512024-10-16T03:22:57.513Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15522024-10-16T03:22:57.516Z++ (( i++ ))
15532024-10-16T03:22:57.516Z++ (( i < 5 ))
15542024-10-16T03:22:57.518Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15552024-10-16T03:22:57.518Z++ (( i++ ))
15562024-10-16T03:22:57.518Z++ (( i < 5 ))
15572024-10-16T03:22:57.518Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15582024-10-16T03:22:57.521Z++ (( i++ ))
15592024-10-16T03:22:57.521Z++ (( i < 5 ))
15602024-10-16T03:22:57.524Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15612024-10-16T03:22:57.526Z++ (( i++ ))
15622024-10-16T03:22:57.526Z++ (( i < 5 ))
15632024-10-16T03:22:57.526Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15642024-10-16T03:22:57.529Z++ (( i++ ))
15652024-10-16T03:22:57.529Z++ (( i < 5 ))
15662024-10-16T03:22:57.529Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15672024-10-16T03:22:57.529Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15682024-10-16T03:22:57.529Z+ rc=0
15692024-10-16T03:22:57.529Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15702024-10-16T03:23:22.363Z+ case $rc in
15712024-10-16T03:23:22.363Z+ pfexec zfs create -p rpool/images/build/host
15722024-10-16T03:23:22.542Z+ pfexec zfs create -p rpool/images/build/recovery
15732024-10-16T03:23:22.606Z+ cargo xtask releng --output-dir /work
15742024-10-16T03:23:23.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15752024-10-16T03:23:23.204Z Running `target/debug/xtask releng --output-dir /work`
15762024-10-16T03:23:24.137Z Compiling proc-macro2 v1.0.87
15772024-10-16T03:23:24.137Z Compiling unicode-ident v1.0.13
15782024-10-16T03:23:24.137Z Compiling libc v0.2.159
15792024-10-16T03:23:24.139Z Compiling serde v1.0.210
15802024-10-16T03:23:24.139Z Compiling autocfg v1.4.0
15812024-10-16T03:23:24.139Z Compiling version_check v0.9.5
15822024-10-16T03:23:24.139Z Compiling cfg-if v1.0.0
15832024-10-16T03:23:24.418Z Compiling typenum v1.17.0
15842024-10-16T03:23:24.442Z Compiling shlex v1.3.0
15852024-10-16T03:23:24.461Z Compiling memchr v2.7.4
15862024-10-16T03:23:24.892Z Compiling parking_lot_core v0.9.10
15872024-10-16T03:23:25.210Z Compiling lock_api v0.4.12
15882024-10-16T03:23:25.337Z Compiling generic-array v0.14.7
15892024-10-16T03:23:25.467Z Compiling serde_json v1.0.128
15902024-10-16T03:23:25.581Z Compiling libm v0.2.8
15912024-10-16T03:23:25.634Z Compiling value-bag v1.9.0
15922024-10-16T03:23:25.801Z Compiling quote v1.0.37
15932024-10-16T03:23:25.916Z Compiling slab v0.4.9
15942024-10-16T03:23:25.937Z Compiling num-traits v0.2.19
15952024-10-16T03:23:26.225Z Compiling syn v2.0.79
15962024-10-16T03:23:26.252Z Compiling getrandom v0.2.15
15972024-10-16T03:23:26.313Z Compiling jobserver v0.1.32
15982024-10-16T03:23:26.481Z Compiling log v0.4.22
15992024-10-16T03:23:26.517Z Compiling once_cell v1.20.2
16002024-10-16T03:23:26.784Z Compiling cc v1.1.30
16012024-10-16T03:23:26.919Z Compiling thiserror v1.0.64
16022024-10-16T03:23:27.026Z Compiling itoa v1.0.11
16032024-10-16T03:23:27.329Z Compiling scopeguard v1.2.0
16042024-10-16T03:23:27.423Z Compiling rand_core v0.6.4
16052024-10-16T03:23:27.456Z Compiling byteorder v1.5.0
16062024-10-16T03:23:27.961Z Compiling subtle v2.6.1
16072024-10-16T03:23:28.572Z Compiling semver v1.0.23
16082024-10-16T03:23:28.601Z Compiling pin-project-lite v0.2.14
16092024-10-16T03:23:28.756Z Compiling smallvec v1.13.2
16102024-10-16T03:23:28.915Z Compiling httparse v1.9.5
16112024-10-16T03:23:29.036Z Compiling const-oid v0.9.6
16122024-10-16T03:23:29.039Z Compiling heck v0.5.0
16132024-10-16T03:23:29.311Z Compiling ryu v1.0.18
16142024-10-16T03:23:29.466Z Compiling pkg-config v0.3.31
16152024-10-16T03:23:29.638Z Compiling futures-core v0.3.31
16162024-10-16T03:23:29.641Z Compiling allocator-api2 v0.2.18
16172024-10-16T03:23:30.077Z Compiling signal-hook-registry v1.4.2
16182024-10-16T03:23:30.298Z Compiling ring v0.17.8
16192024-10-16T03:23:30.506Z Compiling parking_lot v0.12.3
16202024-10-16T03:23:30.569Z Compiling mio v1.0.2
16212024-10-16T03:23:31.656Z Compiling socket2 v0.5.7
16222024-10-16T03:23:31.681Z Compiling crossbeam-utils v0.8.20
16232024-10-16T03:23:31.859Z Compiling time-core v0.1.2
16242024-10-16T03:23:31.874Z Compiling num-conv v0.1.0
16252024-10-16T03:23:32.054Z Compiling vcpkg v0.2.15
16262024-10-16T03:23:32.232Z Compiling fnv v1.0.7
16272024-10-16T03:23:32.261Z Compiling futures-sink v0.3.31
16282024-10-16T03:23:32.372Z Compiling time-macros v0.2.18
16292024-10-16T03:23:32.803Z Compiling ahash v0.8.11
16302024-10-16T03:23:32.993Z Compiling schemars v0.8.21
16312024-10-16T03:23:33.335Z Compiling spin v0.9.8
16322024-10-16T03:23:33.848Z Compiling openssl-sys v0.9.103
16332024-10-16T03:23:33.907Z Compiling serde_derive_internals v0.29.1
16342024-10-16T03:23:34.411Z Compiling equivalent v1.0.1
16352024-10-16T03:23:34.517Z Compiling foldhash v0.1.3
16362024-10-16T03:23:34.640Z Compiling rustix v0.38.37
16372024-10-16T03:23:34.973Z Compiling cpufeatures v0.2.14
16382024-10-16T03:23:35.288Z Compiling hashbrown v0.15.0
16392024-10-16T03:23:36.007Z Compiling futures-channel v0.3.31
16402024-10-16T03:23:36.260Z Compiling slog v2.7.0
16412024-10-16T03:23:36.517Z Compiling pin-utils v0.1.0
16422024-10-16T03:23:36.579Z Compiling futures-io v0.3.31
16432024-10-16T03:23:36.655Z Compiling futures-task v0.3.31
16442024-10-16T03:23:36.956Z Compiling tinyvec_macros v0.1.1
16452024-10-16T03:23:37.034Z Compiling ucd-trie v0.1.7
16462024-10-16T03:23:37.058Z Compiling tinyvec v1.8.0
16472024-10-16T03:23:37.101Z Compiling openssl v0.10.66
16482024-10-16T03:23:37.577Z Compiling iana-time-zone v0.1.61
16492024-10-16T03:23:37.599Z Compiling unicode-bidi v0.3.17
16502024-10-16T03:23:37.599Z Compiling tracing-core v0.1.32
16512024-10-16T03:23:37.970Z Compiling rustls v0.23.14
16522024-10-16T03:23:38.038Z Compiling native-tls v0.2.12
16532024-10-16T03:23:38.673Z Compiling base64ct v1.6.0
16542024-10-16T03:23:38.827Z Compiling unicode-normalization v0.1.24
16552024-10-16T03:23:39.365Z Compiling pem-rfc7468 v0.7.0
16562024-10-16T03:23:39.905Z Compiling serde_derive v1.0.210
16572024-10-16T03:23:40.045Z Compiling zeroize_derive v1.4.2
16582024-10-16T03:23:40.084Z Compiling zerocopy-derive v0.7.35
16592024-10-16T03:23:40.155Z Compiling tokio-macros v2.4.0
16602024-10-16T03:23:40.227Z Compiling thiserror-impl v1.0.64
16612024-10-16T03:23:40.505Z Compiling futures-macro v0.3.31
16622024-10-16T03:23:40.602Z Compiling tracing-attributes v0.1.27
16632024-10-16T03:23:41.640Z Compiling zeroize v1.8.1
16642024-10-16T03:23:42.266Z Compiling zerocopy v0.7.35
16652024-10-16T03:23:43.412Z Compiling der_derive v0.7.3
16662024-10-16T03:23:43.540Z Compiling crypto-common v0.1.6
16672024-10-16T03:23:43.896Z Compiling block-buffer v0.10.4
16682024-10-16T03:23:44.032Z Compiling schemars_derive v0.8.21
16692024-10-16T03:23:44.118Z Compiling futures-util v0.3.31
16702024-10-16T03:23:44.227Z Compiling digest v0.10.7
16712024-10-16T03:23:44.590Z Compiling hmac v0.12.1
16722024-10-16T03:23:44.618Z Compiling scroll_derive v0.12.0
16732024-10-16T03:23:44.762Z Compiling block-padding v0.3.3
16742024-10-16T03:23:44.819Z Compiling pest v2.7.14
16752024-10-16T03:23:45.677Z Compiling inout v0.1.3
16762024-10-16T03:23:45.963Z Compiling openssl-macros v0.1.1
16772024-10-16T03:23:46.064Z Compiling cipher v0.4.4
16782024-10-16T03:23:46.734Z Compiling sha2 v0.10.8
16792024-10-16T03:23:46.955Z Compiling tracing v0.1.40
16802024-10-16T03:23:47.076Z Compiling ppv-lite86 v0.2.20
16812024-10-16T03:23:47.671Z Compiling pest_meta v2.7.14
16822024-10-16T03:23:48.037Z Compiling async-trait v0.1.83
16832024-10-16T03:23:50.500Z Compiling pest_generator v2.7.14
16842024-10-16T03:23:51.130Z Compiling usdt-impl v0.5.0
16852024-10-16T03:23:51.281Z Compiling cookie v0.18.1
16862024-10-16T03:23:51.634Z Compiling flagset v0.4.6
16872024-10-16T03:23:51.840Z Compiling dyn-clone v1.0.17
16882024-10-16T03:23:51.859Z Compiling syn v1.0.109
16892024-10-16T03:23:52.036Z Compiling percent-encoding v2.3.1
16902024-10-16T03:23:52.129Z Compiling der v0.7.9
16912024-10-16T03:23:52.252Z Compiling pest_derive v2.7.14
16922024-10-16T03:23:52.539Z Compiling rand_chacha v0.3.1
16932024-10-16T03:23:52.872Z Compiling scroll v0.12.0
16942024-10-16T03:23:53.183Z Compiling aho-corasick v1.1.3
16952024-10-16T03:23:53.413Z Compiling rustls-pki-types v1.9.0
16962024-10-16T03:23:53.537Z Compiling rayon-core v1.12.1
16972024-10-16T03:23:53.845Z Compiling bytes v1.7.2
16982024-10-16T03:23:54.710Z Compiling bitflags v2.6.0
16992024-10-16T03:23:55.139Z Compiling indexmap v2.6.0
17002024-10-16T03:23:55.396Z Compiling tokio v1.40.0
17012024-10-16T03:23:55.448Z Compiling http v1.1.0
17022024-10-16T03:23:56.860Z Compiling serde_tokenstream v0.2.2
17032024-10-16T03:23:57.038Z Compiling rustc_version v0.4.1
17042024-10-16T03:23:57.314Z Compiling uuid v1.10.0
17052024-10-16T03:23:57.488Z Compiling chrono v0.4.38
17062024-10-16T03:23:58.320Z Compiling regex-syntax v0.8.5
17072024-10-16T03:23:59.131Z Compiling plain v0.2.3
17082024-10-16T03:23:59.328Z Compiling camino v1.1.9
17092024-10-16T03:24:01.255Z Compiling goblin v0.8.2
17102024-10-16T03:24:02.017Z Compiling spki v0.7.3
17112024-10-16T03:24:03.068Z Compiling regex-automata v0.4.8
17122024-10-16T03:24:04.472Z Compiling tokio-util v0.7.12
17132024-10-16T03:24:04.793Z Compiling rand v0.8.5
17142024-10-16T03:24:05.912Z Compiling salsa20 v0.10.2
17152024-10-16T03:24:06.646Z Compiling pbkdf2 v0.12.2
17162024-10-16T03:24:08.729Z Compiling rustls v0.22.4
17172024-10-16T03:24:09.614Z Compiling pretty-hex v0.4.1
17182024-10-16T03:24:09.851Z Compiling untrusted v0.9.0
17192024-10-16T03:24:10.072Z Compiling try-lock v0.2.5
17202024-10-16T03:24:10.274Z Compiling powerfmt v0.2.0
17212024-10-16T03:24:10.294Z Compiling want v0.3.1
17222024-10-16T03:24:10.723Z Compiling deranged v0.3.11
17232024-10-16T03:24:10.887Z Compiling dof v0.3.0
17242024-10-16T03:24:13.068Z Compiling scrypt v0.11.0
17252024-10-16T03:24:13.670Z Compiling dtrace-parser v0.2.0
17262024-10-16T03:24:14.106Z Compiling form_urlencoded v1.2.1
17272024-10-16T03:24:14.851Z Compiling cbc v0.1.2
17282024-10-16T03:24:14.891Z Compiling aes v0.8.4
17292024-10-16T03:24:15.013Z Compiling errno v0.3.9
17302024-10-16T03:24:15.145Z Compiling thread-id v4.2.2
17312024-10-16T03:24:15.171Z Compiling atomic-waker v1.1.2
17322024-10-16T03:24:15.411Z Compiling httpdate v1.0.3
17332024-10-16T03:24:15.637Z Compiling num_threads v0.1.7
17342024-10-16T03:24:15.837Z Compiling pkcs5 v0.7.1
17352024-10-16T03:24:15.911Z Compiling time v0.3.36
17362024-10-16T03:24:18.259Z Compiling rustls-webpki v0.102.8
17372024-10-16T03:24:19.329Z Compiling heapless v0.7.17
17382024-10-16T03:24:19.886Z Compiling http-body v1.0.1
17392024-10-16T03:24:19.939Z Compiling zerocopy-derive v0.6.6
17402024-10-16T03:24:20.237Z Compiling multer v3.1.0
17412024-10-16T03:24:20.297Z Compiling signal-hook v0.3.17
17422024-10-16T03:24:20.466Z Compiling anyhow v1.0.89
17432024-10-16T03:24:20.623Z Compiling slog-async v2.8.0
17442024-10-16T03:24:21.149Z Compiling num-bigint-dig v0.8.4
17452024-10-16T03:24:21.253Z Compiling tower-service v0.3.3
17462024-10-16T03:24:21.579Z Compiling pkcs8 v0.10.2
17472024-10-16T03:24:21.718Z Compiling h2 v0.4.6
17482024-10-16T03:24:22.112Z Compiling regex v1.11.0
17492024-10-16T03:24:23.192Z Compiling idna v0.5.0
17502024-10-16T03:24:24.300Z Compiling paste v1.0.15
17512024-10-16T03:24:24.362Z Compiling base64 v0.22.1
17522024-10-16T03:24:24.957Z Compiling strsim v0.11.1
17532024-10-16T03:24:25.742Z Compiling rustversion v1.0.17
17542024-10-16T03:24:26.245Z Compiling url v2.5.2
17552024-10-16T03:24:28.223Z Compiling usdt-attr-macro v0.5.0
17562024-10-16T03:24:28.302Z Compiling usdt-macro v0.5.0
17572024-10-16T03:24:29.710Z Compiling hyper v1.4.1
17582024-10-16T03:24:31.196Z Compiling curve25519-dalek v4.1.3
17592024-10-16T03:24:31.644Z Compiling openapiv3 v2.0.0
17602024-10-16T03:24:32.041Z Compiling toml_datetime v0.6.8
17612024-10-16T03:24:32.635Z Compiling serde_spanned v0.6.8
17622024-10-16T03:24:32.913Z Compiling async-stream-impl v0.3.6
17632024-10-16T03:24:33.011Z Compiling enum-as-inner v0.6.1
17642024-10-16T03:24:34.254Z Compiling dropshot v0.12.0
17652024-10-16T03:24:34.291Z Compiling smoltcp v0.9.1
17662024-10-16T03:24:34.293Z Compiling match_cfg v0.1.0
17672024-10-16T03:24:34.725Z Compiling portable-atomic v1.9.0
17682024-10-16T03:24:35.020Z Compiling foreign-types-shared v0.1.1
17692024-10-16T03:24:35.422Z Compiling hyper-util v0.1.9
17702024-10-16T03:24:35.657Z Compiling foreign-types v0.3.2
17712024-10-16T03:24:35.725Z Compiling hostname v0.3.1
17722024-10-16T03:24:39.909Z Compiling clap_derive v4.5.18
17732024-10-16T03:24:41.001Z Compiling dirs-sys-next v0.1.2
17742024-10-16T03:24:41.037Z Compiling encoding_rs v0.8.34
17752024-10-16T03:24:41.685Z Compiling adler2 v2.0.0
17762024-10-16T03:24:41.896Z Compiling mime v0.3.17
17772024-10-16T03:24:43.014Z Compiling ipnet v2.10.1
17782024-10-16T03:24:44.468Z Compiling data-encoding v2.6.0
17792024-10-16T03:24:45.719Z Compiling siphasher v0.3.11
17802024-10-16T03:24:46.111Z Compiling miniz_oxide v0.8.0
17812024-10-16T03:24:46.330Z Compiling dirs-next v2.0.0
17822024-10-16T03:24:51.961Z Compiling http-body-util v0.1.2
17832024-10-16T03:24:52.006Z Compiling hubpack_derive v0.1.1
17842024-10-16T03:24:52.517Z Compiling serde_urlencoded v0.7.1
17852024-10-16T03:24:52.540Z Compiling crossbeam-epoch v0.9.18
17862024-10-16T03:24:52.949Z Compiling dropshot_endpoint v0.12.0
17872024-10-16T03:24:53.039Z Compiling hashbrown v0.14.5
17882024-10-16T03:24:53.221Z Compiling sha1 v0.10.6
17892024-10-16T03:24:53.353Z Compiling signature v2.2.0
17902024-10-16T03:24:53.696Z Compiling curve25519-dalek-derive v0.1.1
17912024-10-16T03:24:53.737Z Compiling lazy_static v1.5.0
17922024-10-16T03:24:53.900Z Compiling thread_local v1.1.8
17932024-10-16T03:24:54.559Z Compiling fs-err v2.11.0
17942024-10-16T03:24:55.173Z Compiling gimli v0.31.1
17952024-10-16T03:24:55.294Z Compiling winnow v0.6.20
17962024-10-16T03:24:55.411Z Compiling openssl-probe v0.1.5
17972024-10-16T03:24:56.791Z Compiling utf8parse v0.2.2
17982024-10-16T03:24:56.854Z Compiling anstyle v1.0.8
17992024-10-16T03:24:56.869Z Compiling either v1.13.0
18002024-10-16T03:24:57.091Z Compiling unicode-properties v0.1.3
18012024-10-16T03:24:57.498Z Compiling stringprep v0.1.5
18022024-10-16T03:24:57.599Z Compiling anstyle-parse v0.2.5
18032024-10-16T03:24:58.435Z Compiling regress v0.10.1
18042024-10-16T03:24:58.635Z Compiling crossbeam-deque v0.8.5
18052024-10-16T03:24:59.382Z Compiling toml_edit v0.22.22
18062024-10-16T03:25:00.792Z Compiling addr2line v0.24.2
18072024-10-16T03:25:01.630Z Compiling term v0.7.0
18082024-10-16T03:25:03.087Z Compiling slog-json v2.6.1
18092024-10-16T03:25:04.292Z Compiling crossbeam-channel v0.5.13
18102024-10-16T03:25:05.655Z Compiling rustls-pemfile v2.2.0
18112024-10-16T03:25:06.059Z Compiling futures-executor v0.3.31
18122024-10-16T03:25:06.102Z Compiling md-5 v0.10.6
18132024-10-16T03:25:06.506Z Compiling idna v0.3.0
18142024-10-16T03:25:06.679Z Compiling idna v0.4.0
18152024-10-16T03:25:07.438Z Compiling num-integer v0.1.46
18162024-10-16T03:25:08.231Z Compiling ff v0.13.0
18172024-10-16T03:25:08.255Z Compiling hash32 v0.2.1
18182024-10-16T03:25:08.275Z Compiling is-terminal v0.4.13
18192024-10-16T03:25:08.498Z Compiling memmap v0.7.0
18202024-10-16T03:25:08.625Z Compiling object v0.36.5
18212024-10-16T03:25:08.698Z Compiling take_mut v0.2.2
18222024-10-16T03:25:08.846Z Compiling stable_deref_trait v1.2.0
18232024-10-16T03:25:08.922Z Compiling quick-error v1.2.3
18242024-10-16T03:25:08.972Z Compiling colorchoice v1.0.2
18252024-10-16T03:25:09.004Z Compiling fallible-iterator v0.2.0
18262024-10-16T03:25:09.096Z Compiling is_terminal_polyfill v1.70.1
18272024-10-16T03:25:09.250Z Compiling psl-types v2.0.11
18282024-10-16T03:25:09.290Z Compiling rustc-demangle v0.1.24
18292024-10-16T03:25:09.581Z Compiling utf-8 v0.7.6
18302024-10-16T03:25:09.934Z Compiling linked-hash-map v0.5.6
18312024-10-16T03:25:10.293Z Compiling base16ct v0.2.0
18322024-10-16T03:25:10.363Z Compiling heck v0.4.1
18332024-10-16T03:25:10.458Z Compiling anstyle-query v1.1.1
18342024-10-16T03:25:10.616Z Compiling sec1 v0.7.3
18352024-10-16T03:25:10.747Z Compiling anstream v0.6.15
18362024-10-16T03:25:10.860Z Compiling strum_macros v0.25.3
18372024-10-16T03:25:11.301Z Compiling lru-cache v0.1.2
18382024-10-16T03:25:11.657Z Compiling tungstenite v0.23.0
18392024-10-16T03:25:12.197Z Compiling postgres-protocol v0.6.7
18402024-10-16T03:25:12.896Z Compiling publicsuffix v2.2.3
18412024-10-16T03:25:13.270Z Compiling resolv-conf v0.7.0
18422024-10-16T03:25:13.975Z Compiling usdt v0.5.0
18432024-10-16T03:25:14.530Z Compiling slog-term v2.9.1
18442024-10-16T03:25:14.841Z Compiling group v0.13.0
18452024-10-16T03:25:14.884Z Compiling num-iter v0.1.45
18462024-10-16T03:25:15.077Z Compiling hickory-proto v0.24.1
18472024-10-16T03:25:15.139Z Compiling futures v0.3.31
18482024-10-16T03:25:16.213Z Compiling backtrace v0.3.74
18492024-10-16T03:25:16.823Z Compiling tokio-rustls v0.26.0
18502024-10-16T03:25:18.202Z Compiling tokio-rustls v0.25.0
18512024-10-16T03:25:18.630Z Compiling slog-bunyan v2.5.0
18522024-10-16T03:25:18.659Z Compiling toml v0.8.19
18532024-10-16T03:25:18.832Z Compiling typify-impl v0.2.0
18542024-10-16T03:25:18.853Z Compiling tokio-native-tls v0.3.1
18552024-10-16T03:25:19.065Z Compiling terminal_size v0.4.0
18562024-10-16T03:25:19.137Z Compiling phf_shared v0.11.2
18572024-10-16T03:25:19.481Z Compiling async-stream v0.3.6
18582024-10-16T03:25:19.763Z Compiling waitgroup v0.1.2
18592024-10-16T03:25:19.981Z Compiling webpki-roots v0.26.6
18602024-10-16T03:25:20.162Z Compiling serde_path_to_error v0.1.16
18612024-10-16T03:25:20.282Z Compiling hkdf v0.12.4
18622024-10-16T03:25:20.315Z Compiling crypto-bigint v0.5.5
18632024-10-16T03:25:20.516Z Compiling derive-where v1.2.7
18642024-10-16T03:25:20.990Z Compiling serde_repr v0.1.19
18652024-10-16T03:25:23.474Z Compiling hostname v0.4.0
18662024-10-16T03:25:23.714Z Compiling clap_lex v0.7.2
18672024-10-16T03:25:23.883Z Compiling managed v0.8.0
18682024-10-16T03:25:23.905Z Compiling unicode-width v0.1.14
18692024-10-16T03:25:24.121Z Compiling bitflags v1.3.2
18702024-10-16T03:25:24.309Z Compiling debug-ignore v1.0.5
18712024-10-16T03:25:24.427Z Compiling winnow v0.5.40
18722024-10-16T03:25:24.727Z Compiling console v0.15.8
18732024-10-16T03:25:25.339Z Compiling clap_builder v4.5.20
18742024-10-16T03:25:26.524Z Compiling elliptic-curve v0.13.8
18752024-10-16T03:25:27.245Z Compiling hickory-resolver v0.24.1
18762024-10-16T03:25:28.221Z Compiling toml_edit v0.19.15
18772024-10-16T03:25:29.834Z Compiling hyper-rustls v0.27.3
18782024-10-16T03:25:30.873Z Compiling typify-macro v0.2.0
18792024-10-16T03:25:32.652Z Compiling phf v0.11.2
18802024-10-16T03:25:32.978Z Compiling hyper-tls v0.6.0
18812024-10-16T03:25:33.347Z Compiling signal-hook-mio v0.2.4
18822024-10-16T03:25:33.520Z Compiling rayon v1.10.0
18832024-10-16T03:25:34.015Z Compiling cookie_store v0.21.0
18842024-10-16T03:25:34.356Z Compiling postgres-types v0.2.8
18852024-10-16T03:25:34.747Z Compiling tokio-tungstenite v0.23.1
18862024-10-16T03:25:35.300Z Compiling ed25519 v2.2.3
18872024-10-16T03:25:35.362Z Compiling hubpack v0.1.2
18882024-10-16T03:25:35.396Z Compiling phf_shared v0.10.0
18892024-10-16T03:25:35.742Z Compiling zerocopy v0.6.6
18902024-10-16T03:25:35.795Z Compiling pkcs1 v0.7.5
18912024-10-16T03:25:36.081Z Compiling bstr v1.10.0
18922024-10-16T03:25:36.600Z Compiling tokio-stream v0.1.16
18932024-10-16T03:25:36.727Z Compiling serde-big-array v0.5.1
18942024-10-16T03:25:36.968Z Compiling rfc6979 v0.4.0
18952024-10-16T03:25:37.293Z Compiling float-cmp v0.9.0
18962024-10-16T03:25:37.457Z Compiling sync_wrapper v1.0.1
18972024-10-16T03:25:37.530Z Compiling crc32fast v1.4.2
18982024-10-16T03:25:37.661Z Compiling unicode-segmentation v1.12.0
18992024-10-16T03:25:37.815Z Compiling bit-vec v0.6.3
19002024-10-16T03:25:37.856Z Compiling normalize-line-endings v0.3.0
19012024-10-16T03:25:37.899Z Compiling number_prefix v0.4.0
19022024-10-16T03:25:37.992Z Compiling static_assertions v1.1.0
19032024-10-16T03:25:38.138Z Compiling minimal-lexical v0.2.1
19042024-10-16T03:25:38.239Z Compiling precomputed-hash v0.1.1
19052024-10-16T03:25:38.242Z Compiling predicates-core v1.0.8
19062024-10-16T03:25:38.370Z Compiling difflib v0.4.0
19072024-10-16T03:25:38.511Z Compiling fixedbitset v0.4.2
19082024-10-16T03:25:38.612Z Compiling whoami v1.5.2
19092024-10-16T03:25:38.717Z Compiling new_debug_unreachable v1.0.6
19102024-10-16T03:25:38.827Z Compiling string_cache v0.8.7
19112024-10-16T03:25:38.891Z Compiling petgraph v0.6.5
19122024-10-16T03:25:39.179Z Compiling tokio-postgres v0.7.12
19132024-10-16T03:25:39.257Z Compiling predicates v3.1.2
19142024-10-16T03:25:39.576Z Compiling nom v7.1.3
19152024-10-16T03:25:40.778Z Compiling similar v2.6.0
19162024-10-16T03:25:43.116Z Compiling bit-set v0.5.3
19172024-10-16T03:25:43.151Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19182024-10-16T03:25:43.425Z Compiling indicatif v0.17.8
19192024-10-16T03:25:44.378Z Compiling flate2 v1.0.34
19202024-10-16T03:25:44.409Z Compiling reqwest v0.12.8
19212024-10-16T03:25:44.586Z Compiling qorb v0.0.2
19222024-10-16T03:25:45.235Z Compiling ecdsa v0.16.9
19232024-10-16T03:25:46.101Z Compiling rsa v0.9.6
19242024-10-16T03:25:47.732Z Compiling ed25519-dalek v2.1.1
19252024-10-16T03:25:48.284Z Compiling crossterm v0.28.1
19262024-10-16T03:25:48.378Z Compiling toml v0.7.8
19272024-10-16T03:25:48.867Z Compiling clap v4.5.20
19282024-10-16T03:25:49.694Z Compiling itertools v0.12.1
19292024-10-16T03:25:49.846Z Compiling itertools v0.10.5
19302024-10-16T03:25:52.658Z Compiling x509-cert v0.2.5
19312024-10-16T03:25:52.806Z Compiling hex v0.4.3
19322024-10-16T03:25:55.870Z Compiling radium v0.7.0
19332024-10-16T03:25:56.596Z Compiling peg-runtime v0.8.3
19342024-10-16T03:25:56.801Z Compiling lalrpop-util v0.19.12
19352024-10-16T03:25:57.154Z Compiling unicode-xid v0.2.6
19362024-10-16T03:25:57.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372024-10-16T03:26:05.055Z Compiling maybe-uninit v2.0.0
19382024-10-16T03:26:06.608Z Compiling ident_case v1.0.1
19392024-10-16T03:26:06.803Z Compiling tap v1.0.1
19402024-10-16T03:26:07.000Z Compiling wyz v0.5.1
19412024-10-16T03:26:07.459Z Compiling darling_core v0.20.10
19422024-10-16T03:26:24.821Z Compiling typify v0.2.0
19432024-10-16T03:26:29.157Z Compiling http v0.2.12
19442024-10-16T03:26:30.488Z Compiling bzip2-sys v0.1.11+1.0.8
19452024-10-16T03:26:31.330Z Compiling packed_struct v0.10.1
19462024-10-16T03:26:31.573Z Compiling unsafe-libyaml v0.2.11
19472024-10-16T03:26:32.134Z Compiling funty v2.0.0
19482024-10-16T03:26:33.383Z Compiling base64 v0.21.7
19492024-10-16T03:26:33.841Z Compiling bitvec v1.0.1
19502024-10-16T03:26:34.882Z Compiling serde_yaml v0.9.34+deprecated
19512024-10-16T03:26:41.437Z Compiling progenitor-impl v0.8.0
19522024-10-16T03:26:42.836Z Compiling darling_macro v0.20.10
19532024-10-16T03:26:45.946Z Compiling packed_struct_codegen v0.10.1
19542024-10-16T03:26:48.136Z Compiling structmeta-derive v0.3.0
19552024-10-16T03:26:48.796Z Compiling indexmap v1.9.3
19562024-10-16T03:26:49.140Z Compiling newtype-uuid v1.1.2
19572024-10-16T03:26:49.160Z Compiling nodrop v0.1.14
19582024-10-16T03:26:49.302Z Compiling fastrand v2.1.1
19592024-10-16T03:26:49.457Z Compiling crc-catalog v2.4.0
19602024-10-16T03:26:50.795Z Compiling structmeta v0.3.0
19612024-10-16T03:26:52.056Z Compiling tempfile v3.13.0
19622024-10-16T03:26:53.301Z Compiling crc v3.2.1
19632024-10-16T03:26:53.680Z Compiling array-init v0.0.4
19642024-10-16T03:26:53.915Z Compiling progenitor-macro v0.8.0
19652024-10-16T03:26:58.053Z Compiling smallvec v0.6.14
19662024-10-16T03:26:58.551Z Compiling darling v0.20.10
19672024-10-16T03:27:02.036Z Compiling h2 v0.3.26
19682024-10-16T03:27:03.278Z Compiling http-body v0.4.6
19692024-10-16T03:27:03.807Z Compiling progenitor-client v0.8.0
19702024-10-16T03:27:09.326Z Compiling pin-project-internal v1.1.6
19712024-10-16T03:27:12.121Z Compiling bitfield v0.14.0
19722024-10-16T03:27:12.673Z Compiling hashbrown v0.12.3
19732024-10-16T03:27:13.184Z Compiling same-file v1.0.6
19742024-10-16T03:27:13.550Z Compiling termcolor v1.4.1
19752024-10-16T03:27:14.023Z Compiling env_logger v0.10.2
19762024-10-16T03:27:14.709Z Compiling walkdir v2.5.0
19772024-10-16T03:27:17.490Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19782024-10-16T03:27:20.563Z Compiling pin-project v1.1.6
19792024-10-16T03:27:24.348Z Compiling hyper v0.14.30
19802024-10-16T03:27:25.964Z Compiling progenitor v0.8.0
19812024-10-16T03:27:28.723Z Compiling serde_with_macros v3.11.0
19822024-10-16T03:27:28.854Z Compiling serde-hex v0.1.0
19832024-10-16T03:27:29.424Z Compiling bzip2 v0.4.4
19842024-10-16T03:27:29.855Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19852024-10-16T03:27:30.530Z Compiling parse-display-derive v0.10.0
19862024-10-16T03:27:31.367Z Compiling ron v0.8.1
19872024-10-16T03:27:35.235Z Compiling strum_macros v0.26.4
19882024-10-16T03:27:36.935Z Compiling ipnetwork v0.20.0
19892024-10-16T03:27:37.182Z Compiling hashbrown v0.13.2
19902024-10-16T03:27:37.239Z Compiling xattr v1.3.1
19912024-10-16T03:27:37.569Z Compiling snafu-derive v0.8.5
19922024-10-16T03:27:38.241Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19932024-10-16T03:27:38.573Z Compiling ring v0.16.20
19942024-10-16T03:27:38.798Z Compiling blake3 v1.5.4
19952024-10-16T03:27:38.971Z Compiling filetime v0.2.25
19962024-10-16T03:27:39.326Z Compiling instant v0.1.13
19972024-10-16T03:27:39.455Z Compiling buf-list v1.0.3
19982024-10-16T03:27:39.557Z Compiling sync_wrapper v0.1.2
19992024-10-16T03:27:39.758Z Compiling crc-any v2.5.0
20002024-10-16T03:27:39.894Z Compiling strum v0.26.3
20012024-10-16T03:27:40.115Z Compiling reqwest v0.11.27
20022024-10-16T03:27:40.219Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20032024-10-16T03:27:40.742Z Compiling backoff v0.4.0
20042024-10-16T03:27:41.117Z Compiling tar v0.4.42
20052024-10-16T03:27:41.318Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20062024-10-16T03:27:41.544Z Compiling object v0.30.4
20072024-10-16T03:27:42.339Z Compiling snafu v0.8.5
20082024-10-16T03:27:43.712Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20092024-10-16T03:27:46.495Z Compiling parse-display v0.10.0
20102024-10-16T03:27:46.517Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20112024-10-16T03:27:47.350Z Compiling serde_with v3.11.0
20122024-10-16T03:27:48.148Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20132024-10-16T03:27:48.409Z Compiling zip v0.6.6
20142024-10-16T03:27:48.749Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20152024-10-16T03:27:49.493Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20162024-10-16T03:27:51.130Z Compiling camino-tempfile v1.1.1
20172024-10-16T03:27:51.739Z Compiling globset v0.4.15
20182024-10-16T03:27:51.934Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20192024-10-16T03:27:52.133Z Compiling regress v0.9.1
20202024-10-16T03:27:54.415Z Compiling pem v3.0.4
20212024-10-16T03:27:55.904Z Compiling olpc-cjson v0.1.4
20222024-10-16T03:27:56.245Z Compiling macaddr v1.0.1
20232024-10-16T03:27:56.893Z Compiling serde_plain v1.0.2
20242024-10-16T03:27:57.415Z Compiling async-recursion v1.1.1
20252024-10-16T03:27:57.739Z Compiling memmap2 v0.9.5
20262024-10-16T03:27:58.334Z Compiling arrayvec v0.7.6
20272024-10-16T03:27:58.840Z Compiling arrayref v0.3.9
20282024-10-16T03:27:58.905Z Compiling untrusted v0.7.1
20292024-10-16T03:27:58.964Z Compiling path-slash v0.1.5
20302024-10-16T03:27:59.110Z Compiling spin v0.5.2
20312024-10-16T03:27:59.260Z Compiling constant_time_eq v0.3.1
20322024-10-16T03:27:59.278Z Compiling typed-path v0.7.1
20332024-10-16T03:27:59.637Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20342024-10-16T03:28:00.474Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20352024-10-16T03:28:01.693Z Compiling tough v0.17.1
20362024-10-16T03:28:02.083Z Compiling itertools v0.13.0
20372024-10-16T03:28:05.887Z Compiling cargo-platform v0.1.8
20382024-10-16T03:28:06.016Z Compiling topological-sort v0.2.2
20392024-10-16T03:28:06.289Z Compiling parse-size v1.0.0
20402024-10-16T03:28:06.620Z Compiling omicron-zone-package v0.11.1
20412024-10-16T03:28:06.818Z Compiling cargo_metadata v0.18.1
20422024-10-16T03:28:07.020Z Compiling shell-words v1.1.0
20432024-10-16T03:28:13.470Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20442024-10-16T03:28:26.585Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20452024-10-16T03:28:40.927Z Finished `release` profile [optimized] target(s) in 5m 17s
20462024-10-16T03:28:41.081Z Running `target/release/omicron-releng --output-dir /work`
20472024-10-16T03:28:41.128ZOct 16 03:28:40.341 DEBG changing working directory to /work/oxidecomputer/omicron
20482024-10-16T03:28:41.222ZOct 16 03:28:40.438 DEBG running: git rev-parse HEAD
20492024-10-16T03:28:41.228ZOct 16 03:28:40.444 DEBG process exited with exit status: 0 (6.523319ms)
20502024-10-16T03:28:41.228ZOct 16 03:28:40.444 INFO version: 12.0.0-0.ci+git348037f6cea
20512024-10-16T03:28:41.268ZOct 16 03:28:40.484 INFO cloning helios to /work/oxidecomputer/helios
20522024-10-16T03:28:41.268ZOct 16 03:28:40.484 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20532024-10-16T03:28:41.273ZCloning into '/work/oxidecomputer/helios'...
20542024-10-16T03:28:41.767ZOct 16 03:28:40.983 DEBG process exited with exit status: 0 (498.415454ms)
20552024-10-16T03:28:41.767ZOct 16 03:28:40.983 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20562024-10-16T03:28:41.775Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20572024-10-16T03:28:41.775Z# branch.head master
20582024-10-16T03:28:41.775Z# branch.upstream origin/master
20592024-10-16T03:28:41.775Z# branch.ab +0 -0
20602024-10-16T03:28:41.777ZOct 16 03:28:40.991 DEBG process exited with exit status: 0 (8.225208ms)
20612024-10-16T03:28:41.777ZOct 16 03:28:40.991 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20622024-10-16T03:28:42.535ZOct 16 03:28:41.751 DEBG process exited with exit status: 0 (759.769694ms)
20632024-10-16T03:28:42.535ZOct 16 03:28:41.751 DEBG running: zfs list rpool/images/build/host
20642024-10-16T03:28:42.542ZNAME USED AVAIL REFER MOUNTPOINT
20652024-10-16T03:28:42.542Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20662024-10-16T03:28:42.544ZOct 16 03:28:41.758 DEBG process exited with exit status: 0 (7.260082ms)
20672024-10-16T03:28:42.544ZOct 16 03:28:41.758 DEBG running: zfs list rpool/images/build/recovery
20682024-10-16T03:28:42.548ZNAME USED AVAIL REFER MOUNTPOINT
20692024-10-16T03:28:42.548Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20702024-10-16T03:28:42.551ZOct 16 03:28:41.765 DEBG process exited with exit status: 0 (6.298336ms)
20712024-10-16T03:28:42.551ZOct 16 03:28:41.766 INFO [hubris-staging] running task
20722024-10-16T03:28:42.551ZOct 16 03:28:41.766 INFO [hubris-production] running task
20732024-10-16T03:28:42.551ZOct 16 03:28:41.766 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20742024-10-16T03:28:42.554ZOct 16 03:28:41.770 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20752024-10-16T03:28:42.633Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20762024-10-16T03:28:43.101Z[ omicron-package] Blocking waiting for file lock on package cache
20772024-10-16T03:28:43.665Z[ omicron-package] Blocking waiting for file lock on package cache
20782024-10-16T03:28:43.947Z[ omicron-package] Blocking waiting for file lock on package cache
20792024-10-16T03:28:44.185ZOct 16 03:28:43.401 INFO [hubris-production] task succeeded (1.635325724s)
20802024-10-16T03:28:44.787Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20812024-10-16T03:28:44.787Z[ omicron-package] Compiling heapless v0.8.0
20822024-10-16T03:28:44.790Z[ omicron-package] Compiling hash32 v0.3.1
20832024-10-16T03:28:44.790Z[ omicron-package] Compiling smoltcp v0.11.0
20842024-10-16T03:28:44.790Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20852024-10-16T03:28:44.790Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20862024-10-16T03:28:44.790Z[ omicron-package] Compiling cobs v0.2.3
20872024-10-16T03:28:44.790Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20882024-10-16T03:28:45.780Z[ omicron-package] Compiling postcard v1.0.10
20892024-10-16T03:28:46.264Z[ omicron-package] Compiling num_enum_derive v0.5.11
20902024-10-16T03:28:46.271Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20912024-10-16T03:28:46.375Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20922024-10-16T03:28:46.496Z[ omicron-package] Compiling proc-macro-error v1.0.4
20932024-10-16T03:28:46.894Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20942024-10-16T03:28:47.043Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20952024-10-16T03:28:48.000Z[ omicron-package] Compiling tabwriter v1.4.0
20962024-10-16T03:28:48.000Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972024-10-16T03:28:48.015Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20982024-10-16T03:28:48.195Z[ omicron-package] Compiling cstr-argument v0.1.2
20992024-10-16T03:28:48.238Z[ omicron-package] Compiling foreign-types v0.5.0
21002024-10-16T03:28:48.643Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21012024-10-16T03:28:48.963Z[ omicron-package] Compiling pretty-hex v0.2.1
21022024-10-16T03:28:49.250Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
21032024-10-16T03:28:49.600Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21042024-10-16T03:28:49.602Z[ omicron-package] Compiling colored v2.1.0
21052024-10-16T03:28:49.867Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21062024-10-16T03:28:50.065Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21072024-10-16T03:28:50.288Z[ omicron-package] Compiling num_enum v0.5.11
21082024-10-16T03:28:50.610Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21092024-10-16T03:28:50.781Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21102024-10-16T03:28:50.996Z[ omicron-package] Compiling num-derive v0.4.2
21112024-10-16T03:28:50.998Z[ omicron-package] Compiling sigpipe v0.1.3
21122024-10-16T03:28:50.998Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21132024-10-16T03:28:51.347Z[ omicron-package] Compiling libefi-sys v0.1.0
21142024-10-16T03:28:51.963Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21152024-10-16T03:28:52.092Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21162024-10-16T03:28:52.093Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21172024-10-16T03:28:52.314Z[ omicron-package] Compiling smf v0.2.3
21182024-10-16T03:28:53.082Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21192024-10-16T03:28:53.568Z[ omicron-package] Compiling bitfield-struct v0.6.2
21202024-10-16T03:28:53.971ZOct 16 03:28:53.185 INFO [hubris-staging] task succeeded (11.419664914s)
21212024-10-16T03:28:54.248Z[ omicron-package] Compiling zone v0.3.0
21222024-10-16T03:28:55.604Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21232024-10-16T03:28:55.949Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21242024-10-16T03:28:56.473Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21252024-10-16T03:28:56.906Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21262024-10-16T03:28:58.082Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-16T03:28:58.147Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21282024-10-16T03:28:58.510Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21292024-10-16T03:28:58.623Z[ omicron-package] Compiling gethostname v0.5.0
21302024-10-16T03:29:01.205Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21312024-10-16T03:29:03.222Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21322024-10-16T03:29:06.052Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21332024-10-16T03:29:06.623Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21342024-10-16T03:29:08.201Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21352024-10-16T03:29:23.188Z[ helios-setup] Oct 16 03:29:22.400 INFO helios repository root is: /work/oxidecomputer/helios
21362024-10-16T03:29:23.191Z[ helios-setup] Oct 16 03:29:22.403 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
21372024-10-16T03:29:23.191Z[ helios-setup] Oct 16 03:29:22.403 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21382024-10-16T03:29:23.196Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21392024-10-16T03:29:24.307Z[ helios-setup] Oct 16 03:29:23.518 INFO clone ok!, project: pilot
21402024-10-16T03:29:24.310Z[ helios-setup] Oct 16 03:29:23.519 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21412024-10-16T03:29:24.310Z[ helios-setup] Oct 16 03:29:23.519 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21422024-10-16T03:29:24.310Z[ helios-setup] Oct 16 03:29:23.519 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
21432024-10-16T03:29:24.310Z[ helios-setup] Oct 16 03:29:23.519 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21442024-10-16T03:29:24.312Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21452024-10-16T03:29:25.071Z[ helios-setup] Oct 16 03:29:24.282 INFO clone ok!, project: bootserver
21462024-10-16T03:29:25.073Z[ helios-setup] Oct 16 03:29:24.282 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21472024-10-16T03:29:25.073Z[ helios-setup] Oct 16 03:29:24.282 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
21482024-10-16T03:29:25.073Z[ helios-setup] Oct 16 03:29:24.283 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
21492024-10-16T03:29:25.076Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21502024-10-16T03:29:26.105Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21512024-10-16T03:29:26.114Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21522024-10-16T03:29:27.736Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.17s
21532024-10-16T03:29:27.991Z[ omicron-package]
21542024-10-16T03:29:27.991Z[ omicron-package] real 45.385749997
21552024-10-16T03:29:27.994Z[ omicron-package] user 2:38.747850419
21562024-10-16T03:29:27.994Z[ omicron-package] sys 21.008017796
21572024-10-16T03:29:27.994Z[ omicron-package] trap 0.175089926
21582024-10-16T03:29:27.994Z[ omicron-package] tflt 1.011275834
21592024-10-16T03:29:27.994Z[ omicron-package] dflt 0.527818819
21602024-10-16T03:29:27.994Z[ omicron-package] kflt 0.000005979
21612024-10-16T03:29:27.994Z[ omicron-package] lock 5:28.411175858
21622024-10-16T03:29:27.994Z[ omicron-package] slp 8:16.941406019
21632024-10-16T03:29:27.994Z[ omicron-package] lat 1:38.638805401
21642024-10-16T03:29:27.994Z[ omicron-package] stop 56.854966832
21652024-10-16T03:29:27.995ZOct 16 03:29:27.202 INFO [omicron-package] process exited with exit status: 0 (45.43267229s)
21662024-10-16T03:29:27.995ZOct 16 03:29:27.203 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
21672024-10-16T03:29:28.064ZOct 16 03:29:27.275 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21682024-10-16T03:29:28.077Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21692024-10-16T03:29:28.079Z[ host-target] Created new build target 'host' and set it as active
21702024-10-16T03:29:28.082ZOct 16 03:29:27.291 INFO [host-target] process exited with exit status: 0 (88.533074ms)
21712024-10-16T03:29:28.082ZOct 16 03:29:27.291 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21722024-10-16T03:29:28.087Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21732024-10-16T03:29:28.087Z[ recovery-target] Created new build target 'recovery' and set it as active
21742024-10-16T03:29:28.089ZOct 16 03:29:27.300 INFO [recovery-target] process exited with exit status: 0 (24.752857ms)
21752024-10-16T03:29:28.096Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21762024-10-16T03:29:29.321Z[ host-package] Compiling convert_case v0.4.0
21772024-10-16T03:29:29.324Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21782024-10-16T03:29:29.324Z[ host-package] Compiling password-hash v0.5.0
21792024-10-16T03:29:29.324Z[ host-package] Compiling blake2 v0.10.6
21802024-10-16T03:29:29.324Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21812024-10-16T03:29:29.451Z[ host-package] Compiling newline-converter v0.3.0
21822024-10-16T03:29:29.453Z[ host-package] Compiling owo-colors v4.1.0
21832024-10-16T03:29:29.519Z[ host-package] Compiling cancel-safe-futures v0.1.5
21842024-10-16T03:29:29.666Z[ host-package] Compiling expectorate v1.1.0
21852024-10-16T03:29:29.691Z[ host-package] Compiling libsw v3.3.1
21862024-10-16T03:29:29.876Z[ host-package] Compiling swrite v0.1.0
21872024-10-16T03:29:29.963Z[ host-package] Compiling argon2 v0.5.3
21882024-10-16T03:29:30.039Z[ host-package] Compiling linear-map v1.2.0
21892024-10-16T03:29:30.167Z[ host-package] Compiling derive_more v0.99.18
21902024-10-16T03:29:30.200Z[ host-package] Compiling indent_write v2.2.0
21912024-10-16T03:29:30.441Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21922024-10-16T03:29:30.481Z[ host-package] Compiling progenitor-client v0.8.0
21932024-10-16T03:29:30.718Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21942024-10-16T03:29:30.739Z[ host-package] Compiling atomicwrites v0.4.4
21952024-10-16T03:29:30.941Z[ host-package] Compiling progenitor v0.8.0
21962024-10-16T03:29:31.191Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21972024-10-16T03:29:31.268Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21982024-10-16T03:29:31.372Z[ host-package] Compiling num-rational v0.4.2
21992024-10-16T03:29:31.727Z[ host-package] Compiling num-complex v0.4.6
22002024-10-16T03:29:32.027Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22012024-10-16T03:29:32.039Z[ helios-setup] Oct 16 03:29:31.250 INFO clone ok!, project: amd-host-image-builder
22022024-10-16T03:29:32.042Z[ helios-setup] Oct 16 03:29:31.251 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
22032024-10-16T03:29:32.042Z[ helios-setup] Oct 16 03:29:31.251 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22042024-10-16T03:29:32.047Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22052024-10-16T03:29:32.521Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22062024-10-16T03:29:33.018Z[ host-package] Compiling num v0.4.3
22072024-10-16T03:29:33.149Z[ host-package] Compiling float-ord v0.3.2
22082024-10-16T03:29:33.190Z[ host-package] Compiling prettyplease v0.2.22
22092024-10-16T03:29:33.327Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22102024-10-16T03:29:33.532Z[ host-package] Compiling semver v0.1.20
22112024-10-16T03:29:34.032Z[ host-package] Compiling rustc_version v0.1.7
22122024-10-16T03:29:34.226Z[ host-package] Compiling highway v1.2.0
22132024-10-16T03:29:34.511Z[ host-package] Compiling newtype_derive v0.1.6
22142024-10-16T03:29:34.946Z[ host-package] Compiling humantime v2.1.0
22152024-10-16T03:29:35.914Z[ host-package] Compiling home v0.5.9
22162024-10-16T03:29:35.948Z[ host-package] Compiling steno v0.4.1
22172024-10-16T03:29:37.051Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22182024-10-16T03:29:38.924Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22192024-10-16T03:29:39.635Z[ host-package] Compiling newtype-uuid v1.1.2
22202024-10-16T03:29:40.036Z[ host-package] Compiling ipnetwork v0.20.0
22212024-10-16T03:29:40.327Z[ host-package] Compiling instant v0.1.13
22222024-10-16T03:29:40.655Z[ host-package] Compiling slog-dtrace v0.3.0
22232024-10-16T03:29:40.828Z[ helios-setup] Oct 16 03:29:40.038 INFO clone ok!, project: amd-firmware
22242024-10-16T03:29:40.831Z[ helios-setup] Oct 16 03:29:40.039 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
22252024-10-16T03:29:40.831Z[ helios-setup] Oct 16 03:29:40.039 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22262024-10-16T03:29:40.834Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22272024-10-16T03:29:40.892Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22282024-10-16T03:29:41.112Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22292024-10-16T03:29:41.296Z[ host-package] Compiling backoff v0.4.0
22302024-10-16T03:29:41.678Z[ helios-setup] Oct 16 03:29:40.888 INFO clone ok!, project: image-builder
22312024-10-16T03:29:41.681Z[ helios-setup] Oct 16 03:29:40.888 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
22322024-10-16T03:29:41.681Z[ helios-setup] Oct 16 03:29:40.888 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22332024-10-16T03:29:41.683Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22342024-10-16T03:29:41.745Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22352024-10-16T03:29:41.826Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22362024-10-16T03:29:42.153Z[ host-package] Compiling parse-display v0.10.0
22372024-10-16T03:29:42.432Z[ helios-setup] Oct 16 03:29:41.642 INFO clone ok!, project: pinprick
22382024-10-16T03:29:42.436Z[ helios-setup] Oct 16 03:29:41.643 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
22392024-10-16T03:29:42.436Z[ helios-setup] Oct 16 03:29:41.643 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22402024-10-16T03:29:42.439Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22412024-10-16T03:29:42.776Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422024-10-16T03:29:42.981Z[ host-package] Compiling strum v0.26.3
22432024-10-16T03:29:43.210Z[ host-package] Compiling serde_with v3.11.0
22442024-10-16T03:29:43.316Z[ helios-setup] Oct 16 03:29:42.526 INFO clone ok!, project: phbl
22452024-10-16T03:29:43.318Z[ helios-setup] Oct 16 03:29:42.526 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
22462024-10-16T03:29:43.318Z[ helios-setup] Oct 16 03:29:42.526 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22472024-10-16T03:29:43.321Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22482024-10-16T03:29:44.476Z[ helios-setup] Oct 16 03:29:43.686 INFO clone ok!, project: chelsio-t6-roms
22492024-10-16T03:29:44.479Z[ helios-setup] Oct 16 03:29:43.687 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22502024-10-16T03:29:45.241Z[ helios-setup] Oct 16 03:29:44.450 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22512024-10-16T03:29:45.768Z[ helios-setup] Oct 16 03:29:44.977 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22522024-10-16T03:29:45.771Z[ helios-setup] Oct 16 03:29:44.978 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22532024-10-16T03:29:46.275Z[ host-package] Compiling regress v0.9.1
22542024-10-16T03:29:46.333Z[ helios-setup] Oct 16 03:29:45.543 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22552024-10-16T03:29:46.921Z[ helios-setup] Oct 16 03:29:46.131 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22562024-10-16T03:29:46.921Z[ helios-setup] Oct 16 03:29:46.131 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22572024-10-16T03:29:47.490Z[ helios-setup] Oct 16 03:29:46.700 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22582024-10-16T03:29:47.633Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22592024-10-16T03:29:48.024Z[ helios-setup] Oct 16 03:29:47.234 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22602024-10-16T03:29:48.027Z[ helios-setup] Oct 16 03:29:47.234 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22612024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.234 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22622024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.234 INFO ok!
22632024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.234 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22642024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.234 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22652024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.234 INFO ok!
22662024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.235 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22672024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.235 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22682024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.235 INFO ok!
22692024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.235 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22702024-10-16T03:29:48.028Z[ helios-setup] Oct 16 03:29:47.235 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22712024-10-16T03:29:48.343Z[ helios-setup] Oct 16 03:29:47.552 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22722024-10-16T03:29:49.425Z[ helios-setup] Oct 16 03:29:48.634 INFO E| From https://github.com/oxidecomputer/progenitor
22732024-10-16T03:29:49.425Z[ helios-setup] Oct 16 03:29:48.634 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22742024-10-16T03:29:49.459Z[ helios-setup] Oct 16 03:29:48.669 INFO E| * [new tag] v0.1.1 -> v0.1.1
22752024-10-16T03:29:49.460Z[ helios-setup] Oct 16 03:29:48.669 INFO E| * [new tag] v0.2.0 -> v0.2.0
22762024-10-16T03:29:49.532Z[ host-package] Compiling macaddr v1.0.1
22772024-10-16T03:29:49.595Z[ helios-setup] Oct 16 03:29:48.804 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22782024-10-16T03:29:50.066Z[ helios-setup] Oct 16 03:29:49.275 INFO E| From https://github.com/jclulow/hiercmd
22792024-10-16T03:29:50.066Z[ helios-setup] Oct 16 03:29:49.275 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22802024-10-16T03:29:50.088Z[ helios-setup] Oct 16 03:29:49.297 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22812024-10-16T03:29:50.496Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822024-10-16T03:29:50.644Z[ helios-setup] Oct 16 03:29:49.853 INFO E| From https://github.com/jclulow/network-interface
22832024-10-16T03:29:50.644Z[ helios-setup] Oct 16 03:29:49.853 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22842024-10-16T03:29:50.677Z[ helios-setup] Oct 16 03:29:49.886 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22852024-10-16T03:29:51.189Z[ helios-setup] Oct 16 03:29:50.398 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22862024-10-16T03:29:51.189Z[ helios-setup] Oct 16 03:29:50.398 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22872024-10-16T03:29:51.229Z[ helios-setup] Oct 16 03:29:50.438 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22882024-10-16T03:29:51.614Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22892024-10-16T03:29:51.724Z[ host-package] Compiling display-error-chain v0.2.1
22902024-10-16T03:29:51.930Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22912024-10-16T03:29:52.107Z[ helios-setup] Oct 16 03:29:51.316 INFO E| From https://github.com/oxidecomputer/facade
22922024-10-16T03:29:52.107Z[ helios-setup] Oct 16 03:29:51.316 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22932024-10-16T03:29:52.151Z[ helios-setup] Oct 16 03:29:51.360 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
22942024-10-16T03:29:53.086Z[ helios-setup] Oct 16 03:29:52.295 INFO E| From https://github.com/oxidecomputer/dropshot
22952024-10-16T03:29:53.086Z[ helios-setup] Oct 16 03:29:52.295 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
22962024-10-16T03:29:53.122Z[ helios-setup] Oct 16 03:29:52.331 INFO E| * [new tag] v0.3.0 -> v0.3.0
22972024-10-16T03:29:53.122Z[ helios-setup] Oct 16 03:29:52.331 INFO E| * [new tag] v0.4.0 -> v0.4.0
22982024-10-16T03:29:53.125Z[ helios-setup] Oct 16 03:29:52.331 INFO E| * [new tag] v0.5.0 -> v0.5.0
22992024-10-16T03:29:53.125Z[ helios-setup] Oct 16 03:29:52.331 INFO E| * [new tag] v0.5.1 -> v0.5.1
23002024-10-16T03:29:53.125Z[ helios-setup] Oct 16 03:29:52.332 INFO E| * [new tag] v0.6.0 -> v0.6.0
23012024-10-16T03:29:53.125Z[ helios-setup] Oct 16 03:29:52.332 INFO E| * [new tag] v0.7.0 -> v0.7.0
23022024-10-16T03:29:53.125Z[ helios-setup] Oct 16 03:29:52.332 INFO E| * [new tag] v0.8.0 -> v0.8.0
23032024-10-16T03:29:53.125Z[ helios-setup] Oct 16 03:29:52.332 INFO E| * [new tag] v0.9.0 -> v0.9.0
23042024-10-16T03:29:53.173Z[ helios-setup] Oct 16 03:29:52.382 INFO E| Updating crates.io index
23052024-10-16T03:29:53.206Z[ helios-setup] Oct 16 03:29:52.415 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23062024-10-16T03:29:54.376Z[ helios-setup] Oct 16 03:29:53.584 INFO E| From https://github.com/oxidecomputer/typify
23072024-10-16T03:29:54.376Z[ helios-setup] Oct 16 03:29:53.584 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23082024-10-16T03:29:54.410Z[ helios-setup] Oct 16 03:29:53.617 INFO E| * [new tag] v0.0.10 -> v0.0.10
23092024-10-16T03:29:54.412Z[ helios-setup] Oct 16 03:29:53.617 INFO E| * [new tag] v0.0.11 -> v0.0.11
23102024-10-16T03:29:54.412Z[ helios-setup] Oct 16 03:29:53.617 INFO E| * [new tag] v0.0.4 -> v0.0.4
23112024-10-16T03:29:54.412Z[ helios-setup] Oct 16 03:29:53.617 INFO E| * [new tag] v0.0.5 -> v0.0.5
23122024-10-16T03:29:54.412Z[ helios-setup] Oct 16 03:29:53.618 INFO E| * [new tag] v0.0.7 -> v0.0.7
23132024-10-16T03:29:54.413Z[ helios-setup] Oct 16 03:29:53.618 INFO E| * [new tag] v0.0.8 -> v0.0.8
23142024-10-16T03:29:54.413Z[ helios-setup] Oct 16 03:29:53.618 INFO E| * [new tag] v0.0.9 -> v0.0.9
23152024-10-16T03:29:55.124Z[ helios-setup] Oct 16 03:29:54.333 INFO E| Downloading crates ...
23162024-10-16T03:29:55.321Z[ helios-setup] Oct 16 03:29:54.529 INFO E| Downloaded anyhow v1.0.68
23172024-10-16T03:29:55.410Z[ helios-setup] Oct 16 03:29:54.619 INFO E| Downloaded futures-sink v0.3.28
23182024-10-16T03:29:55.414Z[ helios-setup] Oct 16 03:29:54.621 INFO E| Downloaded num_cpus v1.15.0
23192024-10-16T03:29:55.417Z[ helios-setup] Oct 16 03:29:54.626 INFO E| Downloaded iana-time-zone v0.1.56
23202024-10-16T03:29:55.463Z[ helios-setup] Oct 16 03:29:54.669 INFO E| Downloaded itoa v1.0.6
23212024-10-16T03:29:55.466Z[ helios-setup] Oct 16 03:29:54.672 INFO E| Downloaded sct v0.7.0
23222024-10-16T03:29:55.489Z[ helios-setup] Oct 16 03:29:54.698 INFO E| Downloaded try-lock v0.2.4
23232024-10-16T03:29:55.492Z[ helios-setup] Oct 16 03:29:54.699 INFO E| Downloaded want v0.3.0
23242024-10-16T03:29:55.495Z[ helios-setup] Oct 16 03:29:54.701 INFO E| Downloaded tower-service v0.3.2
23252024-10-16T03:29:55.495Z[ helios-setup] Oct 16 03:29:54.702 INFO E| Downloaded proc-macro-crate v1.2.1
23262024-10-16T03:29:55.497Z[ helios-setup] Oct 16 03:29:54.705 INFO E| Downloaded num_enum_derive v0.5.7
23272024-10-16T03:29:55.500Z[ helios-setup] Oct 16 03:29:54.707 INFO E| Downloaded num-integer v0.1.45
23282024-10-16T03:29:55.502Z[ helios-setup] Oct 16 03:29:54.710 INFO E| Downloaded serde_spanned v0.6.1
23292024-10-16T03:29:55.505Z[ helios-setup] Oct 16 03:29:54.712 INFO E| Downloaded thiserror-impl v1.0.38
23302024-10-16T03:29:55.507Z[ helios-setup] Oct 16 03:29:54.715 INFO E| Downloaded sha2 v0.10.6
23312024-10-16T03:29:55.510Z[ helios-setup] Oct 16 03:29:54.719 INFO E| Downloaded semver-parser v0.10.2
23322024-10-16T03:29:55.513Z[ helios-setup] Oct 16 03:29:54.722 INFO E| Downloaded slab v0.4.7
23332024-10-16T03:29:55.516Z[ helios-setup] Oct 16 03:29:54.725 INFO E| Downloaded schemars_derive v0.8.12
23342024-10-16T03:29:55.519Z[ helios-setup] Oct 16 03:29:54.727 INFO E| Downloaded tokio-macros v2.0.0
23352024-10-16T03:29:55.522Z[ helios-setup] Oct 16 03:29:54.728 INFO E| Downloaded const-random v0.1.15
23362024-10-16T03:29:55.524Z[ helios-setup] Oct 16 03:29:54.731 INFO E| Downloaded concolor-override v1.0.0
23372024-10-16T03:29:55.524Z[ helios-setup] Oct 16 03:29:54.732 INFO E| Downloaded quote v1.0.36
23382024-10-16T03:29:55.528Z[ helios-setup] Oct 16 03:29:54.737 INFO E| Downloaded parking_lot_core v0.9.6
23392024-10-16T03:29:55.532Z[ helios-setup] Oct 16 03:29:54.741 INFO E| Downloaded tinyvec v1.6.0
23402024-10-16T03:29:55.537Z[ helios-setup] Oct 16 03:29:54.746 INFO E| Downloaded toolchain_find v0.2.0
23412024-10-16T03:29:55.540Z[ helios-setup] Oct 16 03:29:54.749 INFO E| Downloaded strsim v0.10.0
23422024-10-16T03:29:55.544Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23432024-10-16T03:29:55.563Z[ helios-setup] Oct 16 03:29:54.753 INFO E| Downloaded thiserror v1.0.38
23442024-10-16T03:29:55.563Z[ helios-setup] Oct 16 03:29:54.762 INFO E| Downloaded tempfile v3.5.0
23452024-10-16T03:29:55.563Z[ helios-setup] Oct 16 03:29:54.767 INFO E| Downloaded tokio-tungstenite v0.18.0
23462024-10-16T03:29:55.563Z[ helios-setup] Oct 16 03:29:54.771 INFO E| Downloaded is-terminal v0.4.7
23472024-10-16T03:29:55.567Z[ helios-setup] Oct 16 03:29:54.776 INFO E| Downloaded slog-bunyan v2.4.0
23482024-10-16T03:29:55.570Z[ helios-setup] Oct 16 03:29:54.777 INFO E| Downloaded paste v1.0.12
23492024-10-16T03:29:55.579Z[ helios-setup] Oct 16 03:29:54.783 INFO E| Downloaded rhai_codegen v1.5.0
23502024-10-16T03:29:55.592Z[ helios-setup] Oct 16 03:29:54.801 INFO E| Downloaded semver v0.11.0
23512024-10-16T03:29:55.677Z[ helios-setup] Oct 16 03:29:54.885 INFO E| Downloaded rustfmt-wrapper v0.2.0
23522024-10-16T03:29:55.679Z[ helios-setup] Oct 16 03:29:54.888 INFO E| Downloaded walkdir v2.3.3
23532024-10-16T03:29:55.682Z[ helios-setup] Oct 16 03:29:54.891 INFO E| Downloaded utf8parse v0.2.1
23542024-10-16T03:29:55.684Z[ helios-setup] Oct 16 03:29:54.893 INFO E| Downloaded unicode-bidi v0.3.13
23552024-10-16T03:29:55.689Z[ helios-setup] Oct 16 03:29:54.898 INFO E| Downloaded io-lifetimes v1.0.10
23562024-10-16T03:29:55.695Z[ helios-setup] Oct 16 03:29:54.904 INFO E| Downloaded typenum v1.16.0
23572024-10-16T03:29:55.700Z[ helios-setup] Oct 16 03:29:54.908 INFO E| Downloaded serde_yaml v0.9.21
23582024-10-16T03:29:55.707Z[ helios-setup] Oct 16 03:29:54.916 INFO E| Downloaded uuid v1.3.0
23592024-10-16T03:29:55.715Z[ helios-setup] Oct 16 03:29:54.924 INFO E| Downloaded tungstenite v0.18.0
23602024-10-16T03:29:55.722Z[ helios-setup] Oct 16 03:29:54.931 INFO E| Downloaded unicode-linebreak v0.1.4
23612024-10-16T03:29:55.726Z[ helios-setup] Oct 16 03:29:54.935 INFO E| Downloaded url v2.3.1
23622024-10-16T03:29:55.732Z[ helios-setup] Oct 16 03:29:54.941 INFO E| Downloaded unsafe-libyaml v0.2.8
23632024-10-16T03:29:55.740Z[ helios-setup] Oct 16 03:29:54.949 INFO E| Downloaded toml_edit v0.19.8
23642024-10-16T03:29:55.777Z[ helios-setup] Oct 16 03:29:54.986 INFO E| Downloaded tracing v0.1.37
23652024-10-16T03:29:55.785Z[ helios-setup] Oct 16 03:29:54.993 INFO E| Downloaded winnow v0.4.1
23662024-10-16T03:29:55.807Z[ helios-setup] Oct 16 03:29:55.016 INFO E| Downloaded unicode-normalization v0.1.22
23672024-10-16T03:29:55.814Z[ helios-setup] Oct 16 03:29:55.023 INFO E| Downloaded serde_json v1.0.95
23682024-10-16T03:29:55.835Z[ helios-setup] Oct 16 03:29:55.043 INFO E| Downloaded ryu v1.0.13
23692024-10-16T03:29:55.839Z[ helios-setup] Oct 16 03:29:55.048 INFO E| Downloaded syn v1.0.107
23702024-10-16T03:29:55.860Z[ helios-setup] Oct 16 03:29:55.069 INFO E| Downloaded pest v2.5.7
23712024-10-16T03:29:55.870Z[ helios-setup] Oct 16 03:29:55.078 INFO E| Downloaded rhai v1.14.0
23722024-10-16T03:29:55.896Z[ helios-setup] Oct 16 03:29:55.105 INFO E| Downloaded futures-util v0.3.28
23732024-10-16T03:29:55.917Z[ helios-setup] Oct 16 03:29:55.126 INFO E| Downloaded tokio v1.27.0
23742024-10-16T03:29:55.973Z[ helios-setup] Oct 16 03:29:55.182 INFO E| Downloaded rayon v1.6.1
23752024-10-16T03:29:55.988Z[ helios-setup] Oct 16 03:29:55.197 INFO E| Downloaded reqwest v0.11.16
23762024-10-16T03:29:56.018Z[ helios-setup] Oct 16 03:29:55.226 INFO E| Downloaded git2 v0.16.1
23772024-10-16T03:29:56.039Z[ helios-setup] Oct 16 03:29:55.248 INFO E| Downloaded regex v1.7.3
23782024-10-16T03:29:56.054Z[ helios-setup] Oct 16 03:29:55.262 INFO E| Downloaded hyper v0.14.25
23792024-10-16T03:29:56.067Z[ helios-setup] Oct 16 03:29:55.276 INFO E| Downloaded rustls v0.21.0
23802024-10-16T03:29:56.087Z[ helios-setup] Oct 16 03:29:55.296 INFO E| Downloaded rustix v0.37.3
23812024-10-16T03:29:56.120Z[ helios-setup] Oct 16 03:29:55.329 INFO E| Downloaded openapiv3 v1.0.2
23822024-10-16T03:29:56.141Z[ helios-setup] Oct 16 03:29:55.349 INFO E| Downloaded chrono v0.4.24
23832024-10-16T03:29:56.152Z[ helios-setup] Oct 16 03:29:55.361 INFO E| Downloaded syn v2.0.72
23842024-10-16T03:29:56.172Z[ helios-setup] Oct 16 03:29:55.381 INFO E| Downloaded h2 v0.3.16
23852024-10-16T03:29:56.184Z[ helios-setup] Oct 16 03:29:55.392 INFO E| Downloaded clap_builder v4.2.1
23862024-10-16T03:29:56.197Z[ helios-setup] Oct 16 03:29:55.403 INFO E| Downloaded libc v0.2.139
23872024-10-16T03:29:56.232Z[ helios-setup] Oct 16 03:29:55.440 INFO E| Downloaded mio v0.8.5
23882024-10-16T03:29:56.241Z[ helios-setup] Oct 16 03:29:55.450 INFO E| Downloaded regress v0.5.0
23892024-10-16T03:29:56.253Z[ helios-setup] Oct 16 03:29:55.462 INFO E| Downloaded flate2 v1.0.25
23902024-10-16T03:29:56.261Z[ helios-setup] Oct 16 03:29:55.470 INFO E| Downloaded aho-corasick v0.7.20
23912024-10-16T03:29:56.268Z[ helios-setup] Oct 16 03:29:55.476 INFO E| Downloaded rustls-webpki v0.100.1
23922024-10-16T03:29:56.276Z[ helios-setup] Oct 16 03:29:55.485 INFO E| Downloaded parking_lot v0.12.1
23932024-10-16T03:29:56.280Z[ helios-setup] Oct 16 03:29:55.489 INFO E| Downloaded futures v0.3.28
23942024-10-16T03:29:56.289Z[ helios-setup] Oct 16 03:29:55.498 INFO E| Downloaded cc v1.0.78
23952024-10-16T03:29:56.294Z[ helios-setup] Oct 16 03:29:55.503 INFO E| Downloaded serde v1.0.204
23962024-10-16T03:29:56.299Z[ helios-setup] Oct 16 03:29:55.508 INFO E| Downloaded bytes v1.4.0
23972024-10-16T03:29:56.322Z[ helios-setup] Oct 16 03:29:55.514 INFO E| Downloaded base64 v0.21.0
23982024-10-16T03:29:56.331Z[ helios-setup] Oct 16 03:29:55.520 INFO E| Downloaded toml v0.5.11
23992024-10-16T03:29:56.331Z[ helios-setup] Oct 16 03:29:55.523 INFO E| Downloaded tokio-util v0.7.7
24002024-10-16T03:29:56.331Z[ helios-setup] Oct 16 03:29:55.533 INFO E| Downloaded http v0.2.9
24012024-10-16T03:29:56.334Z[ helios-setup] Oct 16 03:29:55.539 INFO E| Downloaded crossbeam-channel v0.5.6
24022024-10-16T03:29:56.367Z[ helios-setup] Oct 16 03:29:55.575 INFO E| Downloaded once_cell v1.17.0
24032024-10-16T03:29:56.373Z[ helios-setup] Oct 16 03:29:55.580 INFO E| Downloaded num-traits v0.2.15
24042024-10-16T03:29:56.376Z[ helios-setup] Oct 16 03:29:55.584 INFO E| Downloaded log v0.4.17
24052024-10-16T03:29:56.379Z[ helios-setup] Oct 16 03:29:55.588 INFO E| Downloaded clap v4.2.1
24062024-10-16T03:29:56.412Z[ helios-setup] Oct 16 03:29:55.620 INFO E| Downloaded unicode-ident v1.0.8
24072024-10-16T03:29:56.416Z[ helios-setup] Oct 16 03:29:55.625 INFO E| Downloaded encoding_rs v0.8.32
24082024-10-16T03:29:56.449Z[ helios-setup] Oct 16 03:29:55.658 INFO E| Downloaded ucd-trie v0.1.5
24092024-10-16T03:29:56.452Z[ helios-setup] Oct 16 03:29:55.660 INFO E| Downloaded crossbeam-utils v0.8.14
24102024-10-16T03:29:56.455Z[ helios-setup] Oct 16 03:29:55.664 INFO E| Downloaded async-trait v0.1.68
24112024-10-16T03:29:56.461Z[ helios-setup] Oct 16 03:29:55.670 INFO E| Downloaded tracing-core v0.1.30
24122024-10-16T03:29:56.467Z[ helios-setup] Oct 16 03:29:55.674 INFO E| Downloaded rayon-core v1.10.2
24132024-10-16T03:29:56.471Z[ helios-setup] Oct 16 03:29:55.680 INFO E| Downloaded pin-project-lite v0.2.9
24142024-10-16T03:29:56.480Z[ helios-setup] Oct 16 03:29:55.688 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24152024-10-16T03:29:56.592Z[ helios-setup] Oct 16 03:29:55.800 INFO E| Downloaded toml v0.7.3
24162024-10-16T03:29:56.596Z[ helios-setup] Oct 16 03:29:55.805 INFO E| Downloaded tokio-rustls v0.24.0
24172024-10-16T03:29:56.609Z[ helios-setup] Oct 16 03:29:55.807 INFO E| Downloaded textwrap v0.16.0
24182024-10-16T03:29:56.613Z[ helios-setup] Oct 16 03:29:55.811 INFO E| Downloaded serde_derive v1.0.204
24192024-10-16T03:29:56.613Z[ helios-setup] Oct 16 03:29:55.814 INFO E| Downloaded schemars v0.8.12
24202024-10-16T03:29:56.621Z[ helios-setup] Oct 16 03:29:55.830 INFO E| Downloaded miniz_oxide v0.6.2
24212024-10-16T03:29:56.624Z[ helios-setup] Oct 16 03:29:55.833 INFO E| Downloaded clap_derive v4.2.0
24222024-10-16T03:29:56.627Z[ helios-setup] Oct 16 03:29:55.836 INFO E| Downloaded cargo-lock v8.0.3
24232024-10-16T03:29:56.630Z[ helios-setup] Oct 16 03:29:55.839 INFO E| Downloaded libz-sys v1.1.8
24242024-10-16T03:29:56.702Z[ helios-setup] Oct 16 03:29:55.910 INFO E| Downloaded camino v1.1.4
24252024-10-16T03:29:56.705Z[ helios-setup] Oct 16 03:29:55.913 INFO E| Downloaded anstyle-parse v0.1.1
24262024-10-16T03:29:56.708Z[ helios-setup] Oct 16 03:29:55.915 INFO E| Downloaded unicode-width v0.1.10
24272024-10-16T03:29:56.711Z[ helios-setup] Oct 16 03:29:55.916 INFO E| Downloaded toml_datetime v0.6.1
24282024-10-16T03:29:56.711Z[ helios-setup] Oct 16 03:29:55.918 INFO E| Downloaded time v0.1.45
24292024-10-16T03:29:56.714Z[ helios-setup] Oct 16 03:29:55.919 INFO E| Downloaded socket2 v0.4.9
24302024-10-16T03:29:56.714Z[ helios-setup] Oct 16 03:29:55.922 INFO E| Downloaded smawk v0.3.1
24312024-10-16T03:29:56.717Z[ helios-setup] Oct 16 03:29:55.923 INFO E| Downloaded smallvec v1.10.0
24322024-10-16T03:29:56.720Z[ helios-setup] Oct 16 03:29:55.926 INFO E| Downloaded serde_derive_internals v0.26.0
24332024-10-16T03:29:56.720Z[ helios-setup] Oct 16 03:29:55.928 INFO E| Downloaded rustls-pemfile v1.0.2
24342024-10-16T03:29:56.722Z[ helios-setup] Oct 16 03:29:55.930 INFO E| Downloaded ppv-lite86 v0.2.17
24352024-10-16T03:29:56.725Z[ helios-setup] Oct 16 03:29:55.932 INFO E| Downloaded memchr v2.5.0
24362024-10-16T03:29:56.729Z[ helios-setup] Oct 16 03:29:55.937 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24372024-10-16T03:29:56.735Z[ helios-setup] Oct 16 03:29:55.939 INFO E| Downloaded num_enum v0.5.7
24382024-10-16T03:29:56.759Z[ helios-setup] Oct 16 03:29:55.944 INFO E| Downloaded futures-task v0.3.28
24392024-10-16T03:29:56.759Z[ helios-setup] Oct 16 03:29:55.945 INFO E| Downloaded futures-macro v0.3.28
24402024-10-16T03:29:56.759Z[ helios-setup] Oct 16 03:29:55.946 INFO E| Downloaded memoffset v0.7.1
24412024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.948 INFO E| Downloaded jobserver v0.1.26
24422024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.950 INFO E| Downloaded httpdate v1.0.2
24432024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.951 INFO E| Downloaded http-body v0.4.5
24442024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.953 INFO E| Downloaded generic-array v0.14.6
24452024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.955 INFO E| Downloaded semver v1.0.17
24462024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.958 INFO E| Downloaded futures-executor v0.3.28
24472024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.959 INFO E| Downloaded futures-core v0.3.28
24482024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.961 INFO E| Downloaded cpufeatures v0.2.5
24492024-10-16T03:29:56.762Z[ helios-setup] Oct 16 03:29:55.962 INFO E| Downloaded byteorder v1.4.3
24502024-10-16T03:29:56.763Z[ helios-setup] Oct 16 03:29:55.965 INFO E| Downloaded terminal_size v0.2.6
24512024-10-16T03:29:56.763Z[ helios-setup] Oct 16 03:29:55.966 INFO E| Downloaded slog-async v2.7.0
24522024-10-16T03:29:56.763Z[ helios-setup] Oct 16 03:29:55.968 INFO E| Downloaded proc-macro2 v1.0.86
24532024-10-16T03:29:56.765Z[ helios-setup] Oct 16 03:29:55.973 INFO E| Downloaded dyn-clone v1.0.11
24542024-10-16T03:29:56.768Z[ helios-setup] Oct 16 03:29:55.975 INFO E| Downloaded crossbeam-deque v0.8.2
24552024-10-16T03:29:56.771Z[ helios-setup] Oct 16 03:29:55.977 INFO E| Downloaded block-buffer v0.10.3
24562024-10-16T03:29:56.771Z[ helios-setup] Oct 16 03:29:55.979 INFO E| Downloaded async-stream v0.3.5
24572024-10-16T03:29:56.773Z[ helios-setup] Oct 16 03:29:55.982 INFO E| Downloaded smartstring v1.0.1
24582024-10-16T03:29:56.784Z[ helios-setup] Oct 16 03:29:55.985 INFO E| Downloaded serde_path_to_error v0.1.11
24592024-10-16T03:29:56.788Z[ helios-setup] Oct 16 03:29:55.988 INFO E| Downloaded anstyle v0.3.5
24602024-10-16T03:29:56.789Z[ helios-setup] Oct 16 03:29:55.990 INFO E| Downloaded ahash v0.7.6
24612024-10-16T03:29:56.796Z[ helios-setup] Oct 16 03:29:55.997 INFO E| Downloaded signal-hook-registry v1.4.0
24622024-10-16T03:29:56.796Z[ helios-setup] Oct 16 03:29:55.997 INFO E| Downloaded sha1 v0.10.5
24632024-10-16T03:29:56.796Z[ helios-setup] Oct 16 03:29:55.998 INFO E| Downloaded serde_tokenstream v0.2.0
24642024-10-16T03:29:56.796Z[ helios-setup] Oct 16 03:29:56.004 INFO E| Downloaded home v0.5.4
24652024-10-16T03:29:56.799Z[ helios-setup] Oct 16 03:29:56.005 INFO E| Downloaded crossbeam-epoch v0.9.13
24662024-10-16T03:29:56.806Z[ helios-setup] Oct 16 03:29:56.014 INFO E| Downloaded ahash v0.8.3
24672024-10-16T03:29:56.806Z[ helios-setup] Oct 16 03:29:56.015 INFO E| Downloaded scopeguard v1.1.0
24682024-10-16T03:29:56.809Z[ helios-setup] Oct 16 03:29:56.015 INFO E| Downloaded project-root v0.2.2
24692024-10-16T03:29:56.809Z[ helios-setup] Oct 16 03:29:56.016 INFO E| Downloaded ipnet v2.7.2
24702024-10-16T03:29:56.813Z[ helios-setup] Oct 16 03:29:56.018 INFO E| Downloaded httparse v1.8.0
24712024-10-16T03:29:56.825Z[ helios-setup] Oct 16 03:29:56.033 INFO E| Downloaded lock_api v0.4.9
24722024-10-16T03:29:56.825Z[ helios-setup] Oct 16 03:29:56.033 INFO E| Downloaded getrandom v0.2.8
24732024-10-16T03:29:56.825Z[ helios-setup] Oct 16 03:29:56.033 INFO E| Downloaded bincode v1.3.3
24742024-10-16T03:29:56.828Z[ helios-setup] Oct 16 03:29:56.033 INFO E| Downloaded pkg-config v0.3.26
24752024-10-16T03:29:56.828Z[ helios-setup] Oct 16 03:29:56.033 INFO E| Downloaded percent-encoding v2.2.0
24762024-10-16T03:29:56.828Z[ helios-setup] Oct 16 03:29:56.035 INFO E| Downloaded lazy_static v1.4.0
24772024-10-16T03:29:56.828Z[ helios-setup] Oct 16 03:29:56.036 INFO E| Downloaded futures-io v0.3.28
24782024-10-16T03:29:56.863Z[ helios-setup] Oct 16 03:29:56.038 INFO E| Downloaded form_urlencoded v1.1.0
24792024-10-16T03:29:56.863Z[ helios-setup] Oct 16 03:29:56.039 INFO E| Downloaded either v1.8.0
24802024-10-16T03:29:56.866Z[ helios-setup] Oct 16 03:29:56.041 INFO E| Downloaded digest v0.10.6
24812024-10-16T03:29:56.866Z[ helios-setup] Oct 16 03:29:56.059 INFO E| Downloaded clap_lex v0.4.1
24822024-10-16T03:29:56.885Z[ helios-setup] Oct 16 03:29:56.094 INFO E| Downloaded fastrand v1.9.0
24832024-10-16T03:29:56.888Z[ helios-setup] Oct 16 03:29:56.096 INFO E| Downloaded errno v0.3.1
24842024-10-16T03:29:56.891Z[ helios-setup] Oct 16 03:29:56.098 INFO E| Downloaded concolor-query v0.3.3
24852024-10-16T03:29:56.891Z[ helios-setup] Oct 16 03:29:56.099 INFO E| Downloaded built v0.6.0
24862024-10-16T03:29:56.894Z[ helios-setup] Oct 16 03:29:56.101 INFO E| Downloaded anstream v0.2.6
24872024-10-16T03:29:56.896Z[ helios-setup] Oct 16 03:29:56.104 INFO E| Downloaded futures-channel v0.3.28
24882024-10-16T03:29:56.899Z[ helios-setup] Oct 16 03:29:56.108 INFO E| Downloaded const-random-macro v0.1.15
24892024-10-16T03:29:56.901Z[ helios-setup] Oct 16 03:29:56.109 INFO E| Downloaded autocfg v1.1.0
24902024-10-16T03:29:56.904Z[ helios-setup] Oct 16 03:29:56.111 INFO E| Downloaded async-stream-impl v0.3.5
24912024-10-16T03:29:56.935Z[ host-package] Compiling half v2.4.1
24922024-10-16T03:29:57.211Z[ helios-setup] Oct 16 03:29:56.417 INFO E| Compiling proc-macro2 v1.0.86
24932024-10-16T03:29:57.211Z[ helios-setup] Oct 16 03:29:56.417 INFO E| Compiling libc v0.2.139
24942024-10-16T03:29:57.213Z[ helios-setup] Oct 16 03:29:56.417 INFO E| Compiling unicode-ident v1.0.8
24952024-10-16T03:29:57.213Z[ helios-setup] Oct 16 03:29:56.417 INFO E| Compiling autocfg v1.1.0
24962024-10-16T03:29:57.213Z[ helios-setup] Oct 16 03:29:56.418 INFO E| Compiling cfg-if v1.0.0
24972024-10-16T03:29:57.213Z[ helios-setup] Oct 16 03:29:56.418 INFO E| Compiling version_check v0.9.4
24982024-10-16T03:29:57.213Z[ helios-setup] Oct 16 03:29:56.418 INFO E| Compiling serde v1.0.204
24992024-10-16T03:29:57.214Z[ helios-setup] Oct 16 03:29:56.418 INFO E| Compiling syn v1.0.107
25002024-10-16T03:29:57.982Z[ host-package] Compiling ciborium-io v0.2.2
25012024-10-16T03:29:58.003Z[ helios-setup] Oct 16 03:29:57.208 INFO E| Compiling memchr v2.5.0
25022024-10-16T03:29:58.638Z[ host-package] Compiling ciborium-ll v0.2.2
25032024-10-16T03:29:59.182Z[ helios-setup] Oct 16 03:29:58.391 INFO E| Compiling once_cell v1.17.0
25042024-10-16T03:29:59.404Z[ helios-setup] Oct 16 03:29:58.612 INFO E| Compiling thiserror v1.0.38
25052024-10-16T03:29:59.406Z[ helios-setup] Oct 16 03:29:58.613 INFO E| Compiling log v0.4.17
25062024-10-16T03:29:59.472Z[ host-package] Compiling tungstenite v0.21.0
25072024-10-16T03:30:00.062Z[ helios-setup] Oct 16 03:29:59.268 INFO E| Compiling serde_json v1.0.95
25082024-10-16T03:30:00.495Z[ helios-setup] Oct 16 03:29:59.702 INFO E| Compiling itoa v1.0.6
25092024-10-16T03:30:00.593Z[ host-package] Compiling ciborium v0.2.2
25102024-10-16T03:30:01.326Z[ helios-setup] Oct 16 03:30:00.534 INFO E| Compiling getrandom v0.2.8
25112024-10-16T03:30:01.567Z[ helios-setup] Oct 16 03:30:00.775 INFO E| Compiling quote v1.0.36
25122024-10-16T03:30:01.898Z[ helios-setup] Oct 16 03:30:01.106 INFO E| Compiling jobserver v0.1.26
25132024-10-16T03:30:02.146Z[ helios-setup] Oct 16 03:30:01.354 INFO E| Compiling indexmap v1.9.3
25142024-10-16T03:30:02.166Z[ host-package] Compiling tokio-tungstenite v0.21.0
25152024-10-16T03:30:02.214Z[ helios-setup] Oct 16 03:30:01.422 INFO E| Compiling scopeguard v1.1.0
25162024-10-16T03:30:02.326Z[ helios-setup] Oct 16 03:30:01.534 INFO E| Compiling pin-project-lite v0.2.9
25172024-10-16T03:30:02.677Z[ helios-setup] Oct 16 03:30:01.885 INFO E| Compiling syn v2.0.72
25182024-10-16T03:30:02.882Z[ helios-setup] Oct 16 03:30:02.090 INFO E| Compiling num-integer v0.1.45
25192024-10-16T03:30:03.013Z[ helios-setup] Oct 16 03:30:02.221 INFO E| Compiling cc v1.0.78
25202024-10-16T03:30:03.015Z[ helios-setup] Oct 16 03:30:02.223 INFO E| Compiling bytes v1.4.0
25212024-10-16T03:30:03.108Z[ helios-setup] Oct 16 03:30:02.316 INFO E| Compiling futures-core v0.3.28
25222024-10-16T03:30:03.385Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25232024-10-16T03:30:04.069Z[ helios-setup] Oct 16 03:30:03.277 INFO E| Compiling ryu v1.0.13
25242024-10-16T03:30:04.204Z[ host-package] Compiling same-file v1.0.6
25252024-10-16T03:30:04.975Z[ host-package] Compiling fastrand v2.1.1
25262024-10-16T03:30:05.222Z[ helios-setup] Oct 16 03:30:04.430 INFO E| Compiling lock_api v0.4.9
25272024-10-16T03:30:05.418Z[ helios-setup] Oct 16 03:30:04.626 INFO E| Compiling parking_lot_core v0.9.6
25282024-10-16T03:30:05.785Z[ helios-setup] Oct 16 03:30:04.993 INFO E| Compiling typenum v1.16.0
25292024-10-16T03:30:05.977Z[ host-package] Compiling tempfile v3.13.0
25302024-10-16T03:30:06.063Z[ helios-setup] Oct 16 03:30:05.271 INFO E| Compiling bitflags v1.3.2
25312024-10-16T03:30:06.361Z[ helios-setup] Oct 16 03:30:05.568 INFO E| Compiling num_cpus v1.15.0
25322024-10-16T03:30:06.375Z[ helios-setup] Oct 16 03:30:05.583 INFO E| Compiling generic-array v0.14.6
25332024-10-16T03:30:06.609Z[ helios-setup] Oct 16 03:30:05.817 INFO E| Compiling slab v0.4.7
25342024-10-16T03:30:06.838Z[ helios-setup] Oct 16 03:30:06.046 INFO E| Compiling futures-task v0.3.28
25352024-10-16T03:30:06.955Z[ helios-setup] Oct 16 03:30:06.163 INFO E| Compiling futures-sink v0.3.28
25362024-10-16T03:30:07.040Z[ helios-setup] Oct 16 03:30:06.248 INFO E| Compiling futures-channel v0.3.28
25372024-10-16T03:30:07.428Z[ host-package] Compiling walkdir v2.5.0
25382024-10-16T03:30:07.510Z[ host-package] Compiling blake3 v1.5.4
25392024-10-16T03:30:07.730Z[ helios-setup] Oct 16 03:30:06.937 INFO E| Compiling tokio v1.27.0
25402024-10-16T03:30:07.757Z[ helios-setup] Oct 16 03:30:06.964 INFO E| Compiling futures-util v0.3.28
25412024-10-16T03:30:08.104Z[ helios-setup] Oct 16 03:30:07.312 INFO E| Compiling schemars v0.8.12
25422024-10-16T03:30:08.853Z[ host-package] Compiling ring v0.16.20
25432024-10-16T03:30:09.045Z[ helios-setup] Oct 16 03:30:08.252 INFO E| Compiling mio v0.8.5
25442024-10-16T03:30:09.048Z[ helios-setup] Oct 16 03:30:08.253 INFO E| Compiling socket2 v0.4.9
25452024-10-16T03:30:09.200Z[ helios-setup] Oct 16 03:30:08.407 INFO E| Compiling signal-hook-registry v1.4.0
25462024-10-16T03:30:09.770Z[ helios-setup] Oct 16 03:30:08.978 INFO E| Compiling ahash v0.7.6
25472024-10-16T03:30:09.945Z[ helios-setup] Oct 16 03:30:09.152 INFO E| Compiling num-traits v0.2.15
25482024-10-16T03:30:10.795Z[ helios-setup] Oct 16 03:30:10.002 INFO E| Compiling futures-io v0.3.28
25492024-10-16T03:30:10.962Z[ helios-setup] Oct 16 03:30:10.168 INFO E| Compiling crunchy v0.2.2
25502024-10-16T03:30:11.637Z[ helios-setup] Oct 16 03:30:10.844 INFO E| Compiling pin-utils v0.1.0
25512024-10-16T03:30:11.980Z[ helios-setup] Oct 16 03:30:11.187 INFO E| Compiling io-lifetimes v1.0.10
25522024-10-16T03:30:12.702Z[ helios-setup] Oct 16 03:30:11.905 INFO E| Compiling ahash v0.8.3
25532024-10-16T03:30:12.831Z[ helios-setup] Oct 16 03:30:12.038 INFO E| Compiling hashbrown v0.12.3
25542024-10-16T03:30:13.785Z[ helios-setup] Oct 16 03:30:12.985 INFO E| Compiling serde_derive_internals v0.26.0
25552024-10-16T03:30:13.881Z[ helios-setup] Oct 16 03:30:13.088 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25562024-10-16T03:30:14.053Z[ helios-setup] Oct 16 03:30:13.260 INFO E| Compiling tiny-keccak v2.0.2
25572024-10-16T03:30:14.144Z[ helios-setup] Oct 16 03:30:13.351 INFO E| Compiling rustix v0.37.3
25582024-10-16T03:30:15.089Z[ helios-setup] Oct 16 03:30:14.296 INFO E| Compiling crypto-common v0.1.6
25592024-10-16T03:30:15.092Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25602024-10-16T03:30:15.161Z[ helios-setup] Oct 16 03:30:14.368 INFO E| Compiling block-buffer v0.10.3
25612024-10-16T03:30:15.247Z[ host-package] Compiling xattr v1.3.1
25622024-10-16T03:30:15.569Z[ host-package] Compiling filetime v0.2.25
25632024-10-16T03:30:16.085Z[ host-package] Compiling memmap2 v0.9.5
25642024-10-16T03:30:16.123Z[ helios-setup] Oct 16 03:30:15.330 INFO E| Compiling errno v0.3.1
25652024-10-16T03:30:16.565Z[ helios-setup] Oct 16 03:30:15.772 INFO E| Compiling slog v2.7.0
25662024-10-16T03:30:16.709Z[ helios-setup] Oct 16 03:30:15.915 INFO E| Compiling crossbeam-utils v0.8.14
25672024-10-16T03:30:16.921Z[ helios-setup] Oct 16 03:30:16.117 INFO E| Compiling pkg-config v0.3.26
25682024-10-16T03:30:17.009Z[ host-package] Compiling arrayref v0.3.9
25692024-10-16T03:30:17.322Z[ host-package] Compiling constant_time_eq v0.3.1
25702024-10-16T03:30:17.756Z[ helios-setup] Oct 16 03:30:16.959 INFO E| Compiling fnv v1.0.7
25712024-10-16T03:30:17.928Z[ host-package] Compiling arrayvec v0.7.6
25722024-10-16T03:30:18.028Z[ helios-setup] Oct 16 03:30:17.233 INFO E| Compiling http v0.2.9
25732024-10-16T03:30:18.688Z[ host-package] Compiling untrusted v0.7.1
25742024-10-16T03:30:19.149Z[ host-package] Compiling keccak v0.1.5
25752024-10-16T03:30:19.859Z[ host-package] Compiling spin v0.5.2
25762024-10-16T03:30:20.293Z[ helios-setup] Oct 16 03:30:19.499 INFO E| Compiling digest v0.10.6
25772024-10-16T03:30:20.363Z[ helios-setup] Oct 16 03:30:19.569 INFO E| Compiling aho-corasick v0.7.20
25782024-10-16T03:30:20.965Z[ host-package] Compiling sha3 v0.10.8
25792024-10-16T03:30:20.977Z[ helios-setup] Oct 16 03:30:20.183 INFO E| Compiling tinyvec_macros v0.1.1
25802024-10-16T03:30:21.323Z[ helios-setup] Oct 16 03:30:20.528 INFO E| Compiling anyhow v1.0.68
25812024-10-16T03:30:21.355Z[ helios-setup] Oct 16 03:30:20.560 INFO E| Compiling regex-syntax v0.6.29
25822024-10-16T03:30:22.395Z[ host-package] Compiling tar v0.4.42
25832024-10-16T03:30:22.895Z[ host-package] Compiling toolchain_find v0.4.0
25842024-10-16T03:30:23.025Z[ helios-setup] Oct 16 03:30:22.231 INFO E| Compiling cpufeatures v0.2.5
25852024-10-16T03:30:23.063Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25862024-10-16T03:30:23.359Z[ host-package] Compiling camino-tempfile v1.1.1
25872024-10-16T03:30:23.426Z[ helios-setup] Oct 16 03:30:22.632 INFO E| Compiling percent-encoding v2.2.0
25882024-10-16T03:30:23.682Z[ helios-setup] Oct 16 03:30:22.887 INFO E| Compiling thiserror-impl v1.0.38
25892024-10-16T03:30:23.856Z[ helios-setup] Oct 16 03:30:23.062 INFO E| Compiling schemars_derive v0.8.12
25902024-10-16T03:30:24.045Z[ helios-setup] Oct 16 03:30:23.251 INFO E| Compiling heck v0.4.1
25912024-10-16T03:30:24.171Z[ host-package] Compiling nibble_vec v0.1.0
25922024-10-16T03:30:24.246Z[ helios-setup] Oct 16 03:30:23.452 INFO E| Compiling httparse v1.8.0
25932024-10-16T03:30:24.253Z[ host-package] Compiling crunchy v0.2.2
25942024-10-16T03:30:24.667Z[ helios-setup] Oct 16 03:30:23.873 INFO E| Compiling unicode-width v0.1.10
25952024-10-16T03:30:24.729Z[ host-package] Compiling topological-sort v0.2.2
25962024-10-16T03:30:24.815Z[ helios-setup] Oct 16 03:30:24.010 INFO E| Compiling serde_derive v1.0.204
25972024-10-16T03:30:24.950Z[ helios-setup] Oct 16 03:30:24.156 INFO E| Compiling futures-macro v0.3.28
25982024-10-16T03:30:25.022Z[ helios-setup] Oct 16 03:30:24.228 INFO E| Compiling tokio-macros v2.0.0
25992024-10-16T03:30:25.208Z[ host-package] Compiling endian-type v0.1.2
26002024-10-16T03:30:25.264Z[ helios-setup] Oct 16 03:30:24.470 INFO E| Compiling const-random-macro v0.1.15
26012024-10-16T03:30:25.414Z[ host-package] Compiling maplit v1.0.2
26022024-10-16T03:30:25.784Z[ host-package] Compiling glob v0.3.1
26032024-10-16T03:30:25.947Z[ host-package] Compiling radix_trie v0.2.1
26042024-10-16T03:30:26.427Z[ host-package] Compiling omicron-zone-package v0.11.1
26052024-10-16T03:30:26.489Z[ helios-setup] Oct 16 03:30:25.695 INFO E| Compiling form_urlencoded v1.1.0
26062024-10-16T03:30:26.757Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26072024-10-16T03:30:27.019Z[ helios-setup] Oct 16 03:30:26.225 INFO E| Compiling tinyvec v1.6.0
26082024-10-16T03:30:27.673Z[ helios-setup] Oct 16 03:30:26.879 INFO E| Compiling regex v1.7.3
26092024-10-16T03:30:27.931Z[ host-package] Compiling tiny-keccak v2.0.2
26102024-10-16T03:30:28.076Z[ host-package] Compiling clang-sys v1.8.1
26112024-10-16T03:30:28.280Z[ host-package] Compiling dsl_auto_type v0.1.2
26122024-10-16T03:30:28.678Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26132024-10-16T03:30:29.149Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26142024-10-16T03:30:29.656Z[ host-package] Compiling arc-swap v1.7.1
26152024-10-16T03:30:29.965Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26162024-10-16T03:30:30.085Z[ helios-setup] Oct 16 03:30:29.291 INFO E| Compiling hashbrown v0.13.2
26172024-10-16T03:30:30.438Z[ helios-setup] Oct 16 03:30:29.643 INFO E| Compiling chrono v0.4.24
26182024-10-16T03:30:30.916Z[ host-package] Compiling slog-scope v4.4.0
26192024-10-16T03:30:31.062Z[ host-package] Compiling diesel_derives v2.2.3
26202024-10-16T03:30:31.134Z[ helios-setup] Oct 16 03:30:30.339 INFO E| Compiling libz-sys v1.1.8
26212024-10-16T03:30:31.261Z[ host-package] Compiling r2d2 v0.8.10
26222024-10-16T03:30:31.498Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26232024-10-16T03:30:32.355Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26242024-10-16T03:30:32.442Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26252024-10-16T03:30:32.532Z[ host-package] Compiling ascii-canvas v3.0.0
26262024-10-16T03:30:32.593Z[ host-package] Compiling universal-hash v0.5.1
26272024-10-16T03:30:33.678Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26282024-10-16T03:30:33.729Z[ host-package] Compiling secrecy v0.10.3
26292024-10-16T03:30:33.860Z[ helios-setup] Oct 16 03:30:33.065 INFO E| Compiling uuid v1.3.0
26302024-10-16T03:30:34.322Z[ host-package] Compiling ena v0.14.3
26312024-10-16T03:30:34.413Z[ helios-setup] Oct 16 03:30:33.618 INFO E| Compiling dyn-clone v1.0.11
26322024-10-16T03:30:34.812Z[ helios-setup] Oct 16 03:30:34.017 INFO E| Compiling unicode-normalization v0.1.22
26332024-10-16T03:30:34.930Z[ helios-setup] Oct 16 03:30:34.135 INFO E| Compiling regress v0.5.0
26342024-10-16T03:30:35.369Z[ host-package] Compiling libloading v0.8.5
26352024-10-16T03:30:35.553Z[ helios-setup] Oct 16 03:30:34.758 INFO E| Compiling const-random v0.1.15
26362024-10-16T03:30:36.118Z[ helios-setup] Oct 16 03:30:35.322 INFO E| Compiling getopts v0.2.21
26372024-10-16T03:30:36.281Z[ host-package] Compiling diff v0.1.13
26382024-10-16T03:30:36.780Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26392024-10-16T03:30:37.383Z[ host-package] Compiling opaque-debug v0.3.1
26402024-10-16T03:30:37.446Z[ helios-setup] Oct 16 03:30:36.651 INFO E| Compiling tracing-core v0.1.30
26412024-10-16T03:30:37.614Z[ helios-setup] Oct 16 03:30:36.818 INFO E| Compiling memoffset v0.7.1
26422024-10-16T03:30:37.868Z[ host-package] Compiling regex-syntax v0.6.29
26432024-10-16T03:30:38.482Z[ helios-setup] Oct 16 03:30:37.686 INFO E| Compiling ucd-trie v0.1.5
26442024-10-16T03:30:38.985Z[ helios-setup] Oct 16 03:30:38.189 INFO E| Compiling unicode-bidi v0.3.13
26452024-10-16T03:30:39.134Z[ host-package] Compiling bindgen v0.69.5
26462024-10-16T03:30:39.926Z[ helios-setup] Oct 16 03:30:39.131 INFO E| Compiling powerfmt v0.2.0
26472024-10-16T03:30:40.431Z[ host-package] Compiling thiserror-no-std v2.0.2
26482024-10-16T03:30:40.939Z[ host-package] Compiling poly1305 v0.8.0
26492024-10-16T03:30:41.409Z[ helios-setup] Oct 16 03:30:40.614 INFO E| Compiling num-conv v0.1.0
26502024-10-16T03:30:42.180Z[ helios-setup] Oct 16 03:30:41.385 INFO E| Compiling time-core v0.1.2
26512024-10-16T03:30:42.298Z[ helios-setup] Oct 16 03:30:41.503 INFO E| Compiling deranged v0.3.11
26522024-10-16T03:30:42.906Z[ helios-setup] Oct 16 03:30:42.110 INFO E| Compiling time-macros v0.2.18
26532024-10-16T03:30:43.045Z[ helios-setup] Oct 16 03:30:42.250 INFO E| Compiling idna v0.3.0
26542024-10-16T03:30:43.747Z[ helios-setup] Oct 16 03:30:42.951 INFO E| Compiling pest v2.5.7
26552024-10-16T03:30:44.982Z[ helios-setup] Oct 16 03:30:44.186 INFO E| Compiling tracing v0.1.37
26562024-10-16T03:30:48.331Z[ host-package] Compiling lalrpop v0.19.12
26572024-10-16T03:30:49.159Z[ helios-setup] Oct 16 03:30:48.363 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26582024-10-16T03:30:49.481Z[ helios-setup] Oct 16 03:30:48.684 INFO E| Compiling time v0.1.45
26592024-10-16T03:30:49.521Z[ helios-setup] Oct 16 03:30:48.725 INFO E| Compiling crossbeam-epoch v0.9.13
26602024-10-16T03:30:50.259Z[ helios-setup] Oct 16 03:30:49.462 INFO E| Compiling semver v1.0.17
26612024-10-16T03:30:50.959Z[ helios-setup] Oct 16 03:30:50.163 INFO E| Compiling iana-time-zone v0.1.56
26622024-10-16T03:30:51.859Z[ helios-setup] Oct 16 03:30:51.063 INFO E| Compiling num_threads v0.1.6
26632024-10-16T03:30:52.244Z[ helios-setup] Oct 16 03:30:51.447 INFO E| Compiling time v0.3.36
26642024-10-16T03:30:52.487Z[ helios-setup] Oct 16 03:30:51.691 INFO E| Compiling semver-parser v0.10.2
26652024-10-16T03:30:52.859Z[ helios-setup] Oct 16 03:30:52.063 INFO E| Compiling toml v0.5.11
26662024-10-16T03:30:53.432Z[ helios-setup] Oct 16 03:30:52.636 INFO E| Compiling smallvec v1.10.0
26672024-10-16T03:30:54.444Z[ host-package] Compiling diesel v2.2.4
26682024-10-16T03:30:55.661Z[ helios-setup] Oct 16 03:30:54.864 INFO E| Compiling parking_lot v0.12.1
26692024-10-16T03:30:59.022Z[ helios-setup] Oct 16 03:30:58.225 INFO E| Compiling serde_tokenstream v0.2.0
26702024-10-16T03:31:00.577Z[ helios-setup] Oct 16 03:30:59.779 INFO E| Compiling url v2.3.1
26712024-10-16T03:31:03.719Z[ helios-setup] Oct 16 03:31:02.922 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26722024-10-16T03:31:06.038Z[ helios-setup] Oct 16 03:31:05.240 INFO E| Compiling crossbeam-channel v0.5.6
26732024-10-16T03:31:06.978Z[ helios-setup] Oct 16 03:31:06.180 INFO E| Compiling dirs-sys-next v0.1.2
26742024-10-16T03:31:07.442Z[ host-package] Compiling slog-stdlog v4.1.1
26752024-10-16T03:31:09.019Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762024-10-16T03:31:09.250Z[ helios-setup] Oct 16 03:31:08.452 INFO E| Compiling crc32fast v1.3.2
26772024-10-16T03:31:09.596Z[ helios-setup] Oct 16 03:31:08.733 INFO E| Compiling same-file v1.0.6
26782024-10-16T03:31:09.621Z[ helios-setup] Oct 16 03:31:08.823 INFO E| Compiling try-lock v0.2.4
26792024-10-16T03:31:09.984Z[ helios-setup] Oct 16 03:31:09.186 INFO E| Compiling want v0.3.0
26802024-10-16T03:31:10.017Z[ helios-setup] Oct 16 03:31:09.218 INFO E| Compiling walkdir v2.3.3
26812024-10-16T03:31:10.747Z[ host-package] Compiling which v4.4.2
26822024-10-16T03:31:10.922Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26832024-10-16T03:31:10.954Z[ helios-setup] Oct 16 03:31:10.156 INFO E| Compiling dirs-next v2.0.0
26842024-10-16T03:31:11.749Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26852024-10-16T03:31:11.899Z[ host-package] Compiling chacha20 v0.9.1
26862024-10-16T03:31:12.223Z[ host-package] Compiling cexpr v0.6.0
26872024-10-16T03:31:12.964Z[ host-package] Compiling aead v0.5.2
26882024-10-16T03:31:13.851Z[ helios-setup] Oct 16 03:31:13.052 INFO E| Compiling tokio-util v0.7.7
26892024-10-16T03:31:13.989Z[ host-package] Compiling lazycell v1.3.0
26902024-10-16T03:31:14.575Z[ host-package] Compiling ref-cast v1.0.23
26912024-10-16T03:31:14.689Z[ helios-setup] Oct 16 03:31:13.890 INFO E| Compiling proc-macro-crate v1.2.1
26922024-10-16T03:31:15.150Z[ helios-setup] Oct 16 03:31:14.351 INFO E| Compiling semver v0.11.0
26932024-10-16T03:31:15.247Z[ host-package] Compiling rustc-hash v1.1.0
26942024-10-16T03:31:15.972Z[ host-package] Compiling chacha20poly1305 v0.10.1
26952024-10-16T03:31:16.383Z[ helios-setup] Oct 16 03:31:15.583 INFO E| Compiling h2 v0.3.16
26962024-10-16T03:31:16.774Z[ host-package] Compiling slog-envlogger v2.2.0
26972024-10-16T03:31:18.626Z[ helios-setup] Oct 16 03:31:17.827 INFO E| Compiling futures-executor v0.3.28
26982024-10-16T03:31:20.911Z[ helios-setup] Oct 16 03:31:20.111 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26992024-10-16T03:31:21.089Z[ host-package] Compiling vsss-rs v3.3.4
27002024-10-16T03:31:21.176Z[ helios-setup] Oct 16 03:31:20.377 INFO E| Compiling http-body v0.4.5
27012024-10-16T03:31:21.263Z[ helios-setup] Oct 16 03:31:20.463 INFO E| Compiling ring v0.16.20
27022024-10-16T03:31:22.472Z[ helios-setup] Oct 16 03:31:21.673 INFO E| Compiling rand_core v0.6.4
27032024-10-16T03:31:23.703Z[ helios-setup] Oct 16 03:31:22.902 INFO E| Compiling thread_local v1.1.7
27042024-10-16T03:31:23.772Z[ helios-setup] Oct 16 03:31:22.971 INFO E| Compiling base64 v0.21.0
27052024-10-16T03:31:25.217Z[ helios-setup] Oct 16 03:31:24.417 INFO E| Compiling fastrand v1.9.0
27062024-10-16T03:31:26.245Z[ helios-setup] Oct 16 03:31:25.446 INFO E| Compiling lazy_static v1.4.0
27072024-10-16T03:31:26.307Z[ helios-setup] Oct 16 03:31:25.506 INFO E| Compiling home v0.5.4
27082024-10-16T03:31:26.461Z[ helios-setup] Oct 16 03:31:25.661 INFO E| Compiling adler v1.0.2
27092024-10-16T03:31:26.973Z[ helios-setup] Oct 16 03:31:26.173 INFO E| Compiling rayon-core v1.10.2
27102024-10-16T03:31:27.007Z[ helios-setup] Oct 16 03:31:26.208 INFO E| Compiling utf8parse v0.2.1
27112024-10-16T03:31:27.478Z[ helios-setup] Oct 16 03:31:26.678 INFO E| Compiling tower-service v0.3.2
27122024-10-16T03:31:27.784Z[ helios-setup] Oct 16 03:31:26.984 INFO E| Compiling httpdate v1.0.2
27132024-10-16T03:31:28.076Z[ helios-setup] Oct 16 03:31:27.276 INFO E| Compiling ppv-lite86 v0.2.17
27142024-10-16T03:31:29.394Z[ helios-setup] Oct 16 03:31:28.594 INFO E| Compiling hyper v0.14.25
27152024-10-16T03:31:29.676Z[ helios-setup] Oct 16 03:31:28.876 INFO E| Compiling rand_chacha v0.3.1
27162024-10-16T03:31:29.817Z[ helios-setup] Oct 16 03:31:29.016 INFO E| Compiling anstyle-parse v0.1.1
27172024-10-16T03:31:30.738Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27182024-10-16T03:31:30.761Z[ helios-setup] Oct 16 03:31:29.961 INFO E| Compiling miniz_oxide v0.6.2
27192024-10-16T03:31:31.407Z[ host-package] Compiling derive_builder_core v0.20.2
27202024-10-16T03:31:32.993Z[ helios-setup] Oct 16 03:31:32.193 INFO E| Compiling toolchain_find v0.2.0
27212024-10-16T03:31:33.710Z[ helios-setup] Oct 16 03:31:32.909 INFO E| Compiling tempfile v3.5.0
27222024-10-16T03:31:35.579Z[ host-package] Compiling headers-core v0.3.0
27232024-10-16T03:31:36.143Z[ host-package] Compiling fxhash v0.2.1
27242024-10-16T03:31:36.999Z[ host-package] Compiling libxml v0.3.3
27252024-10-16T03:31:38.276Z[ host-package] Compiling ref-cast-impl v1.0.23
27262024-10-16T03:31:41.218Z[ host-package] Compiling headers v0.4.0
27272024-10-16T03:31:41.715Z[ host-package] Compiling derive_builder_macro v0.20.2
27282024-10-16T03:31:42.765Z[ host-package] Compiling polar-core v0.27.3
27292024-10-16T03:31:44.771Z[ host-package] error[E0432]: unresolved import `secrecy::Secret`
27302024-10-16T03:31:44.771Z[ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:12:29
27312024-10-16T03:31:44.774Z[ host-package] |
27322024-10-16T03:31:44.774Z[ host-package] 12 | use secrecy::{ExposeSecret, Secret};
27332024-10-16T03:31:44.774Z[ host-package] | ^^^^^^ no `Secret` in the root
27342024-10-16T03:31:44.774Z[ host-package]
27352024-10-16T03:31:44.774Z[ host-package] error[E0432]: unresolved imports `secrecy::DebugSecret`, `secrecy::Secret`
27362024-10-16T03:31:44.774Z[ host-package] --> bootstore/src/trust_quorum/rack_secret.rs:6:15
27372024-10-16T03:31:44.774Z[ host-package] |
27382024-10-16T03:31:44.774Z[ host-package] 6 | use secrecy::{DebugSecret, ExposeSecret, Secret};
27392024-10-16T03:31:44.774Z[ host-package] | ^^^^^^^^^^^ ^^^^^^ no `Secret` in the root
27402024-10-16T03:31:44.774Z[ host-package] | |
27412024-10-16T03:31:44.774Z[ host-package] | no `DebugSecret` in the root
27422024-10-16T03:31:44.774Z[ host-package]
27432024-10-16T03:31:44.787Z[ host-package] Compiling samael v0.0.17
27442024-10-16T03:31:46.537Z[ helios-setup] Oct 16 03:31:45.735 INFO E| Compiling futures v0.3.28
27452024-10-16T03:31:46.732Z[ helios-setup] Oct 16 03:31:45.930 INFO E| Compiling cargo-lock v8.0.3
27462024-10-16T03:31:46.805Z[ host-package] For more information about this error, try `rustc --explain E0432`.
27472024-10-16T03:31:46.877Z[ host-package] error: could not compile `bootstore` (lib) due to 2 previous errors
27482024-10-16T03:31:46.877Z[ host-package] warning: build failed, waiting for other jobs to finish...
27492024-10-16T03:31:46.925Z[ helios-setup] Oct 16 03:31:46.123 INFO E| Compiling num_enum_derive v0.5.7
27502024-10-16T03:31:53.665Z[ helios-setup] Oct 16 03:31:52.862 INFO E| Compiling crossbeam-deque v0.8.2
27512024-10-16T03:31:54.086Z[ helios-setup] Oct 16 03:31:53.283 INFO E| Compiling term v0.7.0
27522024-10-16T03:31:55.195Z[ helios-setup] Oct 16 03:31:54.392 INFO E| Compiling serde_urlencoded v0.7.1
27532024-10-16T03:31:55.990Z[ helios-setup] Oct 16 03:31:55.187 INFO E| Compiling sha2 v0.10.6
27542024-10-16T03:31:56.050Z[ helios-setup] Oct 16 03:31:55.247 INFO E| Compiling sha1 v0.10.5
27552024-10-16T03:31:56.205Z[ helios-setup] Oct 16 03:31:55.403 INFO E| Compiling is-terminal v0.4.7
27562024-10-16T03:31:56.443Z[ helios-setup] Oct 16 03:31:55.640 INFO E| Compiling atty v0.2.14
27572024-10-16T03:31:56.810Z[ helios-setup] Oct 16 03:31:55.811 INFO E| Compiling anstyle v0.3.5
27582024-10-16T03:31:56.820Z[ helios-setup] Oct 16 03:31:55.973 INFO E| Compiling concolor-query v0.3.3
27592024-10-16T03:31:58.431Z[ helios-setup] Oct 16 03:31:57.628 INFO E| Compiling concolor-override v1.0.0
27602024-10-16T03:31:59.091Z[ helios-setup] Oct 16 03:31:58.288 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27612024-10-16T03:32:00.582Z[ helios-setup] Oct 16 03:31:59.778 INFO E| Compiling anstream v0.2.6
27622024-10-16T03:32:02.448Z[ helios-setup] Oct 16 03:32:01.645 INFO E| Compiling slog-term v2.9.0
27632024-10-16T03:32:02.792Z[ helios-setup] Oct 16 03:32:01.989 INFO E| Compiling flate2 v1.0.25
27642024-10-16T03:32:03.744Z[ helios-setup] Oct 16 03:32:02.940 INFO E| Compiling num_enum v0.5.7
27652024-10-16T03:32:03.972Z[ helios-setup] Oct 16 03:32:03.168 INFO E| Compiling rustfmt-wrapper v0.2.0
27662024-10-16T03:32:04.150Z[ helios-setup] Oct 16 03:32:03.347 INFO E| Compiling rand v0.8.5
27672024-10-16T03:32:04.471Z[ helios-setup] Oct 16 03:32:03.668 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27682024-10-16T03:32:04.718Z[ helios-setup] Oct 16 03:32:03.915 INFO E| Compiling openapiv3 v1.0.2
27692024-10-16T03:32:06.036Z[ helios-setup] Oct 16 03:32:05.232 INFO E| Compiling encoding_rs v0.8.32
27702024-10-16T03:32:06.652Z[ helios-setup] Oct 16 03:32:05.848 INFO E| Compiling project-root v0.2.2
27712024-10-16T03:32:07.041Z[ helios-setup] Oct 16 03:32:06.237 INFO E| Compiling byteorder v1.4.3
27722024-10-16T03:32:07.699Z[ helios-setup] Oct 16 03:32:06.895 INFO E| Compiling untrusted v0.7.1
27732024-10-16T03:32:07.950Z[ helios-setup] Oct 16 03:32:07.146 INFO E| Compiling ipnet v2.7.2
27742024-10-16T03:32:09.428Z[ helios-setup] Oct 16 03:32:08.624 INFO E| Compiling strsim v0.10.0
27752024-10-16T03:32:10.669Z[ helios-setup] Oct 16 03:32:09.864 INFO E| Compiling unsafe-libyaml v0.2.8
27762024-10-16T03:32:10.841Z[ helios-setup] Oct 16 03:32:10.036 INFO E| Compiling utf-8 v0.7.6
27772024-10-16T03:32:11.254Z[ helios-setup] Oct 16 03:32:10.450 INFO E| Compiling mime v0.3.17
27782024-10-16T03:32:11.693Z[ helios-setup] Oct 16 03:32:10.883 INFO E| Compiling spin v0.5.2
27792024-10-16T03:32:12.013Z[ helios-setup] Oct 16 03:32:11.209 INFO E| Compiling clap_lex v0.4.1
27802024-10-16T03:32:12.168Z[ helios-setup] Oct 16 03:32:11.363 INFO E| Compiling base64 v0.13.1
27812024-10-16T03:32:12.602Z[ helios-setup] Oct 16 03:32:11.798 INFO E| Compiling either v1.8.0
27822024-10-16T03:32:12.605Z[ helios-setup] Oct 16 03:32:11.798 INFO E| Compiling clap_builder v4.2.1
27832024-10-16T03:32:12.668Z[ helios-setup] Oct 16 03:32:11.860 INFO E| Compiling serde_yaml v0.9.21
27842024-10-16T03:32:12.788Z[ helios-setup] Oct 16 03:32:11.984 INFO E| Compiling tungstenite v0.18.0
27852024-10-16T03:32:12.966Z[ helios-setup] Oct 16 03:32:12.162 INFO E| Compiling rayon v1.6.1
27862024-10-16T03:32:13.051Z[ helios-setup] Oct 16 03:32:12.247 INFO E| Compiling reqwest v0.11.16
27872024-10-16T03:32:17.444Z[ helios-setup] Oct 16 03:32:16.639 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27882024-10-16T03:32:18.641Z[ host-package] Error: Failed to build packages
27892024-10-16T03:32:18.645ZOct 16 03:32:17.841 ERRO [host-package] process exited with exit status: 1 (170.549177201s)
27902024-10-16T03:32:18.650ZError: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1
27912024-10-16T03:32:18.689Zprocess exited: duration 893200 ms, exit code 1
 
27922024-10-16T03:32:18.701Zfound 5 output files
27932024-10-16T03:32:18.701Zuploading: /work/helios-setup.log (37460 bytes)
27942024-10-16T03:32:19.715Zuploaded: /work/helios-setup.log
27952024-10-16T03:32:19.715Zuploading: /work/host-package.log (9961 bytes)
27962024-10-16T03:32:20.728Zuploaded: /work/host-package.log
27972024-10-16T03:32:20.728Zuploading: /work/host-target.log (101 bytes)
27982024-10-16T03:32:21.737Zuploaded: /work/host-target.log
27992024-10-16T03:32:21.737Zuploading: /work/omicron-package.log (5011 bytes)
28002024-10-16T03:32:22.745Zuploaded: /work/omicron-package.log
28012024-10-16T03:32:22.745Zuploading: /work/recovery-target.log (98 bytes)
28022024-10-16T03:32:23.753Zuploaded: /work/recovery-target.log
28032024-10-16T03:32:23.753Zupload error: rule "/work/manifest.toml" required a match, but was not used
28042024-10-16T03:32:23.753Zupload error: rule "/work/repo.zip" required a match, but was not used
28052024-10-16T03:32:23.753Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used