01HXSJDX8BDJ1BR55HGCAE5TB8: 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: 01HXSJEMTQHM6HKHQFGXZXF9MS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-13T18:12:43.103Zjob assigned to worker 01HXSJEPQNR47JQY4FVP9R0K99 (queued for 54 s)
 
22024-05-13T18:12:50.146Zstarting task 0: "setup"
32024-05-13T18:12:50.189Z++ uname -s
42024-05-13T18:12:50.194Z+ kern=SunOS
52024-05-13T18:12:50.194Z+ case "$kern" in
62024-05-13T18:12:50.194Z+ groupadd -g 12345 build
72024-05-13T18:12:50.194Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-13T18:12:52.202Z+ zfs create -o mountpoint=/work rpool/work
92024-05-13T18:12:52.273Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-13T18:12:52.276Z+ home_fs=zfs
112024-05-13T18:12:52.276Z+ [[ zfs == autofs ]]
122024-05-13T18:12:52.276Z+ mkdir -p /home/build
132024-05-13T18:12:52.279Z+ chown build:build /home/build /work
142024-05-13T18:12:53.280Z+ chmod 0700 /home/build /work
152024-05-13T18:12:53.299Zprocess exited: duration 3149 ms, exit code 0
 
162024-05-13T18:12:53.341Zstarting task 1: "rust-toolchain"
172024-05-13T18:12:53.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-13T18:12:53.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-13T18:12:53.451Zinfo: downloading installer
202024-05-13T18:12:59.748Zwarning: it looks like you have an existing installation of Rust at:
212024-05-13T18:12:59.748Zwarning: /opt/ooce/bin
222024-05-13T18:12:59.748Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-13T18:12:59.748Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-13T18:12:59.748Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-13T18:12:59.748Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-13T18:12:59.748Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-13T18:12:59.748Zerror: cannot install while Rust is installed
282024-05-13T18:12:59.748Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-13T18:12:59.853Zinfo: profile set to 'default'
302024-05-13T18:12:59.853Zinfo: default host triple is x86_64-unknown-illumos
312024-05-13T18:12:59.853Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-13T18:12:59.905Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-13T18:12:59.905Zinfo: downloading component 'cargo'
342024-05-13T18:12:59.905Zinfo: downloading component 'clippy'
352024-05-13T18:12:59.906Zinfo: downloading component 'rust-docs'
362024-05-13T18:12:59.906Zinfo: downloading component 'rust-std'
372024-05-13T18:12:59.906Zinfo: downloading component 'rustc'
382024-05-13T18:13:04.458Zinfo: downloading component 'rustfmt'
392024-05-13T18:13:04.745Zinfo: installing component 'cargo'
402024-05-13T18:13:05.605Zinfo: installing component 'clippy'
412024-05-13T18:13:05.974Zinfo: installing component 'rust-docs'
422024-05-13T18:13:07.452Zinfo: installing component 'rust-std'
432024-05-13T18:13:09.308Zinfo: installing component 'rustc'
442024-05-13T18:13:13.349Zinfo: installing component 'rustfmt'
452024-05-13T18:13:13.714Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-13T18:13:13.715Z
472024-05-13T18:13:13.984Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-13T18:13:13.984Z
492024-05-13T18:13:13.988Z
502024-05-13T18:13:13.988ZRust is installed now. Great!
512024-05-13T18:13:13.988Z
522024-05-13T18:13:13.988ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-13T18:13:13.988Zenvironment variable. This has not been done automatically.
542024-05-13T18:13:13.988Z
552024-05-13T18:13:13.988ZTo configure your current shell, you need to source
562024-05-13T18:13:13.988Zthe corresponding env file under $HOME/.cargo.
572024-05-13T18:13:13.988Z
582024-05-13T18:13:13.988ZThis is usually done by running one of the following (note the leading DOT):
592024-05-13T18:13:13.988Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-13T18:13:13.988Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-13T18:13:14.069Z+ rustc --version
622024-05-13T18:13:14.135Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-13T18:13:14.152Zprocess exited: duration 20802 ms, exit code 0
 
642024-05-13T18:13:14.177Zstarting task 2: "authentication"
652024-05-13T18:13:14.204Zprocess exited: duration 26 ms, exit code 0
 
662024-05-13T18:13:14.223Zstarting task 3: "clone repository"
672024-05-13T18:13:14.232Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-13T18:13:14.241Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-13T18:13:14.371ZCloning into '/work/oxidecomputer/omicron'...
702024-05-13T18:13:19.509Z+ cd /work/oxidecomputer/omicron
712024-05-13T18:13:19.509Z+ git fetch origin 1e629df40bbf75bf0af592f7e209eed16dc749ab
722024-05-13T18:13:19.802ZFrom https://github.com/oxidecomputer/omicron
732024-05-13T18:13:19.802Z * branch 1e629df40bbf75bf0af592f7e209eed16dc749ab -> FETCH_HEAD
742024-05-13T18:13:19.811Z+ [[ -n john/mark-sleds-decommissioned ]]
752024-05-13T18:13:19.814Z++ git branch --show-current
762024-05-13T18:13:19.817Z+ current=main
772024-05-13T18:13:19.817Z+ [[ main != john/mark-sleds-decommissioned ]]
782024-05-13T18:13:19.817Z+ git branch -f john/mark-sleds-decommissioned 1e629df40bbf75bf0af592f7e209eed16dc749ab
792024-05-13T18:13:19.821Z+ git checkout -f john/mark-sleds-decommissioned
802024-05-13T18:13:19.957ZSwitched to branch 'john/mark-sleds-decommissioned'
812024-05-13T18:13:19.965Z+ git reset --hard 1e629df40bbf75bf0af592f7e209eed16dc749ab
822024-05-13T18:13:20.087ZHEAD is now at 1e629df40 planner: finding a decommissioned sleds with non-expunged zones is an error
832024-05-13T18:13:20.092Zprocess exited: duration 5866 ms, exit code 0
 
