01HXJ2F00MGYWEBKAMWZ8EQ8HS: helios / package

BasicConfig {
    output_rules: [
        "=/work/version.txt",
        "=/work/package.tar.gz",
        "=/work/global-zone-packages.tar.gz",
        "=/work/trampoline-global-zone-packages.tar.gz",
        "=/work/zones/*.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/global-zone-packages.tar.gz",
            series: "image",
            name: "global-zone-packages",
        },
        BasicConfigPublish {
            from_output: "/work/trampoline-global-zone-packages.tar.gz",
            series: "image",
            name: "trampoline-global-zone-packages",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HXJ2FNA2PVA694EEXRG55088

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-10T20:27:53.293Zjob assigned to worker 01HXJ30B58Y2YPMY8YWGYMMYY7 (queued for 9 m 50 s)
 
22024-05-10T20:27:53.764Zstarting task 0: "setup"
32024-05-10T20:27:53.789Z++ uname -s
42024-05-10T20:27:53.789Z+ kern=SunOS
52024-05-10T20:27:53.789Z+ case "$kern" in
62024-05-10T20:27:53.789Z+ groupadd -g 12345 build
72024-05-10T20:27:53.789Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-10T20:27:55.797Z+ zfs create -o mountpoint=/work rpool/work
92024-05-10T20:27:55.848Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-10T20:27:55.888Z+ home_fs=zfs
112024-05-10T20:27:55.888Z+ [[ zfs == autofs ]]
122024-05-10T20:27:55.888Z+ mkdir -p /home/build
132024-05-10T20:27:55.888Z+ chown build:build /home/build /work
142024-05-10T20:27:57.858Z+ chmod 0700 /home/build /work
152024-05-10T20:27:57.882Zprocess exited: duration 4096 ms, exit code 0
 
162024-05-10T20:27:57.931Zstarting task 1: "rust-toolchain"
172024-05-10T20:27:57.956Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-10T20:27:57.957Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-10T20:27:58.122Zinfo: downloading installer
202024-05-10T20:27:58.850Zwarning: it looks like you have an existing installation of Rust at:
212024-05-10T20:27:58.850Zwarning: /opt/ooce/bin
222024-05-10T20:27:58.850Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-10T20:27:58.850Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-10T20:27:58.850Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-10T20:27:58.850Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-10T20:27:58.850Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-10T20:27:58.851Zerror: cannot install while Rust is installed
282024-05-10T20:27:58.851Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-10T20:27:59.408Zinfo: profile set to 'default'
302024-05-10T20:27:59.408Zinfo: default host triple is x86_64-unknown-illumos
312024-05-10T20:27:59.435Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-10T20:27:59.435Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-10T20:27:59.435Zinfo: downloading component 'cargo'
342024-05-10T20:27:59.435Zinfo: downloading component 'clippy'
352024-05-10T20:27:59.435Zinfo: downloading component 'rust-docs'
362024-05-10T20:27:59.435Zinfo: downloading component 'rust-std'
372024-05-10T20:27:59.654Zinfo: downloading component 'rustc'
382024-05-10T20:28:00.423Zinfo: downloading component 'rustfmt'
392024-05-10T20:28:00.483Zinfo: installing component 'cargo'
402024-05-10T20:28:01.648Zinfo: installing component 'clippy'
412024-05-10T20:28:02.104Zinfo: installing component 'rust-docs'
422024-05-10T20:28:04.702Zinfo: installing component 'rust-std'
432024-05-10T20:28:06.946Zinfo: installing component 'rustc'
442024-05-10T20:28:11.829Zinfo: installing component 'rustfmt'
452024-05-10T20:28:12.233Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-10T20:28:12.233Z
472024-05-10T20:28:12.380Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-10T20:28:12.380Z
492024-05-10T20:28:12.408Z
502024-05-10T20:28:12.408ZRust is installed now. Great!
512024-05-10T20:28:12.408Z
522024-05-10T20:28:12.408ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-10T20:28:12.408Zenvironment variable. This has not been done automatically.
542024-05-10T20:28:12.408Z
552024-05-10T20:28:12.408ZTo configure your current shell, you need to source
562024-05-10T20:28:12.408Zthe corresponding env file under $HOME/.cargo.
572024-05-10T20:28:12.408Z
582024-05-10T20:28:12.408ZThis is usually done by running one of the following (note the leading DOT):
592024-05-10T20:28:12.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-10T20:28:12.408Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-10T20:28:12.469Z+ rustc --version
622024-05-10T20:28:12.581Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-10T20:28:12.606Zprocess exited: duration 14654 ms, exit code 0
 
642024-05-10T20:28:12.655Zstarting task 2: "authentication"
652024-05-10T20:28:12.714Zprocess exited: duration 58 ms, exit code 0
 
662024-05-10T20:28:12.764Zstarting task 3: "clone repository"
672024-05-10T20:28:12.789Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-10T20:28:12.789Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-10T20:28:12.814ZCloning into '/work/oxidecomputer/omicron'...
702024-05-10T20:28:17.968Z+ cd /work/oxidecomputer/omicron
712024-05-10T20:28:17.969Z+ git fetch origin 6e9155ef51a322f04303dbfaa8479b0e99d21713
722024-05-10T20:28:18.397ZFrom https://github.com/oxidecomputer/omicron
732024-05-10T20:28:18.397Z * branch 6e9155ef51a322f04303dbfaa8479b0e99d21713 -> FETCH_HEAD
742024-05-10T20:28:18.426Z+ [[ -n '' ]]
752024-05-10T20:28:18.426Z+ git reset --hard 6e9155ef51a322f04303dbfaa8479b0e99d21713
762024-05-10T20:28:18.470ZHEAD is now at 6e9155ef5 whoops i forgot to touch the instances
772024-05-10T20:28:18.499Zprocess exited: duration 5707 ms, exit code 0
 
782024-05-10T20:28:18.562Zstarting task 4: "build"
792024-05-10T20:28:18.591Z+ cargo --version
802024-05-10T20:28:18.592Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-05-10T20:28:18.723Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-05-10T20:28:18.723Zinfo: downloading component 'cargo'
832024-05-10T20:28:18.886Zinfo: downloading component 'clippy'
842024-05-10T20:28:18.960Zinfo: downloading component 'rust-docs'
852024-05-10T20:28:19.146Zinfo: downloading component 'rust-std'
862024-05-10T20:28:19.488Zinfo: downloading component 'rustc'
872024-05-10T20:28:20.183Zinfo: downloading component 'rustfmt'
882024-05-10T20:28:20.236Zinfo: installing component 'cargo'
892024-05-10T20:28:21.348Zinfo: installing component 'clippy'
902024-05-10T20:28:21.758Zinfo: installing component 'rust-docs'
912024-05-10T20:28:24.260Zinfo: installing component 'rust-std'
922024-05-10T20:28:26.279Zinfo: installing component 'rustc'
932024-05-10T20:28:30.996Zinfo: installing component 'rustfmt'
942024-05-10T20:28:31.473Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-05-10T20:28:31.504Z+ rustc --version
962024-05-10T20:28:31.613Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-05-10T20:28:31.650Z+ WORK=/work
982024-05-10T20:28:31.650Z+ pfexec mkdir -p /work
992024-05-10T20:28:31.650Z+ pfexec chown build /work
1002024-05-10T20:28:31.650Z++ git rev-parse HEAD
1012024-05-10T20:28:31.651Z+ COMMIT=6e9155ef51a322f04303dbfaa8479b0e99d21713
1022024-05-10T20:28:31.651Z+ VERSION=8.0.0-0.ci+git6e9155ef51a
1032024-05-10T20:28:31.651Z+ echo 8.0.0-0.ci+git6e9155ef51a
1042024-05-10T20:28:31.651Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1052024-05-10T20:28:36.716Z Startup: Refreshing catalog 'helios-dev' ... Done
1062024-05-10T20:28:39.314Z Startup: Caching catalogs ... Done
1072024-05-10T20:28:41.022ZPlanning: Solver setup ... Done (1.503s)
1082024-05-10T20:28:41.048ZPlanning: Running solver ... Done (0.026s)
1092024-05-10T20:28:41.089ZPlanning: Finding local manifests ... Done (0.002s)
1102024-05-10T20:28:41.164ZPlanning: Fetching manifests: 0/4 0% complete
1112024-05-10T20:28:41.512ZPlanning: Fetching manifests: 4/4 100% complete
1122024-05-10T20:28:41.579ZPlanning: Package planning ... Done (0.065s)
1132024-05-10T20:28:41.639ZPlanning: Merging actions ... Done (0.061s)
1142024-05-10T20:28:42.072ZPlanning: Checking for conflicting actions ... Done (0.433s)
1152024-05-10T20:28:42.097ZPlanning: Consolidating action changes ... Done (0.018s)
1162024-05-10T20:28:42.969ZPlanning: Evaluating mediators ... Done (0.878s)
1172024-05-10T20:28:42.994ZPlanning: Planning completed in 4.02 seconds
1182024-05-10T20:28:43.018Z Packages to install: 4
1192024-05-10T20:28:43.018Z Mediators to change: 2
1202024-05-10T20:28:43.018Z Services to change: 1
1212024-05-10T20:28:43.018Z Estimated space available: 148.36 GB
1222024-05-10T20:28:43.018ZEstimated space to be consumed: 1.44 GB
1232024-05-10T20:28:43.018Z Create boot environment: No
1242024-05-10T20:28:43.018ZCreate backup boot environment: No
1252024-05-10T20:28:43.018Z Rebuild boot archive: No
1262024-05-10T20:28:43.018Z
1272024-05-10T20:28:43.018ZChanged mediators:
1282024-05-10T20:28:43.018Z mediator clang:
1292024-05-10T20:28:43.018Z version: None -> 15 (system default)
1302024-05-10T20:28:43.018Z
1312024-05-10T20:28:43.018Z mediator llvm:
1322024-05-10T20:28:43.019Z version: 14 (system default) -> 15 (system default)
1332024-05-10T20:28:43.019Z
1342024-05-10T20:28:43.019ZChanged packages:
1352024-05-10T20:28:43.019Zhelios-dev
1362024-05-10T20:28:43.019Z developer/build-essential
1372024-05-10T20:28:43.019Z None -> 11-2.0
1382024-05-10T20:28:43.019Z library/libxmlsec1
1392024-05-10T20:28:43.019Z None -> 1.2.35-2.0
1402024-05-10T20:28:43.019Z ooce/developer/clang-15
1412024-05-10T20:28:43.019Z None -> 15.0.7-2.0
1422024-05-10T20:28:43.019Z ooce/developer/llvm-15
1432024-05-10T20:28:43.019Z None -> 15.0.7-2.0
1442024-05-10T20:28:43.019Z
1452024-05-10T20:28:43.019ZServices:
1462024-05-10T20:28:43.019Z restart_fmri:
1472024-05-10T20:28:43.019Z svc:/system/update-man-index:default
1482024-05-10T20:28:43.050Z
1492024-05-10T20:28:43.050ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1502024-05-10T20:28:48.053ZDownload: 1197/3290 items 76.5/212.6MB 35% complete (15.3M/s)
1512024-05-10T20:28:53.051ZDownload: 2789/3290 items 121.0/212.6MB 56% complete (12.2M/s)
1522024-05-10T20:28:57.295ZDownload: Completed 212.60 MB in 14.24 seconds (14.9M/s)
1532024-05-10T20:28:57.495Z Actions: 1/3689 actions (Installing new actions)
1542024-05-10T20:29:02.719Z Actions: 3031/3689 actions (Installing new actions)
1552024-05-10T20:29:03.310Z Actions: Completed 3689 actions in 5.80 seconds.
1562024-05-10T20:29:03.495Z Done (0.190s)
1572024-05-10T20:29:03.495Z Done (0.000s)
1582024-05-10T20:29:03.849Z Done (0.352s)
1592024-05-10T20:29:08.985Z Done (5.019s)
1602024-05-10T20:29:09.086Z Done (0.019s)
1612024-05-10T20:29:09.113Z Done (0.000s)
1622024-05-10T20:29:09.238Z Done (0.000s)
1632024-05-10T20:29:09.859ZPlanning: Evaluating mediator changes ... Done
1642024-05-10T20:29:10.134ZPlanning: Checking for conflicting actions ... Done
1652024-05-10T20:29:10.166ZPlanning: Consolidating action changes ... Done
1662024-05-10T20:29:10.459ZPlanning: Evaluating mediators ... Done
1672024-05-10T20:29:10.495ZPlanning: Planning completed in 0.60 seconds
1682024-05-10T20:29:10.536Z Mediators to change: 2
1692024-05-10T20:29:10.536Z Create boot environment: No
1702024-05-10T20:29:10.536ZCreate backup boot environment: No
1712024-05-10T20:29:10.567Z Done
1722024-05-10T20:29:10.567Z Done
1732024-05-10T20:29:10.801Z Done
1742024-05-10T20:29:15.476Z Done
1752024-05-10T20:29:15.575Z Done
1762024-05-10T20:29:15.576Z Done
1772024-05-10T20:29:15.622Z Done
1782024-05-10T20:29:16.373ZPlanning: Evaluating mediator changes ... Done
1792024-05-10T20:29:16.397ZPlanning: Merging actions ... Done
1802024-05-10T20:29:16.619ZPlanning: Checking for conflicting actions ... Done
1812024-05-10T20:29:16.649ZPlanning: Consolidating action changes ... Done
1822024-05-10T20:29:16.935ZPlanning: Evaluating mediators ... Done
1832024-05-10T20:29:17.006ZPlanning: Planning completed in 0.93 seconds
1842024-05-10T20:29:17.048Z Packages to change: 1
1852024-05-10T20:29:17.048Z Mediators to change: 1
1862024-05-10T20:29:17.048Z Services to change: 1
1872024-05-10T20:29:17.048Z Create boot environment: No
1882024-05-10T20:29:17.048ZCreate backup boot environment: Yes
1892024-05-10T20:29:18.599Z Actions: 1/6 actions (Updating modified actions)
1902024-05-10T20:29:18.624Z Actions: Completed 6 actions in 0.00 seconds.
1912024-05-10T20:29:18.624Z Done
1922024-05-10T20:29:18.624Z Done
1932024-05-10T20:29:18.676Z Done
1942024-05-10T20:29:23.192Z Done
1952024-05-10T20:29:23.297Z Done
1962024-05-10T20:29:23.324Z Done
1972024-05-10T20:29:23.378Z Done
1982024-05-10T20:29:23.929ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-05-10T20:29:23.929Zclang system 15 system
2002024-05-10T20:29:23.929Zcsh system system illumos
2012024-05-10T20:29:23.929Zctags system system illumos
2022024-05-10T20:29:23.929Zgcc vendor 12 vendor
2032024-05-10T20:29:23.929Zgcc system 10 system
2042024-05-10T20:29:23.929Zgcc system 7 system
2052024-05-10T20:29:23.929Zgo system 1.20 system
2062024-05-10T20:29:23.929Zgo system 1.19 system
2072024-05-10T20:29:23.929Zllvm system 15 system
2082024-05-10T20:29:23.929Zllvm system 14 system
2092024-05-10T20:29:23.930Zmariadb system 10.6 system
2102024-05-10T20:29:23.930Zmta vendor vendor dma
2112024-05-10T20:29:23.930Zopenjdk system 17 system
2122024-05-10T20:29:23.930Zopenjdk system 11 system
2132024-05-10T20:29:23.930Zopenjdk system 1.8 system
2142024-05-10T20:29:23.930Zopenssl vendor 3 vendor
2152024-05-10T20:29:23.930Zperl system 5.36 system
2162024-05-10T20:29:23.930Zpostgresql system 15 system
2172024-05-10T20:29:23.930Zpostgresql system 13 system
2182024-05-10T20:29:23.930Zpython vendor 3 vendor
2192024-05-10T20:29:23.930Zpython system 2 system
2202024-05-10T20:29:23.930Zpython3 system 3.11 system
2212024-05-10T20:29:23.930Zruby system 3.0 system
2222024-05-10T20:29:23.930Zwords vendor vendor american-english
2232024-05-10T20:29:23.930Zwords system system australian-english
2242024-05-10T20:29:23.930Zwords system system british-english
2252024-05-10T20:29:23.930Zwords system system canadian-english
2262024-05-10T20:29:23.930Zwords system system french
2272024-05-10T20:29:23.930Zwords system system italian
2282024-05-10T20:29:23.930Zwords system system ngerman
2292024-05-10T20:29:23.930Zwords system system ogerman
2302024-05-10T20:29:23.930Zwords system system spanish
2312024-05-10T20:29:24.354ZPUBLISHER TYPE STATUS P LOCATION
2322024-05-10T20:29:24.354Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-05-10T20:29:26.038ZFMRI IFO
2342024-05-10T20:29:26.038Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-05-10T20:29:26.038Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-05-10T20:29:26.038Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-05-10T20:29:26.038Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-05-10T20:29:26.038Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-05-10T20:29:26.038Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-05-10T20:29:26.038Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2412024-05-10T20:29:26.038Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-05-10T20:29:26.038Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-05-10T20:29:26.038Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-05-10T20:29:26.038Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2452024-05-10T20:29:26.038Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2462024-05-10T20:29:26.341Z+ set -o errexit
2472024-05-10T20:29:26.388Z+++ dirname ./tools/ci_download_cockroachdb
2482024-05-10T20:29:26.388Z++ cd ./tools
2492024-05-10T20:29:26.388Z++ pwd
2502024-05-10T20:29:26.388Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2512024-05-10T20:29:26.388Z++ basename ./tools/ci_download_cockroachdb
2522024-05-10T20:29:26.389Z+ ARG0=ci_download_cockroachdb
2532024-05-10T20:29:26.389Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2542024-05-10T20:29:26.389Z+ CIDL_VERSION=v22.1.9
2552024-05-10T20:29:26.389Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2562024-05-10T20:29:26.389Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2572024-05-10T20:29:26.389Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2582024-05-10T20:29:26.389Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2592024-05-10T20:29:26.389Z+ TARGET_DIR=out
2602024-05-10T20:29:26.389Z+ DOWNLOAD_DIR=out/downloads
2612024-05-10T20:29:26.389Z+ DEST_DIR=./out/cockroachdb
2622024-05-10T20:29:26.389Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2632024-05-10T20:29:26.389Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2642024-05-10T20:29:26.389Z+ main
2652024-05-10T20:29:26.389Z+ [[ 0 != 0 ]]
2662024-05-10T20:29:26.389Z+ CIDL_OS=solaris2.11
2672024-05-10T20:29:26.389Z+ [[ 0 != 0 ]]
2682024-05-10T20:29:26.389Z+ configure_os solaris2.11
2692024-05-10T20:29:26.389Z+ echo 'current directory: /work/oxidecomputer/omicron'
2702024-05-10T20:29:26.390Z+ echo 'configuring based on OS: "solaris2.11"'
2712024-05-10T20:29:26.390Z+ case "$1" in
2722024-05-10T20:29:26.390Z+ CIDL_BUILD=illumos
2732024-05-10T20:29:26.390Z+ CIDL_SUFFIX=tar.gz
2742024-05-10T20:29:26.390Zcurrent directory: /work/oxidecomputer/omicron
2752024-05-10T20:29:26.390Zconfiguring based on OS: "solaris2.11"
2762024-05-10T20:29:26.390Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-05-10T20:29:26.390Z+ CIDL_URL_BASE=https://illumos.org/downloads
2782024-05-10T20:29:26.390Z+ CIDL_ASSEMBLE=do_assemble_illumos
2792024-05-10T20:29:26.390Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2802024-05-10T20:29:26.390Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2812024-05-10T20:29:26.390Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-05-10T20:29:26.390Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2832024-05-10T20:29:26.390Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-10T20:29:26.390Z+ CIDL_SHA256FUNC=do_sha256sum
2852024-05-10T20:29:26.390Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2862024-05-10T20:29:26.390Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-05-10T20:29:26.390Z+ mkdir -p out/downloads
2882024-05-10T20:29:26.390ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-10T20:29:26.390ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-10T20:29:26.390Z+ mkdir -p ./out/cockroachdb
2912024-05-10T20:29:26.390Z+ local DO_DOWNLOAD=true
2922024-05-10T20:29:26.390Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2932024-05-10T20:29:26.390Z+ '[' true == true ']'
2942024-05-10T20:29:26.391Z+ echo Downloading...
2952024-05-10T20:29:26.391ZDownloading...
2962024-05-10T20:29:26.391Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-10T20:29:26.391Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-10T20:29:30.664Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-10T20:29:30.692Z++ sha256sum
3002024-05-10T20:29:30.692Z++ awk '{print $1}'
3012024-05-10T20:29:30.748Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3022024-05-10T20:29:30.749Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3032024-05-10T20:29:30.749Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-10T20:29:30.749Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3052024-05-10T20:29:33.713Z+ do_assemble_illumos
3062024-05-10T20:29:33.713Z+ rm -r ./out/cockroachdb
3072024-05-10T20:29:33.737Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3082024-05-10T20:29:34.118Z+ ./out/cockroachdb/bin/cockroach version
3092024-05-10T20:29:34.371ZBuild Tag: v22.1.9-dirty
3102024-05-10T20:29:34.372ZBuild Time: 2022/10/26 21:17:46
3112024-05-10T20:29:34.372ZDistribution: OSS
3122024-05-10T20:29:34.372ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3132024-05-10T20:29:34.372ZGo Version: go1.17.13
3142024-05-10T20:29:34.372ZC Compiler: gcc 10.3.0
3152024-05-10T20:29:34.372ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3162024-05-10T20:29:34.372ZBuild Type: release
3172024-05-10T20:29:34.400Z+ set -o errexit
3182024-05-10T20:29:34.446Z+++ dirname ./tools/ci_download_clickhouse
3192024-05-10T20:29:34.446Z++ cd ./tools
3202024-05-10T20:29:34.446Z++ pwd
3212024-05-10T20:29:34.446Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3222024-05-10T20:29:34.446Z++ basename ./tools/ci_download_clickhouse
3232024-05-10T20:29:34.446Z+ ARG0=ci_download_clickhouse
3242024-05-10T20:29:34.446Z+ TARGET_DIR=out
3252024-05-10T20:29:34.446Z+ DOWNLOAD_DIR=out/downloads
3262024-05-10T20:29:34.446Z+ DEST_DIR=./out/clickhouse
3272024-05-10T20:29:34.446Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3282024-05-10T20:29:34.446Z+ CIDL_VERSION=v23.8.7.24
3292024-05-10T20:29:34.446Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3302024-05-10T20:29:34.446Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3312024-05-10T20:29:34.446Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3322024-05-10T20:29:34.446Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3332024-05-10T20:29:34.446Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3342024-05-10T20:29:34.446Z+ main
3352024-05-10T20:29:34.446Z+ [[ 0 != 0 ]]
3362024-05-10T20:29:34.446Z+ CIDL_OS=solaris2.11
3372024-05-10T20:29:34.446Z+ [[ 0 != 0 ]]
3382024-05-10T20:29:34.446Z+ configure_os solaris2.11
3392024-05-10T20:29:34.446Z+ echo 'current directory: /work/oxidecomputer/omicron'
3402024-05-10T20:29:34.447Z+ echo 'configuring based on OS: "solaris2.11"'
3412024-05-10T20:29:34.447Z+ CIDL_DASHREV=
3422024-05-10T20:29:34.447Z+ case "$1" in
3432024-05-10T20:29:34.447Z+ CIDL_PLATFORM=illumos
3442024-05-10T20:29:34.447Zcurrent directory: /work/oxidecomputer/omicron
3452024-05-10T20:29:34.447Zconfiguring based on OS: "solaris2.11"
3462024-05-10T20:29:34.447Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3472024-05-10T20:29:34.447Z+ CIDL_MD5FUNC=do_md5sum
3482024-05-10T20:29:34.447Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3492024-05-10T20:29:34.447Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-10T20:29:34.447Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-10T20:29:34.447Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-10T20:29:34.447Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3532024-05-10T20:29:34.447Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-05-10T20:29:34.447Z+ mkdir -p out/downloads
3552024-05-10T20:29:34.447ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-10T20:29:34.447ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-10T20:29:34.447Z+ mkdir -p ./out/clickhouse
3582024-05-10T20:29:34.447Z+ local DO_DOWNLOAD=true
3592024-05-10T20:29:34.447Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3602024-05-10T20:29:34.447Z+ '[' true == true ']'
3612024-05-10T20:29:34.447Z+ echo Downloading...
3622024-05-10T20:29:34.447ZDownloading...
3632024-05-10T20:29:34.447Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-10T20:29:34.448Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-10T20:29:44.668Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-10T20:29:44.692Z++ md5sum
3672024-05-10T20:29:44.692Z++ awk '{print $1}'
3682024-05-10T20:29:44.944Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3692024-05-10T20:29:44.944Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3702024-05-10T20:29:44.944Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3712024-05-10T20:29:44.945Z+ mkdir -p ./out/clickhouse
3722024-05-10T20:29:44.976Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3732024-05-10T20:29:50.246Z+ [[ solaris2.11 == darwin* ]]
3742024-05-10T20:29:50.246Z+ ./out/clickhouse/clickhouse server --version
3752024-05-10T20:29:50.398ZClickHouse server version 23.8.7.1.
3762024-05-10T20:29:50.431Z+ set -o errexit
3772024-05-10T20:29:50.456Z+++ dirname ./tools/ci_download_console
3782024-05-10T20:29:50.456Z++ cd ./tools
3792024-05-10T20:29:50.456Z++ pwd
3802024-05-10T20:29:50.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3812024-05-10T20:29:50.456Z++ basename ./tools/ci_download_console
3822024-05-10T20:29:50.456Z+ ARG0=ci_download_console
3832024-05-10T20:29:50.456Z+ TARGET_DIR=out
3842024-05-10T20:29:50.456Z+ DOWNLOAD_DIR=out/downloads
3852024-05-10T20:29:50.456Z+ DEST_DIR=./out/console-assets
3862024-05-10T20:29:50.456Z+ source /work/oxidecomputer/omicron/tools/console_version
3872024-05-10T20:29:50.456Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3882024-05-10T20:29:50.456Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3892024-05-10T20:29:50.456Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3902024-05-10T20:29:50.456Z+ TARBALL_FILE=out/downloads/console.tar.gz
3912024-05-10T20:29:50.456Z+ main
3922024-05-10T20:29:50.456Z+ [[ 0 != 0 ]]
3932024-05-10T20:29:50.456Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3942024-05-10T20:29:50.456Z+ echo 'Local file: out/downloads/console.tar.gz'
3952024-05-10T20:29:50.457ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3962024-05-10T20:29:50.457Z+ local DO_DOWNLOAD=true
3972024-05-10T20:29:50.457Z+ [[ -f out/downloads/console.tar.gz ]]
3982024-05-10T20:29:50.457ZLocal file: out/downloads/console.tar.gz
3992024-05-10T20:29:50.457Z+ mkdir -p out/downloads
4002024-05-10T20:29:50.457Z+ '[' true == true ']'
4012024-05-10T20:29:50.457Z+ echo Downloading...
4022024-05-10T20:29:50.457ZDownloading...
4032024-05-10T20:29:50.457Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4042024-05-10T20:29:50.457Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4052024-05-10T20:29:51.233Z++ do_sha256sum out/downloads/console.tar.gz
4062024-05-10T20:29:51.233Z++ case "$OSTYPE" in
4072024-05-10T20:29:51.233Z++ SHA=sha256sum
4082024-05-10T20:29:51.258Z++ sha256sum
4092024-05-10T20:29:51.258Z++ awk '{print $1}'
4102024-05-10T20:29:51.258Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4112024-05-10T20:29:51.258Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4122024-05-10T20:29:51.258Z+ rm -rf ./out/console-assets
4132024-05-10T20:29:51.258Z+ mkdir -p ./out/console-assets
4142024-05-10T20:29:51.258Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4152024-05-10T20:29:51.258Z+ mkdir -p ./out/console-assets
4162024-05-10T20:29:51.258Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4172024-05-10T20:29:51.383Z+ set -o errexit
4182024-05-10T20:29:51.408Z+++ dirname ./tools/ci_download_dendrite_openapi
4192024-05-10T20:29:51.408Z++ cd ./tools
4202024-05-10T20:29:51.408Z++ pwd
4212024-05-10T20:29:51.409Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4222024-05-10T20:29:51.409Z++ basename ./tools/ci_download_dendrite_openapi
4232024-05-10T20:29:51.409Z+ ARG0=ci_download_dendrite_openapi
4242024-05-10T20:29:51.409Z+ TARGET_DIR=out
4252024-05-10T20:29:51.409Z+ DOWNLOAD_DIR=out/downloads
4262024-05-10T20:29:51.409Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4272024-05-10T20:29:51.409Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4282024-05-10T20:29:51.409Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4292024-05-10T20:29:51.409Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4302024-05-10T20:29:51.409Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4312024-05-10T20:29:51.409Z+ main
4322024-05-10T20:29:51.409Z+ [[ 0 != 0 ]]
4332024-05-10T20:29:51.409Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4342024-05-10T20:29:51.409ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4352024-05-10T20:29:51.409Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4362024-05-10T20:29:51.409Z+ local DO_DOWNLOAD=true
4372024-05-10T20:29:51.409Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4382024-05-10T20:29:51.409ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4392024-05-10T20:29:51.409Z+ mkdir -p out/downloads
4402024-05-10T20:29:51.409Z+ '[' true == true ']'
4412024-05-10T20:29:51.409ZDownloading...
4422024-05-10T20:29:51.409Z+ echo Downloading...
4432024-05-10T20:29:51.409Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4442024-05-10T20:29:51.410Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4452024-05-10T20:29:51.945Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4462024-05-10T20:29:51.945Z++ case "$OSTYPE" in
4472024-05-10T20:29:51.945Z++ SHA=sha256sum
4482024-05-10T20:29:51.971Z++ sha256sum
4492024-05-10T20:29:51.971Z++ awk '{print $1}'
4502024-05-10T20:29:51.971Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4512024-05-10T20:29:51.971Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4522024-05-10T20:29:51.971Z+ set -o errexit
4532024-05-10T20:29:51.971Z+++ dirname ./tools/ci_download_dendrite_stub
4542024-05-10T20:29:51.971Z++ cd ./tools
4552024-05-10T20:29:51.971Z++ pwd
4562024-05-10T20:29:52.018Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4572024-05-10T20:29:52.019Z++ basename ./tools/ci_download_dendrite_stub
4582024-05-10T20:29:52.019Z+ ARG0=ci_download_dendrite_stub
4592024-05-10T20:29:52.019Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4602024-05-10T20:29:52.019Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4612024-05-10T20:29:52.019Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4622024-05-10T20:29:52.019Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4632024-05-10T20:29:52.019Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4642024-05-10T20:29:52.019Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4652024-05-10T20:29:52.019Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4662024-05-10T20:29:52.019Z+ TARGET_DIR=out
4672024-05-10T20:29:52.019Z+ DOWNLOAD_DIR=out/downloads
4682024-05-10T20:29:52.019Z+ DEST_DIR=./out/dendrite-stub
4692024-05-10T20:29:52.019Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4702024-05-10T20:29:52.019Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4712024-05-10T20:29:52.019Z+ REPO=oxidecomputer/dendrite
4722024-05-10T20:29:52.019Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4732024-05-10T20:29:52.019Z+ main
4742024-05-10T20:29:52.019Z+ [[ 0 != 0 ]]
4752024-05-10T20:29:52.019Z+ CIDL_OS=solaris2.11
4762024-05-10T20:29:52.020Z+ [[ 0 != 0 ]]
4772024-05-10T20:29:52.020Z+ configure_os solaris2.11
4782024-05-10T20:29:52.020Z+ echo 'current directory: /work/oxidecomputer/omicron'
4792024-05-10T20:29:52.020Z+ echo 'configuring based on OS: "solaris2.11"'
4802024-05-10T20:29:52.020Zcurrent directory: /work/oxidecomputer/omicron
4812024-05-10T20:29:52.020Zconfiguring based on OS: "solaris2.11"
4822024-05-10T20:29:52.020Z+ case "$1" in
4832024-05-10T20:29:52.020Z+ SET_BINARIES=
4842024-05-10T20:29:52.020Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4852024-05-10T20:29:52.020Z+ CIDL_SHA256FUNC=do_sha256sum
4862024-05-10T20:29:52.020Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4872024-05-10T20:29:52.020Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4882024-05-10T20:29:52.020Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4892024-05-10T20:29:52.020Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4902024-05-10T20:29:52.020ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4912024-05-10T20:29:52.020Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4922024-05-10T20:29:52.020Z+ mkdir -p out/downloads
4932024-05-10T20:29:52.020ZLocal file: out/downloads/dendrite-stub.tar.gz
4942024-05-10T20:29:52.021Z+ mkdir -p ./out/dendrite-stub
4952024-05-10T20:29:52.021Z+ fetch_and_verify
4962024-05-10T20:29:52.021Z+ local DO_DOWNLOAD=true
4972024-05-10T20:29:52.021Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4982024-05-10T20:29:52.021Z+ '[' true == true ']'
4992024-05-10T20:29:52.021Z+ echo Downloading...
5002024-05-10T20:29:52.021ZDownloading...
5012024-05-10T20:29:52.021Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5022024-05-10T20:29:52.021Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5032024-05-10T20:29:57.475Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5042024-05-10T20:29:57.503Z++ sha256sum
5052024-05-10T20:29:57.503Z++ awk '{print $1}'
5062024-05-10T20:29:57.528Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5072024-05-10T20:29:57.528Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5082024-05-10T20:29:57.528Z+ do_untar out/downloads/dendrite-stub.tar.gz
5092024-05-10T20:29:57.528Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5102024-05-10T20:29:58.337Z+ do_assemble
5112024-05-10T20:29:58.337Z+ rm -r ./out/dendrite-stub
5122024-05-10T20:29:58.363Z+ mkdir ./out/dendrite-stub
5132024-05-10T20:29:58.363Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5142024-05-10T20:29:58.514Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5152024-05-10T20:29:58.538Z+ set -o errexit
5162024-05-10T20:29:58.539Z+++ dirname ./tools/ci_download_maghemite_mgd
5172024-05-10T20:29:58.539Z++ cd ./tools
5182024-05-10T20:29:58.539Z++ pwd
5192024-05-10T20:29:58.539Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5202024-05-10T20:29:58.539Z++ basename ./tools/ci_download_maghemite_mgd
5212024-05-10T20:29:58.539Z+ ARG0=ci_download_maghemite_mgd
5222024-05-10T20:29:58.539Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5232024-05-10T20:29:58.539Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5242024-05-10T20:29:58.539Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5252024-05-10T20:29:58.539Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5262024-05-10T20:29:58.539Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5272024-05-10T20:29:58.539Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5282024-05-10T20:29:58.539Z+ TARGET_DIR=out
5292024-05-10T20:29:58.539Z+ DOWNLOAD_DIR=out/downloads
5302024-05-10T20:29:58.539Z+ DEST_DIR=./out/mgd
5312024-05-10T20:29:58.539Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5322024-05-10T20:29:58.539Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5332024-05-10T20:29:58.539Z+ REPO=oxidecomputer/maghemite
5342024-05-10T20:29:58.539Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5352024-05-10T20:29:58.539Z+ main
5362024-05-10T20:29:58.539Z+ rm -rf out/downloads/root
5372024-05-10T20:29:58.564Z+ [[ 0 != 0 ]]
5382024-05-10T20:29:58.564Z+ CIDL_OS=solaris2.11
5392024-05-10T20:29:58.564Z+ [[ 0 != 0 ]]
5402024-05-10T20:29:58.564Z+ configure_os solaris2.11
5412024-05-10T20:29:58.564Z+ echo 'current directory: /work/oxidecomputer/omicron'
5422024-05-10T20:29:58.564Z+ echo 'configuring based on OS: "solaris2.11"'
5432024-05-10T20:29:58.564Z+ case "$1" in
5442024-05-10T20:29:58.564Z+ SET_BINARIES=
5452024-05-10T20:29:58.564Zcurrent directory: /work/oxidecomputer/omicron
5462024-05-10T20:29:58.564Zconfiguring based on OS: "solaris2.11"
5472024-05-10T20:29:58.564Z+ CIDL_SHA256FUNC=do_sha256sum
5482024-05-10T20:29:58.564Z+ TARBALL_FILENAME=mgd.tar.gz
5492024-05-10T20:29:58.564Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5502024-05-10T20:29:58.564Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5512024-05-10T20:29:58.564Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5522024-05-10T20:29:58.564ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5532024-05-10T20:29:58.564Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5542024-05-10T20:29:58.565ZLocal file: out/downloads/mgd.tar.gz
5552024-05-10T20:29:58.565Z+ mkdir -p out/downloads
5562024-05-10T20:29:58.565Z+ mkdir -p ./out/mgd
5572024-05-10T20:29:58.565Z+ fetch_and_verify
5582024-05-10T20:29:58.565Z+ local DO_DOWNLOAD=true
5592024-05-10T20:29:58.565Z+ [[ -f out/downloads/mgd.tar.gz ]]
5602024-05-10T20:29:58.565Z+ '[' true == true ']'
5612024-05-10T20:29:58.565Z+ echo Downloading...
5622024-05-10T20:29:58.565ZDownloading...
5632024-05-10T20:29:58.565Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5642024-05-10T20:29:58.565Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5652024-05-10T20:30:08.073Z++ do_sha256sum out/downloads/mgd.tar.gz
5662024-05-10T20:30:08.099Z++ sha256sum
5672024-05-10T20:30:08.100Z++ awk '{print $1}'
5682024-05-10T20:30:08.124Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5692024-05-10T20:30:08.124Z+ [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]]
5702024-05-10T20:30:08.124Z+ do_untar out/downloads/mgd.tar.gz
5712024-05-10T20:30:08.125Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5722024-05-10T20:30:08.876Z+ do_assemble
5732024-05-10T20:30:08.877Z+ rm -r ./out/mgd
5742024-05-10T20:30:08.904Z+ mkdir ./out/mgd
5752024-05-10T20:30:08.904Z+ cp -r out/downloads/root ./out/mgd/root
5762024-05-10T20:30:09.011Z+ set -o errexit
5772024-05-10T20:30:09.064Z+++ dirname ./tools/ci_download_transceiver_control
5782024-05-10T20:30:09.065Z++ cd ./tools
5792024-05-10T20:30:09.065Z++ pwd
5802024-05-10T20:30:09.065Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5812024-05-10T20:30:09.065Z++ basename ./tools/ci_download_transceiver_control
5822024-05-10T20:30:09.065Z+ ARG0=ci_download_transceiver_control
5832024-05-10T20:30:09.066Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5842024-05-10T20:30:09.066Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5852024-05-10T20:30:09.066Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5862024-05-10T20:30:09.066Z+ TARGET_DIR=out
5872024-05-10T20:30:09.066Z+ DOWNLOAD_DIR=out/downloads
5882024-05-10T20:30:09.066Z+ DEST_DIR=./out/transceiver-control
5892024-05-10T20:30:09.067Z+ BIN_DIR=/opt/oxide/bin
5902024-05-10T20:30:09.067Z+ BINARY=xcvradm
5912024-05-10T20:30:09.067Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5922024-05-10T20:30:09.067Z+ REPO=oxidecomputer/transceiver-control
5932024-05-10T20:30:09.067Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5942024-05-10T20:30:09.067Z+ main
5952024-05-10T20:30:09.067Z+ [[ 0 != 0 ]]
5962024-05-10T20:30:09.067Z+ CIDL_OS=solaris2.11
5972024-05-10T20:30:09.067Z+ [[ 0 != 0 ]]
5982024-05-10T20:30:09.068Z+ configure_os solaris2.11
5992024-05-10T20:30:09.068Z+ echo 'current directory: /work/oxidecomputer/omicron'
6002024-05-10T20:30:09.068Z+ echo 'configuring based on OS: "solaris2.11"'
6012024-05-10T20:30:09.068Zcurrent directory: /work/oxidecomputer/omicron
6022024-05-10T20:30:09.068Z+ case "$1" in
6032024-05-10T20:30:09.068Zconfiguring based on OS: "solaris2.11"
6042024-05-10T20:30:09.069Z+ SET_BINARIES=
6052024-05-10T20:30:09.069Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6062024-05-10T20:30:09.069Z+ CIDL_SHA256FUNC=do_sha256sum
6072024-05-10T20:30:09.069Z+ ARCHIVE_FILENAME=xcvradm.gz
6082024-05-10T20:30:09.069Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6092024-05-10T20:30:09.069Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6102024-05-10T20:30:09.069Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6112024-05-10T20:30:09.070Z+ echo 'Local file: out/downloads/xcvradm.gz'
6122024-05-10T20:30:09.070ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-10T20:30:09.070Z+ mkdir -p out/downloads
6142024-05-10T20:30:09.070ZLocal file: out/downloads/xcvradm.gz
6152024-05-10T20:30:09.070Z+ mkdir -p ./out/transceiver-control
6162024-05-10T20:30:09.070Z+ fetch_and_verify
6172024-05-10T20:30:09.071Z+ local DO_DOWNLOAD=true
6182024-05-10T20:30:09.071Z+ [[ -f out/downloads/xcvradm.gz ]]
6192024-05-10T20:30:09.071Z+ '[' true == true ']'
6202024-05-10T20:30:09.071Z+ echo Downloading...
6212024-05-10T20:30:09.071ZDownloading...
6222024-05-10T20:30:09.071Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6232024-05-10T20:30:09.071Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6242024-05-10T20:30:10.816Z++ do_sha256sum out/downloads/xcvradm.gz
6252024-05-10T20:30:10.841Z++ sha256sum
6262024-05-10T20:30:10.841Z++ awk '{print $1}'
6272024-05-10T20:30:10.841Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6282024-05-10T20:30:10.841Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6292024-05-10T20:30:10.841Z+ do_unpack out/downloads/xcvradm.gz
6302024-05-10T20:30:10.841Z+ mkdir -p out/downloads/root//opt/oxide/bin
6312024-05-10T20:30:10.842Z+ gzip -dc out/downloads/xcvradm.gz
6322024-05-10T20:30:10.996Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6332024-05-10T20:30:11.025Z+ do_assemble
6342024-05-10T20:30:11.025Z+ rm -r ./out/transceiver-control
6352024-05-10T20:30:11.025Z+ mkdir ./out/transceiver-control
6362024-05-10T20:30:11.025Z+ cp -r out/downloads/root ./out/transceiver-control/root
6372024-05-10T20:30:11.118Z+ set -o errexit
6382024-05-10T20:30:11.146Z+++ dirname ./tools/ci_download_thundermuffin
6392024-05-10T20:30:11.146Z++ cd ./tools
6402024-05-10T20:30:11.146Z++ pwd
6412024-05-10T20:30:11.147Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6422024-05-10T20:30:11.147Z++ basename ./tools/ci_download_thundermuffin
6432024-05-10T20:30:11.147Z+ ARG0=ci_download_thundermuffin
6442024-05-10T20:30:11.147Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6452024-05-10T20:30:11.147Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6462024-05-10T20:30:11.147Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6472024-05-10T20:30:11.147Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6482024-05-10T20:30:11.147Z+ TARGET_DIR=out
6492024-05-10T20:30:11.147Z+ DOWNLOAD_DIR=out/downloads
6502024-05-10T20:30:11.147Z+ DEST_DIR=./out/thundermuffin
6512024-05-10T20:30:11.147Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6522024-05-10T20:30:11.147Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6532024-05-10T20:30:11.147Z+ REPO=oxidecomputer/thundermuffin
6542024-05-10T20:30:11.147Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6552024-05-10T20:30:11.147Z+ main
6562024-05-10T20:30:11.147Z+ rm -rf out/downloads/root
6572024-05-10T20:30:11.147Z+ [[ 0 != 0 ]]
6582024-05-10T20:30:11.147Z+ CIDL_OS=solaris2.11
6592024-05-10T20:30:11.148Z+ [[ 0 != 0 ]]
6602024-05-10T20:30:11.148Z+ configure_os solaris2.11
6612024-05-10T20:30:11.148Z+ echo 'current directory: /work/oxidecomputer/omicron'
6622024-05-10T20:30:11.148Zcurrent directory: /work/oxidecomputer/omicron
6632024-05-10T20:30:11.148Z+ echo 'configuring based on OS: "solaris2.11"'
6642024-05-10T20:30:11.148Zconfiguring based on OS: "solaris2.11"
6652024-05-10T20:30:11.148Z+ case "$1" in
6662024-05-10T20:30:11.148Z+ SET_BINARIES=
6672024-05-10T20:30:11.148Z+ CIDL_SHA256FUNC=do_sha256sum
6682024-05-10T20:30:11.148Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6692024-05-10T20:30:11.148Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6702024-05-10T20:30:11.148Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6712024-05-10T20:30:11.148Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6722024-05-10T20:30:11.148ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6732024-05-10T20:30:11.148Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6742024-05-10T20:30:11.148Z+ mkdir -p out/downloads
6752024-05-10T20:30:11.149ZLocal file: out/downloads/thundermuffin.tar.gz
6762024-05-10T20:30:11.173Z+ mkdir -p ./out/thundermuffin
6772024-05-10T20:30:11.173Z+ fetch_and_verify
6782024-05-10T20:30:11.173Z+ local DO_DOWNLOAD=true
6792024-05-10T20:30:11.173Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6802024-05-10T20:30:11.173Z+ '[' true == true ']'
6812024-05-10T20:30:11.173Z+ echo Downloading...
6822024-05-10T20:30:11.173ZDownloading...
6832024-05-10T20:30:11.174Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6842024-05-10T20:30:11.174Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6852024-05-10T20:30:12.145Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6862024-05-10T20:30:12.170Z++ sha256sum
6872024-05-10T20:30:12.170Z++ awk '{print $1}'
6882024-05-10T20:30:12.170Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6892024-05-10T20:30:12.170Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6902024-05-10T20:30:12.170Z+ do_untar out/downloads/thundermuffin.tar.gz
6912024-05-10T20:30:12.170Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6922024-05-10T20:30:12.243Z+ do_assemble
6932024-05-10T20:30:12.244Z+ rm -r ./out/thundermuffin
6942024-05-10T20:30:12.268Z+ mkdir ./out/thundermuffin
6952024-05-10T20:30:12.268Z+ cp -r out/downloads/root ./out/thundermuffin/root
6962024-05-10T20:30:12.298ZAll prerequisites installed successfully
6972024-05-10T20:30:12.298Z
6982024-05-10T20:30:12.298Zreal 1:40.630682577
6992024-05-10T20:30:12.298Zuser 46.058223565
7002024-05-10T20:30:12.298Zsys 12.225514517
7012024-05-10T20:30:12.299Ztrap 0.019253545
7022024-05-10T20:30:12.299Ztflt 0.011297387
7032024-05-10T20:30:12.299Zdflt 0.021238118
7042024-05-10T20:30:12.299Zkflt 0.005925964
7052024-05-10T20:30:12.299Zlock 1.954053679
7062024-05-10T20:30:12.299Zslp 3:16.315664208
7072024-05-10T20:30:12.299Zlat 4.592942627
7082024-05-10T20:30:12.299Zstop 0.075157859
7092024-05-10T20:30:12.299Z+ ptime -m ./tools/ci_download_softnpu_machinery
7102024-05-10T20:30:12.299Zfetching npuzone
7112024-05-10T20:30:12.323ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7122024-05-10T20:30:12.323Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7132024-05-10T20:30:12.323ZGetting hash for npuzone
7142024-05-10T20:30:12.461Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7152024-05-10T20:30:20.674Znpuzone downloaded successfully
7162024-05-10T20:30:20.699Z
7172024-05-10T20:30:20.699Zreal 8.402852321
7182024-05-10T20:30:20.699Zuser 0.324613685
7192024-05-10T20:30:20.699Zsys 0.200903288
7202024-05-10T20:30:20.699Ztrap 0.000060397
7212024-05-10T20:30:20.699Ztflt 0.000000000
7222024-05-10T20:30:20.699Zdflt 0.000000000
7232024-05-10T20:30:20.699Zkflt 0.000000000
7242024-05-10T20:30:20.699Zlock 0.000000000
7252024-05-10T20:30:20.699Zslp 24.516895015
7262024-05-10T20:30:20.699Zlat 0.117743949
7272024-05-10T20:30:20.699Zstop 0.000302523
7282024-05-10T20:30:20.699Z+ export CARGO_INCREMENTAL=0
7292024-05-10T20:30:20.699Z+ CARGO_INCREMENTAL=0
7302024-05-10T20:30:20.699Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7312024-05-10T20:30:21.039Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7322024-05-10T20:30:21.502Z Updating git repository `https://github.com/oxidecomputer/zone`
7332024-05-10T20:30:21.883Z Updating crates.io index
7342024-05-10T20:30:21.909Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7352024-05-10T20:30:22.911Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7362024-05-10T20:30:23.706Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7372024-05-10T20:30:26.080Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7382024-05-10T20:30:26.720Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7392024-05-10T20:30:27.085Z Updating git repository `https://github.com/oxidecomputer/propolis`
7402024-05-10T20:30:28.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
7412024-05-10T20:30:30.500Z Updating git repository `https://github.com/oxidecomputer/opte`
7422024-05-10T20:30:31.698Z Updating git repository `https://github.com/oxidecomputer/falcon`
7432024-05-10T20:30:32.473Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7442024-05-10T20:30:32.918Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7452024-05-10T20:30:33.628Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7462024-05-10T20:30:34.197Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7472024-05-10T20:30:34.809Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7482024-05-10T20:30:35.337Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7492024-05-10T20:30:35.765Z Updating git repository `http://github.com/oxidecomputer/tofino`
7502024-05-10T20:30:36.327Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7512024-05-10T20:30:36.602Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7522024-05-10T20:30:36.970Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7532024-05-10T20:30:37.556Z Updating git repository `https://github.com/oxidecomputer/ispf`
7542024-05-10T20:30:37.984Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7552024-05-10T20:30:38.576Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562024-05-10T20:30:39.321Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572024-05-10T20:30:39.836Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7582024-05-10T20:30:40.255Z Updating git repository `https://github.com/jgallagher/nix`
7592024-05-10T20:30:41.392Z Updating git repository `https://github.com/cbiffle/hubpack`
7602024-05-10T20:30:41.950Z Updating git repository `https://github.com/oxidecomputer/typify`
7612024-05-10T20:30:44.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7622024-05-10T20:30:44.809Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7632024-05-10T20:30:45.224Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7642024-05-10T20:30:45.889Z Updating git repository `https://github.com/oxidecomputer/rfb`
7652024-05-10T20:30:47.668Z Downloading crates ...
7662024-05-10T20:30:47.781Z Downloaded arrayref v0.3.7
7672024-05-10T20:30:47.815Z Downloaded ascii-canvas v3.0.0
7682024-05-10T20:30:47.815Z Downloaded atomicwrites v0.4.3
7692024-05-10T20:30:47.815Z Downloaded headers-core v0.2.0
7702024-05-10T20:30:47.815Z Downloaded hex v0.4.3
7712024-05-10T20:30:47.816Z Downloaded heck v0.3.3
7722024-05-10T20:30:47.816Z Downloaded hostname v0.3.1
7732024-05-10T20:30:47.840Z Downloaded http v0.2.12
7742024-05-10T20:30:47.865Z Downloaded terminal_size v0.3.0
7752024-05-10T20:30:47.865Z Downloaded unicode-xid v0.2.4
7762024-05-10T20:30:47.889Z Downloaded crunchy v0.2.2
7772024-05-10T20:30:47.917Z Downloaded diesel_table_macro_syntax v0.1.0
7782024-05-10T20:30:47.917Z Downloaded scroll_derive v0.12.0
7792024-05-10T20:30:47.917Z Downloaded foreign-types-shared v0.3.1
7802024-05-10T20:30:47.942Z Downloaded fragile v2.0.0
7812024-05-10T20:30:47.942Z Downloaded fxhash v0.2.1
7822024-05-10T20:30:47.942Z Downloaded try-lock v0.2.4
7832024-05-10T20:30:47.968Z Downloaded tui-tree-widget v0.19.0
7842024-05-10T20:30:47.968Z Downloaded stability v0.2.0
7852024-05-10T20:30:47.968Z Downloaded endian-type v0.1.2
7862024-05-10T20:30:47.968Z Downloaded serde_derive_internals v0.29.0
7872024-05-10T20:30:47.996Z Downloaded sqlformat v0.2.3
7882024-05-10T20:30:47.996Z Downloaded phf_shared v0.10.0
7892024-05-10T20:30:47.997Z Downloaded untrusted v0.9.0
7902024-05-10T20:30:47.997Z Downloaded enum-as-inner v0.5.1
7912024-05-10T20:30:47.997Z Downloaded spin v0.9.8
7922024-05-10T20:30:48.028Z Downloaded take_mut v0.2.2
7932024-05-10T20:30:48.028Z Downloaded peg-runtime v0.8.2
7942024-05-10T20:30:48.028Z Downloaded oso-derive v0.27.3
7952024-05-10T20:30:48.028Z Downloaded time-core v0.1.2
7962024-05-10T20:30:48.028Z Downloaded thread-id v4.2.0
7972024-05-10T20:30:48.028Z Downloaded packed_struct_codegen v0.10.1
7982024-05-10T20:30:48.054Z Downloaded slog-envlogger v2.2.0
7992024-05-10T20:30:48.054Z Downloaded tokio-native-tls v0.3.1
8002024-05-10T20:30:48.054Z Downloaded tinyvec_macros v0.1.1
8012024-05-10T20:30:48.054Z Downloaded usdt-macro v0.5.0
8022024-05-10T20:30:48.054Z Downloaded pest_derive v2.7.6
8032024-05-10T20:30:48.054Z Downloaded waitgroup v0.1.2
8042024-05-10T20:30:48.079Z Downloaded want v0.3.1
8052024-05-10T20:30:48.080Z Downloaded tiny-keccak v2.0.2
8062024-05-10T20:30:48.080Z Downloaded uzers v0.11.3
8072024-05-10T20:30:48.080Z Downloaded xattr v1.0.1
8082024-05-10T20:30:48.105Z Downloaded yasna v0.5.2
8092024-05-10T20:30:48.105Z Downloaded vsss-rs v3.3.4
8102024-05-10T20:30:48.105Z Downloaded slog v2.7.0
8112024-05-10T20:30:48.131Z Downloaded url v2.5.0
8122024-05-10T20:30:48.131Z Downloaded x509-cert v0.2.4
8132024-05-10T20:30:48.155Z Downloaded vcpkg v0.2.15
8142024-05-10T20:30:48.207Z Downloaded sled v0.34.7
8152024-05-10T20:30:48.233Z Downloaded rustix v0.38.31
8162024-05-10T20:30:48.257Z Downloaded webpki-roots v0.25.2
8172024-05-10T20:30:48.282Z Downloaded openapiv3 v2.0.0
8182024-05-10T20:30:48.282Z Downloaded ratatui v0.26.2
8192024-05-10T20:30:48.316Z Downloaded tokio v1.37.0
8202024-05-10T20:30:48.381Z Downloaded csv v1.3.0
8212024-05-10T20:30:48.424Z Downloaded encoding_rs v0.8.33
8222024-05-10T20:30:48.460Z Downloaded sha3 v0.10.8
8232024-05-10T20:30:48.484Z Downloaded zerocopy-derive v0.6.6
8242024-05-10T20:30:48.484Z Downloaded radix_trie v0.2.1
8252024-05-10T20:30:48.509Z Downloaded openssl v0.10.64
8262024-05-10T20:30:48.533Z Downloaded ring v0.17.8
8272024-05-10T20:30:48.594Z Downloaded ring v0.16.20
8282024-05-10T20:30:48.691Z Downloaded object v0.32.1
8292024-05-10T20:30:48.716Z Downloaded object v0.30.4
8302024-05-10T20:30:48.716Z Downloaded smoltcp v0.11.0
8312024-05-10T20:30:48.742Z Downloaded zerocopy-derive v0.2.0
8322024-05-10T20:30:48.799Z Downloaded regex-automata v0.4.5
8332024-05-10T20:30:48.799Z Downloaded syn v2.0.60
8342024-05-10T20:30:48.832Z Downloaded syn v1.0.109
8352024-05-10T20:30:48.832Z Downloaded smoltcp v0.9.1
8362024-05-10T20:30:48.832Z Downloaded gimli v0.28.0
8372024-05-10T20:30:48.832Z Downloaded trust-dns-proto v0.22.0
8382024-05-10T20:30:48.857Z Downloaded polar-core v0.27.3
8392024-05-10T20:30:48.858Z Downloaded rustls v0.22.4
8402024-05-10T20:30:48.888Z Downloaded diesel v2.1.6
8412024-05-10T20:30:48.888Z Downloaded nix v0.28.0
8422024-05-10T20:30:48.916Z Downloaded libc v0.2.153
8432024-05-10T20:30:48.947Z Downloaded bzip2-sys v0.1.11+1.0.8
8442024-05-10T20:30:48.982Z Downloaded tough v0.17.1
8452024-05-10T20:30:48.982Z Downloaded time v0.3.34
8462024-05-10T20:30:48.982Z Downloaded serde_with v3.7.0
8472024-05-10T20:30:49.006Z Downloaded rayon v1.10.0
8482024-05-10T20:30:49.006Z Downloaded winnow v0.6.1
8492024-05-10T20:30:49.006Z Downloaded winnow v0.5.15
8502024-05-10T20:30:49.030Z Downloaded tabled v0.15.0
8512024-05-10T20:30:49.056Z Downloaded quick-xml v0.31.0
8522024-05-10T20:30:49.056Z Downloaded petgraph v0.6.4
8532024-05-10T20:30:49.086Z Downloaded sqlparser v0.45.0
8542024-05-10T20:30:49.086Z Downloaded proptest v1.4.0
8552024-05-10T20:30:49.123Z Downloaded rustls v0.21.9
8562024-05-10T20:30:49.123Z Downloaded curve25519-dalek v4.1.2
8572024-05-10T20:30:49.123Z Downloaded lalrpop v0.19.12
8582024-05-10T20:30:49.148Z Downloaded idna v0.5.0
8592024-05-10T20:30:49.148Z Downloaded idna v0.3.0
8602024-05-10T20:30:49.149Z Downloaded idna v0.2.3
8612024-05-10T20:30:49.173Z Downloaded tokio-util v0.7.10
8622024-05-10T20:30:49.173Z Downloaded pest v2.7.6
8632024-05-10T20:30:49.173Z Downloaded futures-util v0.3.30
8642024-05-10T20:30:49.197Z Downloaded regex v1.10.4
8652024-05-10T20:30:49.222Z Downloaded hyper v0.14.28
8662024-05-10T20:30:49.222Z Downloaded tracing v0.1.40
8672024-05-10T20:30:49.222Z Downloaded elliptic-curve v0.13.8
8682024-05-10T20:30:49.222Z Downloaded hashbrown v0.14.3
8692024-05-10T20:30:49.246Z Downloaded h2 v0.3.26
8702024-05-10T20:30:49.246Z Downloaded goblin v0.8.0
8712024-05-10T20:30:49.246Z Downloaded typed-path v0.7.0
8722024-05-10T20:30:49.269Z Downloaded serde_json v1.0.116
8732024-05-10T20:30:49.270Z Downloaded similar v2.4.0
8742024-05-10T20:30:49.270Z Downloaded rand v0.8.5
8752024-05-10T20:30:49.270Z Downloaded uuid v1.8.0
8762024-05-10T20:30:49.294Z Downloaded toml v0.5.11
8772024-05-10T20:30:49.294Z Downloaded zerocopy v0.6.6
8782024-05-10T20:30:49.294Z Downloaded tokio-postgres v0.7.10
8792024-05-10T20:30:49.294Z Downloaded expectorate v1.1.0
8802024-05-10T20:30:49.294Z Downloaded steno v0.4.0
8812024-05-10T20:30:49.294Z Downloaded wait-timeout v0.2.0
8822024-05-10T20:30:49.294Z Downloaded vte v0.11.1
8832024-05-10T20:30:49.318Z Downloaded tinyvec v1.6.0
8842024-05-10T20:30:49.318Z Downloaded subprocess v0.2.9
8852024-05-10T20:30:49.318Z Downloaded parking_lot v0.12.1
8862024-05-10T20:30:49.318Z Downloaded papergrid v0.11.0
8872024-05-10T20:30:49.318Z Downloaded openssl-sys v0.9.102
8882024-05-10T20:30:49.318Z Downloaded rustls-webpki v0.102.1
8892024-05-10T20:30:49.342Z Downloaded num-bigint-dig v0.8.4
8902024-05-10T20:30:49.371Z Downloaded wyz v0.5.1
8912024-05-10T20:30:49.371Z Downloaded walkdir v2.5.0
8922024-05-10T20:30:49.371Z Downloaded version_check v0.9.4
8932024-05-10T20:30:49.371Z Downloaded topological-sort v0.2.2
8942024-05-10T20:30:49.371Z Downloaded time-macros v0.2.17
8952024-05-10T20:30:49.371Z Downloaded serde_with_macros v3.7.0
8962024-05-10T20:30:49.371Z Downloaded usdt-impl v0.5.0
8972024-05-10T20:30:49.371Z Downloaded usdt-impl v0.3.5
8982024-05-10T20:30:49.371Z Downloaded slog-dtrace v0.3.0
8992024-05-10T20:30:49.371Z Downloaded signal-hook v0.3.17
9002024-05-10T20:30:49.404Z Downloaded whoami v1.5.1
9012024-05-10T20:30:49.404Z Downloaded which v4.4.0
9022024-05-10T20:30:49.404Z Downloaded tokio-tungstenite v0.20.1
9032024-05-10T20:30:49.404Z Downloaded oso v0.27.3
9042024-05-10T20:30:49.405Z Downloaded fatfs v0.3.6
9052024-05-10T20:30:49.405Z Downloaded tungstenite v0.21.0
9062024-05-10T20:30:49.405Z Downloaded utf8parse v0.2.1
9072024-05-10T20:30:49.405Z Downloaded usdt v0.5.0
9082024-05-10T20:30:49.405Z Downloaded usdt v0.3.5
9092024-05-10T20:30:49.405Z Downloaded slog-async v2.8.0
9102024-05-10T20:30:49.405Z Downloaded slab v0.4.9
9112024-05-10T20:30:49.405Z Downloaded siphasher v0.3.11
9122024-05-10T20:30:49.405Z Downloaded rand_xorshift v0.3.0
9132024-05-10T20:30:49.405Z Downloaded num_enum v0.5.11
9142024-05-10T20:30:49.431Z Downloaded num_cpus v1.16.0
9152024-05-10T20:30:49.431Z Downloaded embedded-io v0.4.0
9162024-05-10T20:30:49.431Z Downloaded zerocopy v0.3.0
9172024-05-10T20:30:49.431Z Downloaded tokio-stream v0.1.15
9182024-05-10T20:30:49.431Z Downloaded tokio-rustls v0.25.0
9192024-05-10T20:30:49.431Z Downloaded textwrap v0.16.1
9202024-05-10T20:30:49.431Z Downloaded publicsuffix v2.2.3
9212024-05-10T20:30:49.431Z Downloaded nom v7.1.3
9222024-05-10T20:30:49.431Z Downloaded libxml v0.3.3
9232024-05-10T20:30:49.455Z Downloaded libm v0.2.7
9242024-05-10T20:30:49.455Z Downloaded utf-8 v0.7.6
9252024-05-10T20:30:49.455Z Downloaded usdt-macro v0.3.5
9262024-05-10T20:30:49.455Z Downloaded slog-bunyan v2.5.0
9272024-05-10T20:30:49.455Z Downloaded tokio-tungstenite v0.21.0
9282024-05-10T20:30:49.455Z Downloaded tokio-rustls v0.24.1
9292024-05-10T20:30:49.487Z Downloaded pest_meta v2.7.6
9302024-05-10T20:30:49.487Z Downloaded pin-project v1.1.3
9312024-05-10T20:30:49.487Z Downloaded hashbrown v0.13.2
9322024-05-10T20:30:49.516Z Downloaded hashbrown v0.12.3
9332024-05-10T20:30:49.516Z Downloaded vte_generate_state_changes v0.1.1
9342024-05-10T20:30:49.516Z Downloaded signature v2.1.0
9352024-05-10T20:30:49.516Z Downloaded signature v1.6.4
9362024-05-10T20:30:49.517Z Downloaded signal-hook-tokio v0.3.1
9372024-05-10T20:30:49.517Z Downloaded rand_core v0.6.4
9382024-05-10T20:30:49.517Z Downloaded omicron-zone-package v0.11.0
9392024-05-10T20:30:49.517Z Downloaded num-traits v0.2.18
9402024-05-10T20:30:49.517Z Downloaded usdt-attr-macro v0.5.0
9412024-05-10T20:30:49.517Z Downloaded usdt-attr-macro v0.3.5
9422024-05-10T20:30:49.517Z Downloaded tower-service v0.3.2
9432024-05-10T20:30:49.518Z Downloaded rand_seeder v0.2.3
9442024-05-10T20:30:49.518Z Downloaded slog-json v2.6.1
9452024-05-10T20:30:49.518Z Downloaded pem-rfc7468 v0.7.0
9462024-05-10T20:30:49.518Z Downloaded peg-macros v0.8.2
9472024-05-10T20:30:49.544Z Downloaded password-hash v0.5.0
9482024-05-10T20:30:49.544Z Downloaded parking_lot_core v0.9.8
9492024-05-10T20:30:49.545Z Downloaded parking_lot v0.11.2
9502024-05-10T20:30:49.545Z Downloaded portable-atomic v1.4.3
9512024-05-10T20:30:49.545Z Downloaded rustls-webpki v0.101.7
9522024-05-10T20:30:49.570Z Downloaded toml_edit v0.22.12
9532024-05-10T20:30:49.595Z Downloaded itertools v0.12.1
9542024-05-10T20:30:49.595Z Downloaded test-strategy v0.3.1
9552024-05-10T20:30:49.595Z Downloaded strum_macros v0.26.1
9562024-05-10T20:30:49.595Z Downloaded trust-dns-client v0.22.0
9572024-05-10T20:30:49.620Z Downloaded prettyplease v0.2.19
9582024-05-10T20:30:49.620Z Downloaded serde v1.0.199
9592024-05-10T20:30:49.620Z Downloaded mio v0.8.11
9602024-05-10T20:30:49.620Z Downloaded signal-hook-registry v1.4.1
9612024-05-10T20:30:49.620Z Downloaded signal-hook-mio v0.2.3
9622024-05-10T20:30:49.644Z Downloaded owo-colors v4.0.0
9632024-05-10T20:30:49.644Z Downloaded sigpipe v0.1.3
9642024-05-10T20:30:49.644Z Downloaded rand_chacha v0.3.1
9652024-05-10T20:30:49.645Z Downloaded parking_lot_core v0.8.6
9662024-05-10T20:30:49.645Z Downloaded once_cell v1.19.0
9672024-05-10T20:30:49.645Z Downloaded tokio-macros v2.2.0
9682024-05-10T20:30:49.645Z Downloaded pem v3.0.4
9692024-05-10T20:30:49.645Z Downloaded peg v0.8.2
9702024-05-10T20:30:49.645Z Downloaded paste v1.0.14
9712024-05-10T20:30:49.645Z Downloaded subtle v2.5.0
9722024-05-10T20:30:49.645Z Downloaded env_logger v0.9.3
9732024-05-10T20:30:49.669Z Downloaded ucd-trie v0.1.6
9742024-05-10T20:30:49.669Z Downloaded typenum v1.16.0
9752024-05-10T20:30:49.669Z Downloaded trust-dns-server v0.22.1
9762024-05-10T20:30:49.669Z Downloaded pest_generator v2.7.6
9772024-05-10T20:30:49.669Z Downloaded percent-encoding v2.3.1
9782024-05-10T20:30:49.669Z Downloaded parse-display-derive v0.9.0
9792024-05-10T20:30:49.669Z Downloaded parse-display v0.9.0
9802024-05-10T20:30:49.669Z Downloaded errno v0.3.8
9812024-05-10T20:30:49.669Z Downloaded env_logger v0.10.0
9822024-05-10T20:30:49.669Z Downloaded toml_edit v0.19.15
9832024-05-10T20:30:49.693Z Downloaded minimal-lexical v0.2.1
9842024-05-10T20:30:49.718Z Downloaded packed_struct v0.10.1
9852024-05-10T20:30:49.718Z Downloaded olpc-cjson v0.1.3
9862024-05-10T20:30:49.718Z Downloaded num_enum_derive v0.5.11
9872024-05-10T20:30:49.718Z Downloaded socket2 v0.5.6
9882024-05-10T20:30:49.718Z Downloaded snafu v0.8.2
9892024-05-10T20:30:49.718Z Downloaded proc-macro2 v1.0.81
9902024-05-10T20:30:49.718Z Downloaded reedline v0.31.0
9912024-05-10T20:30:49.742Z Downloaded num-bigint v0.4.4
9922024-05-10T20:30:49.742Z Downloaded thiserror-no-std v2.0.2
9932024-05-10T20:30:49.742Z Downloaded thiserror-impl-no-std v2.0.2
9942024-05-10T20:30:49.742Z Downloaded thiserror-impl v1.0.59
9952024-05-10T20:30:49.742Z Downloaded thiserror v1.0.59
9962024-05-10T20:30:49.766Z Downloaded tabwriter v1.4.0
9972024-05-10T20:30:49.766Z Downloaded tabled_derive v0.7.0
9982024-05-10T20:30:49.766Z Downloaded num-rational v0.4.1
9992024-05-10T20:30:49.766Z Downloaded trust-dns-resolver v0.22.0
10002024-05-10T20:30:49.766Z Downloaded memchr v2.7.1
10012024-05-10T20:30:49.766Z Downloaded synstructure v0.12.6
10022024-05-10T20:30:49.767Z Downloaded supports-color v3.0.0
10032024-05-10T20:30:49.767Z Downloaded quote v1.0.36
10042024-05-10T20:30:49.798Z Downloaded num-integer v0.1.46
10052024-05-10T20:30:49.799Z Downloaded futures v0.3.30
10062024-05-10T20:30:49.799Z Downloaded regress v0.9.1
10072024-05-10T20:30:49.799Z Downloaded openssl-probe v0.1.5
10082024-05-10T20:30:49.799Z Downloaded openssl-macros v0.1.1
10092024-05-10T20:30:49.800Z Downloaded opaque-debug v0.3.0
10102024-05-10T20:30:49.800Z Downloaded number_prefix v0.4.0
10112024-05-10T20:30:49.825Z Downloaded num_threads v0.1.6
10122024-05-10T20:30:49.825Z Downloaded radium v0.7.0
10132024-05-10T20:30:49.825Z Downloaded r2d2 v0.8.10
10142024-05-10T20:30:49.825Z Downloaded fd-lock v4.0.2
10152024-05-10T20:30:49.825Z Downloaded fastrand v2.0.1
10162024-05-10T20:30:49.825Z Downloaded fallible-iterator v0.2.0
10172024-05-10T20:30:49.825Z Downloaded regex-syntax v0.8.2
10182024-05-10T20:30:49.825Z Downloaded bstr v1.9.0
10192024-05-10T20:30:49.850Z Downloaded peeking_take_while v0.1.2
10202024-05-10T20:30:49.850Z Downloaded path-slash v0.1.5
10212024-05-10T20:30:49.850Z Downloaded parse-size v1.0.0
10222024-05-10T20:30:49.850Z Downloaded thread_local v1.1.7
10232024-05-10T20:30:49.850Z Downloaded erased-serde v0.3.31
10242024-05-10T20:30:49.850Z Downloaded strum_macros v0.25.2
10252024-05-10T20:30:49.850Z Downloaded structmeta-derive v0.2.0
10262024-05-10T20:30:49.850Z Downloaded socket2 v0.4.9
10272024-05-10T20:30:49.850Z Downloaded serde_derive v1.0.199
10282024-05-10T20:30:49.850Z Downloaded rustyline v14.0.0
10292024-05-10T20:30:49.874Z Downloaded regex-syntax v0.6.29
10302024-05-10T20:30:49.874Z Downloaded itertools v0.10.5
10312024-05-10T20:30:49.874Z Downloaded sync_wrapper v0.1.2
10322024-05-10T20:30:49.875Z Downloaded swrite v0.1.0
10332024-05-10T20:30:49.875Z Downloaded phf_shared v0.11.2
10342024-05-10T20:30:49.875Z Downloaded phf v0.11.2
10352024-05-10T20:30:49.875Z Downloaded strum_macros v0.24.3
10362024-05-10T20:30:49.900Z Downloaded structmeta-derive v0.3.0
10372024-05-10T20:30:49.900Z Downloaded structmeta v0.3.0
10382024-05-10T20:30:49.900Z Downloaded static_assertions v1.1.0
10392024-05-10T20:30:49.900Z Downloaded stable_deref_trait v1.2.0
10402024-05-10T20:30:49.900Z Downloaded num-derive v0.4.0
10412024-05-10T20:30:49.900Z Downloaded half v2.3.1
10422024-05-10T20:30:49.900Z Downloaded tungstenite v0.20.1
10432024-05-10T20:30:49.900Z Downloaded tracing-core v0.1.32
10442024-05-10T20:30:49.900Z Downloaded unsafe-libyaml v0.2.10
10452024-05-10T20:30:49.900Z Downloaded bstr v0.2.17
10462024-05-10T20:30:49.928Z Downloaded snafu-derive v0.8.2
10472024-05-10T20:30:49.928Z Downloaded getrandom v0.2.12
10482024-05-10T20:30:49.928Z Downloaded salty v0.2.0
10492024-05-10T20:30:49.955Z Downloaded regex-automata v0.1.10
10502024-05-10T20:30:49.956Z Downloaded ena v0.14.2
10512024-05-10T20:30:49.956Z Downloaded num-iter v0.1.44
10522024-05-10T20:30:49.956Z Downloaded quick-error v1.2.3
10532024-05-10T20:30:49.956Z Downloaded futures-channel v0.3.30
10542024-05-10T20:30:49.956Z Downloaded unicase v2.7.0
10552024-05-10T20:30:49.956Z Downloaded toml v0.8.12
10562024-05-10T20:30:49.956Z Downloaded equivalent v1.0.1
10572024-05-10T20:30:49.956Z Downloaded spki v0.7.2
10582024-05-10T20:30:49.956Z Downloaded slog-scope v4.4.0
10592024-05-10T20:30:49.956Z Downloaded serde_tokenstream v0.2.0
10602024-05-10T20:30:49.980Z Downloaded spin v0.5.2
10612024-05-10T20:30:49.980Z Downloaded slog-stdlog v4.1.1
10622024-05-10T20:30:49.980Z Downloaded psl-types v2.0.11
10632024-05-10T20:30:49.980Z Downloaded proc-macro-error v1.0.4
10642024-05-10T20:30:49.980Z Downloaded pretty-hex v0.2.1
10652024-05-10T20:30:49.980Z Downloaded flate2 v1.0.28
10662024-05-10T20:30:49.980Z Downloaded serde_spanned v0.6.5
10672024-05-10T20:30:49.980Z Downloaded http v1.0.0
10682024-05-10T20:30:50.006Z Downloaded strum v0.26.2
10692024-05-10T20:30:50.006Z Downloaded gethostname v0.4.3
10702024-05-10T20:30:50.006Z Downloaded proc-macro-error-attr v1.0.4
10712024-05-10T20:30:50.006Z Downloaded postcard v1.0.8
10722024-05-10T20:30:50.006Z Downloaded crossterm v0.27.0
10732024-05-10T20:30:50.006Z Downloaded zerocopy v0.7.32
10742024-05-10T20:30:50.030Z Downloaded log v0.4.21
10752024-05-10T20:30:50.030Z Downloaded sqlparser_derive v0.2.2
10762024-05-10T20:30:50.030Z Downloaded num-conv v0.1.0
10772024-05-10T20:30:50.054Z Downloaded hash32 v0.3.1
10782024-05-10T20:30:50.054Z Downloaded hash32 v0.2.1
10792024-05-10T20:30:50.055Z Downloaded group v0.13.0
10802024-05-10T20:30:50.055Z Downloaded globset v0.4.13
10812024-05-10T20:30:50.055Z Downloaded glob v0.3.1
10822024-05-10T20:30:50.055Z Downloaded getopts v0.2.21
10832024-05-10T20:30:50.055Z Downloaded generic-array v0.14.7
10842024-05-10T20:30:50.055Z Downloaded flagset v0.4.3
10852024-05-10T20:30:50.055Z Downloaded fixedbitset v0.4.2
10862024-05-10T20:30:50.055Z Downloaded filetime v0.2.23
10872024-05-10T20:30:50.079Z Downloaded ff v0.13.0
10882024-05-10T20:30:50.079Z Downloaded unarray v0.1.4
10892024-05-10T20:30:50.079Z Downloaded tracing-attributes v0.1.27
10902024-05-10T20:30:50.079Z Downloaded proc-macro-crate v1.3.1
10912024-05-10T20:30:50.079Z Downloaded predicates-tree v1.0.9
10922024-05-10T20:30:50.079Z Downloaded predicates-core v1.0.6
10932024-05-10T20:30:50.079Z Downloaded postgres-types v0.2.6
10942024-05-10T20:30:50.079Z Downloaded poly1305 v0.8.0
10952024-05-10T20:30:50.079Z Downloaded platforms v3.0.2
10962024-05-10T20:30:50.104Z Downloaded pkcs1 v0.7.5
10972024-05-10T20:30:50.104Z Downloaded pin-project-internal v1.1.3
10982024-05-10T20:30:50.104Z Downloaded futures-task v0.3.30
10992024-05-10T20:30:50.104Z Downloaded futures-sink v0.3.30
11002024-05-10T20:30:50.104Z Downloaded futures-macro v0.3.30
11012024-05-10T20:30:50.104Z Downloaded futures-io v0.3.30
11022024-05-10T20:30:50.104Z Downloaded futures-executor v0.3.30
11032024-05-10T20:30:50.104Z Downloaded futures-core v0.3.30
11042024-05-10T20:30:50.104Z Downloaded funty v2.0.0
11052024-05-10T20:30:50.104Z Downloaded fs-err v2.11.0
11062024-05-10T20:30:50.104Z Downloaded flume v0.11.0
11072024-05-10T20:30:50.104Z Downloaded serde_plain v1.0.2
11082024-05-10T20:30:50.104Z Downloaded ed25519 v1.5.3
11092024-05-10T20:30:50.129Z Downloaded toml v0.7.8
11102024-05-10T20:30:50.129Z Downloaded miniz_oxide v0.7.1
11112024-05-10T20:30:50.129Z Downloaded pretty-hex v0.4.1
11122024-05-10T20:30:50.129Z Downloaded predicates v3.1.0
11132024-05-10T20:30:50.129Z Downloaded ppv-lite86 v0.2.17
11142024-05-10T20:30:50.129Z Downloaded powerfmt v0.2.0
11152024-05-10T20:30:50.129Z Downloaded postgres-protocol v0.6.6
11162024-05-10T20:30:50.129Z Downloaded pkcs8 v0.10.2
11172024-05-10T20:30:50.129Z Downloaded pin-utils v0.1.0
11182024-05-10T20:30:50.158Z Downloaded pin-project-lite v0.2.13
11192024-05-10T20:30:50.158Z Downloaded serde_urlencoded v0.7.1
11202024-05-10T20:30:50.158Z Downloaded serde_tokenstream v0.1.7
11212024-05-10T20:30:50.158Z Downloaded serde_path_to_error v0.1.16
11222024-05-10T20:30:50.158Z Downloaded serde_arrays v0.1.0
11232024-05-10T20:30:50.159Z Downloaded serde-hex v0.1.0
11242024-05-10T20:30:50.159Z Downloaded schemars v0.8.17
11252024-05-10T20:30:50.184Z Downloaded samael v0.0.15
11262024-05-10T20:30:50.184Z Downloaded rcgen v0.12.1
11272024-05-10T20:30:50.184Z Downloaded rayon-core v1.12.1
11282024-05-10T20:30:50.184Z Downloaded lock_api v0.4.10
11292024-05-10T20:30:50.184Z Downloaded precomputed-hash v0.1.1
11302024-05-10T20:30:50.184Z Downloaded portpicker v0.1.1
11312024-05-10T20:30:50.184Z Downloaded plain v0.2.3
11322024-05-10T20:30:50.184Z Downloaded pkg-config v0.3.27
11332024-05-10T20:30:50.184Z Downloaded semver v1.0.22
11342024-05-10T20:30:50.208Z Downloaded ryu v1.0.15
11352024-05-10T20:30:50.208Z Downloaded num-complex v0.4.5
11362024-05-10T20:30:50.209Z Downloaded mockall_derive v0.12.1
11372024-05-10T20:30:50.209Z Downloaded sct v0.7.0
11382024-05-10T20:30:50.209Z Downloaded scroll v0.12.0
11392024-05-10T20:30:50.209Z Downloaded either v1.11.0
11402024-05-10T20:30:50.209Z Downloaded dyn-clone v1.0.17
11412024-05-10T20:30:50.209Z Downloaded dtrace-parser v0.2.0
11422024-05-10T20:30:50.209Z Downloaded dof v0.3.0
11432024-05-10T20:30:50.209Z Downloaded dof v0.1.5
11442024-05-10T20:30:50.209Z Downloaded dirs-sys-next v0.1.2
11452024-05-10T20:30:50.209Z Downloaded dirs-next v2.0.0
11462024-05-10T20:30:50.234Z Downloaded digest v0.10.7
11472024-05-10T20:30:50.234Z Downloaded derive_more v0.99.17
11482024-05-10T20:30:50.234Z Downloaded der v0.7.8
11492024-05-10T20:30:50.234Z Downloaded toml_datetime v0.6.5
11502024-05-10T20:30:50.234Z Downloaded form_urlencoded v1.2.1
11512024-05-10T20:30:50.234Z Downloaded fnv v1.0.7
11522024-05-10T20:30:50.234Z Downloaded float-cmp v0.9.0
11532024-05-10T20:30:50.234Z Downloaded serde_repr v0.1.16
11542024-05-10T20:30:50.234Z Downloaded serde-big-array v0.5.1
11552024-05-10T20:30:50.234Z Downloaded serde-big-array v0.4.1
11562024-05-10T20:30:50.260Z Downloaded semver v0.1.20
11572024-05-10T20:30:50.260Z Downloaded secrecy v0.8.0
11582024-05-10T20:30:50.260Z Downloaded sec1 v0.7.3
11592024-05-10T20:30:50.260Z Downloaded scopeguard v1.2.0
11602024-05-10T20:30:50.260Z Downloaded schemars_derive v0.8.17
11612024-05-10T20:30:50.260Z Downloaded rustls-pki-types v1.3.0
11622024-05-10T20:30:50.260Z Downloaded rustls-pemfile v2.1.2
11632024-05-10T20:30:50.260Z Downloaded display-error-chain v0.2.0
11642024-05-10T20:30:50.260Z Downloaded difflib v0.4.0
11652024-05-10T20:30:50.260Z Downloaded diesel_derives v2.1.2
11662024-05-10T20:30:50.260Z Downloaded derive-where v1.2.7
11672024-05-10T20:30:50.260Z Downloaded crypto-bigint v0.5.2
11682024-05-10T20:30:50.285Z Downloaded native-tls v0.2.11
11692024-05-10T20:30:50.285Z Downloaded multimap v0.10.0
11702024-05-10T20:30:50.285Z Downloaded mime_guess v2.0.4
11712024-05-10T20:30:50.285Z Downloaded lru v0.12.1
11722024-05-10T20:30:50.286Z Downloaded indicatif v0.17.8
11732024-05-10T20:30:50.286Z Downloaded indexmap v2.2.6
11742024-05-10T20:30:50.286Z Downloaded foreign-types-shared v0.1.1
11752024-05-10T20:30:50.310Z Downloaded foreign-types-macros v0.2.3
11762024-05-10T20:30:50.310Z Downloaded foreign-types v0.5.0
11772024-05-10T20:30:50.310Z Downloaded foreign-types v0.3.2
11782024-05-10T20:30:50.310Z Downloaded scheduled-thread-pool v0.2.7
11792024-05-10T20:30:50.310Z Downloaded same-file v1.0.6
11802024-05-10T20:30:50.310Z Downloaded rusty-fork v0.3.0
11812024-05-10T20:30:50.310Z Downloaded rustversion v1.0.14
11822024-05-10T20:30:50.310Z Downloaded rustls-pemfile v1.0.3
11832024-05-10T20:30:50.310Z Downloaded rustfmt-wrapper v0.2.1
11842024-05-10T20:30:50.310Z Downloaded rustc_version v0.4.0
11852024-05-10T20:30:50.310Z Downloaded rustc_version v0.1.7
11862024-05-10T20:30:50.310Z Downloaded ref-cast-impl v1.0.22
11872024-05-10T20:30:50.310Z Downloaded ref-cast v1.0.22
11882024-05-10T20:30:50.310Z Downloaded diff v0.1.13
11892024-05-10T20:30:50.339Z Downloaded darling_core v0.20.8
11902024-05-10T20:30:50.339Z Downloaded zip v0.6.6
11912024-05-10T20:30:50.339Z Downloaded untrusted v0.7.1
11922024-05-10T20:30:50.339Z Downloaded universal-hash v0.5.1
11932024-05-10T20:30:50.339Z Downloaded nu-ansi-term v0.50.0
11942024-05-10T20:30:50.339Z Downloaded multer v3.0.0
11952024-05-10T20:30:50.339Z Downloaded memoffset v0.7.1
11962024-05-10T20:30:50.339Z Downloaded memmap2 v0.7.1
11972024-05-10T20:30:50.339Z Downloaded libloading v0.7.4
11982024-05-10T20:30:50.383Z Downloaded chrono v0.4.38
11992024-05-10T20:30:50.383Z Downloaded dtrace-parser v0.1.14
12002024-05-10T20:30:50.383Z Downloaded downcast v0.11.0
12012024-05-10T20:30:50.383Z Downloaded derive_builder_core v0.20.0
12022024-05-10T20:30:50.383Z Downloaded derive_builder v0.20.0
12032024-05-10T20:30:50.383Z Downloaded der_derive v0.7.2
12042024-05-10T20:30:50.383Z Downloaded debug-ignore v1.0.5
12052024-05-10T20:30:50.383Z Downloaded darling v0.20.8
12062024-05-10T20:30:50.383Z Downloaded csv-core v0.1.11
12072024-05-10T20:30:50.412Z Downloaded zerocopy-derive v0.7.32
12082024-05-10T20:30:50.412Z Downloaded structmeta v0.2.0
12092024-05-10T20:30:50.412Z Downloaded smf v0.2.3
12102024-05-10T20:30:50.412Z Downloaded nibble_vec v0.1.0
12112024-05-10T20:30:50.412Z Downloaded mockall v0.12.1
12122024-05-10T20:30:50.413Z Downloaded hkdf v0.12.4
12132024-05-10T20:30:50.413Z Downloaded bindgen v0.69.2
12142024-05-10T20:30:50.413Z Downloaded derive_builder_macro v0.20.0
12152024-05-10T20:30:50.413Z Downloaded deranged v0.3.11
12162024-05-10T20:30:50.413Z Downloaded defmt-parser v0.3.3
12172024-05-10T20:30:50.413Z Downloaded defmt-macros v0.3.6
12182024-05-10T20:30:50.413Z Downloaded defmt v0.3.5
12192024-05-10T20:30:50.413Z Downloaded data-encoding v2.4.0
12202024-05-10T20:30:50.413Z Downloaded darling_macro v0.20.8
12212024-05-10T20:30:50.413Z Downloaded curve25519-dalek-derive v0.1.0
12222024-05-10T20:30:50.413Z Downloaded cstr-argument v0.1.2
12232024-05-10T20:30:50.413Z Downloaded crypto-common v0.1.6
12242024-05-10T20:30:50.413Z Downloaded crucible-workspace-hack v0.1.0
12252024-05-10T20:30:50.444Z Downloaded zone_cfg_derive v0.1.2
12262024-05-10T20:30:50.444Z Downloaded zone v0.1.8
12272024-05-10T20:30:50.445Z Downloaded zeroize_derive v1.4.2
12282024-05-10T20:30:50.445Z Downloaded zeroize v1.7.0
12292024-05-10T20:30:50.445Z Downloaded unicode-normalization v0.1.22
12302024-05-10T20:30:50.445Z Downloaded reqwest v0.11.27
12312024-05-10T20:30:50.445Z Downloaded num v0.4.2
12322024-05-10T20:30:50.445Z Downloaded nodrop v0.1.14
12332024-05-10T20:30:50.446Z Downloaded newtype-uuid v1.1.0
12342024-05-10T20:30:50.446Z Downloaded nanorand v0.7.0
12352024-05-10T20:30:50.446Z Downloaded mime v0.3.17
12362024-05-10T20:30:50.477Z Downloaded memmap v0.7.0
12372024-05-10T20:30:50.477Z Downloaded md-5 v0.10.5
12382024-05-10T20:30:50.477Z Downloaded managed v0.8.0
12392024-05-10T20:30:50.477Z Downloaded macaddr v1.0.1
12402024-05-10T20:30:50.477Z Downloaded lru-cache v0.1.2
12412024-05-10T20:30:50.477Z Downloaded linked-hash-map v0.5.6
12422024-05-10T20:30:50.477Z Downloaded linear-map v1.2.0
12432024-05-10T20:30:50.477Z Downloaded libefi-sys v0.1.0
12442024-05-10T20:30:50.478Z Downloaded base16ct v0.2.0
12452024-05-10T20:30:50.478Z Downloaded unicode_categories v0.1.1
12462024-05-10T20:30:50.478Z Downloaded unicode-segmentation v1.10.1
12472024-05-10T20:30:50.478Z Downloaded unicode-ident v1.0.12
12482024-05-10T20:30:50.478Z Downloaded unicode-bidi v0.3.15
12492024-05-10T20:30:50.478Z Downloaded toolchain_find v0.4.0
12502024-05-10T20:30:50.478Z Downloaded termtree v0.4.1
12512024-05-10T20:30:50.478Z Downloaded tar v0.4.40
12522024-05-10T20:30:50.478Z Downloaded serde_yaml v0.9.25
12532024-05-10T20:30:50.503Z Downloaded newtype_derive v0.1.6
12542024-05-10T20:30:50.503Z Downloaded maybe-uninit v2.0.0
12552024-05-10T20:30:50.503Z Downloaded maplit v1.0.2
12562024-05-10T20:30:50.503Z Downloaded libsw v3.3.1
12572024-05-10T20:30:50.503Z Downloaded lazycell v1.3.0
12582024-05-10T20:30:50.503Z Downloaded lazy_static v1.4.0
12592024-05-10T20:30:50.503Z Downloaded lalrpop-util v0.19.12
12602024-05-10T20:30:50.503Z Downloaded kstat-rs v0.2.3
12612024-05-10T20:30:50.503Z Downloaded indexmap v1.9.3
12622024-05-10T20:30:50.503Z Downloaded httpdate v1.0.3
12632024-05-10T20:30:50.503Z Downloaded headers v0.3.9
12642024-05-10T20:30:50.503Z Downloaded crossbeam-channel v0.5.8
12652024-05-10T20:30:50.529Z Downloaded clap_builder v4.5.2
12662024-05-10T20:30:50.529Z Downloaded base64 v0.22.0
12672024-05-10T20:30:50.529Z Downloaded unicode-width v0.1.11
12682024-05-10T20:30:50.529Z Downloaded unicode-linebreak v0.1.5
12692024-05-10T20:30:50.530Z Downloaded termios v0.3.3
12702024-05-10T20:30:50.530Z Downloaded termcolor v1.2.0
12712024-05-10T20:30:50.530Z Downloaded term v0.7.0
12722024-05-10T20:30:50.554Z Downloaded tempfile v3.10.1
12732024-05-10T20:30:50.554Z Downloaded tap v1.0.1
12742024-05-10T20:30:50.554Z Downloaded strsim v0.11.0
12752024-05-10T20:30:50.554Z Downloaded strip-ansi-escapes v0.2.0
12762024-05-10T20:30:50.554Z Downloaded stringprep v0.1.3
12772024-05-10T20:30:50.555Z Downloaded string_cache v0.8.7
12782024-05-10T20:30:50.555Z Downloaded smawk v0.3.1
12792024-05-10T20:30:50.555Z Downloaded smallvec v1.13.1
12802024-05-10T20:30:50.555Z Downloaded slog-term v2.9.1
12812024-05-10T20:30:50.555Z Downloaded sha2 v0.10.8
12822024-05-10T20:30:50.555Z Downloaded rustc-demangle v0.1.23
12832024-05-10T20:30:50.581Z Downloaded rsa v0.9.2
12842024-05-10T20:30:50.581Z Downloaded ron v0.8.1
12852024-05-10T20:30:50.581Z Downloaded ron v0.7.1
12862024-05-10T20:30:50.582Z Downloaded normalize-line-endings v0.3.0
12872024-05-10T20:30:50.582Z Downloaded newline-converter v0.3.0
12882024-05-10T20:30:50.582Z Downloaded new_debug_unreachable v1.0.4
12892024-05-10T20:30:50.582Z Downloaded matches v0.1.10
12902024-05-10T20:30:50.582Z Downloaded match_cfg v0.1.0
12912024-05-10T20:30:50.607Z Downloaded itoa v1.0.9
12922024-05-10T20:30:50.607Z Downloaded ipnetwork v0.20.0
12932024-05-10T20:30:50.607Z Downloaded inout v0.1.3
12942024-05-10T20:30:50.607Z Downloaded indoc v2.0.3
12952024-05-10T20:30:50.607Z Downloaded indoc v1.0.9
12962024-05-10T20:30:50.607Z Downloaded iana-time-zone v0.1.57
12972024-05-10T20:30:50.607Z Downloaded hyper-staticfile v0.9.5
12982024-05-10T20:30:50.607Z Downloaded hyper-rustls v0.24.2
12992024-05-10T20:30:50.607Z Downloaded hubpack v0.1.2
13002024-05-10T20:30:50.607Z Downloaded httparse v1.8.0
13012024-05-10T20:30:50.608Z Downloaded crossbeam-epoch v0.9.18
13022024-05-10T20:30:50.632Z Downloaded crossbeam-deque v0.8.3
13032024-05-10T20:30:50.632Z Downloaded crc-any v2.4.3
13042024-05-10T20:30:50.632Z Downloaded cookie v0.18.1
13052024-05-10T20:30:50.632Z Downloaded cookie v0.17.0
13062024-05-10T20:30:50.632Z Downloaded constant_time_eq v0.3.0
13072024-05-10T20:30:50.632Z Downloaded const_format v0.2.32
13082024-05-10T20:30:50.632Z Downloaded const-oid v0.9.6
13092024-05-10T20:30:50.632Z Downloaded compact_str v0.7.1
13102024-05-10T20:30:50.633Z Downloaded clap_derive v4.5.4
13112024-05-10T20:30:50.657Z Downloaded clap v4.5.4
13122024-05-10T20:30:50.657Z Downloaded clang-sys v1.6.1
13132024-05-10T20:30:50.657Z Downloaded cipher v0.4.4
13142024-05-10T20:30:50.657Z Downloaded camino-tempfile v1.1.1
13152024-05-10T20:30:50.657Z Downloaded bzip2 v0.4.4
13162024-05-10T20:30:50.657Z Downloaded bytes v1.6.0
13172024-05-10T20:30:50.685Z Downloaded strsim v0.10.0
13182024-05-10T20:30:50.685Z Downloaded smallvec v0.6.14
13192024-05-10T20:30:50.685Z Downloaded shlex v1.3.0
13202024-05-10T20:30:50.685Z Downloaded shell-words v1.1.0
13212024-05-10T20:30:50.685Z Downloaded sha1 v0.10.6
13222024-05-10T20:30:50.685Z Downloaded rustc-hash v1.1.0
13232024-05-10T20:30:50.685Z Downloaded rtoolbox v0.0.1
13242024-05-10T20:30:50.685Z Downloaded rpassword v7.3.1
13252024-05-10T20:30:50.685Z Downloaded resolv-conf v0.7.0
13262024-05-10T20:30:50.685Z Downloaded keccak v0.1.4
13272024-05-10T20:30:50.685Z Downloaded is_ci v1.2.0
13282024-05-10T20:30:50.686Z Downloaded is-terminal v0.4.9
13292024-05-10T20:30:50.686Z Downloaded ipnet v2.9.0
13302024-05-10T20:30:50.686Z Downloaded instant v0.1.12
13312024-05-10T20:30:50.714Z Downloaded impl-trait-for-tuples v0.2.2
13322024-05-10T20:30:50.714Z Downloaded ident_case v1.0.1
13332024-05-10T20:30:50.714Z Downloaded hyper-tls v0.5.0
13342024-05-10T20:30:50.714Z Downloaded humantime v2.1.0
13352024-05-10T20:30:50.714Z Downloaded hubpack_derive v0.1.1
13362024-05-10T20:30:50.714Z Downloaded http-range v0.1.5
13372024-05-10T20:30:50.714Z Downloaded http-body v0.4.5
13382024-05-10T20:30:50.714Z Downloaded heapless v0.8.0
13392024-05-10T20:30:50.714Z Downloaded crc32fast v1.3.2
13402024-05-10T20:30:50.714Z Downloaded crc-catalog v2.2.0
13412024-05-10T20:30:50.714Z Downloaded crc v3.0.1
13422024-05-10T20:30:50.715Z Downloaded cpufeatures v0.2.12
13432024-05-10T20:30:50.715Z Downloaded corncobs v0.1.3
13442024-05-10T20:30:50.715Z Downloaded cookie_store v0.20.0
13452024-05-10T20:30:50.715Z Downloaded convert_case v0.4.0
13462024-05-10T20:30:50.715Z Downloaded const_format_proc_macros v0.2.32
13472024-05-10T20:30:50.743Z Downloaded console v0.15.8
13482024-05-10T20:30:50.743Z Downloaded colored v2.1.0
13492024-05-10T20:30:50.743Z Downloaded cobs v0.2.3
13502024-05-10T20:30:50.743Z Downloaded clap_lex v0.7.0
13512024-05-10T20:30:50.743Z Downloaded ciborium-ll v0.2.2
13522024-05-10T20:30:50.744Z Downloaded ciborium-io v0.2.2
13532024-05-10T20:30:50.744Z Downloaded ciborium v0.2.2
13542024-05-10T20:30:50.744Z Downloaded chacha20poly1305 v0.10.1
13552024-05-10T20:30:50.744Z Downloaded chacha20 v0.9.1
13562024-05-10T20:30:50.744Z Downloaded cfg_aliases v0.1.1
13572024-05-10T20:30:50.744Z Downloaded cexpr v0.6.0
13582024-05-10T20:30:50.744Z Downloaded cc v1.0.83
13592024-05-10T20:30:50.776Z Downloaded castaway v0.2.2
13602024-05-10T20:30:50.777Z Downloaded cassowary v0.3.0
13612024-05-10T20:30:50.777Z Downloaded cancel-safe-futures v0.1.5
13622024-05-10T20:30:50.777Z Downloaded camino v1.1.6
13632024-05-10T20:30:50.777Z Downloaded block-padding v0.3.3
13642024-05-10T20:30:50.778Z Downloaded block-buffer v0.10.4
13652024-05-10T20:30:50.778Z Downloaded blake2 v0.10.6
13662024-05-10T20:30:50.778Z Downloaded bit-set v0.5.3
13672024-05-10T20:30:50.779Z Downloaded atomic-waker v1.1.1
13682024-05-10T20:30:50.779Z Downloaded hmac v0.12.1
13692024-05-10T20:30:50.779Z Downloaded heapless v0.7.16
13702024-05-10T20:30:50.780Z Downloaded colorchoice v1.0.0
13712024-05-10T20:30:50.780Z Downloaded cfg-if v1.0.0
13722024-05-10T20:30:50.780Z Downloaded blake3 v1.5.0
13732024-05-10T20:30:50.810Z Downloaded bitvec v1.0.1
13742024-05-10T20:30:50.811Z Downloaded bitstruct_derive v0.1.0
13752024-05-10T20:30:50.811Z Downloaded bitflags v1.3.2
13762024-05-10T20:30:50.811Z Downloaded bit-vec v0.6.3
13772024-05-10T20:30:50.813Z Downloaded base64 v0.13.1
13782024-05-10T20:30:50.842Z Downloaded home v0.5.5
13792024-05-10T20:30:50.842Z Downloaded highway v1.1.0
13802024-05-10T20:30:50.842Z Downloaded heck v0.5.0
13812024-05-10T20:30:50.842Z Downloaded heck v0.4.1
13822024-05-10T20:30:50.843Z Downloaded crossbeam-utils v0.8.19
13832024-05-10T20:30:50.843Z Downloaded byteorder v1.5.0
13842024-05-10T20:30:50.843Z Downloaded bytecount v0.6.3
13852024-05-10T20:30:50.843Z Downloaded buf-list v1.0.3
13862024-05-10T20:30:50.843Z Downloaded bitstruct v0.1.1
13872024-05-10T20:30:50.843Z Downloaded bitflags v2.4.2
13882024-05-10T20:30:50.843Z Downloaded base64 v0.21.7
13892024-05-10T20:30:50.872Z Downloaded backtrace v0.3.69
13902024-05-10T20:30:50.872Z Downloaded bcs v0.1.6
13912024-05-10T20:30:50.873Z Downloaded bb8 v0.8.3
13922024-05-10T20:30:50.873Z Downloaded base64ct v1.6.0
13932024-05-10T20:30:50.873Z Downloaded backoff v0.4.0
13942024-05-10T20:30:50.873Z Downloaded atty v0.2.14
13952024-05-10T20:30:50.873Z Downloaded bitfield v0.14.0
13962024-05-10T20:30:50.873Z Downloaded autocfg v1.1.0
13972024-05-10T20:30:50.873Z Downloaded async-trait v0.1.80
13982024-05-10T20:30:50.873Z Downloaded async-stream v0.3.5
13992024-05-10T20:30:50.873Z Downloaded async-stream-impl v0.3.5
14002024-05-10T20:30:50.874Z Downloaded async-recursion v1.1.0
14012024-05-10T20:30:50.913Z Downloaded assert_matches v1.5.0
14022024-05-10T20:30:50.913Z Downloaded arc-swap v1.6.0
14032024-05-10T20:30:50.913Z Downloaded ahash v0.8.8
14042024-05-10T20:30:50.914Z Downloaded ascii v1.1.0
14052024-05-10T20:30:50.914Z Downloaded arrayvec v0.7.4
14062024-05-10T20:30:50.914Z Downloaded array-init v0.0.4
14072024-05-10T20:30:50.914Z Downloaded argon2 v0.5.3
14082024-05-10T20:30:50.914Z Downloaded anyhow v1.0.82
14092024-05-10T20:30:50.915Z Downloaded anstyle-query v1.0.0
14102024-05-10T20:30:50.915Z Downloaded anstyle-parse v0.2.1
14112024-05-10T20:30:50.915Z Downloaded anstyle v1.0.6
14122024-05-10T20:30:50.943Z Downloaded anstream v0.6.11
14132024-05-10T20:30:50.943Z Downloaded allocator-api2 v0.2.16
14142024-05-10T20:30:50.943Z Downloaded aho-corasick v1.1.2
14152024-05-10T20:30:50.944Z Downloaded aead v0.5.2
14162024-05-10T20:30:50.944Z Downloaded adler v1.0.2
14172024-05-10T20:30:50.944Z Downloaded addr2line v0.21.0
14182024-05-10T20:30:51.251Z Compiling proc-macro2 v1.0.81
14192024-05-10T20:30:51.251Z Compiling unicode-ident v1.0.12
14202024-05-10T20:30:51.276Z Compiling libc v0.2.153
14212024-05-10T20:30:51.276Z Compiling serde v1.0.199
14222024-05-10T20:30:51.277Z Compiling version_check v0.9.4
14232024-05-10T20:30:51.277Z Compiling autocfg v1.1.0
14242024-05-10T20:30:51.277Z Compiling cfg-if v1.0.0
14252024-05-10T20:30:51.526Z Compiling once_cell v1.19.0
14262024-05-10T20:30:51.554Z Compiling byteorder v1.5.0
14272024-05-10T20:30:52.000Z Compiling memchr v2.7.1
14282024-05-10T20:30:52.029Z Compiling parking_lot_core v0.9.8
14292024-05-10T20:30:52.029Z Compiling serde_json v1.0.116
14302024-05-10T20:30:52.160Z Compiling lock_api v0.4.10
14312024-05-10T20:30:52.242Z Compiling ahash v0.8.8
14322024-05-10T20:30:52.357Z Compiling libm v0.2.7
14332024-05-10T20:30:52.381Z Compiling thiserror v1.0.59
14342024-05-10T20:30:52.533Z Compiling num-traits v0.2.18
14352024-05-10T20:30:52.716Z Compiling itoa v1.0.9
14362024-05-10T20:30:52.873Z Compiling typenum v1.16.0
14372024-05-10T20:30:52.961Z Compiling generic-array v0.14.7
14382024-05-10T20:30:52.988Z Compiling quote v1.0.36
14392024-05-10T20:30:53.100Z Compiling allocator-api2 v0.2.16
14402024-05-10T20:30:53.238Z Compiling getrandom v0.2.12
14412024-05-10T20:30:53.605Z Compiling syn v2.0.60
14422024-05-10T20:30:53.671Z Compiling cc v1.0.83
14432024-05-10T20:30:53.882Z Compiling log v0.4.21
14442024-05-10T20:30:53.943Z Compiling syn v1.0.109
14452024-05-10T20:30:54.198Z Compiling pkg-config v0.3.27
14462024-05-10T20:30:55.011Z Compiling slab v0.4.9
14472024-05-10T20:30:55.038Z Compiling scopeguard v1.2.0
14482024-05-10T20:30:55.038Z Compiling ryu v1.0.15
14492024-05-10T20:30:55.341Z Compiling equivalent v1.0.1
14502024-05-10T20:30:55.402Z Compiling vcpkg v0.2.15
14512024-05-10T20:30:55.436Z Compiling schemars v0.8.17
14522024-05-10T20:30:56.057Z Compiling fnv v1.0.7
14532024-05-10T20:30:56.154Z Compiling ring v0.17.8
14542024-05-10T20:30:56.185Z Compiling pin-project-lite v0.2.13
14552024-05-10T20:30:56.334Z Compiling smallvec v1.13.1
14562024-05-10T20:30:56.473Z Compiling time-core v0.1.2
14572024-05-10T20:30:56.506Z Compiling num-conv v0.1.0
14582024-05-10T20:30:56.784Z Compiling time-macros v0.2.17
14592024-05-10T20:30:56.829Z Compiling openssl-sys v0.9.102
14602024-05-10T20:30:57.039Z Compiling ring v0.16.20
14612024-05-10T20:30:57.483Z Compiling parking_lot v0.12.1
14622024-05-10T20:30:57.556Z Compiling httparse v1.8.0
14632024-05-10T20:30:58.141Z Compiling crossbeam-utils v0.8.19
14642024-05-10T20:30:59.177Z Compiling rustix v0.38.31
14652024-05-10T20:30:59.202Z Compiling signal-hook-registry v1.4.1
14662024-05-10T20:30:59.228Z Compiling openssl v0.10.64
14672024-05-10T20:30:59.228Z Compiling mio v0.8.11
14682024-05-10T20:30:59.656Z Compiling semver v1.0.22
14692024-05-10T20:31:00.052Z Compiling serde_derive_internals v0.29.0
14702024-05-10T20:31:00.077Z Compiling rand_core v0.6.4
14712024-05-10T20:31:00.105Z Compiling native-tls v0.2.11
14722024-05-10T20:31:00.406Z Compiling tinyvec_macros v0.1.1
14732024-05-10T20:31:00.445Z Compiling rustls v0.21.9
14742024-05-10T20:31:00.504Z Compiling futures-core v0.3.30
14752024-05-10T20:31:00.696Z Compiling iana-time-zone v0.1.57
14762024-05-10T20:31:00.725Z Compiling tinyvec v1.6.0
14772024-05-10T20:31:00.842Z Compiling socket2 v0.5.6
14782024-05-10T20:31:00.885Z Compiling num_cpus v1.16.0
14792024-05-10T20:31:01.508Z Compiling cookie v0.17.0
14802024-05-10T20:31:01.796Z Compiling futures-sink v0.3.30
14812024-05-10T20:31:01.881Z Compiling unicode-normalization v0.1.22
14822024-05-10T20:31:01.939Z Compiling ucd-trie v0.1.6
14832024-05-10T20:31:02.137Z Compiling unicode-bidi v0.3.15
14842024-05-10T20:31:02.369Z Compiling spin v0.5.2
14852024-05-10T20:31:02.403Z Compiling futures-channel v0.3.30
14862024-05-10T20:31:02.582Z Compiling backtrace v0.3.69
14872024-05-10T20:31:02.714Z Compiling aho-corasick v1.1.2
14882024-05-10T20:31:02.744Z Compiling heck v0.5.0
14892024-05-10T20:31:02.784Z Compiling pin-utils v0.1.0
14902024-05-10T20:31:03.313Z Compiling futures-io v0.3.30
14912024-05-10T20:31:03.313Z Compiling slog v2.7.0
14922024-05-10T20:31:03.313Z Compiling regex-syntax v0.8.2
14932024-05-10T20:31:03.313Z Compiling futures-task v0.3.30
14942024-05-10T20:31:03.313Z Compiling dyn-clone v1.0.17
14952024-05-10T20:31:03.313Z Compiling spin v0.9.8
14962024-05-10T20:31:03.382Z Compiling tracing-core v0.1.32
14972024-05-10T20:31:04.253Z Compiling winnow v0.5.15
14982024-05-10T20:31:04.253Z Compiling const-oid v0.9.6
14992024-05-10T20:31:04.446Z Compiling serde_derive v1.0.199
15002024-05-10T20:31:04.510Z Compiling zerocopy-derive v0.7.32
15012024-05-10T20:31:04.537Z Compiling thiserror-impl v1.0.59
15022024-05-10T20:31:05.238Z Compiling zeroize_derive v1.4.2
15032024-05-10T20:31:05.657Z Compiling tokio-macros v2.2.0
15042024-05-10T20:31:06.344Z Compiling zerocopy v0.7.32
15052024-05-10T20:31:06.433Z Compiling futures-macro v0.3.30
15062024-05-10T20:31:06.494Z Compiling tracing-attributes v0.1.27
15072024-05-10T20:31:06.906Z Compiling schemars_derive v0.8.17
15082024-05-10T20:31:07.154Z Compiling zeroize v1.7.0
15092024-05-10T20:31:07.756Z Compiling openssl-macros v0.1.1
15102024-05-10T20:31:08.037Z Compiling pest v2.7.6
15112024-05-10T20:31:08.151Z Compiling hashbrown v0.14.3
15122024-05-10T20:31:08.440Z Compiling futures-util v0.3.30
15132024-05-10T20:31:09.062Z Compiling regex-automata v0.4.5
15142024-05-10T20:31:09.201Z Compiling tracing v0.1.40
15152024-05-10T20:31:09.584Z Compiling subtle v2.5.0
15162024-05-10T20:31:09.632Z Compiling percent-encoding v2.3.1
15172024-05-10T20:31:09.944Z Compiling anyhow v1.0.82
15182024-05-10T20:31:10.115Z Compiling pest_meta v2.7.6
15192024-05-10T20:31:10.352Z Compiling unicode-xid v0.2.4
15202024-05-10T20:31:10.525Z Compiling synstructure v0.12.6
15212024-05-10T20:31:11.714Z Compiling pest_generator v2.7.6
15222024-05-10T20:31:13.344Z Compiling pest_derive v2.7.6
15232024-05-10T20:31:13.558Z Compiling regex v1.10.4
15242024-05-10T20:31:13.604Z Compiling heck v0.4.1
15252024-05-10T20:31:13.961Z Compiling crc32fast v1.3.2
15262024-05-10T20:31:14.259Z Compiling zerocopy-derive v0.2.0
15272024-05-10T20:31:15.361Z Compiling bytes v1.6.0
15282024-05-10T20:31:15.753Z Compiling indexmap v2.2.6
15292024-05-10T20:31:16.341Z Compiling bitflags v2.4.2
15302024-05-10T20:31:16.673Z Compiling uuid v1.8.0
15312024-05-10T20:31:16.881Z Compiling chrono v0.4.38
15322024-05-10T20:31:16.912Z Compiling tokio v1.37.0
15332024-05-10T20:31:17.298Z Compiling serde_spanned v0.6.5
15342024-05-10T20:31:17.491Z Compiling toml_datetime v0.6.5
15352024-05-10T20:31:17.859Z Compiling http v0.2.12
15362024-05-10T20:31:18.756Z Compiling toml_edit v0.19.15
15372024-05-10T20:31:19.787Z Compiling powerfmt v0.2.0
15382024-05-10T20:31:20.244Z Compiling untrusted v0.9.0
15392024-05-10T20:31:20.675Z Compiling untrusted v0.7.1
15402024-05-10T20:31:20.841Z Compiling foreign-types-shared v0.1.1
15412024-05-10T20:31:21.977Z Compiling foreign-types v0.3.2
15422024-05-10T20:31:23.513Z Compiling tokio-util v0.7.10
15432024-05-10T20:31:24.286Z Compiling deranged v0.3.11
15442024-05-10T20:31:24.794Z Compiling form_urlencoded v1.2.1
15452024-05-10T20:31:24.975Z Compiling crypto-common v0.1.6
15462024-05-10T20:31:25.069Z Compiling der_derive v0.7.2
15472024-05-10T20:31:25.546Z Compiling errno v0.3.8
15482024-05-10T20:31:26.206Z Compiling try-lock v0.2.4
15492024-05-10T20:31:26.249Z Compiling base64 v0.21.7
15502024-05-10T20:31:26.249Z Compiling num_threads v0.1.6
15512024-05-10T20:31:26.396Z Compiling time v0.3.34
15522024-05-10T20:31:26.880Z Compiling want v0.3.1
15532024-05-10T20:31:27.426Z Compiling h2 v0.3.26
15542024-05-10T20:31:27.733Z Compiling rustls-webpki v0.101.7
15552024-05-10T20:31:27.901Z Compiling sct v0.7.0
15562024-05-10T20:31:28.160Z Compiling http-body v0.4.5
15572024-05-10T20:31:28.562Z Compiling rustc_version v0.4.0
15582024-05-10T20:31:29.116Z Compiling block-buffer v0.10.4
15592024-05-10T20:31:29.147Z Compiling async-trait v0.1.80
15602024-05-10T20:31:29.363Z Compiling idna v0.5.0
15612024-05-10T20:31:29.435Z Compiling socket2 v0.4.9
15622024-05-10T20:31:30.121Z Compiling usdt-impl v0.3.5
15632024-05-10T20:31:30.261Z Compiling rustversion v1.0.14
15642024-05-10T20:31:30.431Z Compiling httpdate v1.0.3
15652024-05-10T20:31:30.744Z Compiling openssl-probe v0.1.5
15662024-05-10T20:31:30.776Z Compiling unicode-width v0.1.11
15672024-05-10T20:31:30.932Z Compiling tower-service v0.3.2
15682024-05-10T20:31:31.125Z Compiling url v2.5.0
15692024-05-10T20:31:32.475Z Compiling digest v0.10.7
15702024-05-10T20:31:32.828Z Compiling heapless v0.7.16
15712024-05-10T20:31:32.912Z Compiling hyper v0.14.28
15722024-05-10T20:31:32.964Z Compiling scroll_derive v0.12.0
15732024-05-10T20:31:33.193Z Compiling idna v0.3.0
15742024-05-10T20:31:34.197Z Compiling bzip2-sys v0.1.11+1.0.8
15752024-05-10T20:31:34.497Z Compiling ppv-lite86 v0.2.17
15762024-05-10T20:31:34.812Z Compiling signal-hook v0.3.17
15772024-05-10T20:31:35.742Z Compiling adler v1.0.2
15782024-05-10T20:31:35.770Z Compiling psl-types v2.0.11
15792024-05-10T20:31:35.771Z Compiling miniz_oxide v0.7.1
15802024-05-10T20:31:35.771Z Compiling publicsuffix v2.2.3
15812024-05-10T20:31:35.857Z Compiling tokio-rustls v0.24.1
15822024-05-10T20:31:36.196Z Compiling rand_chacha v0.3.1
15832024-05-10T20:31:36.912Z Compiling crossbeam-epoch v0.9.18
15842024-05-10T20:31:37.345Z Compiling tokio-native-tls v0.3.1
15852024-05-10T20:31:37.600Z Compiling openapiv3 v2.0.0
15862024-05-10T20:31:38.565Z Compiling zerocopy v0.3.0
15872024-05-10T20:31:39.170Z Compiling thread-id v4.2.0
15882024-05-10T20:31:39.197Z Compiling ipnet v2.9.0
15892024-05-10T20:31:39.280Z Compiling dof v0.1.5
15902024-05-10T20:31:39.600Z Compiling hyper-rustls v0.24.2
15912024-05-10T20:31:39.775Z Compiling hyper-tls v0.5.0
15922024-05-10T20:31:39.908Z Compiling cookie_store v0.20.0
15932024-05-10T20:31:39.948Z Compiling rand v0.8.5
15942024-05-10T20:31:40.253Z Compiling rustls-pemfile v1.0.3
15952024-05-10T20:31:40.540Z Compiling serde_urlencoded v0.7.1
15962024-05-10T20:31:40.982Z Compiling serde_tokenstream v0.2.0
15972024-05-10T20:31:41.099Z Compiling dtrace-parser v0.1.14
15982024-05-10T20:31:41.416Z Compiling num-bigint v0.4.4
15992024-05-10T20:31:41.441Z Compiling encoding_rs v0.8.33
16002024-05-10T20:31:41.503Z Compiling sync_wrapper v0.1.2
16012024-05-10T20:31:41.629Z Compiling webpki-roots v0.25.2
16022024-05-10T20:31:41.666Z Compiling gimli v0.28.0
16032024-05-10T20:31:41.784Z Compiling rayon-core v1.12.1
16042024-05-10T20:31:41.816Z Compiling base64ct v1.6.0
16052024-05-10T20:31:42.039Z Compiling either v1.11.0
16062024-05-10T20:31:42.297Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16072024-05-10T20:31:42.398Z Compiling smoltcp v0.9.1
16082024-05-10T20:31:42.489Z Compiling mime v0.3.17
16092024-05-10T20:31:42.735Z Compiling pem-rfc7468 v0.7.0
16102024-05-10T20:31:43.753Z Compiling reqwest v0.11.27
16112024-05-10T20:31:44.107Z Compiling hmac v0.12.1
16122024-05-10T20:31:44.247Z Compiling serde_tokenstream v0.1.7
16132024-05-10T20:31:44.301Z Compiling regress v0.9.1
16142024-05-10T20:31:44.880Z Compiling object v0.32.1
16152024-05-10T20:31:45.151Z Compiling addr2line v0.21.0
16162024-05-10T20:31:45.698Z Compiling winnow v0.6.1
16172024-05-10T20:31:45.730Z Compiling rustc-demangle v0.1.23
16182024-05-10T20:31:46.440Z Compiling flagset v0.4.3
16192024-05-10T20:31:46.469Z Compiling camino v1.1.6
16202024-05-10T20:31:46.627Z Compiling siphasher v0.3.11
16212024-05-10T20:31:46.721Z Compiling der v0.7.8
16222024-05-10T20:31:47.041Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16232024-05-10T20:31:47.931Z Compiling flate2 v1.0.28
16242024-05-10T20:31:48.547Z Compiling toml_edit v0.22.12
16252024-05-10T20:31:50.837Z Compiling futures-executor v0.3.30
16262024-05-10T20:31:51.097Z Compiling hubpack_derive v0.1.1
16272024-05-10T20:31:51.250Z Compiling zerocopy-derive v0.6.6
16282024-05-10T20:31:51.916Z Compiling lazy_static v1.4.0
16292024-05-10T20:31:52.028Z Compiling usdt-impl v0.5.0
16302024-05-10T20:31:52.191Z Compiling cpufeatures v0.2.12
16312024-05-10T20:31:52.429Z Compiling stable_deref_trait v1.2.0
16322024-05-10T20:31:52.535Z Compiling anstyle v1.0.6
16332024-05-10T20:31:52.897Z Compiling utf8parse v0.2.1
16342024-05-10T20:31:53.241Z Compiling anstyle-parse v0.2.1
16352024-05-10T20:31:53.448Z Compiling sha2 v0.10.8
16362024-05-10T20:31:54.316Z Compiling futures v0.3.30
16372024-05-10T20:31:54.943Z Compiling spki v0.7.2
16382024-05-10T20:31:55.053Z Compiling usdt-macro v0.3.5
16392024-05-10T20:31:55.284Z Compiling usdt-attr-macro v0.3.5
16402024-05-10T20:31:55.806Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16412024-05-10T20:31:56.044Z Compiling scroll v0.12.0
16422024-05-10T20:31:56.516Z Compiling md-5 v0.10.5
16432024-05-10T20:31:56.716Z Compiling toml v0.7.8
16442024-05-10T20:31:57.382Z Compiling hex v0.4.3
16452024-05-10T20:31:57.991Z Compiling stringprep v0.1.3
16462024-05-10T20:31:58.037Z Compiling diesel_table_macro_syntax v0.1.0
16472024-05-10T20:31:58.355Z Compiling num-integer v0.1.46
16482024-05-10T20:31:59.254Z Compiling hash32 v0.2.1
16492024-05-10T20:31:59.639Z Compiling colorchoice v1.0.0
16502024-05-10T20:32:00.548Z Compiling anstyle-query v1.0.0
16512024-05-10T20:32:00.689Z Compiling plain v0.2.3
16522024-05-10T20:32:00.848Z Compiling fallible-iterator v0.2.0
16532024-05-10T20:32:01.336Z Compiling goblin v0.8.0
16542024-05-10T20:32:01.511Z Compiling postgres-protocol v0.6.6
16552024-05-10T20:32:02.547Z Compiling anstream v0.6.11
16562024-05-10T20:32:07.696Z Compiling diesel_derives v2.1.2
16572024-05-10T20:32:11.335Z Compiling pkcs8 v0.10.2
16582024-05-10T20:32:11.874Z Compiling phf_shared v0.11.2
16592024-05-10T20:32:12.613Z Compiling strum_macros v0.25.2
16602024-05-10T20:32:13.272Z Compiling terminal_size v0.3.0
16612024-05-10T20:32:13.420Z Compiling enum-as-inner v0.5.1
16622024-05-10T20:32:13.648Z Compiling ff v0.13.0
16632024-05-10T20:32:13.844Z Compiling block-padding v0.3.3
16642024-05-10T20:32:14.032Z Compiling serde_repr v0.1.16
16652024-05-10T20:32:14.063Z Compiling clap_derive v4.5.4
16662024-05-10T20:32:14.327Z Compiling scheduled-thread-pool v0.2.7
16672024-05-10T20:32:15.638Z Compiling regex-automata v0.1.10
16682024-05-10T20:32:16.103Z Compiling bit-vec v0.6.3
16692024-05-10T20:32:16.198Z Compiling bitflags v1.3.2
16702024-05-10T20:32:16.299Z Compiling managed v0.8.0
16712024-05-10T20:32:16.733Z Compiling base16ct v0.2.0
16722024-05-10T20:32:16.858Z Compiling pretty-hex v0.4.1
16732024-05-10T20:32:16.990Z Compiling strsim v0.11.0
16742024-05-10T20:32:17.171Z Compiling clap_lex v0.7.0
16752024-05-10T20:32:17.218Z Compiling matches v0.1.10
16762024-05-10T20:32:17.308Z Compiling idna v0.2.3
16772024-05-10T20:32:17.556Z Compiling clap_builder v4.5.2
16782024-05-10T20:32:17.748Z Compiling dof v0.3.0
16792024-05-10T20:32:18.385Z Compiling sec1 v0.7.3
16802024-05-10T20:32:18.864Z Compiling bstr v0.2.17
16812024-05-10T20:32:19.305Z Compiling r2d2 v0.8.10
16822024-05-10T20:32:19.628Z Compiling inout v0.1.3
16832024-05-10T20:32:19.847Z Compiling group v0.13.0
16842024-05-10T20:32:21.333Z Compiling phf v0.11.2
16852024-05-10T20:32:21.587Z Compiling signal-hook-mio v0.2.3
16862024-05-10T20:32:21.735Z Compiling bzip2 v0.4.4
16872024-05-10T20:32:22.004Z Compiling postgres-types v0.2.6
16882024-05-10T20:32:22.064Z Compiling zerocopy v0.6.6
16892024-05-10T20:32:22.625Z Compiling hubpack v0.1.2
16902024-05-10T20:32:22.625Z Compiling phf_shared v0.10.0
16912024-05-10T20:32:22.883Z Compiling hkdf v0.12.4
16922024-05-10T20:32:23.133Z Compiling ipnetwork v0.20.0
16932024-05-10T20:32:23.748Z Compiling dtrace-parser v0.2.0
16942024-05-10T20:32:23.857Z Compiling crypto-bigint v0.5.2
16952024-05-10T20:32:24.032Z Compiling float-cmp v0.9.0
16962024-05-10T20:32:24.094Z Compiling blake3 v1.5.0
16972024-05-10T20:32:24.235Z Compiling ident_case v1.0.1
16982024-05-10T20:32:24.298Z Compiling normalize-line-endings v0.3.0
16992024-05-10T20:32:24.413Z Compiling static_assertions v1.1.0
17002024-05-10T20:32:24.518Z Compiling strsim v0.10.0
17012024-05-10T20:32:25.152Z Compiling precomputed-hash v0.1.1
17022024-05-10T20:32:25.265Z Compiling unicode-segmentation v1.10.1
17032024-05-10T20:32:25.292Z Compiling minimal-lexical v0.2.1
17042024-05-10T20:32:25.484Z Compiling fixedbitset v0.4.2
17052024-05-10T20:32:25.516Z Compiling whoami v1.5.1
17062024-05-10T20:32:25.716Z Compiling predicates-core v1.0.6
17072024-05-10T20:32:25.834Z Compiling difflib v0.4.0
17082024-05-10T20:32:25.914Z Compiling data-encoding v2.4.0
17092024-05-10T20:32:25.992Z Compiling new_debug_unreachable v1.0.4
17102024-05-10T20:32:25.992Z Compiling tokio-postgres v0.7.10
17112024-05-10T20:32:26.095Z Compiling string_cache v0.8.7
17122024-05-10T20:32:26.454Z Compiling trust-dns-proto v0.22.0
17132024-05-10T20:32:26.679Z Compiling predicates v3.1.0
17142024-05-10T20:32:26.874Z Compiling similar v2.4.0
17152024-05-10T20:32:27.674Z Compiling petgraph v0.6.4
17162024-05-10T20:32:27.900Z Compiling nom v7.1.3
17172024-05-10T20:32:28.492Z Compiling elliptic-curve v0.13.8
17182024-05-10T20:32:29.634Z Compiling darling_core v0.20.8
17192024-05-10T20:32:30.340Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17202024-05-10T20:32:30.704Z Compiling diesel v2.1.6
17212024-05-10T20:32:31.207Z Compiling yasna v0.5.2
17222024-05-10T20:32:31.894Z Compiling zip v0.6.6
17232024-05-10T20:32:32.962Z Compiling crossterm v0.27.0
17242024-05-10T20:32:33.005Z Compiling clap v4.5.4
17252024-05-10T20:32:33.005Z Compiling cipher v0.4.4
17262024-05-10T20:32:33.433Z Compiling bit-set v0.5.3
17272024-05-10T20:32:34.522Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
17282024-05-10T20:32:35.057Z Compiling num-iter v0.1.44
17292024-05-10T20:32:35.057Z Compiling usdt v0.3.5
17302024-05-10T20:32:35.057Z Compiling console v0.15.8
17312024-05-10T20:32:35.549Z Compiling itertools v0.10.5
17322024-05-10T20:32:35.625Z Compiling getopts v0.2.21
17332024-05-10T20:32:36.064Z Compiling tokio-stream v0.1.15
17342024-05-10T20:32:36.328Z Compiling bstr v1.9.0
17352024-05-10T20:32:36.601Z Compiling unsafe-libyaml v0.2.10
17362024-05-10T20:32:36.824Z Compiling lalrpop-util v0.19.12
17372024-05-10T20:32:37.118Z Compiling peg-runtime v0.8.2
17382024-05-10T20:32:37.894Z Compiling base64 v0.22.0
17392024-05-10T20:32:38.062Z Compiling serde_yaml v0.9.25
17402024-05-10T20:32:38.495Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17412024-05-10T20:32:39.155Z Compiling darling_macro v0.20.8
17422024-05-10T20:32:40.004Z Compiling crossbeam-deque v0.8.3
17432024-05-10T20:32:42.126Z Compiling fastrand v2.0.1
17442024-05-10T20:32:42.552Z Compiling same-file v1.0.6
17452024-05-10T20:32:43.708Z Compiling walkdir v2.5.0
17462024-05-10T20:32:43.862Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17472024-05-10T20:32:44.274Z Compiling tempfile v3.10.1
17482024-05-10T20:32:45.281Z Compiling darling v0.20.8
17492024-05-10T20:32:50.141Z Compiling proc-macro-crate v1.3.1
17502024-05-10T20:32:55.663Z Compiling heapless v0.8.0
17512024-05-10T20:32:59.707Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522024-05-10T20:33:00.233Z Compiling num_enum_derive v0.5.11
17532024-05-10T20:33:05.213Z Compiling rayon v1.10.0
17542024-05-10T20:33:10.358Z Compiling memmap2 v0.7.1
17552024-05-10T20:33:10.415Z Compiling xattr v1.0.1
17562024-05-10T20:33:11.783Z Compiling filetime v0.2.23
17572024-05-10T20:33:11.846Z Compiling hash32 v0.3.1
17582024-05-10T20:33:11.846Z Compiling home v0.5.5
17592024-05-10T20:33:11.847Z Compiling arrayref v0.3.7
17602024-05-10T20:33:11.847Z Compiling constant_time_eq v0.3.0
17612024-05-10T20:33:11.847Z Compiling rustls-pki-types v1.3.0
17622024-05-10T20:33:11.982Z Compiling arrayvec v0.7.4
17632024-05-10T20:33:12.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17642024-05-10T20:33:12.862Z Compiling smoltcp v0.11.0
17652024-05-10T20:33:16.792Z Compiling toolchain_find v0.4.0
17662024-05-10T20:33:18.944Z Compiling tar v0.4.40
17672024-05-10T20:33:21.042Z Compiling camino-tempfile v1.1.1
17682024-05-10T20:33:21.461Z Compiling num_enum v0.5.11
17692024-05-10T20:33:27.018Z Compiling toml v0.8.12
17702024-05-10T20:33:27.104Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17712024-05-10T20:33:27.484Z Compiling dirs-sys-next v0.1.2
17722024-05-10T20:33:28.001Z Compiling proc-macro-error-attr v1.0.4
17732024-05-10T20:33:28.001Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17742024-05-10T20:33:28.187Z Compiling topological-sort v0.2.2
17752024-05-10T20:33:28.377Z Compiling embedded-io v0.4.0
17762024-05-10T20:33:28.711Z Compiling rustls v0.22.4
17772024-05-10T20:33:29.129Z Compiling paste v1.0.14
17782024-05-10T20:33:29.257Z Compiling cobs v0.2.3
17792024-05-10T20:33:29.809Z Compiling postcard v1.0.8
17802024-05-10T20:33:35.182Z Compiling omicron-zone-package v0.11.0
17812024-05-10T20:33:36.592Z Compiling rustfmt-wrapper v0.2.1
17822024-05-10T20:33:37.052Z Compiling dirs-next v2.0.0
17832024-05-10T20:33:37.697Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17842024-05-10T20:33:41.923Z Compiling rustls-webpki v0.102.1
17852024-05-10T20:33:45.919Z Compiling strum_macros v0.26.1
17862024-05-10T20:33:47.344Z Compiling foreign-types-macros v0.2.3
17872024-05-10T20:33:47.369Z Compiling structmeta-derive v0.3.0
17882024-05-10T20:33:47.961Z Compiling thread_local v1.1.7
17892024-05-10T20:33:48.329Z Compiling multer v3.0.0
17902024-05-10T20:33:48.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17912024-05-10T20:33:48.621Z Compiling proc-macro-error v1.0.4
17922024-05-10T20:33:48.652Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17932024-05-10T20:33:48.729Z Compiling foreign-types-shared v0.3.1
17942024-05-10T20:33:48.794Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17952024-05-10T20:33:49.227Z Compiling slog-async v2.8.0
17962024-05-10T20:33:49.258Z Compiling match_cfg v0.1.0
17972024-05-10T20:33:49.258Z Compiling hostname v0.3.1
17982024-05-10T20:33:49.330Z Compiling foreign-types v0.5.0
17992024-05-10T20:33:49.408Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18002024-05-10T20:33:49.618Z Compiling structmeta v0.3.0
18012024-05-10T20:33:49.644Z Compiling strum v0.26.2
18022024-05-10T20:33:49.824Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18032024-05-10T20:33:49.853Z Compiling term v0.7.0
18042024-05-10T20:33:51.855Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18052024-05-10T20:33:52.190Z Compiling slog-json v2.6.1
18062024-05-10T20:33:52.631Z Compiling is-terminal v0.4.9
18072024-05-10T20:33:52.712Z Compiling tabwriter v1.4.0
18082024-05-10T20:33:52.764Z Compiling crossbeam-channel v0.5.8
18092024-05-10T20:33:53.415Z Compiling http v1.0.0
18102024-05-10T20:33:53.759Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18112024-05-10T20:33:54.199Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18122024-05-10T20:33:54.424Z Compiling async-stream-impl v0.3.5
18132024-05-10T20:33:54.905Z Compiling cstr-argument v0.1.2
18142024-05-10T20:33:55.135Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18152024-05-10T20:33:55.462Z Compiling atomic-waker v1.1.1
18162024-05-10T20:33:55.659Z Compiling pretty-hex v0.2.1
18172024-05-10T20:33:55.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18182024-05-10T20:33:56.020Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18192024-05-10T20:33:56.093Z Compiling crucible-workspace-hack v0.1.0
18202024-05-10T20:33:56.295Z Compiling take_mut v0.2.2
18212024-05-10T20:33:56.439Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18222024-05-10T20:33:57.359Z Compiling waitgroup v0.1.2
18232024-05-10T20:33:57.578Z Compiling async-stream v0.3.5
18242024-05-10T20:33:57.940Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18252024-05-10T20:33:58.915Z Compiling tokio-rustls v0.25.0
18262024-05-10T20:33:59.111Z Compiling slog-term v2.9.1
18272024-05-10T20:33:59.326Z Compiling slog-bunyan v2.5.0
18282024-05-10T20:33:59.947Z Compiling parse-display-derive v0.9.0
18292024-05-10T20:34:00.371Z Compiling rustls-pemfile v2.1.2
18302024-05-10T20:34:00.992Z Compiling serde_with_macros v3.7.0
18312024-05-10T20:34:01.391Z Compiling sha1 v0.10.6
18322024-05-10T20:34:01.785Z Compiling colored v2.1.0
18332024-05-10T20:34:02.110Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18342024-05-10T20:34:02.885Z Compiling newtype-uuid v1.1.0
18352024-05-10T20:34:03.183Z Compiling serde_path_to_error v0.1.16
18362024-05-10T20:34:03.220Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18372024-05-10T20:34:03.220Z Compiling instant v0.1.12
18382024-05-10T20:34:03.442Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18392024-05-10T20:34:03.790Z Compiling debug-ignore v1.0.5
18402024-05-10T20:34:03.815Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18412024-05-10T20:34:03.913Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18422024-05-10T20:34:04.085Z Compiling backoff v0.4.0
18432024-05-10T20:34:04.119Z Compiling serde_with v3.7.0
18442024-05-10T20:34:04.409Z Compiling parse-display v0.9.0
18452024-05-10T20:34:05.880Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18462024-05-10T20:34:07.098Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18472024-05-10T20:34:08.193Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18482024-05-10T20:34:09.393Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18492024-05-10T20:34:09.530Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18502024-05-10T20:34:09.701Z Compiling macaddr v1.0.1
18512024-05-10T20:34:09.804Z Compiling num-derive v0.4.0
18522024-05-10T20:34:10.237Z Compiling sigpipe v0.1.3
18532024-05-10T20:34:10.365Z Compiling libefi-sys v0.1.0
18542024-05-10T20:34:11.528Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18552024-05-10T20:34:12.911Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18562024-05-10T20:34:13.738Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18572024-05-10T20:34:14.235Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18582024-05-10T20:34:15.243Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18592024-05-10T20:34:17.231Z Compiling smf v0.2.3
18602024-05-10T20:34:17.398Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18612024-05-10T20:34:17.619Z Compiling portable-atomic v1.4.3
18622024-05-10T20:34:18.291Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18632024-05-10T20:34:19.626Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18642024-05-10T20:34:19.692Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18652024-05-10T20:34:19.935Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18662024-05-10T20:34:21.751Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18672024-05-10T20:34:22.300Z Compiling gethostname v0.4.3
18682024-05-10T20:34:22.324Z Compiling number_prefix v0.4.0
18692024-05-10T20:34:22.528Z Compiling indicatif v0.17.8
18702024-05-10T20:34:22.884Z Compiling swrite v0.1.0
18712024-05-10T20:34:29.408Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18722024-05-10T20:34:31.906Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18732024-05-10T20:34:34.125Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18742024-05-10T20:34:35.667Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18752024-05-10T20:34:52.245Z Finished release [optimized] target(s) in 4m 31s
18762024-05-10T20:34:52.481Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18772024-05-10T20:34:52.575ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-10T20:34:52.602ZCreated new build target 'test' and set it as active
18792024-05-10T20:34:52.602Z
18802024-05-10T20:34:52.602Zreal 4:31.888871577
18812024-05-10T20:34:52.602Zuser 26:59.574650021
18822024-05-10T20:34:52.602Zsys 3:41.733939998
18832024-05-10T20:34:52.602Ztrap 0.979810145
18842024-05-10T20:34:52.602Ztflt 0.875691913
18852024-05-10T20:34:52.602Zdflt 1.045631517
18862024-05-10T20:34:52.602Zkflt 0.003714403
18872024-05-10T20:34:52.602Zlock 55:41.798502646
18882024-05-10T20:34:52.602Zslp 1:14:52.691374318
18892024-05-10T20:34:52.602Zlat 1:59.162284737
18902024-05-10T20:34:52.602Zstop 3:51.917238748
18912024-05-10T20:34:52.602Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18922024-05-10T20:34:53.684Z Finished release [optimized] target(s) in 1.04s
18932024-05-10T20:34:53.712Z Running `target/release/omicron-package -t test package`
18942024-05-10T20:34:53.751ZLogging to: /work/oxidecomputer/omicron/out/LOG
18952024-05-10T20:34:54.952Z Compiling newline-converter v0.3.0
18962024-05-10T20:34:54.952Z Compiling usdt-macro v0.5.0
18972024-05-10T20:34:54.978Z Compiling usdt-attr-macro v0.5.0
18982024-05-10T20:34:54.978Z Compiling memmap v0.7.0
18992024-05-10T20:34:54.978Z Compiling humantime v2.1.0
19002024-05-10T20:34:55.023Z Compiling linked-hash-map v0.5.6
19012024-05-10T20:34:55.048Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19022024-05-10T20:34:55.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19032024-05-10T20:34:55.190Z Compiling expectorate v1.1.0
19042024-05-10T20:34:55.288Z Compiling password-hash v0.5.0
19052024-05-10T20:34:55.383Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19062024-05-10T20:34:55.418Z Compiling lru-cache v0.1.2
19072024-05-10T20:34:55.443Z Compiling blake2 v0.10.6
19082024-05-10T20:34:55.594Z Compiling semver v0.1.20
19092024-05-10T20:34:55.718Z Compiling bytecount v0.6.3
19102024-05-10T20:34:55.985Z Compiling argon2 v0.5.3
19112024-05-10T20:34:56.086Z Compiling rustc_version v0.1.7
19122024-05-10T20:34:56.147Z Compiling papergrid v0.11.0
19132024-05-10T20:34:56.294Z Compiling usdt v0.5.0
19142024-05-10T20:34:56.436Z Compiling tabled_derive v0.7.0
19152024-05-10T20:34:56.466Z Compiling newtype_derive v0.1.6
19162024-05-10T20:34:56.683Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19172024-05-10T20:34:57.204Z Compiling quick-error v1.2.3
19182024-05-10T20:34:57.332Z Compiling resolv-conf v0.7.0
19192024-05-10T20:34:57.363Z Compiling steno v0.4.0
19202024-05-10T20:34:57.569Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19212024-05-10T20:34:58.050Z Compiling trust-dns-resolver v0.22.0
19222024-05-10T20:34:58.242Z Compiling tabled v0.15.0
19232024-05-10T20:34:58.631Z Compiling derive-where v1.2.7
19242024-05-10T20:35:00.532Z Compiling num-rational v0.4.1
19252024-05-10T20:35:00.822Z Compiling slog-dtrace v0.3.0
19262024-05-10T20:35:01.074Z Compiling termcolor v1.2.0
19272024-05-10T20:35:01.551Z Compiling itertools v0.12.1
19282024-05-10T20:35:01.919Z Compiling utf-8 v0.7.6
19292024-05-10T20:35:04.647Z Compiling num-complex v0.4.5
19302024-05-10T20:35:05.496Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19312024-05-10T20:35:05.681Z Compiling num v0.4.2
19322024-05-10T20:35:05.776Z Compiling nibble_vec v0.1.0
19332024-05-10T20:35:05.963Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19342024-05-10T20:35:06.379Z Compiling endian-type v0.1.2
19352024-05-10T20:35:06.549Z Compiling radium v0.7.0
19362024-05-10T20:35:06.909Z Compiling radix_trie v0.2.1
19372024-05-10T20:35:07.251Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19382024-05-10T20:35:07.672Z Compiling tungstenite v0.20.1
19392024-05-10T20:35:07.785Z Compiling maybe-uninit v2.0.0
19402024-05-10T20:35:08.168Z Compiling tap v1.0.1
19412024-05-10T20:35:08.322Z Compiling wyz v0.5.1
19422024-05-10T20:35:08.713Z Compiling tokio-tungstenite v0.20.1
19432024-05-10T20:35:09.694Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19442024-05-10T20:35:12.067Z Compiling packed_struct v0.10.1
19452024-05-10T20:35:12.393Z Compiling arc-swap v1.6.0
19462024-05-10T20:35:13.037Z Compiling crc-catalog v2.2.0
19472024-05-10T20:35:13.142Z Compiling funty v2.0.0
19482024-05-10T20:35:14.631Z Compiling cancel-safe-futures v0.1.5
19492024-05-10T20:35:14.923Z Compiling num-bigint-dig v0.8.4
19502024-05-10T20:35:15.168Z Compiling display-error-chain v0.2.0
19512024-05-10T20:35:15.234Z Compiling bitvec v1.0.1
19522024-05-10T20:35:15.332Z Compiling crc v3.0.1
19532024-05-10T20:35:15.962Z Compiling slog-scope v4.4.0
19542024-05-10T20:35:16.370Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19552024-05-10T20:35:16.402Z Compiling packed_struct_codegen v0.10.1
19562024-05-10T20:35:16.661Z Compiling fxhash v0.2.1
19572024-05-10T20:35:16.727Z Compiling indexmap v1.9.3
19582024-05-10T20:35:16.855Z Compiling nodrop v0.1.14
19592024-05-10T20:35:16.976Z Compiling array-init v0.0.4
19602024-05-10T20:35:17.027Z Compiling smallvec v0.6.14
19612024-05-10T20:35:17.427Z Compiling slog-stdlog v4.1.1
19622024-05-10T20:35:18.556Z Compiling pkcs1 v0.7.5
19632024-05-10T20:35:18.626Z Compiling signature v2.1.0
19642024-05-10T20:35:18.839Z Compiling dirs-sys-next v0.1.2
19652024-05-10T20:35:19.255Z Compiling half v2.3.1
19662024-05-10T20:35:19.854Z Compiling crunchy v0.2.2
19672024-05-10T20:35:20.271Z Compiling bitfield v0.14.0
19682024-05-10T20:35:20.538Z Compiling ciborium-io v0.2.2
19692024-05-10T20:35:20.626Z Compiling hashbrown v0.12.3
19702024-05-10T20:35:22.416Z Compiling glob v0.3.1
19712024-05-10T20:35:22.452Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19722024-05-10T20:35:22.453Z Compiling clang-sys v1.6.1
19732024-05-10T20:35:22.975Z Compiling ciborium-ll v0.2.2
19742024-05-10T20:35:22.975Z Compiling rsa v0.9.2
19752024-05-10T20:35:23.084Z Compiling dirs-next v2.0.0
19762024-05-10T20:35:23.238Z Compiling serde-hex v0.1.0
19772024-05-10T20:35:27.026Z Compiling slog-envlogger v2.2.0
19782024-05-10T20:35:27.281Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-10T20:35:27.318Z Compiling env_logger v0.10.0
19802024-05-10T20:35:27.589Z Compiling x509-cert v0.2.4
19812024-05-10T20:35:27.920Z Compiling ron v0.8.1
19822024-05-10T20:35:29.365Z Compiling hashbrown v0.13.2
19832024-05-10T20:35:30.466Z Compiling prettyplease v0.2.19
19842024-05-10T20:35:30.563Z Compiling maplit v1.0.2
19852024-05-10T20:35:30.697Z Compiling tiny-keccak v2.0.2
19862024-05-10T20:35:30.725Z Compiling crc-any v2.4.3
19872024-05-10T20:35:30.967Z Compiling object v0.30.4
19882024-05-10T20:35:31.471Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19892024-05-10T20:35:32.977Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19902024-05-10T20:35:33.068Z Compiling term v0.7.0
19912024-05-10T20:35:34.176Z Compiling ciborium v0.2.2
19922024-05-10T20:35:34.282Z Compiling atty v0.2.14
19932024-05-10T20:35:34.417Z Compiling path-slash v0.1.5
19942024-05-10T20:35:34.609Z Compiling ascii-canvas v3.0.0
19952024-05-10T20:35:34.807Z Compiling is-terminal v0.4.9
19962024-05-10T20:35:34.930Z Compiling libsw v3.3.1
19972024-05-10T20:35:35.044Z Compiling ena v0.14.2
19982024-05-10T20:35:35.224Z Compiling libloading v0.7.4
19992024-05-10T20:35:35.373Z Compiling linear-map v1.2.0
20002024-05-10T20:35:35.532Z Compiling parking_lot_core v0.8.6
20012024-05-10T20:35:35.720Z Compiling bindgen v0.69.2
20022024-05-10T20:35:35.876Z Compiling convert_case v0.4.0
20032024-05-10T20:35:35.938Z Compiling diff v0.1.13
20042024-05-10T20:35:36.085Z Compiling owo-colors v4.0.0
20052024-05-10T20:35:36.410Z Compiling regex-syntax v0.6.29
20062024-05-10T20:35:36.521Z Compiling derive_more v0.99.17
20072024-05-10T20:35:37.472Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20082024-05-10T20:35:38.349Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20092024-05-10T20:35:40.846Z Compiling lalrpop v0.19.12
20102024-05-10T20:35:44.667Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20112024-05-10T20:35:44.693Z Compiling cexpr v0.6.0
20122024-05-10T20:35:45.923Z Compiling which v4.4.0
20132024-05-10T20:35:46.379Z Compiling unicase v2.7.0
20142024-05-10T20:35:46.642Z Compiling lazycell v1.3.0
20152024-05-10T20:35:46.796Z Compiling peeking_take_while v0.1.2
20162024-05-10T20:35:46.920Z Compiling shlex v1.3.0
20172024-05-10T20:35:47.299Z Compiling rustc-hash v1.1.0
20182024-05-10T20:35:47.622Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20192024-05-10T20:35:48.094Z Compiling derive_builder_core v0.20.0
20202024-05-10T20:35:48.507Z Compiling pem v3.0.4
20212024-05-10T20:35:49.739Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20222024-05-10T20:35:49.904Z Compiling headers-core v0.2.0
20232024-05-10T20:35:49.934Z Compiling libxml v0.3.3
20242024-05-10T20:35:50.033Z Compiling async-recursion v1.1.0
20252024-05-10T20:35:50.230Z Compiling ref-cast v1.0.22
20262024-05-10T20:35:50.615Z Compiling platforms v3.0.2
20272024-05-10T20:35:50.935Z Compiling headers v0.3.9
20282024-05-10T20:35:50.960Z Compiling derive_builder_macro v0.20.0
20292024-05-10T20:35:51.232Z Compiling parking_lot v0.11.2
20302024-05-10T20:35:51.658Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20312024-05-10T20:35:53.345Z Compiling trust-dns-client v0.22.0
20322024-05-10T20:35:54.362Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20332024-05-10T20:35:54.608Z Compiling strum_macros v0.24.3
20342024-05-10T20:35:55.352Z Compiling toml v0.5.11
20352024-05-10T20:35:56.808Z Compiling ref-cast-impl v1.0.22
20362024-05-10T20:35:57.364Z Compiling vte_generate_state_changes v0.1.1
20372024-05-10T20:35:57.491Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20382024-05-10T20:35:57.792Z Compiling cookie v0.18.1
20392024-05-10T20:35:57.888Z Compiling buf-list v1.0.3
20402024-05-10T20:35:57.934Z Compiling cfg_aliases v0.1.1
20412024-05-10T20:35:58.031Z Compiling indoc v1.0.9
20422024-05-10T20:35:58.153Z Compiling nix v0.28.0
20432024-05-10T20:35:58.467Z Compiling vte v0.11.1
20442024-05-10T20:35:58.913Z Compiling trust-dns-server v0.22.1
20452024-05-10T20:35:58.992Z Compiling derive_builder v0.20.0
20462024-05-10T20:35:59.169Z Compiling sled v0.34.7
20472024-05-10T20:35:59.203Z Compiling samael v0.0.15
20482024-05-10T20:36:02.925Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20492024-05-10T20:36:03.042Z Compiling polar-core v0.27.3
20502024-05-10T20:36:03.662Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20512024-05-10T20:36:03.743Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20522024-05-10T20:36:03.918Z Compiling fd-lock v4.0.2
20532024-05-10T20:36:04.118Z Compiling bb8 v0.8.3
20542024-05-10T20:36:04.274Z Compiling const_format_proc_macros v0.2.32
20552024-05-10T20:36:04.557Z Compiling oso-derive v0.27.3
20562024-05-10T20:36:05.369Z Compiling quick-xml v0.31.0
20572024-05-10T20:36:05.605Z Compiling impl-trait-for-tuples v0.2.2
20582024-05-10T20:36:05.843Z Compiling pin-project-internal v1.1.3
20592024-05-10T20:36:08.017Z Compiling memoffset v0.7.1
20602024-05-10T20:36:08.569Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20612024-05-10T20:36:08.569Z Compiling pin-project v1.1.3
20622024-05-10T20:36:08.569Z Compiling const_format v0.2.32
20632024-05-10T20:36:09.476Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20642024-05-10T20:36:10.278Z Compiling curve25519-dalek v4.1.2
20652024-05-10T20:36:10.616Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20662024-05-10T20:36:21.775Z Compiling strip-ansi-escapes v0.2.0
20672024-05-10T20:36:21.890Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20682024-05-10T20:36:21.961Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20692024-05-10T20:36:21.962Z Compiling kstat-rs v0.2.3
20702024-05-10T20:36:21.962Z Compiling snafu-derive v0.8.2
20712024-05-10T20:36:21.962Z Compiling oso v0.27.3
20722024-05-10T20:36:22.844Z Compiling fs-err v2.11.0
20732024-05-10T20:36:23.127Z Compiling keccak v0.1.4
20742024-05-10T20:36:23.849Z Compiling nu-ansi-term v0.50.0
20752024-05-10T20:36:24.845Z Compiling reedline v0.31.0
20762024-05-10T20:36:27.943Z Compiling sha3 v0.10.8
20772024-05-10T20:36:28.753Z Compiling snafu v0.8.2
20782024-05-10T20:36:29.821Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20792024-05-10T20:36:31.951Z Compiling mime_guess v2.0.4
20802024-05-10T20:36:34.103Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20812024-05-10T20:36:35.484Z Compiling env_logger v0.9.3
20822024-05-10T20:36:36.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20832024-05-10T20:36:39.200Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20842024-05-10T20:36:42.232Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20852024-05-10T20:36:42.584Z Compiling globset v0.4.13
20862024-05-10T20:36:43.850Z Compiling peg-macros v0.8.2
20872024-05-10T20:36:46.258Z Compiling olpc-cjson v0.1.3
20882024-05-10T20:36:46.486Z Compiling universal-hash v0.5.1
20892024-05-10T20:36:46.514Z Compiling secrecy v0.8.0
20902024-05-10T20:36:46.514Z Compiling serde_plain v1.0.2
20912024-05-10T20:36:46.665Z Compiling bitstruct_derive v0.1.0
20922024-05-10T20:36:47.124Z Compiling thiserror-impl-no-std v2.0.2
20932024-05-10T20:36:47.590Z Compiling curve25519-dalek-derive v0.1.0
20942024-05-10T20:36:47.672Z Compiling sqlparser_derive v0.2.2
20952024-05-10T20:36:48.088Z Compiling nanorand v0.7.0
20962024-05-10T20:36:48.522Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20972024-05-10T20:36:48.644Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20982024-05-10T20:36:48.729Z Compiling home v0.5.5
20992024-05-10T20:36:48.912Z Compiling unicode_categories v0.1.1
21002024-05-10T20:36:48.940Z Compiling ascii v1.1.0
21012024-05-10T20:36:48.978Z Compiling opaque-debug v0.3.0
21022024-05-10T20:36:49.078Z Compiling salty v0.2.0
21032024-05-10T20:36:49.144Z Compiling signature v1.6.4
21042024-05-10T20:36:49.205Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21052024-05-10T20:36:49.278Z Compiling typed-path v0.7.0
21062024-05-10T20:36:49.447Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21072024-05-10T20:36:49.483Z Compiling ed25519 v1.5.3
21082024-05-10T20:36:49.577Z Compiling sqlformat v0.2.3
21092024-05-10T20:36:49.743Z Compiling poly1305 v0.8.0
21102024-05-10T20:36:51.004Z Compiling thiserror-no-std v2.0.2
21112024-05-10T20:36:51.106Z Compiling tough v0.17.1
21122024-05-10T20:36:51.132Z Compiling rustyline v14.0.0
21132024-05-10T20:36:51.441Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21142024-05-10T20:36:51.639Z Compiling sqlparser v0.45.0
21152024-05-10T20:36:54.648Z Compiling flume v0.11.0
21162024-05-10T20:36:55.955Z Compiling bitstruct v0.1.1
21172024-05-10T20:36:56.058Z Compiling peg v0.8.2
21182024-05-10T20:36:56.162Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21192024-05-10T20:36:57.048Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21202024-05-10T20:37:00.683Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21212024-05-10T20:37:02.132Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21222024-05-10T20:37:06.287Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21232024-05-10T20:37:06.585Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21242024-05-10T20:37:06.890Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21252024-05-10T20:37:07.879Z Compiling chacha20 v0.9.1
21262024-05-10T20:37:08.266Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21272024-05-10T20:37:10.191Z Compiling aead v0.5.2
21282024-05-10T20:37:10.478Z Compiling bcs v0.1.6
21292024-05-10T20:37:11.213Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21302024-05-10T20:37:11.897Z Compiling erased-serde v0.3.31
21312024-05-10T20:37:13.221Z Compiling serde_arrays v0.1.0
21322024-05-10T20:37:13.377Z Compiling serde-big-array v0.5.1
21332024-05-10T20:37:13.574Z Compiling highway v1.1.0
21342024-05-10T20:37:14.665Z Compiling parse-size v1.0.0
21352024-05-10T20:37:14.901Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21362024-05-10T20:37:18.727Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21372024-05-10T20:37:20.809Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21382024-05-10T20:37:32.295Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21392024-05-10T20:37:32.338Z Compiling chacha20poly1305 v0.10.1
21402024-05-10T20:37:32.338Z Compiling vsss-rs v3.3.4
21412024-05-10T20:37:35.227Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21422024-05-10T20:37:35.852Z Compiling signal-hook-tokio v0.3.1
21432024-05-10T20:37:36.063Z Compiling heck v0.3.3
21442024-05-10T20:37:36.409Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21452024-05-10T20:37:36.528Z Compiling castaway v0.2.2
21462024-05-10T20:37:36.683Z Compiling rand_seeder v0.2.3
21472024-05-10T20:37:36.811Z Compiling serde-big-array v0.4.1
21482024-05-10T20:37:36.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21492024-05-10T20:37:37.251Z Compiling http-range v0.1.5
21502024-05-10T20:37:37.729Z Compiling hyper-staticfile v0.9.5
21512024-05-10T20:37:38.238Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21522024-05-10T20:37:38.590Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21532024-05-10T20:37:39.656Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21542024-05-10T20:37:39.681Z Compiling compact_str v0.7.1
21552024-05-10T20:37:39.826Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21562024-05-10T20:37:40.478Z Compiling zone_cfg_derive v0.1.2
21572024-05-10T20:37:41.033Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21582024-05-10T20:37:46.997Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21592024-05-10T20:37:47.909Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21602024-05-10T20:37:52.547Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21612024-05-10T20:37:53.101Z Compiling tungstenite v0.21.0
21622024-05-10T20:37:53.757Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21632024-05-10T20:37:53.996Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21642024-05-10T20:37:54.226Z Compiling lru v0.12.1
21652024-05-10T20:37:54.500Z Compiling stability v0.2.0
21662024-05-10T20:37:55.240Z Compiling corncobs v0.1.3
21672024-05-10T20:37:55.530Z Compiling base64 v0.13.1
21682024-05-10T20:37:56.123Z Compiling indoc v2.0.3
21692024-05-10T20:37:56.881Z Compiling cassowary v0.3.0
21702024-05-10T20:37:57.309Z Compiling ratatui v0.26.2
21712024-05-10T20:38:00.426Z Compiling ron v0.7.1
21722024-05-10T20:38:04.679Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21732024-05-10T20:38:04.705Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21742024-05-10T20:38:05.367Z Compiling tokio-tungstenite v0.21.0
21752024-05-10T20:38:05.808Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-05-10T20:38:06.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21772024-05-10T20:38:10.963Z Compiling zone v0.1.8
21782024-05-10T20:38:13.744Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21792024-05-10T20:38:23.232Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21802024-05-10T20:38:24.298Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21812024-05-10T20:38:25.496Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21822024-05-10T20:38:26.656Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21832024-05-10T20:38:26.889Z Compiling portpicker v0.1.1
21842024-05-10T20:38:27.305Z Compiling smawk v0.3.1
21852024-05-10T20:38:27.544Z Compiling unicode-linebreak v0.1.5
21862024-05-10T20:38:27.904Z Compiling textwrap v0.16.1
21872024-05-10T20:38:28.976Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21882024-05-10T20:38:30.949Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21892024-05-10T20:38:32.178Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21902024-05-10T20:38:36.541Z Compiling rcgen v0.12.1
21912024-05-10T20:38:40.209Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21922024-05-10T20:38:40.563Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21932024-05-10T20:38:42.823Z Compiling atomicwrites v0.4.3
21942024-05-10T20:38:43.253Z Compiling fatfs v0.3.6
21952024-05-10T20:38:44.560Z Compiling rtoolbox v0.0.1
21962024-05-10T20:38:44.886Z Compiling subprocess v0.2.9
21972024-05-10T20:38:44.947Z Compiling assert_matches v1.5.0
21982024-05-10T20:38:45.445Z Compiling is_ci v1.2.0
21992024-05-10T20:38:45.479Z Compiling supports-color v3.0.0
22002024-05-10T20:38:45.479Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22012024-05-10T20:38:46.019Z Compiling rpassword v7.3.1
22022024-05-10T20:38:46.271Z Compiling tui-tree-widget v0.19.0
22032024-05-10T20:38:46.388Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22042024-05-10T20:38:46.614Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22052024-05-10T20:38:49.223Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22062024-05-10T20:38:49.463Z Compiling csv-core v0.1.11
22072024-05-10T20:38:50.157Z Compiling shell-words v1.1.0
22082024-05-10T20:38:50.508Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22092024-05-10T20:38:51.201Z Compiling csv v1.3.0
22102024-05-10T20:38:52.089Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22112024-05-10T20:38:52.891Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22122024-05-10T20:39:01.045Z Compiling multimap v0.10.0
22132024-05-10T20:39:01.348Z Compiling uzers v0.11.3
22142024-05-10T20:39:03.974Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22152024-05-10T20:40:45.981Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22162024-05-10T20:41:04.061Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22172024-05-10T20:46:55.411Z Finished release [optimized] target(s) in 12m 01s
22182024-05-10T20:48:30.434Z
22192024-05-10T20:48:30.886Zreal 13:37.830784658
22202024-05-10T20:48:30.886Zuser 1:25:43.516090593
22212024-05-10T20:48:30.886Zsys 3:56.738198472
22222024-05-10T20:48:30.886Ztrap 1.941757144
22232024-05-10T20:48:30.887Ztflt 1.059807680
22242024-05-10T20:48:30.887Zdflt 3.915270439
22252024-05-10T20:48:30.887Zkflt 0.026816194
22262024-05-10T20:48:30.887Zlock 5:55:52.710269983
22272024-05-10T20:48:30.887Zslp 3:24:49.175633309
22282024-05-10T20:48:30.887Zlat 2:08.479883643
22292024-05-10T20:48:30.887Zstop 59.181019936
22302024-05-10T20:48:30.887Z+ ptime -m cargo build --locked --release -p xtask
22312024-05-10T20:48:31.082Z Downloading crates ...
22322024-05-10T20:48:31.152Z Downloaded cargo_toml v0.20.2
22332024-05-10T20:48:31.178Z Downloaded cargo_metadata v0.18.1
22342024-05-10T20:48:31.178Z Downloaded cargo-platform v0.1.3
22352024-05-10T20:48:31.178Z Compiling serde v1.0.199
22362024-05-10T20:48:31.178Z Compiling libc v0.2.153
22372024-05-10T20:48:31.178Z Compiling rustix v0.38.31
22382024-05-10T20:48:31.178Z Compiling hashbrown v0.14.3
22392024-05-10T20:48:31.178Z Compiling bitflags v2.4.2
22402024-05-10T20:48:31.178Z Compiling serde_json v1.0.116
22412024-05-10T20:48:31.178Z Compiling syn v2.0.60
22422024-05-10T20:48:31.253Z Compiling anyhow v1.0.82
22432024-05-10T20:48:32.307Z Compiling indexmap v2.2.6
22442024-05-10T20:48:32.664Z Compiling errno v0.3.8
22452024-05-10T20:48:33.713Z Compiling terminal_size v0.3.0
22462024-05-10T20:48:33.825Z Compiling clap_builder v4.5.2
22472024-05-10T20:48:36.448Z Compiling serde_derive v1.0.199
22482024-05-10T20:48:36.448Z Compiling thiserror-impl v1.0.59
22492024-05-10T20:48:36.473Z Compiling clap_derive v4.5.4
22502024-05-10T20:48:38.241Z Compiling thiserror v1.0.59
22512024-05-10T20:48:39.524Z Compiling clap v4.5.4
22522024-05-10T20:48:46.886Z Compiling serde_spanned v0.6.5
22532024-05-10T20:48:46.887Z Compiling toml_datetime v0.6.5
22542024-05-10T20:48:46.934Z Compiling semver v1.0.22
22552024-05-10T20:48:46.934Z Compiling cargo-platform v0.1.3
22562024-05-10T20:48:46.934Z Compiling camino v1.1.6
22572024-05-10T20:48:46.934Z Compiling macaddr v1.0.1
22582024-05-10T20:48:46.934Z Compiling toml_edit v0.22.12
22592024-05-10T20:48:47.257Z Compiling cargo_metadata v0.18.1
22602024-05-10T20:48:48.657Z Compiling toml v0.8.12
22612024-05-10T20:48:49.639Z Compiling cargo_toml v0.20.2
22622024-05-10T20:49:01.737Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22632024-05-10T20:49:13.216Z Finished release [optimized] target(s) in 42.73s
22642024-05-10T20:49:13.281Z
22652024-05-10T20:49:13.281Zreal 42.833879084
22662024-05-10T20:49:13.281Zuser 2:46.475697268
22672024-05-10T20:49:13.281Zsys 16.023524116
22682024-05-10T20:49:13.281Ztrap 0.061237824
22692024-05-10T20:49:13.281Ztflt 0.157277356
22702024-05-10T20:49:13.281Zdflt 0.804870109
22712024-05-10T20:49:13.281Zkflt 0.000000000
22722024-05-10T20:49:13.281Zlock 4:04.938434853
22732024-05-10T20:49:13.281Zslp 3:16.103934054
22742024-05-10T20:49:13.281Zlat 3.432049141
22752024-05-10T20:49:13.316Zstop 3.268719274
22762024-05-10T20:49:13.317Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask)
22772024-05-10T20:49:13.317Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask
22782024-05-10T20:49:25.030ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22792024-05-10T20:49:25.030Za out/mg-ddm-gz.tar 60398K
22802024-05-10T20:49:25.030Za out/omicron-sled-agent.tar 96071K
22812024-05-10T20:49:25.030Za out/oxlog.tar 2913K
22822024-05-10T20:49:25.030Za out/pumpkind-gz.tar 26665K
22832024-05-10T20:49:25.030Za out/target/test 1K
22842024-05-10T20:49:25.031Za out/npuzone/npuzone 23144K
22852024-05-10T20:49:25.031Za package-manifest.toml 27K
22862024-05-10T20:49:25.031Za smf/sled-agent/non-gimlet/config.toml 4K
22872024-05-10T20:49:25.031Za target/release/omicron-package 30696K
22882024-05-10T20:49:25.031Za target/release/xtask 6664K
22892024-05-10T20:49:25.061Z
22902024-05-10T20:49:25.061Zreal 11.747912290
22912024-05-10T20:49:25.061Zuser 11.083439276
22922024-05-10T20:49:25.061Zsys 1.082563358
22932024-05-10T20:49:25.061Ztrap 0.002362040
22942024-05-10T20:49:25.062Ztflt 0.000000000
22952024-05-10T20:49:25.062Zdflt 0.000000000
22962024-05-10T20:49:25.062Zkflt 0.000000000
22972024-05-10T20:49:25.062Zlock 0.000000000
22982024-05-10T20:49:25.062Zslp 10.797931833
22992024-05-10T20:49:25.062Zlat 0.525371725
23002024-05-10T20:49:25.062Zstop 0.000247739
23012024-05-10T20:49:25.063Z++ pwd
23022024-05-10T20:49:25.063Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23032024-05-10T20:49:25.063Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23042024-05-10T20:49:25.063Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23052024-05-10T20:49:26.102Z Finished release [optimized] target(s) in 0.99s
23062024-05-10T20:49:26.132Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23072024-05-10T20:49:26.178ZLogging to: /work/oxidecomputer/omicron/out/LOG
23082024-05-10T20:49:26.205ZCreated new build target 'host' and set it as active
23092024-05-10T20:49:26.205Z
23102024-05-10T20:49:26.205Zreal 1.137251976
23112024-05-10T20:49:26.205Zuser 0.728083366
23122024-05-10T20:49:26.205Zsys 0.406626299
23132024-05-10T20:49:26.205Ztrap 0.000089556
23142024-05-10T20:49:26.205Ztflt 0.000013746
23152024-05-10T20:49:26.205Zdflt 0.000004140
23162024-05-10T20:49:26.205Zkflt 0.000000000
23172024-05-10T20:49:26.205Zlock 0.034397432
23182024-05-10T20:49:26.205Zslp 0.139085639
23192024-05-10T20:49:26.205Zlat 0.008112356
23202024-05-10T20:49:26.206Zstop 0.000342644
23212024-05-10T20:49:26.206Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23222024-05-10T20:49:27.210Z Finished release [optimized] target(s) in 0.95s
23232024-05-10T20:49:27.237Z Running `target/release/omicron-package -t host package`
23242024-05-10T20:49:27.272ZLogging to: /work/oxidecomputer/omicron/out/LOG
23252024-05-10T20:49:28.385Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23262024-05-10T20:51:58.572Z Finished release [optimized] target(s) in 2m 31s
23272024-05-10T20:52:48.565Z
23282024-05-10T20:52:48.565Zreal 3:22.372655286
23292024-05-10T20:52:48.565Zuser 12:59.590173853
23302024-05-10T20:52:48.565Zsys 46.804934367
23312024-05-10T20:52:48.565Ztrap 0.310587199
23322024-05-10T20:52:48.565Ztflt 0.045079208
23332024-05-10T20:52:48.565Zdflt 3.539173213
23342024-05-10T20:52:48.592Zkflt 0.058635728
23352024-05-10T20:52:48.593Zlock 1:15:16.514023008
23362024-05-10T20:52:48.593Zslp 12:14.056997385
23372024-05-10T20:52:48.593Zlat 9.041064163
23382024-05-10T20:52:48.593Zstop 0.927774226
23392024-05-10T20:52:48.593Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23402024-05-10T20:52:48.593Z+ for package in "$@"
23412024-05-10T20:52:48.594Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git6e9155ef51a
23422024-05-10T20:52:49.704Z Finished release [optimized] target(s) in 1.06s
23432024-05-10T20:52:49.736Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git6e9155ef51a`
23442024-05-10T20:52:49.781ZLogging to: /work/oxidecomputer/omicron/out/LOG
23452024-05-10T20:52:50.028ZCreated: out/versioned/omicron-sled-agent.tar
23462024-05-10T20:52:50.061Z+ for package in "$@"
23472024-05-10T20:52:50.061Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git6e9155ef51a
23482024-05-10T20:52:51.167Z Finished release [optimized] target(s) in 1.06s
23492024-05-10T20:52:51.195Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git6e9155ef51a`
23502024-05-10T20:52:51.241ZLogging to: /work/oxidecomputer/omicron/out/LOG
23512024-05-10T20:52:51.416ZCreated: out/versioned/mg-ddm-gz.tar
23522024-05-10T20:52:51.453Z+ for package in "$@"
23532024-05-10T20:52:51.453Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git6e9155ef51a
23542024-05-10T20:52:52.542Z Finished release [optimized] target(s) in 1.05s
23552024-05-10T20:52:52.570Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git6e9155ef51a`
23562024-05-10T20:52:52.613ZLogging to: /work/oxidecomputer/omicron/out/LOG
23572024-05-10T20:52:53.932ZCreated: out/versioned/propolis-server.tar.gz
23582024-05-10T20:52:53.960Z+ for package in "$@"
23592024-05-10T20:52:53.960Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git6e9155ef51a
23602024-05-10T20:52:55.064Z Finished release [optimized] target(s) in 1.06s
23612024-05-10T20:52:55.093Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git6e9155ef51a`
23622024-05-10T20:52:55.138ZLogging to: /work/oxidecomputer/omicron/out/LOG
23632024-05-10T20:52:55.164ZCreated: out/versioned/overlay.tar.gz
23642024-05-10T20:52:55.164Z+ for package in "$@"
23652024-05-10T20:52:55.164Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git6e9155ef51a
23662024-05-10T20:52:56.284Z Finished release [optimized] target(s) in 1.07s
23672024-05-10T20:52:56.319Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git6e9155ef51a`
23682024-05-10T20:52:56.367ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692024-05-10T20:52:56.393ZCreated: out/versioned/oxlog.tar
23702024-05-10T20:52:56.393Z+ for package in "$@"
23712024-05-10T20:52:56.393Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git6e9155ef51a
23722024-05-10T20:52:57.486Z Finished release [optimized] target(s) in 1.04s
23732024-05-10T20:52:57.524Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git6e9155ef51a`
23742024-05-10T20:52:57.569ZLogging to: /work/oxidecomputer/omicron/out/LOG
23752024-05-10T20:52:57.649ZCreated: out/versioned/pumpkind-gz.tar
23762024-05-10T20:52:57.684Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23772024-05-10T20:52:57.684Z+++ dirname -- ./tools/build-global-zone-packages.sh
23782024-05-10T20:52:57.685Z++ cd -- ./tools
23792024-05-10T20:52:57.685Z++ pwd
23802024-05-10T20:52:57.685Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23812024-05-10T20:52:57.685Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23822024-05-10T20:52:57.685Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23832024-05-10T20:52:57.685Z++ readlink -f /work
23842024-05-10T20:52:57.685Z+ out_dir=/work
23852024-05-10T20:52:57.685Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
23862024-05-10T20:52:57.685Z+ for dep in "${deps[@]}"
23872024-05-10T20:52:57.685Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23882024-05-10T20:52:57.685Z+ for dep in "${deps[@]}"
23892024-05-10T20:52:57.685Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23902024-05-10T20:52:57.685Z+ for dep in "${deps[@]}"
23912024-05-10T20:52:57.685Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
23922024-05-10T20:52:57.685Z+ for dep in "${deps[@]}"
23932024-05-10T20:52:57.685Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23942024-05-10T20:52:57.686Z+ for dep in "${deps[@]}"
23952024-05-10T20:52:57.686Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23962024-05-10T20:52:57.686Z+ for dep in "${deps[@]}"
23972024-05-10T20:52:57.686Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23982024-05-10T20:52:57.686Z++ mktemp -d
23992024-05-10T20:52:57.723Z+ tmp_gz=/tmp/tmp.6CaOri
24002024-05-10T20:52:57.724Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24012024-05-10T20:52:57.724Z+ echo '{"v":"1","t":"layer"}'
24022024-05-10T20:52:57.724Z+ pkg_dir=/tmp/tmp.6CaOri/root/opt/oxide/sled-agent
24032024-05-10T20:52:57.724Z+ mkdir -p /tmp/tmp.6CaOri/root/opt/oxide/sled-agent
24042024-05-10T20:52:57.724Z+ cd /tmp/tmp.6CaOri/root/opt/oxide/sled-agent
24052024-05-10T20:52:57.724Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24062024-05-10T20:52:57.773Zx ., 0 bytes, 0 tape blocks
24072024-05-10T20:52:57.773Zx zone-bundle, 26867976 bytes, 52477 tape blocks
24082024-05-10T20:52:57.773Zx sled-agent, 71483704 bytes, 139617 tape blocks
24092024-05-10T20:52:57.774Zx pkg, 0 bytes, 0 tape blocks
24102024-05-10T20:52:57.774Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24112024-05-10T20:52:57.774Zx pkg/README.md, 54 bytes, 1 tape blocks
24122024-05-10T20:52:57.774Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24132024-05-10T20:52:57.774Zx VERSION, 25 bytes, 1 tape blocks
24142024-05-10T20:52:57.802Z+ mkdir -p /tmp/tmp.6CaOri/root/lib/svc/manifest/site/
24152024-05-10T20:52:57.803Z+ mv pkg/manifest.xml /tmp/tmp.6CaOri/root/lib/svc/manifest/site/sled-agent.xml
24162024-05-10T20:52:57.803Z+ cd -
24172024-05-10T20:52:57.803Z+ pkg_dir=/tmp/tmp.6CaOri/root/opt/oxide/mg-ddm
24182024-05-10T20:52:57.803Z/work/oxidecomputer/omicron
24192024-05-10T20:52:57.803Z+ mkdir -p /tmp/tmp.6CaOri/root/opt/oxide/mg-ddm
24202024-05-10T20:52:57.804Z+ cd /tmp/tmp.6CaOri/root/opt/oxide/mg-ddm
24212024-05-10T20:52:57.804Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24222024-05-10T20:52:57.843Zx ., 0 bytes, 0 tape blocks
24232024-05-10T20:52:57.843Zx ddmadm, 18870416 bytes, 36857 tape blocks
24242024-05-10T20:52:57.843Zx ddmd, 42960632 bytes, 83908 tape blocks
24252024-05-10T20:52:57.843Zx pkg, 0 bytes, 0 tape blocks
24262024-05-10T20:52:57.843Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24272024-05-10T20:52:57.843Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24282024-05-10T20:52:57.843Zx pkg/mgd, 0 bytes, 0 tape blocks
24292024-05-10T20:52:57.843Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24302024-05-10T20:52:57.843Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24312024-05-10T20:52:57.843Zx pkg/ddm, 0 bytes, 0 tape blocks
24322024-05-10T20:52:57.844Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24332024-05-10T20:52:57.844Zx VERSION, 25 bytes, 1 tape blocks
24342024-05-10T20:52:57.879Z+ cd -
24352024-05-10T20:52:57.879Z/work/oxidecomputer/omicron
24362024-05-10T20:52:57.879Z+ pkg_dir=/tmp/tmp.6CaOri/root/opt/oxide/pumpkind
24372024-05-10T20:52:57.879Z+ mkdir -p /tmp/tmp.6CaOri/root/opt/oxide/pumpkind
24382024-05-10T20:52:57.880Z+ cd /tmp/tmp.6CaOri/root/opt/oxide/pumpkind
24392024-05-10T20:52:57.880Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24402024-05-10T20:52:57.880Zx ., 0 bytes, 0 tape blocks
24412024-05-10T20:52:57.880Zx lib, 0 bytes, 0 tape blocks
24422024-05-10T20:52:57.880Zx lib/svc, 0 bytes, 0 tape blocks
24432024-05-10T20:52:57.880Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24442024-05-10T20:52:57.880Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24452024-05-10T20:52:57.880Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24462024-05-10T20:52:57.880Zx bin, 0 bytes, 0 tape blocks
24472024-05-10T20:52:57.881Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24482024-05-10T20:52:57.881Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24492024-05-10T20:52:57.881Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24502024-05-10T20:52:57.881Zx VERSION, 25 bytes, 1 tape blocks
24512024-05-10T20:52:57.881Z+ cd -
24522024-05-10T20:52:57.881Z/work/oxidecomputer/omicron
24532024-05-10T20:52:57.881Z+ pkg_dir=/tmp/tmp.6CaOri/root/opt/oxide/oxlog
24542024-05-10T20:52:57.881Z+ mkdir -p /tmp/tmp.6CaOri/root/opt/oxide/oxlog
24552024-05-10T20:52:57.916Z+ cd /tmp/tmp.6CaOri/root/opt/oxide/oxlog
24562024-05-10T20:52:57.916Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24572024-05-10T20:52:57.916Zx ., 0 bytes, 0 tape blocks
24582024-05-10T20:52:57.916Zx oxlog, 2979728 bytes, 5820 tape blocks
24592024-05-10T20:52:57.916Zx VERSION, 25 bytes, 1 tape blocks
24602024-05-10T20:52:57.916Z+ cd -
24612024-05-10T20:52:57.916Z/work/oxidecomputer/omicron
24622024-05-10T20:52:57.917Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.6CaOri/root/opt/oxide
24632024-05-10T20:52:57.972Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.6CaOri/root/opt/oxide
24642024-05-10T20:52:58.000Z+ cd /tmp/tmp.6CaOri
24652024-05-10T20:52:58.000Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24662024-05-10T20:53:09.044ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24672024-05-10T20:53:09.044Za oxide.json 1K
24682024-05-10T20:53:09.044Za root/ 0K
24692024-05-10T20:53:09.044Za root/opt/ 0K
24702024-05-10T20:53:09.045Za root/opt/oxide/ 0K
24712024-05-10T20:53:09.045Za root/opt/oxide/sled-agent/ 0K
24722024-05-10T20:53:09.045Za root/opt/oxide/sled-agent/zone-bundle 26239K
24732024-05-10T20:53:09.045Za root/opt/oxide/sled-agent/sled-agent 69809K
24742024-05-10T20:53:09.046Za root/opt/oxide/sled-agent/pkg/ 0K
24752024-05-10T20:53:09.046Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24762024-05-10T20:53:09.046Za root/opt/oxide/sled-agent/pkg/README.md 1K
24772024-05-10T20:53:09.046Za root/opt/oxide/sled-agent/VERSION 1K
24782024-05-10T20:53:09.046Za root/opt/oxide/mg-ddm/ 0K
24792024-05-10T20:53:09.046Za root/opt/oxide/mg-ddm/ddmadm 18429K
24802024-05-10T20:53:09.047Za root/opt/oxide/mg-ddm/ddmd 41954K
24812024-05-10T20:53:09.047Za root/opt/oxide/mg-ddm/pkg/ 0K
24822024-05-10T20:53:09.047Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
24832024-05-10T20:53:09.047Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24842024-05-10T20:53:09.047Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24852024-05-10T20:53:09.048Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24862024-05-10T20:53:09.048Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24872024-05-10T20:53:09.048Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24882024-05-10T20:53:09.048Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24892024-05-10T20:53:09.049Za root/opt/oxide/mg-ddm/VERSION 1K
24902024-05-10T20:53:09.049Za root/opt/oxide/pumpkind/ 0K
24912024-05-10T20:53:09.049Za root/opt/oxide/pumpkind/lib/ 0K
24922024-05-10T20:53:09.049Za root/opt/oxide/pumpkind/lib/svc/ 0K
24932024-05-10T20:53:09.049Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
24942024-05-10T20:53:09.050Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
24952024-05-10T20:53:09.050Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
24962024-05-10T20:53:09.050Za root/opt/oxide/pumpkind/bin/ 0K
24972024-05-10T20:53:09.050Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
24982024-05-10T20:53:09.051Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
24992024-05-10T20:53:09.051Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25002024-05-10T20:53:09.051Za root/opt/oxide/pumpkind/VERSION 1K
25012024-05-10T20:53:09.051Za root/opt/oxide/oxlog/ 0K
25022024-05-10T20:53:09.051Za root/opt/oxide/oxlog/oxlog 2910K
25032024-05-10T20:53:09.052Za root/opt/oxide/oxlog/VERSION 1K
25042024-05-10T20:53:09.052Za root/opt/oxide/propolis-server.tar.gz 65038K
25052024-05-10T20:53:09.052Za root/opt/oxide/overlay.tar.gz 3K
25062024-05-10T20:53:09.052Za root/lib/ 0K
25072024-05-10T20:53:09.053Za root/lib/svc/ 0K
25082024-05-10T20:53:09.053Za root/lib/svc/manifest/ 0K
25092024-05-10T20:53:09.053Za root/lib/svc/manifest/site/ 0K
25102024-05-10T20:53:09.053Za root/lib/svc/manifest/site/sled-agent.xml 3K
25112024-05-10T20:53:09.085Z+ cd /
25122024-05-10T20:53:09.085Z+ rm -rf /tmp/tmp.6CaOri
25132024-05-10T20:53:09.085Z
25142024-05-10T20:53:09.085Zreal 11.396270534
25152024-05-10T20:53:09.086Zuser 10.386732016
25162024-05-10T20:53:09.086Zsys 1.036855938
25172024-05-10T20:53:09.086Ztrap 0.002967363
25182024-05-10T20:53:09.086Ztflt 0.000000000
25192024-05-10T20:53:09.086Zdflt 0.000000000
25202024-05-10T20:53:09.086Zkflt 0.000000000
25212024-05-10T20:53:09.087Zlock 0.000000000
25222024-05-10T20:53:09.087Zslp 21.862153853
25232024-05-10T20:53:09.087Zlat 0.510985423
25242024-05-10T20:53:09.087Zstop 0.000355063
25252024-05-10T20:53:09.087Z+ mkdir -p /work/zones
25262024-05-10T20:53:09.087Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz)
25272024-05-10T20:53:09.087Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/
25282024-05-10T20:53:13.008Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25292024-05-10T20:53:14.762Z Finished release [optimized] target(s) in 1.25s
25302024-05-10T20:53:14.791Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25312024-05-10T20:53:14.791ZLogging to: /work/oxidecomputer/omicron/out/LOG
25322024-05-10T20:53:14.792ZCreated new build target 'recovery' and set it as active
25332024-05-10T20:53:14.792Z
25342024-05-10T20:53:14.792Zreal 1.428736289
25352024-05-10T20:53:14.792Zuser 0.802008958
25362024-05-10T20:53:14.792Zsys 0.619617563
25372024-05-10T20:53:14.792Ztrap 0.001579105
25382024-05-10T20:53:14.792Ztflt 0.000062362
25392024-05-10T20:53:14.792Zdflt 0.000048860
25402024-05-10T20:53:14.793Zkflt 0.000000000
25412024-05-10T20:53:14.793Zlock 0.054561018
25422024-05-10T20:53:14.793Zslp 0.152456407
25432024-05-10T20:53:14.793Zlat 0.018147673
25442024-05-10T20:53:14.793Zstop 0.000492301
25452024-05-10T20:53:14.793Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25462024-05-10T20:53:15.744Z Finished release [optimized] target(s) in 1.20s
25472024-05-10T20:53:15.770Z Running `target/release/omicron-package -t recovery package`
25482024-05-10T20:53:15.815ZLogging to: /work/oxidecomputer/omicron/out/LOG
25492024-05-10T20:53:16.941Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25502024-05-10T20:53:20.144Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25512024-05-10T20:53:39.206Z Finished release [optimized] target(s) in 23.29s
25522024-05-10T20:53:40.147Z
25532024-05-10T20:53:40.175Zreal 25.701445506
25542024-05-10T20:53:40.175Zuser 1:30.121672259
25552024-05-10T20:53:40.175Zsys 9.128452290
25562024-05-10T20:53:40.175Ztrap 0.032311574
25572024-05-10T20:53:40.175Ztflt 0.069736751
25582024-05-10T20:53:40.175Zdflt 0.522919318
25592024-05-10T20:53:40.175Zkflt 0.000016069
25602024-05-10T20:53:40.175Zlock 6:02.667663380
25612024-05-10T20:53:40.175Zslp 1:27.602417995
25622024-05-10T20:53:40.175Zlat 1.168659791
25632024-05-10T20:53:40.175Zstop 0.216251776
25642024-05-10T20:53:40.175Z+ stamp_packages installinator mg-ddm-gz
25652024-05-10T20:53:40.175Z+ for package in "$@"
25662024-05-10T20:53:40.175Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git6e9155ef51a
25672024-05-10T20:53:41.395Z Finished release [optimized] target(s) in 1.15s
25682024-05-10T20:53:41.436Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git6e9155ef51a`
25692024-05-10T20:53:41.471ZLogging to: /work/oxidecomputer/omicron/out/LOG
25702024-05-10T20:53:41.594ZCreated: out/versioned/installinator.tar
25712024-05-10T20:53:41.620Z+ for package in "$@"
25722024-05-10T20:53:41.620Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git6e9155ef51a
25732024-05-10T20:53:42.821Z Finished release [optimized] target(s) in 1.12s
25742024-05-10T20:53:42.850Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git6e9155ef51a`
25752024-05-10T20:53:42.895ZLogging to: /work/oxidecomputer/omicron/out/LOG
25762024-05-10T20:53:43.073ZCreated: out/versioned/mg-ddm-gz.tar
25772024-05-10T20:53:43.107Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25782024-05-10T20:53:43.107Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25792024-05-10T20:53:43.107Z++ cd -- ./tools
25802024-05-10T20:53:43.107Z++ pwd
25812024-05-10T20:53:43.107Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25822024-05-10T20:53:43.107Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25832024-05-10T20:53:43.107Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25842024-05-10T20:53:43.107Z++ readlink -f /work
25852024-05-10T20:53:43.107Z+ out_dir=/work
25862024-05-10T20:53:43.107Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25872024-05-10T20:53:43.107Z+ for dep in "${deps[@]}"
25882024-05-10T20:53:43.107Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25892024-05-10T20:53:43.107Z+ for dep in "${deps[@]}"
25902024-05-10T20:53:43.107Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25912024-05-10T20:53:43.107Z++ mktemp -d
25922024-05-10T20:53:43.108Z+ tmp_trampoline=/tmp/tmp.UIaywi
25932024-05-10T20:53:43.144Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
25942024-05-10T20:53:43.145Z+ echo '{"v":"1","t":"layer"}'
25952024-05-10T20:53:43.145Z+ pkg_dir=/tmp/tmp.UIaywi/root/opt/oxide/installinator
25962024-05-10T20:53:43.145Z+ mkdir -p /tmp/tmp.UIaywi/root/opt/oxide/installinator
25972024-05-10T20:53:43.145Z+ cd /tmp/tmp.UIaywi/root/opt/oxide/installinator
25982024-05-10T20:53:43.145Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
25992024-05-10T20:53:43.184Zx ., 0 bytes, 0 tape blocks
26002024-05-10T20:53:43.184Zx installinator, 38525296 bytes, 75245 tape blocks
26012024-05-10T20:53:43.185Zx pkg, 0 bytes, 0 tape blocks
26022024-05-10T20:53:43.185Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26032024-05-10T20:53:43.185Zx VERSION, 25 bytes, 1 tape blocks
26042024-05-10T20:53:43.213Z+ mkdir -p /tmp/tmp.UIaywi/root/lib/svc/manifest/site/
26052024-05-10T20:53:43.213Z+ mv pkg/manifest.xml /tmp/tmp.UIaywi/root/lib/svc/manifest/site/installinator.xml
26062024-05-10T20:53:43.213Z+ cd -
26072024-05-10T20:53:43.213Z/work/oxidecomputer/omicron
26082024-05-10T20:53:43.214Z+ pkg_dir=/tmp/tmp.UIaywi/root/opt/oxide/mg-ddm
26092024-05-10T20:53:43.214Z+ mkdir -p /tmp/tmp.UIaywi/root/opt/oxide/mg-ddm
26102024-05-10T20:53:43.214Z+ cd /tmp/tmp.UIaywi/root/opt/oxide/mg-ddm
26112024-05-10T20:53:43.214Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26122024-05-10T20:53:43.311Zx ., 0 bytes, 0 tape blocks
26132024-05-10T20:53:43.312Zx ddmadm, 18870416 bytes, 36857 tape blocks
26142024-05-10T20:53:43.312Zx ddmd, 42960632 bytes, 83908 tape blocks
26152024-05-10T20:53:43.312Zx pkg, 0 bytes, 0 tape blocks
26162024-05-10T20:53:43.312Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26172024-05-10T20:53:43.312Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26182024-05-10T20:53:43.312Zx pkg/mgd, 0 bytes, 0 tape blocks
26192024-05-10T20:53:43.312Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26202024-05-10T20:53:43.312Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26212024-05-10T20:53:43.312Zx pkg/ddm, 0 bytes, 0 tape blocks
26222024-05-10T20:53:43.312Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26232024-05-10T20:53:43.313Zx VERSION, 25 bytes, 1 tape blocks
26242024-05-10T20:53:43.339Z+ cd -
26252024-05-10T20:53:43.339Z+ cd /tmp/tmp.UIaywi
26262024-05-10T20:53:43.339Z/work/oxidecomputer/omicron
26272024-05-10T20:53:43.339Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26282024-05-10T20:53:48.099ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26292024-05-10T20:53:48.099Za oxide.json 1K
26302024-05-10T20:53:48.099Za root/ 0K
26312024-05-10T20:53:48.099Za root/opt/ 0K
26322024-05-10T20:53:48.099Za root/opt/oxide/ 0K
26332024-05-10T20:53:48.099Za root/opt/oxide/installinator/ 0K
26342024-05-10T20:53:48.100Za root/opt/oxide/installinator/installinator 37623K
26352024-05-10T20:53:48.100Za root/opt/oxide/installinator/pkg/ 0K
26362024-05-10T20:53:48.100Za root/opt/oxide/installinator/VERSION 1K
26372024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/ 0K
26382024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/ddmadm 18429K
26392024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/ddmd 41954K
26402024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/ 0K
26412024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26422024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26432024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26442024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26452024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26462024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26472024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26482024-05-10T20:53:48.100Za root/opt/oxide/mg-ddm/VERSION 1K
26492024-05-10T20:53:48.100Za root/lib/ 0K
26502024-05-10T20:53:48.100Za root/lib/svc/ 0K
26512024-05-10T20:53:48.100Za root/lib/svc/manifest/ 0K
26522024-05-10T20:53:48.100Za root/lib/svc/manifest/site/ 0K
26532024-05-10T20:53:48.100Za root/lib/svc/manifest/site/installinator.xml 3K
26542024-05-10T20:53:48.129Z+ cd /
26552024-05-10T20:53:48.129Z+ rm -rf /tmp/tmp.UIaywi
26562024-05-10T20:53:48.129Z
26572024-05-10T20:53:48.129Zreal 5.038229346
26582024-05-10T20:53:48.129Zuser 4.532817819
26592024-05-10T20:53:48.129Zsys 0.512268424
26602024-05-10T20:53:48.129Ztrap 0.001064564
26612024-05-10T20:53:48.129Ztflt 0.000000000
26622024-05-10T20:53:48.129Zdflt 0.000000000
26632024-05-10T20:53:48.129Zkflt 0.000000000
26642024-05-10T20:53:48.129Zlock 0.000000000
26652024-05-10T20:53:48.129Zslp 9.574992277
26662024-05-10T20:53:48.130Zlat 0.215623312
26672024-05-10T20:53:48.130Zstop 0.000396436
26682024-05-10T20:53:48.130Zprocess exited: duration 1529566 ms, exit code 0
 
