01HZ6KNYYK51R2BWFWND0P5C4W: 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: 01HZ6KP84HCC6QCWZ6X621KZQS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-31T06:00:21.237Zjob assigned to worker 01HZ6KPC7QHHNM49RJ9R4M6NDC (queued for 1 m 5 s)
 
22024-05-31T06:00:28.869Zstarting task 0: "setup"
32024-05-31T06:00:28.935Z++ uname -s
42024-05-31T06:00:28.941Z+ kern=SunOS
52024-05-31T06:00:28.942Z+ case "$kern" in
62024-05-31T06:00:28.942Z+ groupadd -g 12345 build
72024-05-31T06:00:28.942Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-31T06:00:30.962Z+ zfs create -o mountpoint=/work rpool/work
92024-05-31T06:00:31.587Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-31T06:00:31.597Z+ home_fs=zfs
112024-05-31T06:00:31.598Z+ [[ zfs == autofs ]]
122024-05-31T06:00:31.598Z+ mkdir -p /home/build
132024-05-31T06:00:31.598Z+ chown build:build /home/build /work
142024-05-31T06:00:33.179Z+ chmod 0700 /home/build /work
152024-05-31T06:00:33.184Zprocess exited: duration 4310 ms, exit code 0
 
162024-05-31T06:00:33.196Zstarting task 1: "rust-toolchain"
172024-05-31T06:00:33.217Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-31T06:00:33.222Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-31T06:00:33.309Zinfo: downloading installer
202024-05-31T06:00:34.846Zwarning: it looks like you have an existing installation of Rust at:
212024-05-31T06:00:34.846Zwarning: /opt/ooce/bin
222024-05-31T06:00:34.846Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-31T06:00:34.847Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-31T06:00:34.847Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-31T06:00:34.847Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-31T06:00:34.847Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-31T06:00:34.847Zerror: cannot install while Rust is installed
282024-05-31T06:00:34.847Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-31T06:00:34.879Zinfo: profile set to 'default'
302024-05-31T06:00:34.879Zinfo: default host triple is x86_64-unknown-illumos
312024-05-31T06:00:34.879Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-31T06:00:34.879Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-31T06:00:34.879Zinfo: downloading component 'cargo'
342024-05-31T06:00:35.232Zinfo: downloading component 'clippy'
352024-05-31T06:00:35.431Zinfo: downloading component 'rust-docs'
362024-05-31T06:00:36.575Zinfo: downloading component 'rust-std'
372024-05-31T06:00:37.440Zinfo: downloading component 'rustc'
382024-05-31T06:00:40.528Zinfo: downloading component 'rustfmt'
392024-05-31T06:00:40.708Zinfo: installing component 'cargo'
402024-05-31T06:00:41.541Zinfo: installing component 'clippy'
412024-05-31T06:00:41.887Zinfo: installing component 'rust-docs'
422024-05-31T06:00:43.280Zinfo: installing component 'rust-std'
432024-05-31T06:00:45.090Zinfo: installing component 'rustc'
442024-05-31T06:00:49.098Zinfo: installing component 'rustfmt'
452024-05-31T06:00:49.455Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-31T06:00:49.455Z
472024-05-31T06:00:49.771Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-31T06:00:49.771Z
492024-05-31T06:00:49.786Z
502024-05-31T06:00:49.787ZRust is installed now. Great!
512024-05-31T06:00:49.787Z
522024-05-31T06:00:49.787ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-31T06:00:49.788Zenvironment variable. This has not been done automatically.
542024-05-31T06:00:49.788Z
552024-05-31T06:00:49.788ZTo configure your current shell, you need to source
562024-05-31T06:00:49.789Zthe corresponding env file under $HOME/.cargo.
572024-05-31T06:00:49.789Z
582024-05-31T06:00:49.789ZThis is usually done by running one of the following (note the leading DOT):
592024-05-31T06:00:49.790Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-31T06:00:49.790Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-31T06:00:49.841Z+ rustc --version
622024-05-31T06:00:49.902Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-31T06:00:49.913Zprocess exited: duration 16708 ms, exit code 0
 
642024-05-31T06:00:49.925Zstarting task 2: "authentication"
652024-05-31T06:00:49.951Zprocess exited: duration 25 ms, exit code 0
 
662024-05-31T06:00:49.963Zstarting task 3: "clone repository"
672024-05-31T06:00:49.969Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-31T06:00:49.979Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-31T06:00:50.126ZCloning into '/work/oxidecomputer/omicron'...
702024-05-31T06:00:56.879Z+ cd /work/oxidecomputer/omicron
712024-05-31T06:00:56.879Z+ git fetch origin 73b2265ad42c6e51ad156b4183377018254f8e6c
722024-05-31T06:00:57.180ZFrom https://github.com/oxidecomputer/omicron
732024-05-31T06:00:57.181Z * branch 73b2265ad42c6e51ad156b4183377018254f8e6c -> FETCH_HEAD
742024-05-31T06:00:57.188Z+ [[ -n vlan-ry ]]
752024-05-31T06:00:57.188Z++ git branch --show-current
762024-05-31T06:00:57.194Z+ current=main
772024-05-31T06:00:57.195Z+ [[ main != vlan-ry ]]
782024-05-31T06:00:57.195Z+ git branch -f vlan-ry 73b2265ad42c6e51ad156b4183377018254f8e6c
792024-05-31T06:00:57.195Z+ git checkout -f vlan-ry
802024-05-31T06:00:57.333ZSwitched to branch 'vlan-ry'
812024-05-31T06:00:57.340Z+ git reset --hard 73b2265ad42c6e51ad156b4183377018254f8e6c
822024-05-31T06:00:57.460ZHEAD is now at 73b2265ad add missing database table column
832024-05-31T06:00:57.466Zprocess exited: duration 7495 ms, exit code 0
 