842024-05-13T18:13:20.113Zstarting task 4: "build"
852024-05-13T18:13:20.119Z+ cargo --version
862024-05-13T18:13:20.124Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-13T18:13:20.290Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-13T18:13:20.290Zinfo: downloading component 'cargo'
892024-05-13T18:13:21.231Zinfo: downloading component 'clippy'
902024-05-13T18:13:21.536Zinfo: downloading component 'rust-docs'
912024-05-13T18:13:22.783Zinfo: downloading component 'rust-std'
922024-05-13T18:13:24.647Zinfo: downloading component 'rustc'
932024-05-13T18:13:29.595Zinfo: downloading component 'rustfmt'
942024-05-13T18:13:29.872Zinfo: installing component 'cargo'
952024-05-13T18:13:30.753Zinfo: installing component 'clippy'
962024-05-13T18:13:31.069Zinfo: installing component 'rust-docs'
972024-05-13T18:13:32.586Zinfo: installing component 'rust-std'
982024-05-13T18:13:34.190Zinfo: installing component 'rustc'
992024-05-13T18:13:38.364Zinfo: installing component 'rustfmt'
1002024-05-13T18:13:38.764Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-13T18:13:38.771Z+ rustc --version
1022024-05-13T18:13:39.242Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-13T18:13:39.245Z+ WORK=/work
1042024-05-13T18:13:39.245Z+ pfexec mkdir -p /work
1052024-05-13T18:13:39.245Z+ pfexec chown build /work
1062024-05-13T18:13:39.245Z++ git rev-parse HEAD
1072024-05-13T18:13:39.245Z+ COMMIT=1e629df40bbf75bf0af592f7e209eed16dc749ab
1082024-05-13T18:13:39.245Z+ VERSION=8.0.0-0.ci+git1e629df40bb
1092024-05-13T18:13:39.245Z+ echo 8.0.0-0.ci+git1e629df40bb
1102024-05-13T18:13:39.246Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-13T18:13:55.028Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-13T18:13:56.990Z Startup: Caching catalogs ... Done
1132024-05-13T18:13:58.635ZPlanning: Solver setup ... Done (1.177s)
1142024-05-13T18:13:58.647ZPlanning: Running solver ... Done (0.021s)
1152024-05-13T18:13:58.670ZPlanning: Finding local manifests ... Done (0.003s)
1162024-05-13T18:13:58.686ZPlanning: Fetching manifests: 0/4 0% complete
1172024-05-13T18:13:59.131ZPlanning: Fetching manifests: 4/4 100% complete
1182024-05-13T18:13:59.183ZPlanning: Package planning ... Done (0.052s)
1192024-05-13T18:13:59.235ZPlanning: Merging actions ... Done (0.051s)
1202024-05-13T18:14:00.754ZPlanning: Checking for conflicting actions ... Done (1.513s)
1212024-05-13T18:14:00.761ZPlanning: Consolidating action changes ... Done (0.011s)
1222024-05-13T18:14:08.513ZPlanning: Evaluating mediators ... Done (7.750s)
1232024-05-13T18:14:08.520ZPlanning: Planning completed in 11.47 seconds
1242024-05-13T18:14:09.725Z Packages to install: 4
1252024-05-13T18:14:09.725Z Mediators to change: 2
1262024-05-13T18:14:09.725Z Services to change: 1
1272024-05-13T18:14:09.726Z Estimated space available: 155.31 GB
1282024-05-13T18:14:09.726ZEstimated space to be consumed: 1.44 GB
1292024-05-13T18:14:09.735Z Create boot environment: No
1302024-05-13T18:14:09.735ZCreate backup boot environment: No
1312024-05-13T18:14:09.735Z Rebuild boot archive: No
1322024-05-13T18:14:09.735Z
1332024-05-13T18:14:09.735ZChanged mediators:
1342024-05-13T18:14:09.736Z mediator clang:
1352024-05-13T18:14:09.736Z version: None -> 15 (system default)
1362024-05-13T18:14:09.736Z
1372024-05-13T18:14:09.736Z mediator llvm:
1382024-05-13T18:14:09.736Z version: 14 (system default) -> 15 (system default)
1392024-05-13T18:14:09.736Z
1402024-05-13T18:14:09.736ZChanged packages:
1412024-05-13T18:14:09.736Zhelios-dev
1422024-05-13T18:14:09.736Z developer/build-essential
1432024-05-13T18:14:09.736Z None -> 11-2.0
1442024-05-13T18:14:09.736Z library/libxmlsec1
1452024-05-13T18:14:09.737Z None -> 1.2.35-2.0
1462024-05-13T18:14:09.737Z ooce/developer/clang-15
1472024-05-13T18:14:09.737Z None -> 15.0.7-2.0
1482024-05-13T18:14:09.737Z ooce/developer/llvm-15
1492024-05-13T18:14:09.737Z None -> 15.0.7-2.0
1502024-05-13T18:14:09.737Z
1512024-05-13T18:14:09.737ZServices:
1522024-05-13T18:14:09.737Z restart_fmri:
1532024-05-13T18:14:09.737Z svc:/system/update-man-index:default
1542024-05-13T18:14:09.978Z
1552024-05-13T18:14:09.978ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-05-13T18:14:14.978ZDownload: 1369/3290 items 105.2/212.6MB 49% complete (21.0M/s)
1572024-05-13T18:14:19.982ZDownload: 3214/3290 items 167.2/212.6MB 78% complete (16.7M/s)
1582024-05-13T18:14:21.386ZDownload: Completed 212.60 MB in 11.41 seconds (18.6M/s)
1592024-05-13T18:14:21.711Z Actions: 1/3689 actions (Installing new actions)
1602024-05-13T18:14:26.787Z Actions: 3555/3689 actions (Installing new actions)
1612024-05-13T18:14:27.459Z Actions: Completed 3689 actions in 5.75 seconds.
1622024-05-13T18:14:27.589Z Done (0.117s)
1632024-05-13T18:14:27.589Z Done (0.000s)
1642024-05-13T18:14:27.868Z Done (0.286s)
1652024-05-13T18:14:34.411Z Done (6.387s)
1662024-05-13T18:14:34.739Z Done (0.248s)
1672024-05-13T18:14:34.745Z Done (0.000s)
1682024-05-13T18:14:34.900Z Done (0.000s)
1692024-05-13T18:14:35.474ZPlanning: Evaluating mediator changes ... Done
1702024-05-13T18:14:35.637ZPlanning: Checking for conflicting actions ... Done
1712024-05-13T18:14:35.656ZPlanning: Consolidating action changes ... Done
1722024-05-13T18:14:35.910ZPlanning: Evaluating mediators ... Done
1732024-05-13T18:14:35.914ZPlanning: Planning completed in 0.44 seconds
1742024-05-13T18:14:35.962Z Mediators to change: 2
1752024-05-13T18:14:35.963Z Create boot environment: No
1762024-05-13T18:14:35.963ZCreate backup boot environment: No
1772024-05-13T18:14:36.051Z Done
1782024-05-13T18:14:36.051Z Done
1792024-05-13T18:14:36.246Z Done
1802024-05-13T18:14:40.018Z Done
1812024-05-13T18:14:40.114Z Done
1822024-05-13T18:14:40.118Z Done
1832024-05-13T18:14:40.212Z Done
1842024-05-13T18:14:40.840ZPlanning: Evaluating mediator changes ... Done
1852024-05-13T18:14:40.845ZPlanning: Merging actions ... Done
1862024-05-13T18:14:41.041ZPlanning: Checking for conflicting actions ... Done
1872024-05-13T18:14:41.050ZPlanning: Consolidating action changes ... Done
1882024-05-13T18:14:41.318ZPlanning: Evaluating mediators ... Done
1892024-05-13T18:14:41.374ZPlanning: Planning completed in 0.78 seconds
1902024-05-13T18:14:41.410Z Packages to change: 1
1912024-05-13T18:14:41.410Z Mediators to change: 1
1922024-05-13T18:14:41.410Z Services to change: 1
1932024-05-13T18:14:41.411Z Create boot environment: No
1942024-05-13T18:14:41.424ZCreate backup boot environment: Yes
1952024-05-13T18:14:43.150Z Actions: 1/6 actions (Updating modified actions)
1962024-05-13T18:14:43.240Z Actions: Completed 6 actions in 0.10 seconds.
1972024-05-13T18:14:43.240Z Done
1982024-05-13T18:14:43.240Z Done
1992024-05-13T18:14:43.298Z Done
2002024-05-13T18:14:47.167Z Done
2012024-05-13T18:14:47.252Z Done
2022024-05-13T18:14:47.252Z Done
2032024-05-13T18:14:47.359Z Done
2042024-05-13T18:14:47.838ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-05-13T18:14:47.838Zclang system 15 system
2062024-05-13T18:14:47.838Zcsh system system illumos
2072024-05-13T18:14:47.838Zctags system system illumos
2082024-05-13T18:14:47.843Zgcc vendor 12 vendor
2092024-05-13T18:14:47.843Zgcc system 10 system
2102024-05-13T18:14:47.843Zgcc system 7 system
2112024-05-13T18:14:47.843Zgo system 1.20 system
2122024-05-13T18:14:47.844Zgo system 1.19 system
2132024-05-13T18:14:47.844Zllvm system 15 system
2142024-05-13T18:14:47.844Zllvm system 14 system
2152024-05-13T18:14:47.844Zmariadb system 10.6 system
2162024-05-13T18:14:47.845Zmta vendor vendor dma
2172024-05-13T18:14:47.845Zopenjdk system 17 system
2182024-05-13T18:14:47.846Zopenjdk system 11 system
2192024-05-13T18:14:47.846Zopenjdk system 1.8 system
2202024-05-13T18:14:47.846Zopenssl vendor 3 vendor
2212024-05-13T18:14:47.846Zperl system 5.36 system
2222024-05-13T18:14:47.846Zpostgresql system 15 system
2232024-05-13T18:14:47.846Zpostgresql system 13 system
2242024-05-13T18:14:47.846Zpython vendor 3 vendor
2252024-05-13T18:14:47.847Zpython system 2 system
2262024-05-13T18:14:47.847Zpython3 system 3.11 system
2272024-05-13T18:14:47.847Zruby system 3.0 system
2282024-05-13T18:14:47.847Zwords vendor vendor american-english
2292024-05-13T18:14:47.847Zwords system system australian-english
2302024-05-13T18:14:47.847Zwords system system british-english
2312024-05-13T18:14:47.847Zwords system system canadian-english
2322024-05-13T18:14:47.848Zwords system system french
2332024-05-13T18:14:47.848Zwords system system italian
2342024-05-13T18:14:47.848Zwords system system ngerman
2352024-05-13T18:14:47.848Zwords system system ogerman
2362024-05-13T18:14:47.848Zwords system system spanish
2372024-05-13T18:14:48.208ZPUBLISHER TYPE STATUS P LOCATION
2382024-05-13T18:14:48.208Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-05-13T18:14:49.619ZFMRI IFO
2402024-05-13T18:14:49.619Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-05-13T18:14:49.619Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-05-13T18:14:49.619Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-05-13T18:14:49.620Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-05-13T18:14:49.620Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-05-13T18:14:49.620Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-05-13T18:14:49.620Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-05-13T18:14:49.620Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-05-13T18:14:49.620Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-05-13T18:14:49.620Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-05-13T18:14:49.620Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-05-13T18:14:49.620Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-05-13T18:14:49.901Z+ set -o errexit
2532024-05-13T18:14:50.324Z+++ dirname ./tools/ci_download_cockroachdb
2542024-05-13T18:14:50.324Z++ cd ./tools
2552024-05-13T18:14:50.325Z++ pwd
2562024-05-13T18:14:50.325Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2572024-05-13T18:14:50.325Z++ basename ./tools/ci_download_cockroachdb
2582024-05-13T18:14:50.325Z+ ARG0=ci_download_cockroachdb
2592024-05-13T18:14:50.325Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2602024-05-13T18:14:50.325Z+ CIDL_VERSION=v22.1.9
2612024-05-13T18:14:50.325Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2622024-05-13T18:14:50.325Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2632024-05-13T18:14:50.325Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2642024-05-13T18:14:50.326Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-05-13T18:14:50.326Z+ TARGET_DIR=out
2662024-05-13T18:14:50.326Z+ DOWNLOAD_DIR=out/downloads
2672024-05-13T18:14:50.326Z+ DEST_DIR=./out/cockroachdb
2682024-05-13T18:14:50.326Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2692024-05-13T18:14:50.326Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2702024-05-13T18:14:50.326Z+ main
2712024-05-13T18:14:50.326Z+ [[ 0 != 0 ]]
2722024-05-13T18:14:50.326Z+ CIDL_OS=solaris2.11
2732024-05-13T18:14:50.326Z+ [[ 0 != 0 ]]
2742024-05-13T18:14:50.326Z+ configure_os solaris2.11
2752024-05-13T18:14:50.327Z+ echo 'current directory: /work/oxidecomputer/omicron'
2762024-05-13T18:14:50.327Z+ echo 'configuring based on OS: "solaris2.11"'
2772024-05-13T18:14:50.327Z+ case "$1" in
2782024-05-13T18:14:50.327Z+ CIDL_BUILD=illumos
2792024-05-13T18:14:50.327Z+ CIDL_SUFFIX=tar.gz
2802024-05-13T18:14:50.327Zcurrent directory: /work/oxidecomputer/omicron
2812024-05-13T18:14:50.327Zconfiguring based on OS: "solaris2.11"
2822024-05-13T18:14:50.327Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-05-13T18:14:50.327Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842024-05-13T18:14:50.328Z+ CIDL_ASSEMBLE=do_assemble_illumos
2852024-05-13T18:14:50.328Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2862024-05-13T18:14:50.329Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2872024-05-13T18:14:50.329Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-13T18:14:50.329Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2892024-05-13T18:14:50.329Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-13T18:14:50.329Z+ CIDL_SHA256FUNC=do_sha256sum
2912024-05-13T18:14:50.329Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-13T18:14:50.329ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-13T18:14:50.329Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-13T18:14:50.330Z+ mkdir -p out/downloads
2952024-05-13T18:14:50.330ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-13T18:14:50.330Z+ mkdir -p ./out/cockroachdb
2972024-05-13T18:14:50.330Z+ local DO_DOWNLOAD=true
2982024-05-13T18:14:50.330Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2992024-05-13T18:14:50.330Z+ '[' true == true ']'
3002024-05-13T18:14:50.330Z+ echo Downloading...
3012024-05-13T18:14:50.330ZDownloading...
3022024-05-13T18:14:50.331Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-13T18:14:50.331Z+ 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
3042024-05-13T18:14:52.989Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-13T18:14:53.004Z++ sha256sum
3062024-05-13T18:14:53.004Z++ awk '{print $1}'
3072024-05-13T18:14:53.056Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-05-13T18:14:53.056Z+ [[ 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 ]]
3092024-05-13T18:14:53.064Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-05-13T18:14:53.064Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3112024-05-13T18:14:55.227Z+ do_assemble_illumos
3122024-05-13T18:14:55.227Z+ rm -r ./out/cockroachdb
3132024-05-13T18:14:55.232Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3142024-05-13T18:14:55.627Z+ ./out/cockroachdb/bin/cockroach version
3152024-05-13T18:14:55.914ZBuild Tag: v22.1.9-dirty
3162024-05-13T18:14:55.914ZBuild Time: 2022/10/26 21:17:46
3172024-05-13T18:14:55.915ZDistribution: OSS
3182024-05-13T18:14:55.915ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3192024-05-13T18:14:55.916ZGo Version: go1.17.13
3202024-05-13T18:14:55.916ZC Compiler: gcc 10.3.0
3212024-05-13T18:14:55.916ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3222024-05-13T18:14:55.917ZBuild Type: release
3232024-05-13T18:14:55.931Z+ set -o errexit
3242024-05-13T18:14:55.936Z+++ dirname ./tools/ci_download_clickhouse
3252024-05-13T18:14:55.936Z++ cd ./tools
3262024-05-13T18:14:55.936Z++ pwd
3272024-05-13T18:14:55.936Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3282024-05-13T18:14:55.936Z++ basename ./tools/ci_download_clickhouse
3292024-05-13T18:14:55.937Z+ ARG0=ci_download_clickhouse
3302024-05-13T18:14:55.937Z+ TARGET_DIR=out
3312024-05-13T18:14:55.937Z+ DOWNLOAD_DIR=out/downloads
3322024-05-13T18:14:55.937Z+ DEST_DIR=./out/clickhouse
3332024-05-13T18:14:55.937Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3342024-05-13T18:14:55.937Z+ CIDL_VERSION=v23.8.7.24
3352024-05-13T18:14:55.937Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3362024-05-13T18:14:55.937Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3372024-05-13T18:14:55.937Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3382024-05-13T18:14:55.937Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3392024-05-13T18:14:55.937Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3402024-05-13T18:14:55.938Z+ main
3412024-05-13T18:14:55.938Z+ [[ 0 != 0 ]]
3422024-05-13T18:14:55.938Z+ CIDL_OS=solaris2.11
3432024-05-13T18:14:55.938Z+ [[ 0 != 0 ]]
3442024-05-13T18:14:55.938Z+ configure_os solaris2.11
3452024-05-13T18:14:55.938Z+ echo 'current directory: /work/oxidecomputer/omicron'
3462024-05-13T18:14:55.938Z+ echo 'configuring based on OS: "solaris2.11"'
3472024-05-13T18:14:55.938Zcurrent directory: /work/oxidecomputer/omicron
3482024-05-13T18:14:55.938Zconfiguring based on OS: "solaris2.11"
3492024-05-13T18:14:55.938Z+ CIDL_DASHREV=
3502024-05-13T18:14:55.939Z+ case "$1" in
3512024-05-13T18:14:55.939Z+ CIDL_PLATFORM=illumos
3522024-05-13T18:14:55.939Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3532024-05-13T18:14:55.939Z+ CIDL_MD5FUNC=do_md5sum
3542024-05-13T18:14:55.939Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3552024-05-13T18:14:55.939Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-13T18:14:55.939Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-13T18:14:55.939Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-13T18:14:55.939Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3592024-05-13T18:14:55.939ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-13T18:14:55.939Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-13T18:14:55.940Z+ mkdir -p out/downloads
3622024-05-13T18:14:55.940ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-13T18:14:55.944Z+ mkdir -p ./out/clickhouse
3642024-05-13T18:14:55.944Z+ local DO_DOWNLOAD=true
3652024-05-13T18:14:55.944Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3662024-05-13T18:14:55.944Z+ '[' true == true ']'
3672024-05-13T18:14:55.944Z+ echo Downloading...
3682024-05-13T18:14:55.944ZDownloading...
3692024-05-13T18:14:55.944Z+ 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
3702024-05-13T18:14:55.944Z+ 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
3712024-05-13T18:14:57.536Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-05-13T18:14:57.551Z++ md5sum
3732024-05-13T18:14:57.552Z++ awk '{print $1}'
3742024-05-13T18:14:57.844Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3752024-05-13T18:14:57.844Z+ [[ 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 ]]
3762024-05-13T18:14:57.844Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3772024-05-13T18:14:57.847Z+ mkdir -p ./out/clickhouse
3782024-05-13T18:14:57.847Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3792024-05-13T18:15:01.939Z+ [[ solaris2.11 == darwin* ]]
3802024-05-13T18:15:01.939Z+ ./out/clickhouse/clickhouse server --version
3812024-05-13T18:15:02.242ZClickHouse server version 23.8.7.1.
3822024-05-13T18:15:02.255Z+ set -o errexit
3832024-05-13T18:15:02.263Z+++ dirname ./tools/ci_download_console
3842024-05-13T18:15:02.263Z++ cd ./tools
3852024-05-13T18:15:02.263Z++ pwd
3862024-05-13T18:15:02.264Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3872024-05-13T18:15:02.264Z++ basename ./tools/ci_download_console
3882024-05-13T18:15:02.274Z+ ARG0=ci_download_console
3892024-05-13T18:15:02.274Z+ TARGET_DIR=out
3902024-05-13T18:15:02.274Z+ DOWNLOAD_DIR=out/downloads
3912024-05-13T18:15:02.274Z+ DEST_DIR=./out/console-assets
3922024-05-13T18:15:02.274Z+ source /work/oxidecomputer/omicron/tools/console_version
3932024-05-13T18:15:02.274Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3942024-05-13T18:15:02.274Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3952024-05-13T18:15:02.274Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3962024-05-13T18:15:02.274Z+ TARBALL_FILE=out/downloads/console.tar.gz
3972024-05-13T18:15:02.274Z+ main
3982024-05-13T18:15:02.274Z+ [[ 0 != 0 ]]
3992024-05-13T18:15:02.274Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4002024-05-13T18:15:02.275Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-05-13T18:15:02.275ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4022024-05-13T18:15:02.275Z+ local DO_DOWNLOAD=true
4032024-05-13T18:15:02.275ZLocal file: out/downloads/console.tar.gz
4042024-05-13T18:15:02.275Z+ [[ -f out/downloads/console.tar.gz ]]
4052024-05-13T18:15:02.275Z+ mkdir -p out/downloads
4062024-05-13T18:15:02.275Z+ '[' true == true ']'
4072024-05-13T18:15:02.275Z+ echo Downloading...
4082024-05-13T18:15:02.275ZDownloading...
4092024-05-13T18:15:02.275Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4102024-05-13T18:15:02.275Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4112024-05-13T18:15:02.895Z++ do_sha256sum out/downloads/console.tar.gz
4122024-05-13T18:15:02.896Z++ case "$OSTYPE" in
4132024-05-13T18:15:02.896Z++ SHA=sha256sum
4142024-05-13T18:15:02.901Z++ sha256sum
4152024-05-13T18:15:02.902Z++ awk '{print $1}'
4162024-05-13T18:15:02.907Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4172024-05-13T18:15:02.907Z+ [[ 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 ]]
4182024-05-13T18:15:02.907Z+ rm -rf ./out/console-assets
4192024-05-13T18:15:02.907Z+ mkdir -p ./out/console-assets
4202024-05-13T18:15:02.911Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4212024-05-13T18:15:02.911Z+ mkdir -p ./out/console-assets
4222024-05-13T18:15:02.911Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4232024-05-13T18:15:03.080Z+ set -o errexit
4242024-05-13T18:15:03.098Z+++ dirname ./tools/ci_download_dendrite_openapi
4252024-05-13T18:15:03.098Z++ cd ./tools
4262024-05-13T18:15:03.099Z++ pwd
4272024-05-13T18:15:03.099Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4282024-05-13T18:15:03.099Z++ basename ./tools/ci_download_dendrite_openapi
4292024-05-13T18:15:03.099Z+ ARG0=ci_download_dendrite_openapi
4302024-05-13T18:15:03.099Z+ TARGET_DIR=out
4312024-05-13T18:15:03.099Z+ DOWNLOAD_DIR=out/downloads
4322024-05-13T18:15:03.099Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4332024-05-13T18:15:03.100Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4342024-05-13T18:15:03.100Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4352024-05-13T18:15:03.100Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4362024-05-13T18:15:03.100Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4372024-05-13T18:15:03.100Z+ main
4382024-05-13T18:15:03.100Z+ [[ 0 != 0 ]]
4392024-05-13T18:15:03.100Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4402024-05-13T18:15:03.100ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4412024-05-13T18:15:03.101Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4422024-05-13T18:15:03.101Z+ local DO_DOWNLOAD=true
4432024-05-13T18:15:03.101ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4442024-05-13T18:15:03.101Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4452024-05-13T18:15:03.101Z+ mkdir -p out/downloads
4462024-05-13T18:15:03.101Z+ '[' true == true ']'
4472024-05-13T18:15:03.102Z+ echo Downloading...
4482024-05-13T18:15:03.102Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4492024-05-13T18:15:03.102ZDownloading...
4502024-05-13T18:15:03.102Z+ 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
4512024-05-13T18:15:04.641Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4522024-05-13T18:15:04.641Z++ case "$OSTYPE" in
4532024-05-13T18:15:04.641Z++ SHA=sha256sum
4542024-05-13T18:15:04.656Z++ sha256sum
4552024-05-13T18:15:04.656Z++ awk '{print $1}'
4562024-05-13T18:15:04.656Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4572024-05-13T18:15:04.657Z+ [[ 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 ]]
4582024-05-13T18:15:04.672Z+ set -o errexit
4592024-05-13T18:15:04.672Z+++ dirname ./tools/ci_download_dendrite_stub
4602024-05-13T18:15:04.672Z++ cd ./tools
4612024-05-13T18:15:04.672Z++ pwd
4622024-05-13T18:15:04.672Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4632024-05-13T18:15:04.672Z++ basename ./tools/ci_download_dendrite_stub
4642024-05-13T18:15:04.672Z+ ARG0=ci_download_dendrite_stub
4652024-05-13T18:15:04.672Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4662024-05-13T18:15:04.672Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4672024-05-13T18:15:04.673Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4682024-05-13T18:15:04.673Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4692024-05-13T18:15:04.673Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4702024-05-13T18:15:04.673Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4712024-05-13T18:15:04.673Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4722024-05-13T18:15:04.673Z+ TARGET_DIR=out
4732024-05-13T18:15:04.673Z+ DOWNLOAD_DIR=out/downloads
4742024-05-13T18:15:04.673Z+ DEST_DIR=./out/dendrite-stub
4752024-05-13T18:15:04.673Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4762024-05-13T18:15:04.673Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4772024-05-13T18:15:04.673Z+ REPO=oxidecomputer/dendrite
4782024-05-13T18:15:04.673Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4792024-05-13T18:15:04.673Z+ main
4802024-05-13T18:15:04.673Z+ [[ 0 != 0 ]]
4812024-05-13T18:15:04.673Z+ CIDL_OS=solaris2.11
4822024-05-13T18:15:04.674Z+ [[ 0 != 0 ]]
4832024-05-13T18:15:04.674Z+ configure_os solaris2.11
4842024-05-13T18:15:04.674Z+ echo 'current directory: /work/oxidecomputer/omicron'
4852024-05-13T18:15:04.674Zcurrent directory: /work/oxidecomputer/omicron
4862024-05-13T18:15:04.674Z+ echo 'configuring based on OS: "solaris2.11"'
4872024-05-13T18:15:04.674Z+ case "$1" in
4882024-05-13T18:15:04.674Zconfiguring based on OS: "solaris2.11"
4892024-05-13T18:15:04.674Z+ SET_BINARIES=
4902024-05-13T18:15:04.674Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4912024-05-13T18:15:04.674Z+ CIDL_SHA256FUNC=do_sha256sum
4922024-05-13T18:15:04.675Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4932024-05-13T18:15:04.675Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4942024-05-13T18:15:04.675Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4952024-05-13T18:15:04.675Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4962024-05-13T18:15:04.675ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4972024-05-13T18:15:04.675Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4982024-05-13T18:15:04.675ZLocal file: out/downloads/dendrite-stub.tar.gz
4992024-05-13T18:15:04.675Z+ mkdir -p out/downloads
5002024-05-13T18:15:04.675Z+ mkdir -p ./out/dendrite-stub
5012024-05-13T18:15:04.675Z+ fetch_and_verify
5022024-05-13T18:15:04.675Z+ local DO_DOWNLOAD=true
5032024-05-13T18:15:04.675Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5042024-05-13T18:15:04.675Z+ '[' true == true ']'
5052024-05-13T18:15:04.675Z+ echo Downloading...
5062024-05-13T18:15:04.676ZDownloading...
5072024-05-13T18:15:04.676Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5082024-05-13T18:15:04.676Z+ 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
5092024-05-13T18:15:13.422Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5102024-05-13T18:15:13.426Z++ sha256sum
5112024-05-13T18:15:13.426Z++ awk '{print $1}'
5122024-05-13T18:15:13.447Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5132024-05-13T18:15:13.447Z+ [[ 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 ]]
5142024-05-13T18:15:13.462Z+ do_untar out/downloads/dendrite-stub.tar.gz
5152024-05-13T18:15:13.462Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5162024-05-13T18:15:14.077Z+ do_assemble
5172024-05-13T18:15:14.077Z+ rm -r ./out/dendrite-stub
5182024-05-13T18:15:14.496Z+ mkdir ./out/dendrite-stub
5192024-05-13T18:15:14.497Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5202024-05-13T18:15:14.502Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5212024-05-13T18:15:14.502Z+ set -o errexit
5222024-05-13T18:15:14.502Z+++ dirname ./tools/ci_download_maghemite_mgd
5232024-05-13T18:15:14.502Z++ cd ./tools
5242024-05-13T18:15:14.502Z++ pwd
5252024-05-13T18:15:14.502Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-05-13T18:15:14.502Z++ basename ./tools/ci_download_maghemite_mgd
5272024-05-13T18:15:14.503Z+ ARG0=ci_download_maghemite_mgd
5282024-05-13T18:15:14.503Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5292024-05-13T18:15:14.503Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5302024-05-13T18:15:14.503Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5312024-05-13T18:15:14.503Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5322024-05-13T18:15:14.503Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5332024-05-13T18:15:14.503Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5342024-05-13T18:15:14.503Z+ TARGET_DIR=out
5352024-05-13T18:15:14.503Z+ DOWNLOAD_DIR=out/downloads
5362024-05-13T18:15:14.503Z+ DEST_DIR=./out/mgd
5372024-05-13T18:15:14.503Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5382024-05-13T18:15:14.504Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392024-05-13T18:15:14.504Z+ REPO=oxidecomputer/maghemite
5402024-05-13T18:15:14.504Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5412024-05-13T18:15:14.504Z+ main
5422024-05-13T18:15:14.504Z+ rm -rf out/downloads/root
5432024-05-13T18:15:14.504Z+ [[ 0 != 0 ]]
5442024-05-13T18:15:14.504Z+ CIDL_OS=solaris2.11
5452024-05-13T18:15:14.504Z+ [[ 0 != 0 ]]
5462024-05-13T18:15:14.504Z+ configure_os solaris2.11
5472024-05-13T18:15:14.504Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-05-13T18:15:14.504Z+ echo 'configuring based on OS: "solaris2.11"'
5492024-05-13T18:15:14.505Zcurrent directory: /work/oxidecomputer/omicron
5502024-05-13T18:15:14.505Zconfiguring based on OS: "solaris2.11"
5512024-05-13T18:15:14.505Z+ case "$1" in
5522024-05-13T18:15:14.505Z+ SET_BINARIES=
5532024-05-13T18:15:14.505Z+ CIDL_SHA256FUNC=do_sha256sum
5542024-05-13T18:15:14.505Z+ TARBALL_FILENAME=mgd.tar.gz
5552024-05-13T18:15:14.505Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5562024-05-13T18:15:14.505Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5572024-05-13T18:15:14.505Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5582024-05-13T18:15:14.505ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5592024-05-13T18:15:14.505Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5602024-05-13T18:15:14.505ZLocal file: out/downloads/mgd.tar.gz
5612024-05-13T18:15:14.505Z+ mkdir -p out/downloads
5622024-05-13T18:15:14.505Z+ mkdir -p ./out/mgd
5632024-05-13T18:15:14.505Z+ fetch_and_verify
5642024-05-13T18:15:14.505Z+ local DO_DOWNLOAD=true
5652024-05-13T18:15:14.505Z+ [[ -f out/downloads/mgd.tar.gz ]]
5662024-05-13T18:15:14.505Z+ '[' true == true ']'
5672024-05-13T18:15:14.506Z+ echo Downloading...
5682024-05-13T18:15:14.506ZDownloading...
5692024-05-13T18:15:14.506Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5702024-05-13T18:15:14.506Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5712024-05-13T18:15:22.948Z++ do_sha256sum out/downloads/mgd.tar.gz
5722024-05-13T18:15:22.952Z++ sha256sum
5732024-05-13T18:15:22.952Z++ awk '{print $1}'
5742024-05-13T18:15:22.974Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5752024-05-13T18:15:22.974Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5762024-05-13T18:15:22.984Z+ do_untar out/downloads/mgd.tar.gz
5772024-05-13T18:15:22.984Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5782024-05-13T18:15:23.560Z+ do_assemble
5792024-05-13T18:15:23.560Z+ rm -r ./out/mgd
5802024-05-13T18:15:23.566Z+ mkdir ./out/mgd
5812024-05-13T18:15:23.569Z+ cp -r out/downloads/root ./out/mgd/root
5822024-05-13T18:15:23.651Z+ set -o errexit
5832024-05-13T18:15:23.654Z+++ dirname ./tools/ci_download_transceiver_control
5842024-05-13T18:15:23.657Z++ cd ./tools
5852024-05-13T18:15:23.657Z++ pwd
5862024-05-13T18:15:23.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5872024-05-13T18:15:23.657Z++ basename ./tools/ci_download_transceiver_control
5882024-05-13T18:15:23.661Z+ ARG0=ci_download_transceiver_control
5892024-05-13T18:15:23.661Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5902024-05-13T18:15:23.661Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5912024-05-13T18:15:23.661Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5922024-05-13T18:15:23.661Z+ TARGET_DIR=out
5932024-05-13T18:15:23.661Z+ DOWNLOAD_DIR=out/downloads
5942024-05-13T18:15:23.661Z+ DEST_DIR=./out/transceiver-control
5952024-05-13T18:15:23.661Z+ BIN_DIR=/opt/oxide/bin
5962024-05-13T18:15:23.661Z+ BINARY=xcvradm
5972024-05-13T18:15:23.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5982024-05-13T18:15:23.661Z+ REPO=oxidecomputer/transceiver-control
5992024-05-13T18:15:23.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6002024-05-13T18:15:23.661Z+ main
6012024-05-13T18:15:23.661Z+ [[ 0 != 0 ]]
6022024-05-13T18:15:23.661Z+ CIDL_OS=solaris2.11
6032024-05-13T18:15:23.661Z+ [[ 0 != 0 ]]
6042024-05-13T18:15:23.661Z+ configure_os solaris2.11
6052024-05-13T18:15:23.661Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-05-13T18:15:23.661Z+ echo 'configuring based on OS: "solaris2.11"'
6072024-05-13T18:15:23.661Zcurrent directory: /work/oxidecomputer/omicron
6082024-05-13T18:15:23.662Zconfiguring based on OS: "solaris2.11"
6092024-05-13T18:15:23.662Z+ case "$1" in
6102024-05-13T18:15:23.662Z+ SET_BINARIES=
6112024-05-13T18:15:23.662Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6122024-05-13T18:15:23.662Z+ CIDL_SHA256FUNC=do_sha256sum
6132024-05-13T18:15:23.662Z+ ARCHIVE_FILENAME=xcvradm.gz
6142024-05-13T18:15:23.662Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6152024-05-13T18:15:23.662Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6162024-05-13T18:15:23.662Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6172024-05-13T18:15:23.662Z+ echo 'Local file: out/downloads/xcvradm.gz'
6182024-05-13T18:15:23.662ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6192024-05-13T18:15:23.662ZLocal file: out/downloads/xcvradm.gz
6202024-05-13T18:15:23.662Z+ mkdir -p out/downloads
6212024-05-13T18:15:23.665Z+ mkdir -p ./out/transceiver-control
6222024-05-13T18:15:23.665Z+ fetch_and_verify
6232024-05-13T18:15:23.665Z+ local DO_DOWNLOAD=true
6242024-05-13T18:15:23.666Z+ [[ -f out/downloads/xcvradm.gz ]]
6252024-05-13T18:15:23.666Z+ '[' true == true ']'
6262024-05-13T18:15:23.666Z+ echo Downloading...
6272024-05-13T18:15:23.666ZDownloading...
6282024-05-13T18:15:23.666Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6292024-05-13T18:15:23.666Z+ 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
6302024-05-13T18:15:25.414Z++ do_sha256sum out/downloads/xcvradm.gz
6312024-05-13T18:15:25.425Z++ sha256sum
6322024-05-13T18:15:25.425Z++ awk '{print $1}'
6332024-05-13T18:15:25.429Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-05-13T18:15:25.430Z+ [[ 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 ]]
6352024-05-13T18:15:25.430Z+ do_unpack out/downloads/xcvradm.gz
6362024-05-13T18:15:25.430Z+ mkdir -p out/downloads/root//opt/oxide/bin
6372024-05-13T18:15:25.430Z+ gzip -dc out/downloads/xcvradm.gz
6382024-05-13T18:15:25.552Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6392024-05-13T18:15:25.556Z+ do_assemble
6402024-05-13T18:15:25.556Z+ rm -r ./out/transceiver-control
6412024-05-13T18:15:25.561Z+ mkdir ./out/transceiver-control
6422024-05-13T18:15:25.561Z+ cp -r out/downloads/root ./out/transceiver-control/root
6432024-05-13T18:15:25.641Z+ set -o errexit
6442024-05-13T18:15:25.646Z+++ dirname ./tools/ci_download_thundermuffin
6452024-05-13T18:15:25.646Z++ cd ./tools
6462024-05-13T18:15:25.646Z++ pwd
6472024-05-13T18:15:25.646Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6482024-05-13T18:15:25.653Z++ basename ./tools/ci_download_thundermuffin
6492024-05-13T18:15:25.653Z+ ARG0=ci_download_thundermuffin
6502024-05-13T18:15:25.653Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6512024-05-13T18:15:25.653Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6522024-05-13T18:15:25.653Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6532024-05-13T18:15:25.653Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6542024-05-13T18:15:25.653Z+ TARGET_DIR=out
6552024-05-13T18:15:25.653Z+ DOWNLOAD_DIR=out/downloads
6562024-05-13T18:15:25.654Z+ DEST_DIR=./out/thundermuffin
6572024-05-13T18:15:25.654Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6582024-05-13T18:15:25.654Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6592024-05-13T18:15:25.654Z+ REPO=oxidecomputer/thundermuffin
6602024-05-13T18:15:25.654Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6612024-05-13T18:15:25.654Z+ main
6622024-05-13T18:15:25.654Z+ rm -rf out/downloads/root
6632024-05-13T18:15:25.659Z+ [[ 0 != 0 ]]
6642024-05-13T18:15:25.659Z+ CIDL_OS=solaris2.11
6652024-05-13T18:15:25.659Z+ [[ 0 != 0 ]]
6662024-05-13T18:15:25.659Z+ configure_os solaris2.11
6672024-05-13T18:15:25.660Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682024-05-13T18:15:25.660Zcurrent directory: /work/oxidecomputer/omicron
6692024-05-13T18:15:25.660Z+ echo 'configuring based on OS: "solaris2.11"'
6702024-05-13T18:15:25.660Z+ case "$1" in
6712024-05-13T18:15:25.660Zconfiguring based on OS: "solaris2.11"
6722024-05-13T18:15:25.661Z+ SET_BINARIES=
6732024-05-13T18:15:25.661Z+ CIDL_SHA256FUNC=do_sha256sum
6742024-05-13T18:15:25.661Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6752024-05-13T18:15:25.661Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6762024-05-13T18:15:25.661Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6772024-05-13T18:15:25.661Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6782024-05-13T18:15:25.661Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6792024-05-13T18:15:25.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6802024-05-13T18:15:25.662ZLocal file: out/downloads/thundermuffin.tar.gz
6812024-05-13T18:15:25.662Z+ mkdir -p out/downloads
6822024-05-13T18:15:25.662Z+ mkdir -p ./out/thundermuffin
6832024-05-13T18:15:25.666Z+ fetch_and_verify
6842024-05-13T18:15:25.667Z+ local DO_DOWNLOAD=true
6852024-05-13T18:15:25.667Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6862024-05-13T18:15:25.667Z+ '[' true == true ']'
6872024-05-13T18:15:25.667Z+ echo Downloading...
6882024-05-13T18:15:25.667ZDownloading...
6892024-05-13T18:15:25.667Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6902024-05-13T18:15:25.667Z+ 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
6912024-05-13T18:15:26.385Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6922024-05-13T18:15:26.390Z++ sha256sum
6932024-05-13T18:15:26.390Z++ awk '{print $1}'
6942024-05-13T18:15:26.392Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6952024-05-13T18:15:26.392Z+ [[ 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 ]]
6962024-05-13T18:15:26.393Z+ do_untar out/downloads/thundermuffin.tar.gz
6972024-05-13T18:15:26.393Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6982024-05-13T18:15:26.457Z+ do_assemble
6992024-05-13T18:15:26.457Z+ rm -r ./out/thundermuffin
7002024-05-13T18:15:26.460Z+ mkdir ./out/thundermuffin
7012024-05-13T18:15:26.460Z+ cp -r out/downloads/root ./out/thundermuffin/root
7022024-05-13T18:15:26.476ZAll prerequisites installed successfully
7032024-05-13T18:15:26.480Z
7042024-05-13T18:15:26.480Zreal 1:47.514019088
7052024-05-13T18:15:26.480Zuser 37.812689207
7062024-05-13T18:15:26.480Zsys 6.904470176
7072024-05-13T18:15:26.480Ztrap 0.009206322
7082024-05-13T18:15:26.480Ztflt 0.373546596
7092024-05-13T18:15:26.481Zdflt 0.320204921
7102024-05-13T18:15:26.481Zkflt 0.354758549
7112024-05-13T18:15:26.481Zlock 2.207762960
7122024-05-13T18:15:26.481Zslp 3:33.232744640
7132024-05-13T18:15:26.481Zlat 1.997962399
7142024-05-13T18:15:26.481Zstop 0.156054259
7152024-05-13T18:15:26.481Z+ ptime -m ./tools/ci_download_softnpu_machinery
7162024-05-13T18:15:26.485Zfetching npuzone
7172024-05-13T18:15:26.491ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7182024-05-13T18:15:26.491Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7192024-05-13T18:15:26.491ZGetting hash for npuzone
7202024-05-13T18:15:26.588Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7212024-05-13T18:15:31.262Znpuzone downloaded successfully
7222024-05-13T18:15:31.270Z
7232024-05-13T18:15:31.270Zreal 4.779439045
7242024-05-13T18:15:31.271Zuser 0.269737557
7252024-05-13T18:15:31.271Zsys 0.106622374
7262024-05-13T18:15:31.271Ztrap 0.000089495
7272024-05-13T18:15:31.271Ztflt 0.000000000
7282024-05-13T18:15:31.271Zdflt 0.000000000
7292024-05-13T18:15:31.271Zkflt 0.000000000
7302024-05-13T18:15:31.271Zlock 0.000000000
7312024-05-13T18:15:31.271Zslp 13.867974294
7322024-05-13T18:15:31.272Zlat 0.062522578
7332024-05-13T18:15:31.272Zstop 0.000177089
7342024-05-13T18:15:31.272Z+ export CARGO_INCREMENTAL=0
7352024-05-13T18:15:31.272Z+ CARGO_INCREMENTAL=0
7362024-05-13T18:15:31.272Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7372024-05-13T18:15:31.711Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382024-05-13T18:15:31.801Z Updating git repository `https://github.com/oxidecomputer/zone`
7392024-05-13T18:15:32.100Z Updating crates.io index
7402024-05-13T18:15:32.110Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7412024-05-13T18:15:32.984Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7422024-05-13T18:15:33.673Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-05-13T18:15:35.642Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-05-13T18:15:36.251Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7452024-05-13T18:15:36.524Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462024-05-13T18:15:37.572Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472024-05-13T18:15:39.532Z Updating git repository `https://github.com/oxidecomputer/opte`
7482024-05-13T18:15:40.613Z Updating git repository `https://github.com/oxidecomputer/falcon`
7492024-05-13T18:15:41.383Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502024-05-13T18:15:42.093Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7512024-05-13T18:15:42.244Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7522024-05-13T18:15:42.576Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7532024-05-13T18:15:42.881Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7542024-05-13T18:15:43.274Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7552024-05-13T18:15:43.584Z Updating git repository `http://github.com/oxidecomputer/tofino`
7562024-05-13T18:15:43.909Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7572024-05-13T18:15:44.209Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7582024-05-13T18:15:44.501Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7592024-05-13T18:15:44.817Z Updating git repository `https://github.com/oxidecomputer/ispf`
7602024-05-13T18:15:45.159Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7612024-05-13T18:15:45.600Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7622024-05-13T18:15:46.134Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7632024-05-13T18:15:46.496Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7642024-05-13T18:15:46.779Z Updating git repository `https://github.com/jgallagher/nix`
7652024-05-13T18:15:47.867Z Updating git repository `https://github.com/cbiffle/hubpack`
7662024-05-13T18:15:48.259Z Updating git repository `https://github.com/oxidecomputer/typify`
7672024-05-13T18:15:50.340Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7682024-05-13T18:15:50.696Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7692024-05-13T18:15:50.982Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7702024-05-13T18:15:51.441Z Updating git repository `https://github.com/oxidecomputer/rfb`
7712024-05-13T18:15:52.624Z Downloading crates ...
7722024-05-13T18:15:52.731Z Downloaded allocator-api2 v0.2.16
7732024-05-13T18:15:52.735Z Downloaded addr2line v0.21.0
7742024-05-13T18:15:52.738Z Downloaded anstream v0.6.11
7752024-05-13T18:15:52.741Z Downloaded anstyle-query v1.0.0
7762024-05-13T18:15:52.741Z Downloaded aead v0.5.2
7772024-05-13T18:15:52.741Z Downloaded adler v1.0.2
7782024-05-13T18:15:52.746Z Downloaded aho-corasick v1.1.2
7792024-05-13T18:15:52.752Z Downloaded base16ct v0.2.0
7802024-05-13T18:15:52.756Z Downloaded arrayref v0.3.7
7812024-05-13T18:15:52.756Z Downloaded headers-core v0.2.0
7822024-05-13T18:15:52.761Z Downloaded anstyle v1.0.7
7832024-05-13T18:15:52.761Z Downloaded ahash v0.8.8
7842024-05-13T18:15:52.767Z Downloaded bitflags v1.3.2
7852024-05-13T18:15:52.767Z Downloaded arrayvec v0.7.4
7862024-05-13T18:15:52.770Z Downloaded bit-vec v0.6.3
7872024-05-13T18:15:52.770Z Downloaded base64ct v1.6.0
7882024-05-13T18:15:52.770Z Downloaded heapless v0.7.16
7892024-05-13T18:15:52.773Z Downloaded arc-swap v1.6.0
7902024-05-13T18:15:52.776Z Downloaded heck v0.4.1
7912024-05-13T18:15:52.780Z Downloaded headers v0.3.9
7922024-05-13T18:15:52.784Z Downloaded bit-set v0.5.3
7932024-05-13T18:15:52.787Z Downloaded bcs v0.1.6
7942024-05-13T18:15:52.790Z Downloaded ident_case v1.0.1
7952024-05-13T18:15:52.790Z Downloaded block-padding v0.3.3
7962024-05-13T18:15:52.790Z Downloaded bitfield v0.14.0
7972024-05-13T18:15:52.793Z Downloaded bitflags v2.4.2
7982024-05-13T18:15:52.796Z Downloaded instant v0.1.12
7992024-05-13T18:15:52.799Z Downloaded bitstruct v0.1.1
8002024-05-13T18:15:52.799Z Downloaded hubpack_derive v0.1.1
8012024-05-13T18:15:52.799Z Downloaded httpdate v1.0.3
8022024-05-13T18:15:52.802Z Downloaded base64 v0.22.1
8032024-05-13T18:15:52.805Z Downloaded humantime v2.1.0
8042024-05-13T18:15:52.808Z Downloaded atty v0.2.14
8052024-05-13T18:15:52.809Z Downloaded httparse v1.8.0
8062024-05-13T18:15:52.812Z Downloaded impl-trait-for-tuples v0.2.2
8072024-05-13T18:15:52.817Z Downloaded linear-map v1.2.0
8082024-05-13T18:15:52.817Z Downloaded colorchoice v1.0.0
8092024-05-13T18:15:52.820Z Downloaded iana-time-zone v0.1.57
8102024-05-13T18:15:52.820Z Downloaded hyper-staticfile v0.9.5
8112024-05-13T18:15:52.822Z Downloaded cfg_aliases v0.1.1
8122024-05-13T18:15:52.823Z Downloaded cfg-if v1.0.0
8132024-05-13T18:15:52.826Z Downloaded hyper-tls v0.5.0
8142024-05-13T18:15:52.826Z Downloaded castaway v0.2.2
8152024-05-13T18:15:52.829Z Downloaded ipnet v2.9.0
8162024-05-13T18:15:52.829Z Downloaded hostname v0.4.0
8172024-05-13T18:15:52.832Z Downloaded is_ci v1.2.0
8182024-05-13T18:15:52.832Z Downloaded http-range v0.1.5
8192024-05-13T18:15:52.832Z Downloaded camino-tempfile v1.1.1
8202024-05-13T18:15:52.838Z Downloaded matches v0.1.10
8212024-05-13T18:15:52.843Z Downloaded ciborium-io v0.2.2
8222024-05-13T18:15:52.843Z Downloaded corncobs v0.1.3
8232024-05-13T18:15:52.843Z Downloaded camino v1.1.6
8242024-05-13T18:15:52.843Z Downloaded byteorder v1.5.0
8252024-05-13T18:15:52.847Z Downloaded hkdf v0.12.4
8262024-05-13T18:15:52.847Z Downloaded macaddr v1.0.1
8272024-05-13T18:15:52.850Z Downloaded autocfg v1.1.0
8282024-05-13T18:15:52.850Z Downloaded cexpr v0.6.0
8292024-05-13T18:15:52.850Z Downloaded bytecount v0.6.3
8302024-05-13T18:15:52.854Z Downloaded buf-list v1.0.3
8312024-05-13T18:15:52.854Z Downloaded bitstruct_derive v0.1.0
8322024-05-13T18:15:52.857Z Downloaded inout v0.1.3
8332024-05-13T18:15:52.857Z Downloaded crc-catalog v2.2.0
8342024-05-13T18:15:52.857Z Downloaded cassowary v0.3.0
8352024-05-13T18:15:52.860Z Downloaded newtype_derive v0.1.6
8362024-05-13T18:15:52.860Z Downloaded new_debug_unreachable v1.0.4
8372024-05-13T18:15:52.863Z Downloaded crc v3.0.1
8382024-05-13T18:15:52.863Z Downloaded normalize-line-endings v0.3.0
8392024-05-13T18:15:52.868Z Downloaded cancel-safe-futures v0.1.5
8402024-05-13T18:15:52.871Z Downloaded lru-cache v0.1.2
8412024-05-13T18:15:52.871Z Downloaded bzip2 v0.4.4
8422024-05-13T18:15:52.871Z Downloaded sqlparser_derive v0.2.2
8432024-05-13T18:15:52.871Z Downloaded heapless v0.8.0
8442024-05-13T18:15:52.874Z Downloaded termtree v0.4.1
8452024-05-13T18:15:52.877Z Downloaded lru v0.12.1
8462024-05-13T18:15:52.877Z Downloaded ascii v1.1.0
8472024-05-13T18:15:52.880Z Downloaded maybe-uninit v2.0.0
8482024-05-13T18:15:52.880Z Downloaded managed v0.8.0
8492024-05-13T18:15:52.883Z Downloaded linked-hash-map v0.5.6
8502024-05-13T18:15:52.883Z Downloaded libsw v3.3.1
8512024-05-13T18:15:52.886Z Downloaded http v0.2.12
8522024-05-13T18:15:52.889Z Downloaded usdt-attr-macro v0.5.0
8532024-05-13T18:15:52.894Z Downloaded usdt-attr-macro v0.3.5
8542024-05-13T18:15:52.894Z Downloaded home v0.5.5
8552024-05-13T18:15:52.894Z Downloaded tower-service v0.3.2
8562024-05-13T18:15:52.894Z Downloaded memmap v0.7.0
8572024-05-13T18:15:52.897Z Downloaded rpassword v7.3.1
8582024-05-13T18:15:52.897Z Downloaded maplit v1.0.2
8592024-05-13T18:15:52.897Z Downloaded convert_case v0.4.0
8602024-05-13T18:15:52.900Z Downloaded scheduled-thread-pool v0.2.7
8612024-05-13T18:15:52.900Z Downloaded signature v1.6.4
8622024-05-13T18:15:52.900Z Downloaded nodrop v0.1.14
8632024-05-13T18:15:52.903Z Downloaded nibble_vec v0.1.0
8642024-05-13T18:15:52.904Z Downloaded foreign-types-macros v0.2.3
8652024-05-13T18:15:52.915Z Downloaded downcast v0.11.0
8662024-05-13T18:15:52.915Z Downloaded display-error-chain v0.2.0
8672024-05-13T18:15:52.915Z Downloaded crunchy v0.2.2
8682024-05-13T18:15:52.940Z Downloaded crc32fast v1.3.2
8692024-05-13T18:15:52.940Z Downloaded string_cache v0.8.7
8702024-05-13T18:15:52.940Z Downloaded spin v0.5.2
8712024-05-13T18:15:52.941Z Downloaded slog-stdlog v4.1.1
8722024-05-13T18:15:52.941Z Downloaded slog-scope v4.4.0
8732024-05-13T18:15:52.941Z Downloaded num v0.4.2
8742024-05-13T18:15:52.941Z Downloaded blake2 v0.10.6
8752024-05-13T18:15:52.941Z Downloaded dof v0.1.5
8762024-05-13T18:15:52.941Z Downloaded cstr-argument v0.1.2
8772024-05-13T18:15:52.941Z Downloaded crucible-workspace-hack v0.1.0
8782024-05-13T18:15:52.941Z Downloaded lock_api v0.4.10
8792024-05-13T18:15:52.941Z Downloaded opaque-debug v0.3.0
8802024-05-13T18:15:52.942Z Downloaded sync_wrapper v0.1.2
8812024-05-13T18:15:52.942Z Downloaded phf_shared v0.10.0
8822024-05-13T18:15:52.942Z Downloaded cookie v0.17.0
8832024-05-13T18:15:52.942Z Downloaded structmeta-derive v0.2.0
8842024-05-13T18:15:52.952Z Downloaded toml_datetime v0.6.5
8852024-05-13T18:15:52.952Z Downloaded unicode-xid v0.2.4
8862024-05-13T18:15:52.952Z Downloaded thread-id v4.2.0
8872024-05-13T18:15:52.952Z Downloaded thiserror-no-std v2.0.2
8882024-05-13T18:15:52.952Z Downloaded const_format_proc_macros v0.2.32
8892024-05-13T18:15:52.952Z Downloaded structmeta v0.2.0
8902024-05-13T18:15:52.952Z Downloaded md-5 v0.10.5
8912024-05-13T18:15:52.952Z Downloaded cookie_store v0.20.0
8922024-05-13T18:15:52.952Z Downloaded shell-words v1.1.0
8932024-05-13T18:15:52.952Z Downloaded thread_local v1.1.7
8942024-05-13T18:15:52.960Z Downloaded zone_cfg_derive v0.1.2
8952024-05-13T18:15:52.960Z Downloaded native-tls v0.2.11
8962024-05-13T18:15:52.960Z Downloaded memmap2 v0.7.1
8972024-05-13T18:15:52.960Z Downloaded precomputed-hash v0.1.1
8982024-05-13T18:15:52.960Z Downloaded serde_derive_internals v0.29.0
8992024-05-13T18:15:52.960Z Downloaded fs-err v2.11.0
9002024-05-13T18:15:52.963Z Downloaded crypto-common v0.1.6
9012024-05-13T18:15:52.963Z Downloaded crossbeam-epoch v0.9.18
9022024-05-13T18:15:52.963Z Downloaded clap v4.5.4
9032024-05-13T18:15:52.968Z Downloaded sigpipe v0.1.3
9042024-05-13T18:15:52.971Z Downloaded signal-hook-mio v0.2.3
9052024-05-13T18:15:52.971Z Downloaded float-cmp v0.9.0
9062024-05-13T18:15:52.974Z Downloaded vte_generate_state_changes v0.1.1
9072024-05-13T18:15:52.974Z Downloaded futures-task v0.3.30
9082024-05-13T18:15:52.974Z Downloaded phf_shared v0.11.2
9092024-05-13T18:15:52.977Z Downloaded futures-sink v0.3.30
9102024-05-13T18:15:52.977Z Downloaded fastrand v2.0.1
9112024-05-13T18:15:52.980Z Downloaded http v1.0.0
9122024-05-13T18:15:52.983Z Downloaded stability v0.2.0
9132024-05-13T18:15:52.983Z Downloaded crc-any v2.4.3
9142024-05-13T18:15:52.986Z Downloaded console v0.15.8
9152024-05-13T18:15:52.989Z Downloaded whoami v1.5.1
9162024-05-13T18:15:52.993Z Downloaded hash32 v0.2.1
9172024-05-13T18:15:52.993Z Downloaded futures-macro v0.3.30
9182024-05-13T18:15:52.993Z Downloaded indexmap v1.9.3
9192024-05-13T18:15:52.996Z Downloaded derive_builder_macro v0.20.0
9202024-05-13T18:15:52.996Z Downloaded proc-macro-error-attr v1.0.4
9212024-05-13T18:15:52.999Z Downloaded predicates v3.1.0
9222024-05-13T18:15:53.002Z Downloaded usdt-impl v0.3.5
9232024-05-13T18:15:53.002Z Downloaded resolv-conf v0.7.0
9242024-05-13T18:15:53.019Z Downloaded const-oid v0.9.6
9252024-05-13T18:15:53.019Z Downloaded parse-size v1.0.0
9262024-05-13T18:15:53.019Z Downloaded backtrace v0.3.69
9272024-05-13T18:15:53.019Z Downloaded diesel_table_macro_syntax v0.1.0
9282024-05-13T18:15:53.019Z Downloaded rustls-pki-types v1.3.0
9292024-05-13T18:15:53.019Z Downloaded ryu v1.0.15
9302024-05-13T18:15:53.019Z Downloaded signature v2.1.0
9312024-05-13T18:15:53.022Z Downloaded signal-hook-registry v1.4.1
9322024-05-13T18:15:53.022Z Downloaded tiny-keccak v2.0.2
9332024-05-13T18:15:53.022Z Downloaded fallible-iterator v0.2.0
9342024-05-13T18:15:53.025Z Downloaded clap_derive v4.5.4
9352024-05-13T18:15:53.032Z Downloaded wait-timeout v0.2.0
9362024-05-13T18:15:53.032Z Downloaded once_cell v1.19.0
9372024-05-13T18:15:53.032Z Downloaded vte v0.11.1
9382024-05-13T18:15:53.036Z Downloaded rustc-hash v1.1.0
9392024-05-13T18:15:53.036Z Downloaded hash32 v0.3.1
9402024-05-13T18:15:53.036Z Downloaded log v0.4.21
9412024-05-13T18:15:53.039Z Downloaded samael v0.0.15
9422024-05-13T18:15:53.047Z Downloaded semver v0.1.20
9432024-05-13T18:15:53.050Z Downloaded take_mut v0.2.2
9442024-05-13T18:15:53.050Z Downloaded secrecy v0.8.0
9452024-05-13T18:15:53.050Z Downloaded password-hash v0.5.0
9462024-05-13T18:15:53.050Z Downloaded defmt-macros v0.3.6
9472024-05-13T18:15:53.054Z Downloaded filetime v0.2.23
9482024-05-13T18:15:53.054Z Downloaded fixedbitset v0.4.2
9492024-05-13T18:15:53.057Z Downloaded spki v0.7.2
9502024-05-13T18:15:53.057Z Downloaded half v2.3.1
9512024-05-13T18:15:53.060Z Downloaded sct v0.7.0
9522024-05-13T18:15:53.063Z Downloaded zerocopy v0.3.0
9532024-05-13T18:15:53.063Z Downloaded universal-hash v0.5.1
9542024-05-13T18:15:53.066Z Downloaded unicode-width v0.1.11
9552024-05-13T18:15:53.066Z Downloaded rand_xorshift v0.3.0
9562024-05-13T18:15:53.066Z Downloaded rand_chacha v0.3.1
9572024-05-13T18:15:53.070Z Downloaded miniz_oxide v0.7.1
9582024-05-13T18:15:53.073Z Downloaded rustfmt-wrapper v0.2.1
9592024-05-13T18:15:53.073Z Downloaded try-lock v0.2.4
9602024-05-13T18:15:53.073Z Downloaded strum_macros v0.25.2
9612024-05-13T18:15:53.076Z Downloaded slog-json v2.6.1
9622024-05-13T18:15:53.080Z Downloaded tokio-rustls v0.24.1
9632024-05-13T18:15:53.080Z Downloaded vsss-rs v3.3.4
9642024-05-13T18:15:53.083Z Downloaded papergrid v0.11.0
9652024-05-13T18:15:53.087Z Downloaded endian-type v0.1.2
9662024-05-13T18:15:53.090Z Downloaded difflib v0.4.0
9672024-05-13T18:15:53.090Z Downloaded zeroize v1.7.0
9682024-05-13T18:15:53.097Z Downloaded salty v0.2.0
9692024-05-13T18:15:53.106Z Downloaded tap v1.0.1
9702024-05-13T18:15:53.107Z Downloaded tabwriter v1.4.0
9712024-05-13T18:15:53.107Z Downloaded tabled_derive v0.7.0
9722024-05-13T18:15:53.107Z Downloaded num_enum_derive v0.5.11
9732024-05-13T18:15:53.107Z Downloaded num_enum v0.5.11
9742024-05-13T18:15:53.515Z Downloaded ppv-lite86 v0.2.17
9752024-05-13T18:15:53.515Z Downloaded zeroize_derive v1.4.2
9762024-05-13T18:15:53.515Z Downloaded parse-display v0.9.0
9772024-05-13T18:15:53.515Z Downloaded indexmap v2.2.6
9782024-05-13T18:15:53.515Z Downloaded toolchain_find v0.4.0
9792024-05-13T18:15:53.515Z Downloaded scroll_derive v0.12.0
9802024-05-13T18:15:53.515Z Downloaded serde_path_to_error v0.1.16
9812024-05-13T18:15:53.515Z Downloaded foreign-types-shared v0.1.1
9822024-05-13T18:15:53.515Z Downloaded darling_macro v0.20.8
9832024-05-13T18:15:53.515Z Downloaded num-derive v0.4.0
9842024-05-13T18:15:53.515Z Downloaded num-integer v0.1.46
9852024-05-13T18:15:53.515Z Downloaded gethostname v0.4.3
9862024-05-13T18:15:53.516Z Downloaded radium v0.7.0
9872024-05-13T18:15:53.516Z Downloaded psl-types v2.0.11
9882024-05-13T18:15:53.516Z Downloaded phf v0.11.2
9892024-05-13T18:15:53.516Z Downloaded socket2 v0.5.6
9902024-05-13T18:15:53.516Z Downloaded toml v0.7.8
9912024-05-13T18:15:53.516Z Downloaded unicode_categories v0.1.1
9922024-05-13T18:15:53.516Z Downloaded crossbeam-channel v0.5.8
9932024-05-13T18:15:53.516Z Downloaded tempfile v3.10.1
9942024-05-13T18:15:53.516Z Downloaded version_check v0.9.4
9952024-05-13T18:15:53.516Z Downloaded tui-tree-widget v0.19.0
9962024-05-13T18:15:53.516Z Downloaded fxhash v0.2.1
9972024-05-13T18:15:53.516Z Downloaded r2d2 v0.8.10
9982024-05-13T18:15:53.516Z Downloaded rtoolbox v0.0.1
9992024-05-13T18:15:53.516Z Downloaded ena v0.14.2
10002024-05-13T18:15:53.516Z Downloaded derive_more v0.99.17
10012024-05-13T18:15:53.516Z Downloaded path-slash v0.1.5
10022024-05-13T18:15:53.516Z Downloaded zerocopy-derive v0.7.32
10032024-05-13T18:15:53.516Z Downloaded sha1 v0.10.6
10042024-05-13T18:15:53.516Z Downloaded topological-sort v0.2.2
10052024-05-13T18:15:53.516Z Downloaded structmeta-derive v0.3.0
10062024-05-13T18:15:53.516Z Downloaded strsim v0.11.0
10072024-05-13T18:15:53.516Z Downloaded unicase v2.7.0
10082024-05-13T18:15:53.516Z Downloaded time-core v0.1.2
10092024-05-13T18:15:53.517Z Downloaded num-conv v0.1.0
10102024-05-13T18:15:53.517Z Downloaded paste v1.0.14
10112024-05-13T18:15:53.517Z Downloaded parking_lot_core v0.9.8
10122024-05-13T18:15:53.517Z Downloaded serde_derive v1.0.201
10132024-05-13T18:15:53.517Z Downloaded toml v0.5.11
10142024-05-13T18:15:53.517Z Downloaded typed-path v0.7.0
10152024-05-13T18:15:53.517Z Downloaded rustc_version v0.1.7
10162024-05-13T18:15:53.517Z Downloaded pin-utils v0.1.0
10172024-05-13T18:15:53.517Z Downloaded tar v0.4.40
10182024-05-13T18:15:53.517Z Downloaded num_threads v0.1.6
10192024-05-13T18:15:53.517Z Downloaded static_assertions v1.1.0
10202024-05-13T18:15:53.517Z Downloaded num-bigint v0.4.4
10212024-05-13T18:15:53.517Z Downloaded number_prefix v0.4.0
10222024-05-13T18:15:53.517Z Downloaded plain v0.2.3
10232024-05-13T18:15:53.517Z Downloaded mio v0.8.11
10242024-05-13T18:15:53.517Z Downloaded quick-error v1.2.3
10252024-05-13T18:15:53.517Z Downloaded equivalent v1.0.1
10262024-05-13T18:15:53.517Z Downloaded rusty-fork v0.3.0
10272024-05-13T18:15:53.517Z Downloaded csv-core v0.1.11
10282024-05-13T18:15:53.517Z Downloaded walkdir v2.5.0
10292024-05-13T18:15:53.517Z Downloaded terminal_size v0.3.0
10302024-05-13T18:15:53.517Z Downloaded curve25519-dalek-derive v0.1.0
10312024-05-13T18:15:53.517Z Downloaded serde_tokenstream v0.1.7
10322024-05-13T18:15:53.517Z Downloaded time-macros v0.2.17
10332024-05-13T18:15:53.518Z Downloaded serde_tokenstream v0.2.0
10342024-05-13T18:15:53.518Z Downloaded defmt-parser v0.3.3
10352024-05-13T18:15:53.518Z Downloaded debug-ignore v1.0.5
10362024-05-13T18:15:53.518Z Downloaded proc-macro2 v1.0.81
10372024-05-13T18:15:53.518Z Downloaded regex-automata v0.1.10
10382024-05-13T18:15:53.518Z Downloaded num-iter v0.1.44
10392024-05-13T18:15:53.518Z Downloaded group v0.13.0
10402024-05-13T18:15:53.518Z Downloaded num-traits v0.2.18
10412024-05-13T18:15:53.518Z Downloaded peg-runtime v0.8.3
10422024-05-13T18:15:53.518Z Downloaded pest_generator v2.7.6
10432024-05-13T18:15:53.518Z Downloaded foreign-types-shared v0.3.1
10442024-05-13T18:15:53.518Z Downloaded errno v0.3.8
10452024-05-13T18:15:53.518Z Downloaded proc-macro-crate v1.3.1
10462024-05-13T18:15:53.518Z Downloaded poly1305 v0.8.0
10472024-05-13T18:15:53.518Z Downloaded tinyvec_macros v0.1.1
10482024-05-13T18:15:53.518Z Downloaded similar v2.4.0
10492024-05-13T18:15:53.518Z Downloaded rustls-pemfile v1.0.3
10502024-05-13T18:15:53.518Z Downloaded proc-macro-error v1.0.4
10512024-05-13T18:15:53.518Z Downloaded predicates-tree v1.0.9
10522024-05-13T18:15:53.518Z Downloaded unicode-ident v1.0.12
10532024-05-13T18:15:53.518Z Downloaded want v0.3.1
10542024-05-13T18:15:53.518Z Downloaded slab v0.4.9
10552024-05-13T18:15:53.518Z Downloaded untrusted v0.9.0
10562024-05-13T18:15:53.518Z Downloaded untrusted v0.7.1
10572024-05-13T18:15:53.519Z Downloaded deranged v0.3.11
10582024-05-13T18:15:53.519Z Downloaded tokio-stream v0.1.15
10592024-05-13T18:15:53.519Z Downloaded unarray v0.1.4
10602024-05-13T18:15:53.519Z Downloaded reedline v0.31.0
10612024-05-13T18:15:53.519Z Downloaded strum v0.26.2
10622024-05-13T18:15:53.519Z Downloaded peg v0.8.3
10632024-05-13T18:15:53.519Z Downloaded getopts v0.2.21
10642024-05-13T18:15:53.519Z Downloaded ed25519 v1.5.3
10652024-05-13T18:15:53.519Z Downloaded xattr v1.0.1
10662024-05-13T18:15:53.519Z Downloaded globset v0.4.13
10672024-05-13T18:15:53.519Z Downloaded tokio-tungstenite v0.21.0
10682024-05-13T18:15:53.519Z Downloaded usdt-macro v0.3.5
10692024-05-13T18:15:53.519Z Downloaded erased-serde v0.3.31
10702024-05-13T18:15:53.519Z Downloaded serde-big-array v0.5.1
10712024-05-13T18:15:53.519Z Downloaded shlex v1.3.0
10722024-05-13T18:15:53.519Z Downloaded oso-derive v0.27.3
10732024-05-13T18:15:53.519Z Downloaded openssl-probe v0.1.5
10742024-05-13T18:15:53.523Z Downloaded swrite v0.1.0
10752024-05-13T18:15:53.524Z Downloaded usdt v0.3.5
10762024-05-13T18:15:53.524Z Downloaded pin-project-lite v0.2.13
10772024-05-13T18:15:53.524Z Downloaded glob v0.3.1
10782024-05-13T18:15:53.524Z Downloaded snafu v0.8.2
10792024-05-13T18:15:53.524Z Downloaded generic-array v0.14.7
10802024-05-13T18:15:53.524Z Downloaded nom v7.1.3
10812024-05-13T18:15:53.524Z Downloaded enum-as-inner v0.5.1
10822024-05-13T18:15:53.524Z Downloaded tungstenite v0.20.1
10832024-05-13T18:15:53.524Z Downloaded tungstenite v0.21.0
10842024-05-13T18:15:53.524Z Downloaded strum_macros v0.24.3
10852024-05-13T18:15:53.524Z Downloaded foreign-types v0.3.2
10862024-05-13T18:15:53.524Z Downloaded waitgroup v0.1.2
10872024-05-13T18:15:53.524Z Downloaded usdt-macro v0.5.0
10882024-05-13T18:15:53.525Z Downloaded env_logger v0.10.0
10892024-05-13T18:15:53.525Z Downloaded tokio-macros v2.2.0
10902024-05-13T18:15:53.525Z Downloaded getrandom v0.2.12
10912024-05-13T18:15:53.525Z Downloaded pkcs1 v0.7.5
10922024-05-13T18:15:53.525Z Downloaded der_derive v0.7.2
10932024-05-13T18:15:53.525Z Downloaded usdt-impl v0.5.0
10942024-05-13T18:15:53.525Z Downloaded sha2 v0.10.8
10952024-05-13T18:15:53.525Z Downloaded flume v0.11.0
10962024-05-13T18:15:53.525Z Downloaded serde_arrays v0.1.0
10972024-05-13T18:15:53.525Z Downloaded ron v0.7.1
10982024-05-13T18:15:53.525Z Downloaded pretty-hex v0.4.1
10992024-05-13T18:15:53.526Z Downloaded serde-big-array v0.4.1
11002024-05-13T18:15:53.526Z Downloaded itertools v0.10.5
11012024-05-13T18:15:53.526Z Downloaded fnv v1.0.7
11022024-05-13T18:15:53.526Z Downloaded tough v0.17.1
11032024-05-13T18:15:53.526Z Downloaded strsim v0.10.0
11042024-05-13T18:15:53.526Z Downloaded serde_urlencoded v0.7.1
11052024-05-13T18:15:53.526Z Downloaded ucd-trie v0.1.6
11062024-05-13T18:15:53.526Z Downloaded trust-dns-resolver v0.22.0
11072024-05-13T18:15:53.526Z Downloaded test-strategy v0.3.1
11082024-05-13T18:15:53.526Z Downloaded typenum v1.16.0
11092024-05-13T18:15:53.526Z Downloaded tokio-native-tls v0.3.1
11102024-05-13T18:15:53.526Z Downloaded tokio-util v0.7.10
11112024-05-13T18:15:53.527Z Downloaded dirs-next v2.0.0
11122024-05-13T18:15:53.527Z Downloaded pem-rfc7468 v0.7.0
11132024-05-13T18:15:53.527Z Downloaded foreign-types v0.5.0
11142024-05-13T18:15:53.527Z Downloaded flate2 v1.0.28
11152024-05-13T18:15:53.527Z Downloaded publicsuffix v2.2.3
11162024-05-13T18:15:53.527Z Downloaded hashbrown v0.12.3
11172024-05-13T18:15:53.527Z Downloaded peeking_take_while v0.1.2
11182024-05-13T18:15:53.527Z Downloaded rustversion v1.0.14
11192024-05-13T18:15:53.527Z Downloaded darling v0.20.8
11202024-05-13T18:15:53.527Z Downloaded slog-bunyan v2.5.0
11212024-05-13T18:15:53.527Z Downloaded quote v1.0.36
11222024-05-13T18:15:53.527Z Downloaded uzers v0.11.3
11232024-05-13T18:15:53.527Z Downloaded supports-color v3.0.0
11242024-05-13T18:15:53.527Z Downloaded packed_struct_codegen v0.10.1
11252024-05-13T18:15:53.527Z Downloaded futures-io v0.3.30
11262024-05-13T18:15:53.528Z Downloaded slog-dtrace v0.3.0
11272024-05-13T18:15:53.528Z Downloaded trust-dns-server v0.22.1
11282024-05-13T18:15:53.528Z Downloaded stringprep v0.1.3
11292024-05-13T18:15:53.528Z Downloaded dtrace-parser v0.2.0
11302024-05-13T18:15:53.528Z Downloaded dirs-sys-next v0.1.2
11312024-05-13T18:15:53.528Z Downloaded either v1.11.0
11322024-05-13T18:15:53.528Z Downloaded pkcs8 v0.10.2
11332024-05-13T18:15:53.528Z Downloaded thiserror v1.0.59
11342024-05-13T18:15:53.528Z Downloaded rustls-pemfile v2.1.2
11352024-05-13T18:15:53.528Z Downloaded derive_builder v0.20.0
11362024-05-13T18:15:53.528Z Downloaded digest v0.10.7
11372024-05-13T18:15:53.528Z Downloaded schemars_derive v0.8.17
11382024-05-13T18:15:53.528Z Downloaded schemars v0.8.17
11392024-05-13T18:15:53.529Z Downloaded derive_builder_core v0.20.0
11402024-05-13T18:15:53.529Z Downloaded expectorate v1.1.0
11412024-05-13T18:15:53.529Z Downloaded packed_struct v0.10.1
11422024-05-13T18:15:53.529Z Downloaded ff v0.13.0
11432024-05-13T18:15:53.529Z Downloaded slog v2.7.0
11442024-05-13T18:15:53.529Z Downloaded env_logger v0.9.3
11452024-05-13T18:15:53.529Z Downloaded tinyvec v1.6.0
11462024-05-13T18:15:53.529Z Downloaded url v2.5.0
11472024-05-13T18:15:53.529Z Downloaded uuid v1.8.0
11482024-05-13T18:15:53.529Z Downloaded steno v0.4.0
11492024-05-13T18:15:53.529Z Downloaded textwrap v0.16.1
11502024-05-13T18:15:53.529Z Downloaded rustls-webpki v0.102.1
11512024-05-13T18:15:53.943Z Downloaded tokio-rustls v0.25.0
11522024-05-13T18:15:53.943Z Downloaded der v0.7.8
11532024-05-13T18:15:53.943Z Downloaded pest v2.7.6
11542024-05-13T18:15:53.947Z Downloaded serde_yaml v0.9.25
11552024-05-13T18:15:53.947Z Downloaded rustyline v14.0.0
11562024-05-13T18:15:53.947Z Downloaded zerocopy v0.7.32
11572024-05-13T18:15:53.947Z Downloaded rayon-core v1.12.1
11582024-05-13T18:15:53.947Z Downloaded prettyplease v0.2.19
11592024-05-13T18:15:53.947Z Downloaded chrono v0.4.38
11602024-05-13T18:15:53.947Z Downloaded rcgen v0.12.1
11612024-05-13T18:15:53.947Z Downloaded x509-cert v0.2.4
11622024-05-13T18:15:53.947Z Downloaded num-bigint-dig v0.8.4
11632024-05-13T18:15:53.947Z Downloaded rayon v1.10.0
11642024-05-13T18:15:53.947Z Downloaded rand v0.8.5
11652024-05-13T18:15:53.947Z Downloaded futures-util v0.3.30
11662024-05-13T18:15:53.948Z Downloaded tokio-postgres v0.7.10
11672024-05-13T18:15:53.948Z Downloaded lalrpop v0.19.12
11682024-05-13T18:15:53.948Z Downloaded portable-atomic v1.4.3
11692024-05-13T18:15:53.948Z Downloaded sqlparser v0.45.0
11702024-05-13T18:15:53.948Z Downloaded winnow v0.6.1
11712024-05-13T18:15:53.948Z Downloaded vcpkg v0.2.15
11722024-05-13T18:15:53.948Z Downloaded serde_with v3.7.0
11732024-05-13T18:15:53.948Z Downloaded quick-xml v0.31.0
11742024-05-13T18:15:53.948Z Downloaded syn v2.0.60
11752024-05-13T18:15:53.948Z Downloaded webpki-roots v0.25.2
11762024-05-13T18:15:53.948Z Downloaded syn v1.0.109
11772024-05-13T18:15:53.948Z Downloaded petgraph v0.6.4
11782024-05-13T18:15:53.948Z Downloaded regex v1.10.4
11792024-05-13T18:15:53.948Z Downloaded nix v0.28.0
11802024-05-13T18:15:53.948Z Downloaded bstr v1.9.0
11812024-05-13T18:15:53.948Z Downloaded smoltcp v0.9.1
11822024-05-13T18:15:53.949Z Downloaded regex-syntax v0.6.29
11832024-05-13T18:15:53.949Z Downloaded radix_trie v0.2.1
11842024-05-13T18:15:53.949Z Downloaded trust-dns-proto v0.22.0
11852024-05-13T18:15:53.949Z Downloaded gimli v0.28.0
11862024-05-13T18:15:53.949Z Downloaded object v0.30.4
11872024-05-13T18:15:53.949Z Downloaded openssl v0.10.64
11882024-05-13T18:15:53.949Z Downloaded object v0.32.1
11892024-05-13T18:15:53.949Z Downloaded curve25519-dalek v4.1.2
11902024-05-13T18:15:53.949Z Downloaded smoltcp v0.11.0
11912024-05-13T18:15:53.949Z Downloaded openapiv3 v2.0.0
11922024-05-13T18:15:53.949Z Downloaded ratatui v0.26.2
11932024-05-13T18:15:53.949Z Downloaded zerocopy-derive v0.2.0
11942024-05-13T18:15:53.949Z Downloaded sled v0.34.7
11952024-05-13T18:15:53.949Z Downloaded zerocopy-derive v0.6.6
11962024-05-13T18:15:53.949Z Downloaded bzip2-sys v0.1.11+1.0.8
11972024-05-13T18:15:53.953Z Downloaded regex-automata v0.4.5
11982024-05-13T18:15:53.968Z Downloaded tokio v1.37.0
11992024-05-13T18:15:54.003Z Downloaded libc v0.2.153
12002024-05-13T18:15:54.040Z Downloaded encoding_rs v0.8.33
12012024-05-13T18:15:54.082Z Downloaded csv v1.3.0
12022024-05-13T18:15:54.092Z Downloaded sha3 v0.10.8
12032024-05-13T18:15:54.092Z Downloaded regress v0.9.1
12042024-05-13T18:15:54.096Z Downloaded regex-syntax v0.8.2
12052024-05-13T18:15:54.102Z Downloaded rustls v0.22.4
12062024-05-13T18:15:54.122Z Downloaded rustix v0.38.31
12072024-05-13T18:15:54.138Z Downloaded rustls v0.21.9
12082024-05-13T18:15:54.147Z Downloaded diesel v2.1.6
12092024-05-13T18:15:54.165Z Downloaded polar-core v0.27.3
12102024-05-13T18:15:54.175Z Downloaded idna v0.5.0
12112024-05-13T18:15:54.181Z Downloaded proptest v1.4.0
12122024-05-13T18:15:54.191Z Downloaded idna v0.2.3
12132024-05-13T18:15:54.196Z Downloaded bstr v0.2.17
12142024-05-13T18:15:54.207Z Downloaded goblin v0.8.0
12152024-05-13T18:15:54.212Z Downloaded hashbrown v0.14.3
12162024-05-13T18:15:54.217Z Downloaded unicode-normalization v0.1.22
12172024-05-13T18:15:54.221Z Downloaded serde_json v1.0.116
12182024-05-13T18:15:54.228Z Downloaded rustls-webpki v0.101.7
12192024-05-13T18:15:54.242Z Downloaded idna v0.3.0
12202024-05-13T18:15:54.252Z Downloaded bitvec v1.0.1
12212024-05-13T18:15:54.684Z Downloaded tabled v0.15.0
12222024-05-13T18:15:54.696Z Downloaded hyper v0.14.28
12232024-05-13T18:15:54.696Z Downloaded openssl-sys v0.9.102
12242024-05-13T18:15:54.696Z Downloaded hashbrown v0.13.2
12252024-05-13T18:15:54.696Z Downloaded signal-hook v0.3.17
12262024-05-13T18:15:54.697Z Downloaded darling_core v0.20.8
12272024-05-13T18:15:54.697Z Downloaded trust-dns-client v0.22.0
12282024-05-13T18:15:54.697Z Downloaded winnow v0.5.15
12292024-05-13T18:15:54.697Z Downloaded oso v0.27.3
12302024-05-13T18:15:54.697Z Downloaded dyn-clone v1.0.17
12312024-05-13T18:15:54.697Z Downloaded owo-colors v4.0.0
12322024-05-13T18:15:54.697Z Downloaded fatfs v0.3.6
12332024-05-13T18:15:54.697Z Downloaded h2 v0.3.26
12342024-05-13T18:15:54.697Z Downloaded tracing-core v0.1.32
12352024-05-13T18:15:54.697Z Downloaded serde_plain v1.0.2
12362024-05-13T18:15:54.697Z Downloaded toml_edit v0.19.15
12372024-05-13T18:15:54.697Z Downloaded form_urlencoded v1.2.1
12382024-05-13T18:15:54.697Z Downloaded strip-ansi-escapes v0.2.0
12392024-05-13T18:15:54.697Z Downloaded usdt v0.5.0
12402024-05-13T18:15:54.698Z Downloaded pest_meta v2.7.6
12412024-05-13T18:15:54.698Z Downloaded thiserror-impl v1.0.59
12422024-05-13T18:15:54.698Z Downloaded olpc-cjson v0.1.3
12432024-05-13T18:15:54.698Z Downloaded utf8parse v0.2.1
12442024-05-13T18:15:54.698Z Downloaded utf-8 v0.7.6
12452024-05-13T18:15:54.698Z Downloaded futures-executor v0.3.30
12462024-05-13T18:15:54.698Z Downloaded pest_derive v2.7.6
12472024-05-13T18:15:54.698Z Downloaded reqwest v0.11.27
12482024-05-13T18:15:54.698Z Downloaded clap_builder v4.5.2
12492024-05-13T18:15:54.698Z Downloaded libxml v0.3.3
12502024-05-13T18:15:54.698Z Downloaded libm v0.2.7
12512024-05-13T18:15:54.698Z Downloaded derive-where v1.2.7
12522024-05-13T18:15:54.698Z Downloaded subprocess v0.2.9
12532024-05-13T18:15:54.699Z Downloaded unicode-segmentation v1.10.1
12542024-05-13T18:15:54.699Z Downloaded toml_edit v0.22.12
12552024-05-13T18:15:54.699Z Downloaded time v0.3.34
12562024-05-13T18:15:54.699Z Downloaded itertools v0.12.1
12572024-05-13T18:15:54.699Z Downloaded pem v3.0.4
12582024-05-13T18:15:54.699Z Downloaded pretty-hex v0.2.1
12592024-05-13T18:15:54.699Z Downloaded portpicker v0.1.1
12602024-05-13T18:15:54.699Z Downloaded serde-hex v0.1.0
12612024-05-13T18:15:54.699Z Downloaded percent-encoding v2.3.1
12622024-05-13T18:15:54.699Z Downloaded fd-lock v4.0.2
12632024-05-13T18:15:54.699Z Downloaded crossterm v0.27.0
12642024-05-13T18:15:54.699Z Downloaded embedded-io v0.4.0
12652024-05-13T18:15:54.699Z Downloaded wyz v0.5.1
12662024-05-13T18:15:54.699Z Downloaded strum_macros v0.26.1
12672024-05-13T18:15:54.699Z Downloaded smf v0.2.3
12682024-05-13T18:15:54.699Z Downloaded smallvec v0.6.14
12692024-05-13T18:15:54.700Z Downloaded elliptic-curve v0.13.8
12702024-05-13T18:15:54.700Z Downloaded openssl-macros v0.1.1
12712024-05-13T18:15:54.700Z Downloaded serde v1.0.201
12722024-05-13T18:15:54.700Z Downloaded ref-cast-impl v1.0.22
12732024-05-13T18:15:54.700Z Downloaded ref-cast v1.0.22
12742024-05-13T18:15:54.700Z Downloaded predicates-core v1.0.6
12752024-05-13T18:15:54.700Z Downloaded blake3 v1.5.0
12762024-05-13T18:15:54.700Z Downloaded postcard v1.0.8
12772024-05-13T18:15:54.700Z Downloaded yasna v0.5.2
12782024-05-13T18:15:54.700Z Downloaded tracing-attributes v0.1.27
12792024-05-13T18:15:54.700Z Downloaded ring v0.17.8
12802024-05-13T18:15:54.700Z Downloaded tokio-tungstenite v0.20.1
12812024-05-13T18:15:54.700Z Downloaded term v0.7.0
12822024-05-13T18:15:54.700Z Downloaded pin-project v1.1.3
12832024-05-13T18:15:54.700Z Downloaded smawk v0.3.1
12842024-05-13T18:15:54.700Z Downloaded subtle v2.5.0
12852024-05-13T18:15:54.700Z Downloaded zerocopy v0.6.6
12862024-05-13T18:15:54.701Z Downloaded tracing v0.1.40
12872024-05-13T18:15:54.701Z Downloaded memchr v2.7.1
12882024-05-13T18:15:54.701Z Downloaded unsafe-libyaml v0.2.10
12892024-05-13T18:15:54.701Z Downloaded parking_lot v0.11.2
12902024-05-13T18:15:54.701Z Downloaded futures v0.3.30
12912024-05-13T18:15:54.701Z Downloaded data-encoding v2.4.0
12922024-05-13T18:15:54.701Z Downloaded unicode-linebreak v0.1.5
12932024-05-13T18:15:54.701Z Downloaded diff v0.1.13
12942024-05-13T18:15:54.701Z Downloaded serde_repr v0.1.16
12952024-05-13T18:15:54.701Z Downloaded ring v0.16.20
12962024-05-13T18:15:54.701Z Downloaded diesel_derives v2.1.2
12972024-05-13T18:15:54.701Z Downloaded crypto-bigint v0.5.2
12982024-05-13T18:15:54.701Z Downloaded termcolor v1.2.0
12992024-05-13T18:15:54.701Z Downloaded parking_lot v0.12.1
13002024-05-13T18:15:54.701Z Downloaded smallvec v1.13.1
13012024-05-13T18:15:54.701Z Downloaded scroll v0.12.0
13022024-05-13T18:15:54.701Z Downloaded minimal-lexical v0.2.1
13032024-05-13T18:15:54.712Z Downloaded snafu-derive v0.8.2
13042024-05-13T18:15:54.712Z Downloaded toml v0.8.12
13052024-05-13T18:15:54.712Z Downloaded parking_lot_core v0.8.6
13062024-05-13T18:15:54.712Z Downloaded postgres-types v0.2.6
13072024-05-13T18:15:54.712Z Downloaded postgres-protocol v0.6.6
13082024-05-13T18:15:54.712Z Downloaded scopeguard v1.2.0
13092024-05-13T18:15:54.712Z Downloaded pin-project-internal v1.1.3
13102024-05-13T18:15:54.712Z Downloaded futures-channel v0.3.30
13112024-05-13T18:15:54.712Z Downloaded chacha20poly1305 v0.10.1
13122024-05-13T18:15:54.724Z Downloaded socket2 v0.4.9
13132024-05-13T18:15:54.724Z Downloaded unicode-bidi v0.3.15
13142024-05-13T18:15:54.724Z Downloaded flagset v0.4.3
13152024-05-13T18:15:54.724Z Downloaded pkg-config v0.3.27
13162024-05-13T18:15:54.724Z Downloaded semver v1.0.22
13172024-05-13T18:15:54.724Z Downloaded sec1 v0.7.3
13182024-05-13T18:15:54.744Z Downloaded num-rational v0.4.1
13192024-05-13T18:15:54.744Z Downloaded const_format v0.2.32
13202024-05-13T18:15:54.744Z Downloaded powerfmt v0.2.0
13212024-05-13T18:15:54.744Z Downloaded num-complex v0.4.5
13222024-05-13T18:15:54.744Z Downloaded defmt v0.3.5
13232024-05-13T18:15:54.744Z Downloaded num_cpus v1.16.0
13242024-05-13T18:15:54.744Z Downloaded futures-core v0.3.30
13252024-05-13T18:15:54.744Z Downloaded funty v2.0.0
13262024-05-13T18:15:54.760Z Downloaded fragile v2.0.0
13272024-05-13T18:15:54.760Z Downloaded rustc-demangle v0.1.23
13282024-05-13T18:15:54.760Z Downloaded zip v0.6.6
13292024-05-13T18:15:54.760Z Downloaded rsa v0.9.2
13302024-05-13T18:15:54.760Z Downloaded platforms v3.0.2
13312024-05-13T18:15:54.760Z Downloaded omicron-zone-package v0.11.0
13322024-05-13T18:15:54.761Z Downloaded spin v0.9.8
13332024-05-13T18:15:54.765Z Downloaded slog-envlogger v2.2.0
13342024-05-13T18:15:54.765Z Downloaded siphasher v0.3.11
13352024-05-13T18:15:54.765Z Downloaded rustc_version v0.4.0
13362024-05-13T18:15:54.765Z Downloaded peg-macros v0.8.3
13372024-05-13T18:15:54.765Z Downloaded parse-display-derive v0.9.0
13382024-05-13T18:15:54.765Z Downloaded termios v0.3.3
13392024-05-13T18:15:54.765Z Downloaded stable_deref_trait v1.2.0
13402024-05-13T18:15:54.765Z Downloaded sqlformat v0.2.3
13412024-05-13T18:15:54.766Z Downloaded rand_seeder v0.2.3
13422024-05-13T18:15:54.766Z Downloaded rand_core v0.6.4
13432024-05-13T18:15:54.766Z Downloaded ron v0.8.1
13442024-05-13T18:15:54.770Z Downloaded indicatif v0.17.8
13452024-05-13T18:15:54.774Z Downloaded compact_str v0.7.1
13462024-05-13T18:15:54.778Z Downloaded mockall_derive v0.12.1
13472024-05-13T18:15:54.778Z Downloaded cc v1.0.83
13482024-05-13T18:15:54.782Z Downloaded base64 v0.21.7
13492024-05-13T18:15:54.786Z Downloaded base64 v0.13.1
13502024-05-13T18:15:54.793Z Downloaded which v4.4.0
13512024-05-13T18:15:54.793Z Downloaded nu-ansi-term v0.50.0
13522024-05-13T18:15:54.793Z Downloaded multer v3.1.0
13532024-05-13T18:15:54.796Z Downloaded mime_guess v2.0.4
13542024-05-13T18:15:54.796Z Downloaded libloading v0.7.4
13552024-05-13T18:15:54.796Z Downloaded dtrace-parser v0.1.14
13562024-05-13T18:15:54.796Z Downloaded dof v0.3.0
13572024-05-13T18:15:54.797Z Downloaded zone v0.1.8
13582024-05-13T18:15:54.799Z Downloaded slog-term v2.9.1
13592024-05-13T18:15:54.799Z Downloaded serde_with_macros v3.7.0
13602024-05-13T18:15:54.802Z Downloaded cookie v0.18.1
13612024-05-13T18:15:54.805Z Downloaded clang-sys v1.6.1
13622024-05-13T18:15:54.805Z Downloaded thiserror-impl-no-std v2.0.2
13632024-05-13T18:15:54.810Z Downloaded synstructure v0.12.6
13642024-05-13T18:15:54.810Z Downloaded structmeta v0.3.0
13652024-05-13T18:15:54.810Z Downloaded serde_spanned v0.6.5
13662024-05-13T18:15:54.810Z Downloaded nanorand v0.7.0
13672024-05-13T18:15:54.813Z Downloaded hyper-rustls v0.24.2
13682024-05-13T18:15:54.814Z Downloaded ciborium v0.2.2
13692024-05-13T18:15:54.817Z Downloaded bytes v1.6.0
13702024-05-13T18:15:54.820Z Downloaded ipnetwork v0.20.0
13712024-05-13T18:15:54.820Z Downloaded newtype-uuid v1.1.0
13722024-05-13T18:15:54.823Z Downloaded newline-converter v0.3.0
13732024-05-13T18:15:54.823Z Downloaded multimap v0.10.0
13742024-05-13T18:15:54.823Z Downloaded libefi-sys v0.1.0
13752024-05-13T18:15:54.823Z Downloaded slog-async v2.8.0
13762024-05-13T18:15:54.826Z Downloaded mockall v0.12.1
13772024-05-13T18:15:54.827Z Downloaded lalrpop-util v0.19.12
13782024-05-13T18:15:54.827Z Downloaded kstat-rs v0.2.3
13792024-05-13T18:15:54.830Z Downloaded indoc v2.0.3
13802024-05-13T18:15:54.830Z Downloaded cpufeatures v0.2.12
13812024-05-13T18:15:54.833Z Downloaded keccak v0.1.4
13822024-05-13T18:15:54.833Z Downloaded indoc v1.0.9
13832024-05-13T18:15:54.836Z Downloaded lazycell v1.3.0
13842024-05-13T18:15:54.836Z Downloaded lazy_static v1.4.0
13852024-05-13T18:15:54.836Z Downloaded signal-hook-tokio v0.3.1
13862024-05-13T18:15:54.836Z Downloaded same-file v1.0.6
13872024-05-13T18:15:54.839Z Downloaded mime v0.3.17
13882024-05-13T18:15:54.839Z Downloaded memoffset v0.7.1
13892024-05-13T18:15:54.839Z Downloaded itoa v1.0.9
13902024-05-13T18:15:54.842Z Downloaded colored v2.1.0
13912024-05-13T18:15:54.842Z Downloaded chacha20 v0.9.1
13922024-05-13T18:15:54.845Z Downloaded constant_time_eq v0.3.0
13932024-05-13T18:15:54.845Z Downloaded clap_lex v0.7.0
13942024-05-13T18:15:54.845Z Downloaded cipher v0.4.4
13952024-05-13T18:15:54.848Z Downloaded ciborium-ll v0.2.2
13962024-05-13T18:15:54.848Z Downloaded is-terminal v0.4.9
13972024-05-13T18:15:54.848Z Downloaded match_cfg v0.1.0
13982024-05-13T18:15:54.851Z Downloaded crossbeam-deque v0.8.3
13992024-05-13T18:15:54.851Z Downloaded cobs v0.2.3
14002024-05-13T18:15:54.851Z Downloaded hostname v0.3.1
14012024-05-13T18:15:54.854Z Downloaded hmac v0.12.1
14022024-05-13T18:15:54.854Z Downloaded hex v0.4.3
14032024-05-13T18:15:54.857Z Downloaded block-buffer v0.10.4
14042024-05-13T18:15:54.857Z Downloaded async-stream v0.3.5
14052024-05-13T18:15:54.860Z Downloaded async-recursion v1.1.0
14062024-05-13T18:15:54.863Z Downloaded array-init v0.0.4
14072024-05-13T18:15:54.863Z Downloaded hubpack v0.1.2
14082024-05-13T18:15:54.863Z Downloaded http-body v0.4.5
14092024-05-13T18:15:54.866Z Downloaded heck v0.5.0
14102024-05-13T18:15:54.866Z Downloaded heck v0.3.3
14112024-05-13T18:15:54.869Z Downloaded argon2 v0.5.3
14122024-05-13T18:15:54.869Z Downloaded highway v1.1.0
14132024-05-13T18:15:54.869Z Downloaded backoff v0.4.0
14142024-05-13T18:15:54.872Z Downloaded atomicwrites v0.4.3
14152024-05-13T18:15:54.872Z Downloaded bindgen v0.69.2
14162024-05-13T18:15:54.878Z Downloaded atomic-waker v1.1.1
14172024-05-13T18:15:54.881Z Downloaded crossbeam-utils v0.8.19
14182024-05-13T18:15:54.885Z Downloaded assert_matches v1.5.0
14192024-05-13T18:15:54.885Z Downloaded ascii-canvas v3.0.0
14202024-05-13T18:15:54.885Z Downloaded bb8 v0.8.3
14212024-05-13T18:15:54.885Z Downloaded async-trait v0.1.80
14222024-05-13T18:15:54.888Z Downloaded async-stream-impl v0.3.5
14232024-05-13T18:15:54.891Z Downloaded anyhow v1.0.82
14242024-05-13T18:15:54.891Z Downloaded anstyle-parse v0.2.1
14252024-05-13T18:15:55.340Z Compiling proc-macro2 v1.0.81
14262024-05-13T18:15:55.340Z Compiling unicode-ident v1.0.12
14272024-05-13T18:15:55.344Z Compiling libc v0.2.153
14282024-05-13T18:15:55.344Z Compiling serde v1.0.201
14292024-05-13T18:15:55.344Z Compiling version_check v0.9.4
14302024-05-13T18:15:55.344Z Compiling autocfg v1.1.0
14312024-05-13T18:15:55.344Z Compiling cfg-if v1.0.0
14322024-05-13T18:15:55.653Z Compiling once_cell v1.19.0
14332024-05-13T18:15:55.676Z Compiling byteorder v1.5.0
14342024-05-13T18:15:55.676Z Compiling parking_lot_core v0.9.8
14352024-05-13T18:15:56.032Z Compiling memchr v2.7.1
14362024-05-13T18:15:56.128Z Compiling lock_api v0.4.10
14372024-05-13T18:15:56.143Z Compiling ahash v0.8.8
14382024-05-13T18:15:56.144Z Compiling serde_json v1.0.116
14392024-05-13T18:15:57.100Z Compiling libm v0.2.7
14402024-05-13T18:15:58.594Z Compiling num-traits v0.2.18
14412024-05-13T18:15:58.597Z Compiling thiserror v1.0.59
14422024-05-13T18:15:58.620Z Compiling log v0.4.21
14432024-05-13T18:15:58.623Z Compiling itoa v1.0.9
14442024-05-13T18:15:58.735Z Compiling typenum v1.16.0
14452024-05-13T18:15:58.986Z Compiling generic-array v0.14.7
14462024-05-13T18:15:59.081Z Compiling allocator-api2 v0.2.16
14472024-05-13T18:15:59.298Z Compiling pkg-config v0.3.27
14482024-05-13T18:15:59.701Z Compiling quote v1.0.36
14492024-05-13T18:16:00.044Z Compiling cc v1.0.83
14502024-05-13T18:16:00.154Z Compiling syn v2.0.60
14512024-05-13T18:16:00.192Z Compiling getrandom v0.2.12
14522024-05-13T18:16:00.396Z Compiling slab v0.4.9
14532024-05-13T18:16:00.565Z Compiling scopeguard v1.2.0
14542024-05-13T18:16:00.758Z Compiling ryu v1.0.15
14552024-05-13T18:16:00.821Z Compiling equivalent v1.0.1
14562024-05-13T18:16:01.073Z Compiling vcpkg v0.2.15
14572024-05-13T18:16:01.099Z Compiling schemars v0.8.17
14582024-05-13T18:16:01.515Z Compiling fnv v1.0.7
14592024-05-13T18:16:01.538Z Compiling pin-project-lite v0.2.13
14602024-05-13T18:16:01.660Z Compiling smallvec v1.13.1
14612024-05-13T18:16:01.722Z Compiling syn v1.0.109
14622024-05-13T18:16:02.150Z Compiling num-conv v0.1.0
14632024-05-13T18:16:02.274Z Compiling time-core v0.1.2
14642024-05-13T18:16:02.459Z Compiling time-macros v0.2.17
14652024-05-13T18:16:02.572Z Compiling ring v0.17.8
14662024-05-13T18:16:02.773Z Compiling openssl-sys v0.9.102
14672024-05-13T18:16:03.068Z Compiling ring v0.16.20
14682024-05-13T18:16:03.098Z Compiling parking_lot v0.12.1
14692024-05-13T18:16:03.472Z Compiling httparse v1.8.0
14702024-05-13T18:16:04.243Z Compiling rustix v0.38.31
14712024-05-13T18:16:04.299Z Compiling crossbeam-utils v0.8.19
14722024-05-13T18:16:04.702Z Compiling signal-hook-registry v1.4.1
14732024-05-13T18:16:04.865Z Compiling openssl v0.10.64
14742024-05-13T18:16:05.297Z Compiling mio v0.8.11
14752024-05-13T18:16:05.759Z Compiling semver v1.0.22
14762024-05-13T18:16:06.240Z Compiling rand_core v0.6.4
14772024-05-13T18:16:06.363Z Compiling iana-time-zone v0.1.57
14782024-05-13T18:16:06.453Z Compiling tinyvec_macros v0.1.1
14792024-05-13T18:16:06.553Z Compiling rustls v0.21.9
14802024-05-13T18:16:06.637Z Compiling futures-core v0.3.30
14812024-05-13T18:16:06.683Z Compiling native-tls v0.2.11
14822024-05-13T18:16:06.847Z Compiling tinyvec v1.6.0
14832024-05-13T18:16:06.869Z Compiling num_cpus v1.16.0
14842024-05-13T18:16:07.011Z Compiling socket2 v0.5.6
14852024-05-13T18:16:07.793Z Compiling serde_derive_internals v0.29.0
14862024-05-13T18:16:07.981Z Compiling cookie v0.17.0
14872024-05-13T18:16:08.288Z Compiling unicode-normalization v0.1.22
14882024-05-13T18:16:08.312Z Compiling futures-sink v0.3.30
14892024-05-13T18:16:08.479Z Compiling unicode-bidi v0.3.15
14902024-05-13T18:16:09.076Z Compiling spin v0.5.2
14912024-05-13T18:16:09.137Z Compiling futures-channel v0.3.30
14922024-05-13T18:16:09.298Z Compiling backtrace v0.3.69
14932024-05-13T18:16:09.425Z Compiling aho-corasick v1.1.2
14942024-05-13T18:16:09.546Z Compiling regex-syntax v0.8.2
14952024-05-13T18:16:09.606Z Compiling futures-task v0.3.30
14962024-05-13T18:16:09.772Z Compiling slog v2.7.0
14972024-05-13T18:16:10.214Z Compiling dyn-clone v1.0.17
14982024-05-13T18:16:10.226Z Compiling futures-io v0.3.30
14992024-05-13T18:16:10.226Z Compiling pin-utils v0.1.0
15002024-05-13T18:16:10.226Z Compiling heck v0.5.0
15012024-05-13T18:16:10.227Z Compiling spin v0.9.8
15022024-05-13T18:16:10.715Z Compiling tracing-core v0.1.32
15032024-05-13T18:16:11.718Z Compiling ucd-trie v0.1.6
15042024-05-13T18:16:11.757Z Compiling anyhow v1.0.82
15052024-05-13T18:16:11.849Z Compiling const-oid v0.9.6
15062024-05-13T18:16:12.274Z Compiling subtle v2.5.0
15072024-05-13T18:16:12.290Z Compiling winnow v0.5.15
15082024-05-13T18:16:12.506Z Compiling percent-encoding v2.3.1
15092024-05-13T18:16:12.833Z Compiling regex-automata v0.4.5
15102024-05-13T18:16:13.248Z Compiling serde_derive v1.0.201
15112024-05-13T18:16:13.411Z Compiling zerocopy-derive v0.7.32
15122024-05-13T18:16:13.661Z Compiling zeroize_derive v1.4.2
15132024-05-13T18:16:14.972Z Compiling thiserror-impl v1.0.59
15142024-05-13T18:16:14.982Z Compiling tokio-macros v2.2.0
15152024-05-13T18:16:15.260Z Compiling zerocopy v0.7.32
15162024-05-13T18:16:15.847Z Compiling futures-macro v0.3.30
15172024-05-13T18:16:16.524Z Compiling tracing-attributes v0.1.27
15182024-05-13T18:16:16.723Z Compiling schemars_derive v0.8.17
15192024-05-13T18:16:17.545Z Compiling hashbrown v0.14.3
15202024-05-13T18:16:17.796Z Compiling zeroize v1.7.0
15212024-05-13T18:16:18.177Z Compiling openssl-macros v0.1.1
15222024-05-13T18:16:19.351Z Compiling futures-util v0.3.30
15232024-05-13T18:16:19.613Z Compiling scroll_derive v0.12.0
15242024-05-13T18:16:19.886Z Compiling tracing v0.1.40
15252024-05-13T18:16:19.890Z Compiling regex v1.10.4
15262024-05-13T18:16:20.398Z Compiling pest v2.7.6
15272024-05-13T18:16:22.404Z Compiling heck v0.4.1
15282024-05-13T18:16:22.829Z Compiling crc32fast v1.3.2
15292024-05-13T18:16:22.952Z Compiling pest_meta v2.7.6
15302024-05-13T18:16:25.625Z Compiling foreign-types-shared v0.1.1
15312024-05-13T18:16:25.849Z Compiling untrusted v0.7.1
15322024-05-13T18:16:26.024Z Compiling powerfmt v0.2.0
15332024-05-13T18:16:26.354Z Compiling bytes v1.6.0
15342024-05-13T18:16:26.376Z Compiling indexmap v2.2.6
15352024-05-13T18:16:27.028Z Compiling bitflags v2.4.2
15362024-05-13T18:16:27.131Z Compiling chrono v0.4.38
15372024-05-13T18:16:27.416Z Compiling uuid v1.8.0
15382024-05-13T18:16:27.612Z Compiling tokio v1.37.0
15392024-05-13T18:16:27.792Z Compiling serde_tokenstream v0.2.0
15402024-05-13T18:16:28.338Z Compiling toml_datetime v0.6.5
15412024-05-13T18:16:28.448Z Compiling serde_spanned v0.6.5
15422024-05-13T18:16:28.669Z Compiling http v0.2.12
15432024-05-13T18:16:30.748Z Compiling toml_edit v0.19.15
15442024-05-13T18:16:32.742Z Compiling untrusted v0.9.0
15452024-05-13T18:16:34.265Z Compiling deranged v0.3.11
15462024-05-13T18:16:36.399Z Compiling tokio-util v0.7.10
15472024-05-13T18:16:36.468Z Compiling foreign-types v0.3.2
15482024-05-13T18:16:36.977Z Compiling pest_generator v2.7.6
15492024-05-13T18:16:37.496Z Compiling crypto-common v0.1.6
15502024-05-13T18:16:37.832Z Compiling der_derive v0.7.2
15512024-05-13T18:16:37.954Z Compiling form_urlencoded v1.2.1
15522024-05-13T18:16:38.483Z Compiling errno v0.3.8
15532024-05-13T18:16:38.706Z Compiling num_threads v0.1.6
15542024-05-13T18:16:38.904Z Compiling try-lock v0.2.4
15552024-05-13T18:16:39.067Z Compiling base64 v0.21.7
15562024-05-13T18:16:39.785Z Compiling want v0.3.1
15572024-05-13T18:16:40.069Z Compiling pest_derive v2.7.6
15582024-05-13T18:16:40.166Z Compiling time v0.3.34
15592024-05-13T18:16:41.587Z Compiling h2 v0.3.26
15602024-05-13T18:16:41.836Z Compiling sct v0.7.0
15612024-05-13T18:16:42.139Z Compiling rustls-webpki v0.101.7
15622024-05-13T18:16:43.266Z Compiling http-body v0.4.5
15632024-05-13T18:16:43.693Z Compiling rustc_version v0.4.0
15642024-05-13T18:16:43.850Z Compiling block-buffer v0.10.4
15652024-05-13T18:16:43.913Z Compiling async-trait v0.1.80
15662024-05-13T18:16:44.131Z Compiling idna v0.5.0
15672024-05-13T18:16:44.354Z Compiling usdt-impl v0.5.0
15682024-05-13T18:16:44.741Z Compiling httpdate v1.0.3
15692024-05-13T18:16:44.992Z Compiling unicode-width v0.1.11
15702024-05-13T18:16:45.137Z Compiling openssl-probe v0.1.5
15712024-05-13T18:16:45.357Z Compiling rustversion v1.0.14
15722024-05-13T18:16:45.424Z Compiling tower-service v0.3.2
15732024-05-13T18:16:46.328Z Compiling url v2.5.0
15742024-05-13T18:16:47.784Z Compiling heapless v0.7.16
15752024-05-13T18:16:47.974Z Compiling digest v0.10.7
15762024-05-13T18:16:48.352Z Compiling scroll v0.12.0
15772024-05-13T18:16:48.406Z Compiling hyper v0.14.28
15782024-05-13T18:16:48.429Z Compiling idna v0.3.0
15792024-05-13T18:16:48.998Z Compiling bzip2-sys v0.1.11+1.0.8
15802024-05-13T18:16:49.845Z Compiling adler v1.0.2
15812024-05-13T18:16:49.902Z Compiling psl-types v2.0.11
15822024-05-13T18:16:50.126Z Compiling plain v0.2.3
15832024-05-13T18:16:50.289Z Compiling ppv-lite86 v0.2.17
15842024-05-13T18:16:50.859Z Compiling signal-hook v0.3.17
15852024-05-13T18:16:51.073Z Compiling rand_chacha v0.3.1
15862024-05-13T18:16:51.160Z Compiling goblin v0.8.0
15872024-05-13T18:16:51.546Z Compiling publicsuffix v2.2.3
15882024-05-13T18:16:51.807Z Compiling miniz_oxide v0.7.1
15892024-05-13T18:16:53.010Z Compiling tokio-rustls v0.24.1
15902024-05-13T18:16:53.128Z Compiling crossbeam-epoch v0.9.18
15912024-05-13T18:16:53.440Z Compiling tokio-native-tls v0.3.1
15922024-05-13T18:16:53.944Z Compiling openapiv3 v2.0.0
15932024-05-13T18:16:55.635Z Compiling ipnet v2.9.0
15942024-05-13T18:16:56.383Z Compiling pretty-hex v0.4.1
15952024-05-13T18:16:56.629Z Compiling hyper-rustls v0.24.2
15962024-05-13T18:16:56.759Z Compiling dof v0.3.0
15972024-05-13T18:16:57.002Z Compiling hyper-tls v0.5.0
15982024-05-13T18:16:57.377Z Compiling cookie_store v0.20.0
15992024-05-13T18:16:58.285Z Compiling rand v0.8.5
16002024-05-13T18:16:58.611Z Compiling dtrace-parser v0.2.0
16012024-05-13T18:16:58.709Z Compiling rustls-pemfile v1.0.3
16022024-05-13T18:16:58.753Z Compiling serde_urlencoded v0.7.1
16032024-05-13T18:16:59.383Z Compiling thread-id v4.2.0
16042024-05-13T18:16:59.427Z Compiling num-bigint v0.4.4
16052024-05-13T18:16:59.529Z Compiling encoding_rs v0.8.33
16062024-05-13T18:16:59.847Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16072024-05-13T18:16:59.908Z Compiling rayon-core v1.12.1
16082024-05-13T18:17:00.218Z Compiling mime v0.3.17
16092024-05-13T18:17:00.240Z Compiling base64ct v1.6.0
16102024-05-13T18:17:00.414Z Compiling either v1.11.0
16112024-05-13T18:17:00.562Z Compiling smoltcp v0.9.1
16122024-05-13T18:17:00.767Z Compiling sync_wrapper v0.1.2
16132024-05-13T18:17:00.873Z Compiling webpki-roots v0.25.2
16142024-05-13T18:17:00.878Z Compiling gimli v0.28.0
16152024-05-13T18:17:01.059Z Compiling pem-rfc7468 v0.7.0
16162024-05-13T18:17:02.204Z Compiling reqwest v0.11.27
16172024-05-13T18:17:03.309Z Compiling hmac v0.12.1
16182024-05-13T18:17:03.362Z Compiling regress v0.9.1
16192024-05-13T18:17:04.182Z Compiling object v0.32.1
16202024-05-13T18:17:04.831Z Compiling siphasher v0.3.11
16212024-05-13T18:17:04.965Z Compiling camino v1.1.6
16222024-05-13T18:17:05.226Z Compiling addr2line v0.21.0
16232024-05-13T18:17:05.275Z Compiling winnow v0.6.1
16242024-05-13T18:17:05.694Z Compiling flagset v0.4.3
16252024-05-13T18:17:05.777Z Compiling rustc-demangle v0.1.23
16262024-05-13T18:17:05.867Z Compiling der v0.7.8
16272024-05-13T18:17:06.601Z Compiling flate2 v1.0.28
16282024-05-13T18:17:07.547Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16292024-05-13T18:17:08.997Z Compiling toml_edit v0.22.12
16302024-05-13T18:17:11.109Z Compiling futures-executor v0.3.30
16312024-05-13T18:17:11.270Z Compiling hubpack_derive v0.1.1
16322024-05-13T18:17:11.588Z Compiling zerocopy-derive v0.6.6
16332024-05-13T18:17:12.555Z Compiling lazy_static v1.4.0
16342024-05-13T18:17:13.559Z Compiling stable_deref_trait v1.2.0
16352024-05-13T18:17:14.277Z Compiling cpufeatures v0.2.12
16362024-05-13T18:17:14.389Z Compiling utf8parse v0.2.1
16372024-05-13T18:17:14.904Z Compiling anstyle v1.0.7
16382024-05-13T18:17:15.409Z Compiling anstyle-parse v0.2.1
16392024-05-13T18:17:15.425Z Compiling sha2 v0.10.8
16402024-05-13T18:17:16.981Z Compiling futures v0.3.30
16412024-05-13T18:17:17.212Z Compiling spki v0.7.2
16422024-05-13T18:17:17.597Z Compiling usdt-attr-macro v0.5.0
16432024-05-13T18:17:18.169Z Compiling usdt-macro v0.5.0
16442024-05-13T18:17:19.080Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16452024-05-13T18:17:19.280Z Compiling md-5 v0.10.5
16462024-05-13T18:17:19.616Z Compiling toml v0.7.8
16472024-05-13T18:17:21.227Z Compiling hex v0.4.3
16482024-05-13T18:17:22.045Z Compiling stringprep v0.1.3
16492024-05-13T18:17:22.917Z Compiling diesel_table_macro_syntax v0.1.0
16502024-05-13T18:17:23.296Z Compiling num-integer v0.1.46
16512024-05-13T18:17:23.973Z Compiling hash32 v0.2.1
16522024-05-13T18:17:24.030Z Compiling fallible-iterator v0.2.0
16532024-05-13T18:17:25.449Z Compiling colorchoice v1.0.0
16542024-05-13T18:17:26.907Z Compiling anstyle-query v1.0.0
16552024-05-13T18:17:27.054Z Compiling anstream v0.6.11
16562024-05-13T18:17:31.510Z Compiling postgres-protocol v0.6.6
16572024-05-13T18:17:32.757Z Compiling diesel_derives v2.1.2
16582024-05-13T18:17:40.628Z Compiling pkcs8 v0.10.2
16592024-05-13T18:17:41.621Z Compiling phf_shared v0.11.2
16602024-05-13T18:17:42.931Z Compiling strum_macros v0.25.2
16612024-05-13T18:17:43.007Z Compiling terminal_size v0.3.0
16622024-05-13T18:17:43.203Z Compiling enum-as-inner v0.5.1
16632024-05-13T18:17:43.303Z Compiling block-padding v0.3.3
16642024-05-13T18:17:43.529Z Compiling clap_derive v4.5.4
16652024-05-13T18:17:44.169Z Compiling serde_repr v0.1.16
16662024-05-13T18:17:45.289Z Compiling ff v0.13.0
16672024-05-13T18:17:45.772Z Compiling scheduled-thread-pool v0.2.7
16682024-05-13T18:17:46.578Z Compiling strsim v0.11.0
16692024-05-13T18:17:46.585Z Compiling bitflags v1.3.2
16702024-05-13T18:17:46.714Z Compiling bit-vec v0.6.3
16712024-05-13T18:17:47.309Z Compiling managed v0.8.0
16722024-05-13T18:17:47.330Z Compiling clap_lex v0.7.0
16732024-05-13T18:17:47.819Z Compiling regex-automata v0.1.10
16742024-05-13T18:17:48.033Z Compiling base16ct v0.2.0
16752024-05-13T18:17:48.176Z Compiling matches v0.1.10
16762024-05-13T18:17:48.254Z Compiling sec1 v0.7.3
16772024-05-13T18:17:48.288Z Compiling idna v0.2.3
16782024-05-13T18:17:48.288Z Compiling bstr v0.2.17
16792024-05-13T18:17:48.790Z Compiling clap_builder v4.5.2
16802024-05-13T18:17:50.740Z Compiling r2d2 v0.8.10
16812024-05-13T18:17:50.745Z Compiling group v0.13.0
16822024-05-13T18:17:50.771Z Compiling inout v0.1.3
16832024-05-13T18:17:51.976Z Compiling phf v0.11.2
16842024-05-13T18:17:52.306Z Compiling signal-hook-mio v0.2.3
16852024-05-13T18:17:52.478Z Compiling bzip2 v0.4.4
16862024-05-13T18:17:52.979Z Compiling postgres-types v0.2.6
16872024-05-13T18:17:53.646Z Compiling zerocopy v0.6.6
16882024-05-13T18:17:54.372Z Compiling hubpack v0.1.2
16892024-05-13T18:17:54.473Z Compiling phf_shared v0.10.0
16902024-05-13T18:17:54.540Z Compiling hkdf v0.12.4
16912024-05-13T18:17:54.848Z Compiling ipnetwork v0.20.0
16922024-05-13T18:17:55.909Z Compiling crypto-bigint v0.5.2
16932024-05-13T18:17:56.102Z Compiling float-cmp v0.9.0
16942024-05-13T18:17:56.153Z Compiling blake3 v1.5.0
16952024-05-13T18:17:56.727Z Compiling memmap v0.7.0
16962024-05-13T18:17:56.733Z Compiling normalize-line-endings v0.3.0
16972024-05-13T18:17:56.733Z Compiling strsim v0.10.0
16982024-05-13T18:17:56.737Z Compiling unicode-segmentation v1.10.1
16992024-05-13T18:17:57.337Z Compiling new_debug_unreachable v1.0.4
17002024-05-13T18:17:57.446Z Compiling data-encoding v2.4.0
17012024-05-13T18:17:57.563Z Compiling precomputed-hash v0.1.1
17022024-05-13T18:17:57.943Z Compiling fixedbitset v0.4.2
17032024-05-13T18:17:58.359Z Compiling whoami v1.5.1
17042024-05-13T18:17:58.791Z Compiling minimal-lexical v0.2.1
17052024-05-13T18:17:58.890Z Compiling ident_case v1.0.1
17062024-05-13T18:17:58.927Z Compiling static_assertions v1.1.0
17072024-05-13T18:17:59.040Z Compiling difflib v0.4.0
17082024-05-13T18:17:59.087Z Compiling predicates-core v1.0.6
17092024-05-13T18:17:59.133Z Compiling darling_core v0.20.8
17102024-05-13T18:17:59.292Z Compiling nom v7.1.3
17112024-05-13T18:17:59.316Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17122024-05-13T18:18:00.255Z Compiling predicates v3.1.0
17132024-05-13T18:18:01.107Z Compiling tokio-postgres v0.7.10
17142024-05-13T18:18:01.890Z Compiling petgraph v0.6.4
17152024-05-13T18:18:02.817Z Compiling trust-dns-proto v0.22.0
17162024-05-13T18:18:03.076Z Compiling string_cache v0.8.7
17172024-05-13T18:18:03.525Z Compiling elliptic-curve v0.13.8
17182024-05-13T18:18:04.242Z Compiling similar v2.4.0
17192024-05-13T18:18:05.095Z Compiling usdt v0.5.0
17202024-05-13T18:18:05.437Z Compiling diesel v2.1.6
17212024-05-13T18:18:05.896Z Compiling yasna v0.5.2
17222024-05-13T18:18:06.075Z Compiling zip v0.6.6
17232024-05-13T18:18:06.355Z Compiling crossterm v0.27.0
17242024-05-13T18:18:06.414Z Compiling clap v4.5.4
17252024-05-13T18:18:06.546Z Compiling cipher v0.4.4
17262024-05-13T18:18:07.345Z Compiling bit-set v0.5.3
17272024-05-13T18:18:07.668Z Compiling num-iter v0.1.44
17282024-05-13T18:18:07.850Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17292024-05-13T18:18:08.657Z Compiling console v0.15.8
17302024-05-13T18:18:10.011Z Compiling itertools v0.10.5
17312024-05-13T18:18:10.033Z Compiling getopts v0.2.21
17322024-05-13T18:18:10.535Z Compiling tokio-stream v0.1.15
17332024-05-13T18:18:11.554Z Compiling bstr v1.9.0
17342024-05-13T18:18:11.942Z Compiling unsafe-libyaml v0.2.10
17352024-05-13T18:18:11.970Z Compiling lalrpop-util v0.19.12
17362024-05-13T18:18:12.342Z Compiling peg-runtime v0.8.3
17372024-05-13T18:18:13.320Z Compiling serde_yaml v0.9.25
17382024-05-13T18:18:16.511Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17392024-05-13T18:18:16.970Z Compiling darling_macro v0.20.8
17402024-05-13T18:18:17.212Z Compiling crossbeam-deque v0.8.3
17412024-05-13T18:18:19.035Z Compiling fastrand v2.0.1
17422024-05-13T18:18:19.547Z Compiling same-file v1.0.6
17432024-05-13T18:18:19.789Z Compiling walkdir v2.5.0
17442024-05-13T18:18:20.458Z Compiling tempfile v3.10.1
17452024-05-13T18:18:23.898Z Compiling darling v0.20.8
17462024-05-13T18:18:23.912Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17472024-05-13T18:18:28.836Z Compiling proc-macro-crate v1.3.1
17482024-05-13T18:18:32.253Z Compiling heapless v0.8.0
17492024-05-13T18:18:38.960Z Compiling num_enum_derive v0.5.11
17502024-05-13T18:18:41.406Z Compiling rayon v1.10.0
17512024-05-13T18:18:42.494Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522024-05-13T18:18:44.291Z Compiling xattr v1.0.1
17532024-05-13T18:18:44.551Z Compiling memmap2 v0.7.1
17542024-05-13T18:18:44.627Z Compiling filetime v0.2.23
17552024-05-13T18:18:44.931Z Compiling hash32 v0.3.1
17562024-05-13T18:18:45.718Z Compiling smoltcp v0.11.0
17572024-05-13T18:18:45.750Z Compiling home v0.5.5
17582024-05-13T18:18:45.820Z Compiling arrayvec v0.7.4
17592024-05-13T18:18:45.991Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17602024-05-13T18:18:46.236Z Compiling rustls-pki-types v1.3.0
17612024-05-13T18:18:46.349Z Compiling constant_time_eq v0.3.0
17622024-05-13T18:18:46.395Z Compiling arrayref v0.3.7
17632024-05-13T18:18:49.850Z Compiling toolchain_find v0.4.0
17642024-05-13T18:18:51.347Z Compiling tar v0.4.40
17652024-05-13T18:18:56.884Z Compiling num_enum v0.5.11
17662024-05-13T18:18:57.079Z Compiling camino-tempfile v1.1.1
17672024-05-13T18:19:04.129Z Compiling toml v0.8.12
17682024-05-13T18:19:04.358Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17692024-05-13T18:19:05.910Z Compiling dirs-sys-next v0.1.2
17702024-05-13T18:19:06.026Z Compiling proc-macro-error-attr v1.0.4
17712024-05-13T18:19:06.613Z Compiling embedded-io v0.4.0
17722024-05-13T18:19:06.833Z Compiling rustls v0.22.4
17732024-05-13T18:19:07.076Z Compiling paste v1.0.14
17742024-05-13T18:19:07.144Z Compiling topological-sort v0.2.2
17752024-05-13T18:19:07.679Z Compiling cobs v0.2.3
17762024-05-13T18:19:08.164Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17772024-05-13T18:19:09.495Z Compiling postcard v1.0.8
17782024-05-13T18:19:13.433Z Compiling omicron-zone-package v0.11.0
17792024-05-13T18:19:15.742Z Compiling dirs-next v2.0.0
17802024-05-13T18:19:19.076Z Compiling rustfmt-wrapper v0.2.1
17812024-05-13T18:19:19.686Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17822024-05-13T18:19:23.304Z Compiling rustls-webpki v0.102.1
17832024-05-13T18:19:29.406Z Compiling strum_macros v0.26.1
17842024-05-13T18:19:31.539Z Compiling structmeta-derive v0.3.0
17852024-05-13T18:19:31.854Z Compiling foreign-types-macros v0.2.3
17862024-05-13T18:19:31.939Z Compiling thread_local v1.1.7
17872024-05-13T18:19:32.018Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17882024-05-13T18:19:32.355Z Compiling proc-macro-error v1.0.4
17892024-05-13T18:19:32.708Z Compiling multer v3.1.0
17902024-05-13T18:19:32.785Z Compiling foreign-types-shared v0.3.1
17912024-05-13T18:19:32.924Z Compiling match_cfg v0.1.0
17922024-05-13T18:19:33.039Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17932024-05-13T18:19:33.370Z Compiling slog-async v2.8.0
17942024-05-13T18:19:33.490Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17952024-05-13T18:19:33.675Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17962024-05-13T18:19:33.998Z Compiling foreign-types v0.5.0
17972024-05-13T18:19:34.059Z Compiling strum v0.26.2
17982024-05-13T18:19:34.138Z Compiling hostname v0.3.1
17992024-05-13T18:19:34.353Z Compiling structmeta v0.3.0
18002024-05-13T18:19:34.396Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18012024-05-13T18:19:34.756Z Compiling term v0.7.0
18022024-05-13T18:19:39.490Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18032024-05-13T18:19:39.760Z Compiling slog-json v2.6.1
18042024-05-13T18:19:40.303Z Compiling is-terminal v0.4.9
18052024-05-13T18:19:40.468Z Compiling tabwriter v1.4.0
18062024-05-13T18:19:40.629Z Compiling crossbeam-channel v0.5.8
18072024-05-13T18:19:41.303Z Compiling http v1.0.0
18082024-05-13T18:19:42.415Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18092024-05-13T18:19:43.250Z Compiling async-stream-impl v0.3.5
18102024-05-13T18:19:44.612Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18112024-05-13T18:19:45.526Z Compiling cstr-argument v0.1.2
18122024-05-13T18:19:45.805Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18132024-05-13T18:19:46.148Z Compiling pretty-hex v0.2.1
18142024-05-13T18:19:46.390Z Compiling base64 v0.22.1
18152024-05-13T18:19:46.825Z Compiling take_mut v0.2.2
18162024-05-13T18:19:47.004Z Compiling crucible-workspace-hack v0.1.0
18172024-05-13T18:19:47.055Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18182024-05-13T18:19:47.328Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18192024-05-13T18:19:47.388Z Compiling atomic-waker v1.1.1
18202024-05-13T18:19:47.543Z Compiling waitgroup v0.1.2
18212024-05-13T18:19:47.777Z Compiling rustls-pemfile v2.1.2
18222024-05-13T18:19:48.573Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18232024-05-13T18:19:49.066Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242024-05-13T18:19:50.011Z Compiling async-stream v0.3.5
18252024-05-13T18:19:50.331Z Compiling slog-term v2.9.1
18262024-05-13T18:19:50.440Z Compiling slog-bunyan v2.5.0
18272024-05-13T18:19:50.891Z Compiling tokio-rustls v0.25.0
18282024-05-13T18:19:51.612Z Compiling parse-display-derive v0.9.0
18292024-05-13T18:19:53.165Z Compiling serde_with_macros v3.7.0
18302024-05-13T18:19:53.350Z Compiling sha1 v0.10.6
18312024-05-13T18:19:54.740Z Compiling colored v2.1.0
18322024-05-13T18:19:55.833Z Compiling newtype-uuid v1.1.0
18332024-05-13T18:19:56.004Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18342024-05-13T18:19:56.114Z Compiling serde_path_to_error v0.1.16
18352024-05-13T18:19:56.168Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18362024-05-13T18:19:56.942Z Compiling socket2 v0.4.9
18372024-05-13T18:19:57.134Z Compiling hostname v0.4.0
18382024-05-13T18:19:57.424Z Compiling instant v0.1.12
18392024-05-13T18:19:57.613Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18402024-05-13T18:19:58.029Z Compiling debug-ignore v1.0.5
18412024-05-13T18:19:58.073Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18422024-05-13T18:19:58.601Z Compiling backoff v0.4.0
18432024-05-13T18:19:59.612Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18442024-05-13T18:19:59.827Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18452024-05-13T18:20:00.806Z Compiling serde_with v3.7.0
18462024-05-13T18:20:07.376Z Compiling parse-display v0.9.0
18472024-05-13T18:20:08.977Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18482024-05-13T18:20:09.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18492024-05-13T18:20:10.331Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18502024-05-13T18:20:10.387Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18512024-05-13T18:20:10.410Z Compiling macaddr v1.0.1
18522024-05-13T18:20:10.598Z Compiling num-derive v0.4.0
18532024-05-13T18:20:10.855Z Compiling sigpipe v0.1.3
18542024-05-13T18:20:10.995Z Compiling libefi-sys v0.1.0
18552024-05-13T18:20:11.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18562024-05-13T18:20:11.359Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18572024-05-13T18:20:11.936Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18582024-05-13T18:20:12.942Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18592024-05-13T18:20:14.703Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18602024-05-13T18:20:15.096Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18612024-05-13T18:20:15.949Z Compiling smf v0.2.3
18622024-05-13T18:20:17.812Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18632024-05-13T18:20:18.250Z Compiling portable-atomic v1.4.3
18642024-05-13T18:20:19.079Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18652024-05-13T18:20:20.381Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18662024-05-13T18:20:20.596Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18672024-05-13T18:20:22.178Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18682024-05-13T18:20:22.940Z Compiling gethostname v0.4.3
18692024-05-13T18:20:23.353Z Compiling number_prefix v0.4.0
18702024-05-13T18:20:23.616Z Compiling swrite v0.1.0
18712024-05-13T18:20:24.520Z Compiling indicatif v0.17.8
18722024-05-13T18:20:26.747Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18732024-05-13T18:20:30.217Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18742024-05-13T18:20:32.224Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18752024-05-13T18:20:34.403Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18762024-05-13T18:20:55.057Z Finished release [optimized] target(s) in 5m 23s
18772024-05-13T18:20:55.321Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18782024-05-13T18:20:55.391ZLogging to: /work/oxidecomputer/omicron/out/LOG
18792024-05-13T18:20:55.395ZCreated new build target 'test' and set it as active
18802024-05-13T18:20:55.395Z
18812024-05-13T18:20:55.395Zreal 5:24.079426197
18822024-05-13T18:20:55.395Zuser 34:09.337198250
18832024-05-13T18:20:55.395Zsys 4:09.605183185
18842024-05-13T18:20:55.395Ztrap 1.057662321
18852024-05-13T18:20:55.395Ztflt 8.480760683
18862024-05-13T18:20:55.395Zdflt 9.002101848
18872024-05-13T18:20:55.395Zkflt 0.022863903
18882024-05-13T18:20:55.395Zlock 1:12:53.386659265
18892024-05-13T18:20:55.395Zslp 1:38:51.850264318
18902024-05-13T18:20:55.395Zlat 2:09.214694982
18912024-05-13T18:20:55.395Zstop 4:01.418634702
18922024-05-13T18:20:55.395Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18932024-05-13T18:20:56.224Z Finished release [optimized] target(s) in 0.78s
18942024-05-13T18:20:56.247Z Running `target/release/omicron-package -t test package`
18952024-05-13T18:20:56.275ZLogging to: /work/oxidecomputer/omicron/out/LOG
18962024-05-13T18:20:57.120Z Compiling newline-converter v0.3.0
18972024-05-13T18:20:57.123Z Compiling humantime v2.1.0
18982024-05-13T18:20:57.201Z Compiling unicode-xid v0.2.4
18992024-05-13T18:20:57.209Z Compiling linked-hash-map v0.5.6
19002024-05-13T18:20:57.221Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19012024-05-13T18:20:57.232Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19022024-05-13T18:20:57.232Z Compiling password-hash v0.5.0
19032024-05-13T18:20:57.232Z Compiling blake2 v0.10.6
19042024-05-13T18:20:57.322Z Compiling expectorate v1.1.0
19052024-05-13T18:20:57.334Z Compiling semver v0.1.20
19062024-05-13T18:20:57.473Z Compiling bytecount v0.6.3
19072024-05-13T18:20:57.549Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19082024-05-13T18:20:57.575Z Compiling lru-cache v0.1.2
19092024-05-13T18:20:57.760Z Compiling argon2 v0.5.3
19102024-05-13T18:20:57.773Z Compiling rustc_version v0.1.7
19112024-05-13T18:20:57.883Z Compiling papergrid v0.11.0
19122024-05-13T18:20:57.999Z Compiling tabled_derive v0.7.0
19132024-05-13T18:20:58.184Z Compiling newtype_derive v0.1.6
19142024-05-13T18:20:58.492Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19152024-05-13T18:20:58.651Z Compiling quick-error v1.2.3
19162024-05-13T18:20:58.798Z Compiling resolv-conf v0.7.0
19172024-05-13T18:20:59.204Z Compiling trust-dns-resolver v0.22.0
19182024-05-13T18:20:59.570Z Compiling steno v0.4.0
19192024-05-13T18:21:00.247Z Compiling tabled v0.15.0
19202024-05-13T18:21:00.483Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19212024-05-13T18:21:00.587Z Compiling derive-where v1.2.7
19222024-05-13T18:21:03.925Z Compiling num-rational v0.4.1
19232024-05-13T18:21:03.986Z Compiling slog-dtrace v0.3.0
19242024-05-13T18:21:04.264Z Compiling termcolor v1.2.0
19252024-05-13T18:21:04.653Z Compiling itertools v0.12.1
19262024-05-13T18:21:05.318Z Compiling utf-8 v0.7.6
19272024-05-13T18:21:08.638Z Compiling num-complex v0.4.5
19282024-05-13T18:21:09.937Z Compiling num v0.4.2
19292024-05-13T18:21:09.994Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19302024-05-13T18:21:10.058Z Compiling nibble_vec v0.1.0
19312024-05-13T18:21:10.288Z Compiling endian-type v0.1.2
19322024-05-13T18:21:10.547Z Compiling radium v0.7.0
19332024-05-13T18:21:10.988Z Compiling radix_trie v0.2.1
19342024-05-13T18:21:11.059Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19352024-05-13T18:21:11.957Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19362024-05-13T18:21:12.335Z Compiling tungstenite v0.20.1
19372024-05-13T18:21:14.007Z Compiling maybe-uninit v2.0.0
19382024-05-13T18:21:14.461Z Compiling tap v1.0.1
19392024-05-13T18:21:14.644Z Compiling wyz v0.5.1
19402024-05-13T18:21:15.194Z Compiling tokio-tungstenite v0.20.1
19412024-05-13T18:21:16.408Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19422024-05-13T18:21:17.969Z Compiling arc-swap v1.6.0
19432024-05-13T18:21:18.759Z Compiling crc-catalog v2.2.0
19442024-05-13T18:21:18.906Z Compiling cancel-safe-futures v0.1.5
19452024-05-13T18:21:19.273Z Compiling funty v2.0.0
19462024-05-13T18:21:21.964Z Compiling packed_struct v0.10.1
19472024-05-13T18:21:22.395Z Compiling display-error-chain v0.2.0
19482024-05-13T18:21:22.587Z Compiling num-bigint-dig v0.8.4
19492024-05-13T18:21:22.763Z Compiling bitvec v1.0.1
19502024-05-13T18:21:22.959Z Compiling crc v3.0.1
19512024-05-13T18:21:23.681Z Compiling slog-scope v4.4.0
19522024-05-13T18:21:23.824Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19532024-05-13T18:21:23.864Z Compiling fxhash v0.2.1
19542024-05-13T18:21:24.107Z Compiling packed_struct_codegen v0.10.1
19552024-05-13T18:21:24.399Z Compiling indexmap v1.9.3
19562024-05-13T18:21:24.618Z Compiling nodrop v0.1.14
19572024-05-13T18:21:24.741Z Compiling array-init v0.0.4
19582024-05-13T18:21:24.751Z Compiling slog-stdlog v4.1.1
19592024-05-13T18:21:25.740Z Compiling smallvec v0.6.14
19602024-05-13T18:21:26.742Z Compiling synstructure v0.12.6
19612024-05-13T18:21:26.803Z Compiling pkcs1 v0.7.5
19622024-05-13T18:21:28.308Z Compiling signature v2.1.0
19632024-05-13T18:21:28.558Z Compiling dirs-sys-next v0.1.2
19642024-05-13T18:21:29.071Z Compiling half v2.3.1
19652024-05-13T18:21:29.793Z Compiling glob v0.3.1
19662024-05-13T18:21:30.613Z Compiling hashbrown v0.12.3
19672024-05-13T18:21:31.007Z Compiling ciborium-io v0.2.2
19682024-05-13T18:21:31.169Z Compiling bitfield v0.14.0
19692024-05-13T18:21:31.306Z Compiling crunchy v0.2.2
19702024-05-13T18:21:31.445Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19712024-05-13T18:21:31.804Z Compiling ciborium-ll v0.2.2
19722024-05-13T18:21:32.335Z Compiling clang-sys v1.6.1
19732024-05-13T18:21:33.041Z Compiling rsa v0.9.2
19742024-05-13T18:21:33.186Z Compiling dirs-next v2.0.0
19752024-05-13T18:21:33.427Z Compiling zerocopy-derive v0.2.0
19762024-05-13T18:21:35.220Z Compiling serde-hex v0.1.0
19772024-05-13T18:21:37.614Z Compiling slog-envlogger v2.2.0
19782024-05-13T18:21:38.573Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-13T18:21:38.791Z Compiling env_logger v0.10.0
19802024-05-13T18:21:38.909Z Compiling x509-cert v0.2.4
19812024-05-13T18:21:40.489Z Compiling ron v0.8.1
19822024-05-13T18:21:40.520Z Compiling hashbrown v0.13.2
19832024-05-13T18:21:41.932Z Compiling crc-any v2.4.3
19842024-05-13T18:21:42.856Z Compiling prettyplease v0.2.19
19852024-05-13T18:21:42.900Z Compiling maplit v1.0.2
19862024-05-13T18:21:43.015Z Compiling tiny-keccak v2.0.2
19872024-05-13T18:21:43.173Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19882024-05-13T18:21:43.339Z Compiling object v0.30.4
19892024-05-13T18:21:44.923Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19902024-05-13T18:21:46.446Z Compiling term v0.7.0
19912024-05-13T18:21:47.087Z Compiling ciborium v0.2.2
19922024-05-13T18:21:47.824Z Compiling atty v0.2.14
19932024-05-13T18:21:47.965Z Compiling path-slash v0.1.5
19942024-05-13T18:21:48.636Z Compiling ascii-canvas v3.0.0
19952024-05-13T18:21:48.807Z Compiling is-terminal v0.4.9
19962024-05-13T18:21:48.929Z Compiling libsw v3.3.1
19972024-05-13T18:21:49.093Z Compiling ena v0.14.2
19982024-05-13T18:21:49.261Z Compiling libloading v0.7.4
19992024-05-13T18:21:49.294Z Compiling usdt-impl v0.3.5
20002024-05-13T18:21:49.505Z Compiling convert_case v0.4.0
20012024-05-13T18:21:49.615Z Compiling owo-colors v4.0.0
20022024-05-13T18:21:49.653Z Compiling parking_lot_core v0.8.6
20032024-05-13T18:21:50.090Z Compiling linear-map v1.2.0
20042024-05-13T18:21:50.642Z Compiling bindgen v0.69.2
20052024-05-13T18:21:50.642Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20062024-05-13T18:21:50.710Z Compiling regex-syntax v0.6.29
20072024-05-13T18:21:51.394Z Compiling diff v0.1.13
20082024-05-13T18:21:51.933Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20092024-05-13T18:21:52.344Z Compiling derive_more v0.99.17
20102024-05-13T18:21:56.157Z Compiling lalrpop v0.19.12
20112024-05-13T18:21:59.931Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20122024-05-13T18:22:02.646Z Compiling cexpr v0.6.0
20132024-05-13T18:22:03.016Z Compiling which v4.4.0
20142024-05-13T18:22:03.555Z Compiling unicase v2.7.0
20152024-05-13T18:22:03.886Z Compiling shlex v1.3.0
20162024-05-13T18:22:04.082Z Compiling lazycell v1.3.0
20172024-05-13T18:22:04.256Z Compiling rustc-hash v1.1.0
20182024-05-13T18:22:04.266Z Compiling peeking_take_while v0.1.2
20192024-05-13T18:22:04.449Z Compiling zerocopy v0.3.0
20202024-05-13T18:22:05.234Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20212024-05-13T18:22:05.340Z Compiling derive_builder_core v0.20.0
20222024-05-13T18:22:06.268Z Compiling pem v3.0.4
20232024-05-13T18:22:07.613Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20242024-05-13T18:22:07.798Z Compiling headers-core v0.2.0
20252024-05-13T18:22:07.822Z Compiling libxml v0.3.3
20262024-05-13T18:22:07.959Z Compiling async-recursion v1.1.0
20272024-05-13T18:22:08.175Z Compiling ref-cast v1.0.22
20282024-05-13T18:22:08.231Z Compiling platforms v3.0.2
20292024-05-13T18:22:08.660Z Compiling headers v0.3.9
20302024-05-13T18:22:08.710Z Compiling derive_builder_macro v0.20.0
20312024-05-13T18:22:09.389Z Compiling dof v0.1.5
20322024-05-13T18:22:09.581Z Compiling parking_lot v0.11.2
20332024-05-13T18:22:10.187Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20342024-05-13T18:22:12.164Z Compiling trust-dns-client v0.22.0
20352024-05-13T18:22:12.659Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20362024-05-13T18:22:12.977Z Compiling dtrace-parser v0.1.14
20372024-05-13T18:22:14.566Z Compiling strum_macros v0.24.3
20382024-05-13T18:22:15.550Z Compiling toml v0.5.11
20392024-05-13T18:22:17.086Z Compiling ref-cast-impl v1.0.22
20402024-05-13T18:22:18.136Z Compiling vte_generate_state_changes v0.1.1
20412024-05-13T18:22:18.238Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20422024-05-13T18:22:18.253Z Compiling cookie v0.18.1
20432024-05-13T18:22:18.586Z Compiling cfg_aliases v0.1.1
20442024-05-13T18:22:18.597Z Compiling indoc v1.0.9
20452024-05-13T18:22:18.688Z Compiling buf-list v1.0.3
20462024-05-13T18:22:18.705Z Compiling samael v0.0.15
20472024-05-13T18:22:18.760Z Compiling vte v0.11.1
20482024-05-13T18:22:19.326Z Compiling nix v0.28.0
20492024-05-13T18:22:19.775Z Compiling trust-dns-server v0.22.1
20502024-05-13T18:22:20.694Z Compiling sled v0.34.7
20512024-05-13T18:22:21.535Z Compiling derive_builder v0.20.0
20522024-05-13T18:22:23.057Z Compiling polar-core v0.27.3
20532024-05-13T18:22:24.175Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20542024-05-13T18:22:25.289Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20552024-05-13T18:22:25.636Z Compiling const_format_proc_macros v0.2.32
20562024-05-13T18:22:26.091Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20572024-05-13T18:22:27.198Z Compiling fd-lock v4.0.2
20582024-05-13T18:22:27.427Z Compiling bb8 v0.8.3
20592024-05-13T18:22:27.574Z Compiling quick-xml v0.31.0
20602024-05-13T18:22:27.664Z Compiling serde_tokenstream v0.1.7
20612024-05-13T18:22:27.955Z Compiling oso-derive v0.27.3
20622024-05-13T18:22:28.166Z Compiling impl-trait-for-tuples v0.2.2
20632024-05-13T18:22:28.986Z Compiling pin-project-internal v1.1.3
20642024-05-13T18:22:31.569Z Compiling memoffset v0.7.1
20652024-05-13T18:22:31.852Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20662024-05-13T18:22:32.052Z Compiling pin-project v1.1.3
20672024-05-13T18:22:32.184Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20682024-05-13T18:22:32.190Z Compiling const_format v0.2.32
20692024-05-13T18:22:35.228Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20702024-05-13T18:22:37.617Z Compiling curve25519-dalek v4.1.2
20712024-05-13T18:22:38.066Z Compiling strip-ansi-escapes v0.2.0
20722024-05-13T18:22:42.632Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20732024-05-13T18:22:42.996Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20742024-05-13T18:22:48.272Z Compiling oso v0.27.3
20752024-05-13T18:22:49.416Z Compiling kstat-rs v0.2.3
20762024-05-13T18:22:50.379Z Compiling snafu-derive v0.8.2
20772024-05-13T18:22:55.654Z Compiling fs-err v2.11.0
20782024-05-13T18:22:56.005Z Compiling keccak v0.1.4
20792024-05-13T18:22:56.988Z Compiling nu-ansi-term v0.50.0
20802024-05-13T18:22:58.259Z Compiling reedline v0.31.0
20812024-05-13T18:22:58.328Z Compiling sha3 v0.10.8
20822024-05-13T18:22:59.400Z Compiling snafu v0.8.2
20832024-05-13T18:23:00.438Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20842024-05-13T18:23:08.643Z Compiling mime_guess v2.0.4
20852024-05-13T18:23:09.924Z Compiling usdt-attr-macro v0.3.5
20862024-05-13T18:23:10.318Z Compiling usdt-macro v0.3.5
20872024-05-13T18:23:11.324Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20882024-05-13T18:23:11.598Z Compiling env_logger v0.9.3
20892024-05-13T18:23:11.610Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20902024-05-13T18:23:16.495Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20912024-05-13T18:23:16.544Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20922024-05-13T18:23:17.022Z Compiling globset v0.4.13
20932024-05-13T18:23:23.381Z Compiling peg-macros v0.8.3
20942024-05-13T18:23:23.540Z Compiling olpc-cjson v0.1.3
20952024-05-13T18:23:23.868Z Compiling universal-hash v0.5.1
20962024-05-13T18:23:24.108Z Compiling secrecy v0.8.0
20972024-05-13T18:23:24.383Z Compiling bitstruct_derive v0.1.0
20982024-05-13T18:23:25.747Z Compiling thiserror-impl-no-std v2.0.2
20992024-05-13T18:23:25.793Z Compiling serde_plain v1.0.2
21002024-05-13T18:23:26.038Z Compiling curve25519-dalek-derive v0.1.0
21012024-05-13T18:23:26.336Z Compiling nanorand v0.7.0
21022024-05-13T18:23:26.881Z Compiling sqlparser_derive v0.2.2
21032024-05-13T18:23:27.111Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21042024-05-13T18:23:27.251Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21052024-05-13T18:23:27.473Z Compiling signature v1.6.4
21062024-05-13T18:23:27.585Z Compiling typed-path v0.7.0
21072024-05-13T18:23:27.623Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21082024-05-13T18:23:27.927Z Compiling ascii v1.1.0
21092024-05-13T18:23:28.025Z Compiling home v0.5.5
21102024-05-13T18:23:28.220Z Compiling unicode_categories v0.1.1
21112024-05-13T18:23:28.461Z Compiling opaque-debug v0.3.0
21122024-05-13T18:23:28.568Z Compiling salty v0.2.0
21132024-05-13T18:23:28.600Z Compiling poly1305 v0.8.0
21142024-05-13T18:23:28.700Z Compiling sqlformat v0.2.3
21152024-05-13T18:23:29.014Z Compiling thiserror-no-std v2.0.2
21162024-05-13T18:23:29.151Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21172024-05-13T18:23:30.307Z Compiling tough v0.17.1
21182024-05-13T18:23:31.335Z Compiling rustyline v14.0.0
21192024-05-13T18:23:31.775Z Compiling sqlparser v0.45.0
21202024-05-13T18:23:34.457Z Compiling ed25519 v1.5.3
21212024-05-13T18:23:37.611Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21222024-05-13T18:23:37.891Z Compiling peg v0.8.3
21232024-05-13T18:23:38.013Z Compiling flume v0.11.0
21242024-05-13T18:23:38.759Z Compiling bitstruct v0.1.1
21252024-05-13T18:23:38.894Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21262024-05-13T18:23:39.434Z Compiling usdt v0.3.5
21272024-05-13T18:23:40.445Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21282024-05-13T18:23:42.360Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21292024-05-13T18:23:45.581Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21302024-05-13T18:23:50.588Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21312024-05-13T18:23:50.931Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21322024-05-13T18:23:51.243Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-13T18:23:52.447Z Compiling chacha20 v0.9.1
21342024-05-13T18:23:52.893Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-13T18:23:55.266Z Compiling aead v0.5.2
21362024-05-13T18:23:55.614Z Compiling bcs v0.1.6
21372024-05-13T18:23:56.520Z Compiling erased-serde v0.3.31
21382024-05-13T18:23:58.344Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21392024-05-13T18:23:59.280Z Compiling serde-big-array v0.5.1
21402024-05-13T18:23:59.570Z Compiling serde_arrays v0.1.0
21412024-05-13T18:23:59.770Z Compiling highway v1.1.0
21422024-05-13T18:24:01.238Z Compiling parse-size v1.0.0
21432024-05-13T18:24:01.546Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21442024-05-13T18:24:04.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21452024-05-13T18:24:08.398Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21462024-05-13T18:24:25.983Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21472024-05-13T18:24:26.515Z Compiling chacha20poly1305 v0.10.1
21482024-05-13T18:24:27.690Z Compiling vsss-rs v3.3.4
21492024-05-13T18:24:32.236Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21502024-05-13T18:24:33.008Z Compiling signal-hook-tokio v0.3.1
21512024-05-13T18:24:33.213Z Compiling heck v0.3.3
21522024-05-13T18:24:33.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21532024-05-13T18:24:33.667Z Compiling castaway v0.2.2
21542024-05-13T18:24:33.847Z Compiling rand_seeder v0.2.3
21552024-05-13T18:24:34.256Z Compiling serde-big-array v0.4.1
21562024-05-13T18:24:34.468Z Compiling http-range v0.1.5
21572024-05-13T18:24:34.695Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21582024-05-13T18:24:35.092Z Compiling hyper-staticfile v0.9.5
21592024-05-13T18:24:35.520Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21602024-05-13T18:24:35.879Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21612024-05-13T18:24:37.058Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21622024-05-13T18:24:37.274Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21632024-05-13T18:24:37.286Z Compiling compact_str v0.7.1
21642024-05-13T18:24:38.511Z Compiling zone_cfg_derive v0.1.2
21652024-05-13T18:24:38.884Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21662024-05-13T18:24:47.173Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21672024-05-13T18:24:47.783Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21682024-05-13T18:24:54.500Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21692024-05-13T18:24:56.071Z Compiling tungstenite v0.21.0
21702024-05-13T18:24:58.106Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21712024-05-13T18:24:58.442Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21722024-05-13T18:24:58.774Z Compiling lru v0.12.1
21732024-05-13T18:24:59.157Z Compiling stability v0.2.0
21742024-05-13T18:25:00.293Z Compiling indoc v2.0.3
21752024-05-13T18:25:01.397Z Compiling base64 v0.13.1
21762024-05-13T18:25:01.618Z Compiling cassowary v0.3.0
21772024-05-13T18:25:02.254Z Compiling corncobs v0.1.3
21782024-05-13T18:25:02.657Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21792024-05-13T18:25:03.484Z Compiling ratatui v0.26.2
21802024-05-13T18:25:06.228Z Compiling ron v0.7.1
21812024-05-13T18:25:11.042Z Compiling tokio-tungstenite v0.21.0
21822024-05-13T18:25:11.624Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21832024-05-13T18:25:11.974Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21842024-05-13T18:25:12.643Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21852024-05-13T18:25:21.854Z Compiling zone v0.1.8
21862024-05-13T18:25:25.613Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21872024-05-13T18:25:36.208Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21882024-05-13T18:25:36.726Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21892024-05-13T18:25:38.135Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21902024-05-13T18:25:39.300Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21912024-05-13T18:25:39.624Z Compiling portpicker v0.1.1
21922024-05-13T18:25:40.178Z Compiling unicode-linebreak v0.1.5
21932024-05-13T18:25:40.765Z Compiling smawk v0.3.1
21942024-05-13T18:25:40.992Z Compiling textwrap v0.16.1
21952024-05-13T18:25:44.159Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21962024-05-13T18:25:44.963Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21972024-05-13T18:25:49.947Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21982024-05-13T18:25:56.437Z Compiling rcgen v0.12.1
21992024-05-13T18:25:57.705Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22002024-05-13T18:25:58.191Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22012024-05-13T18:25:58.950Z Compiling atomicwrites v0.4.3
22022024-05-13T18:25:59.500Z Compiling fatfs v0.3.6
22032024-05-13T18:26:02.540Z Compiling rtoolbox v0.0.1
22042024-05-13T18:26:02.985Z Compiling subprocess v0.2.9
22052024-05-13T18:26:04.069Z Compiling is_ci v1.2.0
22062024-05-13T18:26:04.376Z Compiling assert_matches v1.5.0
22072024-05-13T18:26:05.605Z Compiling supports-color v3.0.0
22082024-05-13T18:26:06.302Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22092024-05-13T18:26:07.666Z Compiling rpassword v7.3.1
22102024-05-13T18:26:08.125Z Compiling tui-tree-widget v0.19.0
22112024-05-13T18:26:08.444Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22122024-05-13T18:26:08.577Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22132024-05-13T18:26:09.603Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22142024-05-13T18:26:09.924Z Compiling csv-core v0.1.11
22152024-05-13T18:26:10.939Z Compiling shell-words v1.1.0
22162024-05-13T18:26:11.403Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22172024-05-13T18:26:12.475Z Compiling csv v1.3.0
22182024-05-13T18:26:13.828Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22192024-05-13T18:26:14.704Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22202024-05-13T18:26:25.518Z Compiling uzers v0.11.3
22212024-05-13T18:26:28.806Z Compiling multimap v0.10.0
22222024-05-13T18:26:29.194Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22232024-05-13T18:28:55.905Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22242024-05-13T18:28:59.933Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22252024-05-13T18:35:53.994Z Finished release [optimized] target(s) in 14m 57s
22262024-05-13T18:36:53.970Z
22272024-05-13T18:36:53.970Zreal 15:58.404748093
22282024-05-13T18:36:53.970Zuser 1:52:21.668832936
22292024-05-13T18:36:53.970Zsys 4:34.591195510
22302024-05-13T18:36:53.970Ztrap 2.902026024
22312024-05-13T18:36:53.970Ztflt 2.007774246
22322024-05-13T18:36:53.973Zdflt 3.075290870
22332024-05-13T18:36:53.974Zkflt 0.016056021
22342024-05-13T18:36:53.974Zlock 7:22:45.519298016
22352024-05-13T18:36:53.974Zslp 4:26:28.937736398
22362024-05-13T18:36:53.974Zlat 2:27.822186222
22372024-05-13T18:36:53.974Zstop 1:05.524568980
22382024-05-13T18:36:53.974Z+ ptime -m cargo build --locked --release -p xtask
22392024-05-13T18:36:54.514Z Downloading crates ...
22402024-05-13T18:36:54.579Z Downloaded cargo_toml v0.20.2
22412024-05-13T18:36:54.587Z Downloaded cargo-platform v0.1.3
22422024-05-13T18:36:54.590Z Downloaded cargo_metadata v0.18.1
22432024-05-13T18:36:54.602Z Compiling serde v1.0.201
22442024-05-13T18:36:54.602Z Compiling libc v0.2.153
22452024-05-13T18:36:54.605Z Compiling rustix v0.38.31
22462024-05-13T18:36:54.605Z Compiling hashbrown v0.14.3
22472024-05-13T18:36:54.605Z Compiling bitflags v2.4.2
22482024-05-13T18:36:54.605Z Compiling syn v2.0.60
22492024-05-13T18:36:54.695Z Compiling serde_json v1.0.116
22502024-05-13T18:36:54.722Z Compiling anyhow v1.0.82
22512024-05-13T18:36:56.012Z Compiling indexmap v2.2.6
22522024-05-13T18:36:56.293Z Compiling errno v0.3.8
22532024-05-13T18:36:57.327Z Compiling terminal_size v0.3.0
22542024-05-13T18:36:57.424Z Compiling clap_builder v4.5.2
22552024-05-13T18:36:59.531Z Compiling serde_derive v1.0.201
22562024-05-13T18:36:59.531Z Compiling thiserror-impl v1.0.59
22572024-05-13T18:36:59.535Z Compiling clap_derive v4.5.4
22582024-05-13T18:37:03.282Z Compiling clap v4.5.4
22592024-05-13T18:37:05.132Z Compiling thiserror v1.0.59
22602024-05-13T18:37:09.108Z Compiling toml_datetime v0.6.5
22612024-05-13T18:37:09.108Z Compiling serde_spanned v0.6.5
22622024-05-13T18:37:09.111Z Compiling camino v1.1.6
22632024-05-13T18:37:09.111Z Compiling semver v1.0.22
22642024-05-13T18:37:09.111Z Compiling cargo-platform v0.1.3
22652024-05-13T18:37:09.111Z Compiling macaddr v1.0.1
22662024-05-13T18:37:09.362Z Compiling toml_edit v0.22.12
22672024-05-13T18:37:10.725Z Compiling cargo_metadata v0.18.1
22682024-05-13T18:37:11.978Z Compiling toml v0.8.12
22692024-05-13T18:37:15.029Z Compiling cargo_toml v0.20.2
22702024-05-13T18:37:26.533Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22712024-05-13T18:37:38.137Z Finished release [optimized] target(s) in 44.10s
22722024-05-13T18:37:38.196Z
22732024-05-13T18:37:38.199Zreal 44.196289382
22742024-05-13T18:37:38.199Zuser 3:08.739554509
22752024-05-13T18:37:38.199Zsys 15.112608226
22762024-05-13T18:37:38.199Ztrap 0.064878738
22772024-05-13T18:37:38.199Ztflt 0.213447904
22782024-05-13T18:37:38.199Zdflt 0.666302113
22792024-05-13T18:37:38.199Zkflt 0.000102304
22802024-05-13T18:37:38.199Zlock 4:16.477652676
22812024-05-13T18:37:38.199Zslp 3:41.202850197
22822024-05-13T18:37:38.199Zlat 2.951410995
22832024-05-13T18:37:38.199Zstop 3.634272121
22842024-05-13T18:37:38.199Z+ 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)
22852024-05-13T18:37:38.200Z+ 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
22862024-05-13T18:37:47.963ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22872024-05-13T18:37:47.963Za out/mg-ddm-gz.tar 60398K
22882024-05-13T18:37:47.963Za out/omicron-sled-agent.tar 94527K
22892024-05-13T18:37:47.963Za out/oxlog.tar 2913K
22902024-05-13T18:37:47.963Za out/pumpkind-gz.tar 26665K
22912024-05-13T18:37:47.963Za out/target/test 1K
22922024-05-13T18:37:47.963Za out/npuzone/npuzone 23144K
22932024-05-13T18:37:47.963Za package-manifest.toml 27K
22942024-05-13T18:37:47.963Za smf/sled-agent/non-gimlet/config.toml 4K
22952024-05-13T18:37:47.963Za target/release/omicron-package 31468K
22962024-05-13T18:37:47.963Za target/release/xtask 6672K
22972024-05-13T18:37:47.966Z
22982024-05-13T18:37:47.966Zreal 9.763671676
22992024-05-13T18:37:47.967Zuser 9.446685192
23002024-05-13T18:37:47.967Zsys 0.608045655
23012024-05-13T18:37:47.967Ztrap 0.001140581
23022024-05-13T18:37:47.967Ztflt 0.000000000
23032024-05-13T18:37:47.967Zdflt 0.000000000
23042024-05-13T18:37:47.967Zkflt 0.000000000
23052024-05-13T18:37:47.967Zlock 0.000000000
23062024-05-13T18:37:47.967Zslp 9.271114772
23072024-05-13T18:37:47.967Zlat 0.197078597
23082024-05-13T18:37:47.967Zstop 0.000174723
23092024-05-13T18:37:47.967Z++ pwd
23102024-05-13T18:37:47.970Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23112024-05-13T18:37:47.970Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23122024-05-13T18:37:47.970Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23132024-05-13T18:37:48.780Z Finished release [optimized] target(s) in 0.76s
23142024-05-13T18:37:48.806Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23152024-05-13T18:37:48.838ZLogging to: /work/oxidecomputer/omicron/out/LOG
23162024-05-13T18:37:48.842ZCreated new build target 'host' and set it as active
23172024-05-13T18:37:48.842Z
23182024-05-13T18:37:48.842Zreal 0.867678966
23192024-05-13T18:37:48.842Zuser 0.576295626
23202024-05-13T18:37:48.842Zsys 0.272477850
23212024-05-13T18:37:48.842Ztrap 0.000064149
23222024-05-13T18:37:48.842Ztflt 0.000041832
23232024-05-13T18:37:48.842Zdflt 0.000014405
23242024-05-13T18:37:48.842Zkflt 0.000000000
23252024-05-13T18:37:48.842Zlock 0.024532482
23262024-05-13T18:37:48.842Zslp 0.108951581
23272024-05-13T18:37:48.842Zlat 0.004720160
23282024-05-13T18:37:48.842Zstop 0.000266807
23292024-05-13T18:37:48.842Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23302024-05-13T18:37:49.644Z Finished release [optimized] target(s) in 0.74s
23312024-05-13T18:37:49.670Z Running `target/release/omicron-package -t host package`
23322024-05-13T18:37:49.709ZLogging to: /work/oxidecomputer/omicron/out/LOG
23332024-05-13T18:37:50.532Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23342024-05-13T18:40:24.320Z Finished release [optimized] target(s) in 2m 34s
23352024-05-13T18:40:58.343Z
23362024-05-13T18:40:58.351Zreal 3:09.453894915
23372024-05-13T18:40:58.351Zuser 14:41.712835490
23382024-05-13T18:40:58.352Zsys 39.731188199
23392024-05-13T18:40:58.352Ztrap 0.300698669
23402024-05-13T18:40:58.352Ztflt 0.217333953
23412024-05-13T18:40:58.352Zdflt 5.558588672
23422024-05-13T18:40:58.352Zkflt 0.086934699
23432024-05-13T18:40:58.352Zlock 1:01:14.473817531
23442024-05-13T18:40:58.352Zslp 13:00.484239635
23452024-05-13T18:40:58.352Zlat 6.713328103
23462024-05-13T18:40:58.352Zstop 2.351570238
23472024-05-13T18:40:58.352Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23482024-05-13T18:40:58.352Z+ for package in "$@"
23492024-05-13T18:40:58.352Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git1e629df40bb
23502024-05-13T18:40:59.196Z Finished release [optimized] target(s) in 0.80s
23512024-05-13T18:40:59.222Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git1e629df40bb`
23522024-05-13T18:40:59.259ZLogging to: /work/oxidecomputer/omicron/out/LOG
23532024-05-13T18:40:59.458ZCreated: out/versioned/omicron-sled-agent.tar
23542024-05-13T18:40:59.463Z+ for package in "$@"
23552024-05-13T18:40:59.463Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb
23562024-05-13T18:41:00.257Z Finished release [optimized] target(s) in 0.75s
23572024-05-13T18:41:00.286Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb`
23582024-05-13T18:41:00.322ZLogging to: /work/oxidecomputer/omicron/out/LOG
23592024-05-13T18:41:00.449ZCreated: out/versioned/mg-ddm-gz.tar
23602024-05-13T18:41:00.449Z+ for package in "$@"
23612024-05-13T18:41:00.449Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git1e629df40bb
23622024-05-13T18:41:01.276Z Finished release [optimized] target(s) in 0.79s
23632024-05-13T18:41:01.302Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git1e629df40bb`
23642024-05-13T18:41:01.332ZLogging to: /work/oxidecomputer/omicron/out/LOG
23652024-05-13T18:41:02.411ZCreated: out/versioned/propolis-server.tar.gz
23662024-05-13T18:41:02.417Z+ for package in "$@"
23672024-05-13T18:41:02.417Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git1e629df40bb
23682024-05-13T18:41:03.246Z Finished release [optimized] target(s) in 0.78s
23692024-05-13T18:41:03.271Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git1e629df40bb`
23702024-05-13T18:41:03.304ZLogging to: /work/oxidecomputer/omicron/out/LOG
23712024-05-13T18:41:03.311ZCreated: out/versioned/overlay.tar.gz
23722024-05-13T18:41:03.311Z+ for package in "$@"
23732024-05-13T18:41:03.312Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git1e629df40bb
23742024-05-13T18:41:04.118Z Finished release [optimized] target(s) in 0.76s
23752024-05-13T18:41:04.146Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git1e629df40bb`
23762024-05-13T18:41:04.179ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772024-05-13T18:41:04.187ZCreated: out/versioned/oxlog.tar
23782024-05-13T18:41:04.191Z+ for package in "$@"
23792024-05-13T18:41:04.191Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git1e629df40bb
23802024-05-13T18:41:05.053Z Finished release [optimized] target(s) in 0.80s
23812024-05-13T18:41:05.075Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git1e629df40bb`
23822024-05-13T18:41:05.108ZLogging to: /work/oxidecomputer/omicron/out/LOG
23832024-05-13T18:41:05.181ZCreated: out/versioned/pumpkind-gz.tar
23842024-05-13T18:41:05.185Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23852024-05-13T18:41:05.195Z+++ dirname -- ./tools/build-global-zone-packages.sh
23862024-05-13T18:41:05.199Z++ cd -- ./tools
23872024-05-13T18:41:05.199Z++ pwd
23882024-05-13T18:41:05.199Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23892024-05-13T18:41:05.199Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23902024-05-13T18:41:05.314Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23912024-05-13T18:41:05.319Z++ readlink -f /work
23922024-05-13T18:41:05.319Z+ out_dir=/work
23932024-05-13T18:41:05.319Z+ 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")
23942024-05-13T18:41:05.319Z+ for dep in "${deps[@]}"
23952024-05-13T18:41:05.319Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23962024-05-13T18:41:05.319Z+ for dep in "${deps[@]}"
23972024-05-13T18:41:05.319Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23982024-05-13T18:41:05.319Z+ for dep in "${deps[@]}"
23992024-05-13T18:41:05.319Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24002024-05-13T18:41:05.319Z+ for dep in "${deps[@]}"
24012024-05-13T18:41:05.319Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24022024-05-13T18:41:05.319Z+ for dep in "${deps[@]}"
24032024-05-13T18:41:05.320Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24042024-05-13T18:41:05.320Z+ for dep in "${deps[@]}"
24052024-05-13T18:41:05.320Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24062024-05-13T18:41:05.320Z++ mktemp -d
24072024-05-13T18:41:05.324Z+ tmp_gz=/tmp/tmp.H0a4wi
24082024-05-13T18:41:05.324Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24092024-05-13T18:41:05.324Z+ echo '{"v":"1","t":"layer"}'
24102024-05-13T18:41:05.324Z+ pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/sled-agent
24112024-05-13T18:41:05.324Z+ mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/sled-agent
24122024-05-13T18:41:05.324Z+ cd /tmp/tmp.H0a4wi/root/opt/oxide/sled-agent
24132024-05-13T18:41:05.324Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24142024-05-13T18:41:05.389Zx ., 0 bytes, 0 tape blocks
24152024-05-13T18:41:05.390Zx zone-bundle, 27589184 bytes, 53886 tape blocks
24162024-05-13T18:41:05.390Zx sled-agent, 69155064 bytes, 135069 tape blocks
24172024-05-13T18:41:05.390Zx pkg, 0 bytes, 0 tape blocks
24182024-05-13T18:41:05.390Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24192024-05-13T18:41:05.390Zx pkg/README.md, 54 bytes, 1 tape blocks
24202024-05-13T18:41:05.390Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24212024-05-13T18:41:05.390Zx VERSION, 25 bytes, 1 tape blocks
24222024-05-13T18:41:05.396Z+ mkdir -p /tmp/tmp.H0a4wi/root/lib/svc/manifest/site/
24232024-05-13T18:41:05.396Z+ mv pkg/manifest.xml /tmp/tmp.H0a4wi/root/lib/svc/manifest/site/sled-agent.xml
24242024-05-13T18:41:05.396Z+ cd -
24252024-05-13T18:41:05.396Z+ pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/mg-ddm
24262024-05-13T18:41:05.396Z+ mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/mg-ddm
24272024-05-13T18:41:05.396Z/work/oxidecomputer/omicron
24282024-05-13T18:41:05.396Z+ cd /tmp/tmp.H0a4wi/root/opt/oxide/mg-ddm
24292024-05-13T18:41:05.396Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24302024-05-13T18:41:05.437Zx ., 0 bytes, 0 tape blocks
24312024-05-13T18:41:05.437Zx ddmadm, 18870416 bytes, 36857 tape blocks
24322024-05-13T18:41:05.437Zx ddmd, 42960632 bytes, 83908 tape blocks
24332024-05-13T18:41:05.437Zx pkg, 0 bytes, 0 tape blocks
24342024-05-13T18:41:05.437Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24352024-05-13T18:41:05.437Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24362024-05-13T18:41:05.438Zx pkg/mgd, 0 bytes, 0 tape blocks
24372024-05-13T18:41:05.438Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24382024-05-13T18:41:05.438Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24392024-05-13T18:41:05.438Zx pkg/ddm, 0 bytes, 0 tape blocks
24402024-05-13T18:41:05.438Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24412024-05-13T18:41:05.438Zx VERSION, 25 bytes, 1 tape blocks
24422024-05-13T18:41:05.459Z+ cd -
24432024-05-13T18:41:05.459Z/work/oxidecomputer/omicron
24442024-05-13T18:41:05.459Z+ pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/pumpkind
24452024-05-13T18:41:05.459Z+ mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/pumpkind
24462024-05-13T18:41:05.459Z+ cd /tmp/tmp.H0a4wi/root/opt/oxide/pumpkind
24472024-05-13T18:41:05.459Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24482024-05-13T18:41:05.465Zx ., 0 bytes, 0 tape blocks
24492024-05-13T18:41:05.465Zx lib, 0 bytes, 0 tape blocks
24502024-05-13T18:41:05.465Zx lib/svc, 0 bytes, 0 tape blocks
24512024-05-13T18:41:05.465Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24522024-05-13T18:41:05.466Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24532024-05-13T18:41:05.466Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24542024-05-13T18:41:05.466Zx bin, 0 bytes, 0 tape blocks
24552024-05-13T18:41:05.466Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24562024-05-13T18:41:05.466Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24572024-05-13T18:41:05.466Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24582024-05-13T18:41:05.466Zx VERSION, 25 bytes, 1 tape blocks
24592024-05-13T18:41:05.467Z+ cd -
24602024-05-13T18:41:05.467Z/work/oxidecomputer/omicron
24612024-05-13T18:41:05.467Z+ pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/oxlog
24622024-05-13T18:41:05.467Z+ mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/oxlog
24632024-05-13T18:41:05.467Z+ cd /tmp/tmp.H0a4wi/root/opt/oxide/oxlog
24642024-05-13T18:41:05.467Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24652024-05-13T18:41:05.485Zx ., 0 bytes, 0 tape blocks
24662024-05-13T18:41:05.485Zx oxlog, 2979520 bytes, 5820 tape blocks
24672024-05-13T18:41:05.485Zx VERSION, 25 bytes, 1 tape blocks
24682024-05-13T18:41:05.485Z+ cd -
24692024-05-13T18:41:05.485Z/work/oxidecomputer/omicron
24702024-05-13T18:41:05.485Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.H0a4wi/root/opt/oxide
24712024-05-13T18:41:05.581Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.H0a4wi/root/opt/oxide
24722024-05-13T18:41:05.597Z+ cd /tmp/tmp.H0a4wi
24732024-05-13T18:41:05.598Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24742024-05-13T18:41:16.670ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24752024-05-13T18:41:16.670Za oxide.json 1K
24762024-05-13T18:41:16.670Za root/ 0K
24772024-05-13T18:41:16.670Za root/opt/ 0K
24782024-05-13T18:41:16.671Za root/opt/oxide/ 0K
24792024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/ 0K
24802024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/zone-bundle 26943K
24812024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/sled-agent 67535K
24822024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/pkg/ 0K
24832024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24842024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/pkg/README.md 1K
24852024-05-13T18:41:16.671Za root/opt/oxide/sled-agent/VERSION 1K
24862024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/ 0K
24872024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/ddmadm 18429K
24882024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/ddmd 41954K
24892024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/ 0K
24902024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
24912024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24922024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24932024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24942024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24952024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24962024-05-13T18:41:16.671Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24972024-05-13T18:41:16.672Za root/opt/oxide/mg-ddm/VERSION 1K
24982024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/ 0K
24992024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/lib/ 0K
25002024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/lib/svc/ 0K
25012024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25022024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25032024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25042024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/bin/ 0K
25052024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25062024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
25072024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25082024-05-13T18:41:16.672Za root/opt/oxide/pumpkind/VERSION 1K
25092024-05-13T18:41:16.672Za root/opt/oxide/oxlog/ 0K
25102024-05-13T18:41:16.672Za root/opt/oxide/oxlog/oxlog 2910K
25112024-05-13T18:41:16.672Za root/opt/oxide/oxlog/VERSION 1K
25122024-05-13T18:41:16.672Za root/opt/oxide/propolis-server.tar.gz 65038K
25132024-05-13T18:41:16.672Za root/opt/oxide/overlay.tar.gz 3K
25142024-05-13T18:41:16.672Za root/lib/ 0K
25152024-05-13T18:41:16.672Za root/lib/svc/ 0K
25162024-05-13T18:41:16.672Za root/lib/svc/manifest/ 0K
25172024-05-13T18:41:16.672Za root/lib/svc/manifest/site/ 0K
25182024-05-13T18:41:16.673Za root/lib/svc/manifest/site/sled-agent.xml 3K
25192024-05-13T18:41:16.673Z+ cd /
25202024-05-13T18:41:16.673Z+ rm -rf /tmp/tmp.H0a4wi
25212024-05-13T18:41:16.673Z
25222024-05-13T18:41:16.673Zreal 9.311318847
25232024-05-13T18:41:16.673Zuser 8.631411309
25242024-05-13T18:41:16.673Zsys 0.596411112
25252024-05-13T18:41:16.673Ztrap 0.001588896
25262024-05-13T18:41:16.673Ztflt 0.000000000
25272024-05-13T18:41:16.673Zdflt 0.000000000
25282024-05-13T18:41:16.673Zkflt 0.000000000
25292024-05-13T18:41:16.673Zlock 0.000000000
25302024-05-13T18:41:16.674Zslp 18.098929097
25312024-05-13T18:41:16.674Zlat 0.191203622
25322024-05-13T18:41:16.674Zstop 0.000263033
25332024-05-13T18:41:16.674Z+ mkdir -p /work/zones
25342024-05-13T18:41:16.674Z+ 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)
25352024-05-13T18:41:16.674Z+ 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/
25362024-05-13T18:41:16.799Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25372024-05-13T18:41:17.659Z Finished release [optimized] target(s) in 0.80s
25382024-05-13T18:41:18.091Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25392024-05-13T18:41:18.097ZLogging to: /work/oxidecomputer/omicron/out/LOG
25402024-05-13T18:41:18.097ZCreated new build target 'recovery' and set it as active
25412024-05-13T18:41:18.097Z
25422024-05-13T18:41:18.097Zreal 0.916509276
25432024-05-13T18:41:18.097Zuser 0.598316335
25442024-05-13T18:41:18.097Zsys 0.296999525
25452024-05-13T18:41:18.097Ztrap 0.000508591
25462024-05-13T18:41:18.097Ztflt 0.000010337
25472024-05-13T18:41:18.097Zdflt 0.000029475
25482024-05-13T18:41:18.097Zkflt 0.000000000
25492024-05-13T18:41:18.097Zlock 0.025833054
25502024-05-13T18:41:18.098Zslp 0.113190818
25512024-05-13T18:41:18.098Zlat 0.005718555
25522024-05-13T18:41:18.098Zstop 0.000296086
25532024-05-13T18:41:18.098Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25542024-05-13T18:41:18.579Z Finished release [optimized] target(s) in 0.80s
25552024-05-13T18:41:18.605Z Running `target/release/omicron-package -t recovery package`
25562024-05-13T18:41:18.636ZLogging to: /work/oxidecomputer/omicron/out/LOG
25572024-05-13T18:41:19.760Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25582024-05-13T18:41:21.765Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25592024-05-13T18:41:43.644Z Finished release [optimized] target(s) in 22.80s
25602024-05-13T18:41:43.644Z
25612024-05-13T18:41:43.644Zreal 24.297090404
25622024-05-13T18:41:43.644Zuser 1:40.677112656
25632024-05-13T18:41:43.644Zsys 6.737443604
25642024-05-13T18:41:43.645Ztrap 0.076320228
25652024-05-13T18:41:43.645Ztflt 0.058057322
25662024-05-13T18:41:43.645Zdflt 0.450343429
25672024-05-13T18:41:43.645Zkflt 0.032029982
25682024-05-13T18:41:43.645Zlock 5:39.645467015
25692024-05-13T18:41:43.645Zslp 1:28.154070382
25702024-05-13T18:41:43.645Zlat 1.023958960
25712024-05-13T18:41:43.645Zstop 0.597182620
25722024-05-13T18:41:43.645Z+ stamp_packages installinator mg-ddm-gz
25732024-05-13T18:41:43.645Z+ for package in "$@"
25742024-05-13T18:41:43.645Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git1e629df40bb
25752024-05-13T18:41:43.645Z Finished release [optimized] target(s) in 0.84s
25762024-05-13T18:41:43.645Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git1e629df40bb`
25772024-05-13T18:41:43.646ZLogging to: /work/oxidecomputer/omicron/out/LOG
25782024-05-13T18:41:43.646ZCreated: out/versioned/installinator.tar
25792024-05-13T18:41:43.646Z+ for package in "$@"
25802024-05-13T18:41:43.646Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb
25812024-05-13T18:41:43.880Z Finished release [optimized] target(s) in 0.77s
25822024-05-13T18:41:43.910Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb`
25832024-05-13T18:41:43.939ZLogging to: /work/oxidecomputer/omicron/out/LOG
25842024-05-13T18:41:44.041ZCreated: out/versioned/mg-ddm-gz.tar
25852024-05-13T18:41:44.048Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25862024-05-13T18:41:44.056Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25872024-05-13T18:41:44.056Z++ cd -- ./tools
25882024-05-13T18:41:44.056Z++ pwd
25892024-05-13T18:41:44.062Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25902024-05-13T18:41:44.062Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25912024-05-13T18:41:44.062Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25922024-05-13T18:41:44.062Z++ readlink -f /work
25932024-05-13T18:41:44.062Z+ out_dir=/work
25942024-05-13T18:41:44.062Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25952024-05-13T18:41:44.062Z+ for dep in "${deps[@]}"
25962024-05-13T18:41:44.062Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25972024-05-13T18:41:44.062Z+ for dep in "${deps[@]}"
25982024-05-13T18:41:44.062Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25992024-05-13T18:41:44.066Z++ mktemp -d
26002024-05-13T18:41:44.066Z+ tmp_trampoline=/tmp/tmp.ZraOBi
26012024-05-13T18:41:44.066Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26022024-05-13T18:41:44.066Z+ echo '{"v":"1","t":"layer"}'
26032024-05-13T18:41:44.066Z+ pkg_dir=/tmp/tmp.ZraOBi/root/opt/oxide/installinator
26042024-05-13T18:41:44.067Z+ mkdir -p /tmp/tmp.ZraOBi/root/opt/oxide/installinator
26052024-05-13T18:41:44.067Z+ cd /tmp/tmp.ZraOBi/root/opt/oxide/installinator
26062024-05-13T18:41:44.067Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26072024-05-13T18:41:44.093Zx ., 0 bytes, 0 tape blocks
26082024-05-13T18:41:44.093Zx installinator, 39310240 bytes, 76778 tape blocks
26092024-05-13T18:41:44.093Zx pkg, 0 bytes, 0 tape blocks
26102024-05-13T18:41:44.093Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26112024-05-13T18:41:44.093Zx VERSION, 25 bytes, 1 tape blocks
26122024-05-13T18:41:44.098Z+ mkdir -p /tmp/tmp.ZraOBi/root/lib/svc/manifest/site/
26132024-05-13T18:41:44.098Z+ mv pkg/manifest.xml /tmp/tmp.ZraOBi/root/lib/svc/manifest/site/installinator.xml
26142024-05-13T18:41:44.098Z+ cd -
26152024-05-13T18:41:44.099Z/work/oxidecomputer/omicron
26162024-05-13T18:41:44.099Z+ pkg_dir=/tmp/tmp.ZraOBi/root/opt/oxide/mg-ddm
26172024-05-13T18:41:44.099Z+ mkdir -p /tmp/tmp.ZraOBi/root/opt/oxide/mg-ddm
26182024-05-13T18:41:44.105Z+ cd /tmp/tmp.ZraOBi/root/opt/oxide/mg-ddm
26192024-05-13T18:41:44.105Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26202024-05-13T18:41:44.145Zx ., 0 bytes, 0 tape blocks
26212024-05-13T18:41:44.145Zx ddmadm, 18870416 bytes, 36857 tape blocks
26222024-05-13T18:41:44.145Zx ddmd, 42960632 bytes, 83908 tape blocks
26232024-05-13T18:41:44.145Zx pkg, 0 bytes, 0 tape blocks
26242024-05-13T18:41:44.145Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26252024-05-13T18:41:44.145Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26262024-05-13T18:41:44.145Zx pkg/mgd, 0 bytes, 0 tape blocks
26272024-05-13T18:41:44.145Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26282024-05-13T18:41:44.145Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26292024-05-13T18:41:44.145Zx pkg/ddm, 0 bytes, 0 tape blocks
26302024-05-13T18:41:44.145Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26312024-05-13T18:41:44.145Zx VERSION, 25 bytes, 1 tape blocks
26322024-05-13T18:41:44.188Z+ cd -
26332024-05-13T18:41:44.188Z/work/oxidecomputer/omicron
26342024-05-13T18:41:44.188Z+ cd /tmp/tmp.ZraOBi
26352024-05-13T18:41:44.188Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26362024-05-13T18:41:48.293ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26372024-05-13T18:41:48.293Za oxide.json 1K
26382024-05-13T18:41:48.293Za root/ 0K
26392024-05-13T18:41:48.293Za root/opt/ 0K
26402024-05-13T18:41:48.293Za root/opt/oxide/ 0K
26412024-05-13T18:41:48.293Za root/opt/oxide/installinator/ 0K
26422024-05-13T18:41:48.293Za root/opt/oxide/installinator/installinator 38389K
26432024-05-13T18:41:48.293Za root/opt/oxide/installinator/pkg/ 0K
26442024-05-13T18:41:48.293Za root/opt/oxide/installinator/VERSION 1K
26452024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/ 0K
26462024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/ddmadm 18429K
26472024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/ddmd 41954K
26482024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/ 0K
26492024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26502024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26512024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26522024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26532024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26542024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26552024-05-13T18:41:48.293Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26562024-05-13T18:41:48.294Za root/opt/oxide/mg-ddm/VERSION 1K
26572024-05-13T18:41:48.294Za root/lib/ 0K
26582024-05-13T18:41:48.294Za root/lib/svc/ 0K
26592024-05-13T18:41:48.294Za root/lib/svc/manifest/ 0K
26602024-05-13T18:41:48.294Za root/lib/svc/manifest/site/ 0K
26612024-05-13T18:41:48.294Za root/lib/svc/manifest/site/installinator.xml 3K
26622024-05-13T18:41:48.299Z+ cd /
26632024-05-13T18:41:48.300Z+ rm -rf /tmp/tmp.ZraOBi
26642024-05-13T18:41:48.307Z
26652024-05-13T18:41:48.311Zreal 4.259835764
26662024-05-13T18:41:48.311Zuser 4.043893398
26672024-05-13T18:41:48.311Zsys 0.227118568
26682024-05-13T18:41:48.311Ztrap 0.000642350
26692024-05-13T18:41:48.311Ztflt 0.000000000
26702024-05-13T18:41:48.311Zdflt 0.000000000
26712024-05-13T18:41:48.311Zkflt 0.000000000
26722024-05-13T18:41:48.311Zlock 0.000000000
26732024-05-13T18:41:48.311Zslp 8.300510022
26742024-05-13T18:41:48.311Zlat 0.078247713
26752024-05-13T18:41:48.311Zstop 0.000194975
26762024-05-13T18:41:48.311Zprocess exited: duration 1707914 ms, exit code 0
 