26692024-05-10T20:53:48.219Zfound 22 output files
26702024-05-10T20:53:48.219Zuploading: /work/version.txt (26 bytes)
26712024-05-10T20:53:54.505Zuploaded: /work/version.txt
26722024-05-10T20:53:54.505Zuploading: /work/package.tar.gz (85677003 bytes)
26732024-05-10T20:54:29.673Zuploaded: /work/package.tar.gz
26742024-05-10T20:54:29.673Zuploading: /work/global-zone-packages.tar.gz (130885922 bytes)
26752024-05-10T20:55:24.738Zuploaded: /work/global-zone-packages.tar.gz
26762024-05-10T20:55:24.739Zuploading: /work/trampoline-global-zone-packages.tar.gz (33981017 bytes)
26772024-05-10T20:55:43.694Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26782024-05-10T20:55:43.694Zuploading: /work/zones/clickhouse.tar.gz (227397106 bytes)
26792024-05-10T20:57:19.662Zuploaded: /work/zones/clickhouse.tar.gz
26802024-05-10T20:57:19.662Zuploading: /work/zones/clickhouse_keeper.tar.gz (227391956 bytes)
26812024-05-10T20:59:11.912Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26822024-05-10T20:59:11.912Zuploading: /work/zones/cockroachdb.tar.gz (122889257 bytes)
26832024-05-10T21:00:09.510Zuploaded: /work/zones/cockroachdb.tar.gz
26842024-05-10T21:00:09.511Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27349961 bytes)
26852024-05-10T21:00:24.911Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26862024-05-10T21:00:24.935Zuploading: /work/zones/crucible-zone.tar.gz (38268921 bytes)
26872024-05-10T21:00:41.018Zuploaded: /work/zones/crucible-zone.tar.gz
26882024-05-10T21:00:41.018Zuploading: /work/zones/external-dns.tar.gz (25013219 bytes)
26892024-05-10T21:00:53.050Zuploaded: /work/zones/external-dns.tar.gz
26902024-05-10T21:00:53.051Zuploading: /work/zones/internal-dns.tar.gz (25012708 bytes)
26912024-05-10T21:01:08.141Zuploaded: /work/zones/internal-dns.tar.gz
26922024-05-10T21:01:08.141Zuploading: /work/zones/nexus-single-sled.tar.gz (86074209 bytes)
26932024-05-10T21:01:47.209Zuploaded: /work/zones/nexus-single-sled.tar.gz
26942024-05-10T21:01:47.209Zuploading: /work/zones/nexus.tar.gz (86071991 bytes)
26952024-05-10T21:02:23.688Zuploaded: /work/zones/nexus.tar.gz
26962024-05-10T21:02:23.688Zuploading: /work/zones/ntp.tar.gz (8564637 bytes)
26972024-05-10T21:02:29.697Zuploaded: /work/zones/ntp.tar.gz
26982024-05-10T21:02:29.735Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14641207 bytes)
26992024-05-10T21:02:39.264Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27002024-05-10T21:02:39.264Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14640401 bytes)
27012024-05-10T21:02:44.843Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27022024-05-10T21:02:44.843Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27032024-05-10T21:02:45.939Zuploaded: /work/zones/overlay.tar.gz
27042024-05-10T21:02:45.939Zuploading: /work/zones/oximeter.tar.gz (43669377 bytes)
27052024-05-10T21:03:01.697Zuploaded: /work/zones/oximeter.tar.gz
27062024-05-10T21:03:01.697Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27072024-05-10T21:03:07.044Zuploaded: /work/zones/probe.tar.gz
27082024-05-10T21:03:07.044Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27092024-05-10T21:03:35.784Zuploaded: /work/zones/propolis-server.tar.gz
27102024-05-10T21:03:35.785Zuploading: /work/zones/switch-asic.tar.gz (301095213 bytes)
27112024-05-10T21:05:36.223Zuploaded: /work/zones/switch-asic.tar.gz
27122024-05-10T21:05:36.223Zuploading: /work/zones/switch-softnpu.tar.gz (205074914 bytes)
27132024-05-10T21:07:01.528Zuploaded: /work/zones/switch-softnpu.tar.gz