842024-05-31T06:00:57.493Zstarting task 4: "build"
852024-05-31T06:00:57.498Z+ cargo --version
862024-05-31T06:00:57.498Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-31T06:00:57.628Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-31T06:00:57.628Zinfo: downloading component 'cargo'
892024-05-31T06:00:58.217Zinfo: downloading component 'clippy'
902024-05-31T06:00:58.439Zinfo: downloading component 'rust-docs'
912024-05-31T06:00:59.198Zinfo: downloading component 'rust-std'
922024-05-31T06:01:00.369Zinfo: downloading component 'rustc'
932024-05-31T06:01:03.488Zinfo: downloading component 'rustfmt'
942024-05-31T06:01:03.666Zinfo: installing component 'cargo'
952024-05-31T06:01:04.486Zinfo: installing component 'clippy'
962024-05-31T06:01:04.858Zinfo: installing component 'rust-docs'
972024-05-31T06:01:06.312Zinfo: installing component 'rust-std'
982024-05-31T06:01:07.896Zinfo: installing component 'rustc'
992024-05-31T06:01:12.061Zinfo: installing component 'rustfmt'
1002024-05-31T06:01:12.462Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-31T06:01:12.468Z+ rustc --version
1022024-05-31T06:01:12.531Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-31T06:01:12.536Z+ WORK=/work
1042024-05-31T06:01:12.536Z+ pfexec mkdir -p /work
1052024-05-31T06:01:12.541Z+ pfexec chown build /work
1062024-05-31T06:01:12.546Z++ git rev-parse HEAD
1072024-05-31T06:01:12.546Z+ COMMIT=73b2265ad42c6e51ad156b4183377018254f8e6c
1082024-05-31T06:01:12.547Z+ VERSION=8.0.0-0.ci+git73b2265ad42
1092024-05-31T06:01:12.547Z+ echo 8.0.0-0.ci+git73b2265ad42
1102024-05-31T06:01:12.547Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-31T06:01:27.569Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-31T06:01:29.594Z Startup: Caching catalogs ... Done
1132024-05-31T06:01:31.593ZPlanning: Solver setup ... Done (1.495s)
1142024-05-31T06:01:31.621ZPlanning: Running solver ... Done (0.028s)
1152024-05-31T06:01:31.657ZPlanning: Finding local manifests ... Done (0.002s)
1162024-05-31T06:01:31.672ZPlanning: Fetching manifests: 0/4 0% complete
1172024-05-31T06:01:31.985ZPlanning: Fetching manifests: 4/4 100% complete
1182024-05-31T06:01:32.033ZPlanning: Package planning ... Done (0.048s)
1192024-05-31T06:01:32.091ZPlanning: Merging actions ... Done (0.052s)
1202024-05-31T06:01:33.346ZPlanning: Checking for conflicting actions ... Done (1.261s)
1212024-05-31T06:01:33.357ZPlanning: Consolidating action changes ... Done (0.011s)
1222024-05-31T06:01:40.710ZPlanning: Evaluating mediators ... Done (7.351s)
1232024-05-31T06:01:40.719ZPlanning: Planning completed in 11.06 seconds
1242024-05-31T06:01:41.482Z Packages to install: 4
1252024-05-31T06:01:41.482Z Mediators to change: 2
1262024-05-31T06:01:41.482Z Services to change: 1
1272024-05-31T06:01:41.486Z Estimated space available: 155.31 GB
1282024-05-31T06:01:41.486ZEstimated space to be consumed: 1.45 GB
1292024-05-31T06:01:41.486Z Create boot environment: No
1302024-05-31T06:01:41.486ZCreate backup boot environment: No
1312024-05-31T06:01:41.486Z Rebuild boot archive: No
1322024-05-31T06:01:41.486Z
1332024-05-31T06:01:41.486ZChanged mediators:
1342024-05-31T06:01:41.486Z mediator clang:
1352024-05-31T06:01:41.486Z version: None -> 15 (system default)
1362024-05-31T06:01:41.486Z
1372024-05-31T06:01:41.486Z mediator llvm:
1382024-05-31T06:01:41.486Z version: 14 (system default) -> 15 (system default)
1392024-05-31T06:01:41.486Z
1402024-05-31T06:01:41.486ZChanged packages:
1412024-05-31T06:01:41.486Zhelios-dev
1422024-05-31T06:01:41.486Z developer/build-essential
1432024-05-31T06:01:41.486Z None -> 11-2.0
1442024-05-31T06:01:41.486Z library/libxmlsec1
1452024-05-31T06:01:41.486Z None -> 1.2.35-2.0
1462024-05-31T06:01:41.486Z ooce/developer/clang-15
1472024-05-31T06:01:41.487Z None -> 15.0.7-2.0
1482024-05-31T06:01:41.487Z ooce/developer/llvm-15
1492024-05-31T06:01:41.487Z None -> 15.0.7-2.0
1502024-05-31T06:01:41.487Z
1512024-05-31T06:01:41.487ZServices:
1522024-05-31T06:01:41.487Z restart_fmri:
1532024-05-31T06:01:41.487Z svc:/system/update-man-index:default
1542024-05-31T06:01:41.712Z
1552024-05-31T06:01:41.712ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-05-31T06:01:46.712ZDownload: 1506/3290 items 117.4/212.6MB 55% complete (23.8M/s)
1572024-05-31T06:01:51.721ZDownload: 3235/3290 items 179.0/212.6MB 84% complete (18.0M/s)
1582024-05-31T06:01:53.631ZDownload: Completed 212.60 MB in 11.92 seconds (17.8M/s)
1592024-05-31T06:01:53.817Z Actions: 1/3689 actions (Installing new actions)
1602024-05-31T06:01:58.887Z Actions: 3552/3689 actions (Installing new actions)
1612024-05-31T06:01:59.356Z Actions: Completed 3689 actions in 5.54 seconds.
1622024-05-31T06:01:59.580Z Done (0.219s)
1632024-05-31T06:01:59.580Z Done (0.000s)
1642024-05-31T06:01:59.881Z Done (0.301s)
1652024-05-31T06:02:06.140Z Done (6.106s)
1662024-05-31T06:02:06.404Z Done (0.193s)
1672024-05-31T06:02:06.426Z Done (0.000s)
1682024-05-31T06:02:06.570Z Done (0.000s)
1692024-05-31T06:02:07.134ZPlanning: Evaluating mediator changes ... Done
1702024-05-31T06:02:07.305ZPlanning: Checking for conflicting actions ... Done
1712024-05-31T06:02:07.311ZPlanning: Consolidating action changes ... Done
1722024-05-31T06:02:07.570ZPlanning: Evaluating mediators ... Done
1732024-05-31T06:02:07.574ZPlanning: Planning completed in 0.44 seconds
1742024-05-31T06:02:07.603Z Mediators to change: 2
1752024-05-31T06:02:07.603Z Create boot environment: No
1762024-05-31T06:02:07.606ZCreate backup boot environment: No
1772024-05-31T06:02:07.674Z Done
1782024-05-31T06:02:07.674Z Done
1792024-05-31T06:02:07.884Z Done
1802024-05-31T06:02:11.523Z Done
1812024-05-31T06:02:11.603Z Done
1822024-05-31T06:02:11.614Z Done
1832024-05-31T06:02:11.710Z Done
1842024-05-31T06:02:12.325ZPlanning: Evaluating mediator changes ... Done
1852024-05-31T06:02:12.328ZPlanning: Merging actions ... Done
1862024-05-31T06:02:12.521ZPlanning: Checking for conflicting actions ... Done
1872024-05-31T06:02:12.528ZPlanning: Consolidating action changes ... Done
1882024-05-31T06:02:12.793ZPlanning: Evaluating mediators ... Done
1892024-05-31T06:02:12.843ZPlanning: Planning completed in 0.76 seconds
1902024-05-31T06:02:12.879Z Packages to change: 1
1912024-05-31T06:02:12.879Z Mediators to change: 1
1922024-05-31T06:02:12.893Z Services to change: 1
1932024-05-31T06:02:12.893Z Create boot environment: No
1942024-05-31T06:02:12.893ZCreate backup boot environment: Yes
1952024-05-31T06:02:14.819Z Actions: 1/6 actions (Updating modified actions)
1962024-05-31T06:02:14.951Z Actions: Completed 6 actions in 0.13 seconds.
1972024-05-31T06:02:14.955Z Done
1982024-05-31T06:02:14.955Z Done
1992024-05-31T06:02:15.013Z Done
2002024-05-31T06:02:18.589Z Done
2012024-05-31T06:02:18.668Z Done
2022024-05-31T06:02:18.673Z Done
2032024-05-31T06:02:18.768Z Done
2042024-05-31T06:02:19.203ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-05-31T06:02:19.203Zclang system 15 system
2062024-05-31T06:02:19.203Zcsh system system illumos
2072024-05-31T06:02:19.203Zctags system system illumos
2082024-05-31T06:02:19.203Zgcc vendor 12 vendor
2092024-05-31T06:02:19.203Zgcc system 10 system
2102024-05-31T06:02:19.203Zgcc system 7 system
2112024-05-31T06:02:19.203Zgo system 1.20 system
2122024-05-31T06:02:19.203Zgo system 1.19 system
2132024-05-31T06:02:19.203Zllvm system 15 system
2142024-05-31T06:02:19.203Zllvm system 14 system
2152024-05-31T06:02:19.203Zmariadb system 10.6 system
2162024-05-31T06:02:19.203Zmta vendor vendor dma
2172024-05-31T06:02:19.203Zopenjdk system 17 system
2182024-05-31T06:02:19.203Zopenjdk system 11 system
2192024-05-31T06:02:19.203Zopenjdk system 1.8 system
2202024-05-31T06:02:19.203Zopenssl vendor 3 vendor
2212024-05-31T06:02:19.203Zperl system 5.36 system
2222024-05-31T06:02:19.203Zpostgresql system 15 system
2232024-05-31T06:02:19.203Zpostgresql system 13 system
2242024-05-31T06:02:19.204Zpython vendor 3 vendor
2252024-05-31T06:02:19.204Zpython system 2 system
2262024-05-31T06:02:19.204Zpython3 system 3.11 system
2272024-05-31T06:02:19.204Zruby system 3.0 system
2282024-05-31T06:02:19.204Zwords vendor vendor american-english
2292024-05-31T06:02:19.204Zwords system system australian-english
2302024-05-31T06:02:19.204Zwords system system british-english
2312024-05-31T06:02:19.204Zwords system system canadian-english
2322024-05-31T06:02:19.204Zwords system system french
2332024-05-31T06:02:19.204Zwords system system italian
2342024-05-31T06:02:19.204Zwords system system ngerman
2352024-05-31T06:02:19.204Zwords system system ogerman
2362024-05-31T06:02:19.204Zwords system system spanish
2372024-05-31T06:02:19.538ZPUBLISHER TYPE STATUS P LOCATION
2382024-05-31T06:02:19.539Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-05-31T06:02:20.967ZFMRI IFO
2402024-05-31T06:02:20.968Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-05-31T06:02:20.968Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-05-31T06:02:20.968Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-05-31T06:02:20.968Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-05-31T06:02:20.968Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-05-31T06:02:20.968Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-05-31T06:02:20.968Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-05-31T06:02:20.969Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-05-31T06:02:20.969Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-05-31T06:02:20.969Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-05-31T06:02:20.969Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-05-31T06:02:20.969Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-05-31T06:02:21.237Z+ set -o errexit
2532024-05-31T06:02:21.241Z+++ dirname ./tools/ci_download_cockroachdb
2542024-05-31T06:02:21.241Z++ cd ./tools
2552024-05-31T06:02:21.241Z++ pwd
2562024-05-31T06:02:21.248Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2572024-05-31T06:02:21.248Z++ basename ./tools/ci_download_cockroachdb
2582024-05-31T06:02:21.248Z+ ARG0=ci_download_cockroachdb
2592024-05-31T06:02:21.248Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2602024-05-31T06:02:21.253Z+ CIDL_VERSION=v22.1.9
2612024-05-31T06:02:21.253Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2622024-05-31T06:02:21.253Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2632024-05-31T06:02:21.253Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2642024-05-31T06:02:21.253Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-05-31T06:02:21.253Z+ TARGET_DIR=out
2662024-05-31T06:02:21.253Z+ DOWNLOAD_DIR=out/downloads
2672024-05-31T06:02:21.253Z+ DEST_DIR=./out/cockroachdb
2682024-05-31T06:02:21.253Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2692024-05-31T06:02:21.254Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2702024-05-31T06:02:21.254Z+ main
2712024-05-31T06:02:21.254Z+ [[ 0 != 0 ]]
2722024-05-31T06:02:21.254Z+ CIDL_OS=solaris2.11
2732024-05-31T06:02:21.254Z+ [[ 0 != 0 ]]
2742024-05-31T06:02:21.254Z+ configure_os solaris2.11
2752024-05-31T06:02:21.254Z+ echo 'current directory: /work/oxidecomputer/omicron'
2762024-05-31T06:02:21.254Zcurrent directory: /work/oxidecomputer/omicron
2772024-05-31T06:02:21.254Z+ echo 'configuring based on OS: "solaris2.11"'
2782024-05-31T06:02:21.254Z+ case "$1" in
2792024-05-31T06:02:21.254Zconfiguring based on OS: "solaris2.11"
2802024-05-31T06:02:21.254Z+ CIDL_BUILD=illumos
2812024-05-31T06:02:21.254Z+ CIDL_SUFFIX=tar.gz
2822024-05-31T06:02:21.254Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-05-31T06:02:21.254Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842024-05-31T06:02:21.254Z+ CIDL_ASSEMBLE=do_assemble_illumos
2852024-05-31T06:02:21.255Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2862024-05-31T06:02:21.255Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2872024-05-31T06:02:21.255Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-31T06:02:21.255Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2892024-05-31T06:02:21.255Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-31T06:02:21.255Z+ CIDL_SHA256FUNC=do_sha256sum
2912024-05-31T06:02:21.255Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-31T06:02:21.255Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932024-05-31T06:02:21.255ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-31T06:02:21.255ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-31T06:02:21.255Z+ mkdir -p out/downloads
2962024-05-31T06:02:21.255Z+ mkdir -p ./out/cockroachdb
2972024-05-31T06:02:21.255Z+ local DO_DOWNLOAD=true
2982024-05-31T06:02:21.255Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2992024-05-31T06:02:21.256Z+ '[' true == true ']'
3002024-05-31T06:02:21.256Z+ echo Downloading...
3012024-05-31T06:02:21.256ZDownloading...
3022024-05-31T06:02:21.256Z+ 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-31T06:02:21.256Z+ 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-31T06:02:26.273Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-31T06:02:26.276Z++ sha256sum
3062024-05-31T06:02:26.276Z++ awk '{print $1}'
3072024-05-31T06:02:26.335Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-05-31T06:02:26.336Z+ [[ 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-31T06:02:26.339Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-05-31T06:02:26.339Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3112024-05-31T06:02:28.501Z+ do_assemble_illumos
3122024-05-31T06:02:28.501Z+ rm -r ./out/cockroachdb
3132024-05-31T06:02:28.504Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3142024-05-31T06:02:28.922Z+ ./out/cockroachdb/bin/cockroach version
3152024-05-31T06:02:29.135ZBuild Tag: v22.1.9-dirty
3162024-05-31T06:02:29.135ZBuild Time: 2022/10/26 21:17:46
3172024-05-31T06:02:29.135ZDistribution: OSS
3182024-05-31T06:02:29.135ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3192024-05-31T06:02:29.135ZGo Version: go1.17.13
3202024-05-31T06:02:29.135ZC Compiler: gcc 10.3.0
3212024-05-31T06:02:29.135ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3222024-05-31T06:02:29.135ZBuild Type: release
3232024-05-31T06:02:29.151Z+ set -o errexit
3242024-05-31T06:02:29.154Z+++ dirname ./tools/ci_download_clickhouse
3252024-05-31T06:02:29.158Z++ cd ./tools
3262024-05-31T06:02:29.158Z++ pwd
3272024-05-31T06:02:29.158Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3282024-05-31T06:02:29.158Z++ basename ./tools/ci_download_clickhouse
3292024-05-31T06:02:29.158Z+ ARG0=ci_download_clickhouse
3302024-05-31T06:02:29.158Z+ TARGET_DIR=out
3312024-05-31T06:02:29.158Z+ DOWNLOAD_DIR=out/downloads
3322024-05-31T06:02:29.158Z+ DEST_DIR=./out/clickhouse
3332024-05-31T06:02:29.167Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3342024-05-31T06:02:29.167Z+ CIDL_VERSION=v23.8.7.24
3352024-05-31T06:02:29.167Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3362024-05-31T06:02:29.168Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3372024-05-31T06:02:29.168Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3382024-05-31T06:02:29.168Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3392024-05-31T06:02:29.168Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3402024-05-31T06:02:29.168Z+ main
3412024-05-31T06:02:29.168Z+ [[ 0 != 0 ]]
3422024-05-31T06:02:29.168Z+ CIDL_OS=solaris2.11
3432024-05-31T06:02:29.168Z+ [[ 0 != 0 ]]
3442024-05-31T06:02:29.168Z+ configure_os solaris2.11
3452024-05-31T06:02:29.168Z+ echo 'current directory: /work/oxidecomputer/omicron'
3462024-05-31T06:02:29.168Zcurrent directory: /work/oxidecomputer/omicron
3472024-05-31T06:02:29.168Z+ echo 'configuring based on OS: "solaris2.11"'
3482024-05-31T06:02:29.168Z+ CIDL_DASHREV=
3492024-05-31T06:02:29.168Z+ case "$1" in
3502024-05-31T06:02:29.168Zconfiguring based on OS: "solaris2.11"
3512024-05-31T06:02:29.168Z+ CIDL_PLATFORM=illumos
3522024-05-31T06:02:29.168Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3532024-05-31T06:02:29.168Z+ CIDL_MD5FUNC=do_md5sum
3542024-05-31T06:02:29.168Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3552024-05-31T06:02:29.168Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-31T06:02:29.168Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-31T06:02:29.168Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-31T06:02:29.168Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3592024-05-31T06:02:29.169Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-05-31T06:02:29.169ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-31T06:02:29.169ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-31T06:02:29.169Z+ mkdir -p out/downloads
3632024-05-31T06:02:29.184Z+ mkdir -p ./out/clickhouse
3642024-05-31T06:02:29.184Z+ local DO_DOWNLOAD=true
3652024-05-31T06:02:29.184Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3662024-05-31T06:02:29.184Z+ '[' true == true ']'
3672024-05-31T06:02:29.184Z+ echo Downloading...
3682024-05-31T06:02:29.185ZDownloading...
3692024-05-31T06:02:29.185Z+ 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-31T06:02:29.185Z+ 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-31T06:02:30.755Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-05-31T06:02:30.759Z++ md5sum
3732024-05-31T06:02:30.759Z++ awk '{print $1}'
3742024-05-31T06:02:31.086Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3752024-05-31T06:02:31.086Z+ [[ 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-31T06:02:31.086Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3772024-05-31T06:02:31.098Z+ mkdir -p ./out/clickhouse
3782024-05-31T06:02:31.099Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3792024-05-31T06:02:34.942Z+ [[ solaris2.11 == darwin* ]]
3802024-05-31T06:02:34.942Z+ ./out/clickhouse/clickhouse server --version
3812024-05-31T06:02:35.461ZClickHouse server version 23.8.7.1.
3822024-05-31T06:02:35.482Z+ set -o errexit
3832024-05-31T06:02:35.485Z+++ dirname ./tools/ci_download_console
3842024-05-31T06:02:35.485Z++ cd ./tools
3852024-05-31T06:02:35.485Z++ pwd
3862024-05-31T06:02:35.485Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3872024-05-31T06:02:35.488Z++ basename ./tools/ci_download_console
3882024-05-31T06:02:35.488Z+ ARG0=ci_download_console
3892024-05-31T06:02:35.488Z+ TARGET_DIR=out
3902024-05-31T06:02:35.488Z+ DOWNLOAD_DIR=out/downloads
3912024-05-31T06:02:35.488Z+ DEST_DIR=./out/console-assets
3922024-05-31T06:02:35.488Z+ source /work/oxidecomputer/omicron/tools/console_version
3932024-05-31T06:02:35.488Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3942024-05-31T06:02:35.488Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3952024-05-31T06:02:35.488Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3962024-05-31T06:02:35.488Z+ TARBALL_FILE=out/downloads/console.tar.gz
3972024-05-31T06:02:35.488Z+ main
3982024-05-31T06:02:35.488Z+ [[ 0 != 0 ]]
3992024-05-31T06:02:35.488Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4002024-05-31T06:02:35.489ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4012024-05-31T06:02:35.489Z+ echo 'Local file: out/downloads/console.tar.gz'
4022024-05-31T06:02:35.489ZLocal file: out/downloads/console.tar.gz
4032024-05-31T06:02:35.489Z+ local DO_DOWNLOAD=true
4042024-05-31T06:02:35.489Z+ [[ -f out/downloads/console.tar.gz ]]
4052024-05-31T06:02:35.489Z+ mkdir -p out/downloads
4062024-05-31T06:02:35.493Z+ '[' true == true ']'
4072024-05-31T06:02:35.493Z+ echo Downloading...
4082024-05-31T06:02:35.493ZDownloading...
4092024-05-31T06:02:35.493Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4102024-05-31T06:02:35.493Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4112024-05-31T06:02:36.239Z++ do_sha256sum out/downloads/console.tar.gz
4122024-05-31T06:02:36.242Z++ case "$OSTYPE" in
4132024-05-31T06:02:36.242Z++ SHA=sha256sum
4142024-05-31T06:02:36.242Z++ sha256sum
4152024-05-31T06:02:36.242Z++ awk '{print $1}'
4162024-05-31T06:02:36.247Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4172024-05-31T06:02:36.251Z+ [[ 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-31T06:02:36.251Z+ rm -rf ./out/console-assets
4192024-05-31T06:02:36.251Z+ mkdir -p ./out/console-assets
4202024-05-31T06:02:36.254Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4212024-05-31T06:02:36.254Z+ mkdir -p ./out/console-assets
4222024-05-31T06:02:36.254Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4232024-05-31T06:02:36.342Z+ set -o errexit
4242024-05-31T06:02:36.345Z+++ dirname ./tools/ci_download_dendrite_openapi
4252024-05-31T06:02:36.348Z++ cd ./tools
4262024-05-31T06:02:36.348Z++ pwd
4272024-05-31T06:02:36.348Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4282024-05-31T06:02:36.348Z++ basename ./tools/ci_download_dendrite_openapi
4292024-05-31T06:02:36.356Z+ ARG0=ci_download_dendrite_openapi
4302024-05-31T06:02:36.356Z+ TARGET_DIR=out
4312024-05-31T06:02:36.356Z+ DOWNLOAD_DIR=out/downloads
4322024-05-31T06:02:36.356Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4332024-05-31T06:02:36.356Z++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5
4342024-05-31T06:02:36.356Z++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4352024-05-31T06:02:36.357Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4362024-05-31T06:02:36.357Z+ LOCAL_FILE=out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4372024-05-31T06:02:36.357Z+ main
4382024-05-31T06:02:36.357Z+ [[ 0 != 0 ]]
4392024-05-31T06:02:36.357Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json'
4402024-05-31T06:02:36.357ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4412024-05-31T06:02:36.357ZLocal file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4422024-05-31T06:02:36.357Z+ echo 'Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json'
4432024-05-31T06:02:36.357Z+ local DO_DOWNLOAD=true
4442024-05-31T06:02:36.357Z+ [[ -f out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json ]]
4452024-05-31T06:02:36.357Z+ mkdir -p out/downloads
4462024-05-31T06:02:36.357Z+ '[' true == true ']'
4472024-05-31T06:02:36.357Z+ echo Downloading...
4482024-05-31T06:02:36.357ZDownloading...
4492024-05-31T06:02:36.357Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4502024-05-31T06:02:36.357Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4512024-05-31T06:02:36.511Z++ do_sha256sum out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4522024-05-31T06:02:36.511Z++ case "$OSTYPE" in
4532024-05-31T06:02:36.516Z++ SHA=sha256sum
4542024-05-31T06:02:36.516Z++ sha256sum
4552024-05-31T06:02:36.516Z++ awk '{print $1}'
4562024-05-31T06:02:36.516Z+ calculated_sha2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4572024-05-31T06:02:36.516Z+ [[ a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 != \a\9\3\0\5\b\4\4\a\d\7\0\a\0\0\d\6\9\9\e\f\8\7\2\0\e\a\1\5\4\3\1\6\7\9\e\8\f\c\5\e\5\4\9\2\2\0\c\3\0\e\5\1\0\e\1\d\9\e\8\0\0\3\6 ]]
4582024-05-31T06:02:36.523Z+ set -o errexit
4592024-05-31T06:02:36.526Z+++ dirname ./tools/ci_download_dendrite_stub
4602024-05-31T06:02:36.526Z++ cd ./tools
4612024-05-31T06:02:36.526Z++ pwd
4622024-05-31T06:02:36.526Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4632024-05-31T06:02:36.526Z++ basename ./tools/ci_download_dendrite_stub
4642024-05-31T06:02:36.529Z+ ARG0=ci_download_dendrite_stub
4652024-05-31T06:02:36.529Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4662024-05-31T06:02:36.529Z++ CIDL_SHA256_ILLUMOS=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
4672024-05-31T06:02:36.530Z++ CIDL_SHA256_LINUX_DPD=cbda4b9f4ec4485e803445ec2c9a33d3b3f8cac85d4aded9303a799909ef2c1c
4682024-05-31T06:02:36.530Z++ CIDL_SHA256_LINUX_SWADM=e614de71aa93cfc611cc3228ccb3d48f497413495d10342af38948cea0efbbaa
4692024-05-31T06:02:36.530Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4702024-05-31T06:02:36.530Z++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5
4712024-05-31T06:02:36.530Z++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4722024-05-31T06:02:36.530Z+ TARGET_DIR=out
4732024-05-31T06:02:36.530Z+ DOWNLOAD_DIR=out/downloads
4742024-05-31T06:02:36.530Z+ DEST_DIR=./out/dendrite-stub
4752024-05-31T06:02:36.530Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4762024-05-31T06:02:36.530Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4772024-05-31T06:02:36.530Z+ REPO=oxidecomputer/dendrite
4782024-05-31T06:02:36.530Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5
4792024-05-31T06:02:36.530Z+ main
4802024-05-31T06:02:36.530Z+ [[ 0 != 0 ]]
4812024-05-31T06:02:36.530Z+ CIDL_OS=solaris2.11
4822024-05-31T06:02:36.530Z+ [[ 0 != 0 ]]
4832024-05-31T06:02:36.530Z+ configure_os solaris2.11
4842024-05-31T06:02:36.530Z+ echo 'current directory: /work/oxidecomputer/omicron'
4852024-05-31T06:02:36.530Zcurrent directory: /work/oxidecomputer/omicron
4862024-05-31T06:02:36.530Z+ echo 'configuring based on OS: "solaris2.11"'
4872024-05-31T06:02:36.530Zconfiguring based on OS: "solaris2.11"
4882024-05-31T06:02:36.530Z+ case "$1" in
4892024-05-31T06:02:36.531Z+ SET_BINARIES=
4902024-05-31T06:02:36.531Z+ CIDL_SHA256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
4912024-05-31T06:02:36.531Z+ CIDL_SHA256FUNC=do_sha256sum
4922024-05-31T06:02:36.531Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4932024-05-31T06:02:36.531Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
4942024-05-31T06:02:36.531Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4952024-05-31T06:02:36.531Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz'
4962024-05-31T06:02:36.531Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4972024-05-31T06:02:36.531ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
4982024-05-31T06:02:36.531ZLocal file: out/downloads/dendrite-stub.tar.gz
4992024-05-31T06:02:36.531Z+ mkdir -p out/downloads
5002024-05-31T06:02:36.531Z+ mkdir -p ./out/dendrite-stub
5012024-05-31T06:02:36.535Z+ fetch_and_verify
5022024-05-31T06:02:36.535Z+ local DO_DOWNLOAD=true
5032024-05-31T06:02:36.535Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5042024-05-31T06:02:36.535Z+ '[' true == true ']'
5052024-05-31T06:02:36.535Z+ echo Downloading...
5062024-05-31T06:02:36.535ZDownloading...
5072024-05-31T06:02:36.535Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5082024-05-31T06:02:36.535Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
5092024-05-31T06:02:40.022Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5102024-05-31T06:02:40.025Z++ sha256sum
5112024-05-31T06:02:40.025Z++ awk '{print $1}'
5122024-05-31T06:02:40.044Z+ calculated_sha256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
5132024-05-31T06:02:40.047Z+ [[ 55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 != \5\5\a\a\d\b\9\f\7\f\9\e\f\f\3\5\3\1\4\9\d\5\6\f\2\c\2\1\8\6\e\4\b\f\b\a\4\8\a\9\b\0\1\e\1\c\c\6\7\5\8\a\2\5\2\d\5\8\e\9\d\1\f\1 ]]
5142024-05-31T06:02:40.047Z+ do_untar out/downloads/dendrite-stub.tar.gz
5152024-05-31T06:02:40.047Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5162024-05-31T06:02:40.674Z+ do_assemble
5172024-05-31T06:02:40.674Z+ rm -r ./out/dendrite-stub
5182024-05-31T06:02:40.677Z+ mkdir ./out/dendrite-stub
5192024-05-31T06:02:40.677Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5202024-05-31T06:02:40.766Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5212024-05-31T06:02:40.776Z+ set -o errexit
5222024-05-31T06:02:40.779Z+++ dirname ./tools/ci_download_maghemite_mgd
5232024-05-31T06:02:40.782Z++ cd ./tools
5242024-05-31T06:02:40.782Z++ pwd
5252024-05-31T06:02:40.782Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-05-31T06:02:40.782Z++ basename ./tools/ci_download_maghemite_mgd
5272024-05-31T06:02:40.786Z+ ARG0=ci_download_maghemite_mgd
5282024-05-31T06:02:40.786Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5292024-05-31T06:02:40.786Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5302024-05-31T06:02:40.786Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5312024-05-31T06:02:40.786Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5322024-05-31T06:02:40.786Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5332024-05-31T06:02:40.786Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5342024-05-31T06:02:40.786Z+ TARGET_DIR=out
5352024-05-31T06:02:40.786Z+ DOWNLOAD_DIR=out/downloads
5362024-05-31T06:02:40.786Z+ DEST_DIR=./out/mgd
5372024-05-31T06:02:40.786Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5382024-05-31T06:02:40.786Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392024-05-31T06:02:40.786Z+ REPO=oxidecomputer/maghemite
5402024-05-31T06:02:40.786Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5412024-05-31T06:02:40.786Z+ main
5422024-05-31T06:02:40.786Z+ rm -rf out/downloads/root
5432024-05-31T06:02:40.793Z+ [[ 0 != 0 ]]
5442024-05-31T06:02:40.793Z+ CIDL_OS=solaris2.11
5452024-05-31T06:02:40.793Z+ [[ 0 != 0 ]]
5462024-05-31T06:02:40.793Z+ configure_os solaris2.11
5472024-05-31T06:02:40.793Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-05-31T06:02:40.793Zcurrent directory: /work/oxidecomputer/omicron
5492024-05-31T06:02:40.793Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-05-31T06:02:40.794Z+ case "$1" in
5512024-05-31T06:02:40.794Zconfiguring based on OS: "solaris2.11"
5522024-05-31T06:02:40.794Z+ SET_BINARIES=
5532024-05-31T06:02:40.794Z+ CIDL_SHA256FUNC=do_sha256sum
5542024-05-31T06:02:40.794Z+ TARBALL_FILENAME=mgd.tar.gz
5552024-05-31T06:02:40.794Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5562024-05-31T06:02:40.794Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5572024-05-31T06:02:40.794Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5582024-05-31T06:02:40.794Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5592024-05-31T06:02:40.794ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5602024-05-31T06:02:40.794ZLocal file: out/downloads/mgd.tar.gz
5612024-05-31T06:02:40.794Z+ mkdir -p out/downloads
5622024-05-31T06:02:40.794Z+ mkdir -p ./out/mgd
5632024-05-31T06:02:40.797Z+ fetch_and_verify
5642024-05-31T06:02:40.797Z+ local DO_DOWNLOAD=true
5652024-05-31T06:02:40.797Z+ [[ -f out/downloads/mgd.tar.gz ]]
5662024-05-31T06:02:40.797Z+ '[' true == true ']'
5672024-05-31T06:02:40.797Z+ echo Downloading...
5682024-05-31T06:02:40.798ZDownloading...
5692024-05-31T06:02:40.798Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5702024-05-31T06:02:40.798Z+ 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-31T06:02:47.643Z++ do_sha256sum out/downloads/mgd.tar.gz
5722024-05-31T06:02:47.645Z++ sha256sum
5732024-05-31T06:02:47.645Z++ awk '{print $1}'
5742024-05-31T06:02:47.668Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5752024-05-31T06:02:47.668Z+ [[ 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-31T06:02:47.670Z+ do_untar out/downloads/mgd.tar.gz
5772024-05-31T06:02:47.670Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5782024-05-31T06:02:48.264Z+ do_assemble
5792024-05-31T06:02:48.264Z+ rm -r ./out/mgd
5802024-05-31T06:02:48.267Z+ mkdir ./out/mgd
5812024-05-31T06:02:48.270Z+ cp -r out/downloads/root ./out/mgd/root
5822024-05-31T06:02:48.347Z+ set -o errexit
5832024-05-31T06:02:48.350Z+++ dirname ./tools/ci_download_transceiver_control
5842024-05-31T06:02:48.353Z++ cd ./tools
5852024-05-31T06:02:48.353Z++ pwd
5862024-05-31T06:02:48.353Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5872024-05-31T06:02:48.353Z++ basename ./tools/ci_download_transceiver_control
5882024-05-31T06:02:48.356Z+ ARG0=ci_download_transceiver_control
5892024-05-31T06:02:48.356Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5902024-05-31T06:02:48.357Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5912024-05-31T06:02:48.357Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5922024-05-31T06:02:48.357Z+ TARGET_DIR=out
5932024-05-31T06:02:48.357Z+ DOWNLOAD_DIR=out/downloads
5942024-05-31T06:02:48.357Z+ DEST_DIR=./out/transceiver-control
5952024-05-31T06:02:48.357Z+ BIN_DIR=/opt/oxide/bin
5962024-05-31T06:02:48.357Z+ BINARY=xcvradm
5972024-05-31T06:02:48.357Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5982024-05-31T06:02:48.357Z+ REPO=oxidecomputer/transceiver-control
5992024-05-31T06:02:48.357Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6002024-05-31T06:02:48.357Z+ main
6012024-05-31T06:02:48.357Z+ [[ 0 != 0 ]]
6022024-05-31T06:02:48.357Z+ CIDL_OS=solaris2.11
6032024-05-31T06:02:48.357Z+ [[ 0 != 0 ]]
6042024-05-31T06:02:48.357Z+ configure_os solaris2.11
6052024-05-31T06:02:48.357Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-05-31T06:02:48.357Zcurrent directory: /work/oxidecomputer/omicron
6072024-05-31T06:02:48.357Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-05-31T06:02:48.357Z+ case "$1" in
6092024-05-31T06:02:48.357Zconfiguring based on OS: "solaris2.11"
6102024-05-31T06:02:48.357Z+ SET_BINARIES=
6112024-05-31T06:02:48.357Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6122024-05-31T06:02:48.357Z+ CIDL_SHA256FUNC=do_sha256sum
6132024-05-31T06:02:48.357Z+ ARCHIVE_FILENAME=xcvradm.gz
6142024-05-31T06:02:48.358Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6152024-05-31T06:02:48.358Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6162024-05-31T06:02:48.358Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6172024-05-31T06:02:48.358Z+ echo 'Local file: out/downloads/xcvradm.gz'
6182024-05-31T06:02:48.358ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6192024-05-31T06:02:48.358ZLocal file: out/downloads/xcvradm.gz
6202024-05-31T06:02:48.358Z+ mkdir -p out/downloads
6212024-05-31T06:02:48.361Z+ mkdir -p ./out/transceiver-control
6222024-05-31T06:02:48.362Z+ fetch_and_verify
6232024-05-31T06:02:48.362Z+ local DO_DOWNLOAD=true
6242024-05-31T06:02:48.362Z+ [[ -f out/downloads/xcvradm.gz ]]
6252024-05-31T06:02:48.362Z+ '[' true == true ']'
6262024-05-31T06:02:48.362Z+ echo Downloading...
6272024-05-31T06:02:48.362ZDownloading...
6282024-05-31T06:02:48.362Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6292024-05-31T06:02:48.362Z+ 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-31T06:02:50.286Z++ do_sha256sum out/downloads/xcvradm.gz
6312024-05-31T06:02:50.289Z++ sha256sum
6322024-05-31T06:02:50.289Z++ awk '{print $1}'
6332024-05-31T06:02:50.294Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-05-31T06:02:50.297Z+ [[ 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-31T06:02:50.297Z+ do_unpack out/downloads/xcvradm.gz
6362024-05-31T06:02:50.297Z+ mkdir -p out/downloads/root//opt/oxide/bin
6372024-05-31T06:02:50.297Z+ gzip -dc out/downloads/xcvradm.gz
6382024-05-31T06:02:50.418Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6392024-05-31T06:02:50.421Z+ do_assemble
6402024-05-31T06:02:50.421Z+ rm -r ./out/transceiver-control
6412024-05-31T06:02:50.425Z+ mkdir ./out/transceiver-control
6422024-05-31T06:02:50.425Z+ cp -r out/downloads/root ./out/transceiver-control/root
6432024-05-31T06:02:50.527Z+ set -o errexit
6442024-05-31T06:02:50.531Z+++ dirname ./tools/ci_download_thundermuffin
6452024-05-31T06:02:50.531Z++ cd ./tools
6462024-05-31T06:02:50.531Z++ pwd
6472024-05-31T06:02:50.537Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6482024-05-31T06:02:50.537Z++ basename ./tools/ci_download_thundermuffin
6492024-05-31T06:02:50.537Z+ ARG0=ci_download_thundermuffin
6502024-05-31T06:02:50.537Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6512024-05-31T06:02:50.538Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6522024-05-31T06:02:50.538Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6532024-05-31T06:02:50.538Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6542024-05-31T06:02:50.538Z+ TARGET_DIR=out
6552024-05-31T06:02:50.538Z+ DOWNLOAD_DIR=out/downloads
6562024-05-31T06:02:50.538Z+ DEST_DIR=./out/thundermuffin
6572024-05-31T06:02:50.538Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6582024-05-31T06:02:50.538Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6592024-05-31T06:02:50.538Z+ REPO=oxidecomputer/thundermuffin
6602024-05-31T06:02:50.538Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6612024-05-31T06:02:50.538Z+ main
6622024-05-31T06:02:50.541Z+ rm -rf out/downloads/root
6632024-05-31T06:02:50.544Z+ [[ 0 != 0 ]]
6642024-05-31T06:02:50.544Z+ CIDL_OS=solaris2.11
6652024-05-31T06:02:50.544Z+ [[ 0 != 0 ]]
6662024-05-31T06:02:50.544Z+ configure_os solaris2.11
6672024-05-31T06:02:50.544Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682024-05-31T06:02:50.544Zcurrent directory: /work/oxidecomputer/omicron
6692024-05-31T06:02:50.544Z+ echo 'configuring based on OS: "solaris2.11"'
6702024-05-31T06:02:50.545Z+ case "$1" in
6712024-05-31T06:02:50.545Zconfiguring based on OS: "solaris2.11"
6722024-05-31T06:02:50.545Z+ SET_BINARIES=
6732024-05-31T06:02:50.545Z+ CIDL_SHA256FUNC=do_sha256sum
6742024-05-31T06:02:50.545Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6752024-05-31T06:02:50.545Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6762024-05-31T06:02:50.545Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6772024-05-31T06:02:50.545Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6782024-05-31T06:02:50.545ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6792024-05-31T06:02:50.545ZLocal file: out/downloads/thundermuffin.tar.gz
6802024-05-31T06:02:50.545Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6812024-05-31T06:02:50.545Z+ mkdir -p out/downloads
6822024-05-31T06:02:50.545Z+ mkdir -p ./out/thundermuffin
6832024-05-31T06:02:50.548Z+ fetch_and_verify
6842024-05-31T06:02:50.548Z+ local DO_DOWNLOAD=true
6852024-05-31T06:02:50.549Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6862024-05-31T06:02:50.549Z+ '[' true == true ']'
6872024-05-31T06:02:50.549Z+ echo Downloading...
6882024-05-31T06:02:50.549ZDownloading...
6892024-05-31T06:02:50.549Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6902024-05-31T06:02:50.549Z+ 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-31T06:02:51.955Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6922024-05-31T06:02:51.962Z++ sha256sum
6932024-05-31T06:02:51.962Z++ awk '{print $1}'
6942024-05-31T06:02:51.965Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6952024-05-31T06:02:51.965Z+ [[ 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-31T06:02:51.965Z+ do_untar out/downloads/thundermuffin.tar.gz
6972024-05-31T06:02:51.965Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6982024-05-31T06:02:52.026Z+ do_assemble
6992024-05-31T06:02:52.027Z+ rm -r ./out/thundermuffin
7002024-05-31T06:02:52.030Z+ mkdir ./out/thundermuffin
7012024-05-31T06:02:52.032Z+ cp -r out/downloads/root ./out/thundermuffin/root
7022024-05-31T06:02:52.041ZAll prerequisites installed successfully
7032024-05-31T06:02:52.044Z
7042024-05-31T06:02:52.044Zreal 1:39.411006128
7052024-05-31T06:02:52.044Zuser 37.817360987
7062024-05-31T06:02:52.044Zsys 6.843372370
7072024-05-31T06:02:52.044Ztrap 0.009267428
7082024-05-31T06:02:52.044Ztflt 0.360887417
7092024-05-31T06:02:52.044Zdflt 0.337477614
7102024-05-31T06:02:52.044Zkflt 0.340987309
7112024-05-31T06:02:52.044Zlock 1.813296536
7122024-05-31T06:02:52.044Zslp 3:11.092010610
7132024-05-31T06:02:52.044Zlat 1.948522941
7142024-05-31T06:02:52.044Zstop 0.158978439
7152024-05-31T06:02:52.044Z+ ptime -m ./tools/ci_download_softnpu_machinery
7162024-05-31T06:02:52.052Zfetching npuzone
7172024-05-31T06:02:52.058ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7182024-05-31T06:02:52.058Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7192024-05-31T06:02:52.059ZGetting hash for npuzone
7202024-05-31T06:02:52.144Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7212024-05-31T06:02:57.011Znpuzone downloaded successfully
7222024-05-31T06:02:57.015Z
7232024-05-31T06:02:57.018Zreal 4.969518795
7242024-05-31T06:02:57.018Zuser 0.257774871
7252024-05-31T06:02:57.018Zsys 0.093873595
7262024-05-31T06:02:57.018Ztrap 0.000028276
7272024-05-31T06:02:57.019Ztflt 0.000000000
7282024-05-31T06:02:57.019Zdflt 0.000000000
7292024-05-31T06:02:57.019Zkflt 0.000000000
7302024-05-31T06:02:57.019Zlock 0.000000000
7312024-05-31T06:02:57.019Zslp 14.458589413
7322024-05-31T06:02:57.019Zlat 0.068212025
7332024-05-31T06:02:57.019Zstop 0.000182047
7342024-05-31T06:02:57.019Z+ export CARGO_INCREMENTAL=0
7352024-05-31T06:02:57.019Z+ CARGO_INCREMENTAL=0
7362024-05-31T06:02:57.019Z+ 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-31T06:02:57.230Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382024-05-31T06:02:57.624Z Updating git repository `https://github.com/oxidecomputer/zone`
7392024-05-31T06:02:57.988Z Updating crates.io index
7402024-05-31T06:02:58.069Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7412024-05-31T06:02:58.740Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7422024-05-31T06:02:59.510Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-05-31T06:03:01.695Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-05-31T06:03:02.175Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7452024-05-31T06:03:02.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462024-05-31T06:03:03.680Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472024-05-31T06:03:05.313Z Updating git repository `https://github.com/oxidecomputer/opte`
7482024-05-31T06:03:06.382Z Updating git repository `https://github.com/oxidecomputer/falcon`
7492024-05-31T06:03:07.229Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502024-05-31T06:03:07.628Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7512024-05-31T06:03:08.210Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7522024-05-31T06:03:08.726Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7532024-05-31T06:03:09.115Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7542024-05-31T06:03:09.649Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7552024-05-31T06:03:10.063Z Updating git repository `http://github.com/oxidecomputer/tofino`
7562024-05-31T06:03:10.507Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7572024-05-31T06:03:11.020Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7582024-05-31T06:03:11.396Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7592024-05-31T06:03:11.803Z Updating git repository `https://github.com/oxidecomputer/ispf`
7602024-05-31T06:03:12.235Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7612024-05-31T06:03:12.780Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7622024-05-31T06:03:13.188Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7632024-05-31T06:03:13.823Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7642024-05-31T06:03:14.275Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7652024-05-31T06:03:14.566Z Updating git repository `https://github.com/jgallagher/nix`
7662024-05-31T06:03:15.716Z Updating git repository `https://github.com/cbiffle/hubpack`
7672024-05-31T06:03:16.049Z Updating git repository `https://github.com/oxidecomputer/typify`
7682024-05-31T06:03:18.161Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7692024-05-31T06:03:18.543Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7702024-05-31T06:03:18.832Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7712024-05-31T06:03:19.251Z Updating git repository `https://github.com/oxidecomputer/rfb`
7722024-05-31T06:03:20.447Z Downloading crates ...
7732024-05-31T06:03:20.591Z Downloaded aead v0.5.2
7742024-05-31T06:03:20.594Z Downloaded adler v1.0.2
7752024-05-31T06:03:20.598Z Downloaded addr2line v0.21.0
7762024-05-31T06:03:20.604Z Downloaded anstyle-parse v0.2.1
7772024-05-31T06:03:20.611Z Downloaded argon2 v0.5.3
7782024-05-31T06:03:20.614Z Downloaded crossbeam-utils v0.8.19
7792024-05-31T06:03:20.615Z Downloaded ahash v0.8.8
7802024-05-31T06:03:20.617Z Downloaded headers v0.3.9
7812024-05-31T06:03:20.621Z Downloaded ascii v1.1.0
7822024-05-31T06:03:20.624Z Downloaded anstream v0.6.11
7832024-05-31T06:03:20.627Z Downloaded ascii-canvas v3.0.0
7842024-05-31T06:03:20.627Z Downloaded arrayref v0.3.7
7852024-05-31T06:03:20.630Z Downloaded array-init v0.0.4
7862024-05-31T06:03:20.630Z Downloaded anstyle-query v1.0.0
7872024-05-31T06:03:20.631Z Downloaded arrayvec v0.7.4
7882024-05-31T06:03:20.634Z Downloaded arc-swap v1.6.0
7892024-05-31T06:03:20.637Z Downloaded is_ci v1.2.0
7902024-05-31T06:03:20.637Z Downloaded ident_case v1.0.1
7912024-05-31T06:03:20.640Z Downloaded httparse v1.8.0
7922024-05-31T06:03:20.640Z Downloaded ipnet v2.9.0
7932024-05-31T06:03:20.643Z Downloaded async-trait v0.1.80
7942024-05-31T06:03:20.646Z Downloaded instant v0.1.12
7952024-05-31T06:03:20.646Z Downloaded base64 v0.13.1
7962024-05-31T06:03:20.649Z Downloaded ipnetwork v0.20.0
7972024-05-31T06:03:20.652Z Downloaded async-stream v0.3.5
7982024-05-31T06:03:20.652Z Downloaded async-recursion v1.1.0
7992024-05-31T06:03:20.656Z Downloaded bit-set v0.5.3
8002024-05-31T06:03:20.659Z Downloaded base64 v0.21.7
8012024-05-31T06:03:20.664Z Downloaded atomic-waker v1.1.1
8022024-05-31T06:03:20.668Z Downloaded atty v0.2.14
8032024-05-31T06:03:20.668Z Downloaded base64 v0.22.1
8042024-05-31T06:03:20.668Z Downloaded hyper-tls v0.5.0
8052024-05-31T06:03:20.671Z Downloaded autocfg v1.1.0
8062024-05-31T06:03:20.671Z Downloaded atomicwrites v0.4.3
8072024-05-31T06:03:20.671Z Downloaded hubpack_derive v0.1.1
8082024-05-31T06:03:20.671Z Downloaded headers-core v0.2.0
8092024-05-31T06:03:20.674Z Downloaded async-stream-impl v0.3.5
8102024-05-31T06:03:20.675Z Downloaded idna v0.5.0
8112024-05-31T06:03:20.679Z Downloaded indicatif v0.17.8
8122024-05-31T06:03:20.684Z Downloaded http v0.2.12
8132024-05-31T06:03:20.687Z Downloaded cfg_aliases v0.1.1
8142024-05-31T06:03:20.690Z Downloaded hostname v0.4.0
8152024-05-31T06:03:20.690Z Downloaded bitstruct_derive v0.1.0
8162024-05-31T06:03:20.694Z Downloaded bitstruct v0.1.1
8172024-05-31T06:03:20.694Z Downloaded assert_matches v1.5.0
8182024-05-31T06:03:20.694Z Downloaded impl-trait-for-tuples v0.2.2
8192024-05-31T06:03:20.697Z Downloaded http-range v0.1.5
8202024-05-31T06:03:20.700Z Downloaded aho-corasick v1.1.2
8212024-05-31T06:03:20.704Z Downloaded ciborium-io v0.2.2
8222024-05-31T06:03:20.707Z Downloaded anyhow v1.0.82
8232024-05-31T06:03:20.711Z Downloaded bb8 v0.8.3
8242024-05-31T06:03:20.715Z Downloaded hubpack v0.1.2
8252024-05-31T06:03:20.715Z Downloaded block-buffer v0.10.4
8262024-05-31T06:03:20.715Z Downloaded bitflags v1.3.2
8272024-05-31T06:03:20.718Z Downloaded lru v0.12.1
8282024-05-31T06:03:20.718Z Downloaded block-padding v0.3.3
8292024-05-31T06:03:20.718Z Downloaded base16ct v0.2.0
8302024-05-31T06:03:20.724Z Downloaded allocator-api2 v0.2.16
8312024-05-31T06:03:20.727Z Downloaded match_cfg v0.1.0
8322024-05-31T06:03:20.727Z Downloaded matches v0.1.10
8332024-05-31T06:03:20.727Z Downloaded colorchoice v1.0.0
8342024-05-31T06:03:20.727Z Downloaded bytecount v0.6.3
8352024-05-31T06:03:20.727Z Downloaded anstyle v1.0.7
8362024-05-31T06:03:20.732Z Downloaded cfg-if v1.0.0
8372024-05-31T06:03:20.735Z Downloaded normalize-line-endings v0.3.0
8382024-05-31T06:03:20.735Z Downloaded new_debug_unreachable v1.0.4
8392024-05-31T06:03:20.738Z Downloaded chacha20 v0.9.1
8402024-05-31T06:03:20.738Z Downloaded inout v0.1.3
8412024-05-31T06:03:20.741Z Downloaded indoc v2.0.3
8422024-05-31T06:03:20.744Z Downloaded convert_case v0.4.0
8432024-05-31T06:03:20.744Z Downloaded hyper-staticfile v0.9.5
8442024-05-31T06:03:20.747Z Downloaded humantime v2.1.0
8452024-05-31T06:03:20.747Z Downloaded httpdate v1.0.3
8462024-05-31T06:03:20.750Z Downloaded memmap v0.7.0
8472024-05-31T06:03:20.750Z Downloaded colored v2.1.0
8482024-05-31T06:03:20.753Z Downloaded cexpr v0.6.0
8492024-05-31T06:03:20.753Z Downloaded lalrpop-util v0.19.12
8502024-05-31T06:03:20.756Z Downloaded tinyvec_macros v0.1.1
8512024-05-31T06:03:20.756Z Downloaded castaway v0.2.2
8522024-05-31T06:03:20.759Z Downloaded serde-big-array v0.4.1
8532024-05-31T06:03:20.759Z Downloaded camino-tempfile v1.1.1
8542024-05-31T06:03:20.762Z Downloaded newline-converter v0.3.0
8552024-05-31T06:03:20.762Z Downloaded cipher v0.4.4
8562024-05-31T06:03:20.765Z Downloaded nodrop v0.1.14
8572024-05-31T06:03:20.765Z Downloaded bit-vec v0.6.3
8582024-05-31T06:03:20.765Z Downloaded cobs v0.2.3
8592024-05-31T06:03:20.768Z Downloaded bcs v0.1.6
8602024-05-31T06:03:20.768Z Downloaded constant_time_eq v0.3.0
8612024-05-31T06:03:20.772Z Downloaded take_mut v0.2.2
8622024-05-31T06:03:20.772Z Downloaded stability v0.2.0
8632024-05-31T06:03:20.774Z Downloaded buf-list v1.0.3
8642024-05-31T06:03:20.775Z Downloaded nibble_vec v0.1.0
8652024-05-31T06:03:20.778Z Downloaded itoa v1.0.9
8662024-05-31T06:03:20.778Z Downloaded camino v1.1.6
8672024-05-31T06:03:20.784Z Downloaded memoffset v0.7.1
8682024-05-31T06:03:20.784Z Downloaded crossbeam-deque v0.8.3
8692024-05-31T06:03:20.787Z Downloaded mime v0.3.17
8702024-05-31T06:03:20.787Z Downloaded lazy_static v1.4.0
8712024-05-31T06:03:20.787Z Downloaded highway v1.1.0
8722024-05-31T06:03:20.787Z Downloaded resolv-conf v0.7.0
8732024-05-31T06:03:20.790Z Downloaded crunchy v0.2.2
8742024-05-31T06:03:20.790Z Downloaded newtype_derive v0.1.6
8752024-05-31T06:03:20.793Z Downloaded nanorand v0.7.0
8762024-05-31T06:03:20.793Z Downloaded md-5 v0.10.5
8772024-05-31T06:03:20.796Z Downloaded maybe-uninit v2.0.0
8782024-05-31T06:03:20.796Z Downloaded linked-hash-map v0.5.6
8792024-05-31T06:03:20.799Z Downloaded schemars_derive v0.8.17
8802024-05-31T06:03:20.799Z Downloaded multimap v0.10.0
8812024-05-31T06:03:20.802Z Downloaded linear-map v1.2.0
8822024-05-31T06:03:20.802Z Downloaded iana-time-zone v0.1.57
8832024-05-31T06:03:20.805Z Downloaded cookie v0.17.0
8842024-05-31T06:03:20.808Z Downloaded const_format_proc_macros v0.2.32
8852024-05-31T06:03:20.808Z Downloaded ciborium v0.2.2
8862024-05-31T06:03:20.811Z Downloaded slog-envlogger v2.2.0
8872024-05-31T06:03:20.814Z Downloaded signal-hook-tokio v0.3.1
8882024-05-31T06:03:20.814Z Downloaded thiserror-no-std v2.0.2
8892024-05-31T06:03:20.817Z Downloaded toml_datetime v0.6.5
8902024-05-31T06:03:20.820Z Downloaded thiserror-impl-no-std v2.0.2
8912024-05-31T06:03:20.820Z Downloaded strum_macros v0.25.2
8922024-05-31T06:03:20.824Z Downloaded num v0.4.2
8932024-05-31T06:03:20.824Z Downloaded newtype-uuid v1.1.0
8942024-05-31T06:03:20.827Z Downloaded nu-ansi-term v0.50.0
8952024-05-31T06:03:20.833Z Downloaded unicase v2.7.0
8962024-05-31T06:03:20.833Z Downloaded rustls-pki-types v1.3.0
8972024-05-31T06:03:20.835Z Downloaded foreign-types-shared v0.3.1
8982024-05-31T06:03:20.836Z Downloaded dirs-sys-next v0.1.2
8992024-05-31T06:03:20.836Z Downloaded unarray v0.1.4
9002024-05-31T06:03:20.836Z Downloaded crc32fast v1.3.2
9012024-05-31T06:03:20.836Z Downloaded rustc_version v0.4.0
9022024-05-31T06:03:20.839Z Downloaded number_prefix v0.4.0
9032024-05-31T06:03:20.839Z Downloaded portpicker v0.1.1
9042024-05-31T06:03:20.842Z Downloaded tap v1.0.1
9052024-05-31T06:03:20.842Z Downloaded usdt-impl v0.3.5
9062024-05-31T06:03:20.842Z Downloaded hyper-rustls v0.24.2
9072024-05-31T06:03:20.846Z Downloaded slog-json v2.6.1
9082024-05-31T06:03:20.846Z Downloaded wyz v0.5.1
9092024-05-31T06:03:20.849Z Downloaded mime_guess v2.0.4
9102024-05-31T06:03:20.853Z Downloaded deranged v0.3.11
9112024-05-31T06:03:20.853Z Downloaded lock_api v0.4.10
9122024-05-31T06:03:20.853Z Downloaded libefi-sys v0.1.0
9132024-05-31T06:03:20.856Z Downloaded indoc v1.0.9
9142024-05-31T06:03:20.856Z Downloaded clap v4.5.4
9152024-05-31T06:03:20.865Z Downloaded uzers v0.11.3
9162024-05-31T06:03:20.868Z Downloaded native-tls v0.2.11
9172024-05-31T06:03:20.871Z Downloaded memmap2 v0.7.1
9182024-05-31T06:03:20.874Z Downloaded peeking_take_while v0.1.2
9192024-05-31T06:03:20.874Z Downloaded fnv v1.0.7
9202024-05-31T06:03:20.874Z Downloaded ena v0.14.2
9212024-05-31T06:03:20.877Z Downloaded serde_urlencoded v0.7.1
9222024-05-31T06:03:20.877Z Downloaded crc-any v2.4.3
9232024-05-31T06:03:20.880Z Downloaded precomputed-hash v0.1.1
9242024-05-31T06:03:20.880Z Downloaded multer v3.1.0
9252024-05-31T06:03:20.883Z Downloaded embedded-io v0.4.0
9262024-05-31T06:03:20.889Z Downloaded num_threads v0.1.6
9272024-05-31T06:03:20.889Z Downloaded futures-sink v0.3.30
9282024-05-31T06:03:20.889Z Downloaded stable_deref_trait v1.2.0
9292024-05-31T06:03:20.892Z Downloaded futures-macro v0.3.30
9302024-05-31T06:03:20.893Z Downloaded mockall v0.12.1
9312024-05-31T06:03:20.893Z Downloaded siphasher v0.3.11
9322024-05-31T06:03:20.893Z Downloaded dirs-next v2.0.0
9332024-05-31T06:03:20.893Z Downloaded num_enum_derive v0.5.11
9342024-05-31T06:03:20.896Z Downloaded num_enum v0.5.11
9352024-05-31T06:03:20.899Z Downloaded radium v0.7.0
9362024-05-31T06:03:20.899Z Downloaded der_derive v0.7.2
9372024-05-31T06:03:20.903Z Downloaded pkg-config v0.3.27
9382024-05-31T06:03:20.903Z Downloaded backtrace v0.3.69
9392024-05-31T06:03:20.906Z Downloaded libloading v0.7.4
9402024-05-31T06:03:20.910Z Downloaded form_urlencoded v1.2.1
9412024-05-31T06:03:20.913Z Downloaded data-encoding v2.4.0
9422024-05-31T06:03:20.913Z Downloaded endian-type v0.1.2
9432024-05-31T06:03:20.913Z Downloaded toml v0.7.8
9442024-05-31T06:03:20.916Z Downloaded toml v0.5.11
9452024-05-31T06:03:20.920Z Downloaded rustls-pemfile v1.0.3
9462024-05-31T06:03:20.923Z Downloaded strsim v0.10.0
9472024-05-31T06:03:20.923Z Downloaded rtoolbox v0.0.1
9482024-05-31T06:03:20.923Z Downloaded glob v0.3.1
9492024-05-31T06:03:20.926Z Downloaded peg-runtime v0.8.3
9502024-05-31T06:03:20.926Z Downloaded crucible-workspace-hack v0.1.0
9512024-05-31T06:03:20.926Z Downloaded zone_cfg_derive v0.1.2
9522024-05-31T06:03:20.929Z Downloaded miniz_oxide v0.7.1
9532024-05-31T06:03:20.929Z Downloaded path-slash v0.1.5
9542024-05-31T06:03:20.932Z Downloaded terminal_size v0.3.0
9552024-05-31T06:03:20.932Z Downloaded termcolor v1.2.0
9562024-05-31T06:03:20.935Z Downloaded strip-ansi-escapes v0.2.0
9572024-05-31T06:03:20.935Z Downloaded stringprep v0.1.3
9582024-05-31T06:03:20.935Z Downloaded log v0.4.21
9592024-05-31T06:03:20.940Z Downloaded hmac v0.12.1
9602024-05-31T06:03:20.943Z Downloaded display-error-chain v0.2.0
9612024-05-31T06:03:20.943Z Downloaded percent-encoding v2.3.1
9622024-05-31T06:03:20.943Z Downloaded defmt-parser v0.3.3
9632024-05-31T06:03:20.946Z Downloaded predicates-core v1.0.6
9642024-05-31T06:03:20.946Z Downloaded sync_wrapper v0.1.2
9652024-05-31T06:03:20.946Z Downloaded defmt-macros v0.3.6
9662024-05-31T06:03:20.950Z Downloaded pretty-hex v0.4.1
9672024-05-31T06:03:20.950Z Downloaded pretty-hex v0.2.1
9682024-05-31T06:03:20.953Z Downloaded either v1.11.0
9692024-05-31T06:03:20.953Z Downloaded enum-as-inner v0.5.1
9702024-05-31T06:03:20.959Z Downloaded rustversion v1.0.14
9712024-05-31T06:03:20.962Z Downloaded time-core v0.1.2
9722024-05-31T06:03:20.962Z Downloaded slog-async v2.8.0
9732024-05-31T06:03:20.962Z Downloaded slab v0.4.9
9742024-05-31T06:03:20.962Z Downloaded toml v0.8.12
9752024-05-31T06:03:20.965Z Downloaded const_format v0.2.32
9762024-05-31T06:03:20.969Z Downloaded sha1 v0.10.6
9772024-05-31T06:03:20.972Z Downloaded fs-err v2.11.0
9782024-05-31T06:03:20.972Z Downloaded toolchain_find v0.4.0
9792024-05-31T06:03:20.975Z Downloaded tar v0.4.40
9802024-05-31T06:03:20.978Z Downloaded hash32 v0.3.1
9812024-05-31T06:03:20.978Z Downloaded foreign-types v0.3.2
9822024-05-31T06:03:20.978Z Downloaded num-derive v0.4.0
9832024-05-31T06:03:20.981Z Downloaded crossbeam-epoch v0.9.18
9842024-05-31T06:03:20.984Z Downloaded peg v0.8.3
9852024-05-31T06:03:20.987Z Downloaded rustc-hash v1.1.0
9862024-05-31T06:03:20.987Z Downloaded rand_seeder v0.2.3
9872024-05-31T06:03:20.991Z Downloaded paste v1.0.14
9882024-05-31T06:03:20.994Z Downloaded num-iter v0.1.44
9892024-05-31T06:03:20.994Z Downloaded yasna v0.5.2
9902024-05-31T06:03:20.997Z Downloaded xattr v1.0.1
9912024-05-31T06:03:20.997Z Downloaded slog-stdlog v4.1.1
9922024-05-31T06:03:21.000Z Downloaded static_assertions v1.1.0
9932024-05-31T06:03:21.000Z Downloaded sqlformat v0.2.3
9942024-05-31T06:03:21.003Z Downloaded openssl-macros v0.1.1
9952024-05-31T06:03:21.003Z Downloaded synstructure v0.12.6
9962024-05-31T06:03:21.007Z Downloaded globset v0.4.13
9972024-05-31T06:03:21.007Z Downloaded indexmap v2.2.6
9982024-05-31T06:03:21.012Z Downloaded env_logger v0.9.3
9992024-05-31T06:03:21.015Z Downloaded parking_lot v0.11.2
10002024-05-31T06:03:21.016Z Downloaded serde v1.0.201
10012024-05-31T06:03:21.018Z Downloaded swrite v0.1.0
10022024-05-31T06:03:21.024Z Downloaded heapless v0.8.0
10032024-05-31T06:03:21.028Z Downloaded futures-channel v0.3.30
10042024-05-31T06:03:21.028Z Downloaded openssl-probe v0.1.5
10052024-05-31T06:03:21.028Z Downloaded unicode-linebreak v0.1.5
10062024-05-31T06:03:21.028Z Downloaded pin-project-internal v1.1.3
10072024-05-31T06:03:21.031Z Downloaded http v1.0.0
10082024-05-31T06:03:21.034Z Downloaded debug-ignore v1.0.5
10092024-05-31T06:03:21.037Z Downloaded group v0.13.0
10102024-05-31T06:03:21.037Z Downloaded getopts v0.2.21
10112024-05-31T06:03:21.041Z Downloaded float-cmp v0.9.0
10122024-05-31T06:03:21.041Z Downloaded defmt v0.3.5
10132024-05-31T06:03:21.044Z Downloaded want v0.3.1
10142024-05-31T06:03:21.044Z Downloaded peg-macros v0.8.3
10152024-05-31T06:03:21.047Z Downloaded password-hash v0.5.0
10162024-05-31T06:03:21.047Z Downloaded ref-cast v1.0.22
10172024-05-31T06:03:21.050Z Downloaded crossbeam-channel v0.5.8
10182024-05-31T06:03:21.054Z Downloaded thread_local v1.1.7
10192024-05-31T06:03:21.056Z Downloaded topological-sort v0.2.2
10202024-05-31T06:03:21.056Z Downloaded parse-display-derive v0.9.0
10212024-05-31T06:03:21.059Z Downloaded parse-display v0.9.0
10222024-05-31T06:03:21.060Z Downloaded tabwriter v1.4.0
10232024-05-31T06:03:21.063Z Downloaded tabled_derive v0.7.0
10242024-05-31T06:03:21.063Z Downloaded supports-color v3.0.0
10252024-05-31T06:03:21.063Z Downloaded serde_derive_internals v0.29.0
10262024-05-31T06:03:21.066Z Downloaded time-macros v0.2.17
10272024-05-31T06:03:21.068Z Downloaded der v0.7.8
10282024-05-31T06:03:21.071Z Downloaded proc-macro-error-attr v1.0.4
10292024-05-31T06:03:21.074Z Downloaded oso-derive v0.27.3
10302024-05-31T06:03:21.074Z Downloaded heapless v0.7.16
10312024-05-31T06:03:21.077Z Downloaded socket2 v0.5.6
10322024-05-31T06:03:21.080Z Downloaded futures v0.3.30
10332024-05-31T06:03:21.087Z Downloaded scroll_derive v0.12.0
10342024-05-31T06:03:21.089Z Downloaded foreign-types v0.5.0
10352024-05-31T06:03:21.089Z Downloaded diesel_table_macro_syntax v0.1.0
10362024-05-31T06:03:21.089Z Downloaded spki v0.7.2
10372024-05-31T06:03:21.090Z Downloaded getrandom v0.2.12
10382024-05-31T06:03:21.092Z Downloaded shlex v1.3.0
10392024-05-31T06:03:21.095Z Downloaded shell-words v1.1.0
10402024-05-31T06:03:21.095Z Downloaded serde_tokenstream v0.2.0
10412024-05-31T06:03:21.098Z Downloaded downcast v0.11.0
10422024-05-31T06:03:21.101Z Downloaded usdt-attr-macro v0.5.0
10432024-05-31T06:03:21.101Z Downloaded usdt-attr-macro v0.3.5
10442024-05-31T06:03:21.101Z Downloaded subtle v2.5.0
10452024-05-31T06:03:21.104Z Downloaded serde_tokenstream v0.1.7
10462024-05-31T06:03:21.107Z Downloaded fd-lock v4.0.2
10472024-05-31T06:03:21.107Z Downloaded fixedbitset v0.4.2
10482024-05-31T06:03:21.110Z Downloaded zeroize_derive v1.4.2
10492024-05-31T06:03:21.111Z Downloaded parking_lot v0.12.1
10502024-05-31T06:03:21.113Z Downloaded rcgen v0.12.1
10512024-05-31T06:03:21.116Z Downloaded parking_lot_core v0.9.8
10522024-05-31T06:03:21.119Z Downloaded gethostname v0.4.3
10532024-05-31T06:03:21.119Z Downloaded proc-macro-error v1.0.4
10542024-05-31T06:03:21.122Z Downloaded similar v2.4.0
10552024-05-31T06:03:21.126Z Downloaded parse-size v1.0.0
10562024-05-31T06:03:21.129Z Downloaded same-file v1.0.6
10572024-05-31T06:03:21.129Z Downloaded slog v2.7.0
10582024-05-31T06:03:21.132Z Downloaded derive_builder_macro v0.20.0
10592024-05-31T06:03:21.132Z Downloaded whoami v1.5.1
10602024-05-31T06:03:21.139Z Downloaded sha2 v0.10.8
10612024-05-31T06:03:21.143Z Downloaded smf v0.2.3
10622024-05-31T06:03:21.143Z Downloaded rand_chacha v0.3.1
10632024-05-31T06:03:21.143Z Downloaded plain v0.2.3
10642024-05-31T06:03:21.143Z Downloaded tokio-native-tls v0.3.1
10652024-05-31T06:03:21.143Z Downloaded structmeta v0.3.0
10662024-05-31T06:03:21.146Z Downloaded scheduled-thread-pool v0.2.7
10672024-05-31T06:03:21.146Z Downloaded unicode-ident v1.0.12
10682024-05-31T06:03:21.149Z Downloaded derive_builder v0.20.0
10692024-05-31T06:03:21.152Z Downloaded structmeta v0.2.0
10702024-05-31T06:03:21.155Z Downloaded sigpipe v0.1.3
10712024-05-31T06:03:21.155Z Downloaded tiny-keccak v2.0.2
10722024-05-31T06:03:21.158Z Downloaded mio v0.8.11
10732024-05-31T06:03:21.162Z Downloaded waitgroup v0.1.2
10742024-05-31T06:03:21.166Z Downloaded which v4.4.0
10752024-05-31T06:03:21.166Z Downloaded thread-id v4.2.0
10762024-05-31T06:03:21.170Z Downloaded unicode-xid v0.2.4
10772024-05-31T06:03:21.170Z Downloaded zeroize v1.7.0
10782024-05-31T06:03:21.170Z Downloaded flagset v0.4.3
10792024-05-31T06:03:21.174Z Downloaded serde_derive v1.0.201
10802024-05-31T06:03:21.174Z Downloaded derive-where v1.2.7
10812024-05-31T06:03:21.177Z Downloaded foreign-types-shared v0.1.1
10822024-05-31T06:03:21.180Z Downloaded dtrace-parser v0.2.0
10832024-05-31T06:03:21.180Z Downloaded num-traits v0.2.18
10842024-05-31T06:03:21.183Z Downloaded regex-automata v0.1.10
10852024-05-31T06:03:21.186Z Downloaded phf v0.11.2
10862024-05-31T06:03:21.189Z Downloaded elliptic-curve v0.13.8
10872024-05-31T06:03:21.192Z Downloaded futures-core v0.3.30
10882024-05-31T06:03:21.194Z Downloaded env_logger v0.10.0
10892024-05-31T06:03:21.197Z Downloaded derive_builder_core v0.20.0
10902024-05-31T06:03:21.201Z Downloaded sec1 v0.7.3
10912024-05-31T06:03:21.201Z Downloaded unicode-bidi v0.3.15
10922024-05-31T06:03:21.203Z Downloaded secrecy v0.8.0
10932024-05-31T06:03:21.206Z Downloaded typenum v1.16.0
10942024-05-31T06:03:21.206Z Downloaded num-rational v0.4.1
10952024-05-31T06:03:21.209Z Downloaded itertools v0.10.5
10962024-05-31T06:03:21.214Z Downloaded tower-service v0.3.2
10972024-05-31T06:03:21.217Z Downloaded proc-macro-crate v1.3.1
10982024-05-31T06:03:21.217Z Downloaded signature v2.1.0
10992024-05-31T06:03:21.220Z Downloaded zerocopy v0.3.0
11002024-05-31T06:03:21.220Z Downloaded darling_macro v0.20.8
11012024-05-31T06:03:21.220Z Downloaded futures-executor v0.3.30
11022024-05-31T06:03:21.223Z Downloaded tokio-tungstenite v0.21.0
11032024-05-31T06:03:21.226Z Downloaded thiserror v1.0.59
11042024-05-31T06:03:21.229Z Downloaded difflib v0.4.0
11052024-05-31T06:03:21.232Z Downloaded thiserror-impl v1.0.59
11062024-05-31T06:03:21.232Z Downloaded reedline v0.31.0
11072024-05-31T06:03:21.238Z Downloaded equivalent v1.0.1
11082024-05-31T06:03:21.241Z Downloaded memchr v2.7.1
11092024-05-31T06:03:21.246Z Downloaded olpc-cjson v0.1.3
11102024-05-31T06:03:21.252Z Downloaded ff v0.13.0
11112024-05-31T06:03:21.252Z Downloaded libxml v0.3.3
11122024-05-31T06:03:21.254Z Downloaded dtrace-parser v0.1.14
11132024-05-31T06:03:21.254Z Downloaded ppv-lite86 v0.2.17
11142024-05-31T06:03:21.257Z Downloaded powerfmt v0.2.0
11152024-05-31T06:03:21.258Z Downloaded fragile v2.0.0
11162024-05-31T06:03:21.261Z Downloaded pkcs8 v0.10.2
11172024-05-31T06:03:21.265Z Downloaded phf_shared v0.10.0
11182024-05-31T06:03:21.265Z Downloaded semver v0.1.20
11192024-05-31T06:03:21.265Z Downloaded postgres-types v0.2.6
11202024-05-31T06:03:21.268Z Downloaded pem v3.0.4
11212024-05-31T06:03:21.268Z Downloaded x509-cert v0.2.4
11222024-05-31T06:03:21.273Z Downloaded smallvec v0.6.14
11232024-05-31T06:03:21.276Z Downloaded universal-hash v0.5.1
11242024-05-31T06:03:21.276Z Downloaded dyn-clone v1.0.17
11252024-05-31T06:03:21.279Z Downloaded schemars v0.8.17
11262024-05-31T06:03:21.289Z Downloaded fxhash v0.2.1
11272024-05-31T06:03:21.292Z Downloaded crypto-common v0.1.6
11282024-05-31T06:03:21.292Z Downloaded term v0.7.0
11292024-05-31T06:03:21.295Z Downloaded serde_yaml v0.9.25
11302024-05-31T06:03:21.298Z Downloaded vte_generate_state_changes v0.1.1
11312024-05-31T06:03:21.301Z Downloaded num-complex v0.4.5
11322024-05-31T06:03:21.301Z Downloaded url v2.5.0
11332024-05-31T06:03:21.304Z Downloaded trust-dns-server v0.22.1
11342024-05-31T06:03:21.309Z Downloaded rand_xorshift v0.3.0
11352024-05-31T06:03:21.314Z Downloaded rand_core v0.6.4
11362024-05-31T06:03:21.314Z Downloaded usdt-macro v0.5.0
11372024-05-31T06:03:21.319Z Downloaded wait-timeout v0.2.0
11382024-05-31T06:03:21.319Z Downloaded clap_builder v4.5.2
11392024-05-31T06:03:21.321Z Downloaded filetime v0.2.23
11402024-05-31T06:03:21.325Z Downloaded version_check v0.9.4
11412024-05-31T06:03:21.325Z Downloaded utf-8 v0.7.6
11422024-05-31T06:03:21.325Z Downloaded diesel_derives v2.1.2
11432024-05-31T06:03:21.328Z Downloaded semver v1.0.22
11442024-05-31T06:03:21.330Z Downloaded cstr-argument v0.1.2
11452024-05-31T06:03:21.333Z Downloaded zip v0.6.6
11462024-05-31T06:03:21.337Z Downloaded try-lock v0.2.4
11472024-05-31T06:03:21.337Z Downloaded packed_struct_codegen v0.10.1
11482024-05-31T06:03:21.340Z Downloaded spin v0.5.2
11492024-05-31T06:03:21.340Z Downloaded smawk v0.3.1
11502024-05-31T06:03:21.343Z Downloaded slog-scope v4.4.0
11512024-05-31T06:03:21.343Z Downloaded slog-bunyan v2.5.0
11522024-05-31T06:03:21.346Z Downloaded errno v0.3.8
11532024-05-31T06:03:21.346Z Downloaded tokio-rustls v0.24.1
11542024-05-31T06:03:21.349Z Downloaded pest_generator v2.7.6
11552024-05-31T06:03:21.349Z Downloaded foreign-types-macros v0.2.3
11562024-05-31T06:03:21.352Z Downloaded platforms v3.0.2
11572024-05-31T06:03:21.352Z Downloaded zone v0.1.8
11582024-05-31T06:03:21.352Z Downloaded slog-dtrace v0.3.0
11592024-05-31T06:03:21.355Z Downloaded proc-macro2 v1.0.81
11602024-05-31T06:03:21.358Z Downloaded generic-array v0.14.7
11612024-05-31T06:03:21.358Z Downloaded phf_shared v0.11.2
11622024-05-31T06:03:21.365Z Downloaded unsafe-libyaml v0.2.10
11632024-05-31T06:03:21.368Z Downloaded tracing v0.1.40
11642024-05-31T06:03:21.368Z Downloaded opaque-debug v0.3.0
11652024-05-31T06:03:21.368Z Downloaded tough v0.17.1
11662024-05-31T06:03:21.375Z Downloaded futures-task v0.3.30
11672024-05-31T06:03:21.378Z Downloaded quote v1.0.36
11682024-05-31T06:03:21.381Z Downloaded curve25519-dalek-derive v0.1.0
11692024-05-31T06:03:21.381Z Downloaded serde_path_to_error v0.1.16
11702024-05-31T06:03:21.381Z Downloaded psl-types v2.0.11
11712024-05-31T06:03:21.384Z Downloaded strum v0.26.2
11722024-05-31T06:03:21.384Z Downloaded num-conv v0.1.0
11732024-05-31T06:03:21.384Z Downloaded termtree v0.4.1
11742024-05-31T06:03:21.390Z Downloaded oso v0.27.3
11752024-05-31T06:03:21.393Z Downloaded dof v0.3.0
11762024-05-31T06:03:21.393Z Downloaded tokio-tungstenite v0.20.1
11772024-05-31T06:03:21.393Z Downloaded usdt-macro v0.3.5
11782024-05-31T06:03:21.393Z Downloaded flate2 v1.0.28
11792024-05-31T06:03:21.396Z Downloaded futures-io v0.3.30
11802024-05-31T06:03:21.399Z Downloaded serde_spanned v0.6.5
11812024-05-31T06:03:21.399Z Downloaded nom v7.1.3
11822024-05-31T06:03:21.404Z Downloaded pest_derive v2.7.6
11832024-05-31T06:03:21.407Z Downloaded structmeta-derive v0.3.0
11842024-05-31T06:03:21.410Z Downloaded test-strategy v0.3.1
11852024-05-31T06:03:21.410Z Downloaded slog-term v2.9.1
11862024-05-31T06:03:21.414Z Downloaded rustfmt-wrapper v0.2.1
11872024-05-31T06:03:21.417Z Downloaded rustc-demangle v0.1.23
11882024-05-31T06:03:21.417Z Downloaded tinyvec v1.6.0
11892024-05-31T06:03:21.423Z Downloaded vte v0.11.1
11902024-05-31T06:03:21.425Z Downloaded prettyplease v0.2.19
11912024-05-31T06:03:21.426Z Downloaded quick-error v1.2.3
11922024-05-31T06:03:21.428Z Downloaded strum_macros v0.24.3
11932024-05-31T06:03:21.428Z Downloaded pin-utils v0.1.0
11942024-05-31T06:03:21.431Z Downloaded typed-path v0.7.0
11952024-05-31T06:03:21.434Z Downloaded ron v0.7.1
11962024-05-31T06:03:21.439Z Downloaded fastrand v2.0.1
11972024-05-31T06:03:21.442Z Downloaded fallible-iterator v0.2.0
11982024-05-31T06:03:21.442Z Downloaded serde_repr v0.1.16
11992024-05-31T06:03:21.445Z Downloaded darling v0.20.8
12002024-05-31T06:03:21.449Z Downloaded num_cpus v1.16.0
12012024-05-31T06:03:21.452Z Downloaded signature v1.6.4
12022024-05-31T06:03:21.452Z Downloaded openssl-sys v0.9.102
12032024-05-31T06:03:21.463Z Downloaded termios v0.3.3
12042024-05-31T06:03:21.466Z Downloaded socket2 v0.4.9
12052024-05-31T06:03:21.468Z Downloaded postgres-protocol v0.6.6
12062024-05-31T06:03:21.469Z Downloaded half v2.3.1
12072024-05-31T06:03:21.471Z Downloaded packed_struct v0.10.1
12082024-05-31T06:03:21.474Z Downloaded winnow v0.6.1
12092024-05-31T06:03:21.481Z Downloaded parking_lot_core v0.8.6
12102024-05-31T06:03:21.487Z Downloaded usdt-impl v0.5.0
12112024-05-31T06:03:21.490Z Downloaded hashbrown v0.12.3
12122024-05-31T06:03:21.490Z Downloaded salty v0.2.0
12132024-05-31T06:03:21.494Z Downloaded hkdf v0.12.4
12142024-05-31T06:03:21.497Z Downloaded tokio-stream v0.1.15
12152024-05-31T06:03:21.500Z Downloaded signal-hook v0.3.17
12162024-05-31T06:03:21.503Z Downloaded snafu v0.8.2
12172024-05-31T06:03:21.509Z Downloaded pin-project-lite v0.2.13
12182024-05-31T06:03:21.515Z Downloaded rand v0.8.5
12192024-05-31T06:03:21.519Z Downloaded csv-core v0.1.11
12202024-05-31T06:03:21.520Z Downloaded zerocopy v0.6.6
12212024-05-31T06:03:21.522Z Downloaded reqwest v0.11.27
12222024-05-31T06:03:21.527Z Downloaded tokio-rustls v0.25.0
12232024-05-31T06:03:21.530Z Downloaded crypto-bigint v0.5.2
12242024-05-31T06:03:21.535Z Downloaded textwrap v0.16.1
12252024-05-31T06:03:21.538Z Downloaded tracing-core v0.1.32
12262024-05-31T06:03:21.540Z Downloaded rsa v0.9.2
12272024-05-31T06:03:21.545Z Downloaded num-bigint-dig v0.8.4
12282024-05-31T06:03:21.552Z Downloaded dof v0.1.5
12292024-05-31T06:03:21.555Z Downloaded rustyline v14.0.0
12302024-05-31T06:03:21.558Z Downloaded chrono v0.4.38
12312024-05-31T06:03:21.562Z Downloaded unicode-segmentation v1.10.1
12322024-05-31T06:03:21.566Z Downloaded pin-project v1.1.3
12332024-05-31T06:03:21.576Z Downloaded tungstenite v0.20.1
12342024-05-31T06:03:21.579Z Downloaded darling_core v0.20.8
12352024-05-31T06:03:21.584Z Downloaded publicsuffix v2.2.3
12362024-05-31T06:03:21.587Z Downloaded hashbrown v0.13.2
12372024-05-31T06:03:21.591Z Downloaded toml_edit v0.22.12
12382024-05-31T06:03:21.612Z Downloaded winnow v0.5.15
12392024-05-31T06:03:21.620Z Downloaded unicode-normalization v0.1.22
12402024-05-31T06:03:21.626Z Downloaded expectorate v1.1.0
12412024-05-31T06:03:21.629Z Downloaded crossterm v0.27.0
12422024-05-31T06:03:21.631Z Downloaded hashbrown v0.14.3
12432024-05-31T06:03:21.636Z Downloaded tabled v0.15.0
12442024-05-31T06:03:21.651Z Downloaded ron v0.8.1
12452024-05-31T06:03:21.656Z Downloaded steno v0.4.0
12462024-05-31T06:03:21.660Z Downloaded h2 v0.3.26
12472024-05-31T06:03:21.667Z Downloaded rustls-webpki v0.101.7
12482024-05-31T06:03:21.680Z Downloaded pest v2.7.6
12492024-05-31T06:03:21.686Z Downloaded lalrpop v0.19.12
12502024-05-31T06:03:21.696Z Downloaded futures-util v0.3.30
12512024-05-31T06:03:21.708Z Downloaded rustls-webpki v0.102.1
12522024-05-31T06:03:21.725Z Downloaded curve25519-dalek v4.1.2
12532024-05-31T06:03:21.734Z Downloaded openssl v0.10.64
12542024-05-31T06:03:21.743Z Downloaded object v0.32.1
12552024-05-31T06:03:21.756Z Downloaded serde_json v1.0.116
12562024-05-31T06:03:21.760Z Downloaded proptest v1.4.0
12572024-05-31T06:03:21.769Z Downloaded polar-core v0.27.3
12582024-05-31T06:03:21.777Z Downloaded regex-syntax v0.6.29
12592024-05-31T06:03:21.785Z Downloaded webpki-roots v0.25.2
12602024-05-31T06:03:21.789Z Downloaded petgraph v0.6.4
12612024-05-31T06:03:21.803Z Downloaded regress v0.9.1
12622024-05-31T06:03:21.812Z Downloaded zerocopy v0.7.32
12632024-05-31T06:03:21.827Z Downloaded regex v1.10.4
12642024-05-31T06:03:21.840Z Downloaded rustix v0.38.31
12652024-05-31T06:03:21.865Z Downloaded zerocopy-derive v0.2.0
12662024-05-31T06:03:21.870Z Downloaded trust-dns-proto v0.22.0
12672024-05-31T06:03:21.882Z Downloaded regex-syntax v0.8.2
12682024-05-31T06:03:21.890Z Downloaded bzip2-sys v0.1.11+1.0.8
12692024-05-31T06:03:21.903Z Downloaded zerocopy-derive v0.6.6
12702024-05-31T06:03:21.913Z Downloaded sha3 v0.10.8
12712024-05-31T06:03:21.917Z Downloaded regex-automata v0.4.5
12722024-05-31T06:03:21.934Z Downloaded diesel v2.1.6
12732024-05-31T06:03:21.951Z Downloaded smoltcp v0.11.0
12742024-05-31T06:03:21.962Z Downloaded syn v2.0.60
12752024-05-31T06:03:21.973Z Downloaded gimli v0.28.0
12762024-05-31T06:03:21.981Z Downloaded openapiv3 v2.0.0
12772024-05-31T06:03:21.992Z Downloaded smoltcp v0.9.1
12782024-05-31T06:03:22.003Z Downloaded nix v0.28.0
12792024-05-31T06:03:22.018Z Downloaded syn v1.0.109
12802024-05-31T06:03:22.024Z Downloaded sled v0.34.7
12812024-05-31T06:03:22.033Z Downloaded rustls v0.22.4
12822024-05-31T06:03:22.046Z Downloaded ratatui v0.26.2
12832024-05-31T06:03:22.063Z Downloaded idna v0.3.0
12842024-05-31T06:03:22.070Z Downloaded bstr v1.9.0
12852024-05-31T06:03:22.080Z Downloaded vcpkg v0.2.15
12862024-05-31T06:03:22.117Z Downloaded tokio-util v0.7.10
12872024-05-31T06:03:22.124Z Downloaded rustls v0.21.9
12882024-05-31T06:03:22.134Z Downloaded bstr v0.2.17
12892024-05-31T06:03:22.143Z Downloaded rayon v1.10.0
12902024-05-31T06:03:22.154Z Downloaded libc v0.2.153
12912024-05-31T06:03:22.178Z Downloaded tokio v1.37.0
12922024-05-31T06:03:22.214Z Downloaded radix_trie v0.2.1
12932024-05-31T06:03:22.219Z Downloaded object v0.30.4
12942024-05-31T06:03:22.228Z Downloaded csv v1.3.0
12952024-05-31T06:03:22.248Z Downloaded goblin v0.8.0
12962024-05-31T06:03:22.253Z Downloaded hyper v0.14.28
12972024-05-31T06:03:22.264Z Downloaded quick-xml v0.31.0
12982024-05-31T06:03:22.267Z Downloaded time v0.3.34
12992024-05-31T06:03:22.273Z Downloaded rayon-core v1.12.1
13002024-05-31T06:03:22.276Z Downloaded tokio-postgres v0.7.10
13012024-05-31T06:03:22.280Z Downloaded bitvec v1.0.1
13022024-05-31T06:03:22.295Z Downloaded sqlparser v0.45.0
13032024-05-31T06:03:22.300Z Downloaded portable-atomic v1.4.3
13042024-05-31T06:03:22.305Z Downloaded hash32 v0.2.1
13052024-05-31T06:03:22.308Z Downloaded tracing-attributes v0.1.27
13062024-05-31T06:03:22.311Z Downloaded toml_edit v0.19.15
13072024-05-31T06:03:22.323Z Downloaded spin v0.9.8
13082024-05-31T06:03:22.327Z Downloaded pest_meta v2.7.6
13092024-05-31T06:03:22.330Z Downloaded tungstenite v0.21.0
13102024-05-31T06:03:22.330Z Downloaded omicron-zone-package v0.11.0
13112024-05-31T06:03:22.333Z Downloaded digest v0.10.7
13122024-05-31T06:03:22.339Z Downloaded vsss-rs v3.3.4
13132024-05-31T06:03:22.342Z Downloaded poly1305 v0.8.0
13142024-05-31T06:03:22.342Z Downloaded idna v0.2.3
13152024-05-31T06:03:22.345Z Downloaded serde_plain v1.0.2
13162024-05-31T06:03:22.348Z Downloaded serde_with v3.7.0
13172024-05-31T06:03:22.354Z Downloaded encoding_rs v0.8.33
13182024-05-31T06:03:22.374Z Downloaded itertools v0.12.1
13192024-05-31T06:03:22.381Z Downloaded trust-dns-resolver v0.22.0
13202024-05-31T06:03:22.385Z Downloaded blake3 v1.5.0
13212024-05-31T06:03:22.391Z Downloaded once_cell v1.19.0
13222024-05-31T06:03:22.394Z Downloaded owo-colors v4.0.0
13232024-05-31T06:03:22.397Z Downloaded libm v0.2.7
13242024-05-31T06:03:22.404Z Downloaded smallvec v1.13.1
13252024-05-31T06:03:22.407Z Downloaded pkcs1 v0.7.5
13262024-05-31T06:03:22.410Z Downloaded diff v0.1.13
13272024-05-31T06:03:22.413Z Downloaded derive_more v0.99.17
13282024-05-31T06:03:22.419Z Downloaded snafu-derive v0.8.2
13292024-05-31T06:03:22.421Z Downloaded samael v0.0.15
13302024-05-31T06:03:22.422Z Downloaded sct v0.7.0
13312024-05-31T06:03:22.424Z Downloaded tokio-macros v2.2.0
13322024-05-31T06:03:22.427Z Downloaded structmeta-derive v0.2.0
13332024-05-31T06:03:22.427Z Downloaded string_cache v0.8.7
13342024-05-31T06:03:22.427Z Downloaded postcard v1.0.8
13352024-05-31T06:03:22.430Z Downloaded papergrid v0.11.0
13362024-05-31T06:03:22.434Z Downloaded erased-serde v0.3.31
13372024-05-31T06:03:22.437Z Downloaded scroll v0.12.0
13382024-05-31T06:03:22.440Z Downloaded flume v0.11.0
13392024-05-31T06:03:22.442Z Downloaded num-bigint v0.4.4
13402024-05-31T06:03:22.445Z Downloaded zerocopy-derive v0.7.32
13412024-05-31T06:03:22.449Z Downloaded walkdir v2.5.0
13422024-05-31T06:03:22.451Z Downloaded tempfile v3.10.1
13432024-05-31T06:03:22.454Z Downloaded trust-dns-client v0.22.0
13442024-05-31T06:03:22.457Z Downloaded unicode-width v0.1.11
13452024-05-31T06:03:22.460Z Downloaded minimal-lexical v0.2.1
13462024-05-31T06:03:22.463Z Downloaded strsim v0.11.0
13472024-05-31T06:03:22.466Z Downloaded rusty-fork v0.3.0
13482024-05-31T06:03:22.466Z Downloaded unicode_categories v0.1.1
13492024-05-31T06:03:22.470Z Downloaded fatfs v0.3.6
13502024-05-31T06:03:22.476Z Downloaded ucd-trie v0.1.6
13512024-05-31T06:03:22.476Z Downloaded num-integer v0.1.46
13522024-05-31T06:03:22.476Z Downloaded usdt v0.5.0
13532024-05-31T06:03:22.479Z Downloaded usdt v0.3.5
13542024-05-31T06:03:22.479Z Downloaded untrusted v0.9.0
13552024-05-31T06:03:22.479Z Downloaded untrusted v0.7.1
13562024-05-31T06:03:22.479Z Downloaded funty v2.0.0
13572024-05-31T06:03:22.479Z Downloaded serde_with_macros v3.7.0
13582024-05-31T06:03:22.479Z Downloaded rustls-pemfile v2.1.2
13592024-05-31T06:03:22.482Z Downloaded cc v1.0.83
13602024-05-31T06:03:22.485Z Downloaded ref-cast-impl v1.0.22
13612024-05-31T06:03:22.485Z Downloaded predicates-tree v1.0.9
13622024-05-31T06:03:22.485Z Downloaded predicates v3.1.0
13632024-05-31T06:03:22.487Z Downloaded ryu v1.0.15
13642024-05-31T06:03:22.491Z Downloaded r2d2 v0.8.10
13652024-05-31T06:03:22.494Z Downloaded uuid v1.8.0
13662024-05-31T06:03:22.497Z Downloaded ed25519 v1.5.3
13672024-05-31T06:03:22.497Z Downloaded pem-rfc7468 v0.7.0
13682024-05-31T06:03:22.500Z Downloaded mockall_derive v0.12.1
13692024-05-31T06:03:22.500Z Downloaded subprocess v0.2.9
13702024-05-31T06:03:22.504Z Downloaded chacha20poly1305 v0.10.1
13712024-05-31T06:03:22.504Z Downloaded bytes v1.6.0
13722024-05-31T06:03:22.507Z Downloaded cookie v0.18.1
13732024-05-31T06:03:22.509Z Downloaded tui-tree-widget v0.19.0
13742024-05-31T06:03:22.509Z Downloaded strum_macros v0.26.1
13752024-05-31T06:03:22.512Z Downloaded serde-hex v0.1.0
13762024-05-31T06:03:22.512Z Downloaded indexmap v1.9.3
13772024-05-31T06:03:22.515Z Downloaded const-oid v0.9.6
13782024-05-31T06:03:22.518Z Downloaded compact_str v0.7.1
13792024-05-31T06:03:22.521Z Downloaded clang-sys v1.6.1
13802024-05-31T06:03:22.527Z Downloaded ciborium-ll v0.2.2
13812024-05-31T06:03:22.527Z Downloaded utf8parse v0.2.1
13822024-05-31T06:03:22.527Z Downloaded cookie_store v0.20.0
13832024-05-31T06:03:22.530Z Downloaded byteorder v1.5.0
13842024-05-31T06:03:22.530Z Downloaded blake2 v0.10.6
13852024-05-31T06:03:22.530Z Downloaded bitflags v2.4.2
13862024-05-31T06:03:22.534Z Downloaded console v0.15.8
13872024-05-31T06:03:22.536Z Downloaded clap_derive v4.5.4
13882024-05-31T06:03:22.540Z Downloaded cancel-safe-futures v0.1.5
13892024-05-31T06:03:22.543Z Downloaded serde_arrays v0.1.0
13902024-05-31T06:03:22.543Z Downloaded signal-hook-registry v1.4.1
13912024-05-31T06:03:22.543Z Downloaded signal-hook-mio v0.2.3
13922024-05-31T06:03:22.543Z Downloaded serde-big-array v0.5.1
13932024-05-31T06:03:22.546Z Downloaded scopeguard v1.2.0
13942024-05-31T06:03:22.546Z Downloaded kstat-rs v0.2.3
13952024-05-31T06:03:22.546Z Downloaded rustc_version v0.1.7
13962024-05-31T06:03:22.550Z Downloaded rpassword v7.3.1
13972024-05-31T06:03:22.550Z Downloaded libsw v3.3.1
13982024-05-31T06:03:22.550Z Downloaded lazycell v1.3.0
13992024-05-31T06:03:22.553Z Downloaded lru-cache v0.1.2
14002024-05-31T06:03:22.553Z Downloaded hex v0.4.3
14012024-05-31T06:03:22.553Z Downloaded crc v3.0.1
14022024-05-31T06:03:22.556Z Downloaded maplit v1.0.2
14032024-05-31T06:03:22.556Z Downloaded bzip2 v0.4.4
14042024-05-31T06:03:22.556Z Downloaded bindgen v0.69.2
14052024-05-31T06:03:22.563Z Downloaded is-terminal v0.4.9
14062024-05-31T06:03:22.566Z Downloaded http-body v0.4.5
14072024-05-31T06:03:22.566Z Downloaded heck v0.4.1
14082024-05-31T06:03:22.566Z Downloaded heck v0.3.3
14092024-05-31T06:03:22.566Z Downloaded base64ct v1.6.0
14102024-05-31T06:03:22.569Z Downloaded backoff v0.4.0
14112024-05-31T06:03:22.572Z Downloaded sqlparser_derive v0.2.2
14122024-05-31T06:03:22.572Z Downloaded crc-catalog v2.2.0
14132024-05-31T06:03:22.572Z Downloaded cpufeatures v0.2.12
14142024-05-31T06:03:22.578Z Downloaded corncobs v0.1.3
14152024-05-31T06:03:22.578Z Downloaded clap_lex v0.7.0
14162024-05-31T06:03:22.579Z Downloaded managed v0.8.0
14172024-05-31T06:03:22.583Z Downloaded macaddr v1.0.1
14182024-05-31T06:03:22.583Z Downloaded keccak v0.1.4
14192024-05-31T06:03:22.583Z Downloaded bitfield v0.14.0
14202024-05-31T06:03:22.583Z Downloaded hostname v0.3.1
14212024-05-31T06:03:22.583Z Downloaded home v0.5.5
14222024-05-31T06:03:22.583Z Downloaded heck v0.5.0
14232024-05-31T06:03:22.586Z Downloaded cassowary v0.3.0
14242024-05-31T06:03:22.806Z Downloaded ring v0.17.8
14252024-05-31T06:03:22.928Z Downloaded ring v0.16.20
14262024-05-31T06:03:23.458Z Compiling proc-macro2 v1.0.81
14272024-05-31T06:03:23.462Z Compiling unicode-ident v1.0.12
14282024-05-31T06:03:23.462Z Compiling libc v0.2.153
14292024-05-31T06:03:23.462Z Compiling serde v1.0.201
14302024-05-31T06:03:23.462Z Compiling version_check v0.9.4
14312024-05-31T06:03:23.507Z Compiling autocfg v1.1.0
14322024-05-31T06:03:23.510Z Compiling cfg-if v1.0.0
14332024-05-31T06:03:23.659Z Compiling once_cell v1.19.0
14342024-05-31T06:03:23.695Z Compiling byteorder v1.5.0
14352024-05-31T06:03:23.721Z Compiling parking_lot_core v0.9.8
14362024-05-31T06:03:24.045Z Compiling memchr v2.7.1
14372024-05-31T06:03:24.133Z Compiling serde_json v1.0.116
14382024-05-31T06:03:24.137Z Compiling ahash v0.8.8
14392024-05-31T06:03:24.213Z Compiling lock_api v0.4.10
14402024-05-31T06:03:25.097Z Compiling libm v0.2.7
14412024-05-31T06:03:26.728Z Compiling num-traits v0.2.18
14422024-05-31T06:03:26.731Z Compiling thiserror v1.0.59
14432024-05-31T06:03:26.731Z Compiling log v0.4.21
14442024-05-31T06:03:26.742Z Compiling itoa v1.0.9
14452024-05-31T06:03:26.745Z Compiling typenum v1.16.0
14462024-05-31T06:03:27.105Z Compiling generic-array v0.14.7
14472024-05-31T06:03:27.173Z Compiling allocator-api2 v0.2.16
14482024-05-31T06:03:27.565Z Compiling pkg-config v0.3.27
14492024-05-31T06:03:27.794Z Compiling quote v1.0.36
14502024-05-31T06:03:27.936Z Compiling slab v0.4.9
14512024-05-31T06:03:28.277Z Compiling syn v2.0.60
14522024-05-31T06:03:28.376Z Compiling cc v1.0.83
14532024-05-31T06:03:28.406Z Compiling getrandom v0.2.12
14542024-05-31T06:03:28.583Z Compiling scopeguard v1.2.0
14552024-05-31T06:03:28.660Z Compiling ryu v1.0.15
14562024-05-31T06:03:28.821Z Compiling equivalent v1.0.1
14572024-05-31T06:03:28.973Z Compiling schemars v0.8.17
14582024-05-31T06:03:28.994Z Compiling vcpkg v0.2.15
14592024-05-31T06:03:29.347Z Compiling smallvec v1.13.1
14602024-05-31T06:03:29.560Z Compiling pin-project-lite v0.2.13
14612024-05-31T06:03:29.729Z Compiling time-core v0.1.2
14622024-05-31T06:03:29.893Z Compiling num-conv v0.1.0
14632024-05-31T06:03:30.242Z Compiling syn v1.0.109
14642024-05-31T06:03:30.620Z Compiling parking_lot v0.12.1
14652024-05-31T06:03:30.750Z Compiling ring v0.17.8
14662024-05-31T06:03:30.753Z Compiling openssl-sys v0.9.102
14672024-05-31T06:03:30.791Z Compiling ring v0.16.20
14682024-05-31T06:03:30.794Z Compiling time-macros v0.2.17
14692024-05-31T06:03:31.212Z Compiling httparse v1.8.0
14702024-05-31T06:03:31.799Z Compiling rustix v0.38.31
14712024-05-31T06:03:32.179Z Compiling crossbeam-utils v0.8.19
14722024-05-31T06:03:32.529Z Compiling signal-hook-registry v1.4.1
14732024-05-31T06:03:32.553Z Compiling openssl v0.10.64
14742024-05-31T06:03:32.688Z Compiling fnv v1.0.7
14752024-05-31T06:03:32.951Z Compiling mio v0.8.11
14762024-05-31T06:03:33.764Z Compiling semver v1.0.22
14772024-05-31T06:03:33.945Z Compiling rand_core v0.6.4
14782024-05-31T06:03:34.187Z Compiling tinyvec_macros v0.1.1
14792024-05-31T06:03:34.287Z Compiling native-tls v0.2.11
14802024-05-31T06:03:34.359Z Compiling iana-time-zone v0.1.57
14812024-05-31T06:03:34.400Z Compiling rustls v0.21.9
14822024-05-31T06:03:34.614Z Compiling futures-core v0.3.30
14832024-05-31T06:03:34.693Z Compiling tinyvec v1.6.0
14842024-05-31T06:03:34.712Z Compiling socket2 v0.5.6
14852024-05-31T06:03:34.846Z Compiling num_cpus v1.16.0
14862024-05-31T06:03:35.525Z Compiling serde_derive_internals v0.29.0
14872024-05-31T06:03:35.554Z Compiling cookie v0.17.0
14882024-05-31T06:03:36.064Z Compiling unicode-bidi v0.3.15
14892024-05-31T06:03:36.117Z Compiling unicode-normalization v0.1.22
14902024-05-31T06:03:36.470Z Compiling futures-sink v0.3.30
14912024-05-31T06:03:36.647Z Compiling spin v0.5.2
14922024-05-31T06:03:36.881Z Compiling futures-channel v0.3.30
14932024-05-31T06:03:36.958Z Compiling backtrace v0.3.69
14942024-05-31T06:03:37.131Z Compiling aho-corasick v1.1.2
14952024-05-31T06:03:37.287Z Compiling pin-utils v0.1.0
14962024-05-31T06:03:37.309Z Compiling slog v2.7.0
14972024-05-31T06:03:37.313Z Compiling regex-syntax v0.8.2
14982024-05-31T06:03:37.379Z Compiling dyn-clone v1.0.17
14992024-05-31T06:03:37.400Z Compiling futures-task v0.3.30
15002024-05-31T06:03:37.575Z Compiling heck v0.5.0
15012024-05-31T06:03:37.700Z Compiling futures-io v0.3.30
15022024-05-31T06:03:37.754Z Compiling spin v0.9.8
15032024-05-31T06:03:37.959Z Compiling tracing-core v0.1.32
15042024-05-31T06:03:39.180Z Compiling percent-encoding v2.3.1
15052024-05-31T06:03:39.274Z Compiling ucd-trie v0.1.6
15062024-05-31T06:03:39.423Z Compiling winnow v0.5.15
15072024-05-31T06:03:39.557Z Compiling anyhow v1.0.82
15082024-05-31T06:03:39.732Z Compiling const-oid v0.9.6
15092024-05-31T06:03:40.054Z Compiling subtle v2.5.0
15102024-05-31T06:03:40.679Z Compiling serde_derive v1.0.201
15112024-05-31T06:03:41.398Z Compiling zerocopy-derive v0.7.32
15122024-05-31T06:03:41.495Z Compiling zeroize_derive v1.4.2
15132024-05-31T06:03:41.789Z Compiling thiserror-impl v1.0.59
15142024-05-31T06:03:42.735Z Compiling tokio-macros v2.2.0
15152024-05-31T06:03:42.759Z Compiling futures-macro v0.3.30
15162024-05-31T06:03:42.941Z Compiling tracing-attributes v0.1.27
15172024-05-31T06:03:43.245Z Compiling zerocopy v0.7.32
15182024-05-31T06:03:43.806Z Compiling schemars_derive v0.8.17
15192024-05-31T06:03:44.555Z Compiling zeroize v1.7.0
15202024-05-31T06:03:44.638Z Compiling openssl-macros v0.1.1
15212024-05-31T06:03:45.167Z Compiling futures-util v0.3.30
15222024-05-31T06:03:45.372Z Compiling regex-automata v0.4.5
15232024-05-31T06:03:45.459Z Compiling hashbrown v0.14.3
15242024-05-31T06:03:46.239Z Compiling tracing v0.1.40
15252024-05-31T06:03:46.721Z Compiling scroll_derive v0.12.0
15262024-05-31T06:03:46.797Z Compiling pest v2.7.6
15272024-05-31T06:03:48.386Z Compiling crc32fast v1.3.2
15282024-05-31T06:03:49.085Z Compiling heck v0.4.1
15292024-05-31T06:03:49.171Z Compiling pest_meta v2.7.6
15302024-05-31T06:03:50.859Z Compiling regex v1.10.4
15312024-05-31T06:03:52.856Z Compiling untrusted v0.7.1
15322024-05-31T06:03:53.026Z Compiling untrusted v0.9.0
15332024-05-31T06:03:53.213Z Compiling foreign-types-shared v0.1.1
15342024-05-31T06:03:53.330Z Compiling bytes v1.6.0
15352024-05-31T06:03:53.447Z Compiling indexmap v2.2.6
15362024-05-31T06:03:54.261Z Compiling bitflags v2.4.2
15372024-05-31T06:03:54.530Z Compiling uuid v1.8.0
15382024-05-31T06:03:54.650Z Compiling chrono v0.4.38
15392024-05-31T06:03:54.880Z Compiling tokio v1.37.0
15402024-05-31T06:03:55.226Z Compiling serde_tokenstream v0.2.0
15412024-05-31T06:03:55.726Z Compiling serde_spanned v0.6.5
15422024-05-31T06:03:55.937Z Compiling toml_datetime v0.6.5
15432024-05-31T06:03:55.998Z Compiling http v0.2.12
15442024-05-31T06:03:58.260Z Compiling toml_edit v0.19.15
15452024-05-31T06:03:58.740Z Compiling powerfmt v0.2.0
15462024-05-31T06:04:00.497Z Compiling deranged v0.3.11
15472024-05-31T06:04:02.185Z Compiling foreign-types v0.3.2
15482024-05-31T06:04:03.489Z Compiling tokio-util v0.7.10
15492024-05-31T06:04:04.531Z Compiling pest_generator v2.7.6
15502024-05-31T06:04:05.000Z Compiling crypto-common v0.1.6
15512024-05-31T06:04:05.338Z Compiling der_derive v0.7.2
15522024-05-31T06:04:05.848Z Compiling form_urlencoded v1.2.1
15532024-05-31T06:04:06.321Z Compiling errno v0.3.8
15542024-05-31T06:04:06.623Z Compiling base64 v0.21.7
15552024-05-31T06:04:06.922Z Compiling num_threads v0.1.6
15562024-05-31T06:04:07.053Z Compiling try-lock v0.2.4
15572024-05-31T06:04:07.140Z Compiling time v0.3.34
15582024-05-31T06:04:07.208Z Compiling want v0.3.1
15592024-05-31T06:04:08.320Z Compiling pest_derive v2.7.6
15602024-05-31T06:04:08.513Z Compiling h2 v0.3.26
15612024-05-31T06:04:08.683Z Compiling rustls-webpki v0.101.7
15622024-05-31T06:04:09.100Z Compiling sct v0.7.0
15632024-05-31T06:04:09.377Z Compiling http-body v0.4.5
15642024-05-31T06:04:09.798Z Compiling rustc_version v0.4.0
15652024-05-31T06:04:10.394Z Compiling block-buffer v0.10.4
15662024-05-31T06:04:10.420Z Compiling async-trait v0.1.80
15672024-05-31T06:04:10.474Z Compiling idna v0.5.0
15682024-05-31T06:04:10.679Z Compiling usdt-impl v0.5.0
15692024-05-31T06:04:11.067Z Compiling openssl-probe v0.1.5
15702024-05-31T06:04:11.567Z Compiling unicode-width v0.1.11
15712024-05-31T06:04:11.884Z Compiling tower-service v0.3.2
15722024-05-31T06:04:11.917Z Compiling httpdate v1.0.3
15732024-05-31T06:04:12.024Z Compiling rustversion v1.0.14
15742024-05-31T06:04:12.700Z Compiling url v2.5.0
15752024-05-31T06:04:14.377Z Compiling digest v0.10.7
15762024-05-31T06:04:14.537Z Compiling heapless v0.7.16
15772024-05-31T06:04:14.784Z Compiling scroll v0.12.0
15782024-05-31T06:04:14.971Z Compiling idna v0.3.0
15792024-05-31T06:04:15.365Z Compiling hyper v0.14.28
15802024-05-31T06:04:15.924Z Compiling bzip2-sys v0.1.11+1.0.8
15812024-05-31T06:04:16.609Z Compiling ppv-lite86 v0.2.17
15822024-05-31T06:04:16.674Z Compiling psl-types v2.0.11
15832024-05-31T06:04:17.030Z Compiling signal-hook v0.3.17
15842024-05-31T06:04:17.387Z Compiling adler v1.0.2
15852024-05-31T06:04:17.602Z Compiling plain v0.2.3
15862024-05-31T06:04:17.769Z Compiling goblin v0.8.0
15872024-05-31T06:04:17.816Z Compiling miniz_oxide v0.7.1
15882024-05-31T06:04:18.095Z Compiling rand_chacha v0.3.1
15892024-05-31T06:04:19.067Z Compiling tokio-rustls v0.24.1
15902024-05-31T06:04:19.088Z Compiling publicsuffix v2.2.3
15912024-05-31T06:04:19.482Z Compiling tokio-native-tls v0.3.1
15922024-05-31T06:04:19.765Z Compiling crossbeam-epoch v0.9.18
15932024-05-31T06:04:20.568Z Compiling openapiv3 v2.0.0
15942024-05-31T06:04:22.115Z Compiling ipnet v2.9.0
15952024-05-31T06:04:22.450Z Compiling pretty-hex v0.4.1
15962024-05-31T06:04:22.669Z Compiling hyper-tls v0.5.0
15972024-05-31T06:04:23.029Z Compiling hyper-rustls v0.24.2
15982024-05-31T06:04:23.208Z Compiling cookie_store v0.20.0
15992024-05-31T06:04:23.434Z Compiling dof v0.3.0
16002024-05-31T06:04:24.540Z Compiling rand v0.8.5
16012024-05-31T06:04:24.948Z Compiling dtrace-parser v0.2.0
16022024-05-31T06:04:24.994Z Compiling rustls-pemfile v1.0.3
16032024-05-31T06:04:25.249Z Compiling serde_urlencoded v0.7.1
16042024-05-31T06:04:25.769Z Compiling thread-id v4.2.0
16052024-05-31T06:04:25.813Z Compiling num-bigint v0.4.4
16062024-05-31T06:04:25.884Z Compiling encoding_rs v0.8.33
16072024-05-31T06:04:26.105Z Compiling webpki-roots v0.25.2
16082024-05-31T06:04:26.265Z Compiling base64ct v1.6.0
16092024-05-31T06:04:26.288Z Compiling mime v0.3.17
16102024-05-31T06:04:26.783Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16112024-05-31T06:04:26.807Z Compiling either v1.11.0
16122024-05-31T06:04:26.810Z Compiling smoltcp v0.9.1
16132024-05-31T06:04:26.890Z Compiling gimli v0.28.0
16142024-05-31T06:04:27.242Z Compiling sync_wrapper v0.1.2
16152024-05-31T06:04:27.384Z Compiling rayon-core v1.12.1
16162024-05-31T06:04:27.430Z Compiling pem-rfc7468 v0.7.0
16172024-05-31T06:04:28.581Z Compiling reqwest v0.11.27
16182024-05-31T06:04:29.389Z Compiling hmac v0.12.1
16192024-05-31T06:04:29.606Z Compiling regress v0.9.1
16202024-05-31T06:04:30.066Z Compiling object v0.32.1
16212024-05-31T06:04:30.866Z Compiling siphasher v0.3.11
16222024-05-31T06:04:31.065Z Compiling addr2line v0.21.0
16232024-05-31T06:04:31.428Z Compiling winnow v0.6.1
16242024-05-31T06:04:31.533Z Compiling flagset v0.4.3
16252024-05-31T06:04:31.742Z Compiling rustc-demangle v0.1.23
16262024-05-31T06:04:31.913Z Compiling camino v1.1.6
16272024-05-31T06:04:32.330Z Compiling der v0.7.8
16282024-05-31T06:04:32.577Z Compiling flate2 v1.0.28
16292024-05-31T06:04:33.514Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16302024-05-31T06:04:35.054Z Compiling toml_edit v0.22.12
16312024-05-31T06:04:37.462Z Compiling futures-executor v0.3.30
16322024-05-31T06:04:37.940Z Compiling hubpack_derive v0.1.1
16332024-05-31T06:04:37.963Z Compiling zerocopy-derive v0.6.6
16342024-05-31T06:04:38.914Z Compiling lazy_static v1.4.0
16352024-05-31T06:04:38.952Z Compiling stable_deref_trait v1.2.0
16362024-05-31T06:04:39.927Z Compiling utf8parse v0.2.1
16372024-05-31T06:04:40.091Z Compiling cpufeatures v0.2.12
16382024-05-31T06:04:40.194Z Compiling anstyle v1.0.7
16392024-05-31T06:04:40.797Z Compiling sha2 v0.10.8
16402024-05-31T06:04:40.862Z Compiling anstyle-parse v0.2.1
16412024-05-31T06:04:42.853Z Compiling futures v0.3.30
16422024-05-31T06:04:42.976Z Compiling spki v0.7.2
16432024-05-31T06:04:43.404Z Compiling usdt-macro v0.5.0
16442024-05-31T06:04:43.441Z Compiling usdt-attr-macro v0.5.0
16452024-05-31T06:04:44.582Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16462024-05-31T06:04:45.581Z Compiling md-5 v0.10.5
16472024-05-31T06:04:45.708Z Compiling toml v0.7.8
16482024-05-31T06:04:47.262Z Compiling hex v0.4.3
16492024-05-31T06:04:48.117Z Compiling stringprep v0.1.3
16502024-05-31T06:04:48.931Z Compiling diesel_table_macro_syntax v0.1.0
16512024-05-31T06:04:48.959Z Compiling num-integer v0.1.46
16522024-05-31T06:04:49.666Z Compiling hash32 v0.2.1
16532024-05-31T06:04:50.047Z Compiling colorchoice v1.0.0
16542024-05-31T06:04:50.216Z Compiling anstyle-query v1.0.0
16552024-05-31T06:04:52.850Z Compiling fallible-iterator v0.2.0
16562024-05-31T06:04:55.277Z Compiling postgres-protocol v0.6.6
16572024-05-31T06:04:58.436Z Compiling anstream v0.6.11
16582024-05-31T06:04:59.125Z Compiling diesel_derives v2.1.2
16592024-05-31T06:05:06.026Z Compiling pkcs8 v0.10.2
16602024-05-31T06:05:07.083Z Compiling phf_shared v0.11.2
16612024-05-31T06:05:07.766Z Compiling strum_macros v0.25.2
16622024-05-31T06:05:07.871Z Compiling terminal_size v0.3.0
16632024-05-31T06:05:08.097Z Compiling enum-as-inner v0.5.1
16642024-05-31T06:05:08.388Z Compiling block-padding v0.3.3
16652024-05-31T06:05:08.615Z Compiling serde_repr v0.1.16
16662024-05-31T06:05:09.070Z Compiling clap_derive v4.5.4
16672024-05-31T06:05:09.723Z Compiling ff v0.13.0
16682024-05-31T06:05:10.206Z Compiling scheduled-thread-pool v0.2.7
16692024-05-31T06:05:11.376Z Compiling managed v0.8.0
16702024-05-31T06:05:11.525Z Compiling bitflags v1.3.2
16712024-05-31T06:05:11.645Z Compiling matches v0.1.10
16722024-05-31T06:05:11.741Z Compiling clap_lex v0.7.0
16732024-05-31T06:05:12.181Z Compiling bit-vec v0.6.3
16742024-05-31T06:05:12.578Z Compiling strsim v0.11.0
16752024-05-31T06:05:13.135Z Compiling base16ct v0.2.0
16762024-05-31T06:05:13.429Z Compiling regex-automata v0.1.10
16772024-05-31T06:05:13.620Z Compiling sec1 v0.7.3
16782024-05-31T06:05:13.814Z Compiling bstr v0.2.17
16792024-05-31T06:05:14.189Z Compiling clap_builder v4.5.2
16802024-05-31T06:05:14.209Z Compiling idna v0.2.3
16812024-05-31T06:05:15.127Z Compiling r2d2 v0.8.10
16822024-05-31T06:05:15.575Z Compiling group v0.13.0
16832024-05-31T06:05:15.889Z Compiling inout v0.1.3
16842024-05-31T06:05:16.988Z Compiling phf v0.11.2
16852024-05-31T06:05:17.290Z Compiling signal-hook-mio v0.2.3
16862024-05-31T06:05:17.474Z Compiling bzip2 v0.4.4
16872024-05-31T06:05:18.343Z Compiling postgres-types v0.2.6
16882024-05-31T06:05:18.788Z Compiling zerocopy v0.6.6
16892024-05-31T06:05:19.764Z Compiling hubpack v0.1.2
16902024-05-31T06:05:19.767Z Compiling phf_shared v0.10.0
16912024-05-31T06:05:19.837Z Compiling hkdf v0.12.4
16922024-05-31T06:05:20.113Z Compiling ipnetwork v0.20.0
16932024-05-31T06:05:21.125Z Compiling crypto-bigint v0.5.2
16942024-05-31T06:05:21.387Z Compiling float-cmp v0.9.0
16952024-05-31T06:05:21.403Z Compiling blake3 v1.5.0
16962024-05-31T06:05:21.579Z Compiling memmap v0.7.0
16972024-05-31T06:05:21.643Z Compiling data-encoding v2.4.0
16982024-05-31T06:05:21.908Z Compiling whoami v1.5.1
16992024-05-31T06:05:21.986Z Compiling minimal-lexical v0.2.1
17002024-05-31T06:05:22.512Z Compiling fixedbitset v0.4.2
17012024-05-31T06:05:22.920Z Compiling precomputed-hash v0.1.1
17022024-05-31T06:05:23.027Z Compiling predicates-core v1.0.6
17032024-05-31T06:05:23.064Z Compiling new_debug_unreachable v1.0.4
17042024-05-31T06:05:23.215Z Compiling normalize-line-endings v0.3.0
17052024-05-31T06:05:23.298Z Compiling difflib v0.4.0
17062024-05-31T06:05:23.380Z Compiling static_assertions v1.1.0
17072024-05-31T06:05:23.484Z Compiling unicode-segmentation v1.10.1
17082024-05-31T06:05:23.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17092024-05-31T06:05:24.270Z Compiling similar v2.4.0
17102024-05-31T06:05:24.529Z Compiling predicates v3.1.0
17112024-05-31T06:05:25.282Z Compiling string_cache v0.8.7
17122024-05-31T06:05:25.623Z Compiling elliptic-curve v0.13.8
17132024-05-31T06:05:25.701Z Compiling petgraph v0.6.4
17142024-05-31T06:05:26.061Z Compiling nom v7.1.3
17152024-05-31T06:05:26.273Z Compiling tokio-postgres v0.7.10
17162024-05-31T06:05:26.326Z Compiling trust-dns-proto v0.22.0
17172024-05-31T06:05:27.476Z Compiling usdt v0.5.0
17182024-05-31T06:05:27.952Z Compiling diesel v2.1.6
17192024-05-31T06:05:29.277Z Compiling yasna v0.5.2
17202024-05-31T06:05:29.982Z Compiling zip v0.6.6
17212024-05-31T06:05:30.007Z Compiling clap v4.5.4
17222024-05-31T06:05:30.137Z Compiling crossterm v0.27.0
17232024-05-31T06:05:30.815Z Compiling cipher v0.4.4
17242024-05-31T06:05:31.232Z Compiling bit-set v0.5.3
17252024-05-31T06:05:31.504Z Compiling num-iter v0.1.44
17262024-05-31T06:05:31.687Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17272024-05-31T06:05:32.525Z Compiling console v0.15.8
17282024-05-31T06:05:33.723Z Compiling itertools v0.10.5
17292024-05-31T06:05:33.742Z Compiling getopts v0.2.21
17302024-05-31T06:05:34.199Z Compiling tokio-stream v0.1.15
17312024-05-31T06:05:34.574Z Compiling bstr v1.9.0
17322024-05-31T06:05:35.436Z Compiling unsafe-libyaml v0.2.10
17332024-05-31T06:05:36.417Z Compiling peg-runtime v0.8.3
17342024-05-31T06:05:36.605Z Compiling lalrpop-util v0.19.12
17352024-05-31T06:05:36.955Z Compiling serde_yaml v0.9.25
17362024-05-31T06:05:40.629Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17372024-05-31T06:05:40.979Z Compiling crossbeam-deque v0.8.3
17382024-05-31T06:05:41.971Z Compiling fastrand v2.0.1
17392024-05-31T06:05:42.462Z Compiling same-file v1.0.6
17402024-05-31T06:05:43.530Z Compiling walkdir v2.5.0
17412024-05-31T06:05:45.019Z Compiling tempfile v3.10.1
17422024-05-31T06:05:47.424Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17432024-05-31T06:05:51.959Z Compiling proc-macro-crate v1.3.1
17442024-05-31T06:05:56.588Z Compiling heapless v0.8.0
17452024-05-31T06:06:02.735Z Compiling num_enum_derive v0.5.11
17462024-05-31T06:06:05.092Z Compiling rayon v1.10.0
17472024-05-31T06:06:05.754Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482024-05-31T06:06:07.501Z Compiling xattr v1.0.1
17492024-05-31T06:06:07.765Z Compiling filetime v0.2.23
17502024-05-31T06:06:07.789Z Compiling memmap2 v0.7.1
17512024-05-31T06:06:08.098Z Compiling hash32 v0.3.1
17522024-05-31T06:06:08.378Z Compiling strsim v0.10.0
17532024-05-31T06:06:09.058Z Compiling home v0.5.5
17542024-05-31T06:06:09.722Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17552024-05-31T06:06:10.100Z Compiling rustls-pki-types v1.3.0
17562024-05-31T06:06:10.282Z Compiling constant_time_eq v0.3.0
17572024-05-31T06:06:10.441Z Compiling arrayvec v0.7.4
17582024-05-31T06:06:10.593Z Compiling ident_case v1.0.1
17592024-05-31T06:06:10.686Z Compiling smoltcp v0.11.0
17602024-05-31T06:06:10.775Z Compiling arrayref v0.3.7
17612024-05-31T06:06:11.379Z Compiling darling_core v0.20.8
17622024-05-31T06:06:14.939Z Compiling toolchain_find v0.4.0
17632024-05-31T06:06:16.810Z Compiling tar v0.4.40
17642024-05-31T06:06:21.970Z Compiling num_enum v0.5.11
17652024-05-31T06:06:22.158Z Compiling camino-tempfile v1.1.1
17662024-05-31T06:06:28.389Z Compiling toml v0.8.12
17672024-05-31T06:06:28.424Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17682024-05-31T06:06:28.933Z Compiling dirs-sys-next v0.1.2
17692024-05-31T06:06:29.062Z Compiling proc-macro-error-attr v1.0.4
17702024-05-31T06:06:30.608Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17712024-05-31T06:06:30.919Z Compiling cobs v0.2.3
17722024-05-31T06:06:31.009Z Compiling topological-sort v0.2.2
17732024-05-31T06:06:31.219Z Compiling rustls v0.22.4
17742024-05-31T06:06:31.526Z Compiling paste v1.0.14
17752024-05-31T06:06:31.765Z Compiling embedded-io v0.4.0
17762024-05-31T06:06:32.085Z Compiling postcard v1.0.8
17772024-05-31T06:06:32.670Z Compiling omicron-zone-package v0.11.0
17782024-05-31T06:06:38.450Z Compiling rustfmt-wrapper v0.2.1
17792024-05-31T06:06:39.041Z Compiling dirs-next v2.0.0
17802024-05-31T06:06:40.375Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17812024-05-31T06:06:45.736Z Compiling darling_macro v0.20.8
17822024-05-31T06:06:46.499Z Compiling rustls-webpki v0.102.1
17832024-05-31T06:06:50.925Z Compiling strum_macros v0.26.1
17842024-05-31T06:06:53.133Z Compiling structmeta-derive v0.3.0
17852024-05-31T06:06:54.217Z Compiling foreign-types-macros v0.2.3
17862024-05-31T06:06:54.624Z Compiling thread_local v1.1.7
17872024-05-31T06:06:55.474Z Compiling proc-macro-error v1.0.4
17882024-05-31T06:06:55.477Z Compiling multer v3.1.0
17892024-05-31T06:06:55.639Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17902024-05-31T06:06:55.806Z Compiling slog-async v2.8.0
17912024-05-31T06:06:55.855Z Compiling match_cfg v0.1.0
17922024-05-31T06:06:55.947Z Compiling foreign-types-shared v0.3.1
17932024-05-31T06:06:55.969Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17942024-05-31T06:06:56.124Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17952024-05-31T06:06:56.326Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17962024-05-31T06:06:56.471Z Compiling foreign-types v0.5.0
17972024-05-31T06:06:56.573Z Compiling hostname v0.3.1
17982024-05-31T06:06:56.601Z Compiling structmeta v0.3.0
17992024-05-31T06:06:56.970Z Compiling strum v0.26.2
18002024-05-31T06:06:57.178Z Compiling darling v0.20.8
18012024-05-31T06:06:57.311Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18022024-05-31T06:06:58.916Z Compiling term v0.7.0
18032024-05-31T06:07:02.093Z Compiling slog-json v2.6.1
18042024-05-31T06:07:02.638Z Compiling is-terminal v0.4.9
18052024-05-31T06:07:02.783Z Compiling tabwriter v1.4.0
18062024-05-31T06:07:03.633Z Compiling crossbeam-channel v0.5.8
18072024-05-31T06:07:03.866Z Compiling http v1.0.0
18082024-05-31T06:07:05.329Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18092024-05-31T06:07:06.165Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
18102024-05-31T06:07:07.037Z Compiling async-stream-impl v0.3.5
18112024-05-31T06:07:08.352Z Compiling cstr-argument v0.1.2
18122024-05-31T06:07:08.619Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18132024-05-31T06:07:08.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18142024-05-31T06:07:09.267Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18152024-05-31T06:07:09.348Z Compiling take_mut v0.2.2
18162024-05-31T06:07:09.525Z Compiling base64 v0.22.1
18172024-05-31T06:07:09.532Z Compiling crucible-workspace-hack v0.1.0
18182024-05-31T06:07:09.568Z Compiling atomic-waker v1.1.1
18192024-05-31T06:07:09.758Z Compiling pretty-hex v0.2.1
18202024-05-31T06:07:09.876Z Compiling waitgroup v0.1.2
18212024-05-31T06:07:09.989Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18222024-05-31T06:07:10.128Z Compiling rustls-pemfile v2.1.2
18232024-05-31T06:07:11.270Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242024-05-31T06:07:11.849Z Compiling async-stream v0.3.5
18252024-05-31T06:07:12.376Z Compiling slog-term v2.9.1
18262024-05-31T06:07:12.819Z Compiling slog-bunyan v2.5.0
18272024-05-31T06:07:13.259Z Compiling tokio-rustls v0.25.0
18282024-05-31T06:07:14.066Z Compiling serde_with_macros v3.7.0
18292024-05-31T06:07:14.368Z Compiling parse-display-derive v0.9.0
18302024-05-31T06:07:15.375Z Compiling sha1 v0.10.6
18312024-05-31T06:07:16.673Z Compiling colored v2.1.0
18322024-05-31T06:07:16.953Z Compiling newtype-uuid v1.1.0
18332024-05-31T06:07:17.292Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18342024-05-31T06:07:18.000Z Compiling serde_path_to_error v0.1.16
18352024-05-31T06:07:18.442Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18362024-05-31T06:07:19.037Z Compiling hostname v0.4.0
18372024-05-31T06:07:19.171Z Compiling socket2 v0.4.9
18382024-05-31T06:07:19.298Z Compiling instant v0.1.12
18392024-05-31T06:07:19.332Z Compiling debug-ignore v1.0.5
18402024-05-31T06:07:19.468Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18412024-05-31T06:07:19.837Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
18422024-05-31T06:07:22.914Z Compiling backoff v0.4.0
18432024-05-31T06:07:23.275Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18442024-05-31T06:07:23.507Z Compiling parse-display v0.9.0
18452024-05-31T06:07:25.575Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18462024-05-31T06:07:28.779Z Compiling serde_with v3.7.0
18472024-05-31T06:07:29.342Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18482024-05-31T06:07:30.781Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18492024-05-31T06:07:32.340Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18502024-05-31T06:07:32.369Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18512024-05-31T06:07:32.558Z Compiling macaddr v1.0.1
18522024-05-31T06:07:32.860Z Compiling num-derive v0.4.0
18532024-05-31T06:07:33.018Z Compiling sigpipe v0.1.3
18542024-05-31T06:07:33.174Z Compiling libefi-sys v0.1.0
18552024-05-31T06:07:33.245Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18562024-05-31T06:07:33.551Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18572024-05-31T06:07:34.115Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18582024-05-31T06:07:35.146Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18592024-05-31T06:07:36.496Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18602024-05-31T06:07:36.856Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
18612024-05-31T06:07:38.021Z Compiling smf v0.2.3
18622024-05-31T06:07:39.297Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18632024-05-31T06:07:39.693Z Compiling portable-atomic v1.4.3
18642024-05-31T06:07:40.777Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18652024-05-31T06:07:41.923Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18662024-05-31T06:07:42.125Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18672024-05-31T06:07:43.782Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18682024-05-31T06:07:44.365Z Compiling gethostname v0.4.3
18692024-05-31T06:07:44.901Z Compiling number_prefix v0.4.0
18702024-05-31T06:07:45.158Z Compiling swrite v0.1.0
18712024-05-31T06:07:46.150Z Compiling indicatif v0.17.8
18722024-05-31T06:07:48.422Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18732024-05-31T06:07:53.032Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18742024-05-31T06:07:54.229Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18752024-05-31T06:07:56.016Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18762024-05-31T06:08:15.301Z Finished release [optimized] target(s) in 5m 18s
18772024-05-31T06:08:15.559Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18782024-05-31T06:08:15.627ZLogging to: /work/oxidecomputer/omicron/out/LOG
18792024-05-31T06:08:15.630ZCreated new build target 'test' and set it as active
18802024-05-31T06:08:15.630Z
18812024-05-31T06:08:15.630Zreal 5:18.576176165
18822024-05-31T06:08:15.630Zuser 33:10.546954776
18832024-05-31T06:08:15.630Zsys 4:08.523951183
18842024-05-31T06:08:15.630Ztrap 0.961197970
18852024-05-31T06:08:15.630Ztflt 8.124786656
18862024-05-31T06:08:15.630Zdflt 8.967043748
18872024-05-31T06:08:15.630Zkflt 0.024566057
18882024-05-31T06:08:15.630Zlock 1:11:06.509411536
18892024-05-31T06:08:15.630Zslp 1:36:28.702168611
18902024-05-31T06:08:15.630Zlat 2:09.887524243
18912024-05-31T06:08:15.630Zstop 3:51.624247318
18922024-05-31T06:08:15.631Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18932024-05-31T06:08:16.460Z Finished release [optimized] target(s) in 0.78s
18942024-05-31T06:08:16.485Z Running `target/release/omicron-package -t test package`
18952024-05-31T06:08:16.513ZLogging to: /work/oxidecomputer/omicron/out/LOG
18962024-05-31T06:08:17.368Z Compiling newline-converter v0.3.0
18972024-05-31T06:08:17.371Z Compiling humantime v2.1.0
18982024-05-31T06:08:17.445Z Compiling unicode-xid v0.2.4
18992024-05-31T06:08:17.448Z Compiling linked-hash-map v0.5.6
19002024-05-31T06:08:17.461Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19012024-05-31T06:08:17.464Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19022024-05-31T06:08:17.464Z Compiling password-hash v0.5.0
19032024-05-31T06:08:17.464Z Compiling blake2 v0.10.6
19042024-05-31T06:08:17.562Z Compiling expectorate v1.1.0
19052024-05-31T06:08:17.577Z Compiling semver v0.1.20
19062024-05-31T06:08:17.708Z Compiling bytecount v0.6.3
19072024-05-31T06:08:17.791Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19082024-05-31T06:08:17.812Z Compiling lru-cache v0.1.2
19092024-05-31T06:08:17.997Z Compiling argon2 v0.5.3
19102024-05-31T06:08:18.011Z Compiling rustc_version v0.1.7
19112024-05-31T06:08:18.122Z Compiling papergrid v0.11.0
19122024-05-31T06:08:18.244Z Compiling tabled_derive v0.7.0
19132024-05-31T06:08:18.426Z Compiling newtype_derive v0.1.6
19142024-05-31T06:08:18.725Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19152024-05-31T06:08:18.880Z Compiling quick-error v1.2.3
19162024-05-31T06:08:19.021Z Compiling resolv-conf v0.7.0
19172024-05-31T06:08:19.436Z Compiling steno v0.4.0
19182024-05-31T06:08:19.818Z Compiling trust-dns-resolver v0.22.0
19192024-05-31T06:08:20.533Z Compiling tabled v0.15.0
19202024-05-31T06:08:20.632Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19212024-05-31T06:08:20.757Z Compiling derive-where v1.2.7
19222024-05-31T06:08:24.051Z Compiling num-rational v0.4.1
19232024-05-31T06:08:24.109Z Compiling slog-dtrace v0.3.0
19242024-05-31T06:08:24.372Z Compiling termcolor v1.2.0
19252024-05-31T06:08:24.747Z Compiling itertools v0.12.1
19262024-05-31T06:08:25.388Z Compiling utf-8 v0.7.6
19272024-05-31T06:08:28.684Z Compiling num-complex v0.4.5
19282024-05-31T06:08:29.831Z Compiling num v0.4.2
19292024-05-31T06:08:29.932Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19302024-05-31T06:08:29.977Z Compiling nibble_vec v0.1.0
19312024-05-31T06:08:30.185Z Compiling radium v0.7.0
19322024-05-31T06:08:30.627Z Compiling endian-type v0.1.2
19332024-05-31T06:08:30.865Z Compiling radix_trie v0.2.1
19342024-05-31T06:08:30.951Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19352024-05-31T06:08:31.809Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19362024-05-31T06:08:32.128Z Compiling tungstenite v0.20.1
19372024-05-31T06:08:33.736Z Compiling tap v1.0.1
19382024-05-31T06:08:33.927Z Compiling maybe-uninit v2.0.0
19392024-05-31T06:08:34.453Z Compiling wyz v0.5.1
19402024-05-31T06:08:34.920Z Compiling tokio-tungstenite v0.20.1
19412024-05-31T06:08:36.050Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19422024-05-31T06:08:37.637Z Compiling arc-swap v1.6.0
19432024-05-31T06:08:38.392Z Compiling funty v2.0.0
19442024-05-31T06:08:40.937Z Compiling display-error-chain v0.2.0
19452024-05-31T06:08:41.124Z Compiling packed_struct v0.10.1
19462024-05-31T06:08:41.556Z Compiling crc-catalog v2.2.0
19472024-05-31T06:08:41.715Z Compiling num-bigint-dig v0.8.4
19482024-05-31T06:08:42.018Z Compiling cancel-safe-futures v0.1.5
19492024-05-31T06:08:42.308Z Compiling crc v3.0.1
19502024-05-31T06:08:42.417Z Compiling bitvec v1.0.1
19512024-05-31T06:08:43.046Z Compiling slog-scope v4.4.0
19522024-05-31T06:08:43.293Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19532024-05-31T06:08:43.312Z Compiling fxhash v0.2.1
19542024-05-31T06:08:43.511Z Compiling packed_struct_codegen v0.10.1
19552024-05-31T06:08:43.664Z Compiling indexmap v1.9.3
19562024-05-31T06:08:43.974Z Compiling nodrop v0.1.14
19572024-05-31T06:08:44.003Z Compiling smallvec v0.6.14
19582024-05-31T06:08:44.098Z Compiling array-init v0.0.4
19592024-05-31T06:08:44.449Z Compiling slog-stdlog v4.1.1
19602024-05-31T06:08:46.104Z Compiling synstructure v0.12.6
19612024-05-31T06:08:46.197Z Compiling pkcs1 v0.7.5
19622024-05-31T06:08:47.525Z Compiling signature v2.1.0
19632024-05-31T06:08:47.747Z Compiling dirs-sys-next v0.1.2
19642024-05-31T06:08:48.257Z Compiling half v2.3.1
19652024-05-31T06:08:48.970Z Compiling bitfield v0.14.0
19662024-05-31T06:08:49.266Z Compiling crunchy v0.2.2
19672024-05-31T06:08:49.733Z Compiling hashbrown v0.12.3
19682024-05-31T06:08:50.386Z Compiling glob v0.3.1
19692024-05-31T06:08:50.779Z Compiling ciborium-io v0.2.2
19702024-05-31T06:08:50.911Z Compiling ciborium-ll v0.2.2
19712024-05-31T06:08:51.192Z Compiling clang-sys v1.6.1
19722024-05-31T06:08:51.394Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19732024-05-31T06:08:51.915Z Compiling dirs-next v2.0.0
19742024-05-31T06:08:52.100Z Compiling rsa v0.9.2
19752024-05-31T06:08:52.128Z Compiling zerocopy-derive v0.2.0
19762024-05-31T06:08:53.959Z Compiling serde-hex v0.1.0
19772024-05-31T06:08:57.488Z Compiling slog-envlogger v2.2.0
19782024-05-31T06:08:57.606Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-31T06:08:57.685Z Compiling env_logger v0.10.0
19802024-05-31T06:08:57.920Z Compiling x509-cert v0.2.4
19812024-05-31T06:08:59.139Z Compiling ron v0.8.1
19822024-05-31T06:09:00.244Z Compiling hashbrown v0.13.2
19832024-05-31T06:09:01.603Z Compiling prettyplease v0.2.19
19842024-05-31T06:09:01.644Z Compiling tiny-keccak v2.0.2
19852024-05-31T06:09:01.927Z Compiling crc-any v2.4.3
19862024-05-31T06:09:01.930Z Compiling maplit v1.0.2
19872024-05-31T06:09:02.092Z Compiling object v0.30.4
19882024-05-31T06:09:02.883Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19892024-05-31T06:09:04.683Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19902024-05-31T06:09:05.497Z Compiling term v0.7.0
19912024-05-31T06:09:05.987Z Compiling ciborium v0.2.2
19922024-05-31T06:09:06.829Z Compiling atty v0.2.14
19932024-05-31T06:09:06.976Z Compiling path-slash v0.1.5
19942024-05-31T06:09:07.203Z Compiling ascii-canvas v3.0.0
19952024-05-31T06:09:07.931Z Compiling is-terminal v0.4.9
19962024-05-31T06:09:08.046Z Compiling libsw v3.3.1
19972024-05-31T06:09:08.057Z Compiling ena v0.14.2
19982024-05-31T06:09:08.131Z Compiling usdt-impl v0.3.5
19992024-05-31T06:09:08.389Z Compiling libloading v0.7.4
20002024-05-31T06:09:08.454Z Compiling regex-syntax v0.6.29
20012024-05-31T06:09:08.497Z Compiling owo-colors v4.0.0
20022024-05-31T06:09:08.750Z Compiling parking_lot_core v0.8.6
20032024-05-31T06:09:09.161Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20042024-05-31T06:09:10.390Z Compiling diff v0.1.13
20052024-05-31T06:09:10.921Z Compiling convert_case v0.4.0
20062024-05-31T06:09:11.148Z Compiling bindgen v0.69.2
20072024-05-31T06:09:11.612Z Compiling linear-map v1.2.0
20082024-05-31T06:09:11.684Z Compiling derive_more v0.99.17
20092024-05-31T06:09:12.154Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20102024-05-31T06:09:13.902Z Compiling lalrpop v0.19.12
20112024-05-31T06:09:19.964Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20122024-05-31T06:09:21.142Z Compiling cexpr v0.6.0
20132024-05-31T06:09:21.719Z Compiling which v4.4.0
20142024-05-31T06:09:22.241Z Compiling unicase v2.7.0
20152024-05-31T06:09:22.565Z Compiling lazycell v1.3.0
20162024-05-31T06:09:22.579Z Compiling rustc-hash v1.1.0
20172024-05-31T06:09:22.714Z Compiling peeking_take_while v0.1.2
20182024-05-31T06:09:22.717Z Compiling shlex v1.3.0
20192024-05-31T06:09:23.627Z Compiling zerocopy v0.3.0
20202024-05-31T06:09:23.778Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20212024-05-31T06:09:24.415Z Compiling derive_builder_core v0.20.0
20222024-05-31T06:09:24.792Z Compiling pem v3.0.4
20232024-05-31T06:09:26.328Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20242024-05-31T06:09:26.331Z Compiling headers-core v0.2.0
20252024-05-31T06:09:26.495Z Compiling libxml v0.3.3
20262024-05-31T06:09:26.540Z Compiling async-recursion v1.1.0
20272024-05-31T06:09:26.627Z Compiling platforms v3.0.2
20282024-05-31T06:09:26.852Z Compiling ref-cast v1.0.22
20292024-05-31T06:09:27.026Z Compiling derive_builder_macro v0.20.0
20302024-05-31T06:09:27.383Z Compiling headers v0.3.9
20312024-05-31T06:09:27.852Z Compiling dof v0.1.5
20322024-05-31T06:09:27.963Z Compiling parking_lot v0.11.2
20332024-05-31T06:09:28.670Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20342024-05-31T06:09:30.617Z Compiling trust-dns-client v0.22.0
20352024-05-31T06:09:31.284Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20362024-05-31T06:09:31.574Z Compiling strum_macros v0.24.3
20372024-05-31T06:09:34.904Z Compiling dtrace-parser v0.1.14
20382024-05-31T06:09:35.005Z Compiling toml v0.5.11
20392024-05-31T06:09:35.087Z Compiling ref-cast-impl v1.0.22
20402024-05-31T06:09:36.259Z Compiling vte_generate_state_changes v0.1.1
20412024-05-31T06:09:36.344Z Compiling cookie v0.18.1
20422024-05-31T06:09:36.484Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20432024-05-31T06:09:36.651Z Compiling buf-list v1.0.3
20442024-05-31T06:09:36.789Z Compiling indoc v1.0.9
20452024-05-31T06:09:36.877Z Compiling cfg_aliases v0.1.1
20462024-05-31T06:09:36.909Z Compiling samael v0.0.15
20472024-05-31T06:09:36.976Z Compiling nix v0.28.0
20482024-05-31T06:09:37.268Z Compiling trust-dns-server v0.22.1
20492024-05-31T06:09:37.707Z Compiling vte v0.11.1
20502024-05-31T06:09:39.466Z Compiling sled v0.34.7
20512024-05-31T06:09:39.597Z Compiling derive_builder v0.20.0
20522024-05-31T06:09:40.292Z Compiling polar-core v0.27.3
20532024-05-31T06:09:42.266Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20542024-05-31T06:09:44.163Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20552024-05-31T06:09:44.473Z Compiling const_format_proc_macros v0.2.32
20562024-05-31T06:09:44.710Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20572024-05-31T06:09:45.191Z Compiling fd-lock v4.0.2
20582024-05-31T06:09:45.411Z Compiling bb8 v0.8.3
20592024-05-31T06:09:45.597Z Compiling serde_tokenstream v0.1.7
20602024-05-31T06:09:45.948Z Compiling quick-xml v0.31.0
20612024-05-31T06:09:46.097Z Compiling oso-derive v0.27.3
20622024-05-31T06:09:46.372Z Compiling impl-trait-for-tuples v0.2.2
20632024-05-31T06:09:47.088Z Compiling pin-project-internal v1.1.3
20642024-05-31T06:09:49.843Z Compiling memoffset v0.7.1
20652024-05-31T06:09:50.018Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20662024-05-31T06:09:50.309Z Compiling pin-project v1.1.3
20672024-05-31T06:09:50.333Z Compiling const_format v0.2.32
20682024-05-31T06:09:50.448Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20692024-05-31T06:09:53.391Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20702024-05-31T06:09:55.934Z Compiling curve25519-dalek v4.1.2
20712024-05-31T06:09:56.347Z Compiling strip-ansi-escapes v0.2.0
20722024-05-31T06:10:00.111Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20732024-05-31T06:10:00.814Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20742024-05-31T06:10:05.979Z Compiling oso v0.27.3
20752024-05-31T06:10:06.893Z Compiling kstat-rs v0.2.3
20762024-05-31T06:10:07.857Z Compiling snafu-derive v0.8.2
20772024-05-31T06:10:12.986Z Compiling fs-err v2.11.0
20782024-05-31T06:10:13.327Z Compiling nu-ansi-term v0.50.0
20792024-05-31T06:10:14.618Z Compiling keccak v0.1.4
20802024-05-31T06:10:15.599Z Compiling sha3 v0.10.8
20812024-05-31T06:10:15.855Z Compiling reedline v0.31.0
20822024-05-31T06:10:16.617Z Compiling snafu v0.8.2
20832024-05-31T06:10:17.976Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20842024-05-31T06:10:25.641Z Compiling mime_guess v2.0.4
20852024-05-31T06:10:27.013Z Compiling usdt-attr-macro v0.3.5
20862024-05-31T06:10:27.428Z Compiling usdt-macro v0.3.5
20872024-05-31T06:10:28.338Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20882024-05-31T06:10:28.590Z Compiling env_logger v0.9.3
20892024-05-31T06:10:28.660Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20902024-05-31T06:10:33.377Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20912024-05-31T06:10:33.763Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20922024-05-31T06:10:34.256Z Compiling globset v0.4.13
20932024-05-31T06:10:40.388Z Compiling peg-macros v0.8.3
20942024-05-31T06:10:40.445Z Compiling olpc-cjson v0.1.3
20952024-05-31T06:10:40.762Z Compiling universal-hash v0.5.1
20962024-05-31T06:10:41.003Z Compiling secrecy v0.8.0
20972024-05-31T06:10:41.282Z Compiling bitstruct_derive v0.1.0
20982024-05-31T06:10:42.566Z Compiling serde_plain v1.0.2
20992024-05-31T06:10:42.720Z Compiling thiserror-impl-no-std v2.0.2
21002024-05-31T06:10:42.732Z Compiling nanorand v0.7.0
21012024-05-31T06:10:43.087Z Compiling curve25519-dalek-derive v0.1.0
21022024-05-31T06:10:43.496Z Compiling sqlparser_derive v0.2.2
21032024-05-31T06:10:43.890Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21042024-05-31T06:10:44.025Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21052024-05-31T06:10:44.358Z Compiling typed-path v0.7.0
21062024-05-31T06:10:44.503Z Compiling unicode_categories v0.1.1
21072024-05-31T06:10:44.560Z Compiling signature v1.6.4
21082024-05-31T06:10:44.711Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21092024-05-31T06:10:44.871Z Compiling home v0.5.5
21102024-05-31T06:10:45.047Z Compiling opaque-debug v0.3.0
21112024-05-31T06:10:45.147Z Compiling ascii v1.1.0
21122024-05-31T06:10:45.171Z Compiling salty v0.2.0
21132024-05-31T06:10:45.394Z Compiling thiserror-no-std v2.0.2
21142024-05-31T06:10:45.514Z Compiling poly1305 v0.8.0
21152024-05-31T06:10:45.620Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21162024-05-31T06:10:45.923Z Compiling rustyline v14.0.0
21172024-05-31T06:10:47.155Z Compiling tough v0.17.1
21182024-05-31T06:10:48.023Z Compiling sqlformat v0.2.3
21192024-05-31T06:10:48.125Z Compiling ed25519 v1.5.3
21202024-05-31T06:10:48.428Z Compiling sqlparser v0.45.0
21212024-05-31T06:10:56.947Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21222024-05-31T06:10:57.221Z Compiling peg v0.8.3
21232024-05-31T06:10:57.332Z Compiling flume v0.11.0
21242024-05-31T06:10:58.038Z Compiling bitstruct v0.1.1
21252024-05-31T06:10:58.160Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21262024-05-31T06:10:58.468Z Compiling usdt v0.3.5
21272024-05-31T06:10:58.933Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21282024-05-31T06:10:58.949Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21292024-05-31T06:11:00.100Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21302024-05-31T06:11:08.817Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21312024-05-31T06:11:09.161Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21322024-05-31T06:11:09.476Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-31T06:11:10.626Z Compiling chacha20 v0.9.1
21342024-05-31T06:11:11.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-31T06:11:13.397Z Compiling aead v0.5.2
21362024-05-31T06:11:13.751Z Compiling bcs v0.1.6
21372024-05-31T06:11:14.668Z Compiling serde-big-array v0.5.1
21382024-05-31T06:11:14.932Z Compiling serde_arrays v0.1.0
21392024-05-31T06:11:15.124Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21402024-05-31T06:11:15.972Z Compiling erased-serde v0.3.31
21412024-05-31T06:11:17.725Z Compiling highway v1.1.0
21422024-05-31T06:11:19.122Z Compiling parse-size v1.0.0
21432024-05-31T06:11:19.397Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21442024-05-31T06:11:19.431Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21452024-05-31T06:11:22.330Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21462024-05-31T06:11:26.079Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21472024-05-31T06:11:42.368Z Compiling chacha20poly1305 v0.10.1
21482024-05-31T06:11:42.589Z Compiling vsss-rs v3.3.4
21492024-05-31T06:11:47.077Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21502024-05-31T06:11:47.801Z Compiling signal-hook-tokio v0.3.1
21512024-05-31T06:11:48.005Z Compiling heck v0.3.3
21522024-05-31T06:11:48.374Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21532024-05-31T06:11:49.196Z Compiling castaway v0.2.2
21542024-05-31T06:11:49.368Z Compiling rand_seeder v0.2.3
21552024-05-31T06:11:49.496Z Compiling serde-big-array v0.4.1
21562024-05-31T06:11:49.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21572024-05-31T06:11:49.759Z Compiling http-range v0.1.5
21582024-05-31T06:11:50.344Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21592024-05-31T06:11:50.621Z Compiling hyper-staticfile v0.9.5
21602024-05-31T06:11:51.714Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21612024-05-31T06:11:51.961Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21622024-05-31T06:11:52.181Z Compiling compact_str v0.7.1
21632024-05-31T06:11:53.127Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21642024-05-31T06:11:53.727Z Compiling zone_cfg_derive v0.1.2
21652024-05-31T06:11:53.966Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21662024-05-31T06:12:01.884Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21672024-05-31T06:12:02.505Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21682024-05-31T06:12:09.098Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21692024-05-31T06:12:11.072Z Compiling tungstenite v0.21.0
21702024-05-31T06:12:12.073Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21712024-05-31T06:12:12.384Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21722024-05-31T06:12:12.700Z Compiling lru v0.12.1
21732024-05-31T06:12:13.081Z Compiling stability v0.2.0
21742024-05-31T06:12:14.112Z Compiling corncobs v0.1.3
21752024-05-31T06:12:14.504Z Compiling indoc v2.0.3
21762024-05-31T06:12:15.529Z Compiling base64 v0.13.1
21772024-05-31T06:12:16.277Z Compiling cassowary v0.3.0
21782024-05-31T06:12:16.407Z Compiling ron v0.7.1
21792024-05-31T06:12:20.714Z Compiling ratatui v0.26.2
21802024-05-31T06:12:22.073Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21812024-05-31T06:12:22.906Z Compiling tokio-tungstenite v0.21.0
21822024-05-31T06:12:23.494Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21832024-05-31T06:12:25.018Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21842024-05-31T06:12:25.673Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21852024-05-31T06:12:38.689Z Compiling zone v0.1.8
21862024-05-31T06:12:40.650Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21872024-05-31T06:12:49.601Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21882024-05-31T06:12:51.763Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21892024-05-31T06:12:52.625Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21902024-05-31T06:12:53.113Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21912024-05-31T06:12:53.440Z Compiling portpicker v0.1.1
21922024-05-31T06:12:54.046Z Compiling smawk v0.3.1
21932024-05-31T06:12:54.287Z Compiling unicode-linebreak v0.1.5
21942024-05-31T06:12:54.808Z Compiling textwrap v0.16.1
21952024-05-31T06:12:58.662Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21962024-05-31T06:12:59.356Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21972024-05-31T06:13:01.525Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21982024-05-31T06:13:07.935Z Compiling rcgen v0.12.1
21992024-05-31T06:13:10.672Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22002024-05-31T06:13:11.169Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22012024-05-31T06:13:11.932Z Compiling atomicwrites v0.4.3
22022024-05-31T06:13:12.493Z Compiling fatfs v0.3.6
22032024-05-31T06:13:15.392Z Compiling rtoolbox v0.0.1
22042024-05-31T06:13:15.553Z Compiling subprocess v0.2.9
22052024-05-31T06:13:15.824Z Compiling assert_matches v1.5.0
22062024-05-31T06:13:15.928Z Compiling is_ci v1.2.0
22072024-05-31T06:13:16.213Z Compiling supports-color v3.0.0
22082024-05-31T06:13:16.880Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22092024-05-31T06:13:19.072Z Compiling rpassword v7.3.1
22102024-05-31T06:13:19.498Z Compiling tui-tree-widget v0.19.0
22112024-05-31T06:13:19.901Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22122024-05-31T06:13:20.912Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22132024-05-31T06:13:23.538Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22142024-05-31T06:13:23.848Z Compiling csv-core v0.1.11
22152024-05-31T06:13:24.034Z Compiling shell-words v1.1.0
22162024-05-31T06:13:24.480Z Compiling csv v1.3.0
22172024-05-31T06:13:24.759Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22182024-05-31T06:13:26.454Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22192024-05-31T06:13:26.608Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22202024-05-31T06:13:37.275Z Compiling multimap v0.10.0
22212024-05-31T06:13:37.668Z Compiling uzers v0.11.3
22222024-05-31T06:13:40.831Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22232024-05-31T06:15:41.273Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22242024-05-31T06:16:08.186Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22252024-05-31T06:23:00.139Z Finished release [optimized] target(s) in 14m 43s
22262024-05-31T06:24:04.823Z
22272024-05-31T06:24:04.823Zreal 15:49.082489837
22282024-05-31T06:24:04.828Zuser 1:48:54.114957427
22292024-05-31T06:24:04.828Zsys 4:42.074151845
22302024-05-31T06:24:04.828Ztrap 2.534631870
22312024-05-31T06:24:04.828Ztflt 2.252606669
22322024-05-31T06:24:04.828Zdflt 3.333804180
22332024-05-31T06:24:04.828Zkflt 0.030546059
22342024-05-31T06:24:04.828Zlock 7:00:03.317497639
22352024-05-31T06:24:04.828Zslp 4:14:35.470067832
22362024-05-31T06:24:04.828Zlat 2:22.671973586
22372024-05-31T06:24:04.828Zstop 1:01.785002403
22382024-05-31T06:24:04.828Z+ ptime -m cargo build --locked --release -p xtask
22392024-05-31T06:24:05.326Z Downloading crates ...
22402024-05-31T06:24:05.382Z Downloaded cargo_metadata v0.18.1
22412024-05-31T06:24:05.389Z Downloaded cargo_toml v0.20.2
22422024-05-31T06:24:05.393Z Downloaded cargo-platform v0.1.3
22432024-05-31T06:24:05.405Z Compiling serde v1.0.201
22442024-05-31T06:24:05.408Z Compiling libc v0.2.153
22452024-05-31T06:24:05.408Z Compiling rustix v0.38.31
22462024-05-31T06:24:05.408Z Compiling bitflags v2.4.2
22472024-05-31T06:24:05.409Z Compiling hashbrown v0.14.3
22482024-05-31T06:24:05.470Z Compiling syn v2.0.60
22492024-05-31T06:24:05.478Z Compiling serde_json v1.0.116
22502024-05-31T06:24:05.522Z Compiling anyhow v1.0.82
22512024-05-31T06:24:06.700Z Compiling indexmap v2.2.6
22522024-05-31T06:24:06.952Z Compiling errno v0.3.8
22532024-05-31T06:24:07.875Z Compiling terminal_size v0.3.0
22542024-05-31T06:24:07.962Z Compiling clap_builder v4.5.2
22552024-05-31T06:24:10.097Z Compiling serde_derive v1.0.201
22562024-05-31T06:24:10.097Z Compiling thiserror-impl v1.0.59
22572024-05-31T06:24:10.100Z Compiling clap_derive v4.5.4
22582024-05-31T06:24:11.582Z Compiling thiserror v1.0.59
22592024-05-31T06:24:12.822Z Compiling clap v4.5.4
22602024-05-31T06:24:19.282Z Compiling toml_datetime v0.6.5
22612024-05-31T06:24:19.285Z Compiling serde_spanned v0.6.5
22622024-05-31T06:24:19.285Z Compiling camino v1.1.6
22632024-05-31T06:24:19.285Z Compiling semver v1.0.22
22642024-05-31T06:24:19.285Z Compiling cargo-platform v0.1.3
22652024-05-31T06:24:19.285Z Compiling macaddr v1.0.1
22662024-05-31T06:24:19.560Z Compiling toml_edit v0.22.12
22672024-05-31T06:24:20.803Z Compiling cargo_metadata v0.18.1
22682024-05-31T06:24:22.108Z Compiling toml v0.8.12
22692024-05-31T06:24:25.115Z Compiling cargo_toml v0.20.2
22702024-05-31T06:24:36.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22712024-05-31T06:24:47.750Z Finished release [optimized] target(s) in 42.87s
22722024-05-31T06:24:47.811Z
22732024-05-31T06:24:47.814Zreal 42.959932715
22742024-05-31T06:24:47.814Zuser 3:06.083339586
22752024-05-31T06:24:47.814Zsys 15.901883409
22762024-05-31T06:24:47.814Ztrap 0.061618837
22772024-05-31T06:24:47.814Ztflt 0.198911857
22782024-05-31T06:24:47.814Zdflt 0.810565861
22792024-05-31T06:24:47.815Zkflt 0.000009109
22802024-05-31T06:24:47.815Zlock 4:06.860462271
22812024-05-31T06:24:47.815Zslp 3:25.299031085
22822024-05-31T06:24:47.815Zlat 2.974695743
22832024-05-31T06:24:47.815Zstop 3.781364463
22842024-05-31T06:24:47.815Z+ 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-31T06:24:47.815Z+ 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-31T06:24:57.585ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22872024-05-31T06:24:57.585Za out/mg-ddm-gz.tar 61263K
22882024-05-31T06:24:57.585Za out/omicron-sled-agent.tar 94614K
22892024-05-31T06:24:57.585Za out/oxlog.tar 2913K
22902024-05-31T06:24:57.585Za out/pumpkind-gz.tar 26665K
22912024-05-31T06:24:57.585Za out/target/test 1K
22922024-05-31T06:24:57.585Za out/npuzone/npuzone 23144K
22932024-05-31T06:24:57.585Za package-manifest.toml 27K
22942024-05-31T06:24:57.585Za smf/sled-agent/non-gimlet/config.toml 4K
22952024-05-31T06:24:57.585Za target/release/omicron-package 31498K
22962024-05-31T06:24:57.586Za target/release/xtask 6672K
22972024-05-31T06:24:57.589Z
22982024-05-31T06:24:57.589Zreal 9.773306647
22992024-05-31T06:24:57.589Zuser 9.467041349
23002024-05-31T06:24:57.589Zsys 0.630329013
23012024-05-31T06:24:57.589Ztrap 0.000934247
23022024-05-31T06:24:57.589Ztflt 0.000000000
23032024-05-31T06:24:57.589Zdflt 0.000000000
23042024-05-31T06:24:57.589Zkflt 0.000000000
23052024-05-31T06:24:57.589Zlock 0.000000000
23062024-05-31T06:24:57.589Zslp 9.242589573
23072024-05-31T06:24:57.590Zlat 0.202694280
23082024-05-31T06:24:57.590Zstop 0.000181073
23092024-05-31T06:24:57.590Z++ pwd
23102024-05-31T06:24:57.593Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23112024-05-31T06:24:57.593Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23122024-05-31T06:24:57.593Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23132024-05-31T06:24:58.401Z Finished release [optimized] target(s) in 0.76s
23142024-05-31T06:24:58.425Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23152024-05-31T06:24:58.457ZLogging to: /work/oxidecomputer/omicron/out/LOG
23162024-05-31T06:24:58.460ZCreated new build target 'host' and set it as active
23172024-05-31T06:24:58.460Z
23182024-05-31T06:24:58.460Zreal 0.864014799
23192024-05-31T06:24:58.460Zuser 0.575183504
23202024-05-31T06:24:58.460Zsys 0.271523057
23212024-05-31T06:24:58.460Ztrap 0.000193061
23222024-05-31T06:24:58.460Ztflt 0.000008668
23232024-05-31T06:24:58.460Zdflt 0.000000000
23242024-05-31T06:24:58.460Zkflt 0.000000000
23252024-05-31T06:24:58.460Zlock 0.025410345
23262024-05-31T06:24:58.460Zslp 0.107058062
23272024-05-31T06:24:58.460Zlat 0.003604809
23282024-05-31T06:24:58.460Zstop 0.000285525
23292024-05-31T06:24:58.460Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23302024-05-31T06:24:59.258Z Finished release [optimized] target(s) in 0.74s
23312024-05-31T06:24:59.283Z Running `target/release/omicron-package -t host package`
23322024-05-31T06:24:59.318ZLogging to: /work/oxidecomputer/omicron/out/LOG
23332024-05-31T06:25:00.142Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23342024-05-31T06:27:30.691Z Finished release [optimized] target(s) in 2m 31s
23352024-05-31T06:28:06.676Z
23362024-05-31T06:28:06.679Zreal 3:08.185349587
23372024-05-31T06:28:06.679Zuser 14:21.705624486
23382024-05-31T06:28:06.679Zsys 38.996333617
23392024-05-31T06:28:06.679Ztrap 0.257846483
23402024-05-31T06:28:06.679Ztflt 0.051114591
23412024-05-31T06:28:06.679Zdflt 10.228815136
23422024-05-31T06:28:06.679Zkflt 0.338558709
23432024-05-31T06:28:06.680Zlock 1:06:36.561108075
23442024-05-31T06:28:06.680Zslp 12:41.814722911
23452024-05-31T06:28:06.680Zlat 5.716558577
23462024-05-31T06:28:06.680Zstop 2.287643488
23472024-05-31T06:28:06.680Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23482024-05-31T06:28:06.680Z+ for package in "$@"
23492024-05-31T06:28:06.680Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git73b2265ad42
23502024-05-31T06:28:07.489Z Finished release [optimized] target(s) in 0.76s
23512024-05-31T06:28:07.514Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git73b2265ad42`
23522024-05-31T06:28:07.546ZLogging to: /work/oxidecomputer/omicron/out/LOG
23532024-05-31T06:28:07.734ZCreated: out/versioned/omicron-sled-agent.tar
23542024-05-31T06:28:07.737Z+ for package in "$@"
23552024-05-31T06:28:07.737Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42
23562024-05-31T06:28:08.559Z Finished release [optimized] target(s) in 0.77s
23572024-05-31T06:28:08.585Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42`
23582024-05-31T06:28:08.616ZLogging to: /work/oxidecomputer/omicron/out/LOG
23592024-05-31T06:28:08.709ZCreated: out/versioned/mg-ddm-gz.tar
23602024-05-31T06:28:08.713Z+ for package in "$@"
23612024-05-31T06:28:08.713Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git73b2265ad42
23622024-05-31T06:28:09.536Z Finished release [optimized] target(s) in 0.77s
23632024-05-31T06:28:09.564Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git73b2265ad42`
23642024-05-31T06:28:09.595ZLogging to: /work/oxidecomputer/omicron/out/LOG
23652024-05-31T06:28:10.668ZCreated: out/versioned/propolis-server.tar.gz
23662024-05-31T06:28:10.671Z+ for package in "$@"
23672024-05-31T06:28:10.671Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git73b2265ad42
23682024-05-31T06:28:11.487Z Finished release [optimized] target(s) in 0.77s
23692024-05-31T06:28:11.512Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git73b2265ad42`
23702024-05-31T06:28:11.545ZLogging to: /work/oxidecomputer/omicron/out/LOG
23712024-05-31T06:28:11.549ZCreated: out/versioned/overlay.tar.gz
23722024-05-31T06:28:11.549Z+ for package in "$@"
23732024-05-31T06:28:11.549Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git73b2265ad42
23742024-05-31T06:28:12.339Z Finished release [optimized] target(s) in 0.74s
23752024-05-31T06:28:12.364Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git73b2265ad42`
23762024-05-31T06:28:12.398ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772024-05-31T06:28:12.407ZCreated: out/versioned/oxlog.tar
23782024-05-31T06:28:12.410Z+ for package in "$@"
23792024-05-31T06:28:12.410Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git73b2265ad42
23802024-05-31T06:28:13.204Z Finished release [optimized] target(s) in 0.74s
23812024-05-31T06:28:13.228Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git73b2265ad42`
23822024-05-31T06:28:13.261ZLogging to: /work/oxidecomputer/omicron/out/LOG
23832024-05-31T06:28:13.339ZCreated: out/versioned/pumpkind-gz.tar
23842024-05-31T06:28:13.342Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23852024-05-31T06:28:13.352Z+++ dirname -- ./tools/build-global-zone-packages.sh
23862024-05-31T06:28:13.355Z++ cd -- ./tools
23872024-05-31T06:28:13.355Z++ pwd
23882024-05-31T06:28:13.355Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23892024-05-31T06:28:13.355Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23902024-05-31T06:28:13.444Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23912024-05-31T06:28:13.448Z++ readlink -f /work
23922024-05-31T06:28:13.448Z+ out_dir=/work
23932024-05-31T06:28:13.448Z+ 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-31T06:28:13.448Z+ for dep in "${deps[@]}"
23952024-05-31T06:28:13.448Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23962024-05-31T06:28:13.448Z+ for dep in "${deps[@]}"
23972024-05-31T06:28:13.448Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23982024-05-31T06:28:13.448Z+ for dep in "${deps[@]}"
23992024-05-31T06:28:13.448Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24002024-05-31T06:28:13.448Z+ for dep in "${deps[@]}"
24012024-05-31T06:28:13.448Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24022024-05-31T06:28:13.448Z+ for dep in "${deps[@]}"
24032024-05-31T06:28:13.448Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24042024-05-31T06:28:13.448Z+ for dep in "${deps[@]}"
24052024-05-31T06:28:13.448Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24062024-05-31T06:28:13.452Z++ mktemp -d
24072024-05-31T06:28:13.452Z+ tmp_gz=/tmp/tmp.Wkaywi
24082024-05-31T06:28:13.452Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24092024-05-31T06:28:13.452Z+ echo '{"v":"1","t":"layer"}'
24102024-05-31T06:28:13.452Z+ pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/sled-agent
24112024-05-31T06:28:13.452Z+ mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/sled-agent
24122024-05-31T06:28:13.455Z+ cd /tmp/tmp.Wkaywi/root/opt/oxide/sled-agent
24132024-05-31T06:28:13.455Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24142024-05-31T06:28:13.522Zx ., 0 bytes, 0 tape blocks
24152024-05-31T06:28:13.522Zx zone-bundle, 27612776 bytes, 53932 tape blocks
24162024-05-31T06:28:13.522Zx sled-agent, 69258152 bytes, 135270 tape blocks
24172024-05-31T06:28:13.522Zx pkg, 0 bytes, 0 tape blocks
24182024-05-31T06:28:13.522Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24192024-05-31T06:28:13.522Zx pkg/README.md, 54 bytes, 1 tape blocks
24202024-05-31T06:28:13.522Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24212024-05-31T06:28:13.522Zx VERSION, 25 bytes, 1 tape blocks
24222024-05-31T06:28:13.525Z+ mkdir -p /tmp/tmp.Wkaywi/root/lib/svc/manifest/site/
24232024-05-31T06:28:13.525Z+ mv pkg/manifest.xml /tmp/tmp.Wkaywi/root/lib/svc/manifest/site/sled-agent.xml
24242024-05-31T06:28:13.526Z+ cd -
24252024-05-31T06:28:13.526Z/work/oxidecomputer/omicron
24262024-05-31T06:28:13.526Z+ pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/mg-ddm
24272024-05-31T06:28:13.526Z+ mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/mg-ddm
24282024-05-31T06:28:13.529Z+ cd /tmp/tmp.Wkaywi/root/opt/oxide/mg-ddm
24292024-05-31T06:28:13.529Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24302024-05-31T06:28:13.571Zx ., 0 bytes, 0 tape blocks
24312024-05-31T06:28:13.571Zx ddmadm, 19004984 bytes, 37120 tape blocks
24322024-05-31T06:28:13.571Zx ddmd, 43711648 bytes, 85375 tape blocks
24332024-05-31T06:28:13.571Zx pkg, 0 bytes, 0 tape blocks
24342024-05-31T06:28:13.571Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24352024-05-31T06:28:13.571Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24362024-05-31T06:28:13.571Zx pkg/mgd, 0 bytes, 0 tape blocks
24372024-05-31T06:28:13.571Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24382024-05-31T06:28:13.571Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24392024-05-31T06:28:13.571Zx pkg/ddm, 0 bytes, 0 tape blocks
24402024-05-31T06:28:13.571Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24412024-05-31T06:28:13.571Zx VERSION, 25 bytes, 1 tape blocks
24422024-05-31T06:28:13.575Z+ cd -
24432024-05-31T06:28:13.575Z/work/oxidecomputer/omicron
24442024-05-31T06:28:13.575Z+ pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/pumpkind
24452024-05-31T06:28:13.575Z+ mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/pumpkind
24462024-05-31T06:28:13.575Z+ cd /tmp/tmp.Wkaywi/root/opt/oxide/pumpkind
24472024-05-31T06:28:13.575Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24482024-05-31T06:28:13.594Zx ., 0 bytes, 0 tape blocks
24492024-05-31T06:28:13.594Zx lib, 0 bytes, 0 tape blocks
24502024-05-31T06:28:13.594Zx lib/svc, 0 bytes, 0 tape blocks
24512024-05-31T06:28:13.594Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24522024-05-31T06:28:13.594Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24532024-05-31T06:28:13.594Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24542024-05-31T06:28:13.594Zx bin, 0 bytes, 0 tape blocks
24552024-05-31T06:28:13.594Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24562024-05-31T06:28:13.594Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24572024-05-31T06:28:13.594Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24582024-05-31T06:28:13.594Zx VERSION, 25 bytes, 1 tape blocks
24592024-05-31T06:28:13.597Z+ cd -
24602024-05-31T06:28:13.597Z/work/oxidecomputer/omicron
24612024-05-31T06:28:13.597Z+ pkg_dir=/tmp/tmp.Wkaywi/root/opt/oxide/oxlog
24622024-05-31T06:28:13.597Z+ mkdir -p /tmp/tmp.Wkaywi/root/opt/oxide/oxlog
24632024-05-31T06:28:13.598Z+ cd /tmp/tmp.Wkaywi/root/opt/oxide/oxlog
24642024-05-31T06:28:13.598Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24652024-05-31T06:28:13.601Zx ., 0 bytes, 0 tape blocks
24662024-05-31T06:28:13.601Zx oxlog, 2979520 bytes, 5820 tape blocks
24672024-05-31T06:28:13.601Zx VERSION, 25 bytes, 1 tape blocks
24682024-05-31T06:28:13.601Z+ cd -
24692024-05-31T06:28:13.601Z/work/oxidecomputer/omicron
24702024-05-31T06:28:13.601Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Wkaywi/root/opt/oxide
24712024-05-31T06:28:13.692Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Wkaywi/root/opt/oxide
24722024-05-31T06:28:13.695Z+ cd /tmp/tmp.Wkaywi
24732024-05-31T06:28:13.695Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24742024-05-31T06:28:22.835ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24752024-05-31T06:28:22.835Za oxide.json 1K
24762024-05-31T06:28:22.835Za root/ 0K
24772024-05-31T06:28:22.835Za root/opt/ 0K
24782024-05-31T06:28:22.835Za root/opt/oxide/ 0K
24792024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/ 0K
24802024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/zone-bundle 26966K
24812024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/sled-agent 67635K
24822024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/pkg/ 0K
24832024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24842024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/pkg/README.md 1K
24852024-05-31T06:28:22.835Za root/opt/oxide/sled-agent/VERSION 1K
24862024-05-31T06:28:22.835Za root/opt/oxide/mg-ddm/ 0K
24872024-05-31T06:28:22.835Za root/opt/oxide/mg-ddm/ddmadm 18560K
24882024-05-31T06:28:22.835Za root/opt/oxide/mg-ddm/ddmd 42688K
24892024-05-31T06:28:22.835Za root/opt/oxide/mg-ddm/pkg/ 0K
24902024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
24912024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24922024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24932024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24942024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24952024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24962024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24972024-05-31T06:28:22.836Za root/opt/oxide/mg-ddm/VERSION 1K
24982024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/ 0K
24992024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/lib/ 0K
25002024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/lib/svc/ 0K
25012024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25022024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25032024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25042024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/bin/ 0K
25052024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25062024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
25072024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25082024-05-31T06:28:22.836Za root/opt/oxide/pumpkind/VERSION 1K
25092024-05-31T06:28:22.836Za root/opt/oxide/oxlog/ 0K
25102024-05-31T06:28:22.836Za root/opt/oxide/oxlog/oxlog 2910K
25112024-05-31T06:28:22.836Za root/opt/oxide/oxlog/VERSION 1K
25122024-05-31T06:28:22.836Za root/opt/oxide/propolis-server.tar.gz 65038K
25132024-05-31T06:28:22.837Za root/opt/oxide/overlay.tar.gz 3K
25142024-05-31T06:28:22.837Za root/lib/ 0K
25152024-05-31T06:28:22.837Za root/lib/svc/ 0K
25162024-05-31T06:28:22.837Za root/lib/svc/manifest/ 0K
25172024-05-31T06:28:22.837Za root/lib/svc/manifest/site/ 0K
25182024-05-31T06:28:22.837Za root/lib/svc/manifest/site/sled-agent.xml 3K
25192024-05-31T06:28:22.844Z+ cd /
25202024-05-31T06:28:22.844Z+ rm -rf /tmp/tmp.Wkaywi
25212024-05-31T06:28:22.864Z
25222024-05-31T06:28:22.867Zreal 9.517897316
25232024-05-31T06:28:22.867Zuser 8.861010526
25242024-05-31T06:28:22.868Zsys 0.606115498
25252024-05-31T06:28:22.868Ztrap 0.001286030
25262024-05-31T06:28:22.868Ztflt 0.000000000
25272024-05-31T06:28:22.868Zdflt 0.000000000
25282024-05-31T06:28:22.868Zkflt 0.000000000
25292024-05-31T06:28:22.868Zlock 0.000000000
25302024-05-31T06:28:22.868Zslp 18.490633513
25312024-05-31T06:28:22.868Zlat 0.195396487
25322024-05-31T06:28:22.868Zstop 0.000246316
25332024-05-31T06:28:22.868Z+ mkdir -p /work/zones
25342024-05-31T06:28:22.868Z+ 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-31T06:28:22.868Z+ 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-31T06:28:25.223Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25372024-05-31T06:28:26.105Z Finished release [optimized] target(s) in 0.82s
25382024-05-31T06:28:26.130Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25392024-05-31T06:28:26.159ZLogging to: /work/oxidecomputer/omicron/out/LOG
25402024-05-31T06:28:26.165ZCreated new build target 'recovery' and set it as active
25412024-05-31T06:28:26.165Z
25422024-05-31T06:28:26.165Zreal 0.934263747
25432024-05-31T06:28:26.165Zuser 0.605225368
25442024-05-31T06:28:26.165Zsys 0.312005630
25452024-05-31T06:28:26.165Ztrap 0.000829524
25462024-05-31T06:28:26.165Ztflt 0.000014708
25472024-05-31T06:28:26.165Zdflt 0.000003389
25482024-05-31T06:28:26.165Zkflt 0.000000000
25492024-05-31T06:28:26.165Zlock 0.025387394
25502024-05-31T06:28:26.165Zslp 0.111979623
25512024-05-31T06:28:26.165Zlat 0.005912813
25522024-05-31T06:28:26.165Zstop 0.000277284
25532024-05-31T06:28:26.165Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25542024-05-31T06:28:26.969Z Finished release [optimized] target(s) in 0.75s
25552024-05-31T06:28:26.997Z Running `target/release/omicron-package -t recovery package`
25562024-05-31T06:28:27.025ZLogging to: /work/oxidecomputer/omicron/out/LOG
25572024-05-31T06:28:27.730Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25582024-05-31T06:28:30.121Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25592024-05-31T06:28:49.375Z Finished release [optimized] target(s) in 22.29s
25602024-05-31T06:28:49.904Z
25612024-05-31T06:28:49.907Zreal 23.734567465
25622024-05-31T06:28:49.907Zuser 1:40.383283582
25632024-05-31T06:28:49.907Zsys 6.398960026
25642024-05-31T06:28:49.907Ztrap 0.071150892
25652024-05-31T06:28:49.907Ztflt 0.051245208
25662024-05-31T06:28:49.907Zdflt 0.358554975
25672024-05-31T06:28:49.907Zkflt 0.000019537
25682024-05-31T06:28:49.907Zlock 6:03.614799184
25692024-05-31T06:28:49.907Zslp 1:27.390552139
25702024-05-31T06:28:49.907Zlat 1.164250921
25712024-05-31T06:28:49.907Zstop 0.623055557
25722024-05-31T06:28:49.907Z+ stamp_packages installinator mg-ddm-gz
25732024-05-31T06:28:49.907Z+ for package in "$@"
25742024-05-31T06:28:49.907Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git73b2265ad42
25752024-05-31T06:28:50.730Z Finished release [optimized] target(s) in 0.77s
25762024-05-31T06:28:50.753Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git73b2265ad42`
25772024-05-31T06:28:50.787ZLogging to: /work/oxidecomputer/omicron/out/LOG
25782024-05-31T06:28:50.847ZCreated: out/versioned/installinator.tar
25792024-05-31T06:28:50.850Z+ for package in "$@"
25802024-05-31T06:28:50.850Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42
25812024-05-31T06:28:51.677Z Finished release [optimized] target(s) in 0.77s
25822024-05-31T06:28:51.702Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git73b2265ad42`
25832024-05-31T06:28:51.734ZLogging to: /work/oxidecomputer/omicron/out/LOG
25842024-05-31T06:28:51.822ZCreated: out/versioned/mg-ddm-gz.tar
25852024-05-31T06:28:51.826Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25862024-05-31T06:28:51.834Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25872024-05-31T06:28:51.838Z++ cd -- ./tools
25882024-05-31T06:28:51.838Z++ pwd
25892024-05-31T06:28:51.838Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25902024-05-31T06:28:51.841Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25912024-05-31T06:28:51.841Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25922024-05-31T06:28:51.841Z++ readlink -f /work
25932024-05-31T06:28:51.844Z+ out_dir=/work
25942024-05-31T06:28:51.844Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25952024-05-31T06:28:51.844Z+ for dep in "${deps[@]}"
25962024-05-31T06:28:51.844Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25972024-05-31T06:28:51.844Z+ for dep in "${deps[@]}"
25982024-05-31T06:28:51.844Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25992024-05-31T06:28:51.844Z++ mktemp -d
26002024-05-31T06:28:51.847Z+ tmp_trampoline=/tmp/tmp.NIaiBi
26012024-05-31T06:28:51.847Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26022024-05-31T06:28:51.847Z+ echo '{"v":"1","t":"layer"}'
26032024-05-31T06:28:51.847Z+ pkg_dir=/tmp/tmp.NIaiBi/root/opt/oxide/installinator
26042024-05-31T06:28:51.847Z+ mkdir -p /tmp/tmp.NIaiBi/root/opt/oxide/installinator
26052024-05-31T06:28:51.847Z+ cd /tmp/tmp.NIaiBi/root/opt/oxide/installinator
26062024-05-31T06:28:51.847Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26072024-05-31T06:28:51.877Zx ., 0 bytes, 0 tape blocks
26082024-05-31T06:28:51.877Zx installinator, 39339960 bytes, 76836 tape blocks
26092024-05-31T06:28:51.877Zx pkg, 0 bytes, 0 tape blocks
26102024-05-31T06:28:51.877Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26112024-05-31T06:28:51.877Zx VERSION, 25 bytes, 1 tape blocks
26122024-05-31T06:28:51.880Z+ mkdir -p /tmp/tmp.NIaiBi/root/lib/svc/manifest/site/
26132024-05-31T06:28:51.880Z+ mv pkg/manifest.xml /tmp/tmp.NIaiBi/root/lib/svc/manifest/site/installinator.xml
26142024-05-31T06:28:51.880Z+ cd -
26152024-05-31T06:28:51.880Z/work/oxidecomputer/omicron
26162024-05-31T06:28:51.880Z+ pkg_dir=/tmp/tmp.NIaiBi/root/opt/oxide/mg-ddm
26172024-05-31T06:28:51.880Z+ mkdir -p /tmp/tmp.NIaiBi/root/opt/oxide/mg-ddm
26182024-05-31T06:28:51.883Z+ cd /tmp/tmp.NIaiBi/root/opt/oxide/mg-ddm
26192024-05-31T06:28:51.883Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26202024-05-31T06:28:51.922Zx ., 0 bytes, 0 tape blocks
26212024-05-31T06:28:51.922Zx ddmadm, 19004984 bytes, 37120 tape blocks
26222024-05-31T06:28:51.922Zx ddmd, 43711648 bytes, 85375 tape blocks
26232024-05-31T06:28:51.922Zx pkg, 0 bytes, 0 tape blocks
26242024-05-31T06:28:51.922Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26252024-05-31T06:28:51.922Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26262024-05-31T06:28:51.923Zx pkg/mgd, 0 bytes, 0 tape blocks
26272024-05-31T06:28:51.923Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26282024-05-31T06:28:51.923Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26292024-05-31T06:28:51.923Zx pkg/ddm, 0 bytes, 0 tape blocks
26302024-05-31T06:28:51.923Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26312024-05-31T06:28:51.923Zx VERSION, 25 bytes, 1 tape blocks
26322024-05-31T06:28:51.926Z+ cd -
26332024-05-31T06:28:51.927Z/work/oxidecomputer/omicron
26342024-05-31T06:28:51.927Z+ cd /tmp/tmp.NIaiBi
26352024-05-31T06:28:51.927Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26362024-05-31T06:28:55.866ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26372024-05-31T06:28:55.866Za oxide.json 1K
26382024-05-31T06:28:55.866Za root/ 0K
26392024-05-31T06:28:55.866Za root/opt/ 0K
26402024-05-31T06:28:55.866Za root/opt/oxide/ 0K
26412024-05-31T06:28:55.866Za root/opt/oxide/installinator/ 0K
26422024-05-31T06:28:55.866Za root/opt/oxide/installinator/installinator 38418K
26432024-05-31T06:28:55.866Za root/opt/oxide/installinator/pkg/ 0K
26442024-05-31T06:28:55.866Za root/opt/oxide/installinator/VERSION 1K
26452024-05-31T06:28:55.866Za root/opt/oxide/mg-ddm/ 0K
26462024-05-31T06:28:55.866Za root/opt/oxide/mg-ddm/ddmadm 18560K
26472024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/ddmd 42688K
26482024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/ 0K
26492024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26502024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26512024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26522024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26532024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26542024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26552024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26562024-05-31T06:28:55.867Za root/opt/oxide/mg-ddm/VERSION 1K
26572024-05-31T06:28:55.867Za root/lib/ 0K
26582024-05-31T06:28:55.867Za root/lib/svc/ 0K
26592024-05-31T06:28:55.867Za root/lib/svc/manifest/ 0K
26602024-05-31T06:28:55.867Za root/lib/svc/manifest/site/ 0K
26612024-05-31T06:28:55.867Za root/lib/svc/manifest/site/installinator.xml 3K
26622024-05-31T06:28:55.871Z+ cd /
26632024-05-31T06:28:55.871Z+ rm -rf /tmp/tmp.NIaiBi
26642024-05-31T06:28:55.879Z
26652024-05-31T06:28:55.882Zreal 4.050758865
26662024-05-31T06:28:55.882Zuser 3.836396966
26672024-05-31T06:28:55.882Zsys 0.228882565
26682024-05-31T06:28:55.882Ztrap 0.000249828
26692024-05-31T06:28:55.882Ztflt 0.000000000
26702024-05-31T06:28:55.882Zdflt 0.000000000
26712024-05-31T06:28:55.882Zkflt 0.000000000
26722024-05-31T06:28:55.882Zlock 0.000000000
26732024-05-31T06:28:55.882Zslp 7.882753793
26742024-05-31T06:28:55.882Zlat 0.078597918
26752024-05-31T06:28:55.882Zstop 0.000201913
26762024-05-31T06:28:55.882Zprocess exited: duration 1678224 ms, exit code 0
 
26772024-05-31T06:28:55.895Zfound 22 output files
26782024-05-31T06:28:55.895Zuploading: /work/version.txt (26 bytes)
26792024-05-31T06:28:56.905Zuploaded: /work/version.txt
26802024-05-31T06:28:56.915Zuploading: /work/package.tar.gz (85821102 bytes)
26812024-05-31T06:29:23.967Zuploaded: /work/package.tar.gz
26822024-05-31T06:29:23.967Zuploading: /work/global-zone-packages.tar.gz (130729992 bytes)
26832024-05-31T06:29:59.714Zuploaded: /work/global-zone-packages.tar.gz
26842024-05-31T06:29:59.715Zuploading: /work/trampoline-global-zone-packages.tar.gz (34603933 bytes)
26852024-05-31T06:30:11.868Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26862024-05-31T06:30:11.868Zuploading: /work/zones/clickhouse.tar.gz (228096484 bytes)
26872024-05-31T06:31:19.272Zuploaded: /work/zones/clickhouse.tar.gz
26882024-05-31T06:31:19.272Zuploading: /work/zones/clickhouse_keeper.tar.gz (228069165 bytes)
26892024-05-31T06:32:30.023Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26902024-05-31T06:32:30.023Zuploading: /work/zones/cockroachdb.tar.gz (123592993 bytes)
26912024-05-31T06:33:12.666Zuploaded: /work/zones/cockroachdb.tar.gz
26922024-05-31T06:33:12.666Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27728586 bytes)
26932024-05-31T06:33:22.253Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26942024-05-31T06:33:22.259Zuploading: /work/zones/crucible-zone.tar.gz (38644604 bytes)
26952024-05-31T06:33:36.885Zuploaded: /work/zones/crucible-zone.tar.gz
26962024-05-31T06:33:36.885Zuploading: /work/zones/external-dns.tar.gz (25699287 bytes)
26972024-05-31T06:33:45.922Zuploaded: /work/zones/external-dns.tar.gz
26982024-05-31T06:33:45.923Zuploading: /work/zones/internal-dns.tar.gz (25698867 bytes)
26992024-05-31T06:33:54.891Zuploaded: /work/zones/internal-dns.tar.gz
27002024-05-31T06:33:54.891Zuploading: /work/zones/nexus-single-sled.tar.gz (84543294 bytes)
27012024-05-31T06:34:21.705Zuploaded: /work/zones/nexus-single-sled.tar.gz
27022024-05-31T06:34:21.705Zuploading: /work/zones/nexus.tar.gz (84555955 bytes)
27032024-05-31T06:34:54.113Zuploaded: /work/zones/nexus.tar.gz
27042024-05-31T06:34:54.113Zuploading: /work/zones/ntp.tar.gz (8920604 bytes)
27052024-05-31T06:34:57.379Zuploaded: /work/zones/ntp.tar.gz
27062024-05-31T06:34:57.379Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14671846 bytes)
27072024-05-31T06:35:02.469Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27082024-05-31T06:35:02.475Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14672054 bytes)
27092024-05-31T06:35:08.691Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27102024-05-31T06:35:08.691Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27112024-05-31T06:35:09.701Zuploaded: /work/zones/overlay.tar.gz
27122024-05-31T06:35:09.702Zuploading: /work/zones/oximeter.tar.gz (41944857 bytes)
27132024-05-31T06:35:21.528Zuploaded: /work/zones/oximeter.tar.gz
27142024-05-31T06:35:21.531Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27152024-05-31T06:35:23.839Zuploaded: /work/zones/probe.tar.gz
27162024-05-31T06:35:23.840Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27172024-05-31T06:35:44.760Zuploaded: /work/zones/propolis-server.tar.gz
27182024-05-31T06:35:44.760Zuploading: /work/zones/switch-asic.tar.gz (297486931 bytes)
27192024-05-31T06:37:27.211Zuploaded: /work/zones/switch-asic.tar.gz
27202024-05-31T06:37:27.211Zuploading: /work/zones/switch-softnpu.tar.gz (201491895 bytes)
27212024-05-31T06:38:29.579Zuploaded: /work/zones/switch-softnpu.tar.gz