26772024-05-13T18:41:48.324Zfound 22 output files
26782024-05-13T18:41:48.324Zuploading: /work/version.txt (26 bytes)
26792024-05-13T18:41:49.337Zuploaded: /work/version.txt
26802024-05-13T18:41:49.337Zuploading: /work/package.tar.gz (85472679 bytes)
26812024-05-13T18:42:17.401Zuploaded: /work/package.tar.gz
26822024-05-13T18:42:17.401Zuploading: /work/global-zone-packages.tar.gz (130366840 bytes)
26832024-05-13T18:43:02.188Zuploaded: /work/global-zone-packages.tar.gz
26842024-05-13T18:43:02.206Zuploading: /work/trampoline-global-zone-packages.tar.gz (34270606 bytes)
26852024-05-13T18:43:12.459Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26862024-05-13T18:43:12.459Zuploading: /work/zones/clickhouse.tar.gz (228080944 bytes)
26872024-05-13T18:44:36.993Zuploaded: /work/zones/clickhouse.tar.gz
26882024-05-13T18:44:37.038Zuploading: /work/zones/clickhouse_keeper.tar.gz (228052468 bytes)
26892024-05-13T18:46:00.957Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26902024-05-13T18:46:00.957Zuploading: /work/zones/cockroachdb.tar.gz (123584807 bytes)
26912024-05-13T18:46:44.200Zuploaded: /work/zones/cockroachdb.tar.gz
26922024-05-13T18:46:44.200Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27715874 bytes)
26932024-05-13T18:46:55.126Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26942024-05-13T18:46:55.126Zuploading: /work/zones/crucible-zone.tar.gz (38632722 bytes)
26952024-05-13T18:47:10.750Zuploaded: /work/zones/crucible-zone.tar.gz
26962024-05-13T18:47:10.750Zuploading: /work/zones/external-dns.tar.gz (25684110 bytes)
26972024-05-13T18:47:17.291Zuploaded: /work/zones/external-dns.tar.gz
26982024-05-13T18:47:17.295Zuploading: /work/zones/internal-dns.tar.gz (25684271 bytes)
26992024-05-13T18:47:25.811Zuploaded: /work/zones/internal-dns.tar.gz
27002024-05-13T18:47:25.812Zuploading: /work/zones/nexus-single-sled.tar.gz (84565831 bytes)
27012024-05-13T18:47:53.525Zuploaded: /work/zones/nexus-single-sled.tar.gz
27022024-05-13T18:47:53.525Zuploading: /work/zones/nexus.tar.gz (84583372 bytes)
27032024-05-13T18:48:21.946Zuploaded: /work/zones/nexus.tar.gz
27042024-05-13T18:48:21.946Zuploading: /work/zones/ntp.tar.gz (8906729 bytes)
27052024-05-13T18:48:24.989Zuploaded: /work/zones/ntp.tar.gz
27062024-05-13T18:48:24.989Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14643002 bytes)
27072024-05-13T18:48:30.657Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27082024-05-13T18:48:30.657Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14644487 bytes)
27092024-05-13T18:48:34.754Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27102024-05-13T18:48:34.754Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27112024-05-13T18:48:35.764Zuploaded: /work/zones/overlay.tar.gz
27122024-05-13T18:48:35.764Zuploading: /work/zones/oximeter.tar.gz (41928780 bytes)
27132024-05-13T18:48:49.661Zuploaded: /work/zones/oximeter.tar.gz
27142024-05-13T18:48:49.662Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27152024-05-13T18:48:51.153Zuploaded: /work/zones/probe.tar.gz
27162024-05-13T18:48:51.153Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27172024-05-13T18:49:15.727Zuploaded: /work/zones/propolis-server.tar.gz
27182024-05-13T18:49:15.727Zuploading: /work/zones/switch-asic.tar.gz (299322983 bytes)
27192024-05-13T18:51:11.923Zuploaded: /work/zones/switch-asic.tar.gz
27202024-05-13T18:51:11.924Zuploading: /work/zones/switch-softnpu.tar.gz (203281651 bytes)
27212024-05-13T18:52:30.961Zuploaded: /work/zones/switch-softnpu.tar.gz