01HXW29SH90WAS4MKR0T1FDF7S: 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: 01HXW2C851PJKN4EN64BSR0TZ5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T17:32:29.710Zjob assigned to worker 01HXW2HE5S69BP4QAA3J8TKT0D (queued for 3 m 53 s)
 
22024-05-14T17:32:37.592Zstarting task 0: "setup"
32024-05-14T17:32:37.651Z++ uname -s
42024-05-14T17:32:37.654Z+ kern=SunOS
52024-05-14T17:32:37.654Z+ case "$kern" in
62024-05-14T17:32:37.654Z+ groupadd -g 12345 build
72024-05-14T17:32:37.657Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T17:32:39.676Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T17:32:39.817Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T17:32:39.831Z+ home_fs=zfs
112024-05-14T17:32:39.831Z+ [[ zfs == autofs ]]
122024-05-14T17:32:39.831Z+ mkdir -p /home/build
132024-05-14T17:32:39.832Z+ chown build:build /home/build /work
142024-05-14T17:32:41.823Z+ chmod 0700 /home/build /work
152024-05-14T17:32:41.841Zprocess exited: duration 4228 ms, exit code 0
 
162024-05-14T17:32:41.878Zstarting task 1: "rust-toolchain"
172024-05-14T17:32:41.885Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T17:32:41.885Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T17:32:42.396Zinfo: downloading installer
202024-05-14T17:32:43.669Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T17:32:43.669Zwarning: /opt/ooce/bin
222024-05-14T17:32:43.669Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T17:32:43.669Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T17:32:43.670Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T17:32:43.670Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T17:32:43.670Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T17:32:43.670Zerror: cannot install while Rust is installed
282024-05-14T17:32:43.670Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T17:32:43.752Zinfo: profile set to 'default'
302024-05-14T17:32:43.752Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T17:32:43.762Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T17:32:43.884Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T17:32:43.885Zinfo: downloading component 'cargo'
342024-05-14T17:32:44.565Zinfo: downloading component 'clippy'
352024-05-14T17:32:44.813Zinfo: downloading component 'rust-docs'
362024-05-14T17:32:45.665Zinfo: downloading component 'rust-std'
372024-05-14T17:32:47.265Zinfo: downloading component 'rustc'
382024-05-14T17:32:50.933Zinfo: downloading component 'rustfmt'
392024-05-14T17:32:51.560Zinfo: installing component 'cargo'
402024-05-14T17:32:52.012Zinfo: installing component 'clippy'
412024-05-14T17:32:52.380Zinfo: installing component 'rust-docs'
422024-05-14T17:32:53.788Zinfo: installing component 'rust-std'
432024-05-14T17:32:55.731Zinfo: installing component 'rustc'
442024-05-14T17:33:00.235Zinfo: installing component 'rustfmt'
452024-05-14T17:33:00.246Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T17:33:00.246Z
472024-05-14T17:33:00.891Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T17:33:00.891Z
492024-05-14T17:33:00.902Z
502024-05-14T17:33:00.903ZRust is installed now. Great!
512024-05-14T17:33:00.903Z
522024-05-14T17:33:00.903ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T17:33:00.903Zenvironment variable. This has not been done automatically.
542024-05-14T17:33:00.903Z
552024-05-14T17:33:00.904ZTo configure your current shell, you need to source
562024-05-14T17:33:00.904Zthe corresponding env file under $HOME/.cargo.
572024-05-14T17:33:00.904Z
582024-05-14T17:33:00.904ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T17:33:00.904Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T17:33:00.905Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T17:33:00.905Z+ rustc --version
622024-05-14T17:33:00.905Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T17:33:00.905Zprocess exited: duration 18817 ms, exit code 0
 
642024-05-14T17:33:00.959Zstarting task 2: "authentication"
652024-05-14T17:33:00.996Zprocess exited: duration 47 ms, exit code 0
 
662024-05-14T17:33:01.029Zstarting task 3: "clone repository"
672024-05-14T17:33:01.040Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-14T17:33:01.041Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-14T17:33:01.406ZCloning into '/work/oxidecomputer/omicron'...
702024-05-14T17:33:07.249Z+ cd /work/oxidecomputer/omicron
712024-05-14T17:33:07.249Z+ git fetch origin 82e9fe5b10fb57c0cea50441f246794331ccb9bc
722024-05-14T17:33:07.625ZFrom https://github.com/oxidecomputer/omicron
732024-05-14T17:33:07.625Z * branch 82e9fe5b10fb57c0cea50441f246794331ccb9bc -> FETCH_HEAD
742024-05-14T17:33:07.626Z+ [[ -n john/add-previously-expunged-sled ]]
752024-05-14T17:33:07.626Z++ git branch --show-current
762024-05-14T17:33:07.626Z+ current=main
772024-05-14T17:33:07.626Z+ [[ main != john/add-previously-expunged-sled ]]
782024-05-14T17:33:07.626Z+ git branch -f john/add-previously-expunged-sled 82e9fe5b10fb57c0cea50441f246794331ccb9bc
792024-05-14T17:33:07.626Z+ git checkout -f john/add-previously-expunged-sled
802024-05-14T17:33:07.717ZSwitched to branch 'john/add-previously-expunged-sled'
812024-05-14T17:33:07.730Z+ git reset --hard 82e9fe5b10fb57c0cea50441f246794331ccb9bc
822024-05-14T17:33:07.835ZHEAD is now at 82e9fe5b1 expectorate
832024-05-14T17:33:07.850Zprocess exited: duration 6793 ms, exit code 0
 
842024-05-14T17:33:07.886Zstarting task 4: "build"
852024-05-14T17:33:07.904Z+ cargo --version
862024-05-14T17:33:07.904Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-14T17:33:08.068Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-14T17:33:08.069Zinfo: downloading component 'cargo'
892024-05-14T17:33:09.038Zinfo: downloading component 'clippy'
902024-05-14T17:33:09.361Zinfo: downloading component 'rust-docs'
912024-05-14T17:33:10.637Zinfo: downloading component 'rust-std'
922024-05-14T17:33:12.561Zinfo: downloading component 'rustc'
932024-05-14T17:33:17.615Zinfo: downloading component 'rustfmt'
942024-05-14T17:33:17.934Zinfo: installing component 'cargo'
952024-05-14T17:33:18.724Zinfo: installing component 'clippy'
962024-05-14T17:33:19.058Zinfo: installing component 'rust-docs'
972024-05-14T17:33:20.947Zinfo: installing component 'rust-std'
982024-05-14T17:33:26.631Zinfo: installing component 'rustc'
992024-05-14T17:33:26.851Zinfo: installing component 'rustfmt'
1002024-05-14T17:33:26.933Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-14T17:33:26.933Z+ rustc --version
1022024-05-14T17:33:26.933Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-14T17:33:26.933Z+ WORK=/work
1042024-05-14T17:33:26.933Z+ pfexec mkdir -p /work
1052024-05-14T17:33:26.933Z+ pfexec chown build /work
1062024-05-14T17:33:26.933Z++ git rev-parse HEAD
1072024-05-14T17:33:26.933Z+ COMMIT=82e9fe5b10fb57c0cea50441f246794331ccb9bc
1082024-05-14T17:33:26.933Z+ VERSION=8.0.0-0.ci+git82e9fe5b10f
1092024-05-14T17:33:26.933Z+ echo 8.0.0-0.ci+git82e9fe5b10f
1102024-05-14T17:33:26.933Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-14T17:33:35.447Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-14T17:33:37.208Z Startup: Caching catalogs ... Done
1132024-05-14T17:33:38.846ZPlanning: Solver setup ... Done (1.124s)
1142024-05-14T17:33:38.868ZPlanning: Running solver ... Done (0.022s)
1152024-05-14T17:33:38.905ZPlanning: Finding local manifests ... Done (0.003s)
1162024-05-14T17:33:38.944ZPlanning: Fetching manifests: 0/4 0% complete
1172024-05-14T17:33:39.312ZPlanning: Fetching manifests: 4/4 100% complete
1182024-05-14T17:33:39.363ZPlanning: Package planning ... Done (0.050s)
1192024-05-14T17:33:39.416ZPlanning: Merging actions ... Done (0.050s)
1202024-05-14T17:33:40.163ZPlanning: Checking for conflicting actions ... Done (0.746s)
1212024-05-14T17:33:40.173ZPlanning: Consolidating action changes ... Done (0.011s)
1222024-05-14T17:33:43.708ZPlanning: Evaluating mediators ... Done (3.528s)
1232024-05-14T17:33:43.716ZPlanning: Planning completed in 6.44 seconds
1242024-05-14T17:33:44.023Z Packages to install: 4
1252024-05-14T17:33:44.024Z Mediators to change: 2
1262024-05-14T17:33:44.024Z Services to change: 1
1272024-05-14T17:33:44.028Z Estimated space available: 155.31 GB
1282024-05-14T17:33:44.028ZEstimated space to be consumed: 1.45 GB
1292024-05-14T17:33:44.028Z Create boot environment: No
1302024-05-14T17:33:44.028ZCreate backup boot environment: No
1312024-05-14T17:33:44.028Z Rebuild boot archive: No
1322024-05-14T17:33:44.028Z
1332024-05-14T17:33:44.028ZChanged mediators:
1342024-05-14T17:33:44.028Z mediator clang:
1352024-05-14T17:33:44.028Z version: None -> 15 (system default)
1362024-05-14T17:33:44.028Z
1372024-05-14T17:33:44.028Z mediator llvm:
1382024-05-14T17:33:44.028Z version: 14 (system default) -> 15 (system default)
1392024-05-14T17:33:44.028Z
1402024-05-14T17:33:44.028ZChanged packages:
1412024-05-14T17:33:44.028Zhelios-dev
1422024-05-14T17:33:44.028Z developer/build-essential
1432024-05-14T17:33:44.028Z None -> 11-2.0
1442024-05-14T17:33:44.028Z library/libxmlsec1
1452024-05-14T17:33:44.028Z None -> 1.2.35-2.0
1462024-05-14T17:33:44.028Z ooce/developer/clang-15
1472024-05-14T17:33:44.028Z None -> 15.0.7-2.0
1482024-05-14T17:33:44.028Z ooce/developer/llvm-15
1492024-05-14T17:33:44.029Z None -> 15.0.7-2.0
1502024-05-14T17:33:44.029Z
1512024-05-14T17:33:44.029ZServices:
1522024-05-14T17:33:44.029Z restart_fmri:
1532024-05-14T17:33:44.029Z svc:/system/update-man-index:default
1542024-05-14T17:33:44.150Z
1552024-05-14T17:33:44.150ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-05-14T17:33:50.269ZDownload: 212/3290 items 1.3/212.6MB 0% complete (641k/s)
1572024-05-14T17:33:55.259ZDownload: 1629/3290 items 117.2/212.6MB 55% complete (11.7M/s)
1582024-05-14T17:34:00.947ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (14.7M/s)
1592024-05-14T17:34:09.631ZDownload: 2743/3290 items 120.8/212.6MB 56% complete (322k/s)
1602024-05-14T17:34:11.246ZDownload: 3246/3290 items 203.0/212.6MB 95% complete (8.9M/s)
1612024-05-14T17:34:14.441ZDownload: Completed 212.60 MB in 30.27 seconds (7.0M/s)
1622024-05-14T17:34:14.604Z Actions: 1/3689 actions (Installing new actions)
1632024-05-14T17:34:19.856Z Actions: 3683/3689 actions (Installing new actions)
1642024-05-14T17:34:19.903Z Actions: Completed 3689 actions in 5.31 seconds.
1652024-05-14T17:34:20.566Z Done (0.232s)
1662024-05-14T17:34:20.566Z Done (0.000s)
1672024-05-14T17:34:20.572Z Done (0.290s)
1682024-05-14T17:34:25.997Z Done (5.394s)
1692024-05-14T17:34:26.184Z Done (0.131s)
1702024-05-14T17:34:26.189Z Done (0.000s)
1712024-05-14T17:34:26.355Z Done (0.000s)
1722024-05-14T17:34:26.959ZPlanning: Evaluating mediator changes ... Done
1732024-05-14T17:34:27.089ZPlanning: Checking for conflicting actions ... Done
1742024-05-14T17:34:27.116ZPlanning: Consolidating action changes ... Done
1752024-05-14T17:34:27.379ZPlanning: Evaluating mediators ... Done
1762024-05-14T17:34:27.388ZPlanning: Planning completed in 0.44 seconds
1772024-05-14T17:34:27.405Z Mediators to change: 2
1782024-05-14T17:34:27.405Z Create boot environment: No
1792024-05-14T17:34:27.406ZCreate backup boot environment: No
1802024-05-14T17:34:27.496Z Done
1812024-05-14T17:34:27.497Z Done
1822024-05-14T17:34:27.971Z Done
1832024-05-14T17:34:31.444Z Done
1842024-05-14T17:34:31.538Z Done
1852024-05-14T17:34:31.553Z Done
1862024-05-14T17:34:31.646Z Done
1872024-05-14T17:34:32.297ZPlanning: Evaluating mediator changes ... Done
1882024-05-14T17:34:32.319ZPlanning: Merging actions ... Done
1892024-05-14T17:34:32.474ZPlanning: Checking for conflicting actions ... Done
1902024-05-14T17:34:32.477ZPlanning: Consolidating action changes ... Done
1912024-05-14T17:34:32.747ZPlanning: Evaluating mediators ... Done
1922024-05-14T17:34:32.807ZPlanning: Planning completed in 0.78 seconds
1932024-05-14T17:34:32.842Z Packages to change: 1
1942024-05-14T17:34:32.842Z Mediators to change: 1
1952024-05-14T17:34:32.851Z Services to change: 1
1962024-05-14T17:34:32.852Z Create boot environment: No
1972024-05-14T17:34:32.852ZCreate backup boot environment: Yes
1982024-05-14T17:34:34.816Z Actions: 1/6 actions (Updating modified actions)
1992024-05-14T17:34:34.877Z Actions: Completed 6 actions in 0.06 seconds.
2002024-05-14T17:34:34.883Z Done
2012024-05-14T17:34:34.883Z Done
2022024-05-14T17:34:34.952Z Done
2032024-05-14T17:34:38.680Z Done
2042024-05-14T17:34:38.757Z Done
2052024-05-14T17:34:38.761Z Done
2062024-05-14T17:34:38.868Z Done
2072024-05-14T17:34:39.318ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-05-14T17:34:39.318Zclang system 15 system
2092024-05-14T17:34:39.318Zcsh system system illumos
2102024-05-14T17:34:39.318Zctags system system illumos
2112024-05-14T17:34:39.318Zgcc vendor 12 vendor
2122024-05-14T17:34:39.319Zgcc system 10 system
2132024-05-14T17:34:39.319Zgcc system 7 system
2142024-05-14T17:34:39.319Zgo system 1.20 system
2152024-05-14T17:34:39.319Zgo system 1.19 system
2162024-05-14T17:34:39.319Zllvm system 15 system
2172024-05-14T17:34:39.319Zllvm system 14 system
2182024-05-14T17:34:39.319Zmariadb system 10.6 system
2192024-05-14T17:34:39.319Zmta vendor vendor dma
2202024-05-14T17:34:39.319Zopenjdk system 17 system
2212024-05-14T17:34:39.319Zopenjdk system 11 system
2222024-05-14T17:34:39.319Zopenjdk system 1.8 system
2232024-05-14T17:34:39.319Zopenssl vendor 3 vendor
2242024-05-14T17:34:39.319Zperl system 5.36 system
2252024-05-14T17:34:39.320Zpostgresql system 15 system
2262024-05-14T17:34:39.320Zpostgresql system 13 system
2272024-05-14T17:34:39.320Zpython vendor 3 vendor
2282024-05-14T17:34:39.320Zpython system 2 system
2292024-05-14T17:34:39.320Zpython3 system 3.11 system
2302024-05-14T17:34:39.320Zruby system 3.0 system
2312024-05-14T17:34:39.320Zwords vendor vendor american-english
2322024-05-14T17:34:39.320Zwords system system australian-english
2332024-05-14T17:34:39.320Zwords system system british-english
2342024-05-14T17:34:39.320Zwords system system canadian-english
2352024-05-14T17:34:39.320Zwords system system french
2362024-05-14T17:34:39.320Zwords system system italian
2372024-05-14T17:34:39.320Zwords system system ngerman
2382024-05-14T17:34:39.321Zwords system system ogerman
2392024-05-14T17:34:39.321Zwords system system spanish
2402024-05-14T17:34:39.654ZPUBLISHER TYPE STATUS P LOCATION
2412024-05-14T17:34:39.655Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-05-14T17:34:41.088ZFMRI IFO
2432024-05-14T17:34:41.088Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-05-14T17:34:41.088Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-05-14T17:34:41.089Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-05-14T17:34:41.089Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-05-14T17:34:41.089Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-05-14T17:34:41.089Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-05-14T17:34:41.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-05-14T17:34:41.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-05-14T17:34:41.089Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-05-14T17:34:41.089Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-05-14T17:34:41.089Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-05-14T17:34:41.089Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-05-14T17:34:41.372Z+ set -o errexit
2562024-05-14T17:34:41.376Z+++ dirname ./tools/ci_download_cockroachdb
2572024-05-14T17:34:41.376Z++ cd ./tools
2582024-05-14T17:34:41.376Z++ pwd
2592024-05-14T17:34:41.376Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602024-05-14T17:34:41.382Z++ basename ./tools/ci_download_cockroachdb
2612024-05-14T17:34:41.382Z+ ARG0=ci_download_cockroachdb
2622024-05-14T17:34:41.382Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632024-05-14T17:34:41.382Z+ CIDL_VERSION=v22.1.9
2642024-05-14T17:34:41.383Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652024-05-14T17:34:41.383Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2662024-05-14T17:34:41.383Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2672024-05-14T17:34:41.383Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-05-14T17:34:41.383Z+ TARGET_DIR=out
2692024-05-14T17:34:41.383Z+ DOWNLOAD_DIR=out/downloads
2702024-05-14T17:34:41.383Z+ DEST_DIR=./out/cockroachdb
2712024-05-14T17:34:41.383Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722024-05-14T17:34:41.383Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732024-05-14T17:34:41.384Z+ main
2742024-05-14T17:34:41.384Z+ [[ 0 != 0 ]]
2752024-05-14T17:34:41.384Z+ CIDL_OS=solaris2.11
2762024-05-14T17:34:41.384Z+ [[ 0 != 0 ]]
2772024-05-14T17:34:41.384Z+ configure_os solaris2.11
2782024-05-14T17:34:41.384Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792024-05-14T17:34:41.384Zcurrent directory: /work/oxidecomputer/omicron
2802024-05-14T17:34:41.384Z+ echo 'configuring based on OS: "solaris2.11"'
2812024-05-14T17:34:41.385Z+ case "$1" in
2822024-05-14T17:34:41.385Zconfiguring based on OS: "solaris2.11"
2832024-05-14T17:34:41.385Z+ CIDL_BUILD=illumos
2842024-05-14T17:34:41.385Z+ CIDL_SUFFIX=tar.gz
2852024-05-14T17:34:41.385Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-05-14T17:34:41.385Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-05-14T17:34:41.385Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-05-14T17:34:41.385Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-05-14T17:34:41.385Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-05-14T17:34:41.385Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-14T17:34:41.385Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2922024-05-14T17:34:41.386Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-14T17:34:41.386Z+ CIDL_SHA256FUNC=do_sha256sum
2942024-05-14T17:34:41.386Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-05-14T17:34:41.386ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-14T17:34:41.386ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-14T17:34:41.386Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2982024-05-14T17:34:41.386Z+ mkdir -p out/downloads
2992024-05-14T17:34:41.399Z+ mkdir -p ./out/cockroachdb
3002024-05-14T17:34:41.399Z+ local DO_DOWNLOAD=true
3012024-05-14T17:34:41.399Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022024-05-14T17:34:41.399Z+ '[' true == true ']'
3032024-05-14T17:34:41.399Z+ echo Downloading...
3042024-05-14T17:34:41.399ZDownloading...
3052024-05-14T17:34:41.399Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-14T17:34:41.399Z+ 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
3072024-05-14T17:34:47.157Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-14T17:34:47.163Z++ sha256sum
3092024-05-14T17:34:47.163Z++ awk '{print $1}'
3102024-05-14T17:34:47.164Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-05-14T17:34:47.164Z+ [[ 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 ]]
3122024-05-14T17:34:47.164Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-14T17:34:47.164Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142024-05-14T17:34:49.114Z+ do_assemble_illumos
3152024-05-14T17:34:49.114Z+ rm -r ./out/cockroachdb
3162024-05-14T17:34:49.161Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172024-05-14T17:34:49.415Z+ ./out/cockroachdb/bin/cockroach version
3182024-05-14T17:34:49.589ZBuild Tag: v22.1.9-dirty
3192024-05-14T17:34:49.589ZBuild Time: 2022/10/26 21:17:46
3202024-05-14T17:34:49.590ZDistribution: OSS
3212024-05-14T17:34:49.590ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222024-05-14T17:34:49.590ZGo Version: go1.17.13
3232024-05-14T17:34:49.590ZC Compiler: gcc 10.3.0
3242024-05-14T17:34:49.590ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252024-05-14T17:34:49.590ZBuild Type: release
3262024-05-14T17:34:49.623Z+ set -o errexit
3272024-05-14T17:34:49.641Z+++ dirname ./tools/ci_download_clickhouse
3282024-05-14T17:34:49.641Z++ cd ./tools
3292024-05-14T17:34:49.641Z++ pwd
3302024-05-14T17:34:49.641Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312024-05-14T17:34:49.641Z++ basename ./tools/ci_download_clickhouse
3322024-05-14T17:34:49.641Z+ ARG0=ci_download_clickhouse
3332024-05-14T17:34:49.641Z+ TARGET_DIR=out
3342024-05-14T17:34:49.642Z+ DOWNLOAD_DIR=out/downloads
3352024-05-14T17:34:49.642Z+ DEST_DIR=./out/clickhouse
3362024-05-14T17:34:49.642Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3372024-05-14T17:34:49.642Z+ CIDL_VERSION=v23.8.7.24
3382024-05-14T17:34:49.642Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392024-05-14T17:34:49.642Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3402024-05-14T17:34:49.642Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3412024-05-14T17:34:49.642Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3422024-05-14T17:34:49.642Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432024-05-14T17:34:49.642Z+ main
3442024-05-14T17:34:49.642Z+ [[ 0 != 0 ]]
3452024-05-14T17:34:49.642Z+ CIDL_OS=solaris2.11
3462024-05-14T17:34:49.642Z+ [[ 0 != 0 ]]
3472024-05-14T17:34:49.642Z+ configure_os solaris2.11
3482024-05-14T17:34:49.643Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492024-05-14T17:34:49.643Zcurrent directory: /work/oxidecomputer/omicron
3502024-05-14T17:34:49.643Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-05-14T17:34:49.643Z+ CIDL_DASHREV=
3522024-05-14T17:34:49.643Z+ case "$1" in
3532024-05-14T17:34:49.643Z+ CIDL_PLATFORM=illumos
3542024-05-14T17:34:49.643Zconfiguring based on OS: "solaris2.11"
3552024-05-14T17:34:49.643Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3562024-05-14T17:34:49.643Z+ CIDL_MD5FUNC=do_md5sum
3572024-05-14T17:34:49.643Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3582024-05-14T17:34:49.643Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-14T17:34:49.643Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-14T17:34:49.643Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-14T17:34:49.643Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-05-14T17:34:49.644ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-14T17:34:49.644Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3642024-05-14T17:34:49.644Z+ mkdir -p out/downloads
3652024-05-14T17:34:49.644ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-14T17:34:49.644Z+ mkdir -p ./out/clickhouse
3672024-05-14T17:34:49.644Z+ local DO_DOWNLOAD=true
3682024-05-14T17:34:49.644Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3692024-05-14T17:34:49.644Z+ '[' true == true ']'
3702024-05-14T17:34:49.644Z+ echo Downloading...
3712024-05-14T17:34:49.644ZDownloading...
3722024-05-14T17:34:49.644Z+ 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
3732024-05-14T17:34:49.644Z+ 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
3742024-05-14T17:34:51.210Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-14T17:34:51.218Z++ md5sum
3762024-05-14T17:34:51.218Z++ awk '{print $1}'
3772024-05-14T17:34:51.481Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3782024-05-14T17:34:51.481Z+ [[ 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 ]]
3792024-05-14T17:34:51.507Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3802024-05-14T17:34:51.507Z+ mkdir -p ./out/clickhouse
3812024-05-14T17:34:51.508Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3822024-05-14T17:34:55.337Z+ [[ solaris2.11 == darwin* ]]
3832024-05-14T17:34:55.338Z+ ./out/clickhouse/clickhouse server --version
3842024-05-14T17:34:55.941ZClickHouse server version 23.8.7.1.
3852024-05-14T17:34:56.023Z+ set -o errexit
3862024-05-14T17:34:56.024Z+++ dirname ./tools/ci_download_console
3872024-05-14T17:34:56.024Z++ cd ./tools
3882024-05-14T17:34:56.024Z++ pwd
3892024-05-14T17:34:56.025Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902024-05-14T17:34:56.025Z++ basename ./tools/ci_download_console
3912024-05-14T17:34:56.025Z+ ARG0=ci_download_console
3922024-05-14T17:34:56.025Z+ TARGET_DIR=out
3932024-05-14T17:34:56.026Z+ DOWNLOAD_DIR=out/downloads
3942024-05-14T17:34:56.026Z+ DEST_DIR=./out/console-assets
3952024-05-14T17:34:56.026Z+ source /work/oxidecomputer/omicron/tools/console_version
3962024-05-14T17:34:56.026Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3972024-05-14T17:34:56.027Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3982024-05-14T17:34:56.027Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3992024-05-14T17:34:56.027Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002024-05-14T17:34:56.027Z+ main
4012024-05-14T17:34:56.027Z+ [[ 0 != 0 ]]
4022024-05-14T17:34:56.028Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4032024-05-14T17:34:56.028ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4042024-05-14T17:34:56.028Z+ echo 'Local file: out/downloads/console.tar.gz'
4052024-05-14T17:34:56.028Z+ local DO_DOWNLOAD=true
4062024-05-14T17:34:56.028ZLocal file: out/downloads/console.tar.gz
4072024-05-14T17:34:56.028Z+ [[ -f out/downloads/console.tar.gz ]]
4082024-05-14T17:34:56.029Z+ mkdir -p out/downloads
4092024-05-14T17:34:56.029Z+ '[' true == true ']'
4102024-05-14T17:34:56.029Z+ echo Downloading...
4112024-05-14T17:34:56.029ZDownloading...
4122024-05-14T17:34:56.029Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4132024-05-14T17:34:56.029Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4142024-05-14T17:34:56.218Z++ do_sha256sum out/downloads/console.tar.gz
4152024-05-14T17:34:56.219Z++ case "$OSTYPE" in
4162024-05-14T17:34:56.275Z++ SHA=sha256sum
4172024-05-14T17:34:56.275Z++ sha256sum
4182024-05-14T17:34:56.275Z++ awk '{print $1}'
4192024-05-14T17:34:56.275Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4202024-05-14T17:34:56.279Z+ [[ 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 ]]
4212024-05-14T17:34:56.280Z+ rm -rf ./out/console-assets
4222024-05-14T17:34:56.280Z+ mkdir -p ./out/console-assets
4232024-05-14T17:34:56.280Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242024-05-14T17:34:56.280Z+ mkdir -p ./out/console-assets
4252024-05-14T17:34:56.280Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262024-05-14T17:34:56.331Z+ set -o errexit
4272024-05-14T17:34:56.331Z+++ dirname ./tools/ci_download_dendrite_openapi
4282024-05-14T17:34:56.332Z++ cd ./tools
4292024-05-14T17:34:56.332Z++ pwd
4302024-05-14T17:34:56.332Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312024-05-14T17:34:56.332Z++ basename ./tools/ci_download_dendrite_openapi
4322024-05-14T17:34:56.332Z+ ARG0=ci_download_dendrite_openapi
4332024-05-14T17:34:56.332Z+ TARGET_DIR=out
4342024-05-14T17:34:56.332Z+ DOWNLOAD_DIR=out/downloads
4352024-05-14T17:34:56.332Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4362024-05-14T17:34:56.332Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4372024-05-14T17:34:56.361Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4382024-05-14T17:34:56.361Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4392024-05-14T17:34:56.361Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4402024-05-14T17:34:56.361Z+ main
4412024-05-14T17:34:56.361Z+ [[ 0 != 0 ]]
4422024-05-14T17:34:56.361Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4432024-05-14T17:34:56.361ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4442024-05-14T17:34:56.362ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4452024-05-14T17:34:56.362Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4462024-05-14T17:34:56.362Z+ local DO_DOWNLOAD=true
4472024-05-14T17:34:56.362Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4482024-05-14T17:34:56.362Z+ mkdir -p out/downloads
4492024-05-14T17:34:56.362Z+ '[' true == true ']'
4502024-05-14T17:34:56.362Z+ echo Downloading...
4512024-05-14T17:34:56.362ZDownloading...
4522024-05-14T17:34:56.363Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4532024-05-14T17:34:56.363Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4542024-05-14T17:34:57.062Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4552024-05-14T17:34:57.062Z++ case "$OSTYPE" in
4562024-05-14T17:34:57.063Z++ SHA=sha256sum
4572024-05-14T17:34:57.093Z++ sha256sum
4582024-05-14T17:34:57.093Z++ awk '{print $1}'
4592024-05-14T17:34:57.093Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4602024-05-14T17:34:57.094Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4612024-05-14T17:34:57.094Z+ set -o errexit
4622024-05-14T17:34:57.094Z+++ dirname ./tools/ci_download_dendrite_stub
4632024-05-14T17:34:57.094Z++ cd ./tools
4642024-05-14T17:34:57.094Z++ pwd
4652024-05-14T17:34:57.094Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662024-05-14T17:34:57.094Z++ basename ./tools/ci_download_dendrite_stub
4672024-05-14T17:34:57.094Z+ ARG0=ci_download_dendrite_stub
4682024-05-14T17:34:57.094Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4692024-05-14T17:34:57.094Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4702024-05-14T17:34:57.094Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4712024-05-14T17:34:57.094Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4722024-05-14T17:34:57.095Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-05-14T17:34:57.095Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4742024-05-14T17:34:57.095Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4752024-05-14T17:34:57.095Z+ TARGET_DIR=out
4762024-05-14T17:34:57.095Z+ DOWNLOAD_DIR=out/downloads
4772024-05-14T17:34:57.095Z+ DEST_DIR=./out/dendrite-stub
4782024-05-14T17:34:57.095Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4792024-05-14T17:34:57.095Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4802024-05-14T17:34:57.095Z+ REPO=oxidecomputer/dendrite
4812024-05-14T17:34:57.095Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4822024-05-14T17:34:57.095Z+ main
4832024-05-14T17:34:57.095Z+ [[ 0 != 0 ]]
4842024-05-14T17:34:57.095Z+ CIDL_OS=solaris2.11
4852024-05-14T17:34:57.096Z+ [[ 0 != 0 ]]
4862024-05-14T17:34:57.096Z+ configure_os solaris2.11
4872024-05-14T17:34:57.096Z+ echo 'current directory: /work/oxidecomputer/omicron'
4882024-05-14T17:34:57.096Zcurrent directory: /work/oxidecomputer/omicron
4892024-05-14T17:34:57.096Z+ echo 'configuring based on OS: "solaris2.11"'
4902024-05-14T17:34:57.096Zconfiguring based on OS: "solaris2.11"
4912024-05-14T17:34:57.096Z+ case "$1" in
4922024-05-14T17:34:57.096Z+ SET_BINARIES=
4932024-05-14T17:34:57.096Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4942024-05-14T17:34:57.096Z+ CIDL_SHA256FUNC=do_sha256sum
4952024-05-14T17:34:57.097Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4962024-05-14T17:34:57.097Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4972024-05-14T17:34:57.097Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4982024-05-14T17:34:57.097Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4992024-05-14T17:34:57.097Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5002024-05-14T17:34:57.097ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5012024-05-14T17:34:57.125ZLocal file: out/downloads/dendrite-stub.tar.gz
5022024-05-14T17:34:57.125Z+ mkdir -p out/downloads
5032024-05-14T17:34:57.125Z+ mkdir -p ./out/dendrite-stub
5042024-05-14T17:34:57.125Z+ fetch_and_verify
5052024-05-14T17:34:57.125Z+ local DO_DOWNLOAD=true
5062024-05-14T17:34:57.125Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5072024-05-14T17:34:57.125Z+ '[' true == true ']'
5082024-05-14T17:34:57.126Z+ echo Downloading...
5092024-05-14T17:34:57.126ZDownloading...
5102024-05-14T17:34:57.126Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5112024-05-14T17:34:57.126Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5122024-05-14T17:35:15.814Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5132024-05-14T17:35:15.823Z++ sha256sum
5142024-05-14T17:35:15.824Z++ awk '{print $1}'
5152024-05-14T17:35:15.840Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5162024-05-14T17:35:15.840Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5172024-05-14T17:35:15.840Z+ do_untar out/downloads/dendrite-stub.tar.gz
5182024-05-14T17:35:15.841Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5192024-05-14T17:35:16.465Z+ do_assemble
5202024-05-14T17:35:16.465Z+ rm -r ./out/dendrite-stub
5212024-05-14T17:35:16.471Z+ mkdir ./out/dendrite-stub
5222024-05-14T17:35:16.471Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5232024-05-14T17:35:16.566Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5242024-05-14T17:35:16.586Z+ set -o errexit
5252024-05-14T17:35:16.587Z+++ dirname ./tools/ci_download_maghemite_mgd
5262024-05-14T17:35:16.587Z++ cd ./tools
5272024-05-14T17:35:16.587Z++ pwd
5282024-05-14T17:35:16.588Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-05-14T17:35:16.588Z++ basename ./tools/ci_download_maghemite_mgd
5302024-05-14T17:35:16.588Z+ ARG0=ci_download_maghemite_mgd
5312024-05-14T17:35:16.588Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5322024-05-14T17:35:16.588Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5332024-05-14T17:35:16.589Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5342024-05-14T17:35:16.589Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5352024-05-14T17:35:16.589Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5362024-05-14T17:35:16.589Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5372024-05-14T17:35:16.590Z+ TARGET_DIR=out
5382024-05-14T17:35:16.592Z+ DOWNLOAD_DIR=out/downloads
5392024-05-14T17:35:16.592Z+ DEST_DIR=./out/mgd
5402024-05-14T17:35:16.592Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5412024-05-14T17:35:16.592Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422024-05-14T17:35:16.593Z+ REPO=oxidecomputer/maghemite
5432024-05-14T17:35:16.593Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5442024-05-14T17:35:16.593Z+ main
5452024-05-14T17:35:16.594Z+ rm -rf out/downloads/root
5462024-05-14T17:35:16.594Z+ [[ 0 != 0 ]]
5472024-05-14T17:35:16.594Z+ CIDL_OS=solaris2.11
5482024-05-14T17:35:16.595Z+ [[ 0 != 0 ]]
5492024-05-14T17:35:16.595Z+ configure_os solaris2.11
5502024-05-14T17:35:16.595Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512024-05-14T17:35:16.596Zcurrent directory: /work/oxidecomputer/omicron
5522024-05-14T17:35:16.596Z+ echo 'configuring based on OS: "solaris2.11"'
5532024-05-14T17:35:16.596Zconfiguring based on OS: "solaris2.11"
5542024-05-14T17:35:16.596Z+ case "$1" in
5552024-05-14T17:35:16.597Z+ SET_BINARIES=
5562024-05-14T17:35:16.598Z+ CIDL_SHA256FUNC=do_sha256sum
5572024-05-14T17:35:16.598Z+ TARBALL_FILENAME=mgd.tar.gz
5582024-05-14T17:35:16.599Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5592024-05-14T17:35:16.599Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5602024-05-14T17:35:16.599Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5612024-05-14T17:35:16.600ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5622024-05-14T17:35:16.600Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5632024-05-14T17:35:16.600Z+ mkdir -p out/downloads
5642024-05-14T17:35:16.601ZLocal file: out/downloads/mgd.tar.gz
5652024-05-14T17:35:16.601Z+ mkdir -p ./out/mgd
5662024-05-14T17:35:16.601Z+ fetch_and_verify
5672024-05-14T17:35:16.602Z+ local DO_DOWNLOAD=true
5682024-05-14T17:35:16.602Z+ [[ -f out/downloads/mgd.tar.gz ]]
5692024-05-14T17:35:16.602Z+ '[' true == true ']'
5702024-05-14T17:35:16.602Z+ echo Downloading...
5712024-05-14T17:35:16.603ZDownloading...
5722024-05-14T17:35:16.603Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5732024-05-14T17:35:16.603Z+ 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
5742024-05-14T17:35:37.691Z++ do_sha256sum out/downloads/mgd.tar.gz
5752024-05-14T17:35:37.699Z++ sha256sum
5762024-05-14T17:35:37.699Z++ awk '{print $1}'
5772024-05-14T17:35:37.713Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5782024-05-14T17:35:37.723Z+ [[ 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 ]]
5792024-05-14T17:35:37.723Z+ do_untar out/downloads/mgd.tar.gz
5802024-05-14T17:35:37.723Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5812024-05-14T17:35:38.294Z+ do_assemble
5822024-05-14T17:35:38.294Z+ rm -r ./out/mgd
5832024-05-14T17:35:38.304Z+ mkdir ./out/mgd
5842024-05-14T17:35:38.305Z+ cp -r out/downloads/root ./out/mgd/root
5852024-05-14T17:35:38.398Z+ set -o errexit
5862024-05-14T17:35:38.420Z+++ dirname ./tools/ci_download_transceiver_control
5872024-05-14T17:35:38.420Z++ cd ./tools
5882024-05-14T17:35:38.420Z++ pwd
5892024-05-14T17:35:38.421Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-05-14T17:35:38.421Z++ basename ./tools/ci_download_transceiver_control
5912024-05-14T17:35:38.421Z+ ARG0=ci_download_transceiver_control
5922024-05-14T17:35:38.422Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5932024-05-14T17:35:38.422Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5942024-05-14T17:35:38.422Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5952024-05-14T17:35:38.422Z+ TARGET_DIR=out
5962024-05-14T17:35:38.423Z+ DOWNLOAD_DIR=out/downloads
5972024-05-14T17:35:38.423Z+ DEST_DIR=./out/transceiver-control
5982024-05-14T17:35:38.423Z+ BIN_DIR=/opt/oxide/bin
5992024-05-14T17:35:38.423Z+ BINARY=xcvradm
6002024-05-14T17:35:38.424Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6012024-05-14T17:35:38.424Z+ REPO=oxidecomputer/transceiver-control
6022024-05-14T17:35:38.424Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6032024-05-14T17:35:38.425Z+ main
6042024-05-14T17:35:38.425Z+ [[ 0 != 0 ]]
6052024-05-14T17:35:38.425Z+ CIDL_OS=solaris2.11
6062024-05-14T17:35:38.425Z+ [[ 0 != 0 ]]
6072024-05-14T17:35:38.425Z+ configure_os solaris2.11
6082024-05-14T17:35:38.426Z+ echo 'current directory: /work/oxidecomputer/omicron'
6092024-05-14T17:35:38.426Zcurrent directory: /work/oxidecomputer/omicron
6102024-05-14T17:35:38.431Z+ echo 'configuring based on OS: "solaris2.11"'
6112024-05-14T17:35:38.431Z+ case "$1" in
6122024-05-14T17:35:38.431Zconfiguring based on OS: "solaris2.11"
6132024-05-14T17:35:38.431Z+ SET_BINARIES=
6142024-05-14T17:35:38.432Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6152024-05-14T17:35:38.432Z+ CIDL_SHA256FUNC=do_sha256sum
6162024-05-14T17:35:38.432Z+ ARCHIVE_FILENAME=xcvradm.gz
6172024-05-14T17:35:38.432Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6182024-05-14T17:35:38.432Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6192024-05-14T17:35:38.432Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6202024-05-14T17:35:38.433Z+ echo 'Local file: out/downloads/xcvradm.gz'
6212024-05-14T17:35:38.433ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6222024-05-14T17:35:38.433ZLocal file: out/downloads/xcvradm.gz
6232024-05-14T17:35:38.433Z+ mkdir -p out/downloads
6242024-05-14T17:35:38.433Z+ mkdir -p ./out/transceiver-control
6252024-05-14T17:35:38.433Z+ fetch_and_verify
6262024-05-14T17:35:38.434Z+ local DO_DOWNLOAD=true
6272024-05-14T17:35:38.434Z+ [[ -f out/downloads/xcvradm.gz ]]
6282024-05-14T17:35:38.434Z+ '[' true == true ']'
6292024-05-14T17:35:38.434Z+ echo Downloading...
6302024-05-14T17:35:38.435ZDownloading...
6312024-05-14T17:35:38.435Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6322024-05-14T17:35:38.435Z+ 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
6332024-05-14T17:35:41.704Z++ do_sha256sum out/downloads/xcvradm.gz
6342024-05-14T17:35:41.709Z++ sha256sum
6352024-05-14T17:35:41.709Z++ awk '{print $1}'
6362024-05-14T17:35:41.716Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372024-05-14T17:35:41.716Z+ [[ 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 ]]
6382024-05-14T17:35:41.716Z+ do_unpack out/downloads/xcvradm.gz
6392024-05-14T17:35:41.716Z+ mkdir -p out/downloads/root//opt/oxide/bin
6402024-05-14T17:35:41.716Z+ gzip -dc out/downloads/xcvradm.gz
6412024-05-14T17:35:41.839Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6422024-05-14T17:35:41.866Z+ do_assemble
6432024-05-14T17:35:41.866Z+ rm -r ./out/transceiver-control
6442024-05-14T17:35:41.867Z+ mkdir ./out/transceiver-control
6452024-05-14T17:35:41.867Z+ cp -r out/downloads/root ./out/transceiver-control/root
6462024-05-14T17:35:41.942Z+ set -o errexit
6472024-05-14T17:35:41.954Z+++ dirname ./tools/ci_download_thundermuffin
6482024-05-14T17:35:41.954Z++ cd ./tools
6492024-05-14T17:35:41.954Z++ pwd
6502024-05-14T17:35:41.954Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-05-14T17:35:41.954Z++ basename ./tools/ci_download_thundermuffin
6522024-05-14T17:35:41.954Z+ ARG0=ci_download_thundermuffin
6532024-05-14T17:35:41.954Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6542024-05-14T17:35:41.954Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6552024-05-14T17:35:41.954Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6562024-05-14T17:35:41.954Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6572024-05-14T17:35:41.954Z+ TARGET_DIR=out
6582024-05-14T17:35:41.955Z+ DOWNLOAD_DIR=out/downloads
6592024-05-14T17:35:41.955Z+ DEST_DIR=./out/thundermuffin
6602024-05-14T17:35:41.955Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6612024-05-14T17:35:41.955Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-05-14T17:35:41.955Z+ REPO=oxidecomputer/thundermuffin
6632024-05-14T17:35:41.955Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6642024-05-14T17:35:41.955Z+ main
6652024-05-14T17:35:41.955Z+ rm -rf out/downloads/root
6662024-05-14T17:35:41.955Z+ [[ 0 != 0 ]]
6672024-05-14T17:35:41.955Z+ CIDL_OS=solaris2.11
6682024-05-14T17:35:41.955Z+ [[ 0 != 0 ]]
6692024-05-14T17:35:41.955Z+ configure_os solaris2.11
6702024-05-14T17:35:41.955Z+ echo 'current directory: /work/oxidecomputer/omicron'
6712024-05-14T17:35:41.955Zcurrent directory: /work/oxidecomputer/omicron
6722024-05-14T17:35:41.955Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-05-14T17:35:41.956Z+ case "$1" in
6742024-05-14T17:35:41.956Zconfiguring based on OS: "solaris2.11"
6752024-05-14T17:35:41.956Z+ SET_BINARIES=
6762024-05-14T17:35:41.956Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-05-14T17:35:41.956Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6782024-05-14T17:35:41.956Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6792024-05-14T17:35:41.956Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6802024-05-14T17:35:41.956Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6812024-05-14T17:35:41.956ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6822024-05-14T17:35:41.956ZLocal file: out/downloads/thundermuffin.tar.gz
6832024-05-14T17:35:41.956Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6842024-05-14T17:35:41.957Z+ mkdir -p out/downloads
6852024-05-14T17:35:41.968Z+ mkdir -p ./out/thundermuffin
6862024-05-14T17:35:41.968Z+ fetch_and_verify
6872024-05-14T17:35:41.968Z+ local DO_DOWNLOAD=true
6882024-05-14T17:35:41.968Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6892024-05-14T17:35:41.968Z+ '[' true == true ']'
6902024-05-14T17:35:41.968Z+ echo Downloading...
6912024-05-14T17:35:41.969ZDownloading...
6922024-05-14T17:35:41.969Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6932024-05-14T17:35:41.969Z+ 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
6942024-05-14T17:35:43.042Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6952024-05-14T17:35:43.049Z++ sha256sum
6962024-05-14T17:35:43.049Z++ awk '{print $1}'
6972024-05-14T17:35:43.054Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6982024-05-14T17:35:43.054Z+ [[ 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 ]]
6992024-05-14T17:35:43.054Z+ do_untar out/downloads/thundermuffin.tar.gz
7002024-05-14T17:35:43.054Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7012024-05-14T17:35:43.114Z+ do_assemble
7022024-05-14T17:35:43.114Z+ rm -r ./out/thundermuffin
7032024-05-14T17:35:43.117Z+ mkdir ./out/thundermuffin
7042024-05-14T17:35:43.121Z+ cp -r out/downloads/root ./out/thundermuffin/root
7052024-05-14T17:35:43.129ZAll prerequisites installed successfully
7062024-05-14T17:35:43.134Z
7072024-05-14T17:35:43.134Zreal 2:16.303262236
7082024-05-14T17:35:43.134Zuser 37.853215537
7092024-05-14T17:35:43.134Zsys 7.026207248
7102024-05-14T17:35:43.135Ztrap 0.009859583
7112024-05-14T17:35:43.135Ztflt 0.148526501
7122024-05-14T17:35:43.135Zdflt 0.281263853
7132024-05-14T17:35:43.135Zkflt 0.115534426
7142024-05-14T17:35:43.135Zlock 1.409111491
7152024-05-14T17:35:43.135Zslp 4:55.771356222
7162024-05-14T17:35:43.136Zlat 1.977629181
7172024-05-14T17:35:43.136Zstop 0.167186474
7182024-05-14T17:35:43.136Z+ ptime -m ./tools/ci_download_softnpu_machinery
7192024-05-14T17:35:43.141Zfetching npuzone
7202024-05-14T17:35:43.147ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7212024-05-14T17:35:43.147Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7222024-05-14T17:35:43.148ZGetting hash for npuzone
7232024-05-14T17:35:43.711Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7242024-05-14T17:35:52.890Znpuzone downloaded successfully
7252024-05-14T17:35:53.035Z
7262024-05-14T17:35:53.035Zreal 8.561928239
7272024-05-14T17:35:53.035Zuser 0.266774027
7282024-05-14T17:35:53.035Zsys 0.097148584
7292024-05-14T17:35:53.036Ztrap 0.000024689
7302024-05-14T17:35:53.036Ztflt 0.000000000
7312024-05-14T17:35:53.036Zdflt 0.000000000
7322024-05-14T17:35:53.036Zkflt 0.000000000
7332024-05-14T17:35:53.036Zlock 0.000000000
7342024-05-14T17:35:53.037Zslp 25.227441899
7352024-05-14T17:35:53.037Zlat 0.062615792
7362024-05-14T17:35:53.037Zstop 0.000176199
7372024-05-14T17:35:53.037Z+ export CARGO_INCREMENTAL=0
7382024-05-14T17:35:53.038Z+ CARGO_INCREMENTAL=0
7392024-05-14T17:35:53.038Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7402024-05-14T17:35:53.038Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7412024-05-14T17:35:53.039Z Updating git repository `https://github.com/oxidecomputer/zone`
7422024-05-14T17:35:53.039Z Updating crates.io index
7432024-05-14T17:35:53.132Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7442024-05-14T17:35:53.471Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7452024-05-14T17:35:54.179Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7462024-05-14T17:35:56.351Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7472024-05-14T17:35:56.843Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7482024-05-14T17:35:57.142Z Updating git repository `https://github.com/oxidecomputer/propolis`
7492024-05-14T17:35:58.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
7502024-05-14T17:36:00.150Z Updating git repository `https://github.com/oxidecomputer/opte`
7512024-05-14T17:36:01.310Z Updating git repository `https://github.com/oxidecomputer/falcon`
7522024-05-14T17:36:01.997Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7532024-05-14T17:36:02.390Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7542024-05-14T17:36:03.077Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7552024-05-14T17:36:03.417Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7562024-05-14T17:36:03.744Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7572024-05-14T17:36:04.138Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7582024-05-14T17:36:04.593Z Updating git repository `http://github.com/oxidecomputer/tofino`
7592024-05-14T17:36:04.908Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7602024-05-14T17:36:05.157Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7612024-05-14T17:36:05.449Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7622024-05-14T17:36:05.774Z Updating git repository `https://github.com/oxidecomputer/ispf`
7632024-05-14T17:36:06.200Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7642024-05-14T17:36:06.496Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7652024-05-14T17:36:07.177Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7662024-05-14T17:36:07.531Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7672024-05-14T17:36:08.259Z Updating git repository `https://github.com/jgallagher/nix`
7682024-05-14T17:36:08.918Z Updating git repository `https://github.com/cbiffle/hubpack`
7692024-05-14T17:36:09.311Z Updating git repository `https://github.com/oxidecomputer/typify`
7702024-05-14T17:36:11.391Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7712024-05-14T17:36:11.809Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7722024-05-14T17:36:12.095Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7732024-05-14T17:36:12.568Z Updating git repository `https://github.com/oxidecomputer/rfb`
7742024-05-14T17:36:13.781Z Downloading crates ...
7752024-05-14T17:36:13.870Z Downloaded anstyle-query v1.0.0
7762024-05-14T17:36:13.886Z Downloaded addr2line v0.21.0
7772024-05-14T17:36:13.891Z Downloaded anstream v0.6.11
7782024-05-14T17:36:13.891Z Downloaded anstyle v1.0.7
7792024-05-14T17:36:13.913Z Downloaded adler v1.0.2
7802024-05-14T17:36:13.918Z Downloaded aead v0.5.2
7812024-05-14T17:36:13.918Z Downloaded async-recursion v1.1.1
7822024-05-14T17:36:13.918Z Downloaded anstyle-parse v0.2.1
7832024-05-14T17:36:13.918Z Downloaded assert_matches v1.5.0
7842024-05-14T17:36:13.918Z Downloaded ident_case v1.0.1
7852024-05-14T17:36:13.918Z Downloaded ahash v0.8.8
7862024-05-14T17:36:13.923Z Downloaded highway v1.1.0
7872024-05-14T17:36:13.923Z Downloaded atomicwrites v0.4.3
7882024-05-14T17:36:13.928Z Downloaded allocator-api2 v0.2.16
7892024-05-14T17:36:13.938Z Downloaded crossbeam-utils v0.8.19
7902024-05-14T17:36:13.938Z Downloaded hex v0.4.3
7912024-05-14T17:36:14.361Z Downloaded bb8 v0.8.3
7922024-05-14T17:36:14.361Z Downloaded autocfg v1.1.0
7932024-05-14T17:36:14.361Z Downloaded async-stream v0.3.5
7942024-05-14T17:36:14.361Z Downloaded iana-time-zone v0.1.57
7952024-05-14T17:36:14.362Z Downloaded atty v0.2.14
7962024-05-14T17:36:14.362Z Downloaded async-stream-impl v0.3.5
7972024-05-14T17:36:14.362Z Downloaded ascii v1.1.0
7982024-05-14T17:36:14.362Z Downloaded arrayvec v0.7.4
7992024-05-14T17:36:14.386Z Downloaded array-init v0.0.4
8002024-05-14T17:36:14.386Z Downloaded atomic-waker v1.1.1
8012024-05-14T17:36:14.386Z Downloaded ascii-canvas v3.0.0
8022024-05-14T17:36:14.386Z Downloaded arrayref v0.3.7
8032024-05-14T17:36:14.386Z Downloaded indexmap v2.2.6
8042024-05-14T17:36:14.386Z Downloaded base16ct v0.2.0
8052024-05-14T17:36:14.387Z Downloaded instant v0.1.12
8062024-05-14T17:36:14.387Z Downloaded httpdate v1.0.3
8072024-05-14T17:36:14.387Z Downloaded maybe-uninit v2.0.0
8082024-05-14T17:36:14.387Z Downloaded base64ct v1.6.0
8092024-05-14T17:36:14.387Z Downloaded hostname v0.4.0
8102024-05-14T17:36:14.387Z Downloaded hostname v0.3.1
8112024-05-14T17:36:14.387Z Downloaded hubpack_derive v0.1.1
8122024-05-14T17:36:14.388Z Downloaded hmac v0.12.1
8132024-05-14T17:36:14.388Z Downloaded newline-converter v0.3.0
8142024-05-14T17:36:14.388Z Downloaded bitstruct_derive v0.1.0
8152024-05-14T17:36:14.388Z Downloaded bitstruct v0.1.1
8162024-05-14T17:36:14.388Z Downloaded itoa v1.0.9
8172024-05-14T17:36:14.388Z Downloaded is-terminal v0.4.9
8182024-05-14T17:36:14.388Z Downloaded hyper-tls v0.5.0
8192024-05-14T17:36:14.389Z Downloaded colorchoice v1.0.0
8202024-05-14T17:36:14.389Z Downloaded new_debug_unreachable v1.0.4
8212024-05-14T17:36:14.389Z Downloaded argon2 v0.5.3
8222024-05-14T17:36:14.389Z Downloaded cfg_aliases v0.1.1
8232024-05-14T17:36:14.389Z Downloaded arc-swap v1.6.0
8242024-05-14T17:36:14.389Z Downloaded indoc v2.0.3
8252024-05-14T17:36:14.389Z Downloaded nanorand v0.7.0
8262024-05-14T17:36:14.390Z Downloaded multimap v0.10.0
8272024-05-14T17:36:14.390Z Downloaded inout v0.1.3
8282024-05-14T17:36:14.390Z Downloaded hubpack v0.1.2
8292024-05-14T17:36:14.390Z Downloaded bit-set v0.5.3
8302024-05-14T17:36:14.390Z Downloaded match_cfg v0.1.0
8312024-05-14T17:36:14.391Z Downloaded ciborium-io v0.2.2
8322024-05-14T17:36:14.391Z Downloaded bcs v0.1.6
8332024-05-14T17:36:14.391Z Downloaded impl-trait-for-tuples v0.2.2
8342024-05-14T17:36:14.391Z Downloaded matches v0.1.10
8352024-05-14T17:36:14.391Z Downloaded humantime v2.1.0
8362024-05-14T17:36:14.391Z Downloaded nodrop v0.1.14
8372024-05-14T17:36:14.391Z Downloaded newtype_derive v0.1.6
8382024-05-14T17:36:14.392Z Downloaded is_ci v1.2.0
8392024-05-14T17:36:14.392Z Downloaded http-range v0.1.5
8402024-05-14T17:36:14.392Z Downloaded heck v0.4.1
8412024-05-14T17:36:14.392Z Downloaded heck v0.5.0
8422024-05-14T17:36:14.392Z Downloaded async-trait v0.1.80
8432024-05-14T17:36:14.392Z Downloaded num-conv v0.1.0
8442024-05-14T17:36:14.392Z Downloaded normalize-line-endings v0.3.0
8452024-05-14T17:36:14.393Z Downloaded anyhow v1.0.83
8462024-05-14T17:36:14.393Z Downloaded convert_case v0.4.0
8472024-05-14T17:36:14.393Z Downloaded md-5 v0.10.5
8482024-05-14T17:36:14.393Z Downloaded hyper-staticfile v0.9.5
8492024-05-14T17:36:14.393Z Downloaded bytecount v0.6.3
8502024-05-14T17:36:14.394Z Downloaded ipnetwork v0.20.0
8512024-05-14T17:36:14.394Z Downloaded mime v0.3.17
8522024-05-14T17:36:14.394Z Downloaded linked-hash-map v0.5.6
8532024-05-14T17:36:14.394Z Downloaded maplit v1.0.2
8542024-05-14T17:36:14.395Z Downloaded backoff v0.4.0
8552024-05-14T17:36:14.395Z Downloaded cobs v0.2.3
8562024-05-14T17:36:14.395Z Downloaded hyper-rustls v0.24.2
8572024-05-14T17:36:14.395Z Downloaded termtree v0.4.1
8582024-05-14T17:36:14.395Z Downloaded num-derive v0.4.0
8592024-05-14T17:36:14.396Z Downloaded try-lock v0.2.4
8602024-05-14T17:36:14.396Z Downloaded cexpr v0.6.0
8612024-05-14T17:36:14.396Z Downloaded cfg-if v1.0.0
8622024-05-14T17:36:14.396Z Downloaded block-buffer v0.10.4
8632024-05-14T17:36:14.396Z Downloaded usdt-attr-macro v0.5.0
8642024-05-14T17:36:14.397Z Downloaded base64 v0.13.1
8652024-05-14T17:36:14.397Z Downloaded memoffset v0.7.1
8662024-05-14T17:36:14.397Z Downloaded libsw v3.3.1
8672024-05-14T17:36:14.397Z Downloaded bit-vec v0.6.3
8682024-05-14T17:36:14.398Z Downloaded http-body v0.4.5
8692024-05-14T17:36:14.398Z Downloaded ciborium-ll v0.2.2
8702024-05-14T17:36:14.398Z Downloaded kstat-rs v0.2.3
8712024-05-14T17:36:14.398Z Downloaded lru-cache v0.1.2
8722024-05-14T17:36:14.398Z Downloaded lazycell v1.3.0
8732024-05-14T17:36:14.398Z Downloaded camino-tempfile v1.1.1
8742024-05-14T17:36:14.398Z Downloaded libefi-sys v0.1.0
8752024-05-14T17:36:14.398Z Downloaded cpufeatures v0.2.12
8762024-05-14T17:36:14.399Z Downloaded tinyvec_macros v0.1.1
8772024-05-14T17:36:14.399Z Downloaded nibble_vec v0.1.0
8782024-05-14T17:36:14.399Z Downloaded newtype-uuid v1.1.0
8792024-05-14T17:36:14.399Z Downloaded mockall v0.12.1
8802024-05-14T17:36:14.399Z Downloaded lalrpop-util v0.19.12
8812024-05-14T17:36:14.399Z Downloaded crc-catalog v2.2.0
8822024-05-14T17:36:14.399Z Downloaded crc v3.0.1
8832024-05-14T17:36:14.399Z Downloaded memmap v0.7.0
8842024-05-14T17:36:14.400Z Downloaded num v0.4.3
8852024-05-14T17:36:14.400Z Downloaded linear-map v1.2.0
8862024-05-14T17:36:14.400Z Downloaded macaddr v1.0.1
8872024-05-14T17:36:14.400Z Downloaded lazy_static v1.4.0
8882024-05-14T17:36:14.400Z Downloaded crossbeam-deque v0.8.3
8892024-05-14T17:36:14.400Z Downloaded scheduled-thread-pool v0.2.7
8902024-05-14T17:36:14.400Z Downloaded serde_urlencoded v0.7.1
8912024-05-14T17:36:14.400Z Downloaded indicatif v0.17.8
8922024-05-14T17:36:14.400Z Downloaded semver v0.1.20
8932024-05-14T17:36:14.400Z Downloaded rustversion v1.0.14
8942024-05-14T17:36:14.400Z Downloaded dtrace-parser v0.1.14
8952024-05-14T17:36:14.400Z Downloaded downcast v0.11.0
8962024-05-14T17:36:14.400Z Downloaded signal-hook-tokio v0.3.1
8972024-05-14T17:36:14.400Z Downloaded signal-hook-registry v1.4.1
8982024-05-14T17:36:14.400Z Downloaded shell-words v1.1.0
8992024-05-14T17:36:14.419Z Downloaded serde_plain v1.0.2
9002024-05-14T17:36:14.419Z Downloaded generic-array v0.14.7
9012024-05-14T17:36:14.419Z Downloaded ciborium v0.2.2
9022024-05-14T17:36:14.419Z Downloaded termios v0.3.3
9032024-05-14T17:36:14.419Z Downloaded static_assertions v1.1.0
9042024-05-14T17:36:14.419Z Downloaded slog-bunyan v2.5.0
9052024-05-14T17:36:14.419Z Downloaded slog-async v2.8.0
9062024-05-14T17:36:14.420Z Downloaded tui-tree-widget v0.19.0
9072024-05-14T17:36:14.420Z Downloaded bitflags v2.4.2
9082024-05-14T17:36:14.420Z Downloaded foreign-types-shared v0.1.1
9092024-05-14T17:36:14.420Z Downloaded mime_guess v2.0.4
9102024-05-14T17:36:14.420Z Downloaded memmap2 v0.7.1
9112024-05-14T17:36:14.420Z Downloaded subtle v2.5.0
9122024-05-14T17:36:14.420Z Downloaded structmeta-derive v0.3.0
9132024-05-14T17:36:14.420Z Downloaded camino v1.1.6
9142024-05-14T17:36:14.420Z Downloaded multer v3.1.0
9152024-05-14T17:36:14.420Z Downloaded lru v0.12.1
9162024-05-14T17:36:14.420Z Downloaded libloading v0.7.4
9172024-05-14T17:36:14.420Z Downloaded phf_shared v0.10.0
9182024-05-14T17:36:14.420Z Downloaded opaque-debug v0.3.0
9192024-05-14T17:36:14.421Z Downloaded peg-runtime v0.8.3
9202024-05-14T17:36:14.421Z Downloaded portpicker v0.1.1
9212024-05-14T17:36:14.421Z Downloaded num-complex v0.4.6
9222024-05-14T17:36:14.421Z Downloaded managed v0.8.0
9232024-05-14T17:36:14.421Z Downloaded cookie_store v0.20.0
9242024-05-14T17:36:14.421Z Downloaded native-tls v0.2.11
9252024-05-14T17:36:14.421Z Downloaded zeroize_derive v1.4.2
9262024-05-14T17:36:14.421Z Downloaded wyz v0.5.1
9272024-05-14T17:36:14.421Z Downloaded uzers v0.11.3
9282024-05-14T17:36:14.421Z Downloaded utf8parse v0.2.1
9292024-05-14T17:36:14.421Z Downloaded deranged v0.3.11
9302024-05-14T17:36:14.421Z Downloaded tiny-keccak v2.0.2
9312024-05-14T17:36:14.421Z Downloaded serde-big-array v0.5.1
9322024-05-14T17:36:14.421Z Downloaded nu-ansi-term v0.50.0
9332024-05-14T17:36:14.421Z Downloaded take_mut v0.2.2
9342024-05-14T17:36:14.421Z Downloaded corncobs v0.1.3
9352024-05-14T17:36:14.421Z Downloaded log v0.4.21
9362024-05-14T17:36:14.422Z Downloaded bitflags v1.3.2
9372024-05-14T17:36:14.422Z Downloaded strsim v0.10.0
9382024-05-14T17:36:14.422Z Downloaded ipnet v2.9.0
9392024-05-14T17:36:14.422Z Downloaded futures-task v0.3.30
9402024-05-14T17:36:14.422Z Downloaded httparse v1.8.0
9412024-05-14T17:36:14.422Z Downloaded sigpipe v0.1.3
9422024-05-14T17:36:14.422Z Downloaded dof v0.3.0
9432024-05-14T17:36:14.422Z Downloaded cookie v0.18.1
9442024-05-14T17:36:14.422Z Downloaded blake2 v0.10.6
9452024-05-14T17:36:14.422Z Downloaded base64 v0.21.7
9462024-05-14T17:36:14.422Z Downloaded sync_wrapper v0.1.2
9472024-05-14T17:36:14.422Z Downloaded aho-corasick v1.1.2
9482024-05-14T17:36:14.423Z Downloaded mockall_derive v0.12.1
9492024-05-14T17:36:14.423Z Downloaded filetime v0.2.23
9502024-05-14T17:36:14.423Z Downloaded parse-display v0.9.0
9512024-05-14T17:36:14.423Z Downloaded num-iter v0.1.45
9522024-05-14T17:36:14.423Z Downloaded lock_api v0.4.10
9532024-05-14T17:36:14.423Z Downloaded cookie v0.17.0
9542024-05-14T17:36:14.423Z Downloaded phf_shared v0.11.2
9552024-05-14T17:36:14.423Z Downloaded vte_generate_state_changes v0.1.1
9562024-05-14T17:36:14.423Z Downloaded crc32fast v1.3.2
9572024-05-14T17:36:14.423Z Downloaded defmt-parser v0.3.3
9582024-05-14T17:36:14.423Z Downloaded cancel-safe-futures v0.1.5
9592024-05-14T17:36:14.423Z Downloaded diesel_table_macro_syntax v0.1.0
9602024-05-14T17:36:14.423Z Downloaded derive_builder_macro v0.20.0
9612024-05-14T17:36:14.423Z Downloaded fxhash v0.2.1
9622024-05-14T17:36:14.423Z Downloaded curve25519-dalek-derive v0.1.0
9632024-05-14T17:36:14.423Z Downloaded serde-hex v0.1.0
9642024-05-14T17:36:14.423Z Downloaded phf v0.11.2
9652024-05-14T17:36:14.423Z Downloaded rustc-demangle v0.1.23
9662024-05-14T17:36:14.424Z Downloaded derive_builder v0.20.0
9672024-05-14T17:36:14.424Z Downloaded number_prefix v0.4.0
9682024-05-14T17:36:14.424Z Downloaded crc-any v2.4.3
9692024-05-14T17:36:14.424Z Downloaded pretty-hex v0.4.1
9702024-05-14T17:36:14.424Z Downloaded parse-size v1.0.0
9712024-05-14T17:36:14.424Z Downloaded num_threads v0.1.6
9722024-05-14T17:36:14.424Z Downloaded rand_xorshift v0.3.0
9732024-05-14T17:36:14.424Z Downloaded rand_seeder v0.2.3
9742024-05-14T17:36:14.424Z Downloaded schemars v0.8.17
9752024-05-14T17:36:14.424Z Downloaded universal-hash v0.5.1
9762024-05-14T17:36:14.424Z Downloaded env_logger v0.10.0
9772024-05-14T17:36:14.424Z Downloaded parking_lot_core v0.9.8
9782024-05-14T17:36:14.424Z Downloaded num-rational v0.4.2
9792024-05-14T17:36:14.424Z Downloaded signature v2.1.0
9802024-05-14T17:36:14.424Z Downloaded scroll_derive v0.12.0
9812024-05-14T17:36:14.424Z Downloaded pretty-hex v0.2.1
9822024-05-14T17:36:14.425Z Downloaded uuid v1.8.0
9832024-05-14T17:36:14.425Z Downloaded toml v0.7.8
9842024-05-14T17:36:14.425Z Downloaded tabled_derive v0.7.0
9852024-05-14T17:36:14.425Z Downloaded synstructure v0.12.6
9862024-05-14T17:36:14.425Z Downloaded stability v0.2.0
9872024-05-14T17:36:14.425Z Downloaded miniz_oxide v0.7.1
9882024-05-14T17:36:14.425Z Downloaded stable_deref_trait v1.2.0
9892024-05-14T17:36:14.425Z Downloaded base64 v0.22.1
9902024-05-14T17:36:14.425Z Downloaded subprocess v0.2.9
9912024-05-14T17:36:14.425Z Downloaded wait-timeout v0.2.0
9922024-05-14T17:36:14.425Z Downloaded version_check v0.9.4
9932024-05-14T17:36:14.425Z Downloaded clang-sys v1.6.1
9942024-05-14T17:36:14.425Z Downloaded defmt-macros v0.3.6
9952024-05-14T17:36:14.425Z Downloaded defmt v0.3.5
9962024-05-14T17:36:14.425Z Downloaded toolchain_find v0.4.0
9972024-05-14T17:36:14.425Z Downloaded zeroize v1.7.0
9982024-05-14T17:36:14.425Z Downloaded poly1305 v0.8.0
9992024-05-14T17:36:14.456Z Downloaded crucible-workspace-hack v0.1.0
10002024-05-14T17:36:14.457Z Downloaded num_enum v0.5.11
10012024-05-14T17:36:14.457Z Downloaded parse-display-derive v0.9.0
10022024-05-14T17:36:14.457Z Downloaded quote v1.0.36
10032024-05-14T17:36:14.457Z Downloaded ref-cast v1.0.22
10042024-05-14T17:36:14.457Z Downloaded signature v1.6.4
10052024-05-14T17:36:14.457Z Downloaded secrecy v0.8.0
10062024-05-14T17:36:14.458Z Downloaded sec1 v0.7.3
10072024-05-14T17:36:14.458Z Downloaded openssl-probe v0.1.5
10082024-05-14T17:36:14.458Z Downloaded tokio-rustls v0.25.0
10092024-05-14T17:36:14.458Z Downloaded tokio-rustls v0.24.1
10102024-05-14T17:36:14.458Z Downloaded rustls-pemfile v1.0.3
10112024-05-14T17:36:14.458Z Downloaded clap v4.5.4
10122024-05-14T17:36:14.458Z Downloaded peeking_take_while v0.1.2
10132024-05-14T17:36:14.459Z Downloaded sqlparser_derive v0.2.2
10142024-05-14T17:36:14.459Z Downloaded spki v0.7.2
10152024-05-14T17:36:14.459Z Downloaded path-slash v0.1.5
10162024-05-14T17:36:14.459Z Downloaded sha1 v0.10.6
10172024-05-14T17:36:14.459Z Downloaded tracing-attributes v0.1.27
10182024-05-14T17:36:14.459Z Downloaded scroll v0.12.0
10192024-05-14T17:36:14.459Z Downloaded rpassword v7.3.1
10202024-05-14T17:36:14.459Z Downloaded predicates-tree v1.0.9
10212024-05-14T17:36:14.459Z Downloaded sqlformat v0.2.3
10222024-05-14T17:36:14.459Z Downloaded http v1.0.0
10232024-05-14T17:36:14.459Z Downloaded vsss-rs v3.3.4
10242024-05-14T17:36:14.459Z Downloaded strsim v0.11.0
10252024-05-14T17:36:14.459Z Downloaded crunchy v0.2.2
10262024-05-14T17:36:14.459Z Downloaded zerocopy v0.3.0
10272024-05-14T17:36:14.459Z Downloaded which v4.4.0
10282024-05-14T17:36:14.459Z Downloaded derive_builder_core v0.20.0
10292024-05-14T17:36:14.460Z Downloaded strip-ansi-escapes v0.2.0
10302024-05-14T17:36:14.460Z Downloaded stringprep v0.1.3
10312024-05-14T17:36:14.460Z Downloaded tar v0.4.40
10322024-05-14T17:36:14.460Z Downloaded omicron-zone-package v0.11.0
10332024-05-14T17:36:14.460Z Downloaded debug-ignore v1.0.5
10342024-05-14T17:36:14.460Z Downloaded unsafe-libyaml v0.2.10
10352024-05-14T17:36:14.460Z Downloaded usdt v0.5.0
10362024-05-14T17:36:14.460Z Downloaded usdt v0.3.5
10372024-05-14T17:36:14.460Z Downloaded derive-where v1.2.7
10382024-05-14T17:36:14.461Z Downloaded globset v0.4.13
10392024-05-14T17:36:14.461Z Downloaded slog-stdlog v4.1.1
10402024-05-14T17:36:14.461Z Downloaded fastrand v2.0.1
10412024-05-14T17:36:14.461Z Downloaded ena v0.14.2
10422024-05-14T17:36:14.461Z Downloaded foreign-types v0.3.2
10432024-05-14T17:36:14.461Z Downloaded endian-type v0.1.2
10442024-05-14T17:36:14.461Z Downloaded dyn-clone v1.0.17
10452024-05-14T17:36:14.461Z Downloaded cstr-argument v0.1.2
10462024-05-14T17:36:14.461Z Downloaded pest_derive v2.7.6
10472024-05-14T17:36:14.461Z Downloaded float-cmp v0.9.0
10482024-05-14T17:36:14.461Z Downloaded flagset v0.4.3
10492024-05-14T17:36:14.461Z Downloaded futures-sink v0.3.30
10502024-05-14T17:36:14.461Z Downloaded peg v0.8.3
10512024-05-14T17:36:14.483Z Downloaded trust-dns-server v0.22.1
10522024-05-14T17:36:14.483Z Downloaded precomputed-hash v0.1.1
10532024-05-14T17:36:14.483Z Downloaded snafu v0.8.2
10542024-05-14T17:36:14.483Z Downloaded vte v0.11.1
10552024-05-14T17:36:14.483Z Downloaded proc-macro-error v1.0.4
10562024-05-14T17:36:14.483Z Downloaded yasna v0.5.2
10572024-05-14T17:36:14.483Z Downloaded quick-error v1.2.3
10582024-05-14T17:36:14.483Z Downloaded time-macros v0.2.17
10592024-05-14T17:36:14.484Z Downloaded rustc-hash v1.1.0
10602024-05-14T17:36:14.484Z Downloaded unarray v0.1.4
10612024-05-14T17:36:14.484Z Downloaded toml_datetime v0.6.5
10622024-05-14T17:36:14.484Z Downloaded rustc_version v0.4.0
10632024-05-14T17:36:14.484Z Downloaded rtoolbox v0.0.1
10642024-05-14T17:36:14.484Z Downloaded crypto-bigint v0.5.2
10652024-05-14T17:36:14.498Z Downloaded structmeta v0.3.0
10662024-05-14T17:36:14.498Z Downloaded rusty-fork v0.3.0
10672024-05-14T17:36:14.498Z Downloaded crossbeam-channel v0.5.8
10682024-05-14T17:36:14.516Z Downloaded want v0.3.1
10692024-05-14T17:36:14.516Z Downloaded enum-as-inner v0.5.1
10702024-05-14T17:36:14.517Z Downloaded getrandom v0.2.12
10712024-05-14T17:36:14.517Z Downloaded futures-executor v0.3.30
10722024-05-14T17:36:14.517Z Downloaded waitgroup v0.1.2
10732024-05-14T17:36:14.517Z Downloaded crypto-common v0.1.6
10742024-05-14T17:36:14.518Z Downloaded gethostname v0.4.3
10752024-05-14T17:36:14.535Z Downloaded foreign-types v0.5.0
10762024-05-14T17:36:14.535Z Downloaded tracing-core v0.1.32
10772024-05-14T17:36:14.535Z Downloaded futures-macro v0.3.30
10782024-05-14T17:36:14.536Z Downloaded serde_derive v1.0.201
10792024-05-14T17:36:14.536Z Downloaded tungstenite v0.20.1
10802024-05-14T17:36:14.536Z Downloaded minimal-lexical v0.2.1
10812024-05-14T17:36:14.537Z Downloaded xattr v1.0.1
10822024-05-14T17:36:14.537Z Downloaded olpc-cjson v0.1.3
10832024-05-14T17:36:14.548Z Downloaded time-core v0.1.2
10842024-05-14T17:36:14.549Z Downloaded peg-macros v0.8.3
10852024-05-14T17:36:14.549Z Downloaded swrite v0.1.0
10862024-05-14T17:36:14.549Z Downloaded typenum v1.16.0
10872024-05-14T17:36:14.549Z Downloaded zip v0.6.6
10882024-05-14T17:36:14.549Z Downloaded darling_macro v0.20.8
10892024-05-14T17:36:14.550Z Downloaded thiserror-impl v1.0.59
10902024-05-14T17:36:14.550Z Downloaded spin v0.5.2
10912024-05-14T17:36:14.550Z Downloaded serde_spanned v0.6.5
10922024-05-14T17:36:14.567Z Downloaded serde_repr v0.1.16
10932024-05-14T17:36:14.567Z Downloaded thiserror-no-std v2.0.2
10942024-05-14T17:36:14.567Z Downloaded serde_path_to_error v0.1.16
10952024-05-14T17:36:14.567Z Downloaded fd-lock v4.0.2
10962024-05-14T17:36:14.567Z Downloaded ucd-trie v0.1.6
10972024-05-14T17:36:14.568Z Downloaded tempfile v3.10.1
10982024-05-14T17:36:14.607Z Downloaded serde-big-array v0.4.1
10992024-05-14T17:36:14.607Z Downloaded same-file v1.0.6
11002024-05-14T17:36:14.607Z Downloaded radium v0.7.0
11012024-05-14T17:36:14.608Z Downloaded r2d2 v0.8.10
11022024-05-14T17:36:14.608Z Downloaded psl-types v2.0.11
11032024-05-14T17:36:14.608Z Downloaded pem-rfc7468 v0.7.0
11042024-05-14T17:36:14.608Z Downloaded prettyplease v0.2.19
11052024-05-14T17:36:14.608Z Downloaded whoami v1.5.1
11062024-05-14T17:36:14.608Z Downloaded rcgen v0.12.1
11072024-05-14T17:36:14.609Z Downloaded usdt-attr-macro v0.3.5
11082024-05-14T17:36:14.626Z Downloaded proc-macro-error-attr v1.0.4
11092024-05-14T17:36:14.627Z Downloaded walkdir v2.5.0
11102024-05-14T17:36:14.627Z Downloaded libm v0.2.7
11112024-05-14T17:36:14.627Z Downloaded equivalent v1.0.1
11122024-05-14T17:36:14.627Z Downloaded num_cpus v1.16.0
11132024-05-14T17:36:14.628Z Downloaded scopeguard v1.2.0
11142024-05-14T17:36:14.628Z Downloaded headers-core v0.2.0
11152024-05-14T17:36:14.628Z Downloaded num-bigint-dig v0.8.4
11162024-05-14T17:36:14.629Z Downloaded schemars_derive v0.8.17
11172024-05-14T17:36:14.629Z Downloaded parking_lot_core v0.8.6
11182024-05-14T17:36:14.629Z Downloaded data-encoding v2.4.0
11192024-05-14T17:36:14.629Z Downloaded utf-8 v0.7.6
11202024-05-14T17:36:14.630Z Downloaded unicode-xid v0.2.4
11212024-05-14T17:36:14.630Z Downloaded ryu v1.0.15
11222024-05-14T17:36:14.630Z Downloaded serde_derive_internals v0.29.0
11232024-05-14T17:36:14.630Z Downloaded pkg-config v0.3.27
11242024-05-14T17:36:14.630Z Downloaded unicode-width v0.1.11
11252024-05-14T17:36:14.650Z Downloaded thiserror-impl-no-std v2.0.2
11262024-05-14T17:36:14.650Z Downloaded rustfmt-wrapper v0.2.1
11272024-05-14T17:36:14.650Z Downloaded usdt-macro v0.3.5
11282024-05-14T17:36:14.651Z Downloaded thread_local v1.1.7
11292024-05-14T17:36:14.651Z Downloaded foreign-types-macros v0.2.3
11302024-05-14T17:36:14.651Z Downloaded derive_more v0.99.17
11312024-05-14T17:36:14.651Z Downloaded heapless v0.7.16
11322024-05-14T17:36:14.651Z Downloaded password-hash v0.5.0
11332024-05-14T17:36:14.671Z Downloaded unicode-bidi v0.3.15
11342024-05-14T17:36:14.671Z Downloaded hyper v0.14.28
11352024-05-14T17:36:14.671Z Downloaded pin-utils v0.1.0
11362024-05-14T17:36:14.671Z Downloaded hash32 v0.3.1
11372024-05-14T17:36:14.671Z Downloaded salty v0.2.0
11382024-05-14T17:36:14.696Z Downloaded usdt-impl v0.3.5
11392024-05-14T17:36:14.696Z Downloaded tokio-native-tls v0.3.1
11402024-05-14T17:36:14.696Z Downloaded structmeta-derive v0.2.0
11412024-05-14T17:36:14.696Z Downloaded postgres-protocol v0.6.6
11422024-05-14T17:36:14.696Z Downloaded trust-dns-client v0.22.0
11432024-05-14T17:36:14.697Z Downloaded oso-derive v0.27.3
11442024-05-14T17:36:14.697Z Downloaded num-traits v0.2.19
11452024-05-14T17:36:14.697Z Downloaded nom v7.1.3
11462024-05-14T17:36:14.697Z Downloaded tokio-macros v2.2.0
11472024-05-14T17:36:15.247Z Downloaded socket2 v0.4.9
11482024-05-14T17:36:15.247Z Downloaded steno v0.4.0
11492024-05-14T17:36:15.247Z Downloaded embedded-io v0.4.0
11502024-05-14T17:36:15.247Z Downloaded either v1.11.0
11512024-05-14T17:36:15.247Z Downloaded dirs-sys-next v0.1.2
11522024-05-14T17:36:15.247Z Downloaded smallvec v0.6.14
11532024-05-14T17:36:15.248Z Downloaded futures-core v0.3.30
11542024-05-14T17:36:15.248Z Downloaded parking_lot v0.12.1
11552024-05-14T17:36:15.248Z Downloaded fnv v1.0.7
11562024-05-14T17:36:15.249Z Downloaded url v2.5.0
11572024-05-14T17:36:15.249Z Downloaded ff v0.13.0
11582024-05-14T17:36:15.249Z Downloaded ref-cast-impl v1.0.22
11592024-05-14T17:36:15.249Z Downloaded rand_chacha v0.3.1
11602024-05-14T17:36:16.078Z Downloaded fixedbitset v0.4.2
11612024-05-14T17:36:16.078Z Downloaded unicode-ident v1.0.12
11622024-05-14T17:36:16.078Z Downloaded snafu-derive v0.8.2
11632024-05-14T17:36:16.078Z Downloaded hash32 v0.2.1
11642024-05-14T17:36:16.078Z Downloaded term v0.7.0
11652024-05-14T17:36:16.079Z Downloaded tower-service v0.3.2
11662024-05-14T17:36:16.079Z Downloaded strum v0.26.2
11672024-05-14T17:36:16.079Z Downloaded rsa v0.9.2
11682024-05-14T17:36:16.079Z Downloaded dtrace-parser v0.2.0
11692024-05-14T17:36:16.079Z Downloaded serde_tokenstream v0.2.0
11702024-05-14T17:36:16.079Z Downloaded topological-sort v0.2.2
11712024-05-14T17:36:16.079Z Downloaded slog-dtrace v0.3.0
11722024-05-14T17:36:16.079Z Downloaded untrusted v0.9.0
11732024-05-14T17:36:16.079Z Downloaded predicates v3.1.0
11742024-05-14T17:36:16.079Z Downloaded usdt-impl v0.5.0
11752024-05-14T17:36:16.079Z Downloaded foreign-types-shared v0.3.1
11762024-05-14T17:36:16.079Z Downloaded itertools v0.12.1
11772024-05-14T17:36:16.079Z Downloaded slab v0.4.9
11782024-05-14T17:36:16.079Z Downloaded num-integer v0.1.46
11792024-05-14T17:36:16.079Z Downloaded getopts v0.2.21
11802024-05-14T17:36:16.079Z Downloaded pkcs8 v0.10.2
11812024-05-14T17:36:16.079Z Downloaded pkcs1 v0.7.5
11822024-05-14T17:36:16.079Z Downloaded group v0.13.0
11832024-05-14T17:36:16.079Z Downloaded display-error-chain v0.2.0
11842024-05-14T17:36:16.079Z Downloaded zone_cfg_derive v0.1.2
11852024-05-14T17:36:16.079Z Downloaded siphasher v0.3.11
11862024-05-14T17:36:16.079Z Downloaded ppv-lite86 v0.2.17
11872024-05-14T17:36:16.079Z Downloaded spin v0.9.8
11882024-05-14T17:36:16.080Z Downloaded futures v0.3.30
11892024-05-14T17:36:16.080Z Downloaded predicates-core v1.0.6
11902024-05-14T17:36:16.080Z Downloaded serde_with_macros v3.7.0
11912024-05-14T17:36:16.080Z Downloaded portable-atomic v1.4.3
11922024-05-14T17:36:16.080Z Downloaded untrusted v0.7.1
11932024-05-14T17:36:16.080Z Downloaded zone v0.1.8
11942024-05-14T17:36:16.080Z Downloaded thread-id v4.2.0
11952024-05-14T17:36:16.080Z Downloaded futures-io v0.3.30
11962024-05-14T17:36:16.080Z Downloaded funty v2.0.0
11972024-05-14T17:36:16.080Z Downloaded fragile v2.0.0
11982024-05-14T17:36:16.080Z Downloaded oso v0.27.3
11992024-05-14T17:36:16.080Z Downloaded ed25519 v1.5.3
12002024-05-14T17:36:16.080Z Downloaded ron v0.7.1
12012024-05-14T17:36:16.080Z Downloaded der v0.7.8
12022024-05-14T17:36:16.081Z Downloaded usdt-macro v0.5.0
12032024-05-14T17:36:16.081Z Downloaded unicode-linebreak v0.1.5
12042024-05-14T17:36:16.081Z Downloaded terminal_size v0.3.0
12052024-05-14T17:36:16.081Z Downloaded strum_macros v0.25.2
12062024-05-14T17:36:16.081Z Downloaded errno v0.3.8
12072024-05-14T17:36:16.081Z Downloaded hkdf v0.12.4
12082024-05-14T17:36:16.081Z Downloaded smallvec v1.13.1
12092024-05-14T17:36:16.081Z Downloaded supports-color v3.0.0
12102024-05-14T17:36:16.081Z Downloaded slog-json v2.6.1
12112024-05-14T17:36:16.081Z Downloaded packed_struct v0.10.1
12122024-05-14T17:36:16.081Z Downloaded termcolor v1.2.0
12132024-05-14T17:36:16.081Z Downloaded dirs-next v2.0.0
12142024-05-14T17:36:16.081Z Downloaded csv-core v0.1.11
12152024-05-14T17:36:16.081Z Downloaded owo-colors v4.0.0
12162024-05-14T17:36:16.081Z Downloaded percent-encoding v2.3.1
12172024-05-14T17:36:16.081Z Downloaded powerfmt v0.2.0
12182024-05-14T17:36:16.081Z Downloaded slog-envlogger v2.2.0
12192024-05-14T17:36:16.082Z Downloaded postgres-types v0.2.6
12202024-05-14T17:36:16.082Z Downloaded erased-serde v0.3.31
12212024-05-14T17:36:16.082Z Downloaded tungstenite v0.21.0
12222024-05-14T17:36:16.082Z Downloaded fatfs v0.3.6
12232024-05-14T17:36:16.082Z Downloaded platforms v3.0.2
12242024-05-14T17:36:16.082Z Downloaded papergrid v0.11.0
12252024-05-14T17:36:16.082Z Downloaded zerocopy v0.6.6
12262024-05-14T17:36:16.082Z Downloaded form_urlencoded v1.2.1
12272024-05-14T17:36:16.082Z Downloaded signal-hook-mio v0.2.3
12282024-05-14T17:36:16.082Z Downloaded flate2 v1.0.30
12292024-05-14T17:36:16.082Z Downloaded half v2.3.1
12302024-05-14T17:36:16.082Z Downloaded serde_yaml v0.9.25
12312024-05-14T17:36:16.082Z Downloaded heapless v0.8.0
12322024-05-14T17:36:16.082Z Downloaded dof v0.1.5
12332024-05-14T17:36:16.082Z Downloaded fs-err v2.11.0
12342024-05-14T17:36:16.082Z Downloaded packed_struct_codegen v0.10.1
12352024-05-14T17:36:16.082Z Downloaded fallible-iterator v0.2.0
12362024-05-14T17:36:16.082Z Downloaded pin-project-lite v0.2.13
12372024-05-14T17:36:16.082Z Downloaded tokio-tungstenite v0.21.0
12382024-05-14T17:36:16.082Z Downloaded tokio-stream v0.1.15
12392024-05-14T17:36:16.082Z Downloaded serde_tokenstream v0.1.7
12402024-05-14T17:36:16.082Z Downloaded strum_macros v0.26.1
12412024-05-14T17:36:16.082Z Downloaded proc-macro2 v1.0.81
12422024-05-14T17:36:16.082Z Downloaded shlex v1.3.0
12432024-05-14T17:36:16.083Z Downloaded strum_macros v0.24.3
12442024-05-14T17:36:16.083Z Downloaded typed-path v0.7.0
12452024-05-14T17:36:16.083Z Downloaded rayon-core v1.12.1
12462024-05-14T17:36:16.083Z Downloaded plain v0.2.3
12472024-05-14T17:36:16.083Z Downloaded thiserror v1.0.59
12482024-05-14T17:36:16.083Z Downloaded parking_lot v0.11.2
12492024-05-14T17:36:16.083Z Downloaded darling_core v0.20.8
12502024-05-14T17:36:16.083Z Downloaded socket2 v0.5.6
12512024-05-14T17:36:16.083Z Downloaded samael v0.0.15
12522024-05-14T17:36:16.083Z Downloaded itertools v0.10.5
12532024-05-14T17:36:16.083Z Downloaded unicode_categories v0.1.1
12542024-05-14T17:36:16.083Z Downloaded zerocopy-derive v0.7.32
12552024-05-14T17:36:16.083Z Downloaded elliptic-curve v0.13.8
12562024-05-14T17:36:16.084Z Downloaded openssl-sys v0.9.102
12572024-05-14T17:36:16.084Z Downloaded semver v1.0.22
12582024-05-14T17:36:16.084Z Downloaded futures-util v0.3.30
12592024-05-14T17:36:16.084Z Downloaded pin-project-internal v1.1.3
12602024-05-14T17:36:16.507Z Downloaded postcard v1.0.8
12612024-05-14T17:36:16.507Z Downloaded pin-project v1.1.3
12622024-05-14T17:36:16.507Z Downloaded clap_builder v4.5.2
12632024-05-14T17:36:16.508Z Downloaded pest v2.7.6
12642024-05-14T17:36:16.508Z Downloaded signal-hook v0.3.17
12652024-05-14T17:36:16.508Z Downloaded rand v0.8.5
12662024-05-14T17:36:16.508Z Downloaded textwrap v0.16.1
12672024-05-14T17:36:16.508Z Downloaded unicode-normalization v0.1.22
12682024-05-14T17:36:16.508Z Downloaded rayon v1.10.0
12692024-05-14T17:36:16.508Z Downloaded similar v2.4.0
12702024-05-14T17:36:16.508Z Downloaded reedline v0.31.0
12712024-05-14T17:36:16.509Z Downloaded serde v1.0.201
12722024-05-14T17:36:16.509Z Downloaded crossterm v0.27.0
12732024-05-14T17:36:16.509Z Downloaded time v0.3.34
12742024-05-14T17:36:16.509Z Downloaded lalrpop v0.19.12
12752024-05-14T17:36:16.509Z Downloaded hashbrown v0.12.3
12762024-05-14T17:36:16.509Z Downloaded quick-xml v0.31.0
12772024-05-14T17:36:16.509Z Downloaded vcpkg v0.2.15
12782024-05-14T17:36:16.510Z Downloaded unicode-segmentation v1.10.1
12792024-05-14T17:36:16.510Z Downloaded tokio-postgres v0.7.10
12802024-05-14T17:36:16.510Z Downloaded expectorate v1.1.0
12812024-05-14T17:36:16.510Z Downloaded hashbrown v0.14.3
12822024-05-14T17:36:16.510Z Downloaded chrono v0.4.38
12832024-05-14T17:36:16.510Z Downloaded toml_edit v0.22.12
12842024-05-14T17:36:16.510Z Downloaded tough v0.17.1
12852024-05-14T17:36:16.510Z Downloaded serde_with v3.7.0
12862024-05-14T17:36:16.510Z Downloaded zerocopy v0.7.32
12872024-05-14T17:36:16.510Z Downloaded proptest v1.4.0
12882024-05-14T17:36:16.510Z Downloaded idna v0.5.0
12892024-05-14T17:36:16.511Z Downloaded winnow v0.5.15
12902024-05-14T17:36:16.511Z Downloaded h2 v0.3.26
12912024-05-14T17:36:16.511Z Downloaded reqwest v0.11.27
12922024-05-14T17:36:16.511Z Downloaded serde_json v1.0.116
12932024-05-14T17:36:16.511Z Downloaded nix v0.28.0
12942024-05-14T17:36:16.511Z Downloaded syn v1.0.109
12952024-05-14T17:36:16.511Z Downloaded syn v2.0.60
12962024-05-14T17:36:16.511Z Downloaded rustls v0.21.9
12972024-05-14T17:36:16.512Z Downloaded smoltcp v0.9.1
12982024-05-14T17:36:16.512Z Downloaded regex v1.10.4
12992024-05-14T17:36:16.512Z Downloaded openssl v0.10.64
13002024-05-14T17:36:16.512Z Downloaded diesel v2.1.6
13012024-05-14T17:36:16.512Z Downloaded regex-syntax v0.6.29
13022024-05-14T17:36:16.512Z Downloaded polar-core v0.27.3
13032024-05-14T17:36:16.512Z Downloaded object v0.32.1
13042024-05-14T17:36:16.512Z Downloaded object v0.30.4
13052024-05-14T17:36:16.512Z Downloaded regex-syntax v0.8.2
13062024-05-14T17:36:16.512Z Downloaded rustix v0.38.31
13072024-05-14T17:36:16.512Z Downloaded curve25519-dalek v4.1.2
13082024-05-14T17:36:16.512Z Downloaded ratatui v0.26.2
13092024-05-14T17:36:16.512Z Downloaded regress v0.9.1
13102024-05-14T17:36:16.512Z Downloaded openapiv3 v2.0.0
13112024-05-14T17:36:16.513Z Downloaded sled v0.34.7
13122024-05-14T17:36:16.513Z Downloaded zerocopy-derive v0.6.6
13132024-05-14T17:36:16.513Z Downloaded bstr v1.9.0
13142024-05-14T17:36:16.513Z Downloaded webpki-roots v0.25.2
13152024-05-14T17:36:16.513Z Downloaded petgraph v0.6.5
13162024-05-14T17:36:16.513Z Downloaded csv v1.3.0
13172024-05-14T17:36:16.513Z Downloaded libc v0.2.153
13182024-05-14T17:36:16.513Z Downloaded rustls v0.22.4
13192024-05-14T17:36:16.514Z Downloaded regex-automata v0.4.5
13202024-05-14T17:36:16.514Z Downloaded zerocopy-derive v0.2.0
13212024-05-14T17:36:16.514Z Downloaded bzip2-sys v0.1.11+1.0.8
13222024-05-14T17:36:16.514Z Downloaded smoltcp v0.11.0
13232024-05-14T17:36:16.514Z Downloaded bstr v0.2.17
13242024-05-14T17:36:16.515Z Downloaded radix_trie v0.2.1
13252024-05-14T17:36:16.515Z Downloaded gimli v0.28.0
13262024-05-14T17:36:16.515Z Downloaded trust-dns-proto v0.22.0
13272024-05-14T17:36:16.515Z Downloaded idna v0.2.3
13282024-05-14T17:36:16.515Z Downloaded tabled v0.15.0
13292024-05-14T17:36:16.516Z Downloaded rustls-webpki v0.101.7
13302024-05-14T17:36:16.516Z Downloaded sqlparser v0.45.0
13312024-05-14T17:36:16.516Z Downloaded regex-automata v0.1.10
13322024-05-14T17:36:16.516Z Downloaded winnow v0.6.1
13332024-05-14T17:36:16.516Z Downloaded tokio v1.37.0
13342024-05-14T17:36:16.517Z Downloaded goblin v0.8.0
13352024-05-14T17:36:16.517Z Downloaded bitvec v1.0.1
13362024-05-14T17:36:16.517Z Downloaded sha3 v0.10.8
13372024-05-14T17:36:16.517Z Downloaded idna v0.3.0
13382024-05-14T17:36:16.517Z Downloaded bindgen v0.69.2
13392024-05-14T17:36:16.517Z Downloaded rustls-webpki v0.102.1
13402024-05-14T17:36:16.518Z Downloaded hashbrown v0.13.2
13412024-05-14T17:36:16.518Z Downloaded tracing v0.1.40
13422024-05-14T17:36:16.518Z Downloaded toml_edit v0.19.15
13432024-05-14T17:36:16.518Z Downloaded publicsuffix v2.2.3
13442024-05-14T17:36:16.518Z Downloaded tokio-util v0.7.10
13452024-05-14T17:36:16.518Z Downloaded rustyline v14.0.0
13462024-05-14T17:36:16.518Z Downloaded blake3 v1.5.0
13472024-05-14T17:36:16.518Z Downloaded libxml v0.3.3
13482024-05-14T17:36:16.519Z Downloaded unicase v2.7.0
13492024-05-14T17:36:16.519Z Downloaded tap v1.0.1
13502024-05-14T17:36:16.519Z Downloaded structmeta v0.2.0
13512024-05-14T17:36:16.519Z Downloaded tokio-tungstenite v0.20.1
13522024-05-14T17:36:16.519Z Downloaded pest_meta v2.7.6
13532024-05-14T17:36:16.519Z Downloaded diff v0.1.13
13542024-05-14T17:36:16.519Z Downloaded diesel_derives v2.1.2
13552024-05-14T17:36:16.519Z Downloaded x509-cert v0.2.4
13562024-05-14T17:36:16.519Z Downloaded num-bigint v0.4.4
13572024-05-14T17:36:16.520Z Downloaded mio v0.8.11
13582024-05-14T17:36:16.520Z Downloaded memchr v2.7.1
13592024-05-14T17:36:16.520Z Downloaded trust-dns-resolver v0.22.0
13602024-05-14T17:36:16.533Z Downloaded encoding_rs v0.8.33
13612024-05-14T17:36:16.533Z Downloaded paste v1.0.15
13622024-05-14T17:36:16.533Z Downloaded flume v0.11.0
13632024-05-14T17:36:16.533Z Downloaded slog-term v2.9.1
13642024-05-14T17:36:16.533Z Downloaded sct v0.7.0
13652024-05-14T17:36:16.533Z Downloaded compact_str v0.7.1
13662024-05-14T17:36:16.534Z Downloaded cc v1.0.83
13672024-05-14T17:36:16.534Z Downloaded sha2 v0.10.8
13682024-05-14T17:36:16.534Z Downloaded rustls-pemfile v2.1.2
13692024-05-14T17:36:16.534Z Downloaded toml v0.5.11
13702024-05-14T17:36:16.534Z Downloaded openssl-macros v0.1.1
13712024-05-14T17:36:16.535Z Downloaded const_format v0.2.32
13722024-05-14T17:36:16.535Z Downloaded proc-macro-crate v1.3.1
13732024-05-14T17:36:16.535Z Downloaded pest_generator v2.7.6
13742024-05-14T17:36:16.535Z Downloaded ron v0.8.1
13752024-05-14T17:36:16.535Z Downloaded headers v0.3.9
13762024-05-14T17:36:16.535Z Downloaded crossbeam-epoch v0.9.18
13772024-05-14T17:36:16.536Z Downloaded num_enum_derive v0.5.11
13782024-05-14T17:36:16.536Z Downloaded glob v0.3.1
13792024-05-14T17:36:16.536Z Downloaded digest v0.10.7
13802024-05-14T17:36:16.536Z Downloaded difflib v0.4.0
13812024-05-14T17:36:16.536Z Downloaded once_cell v1.19.0
13822024-05-14T17:36:16.536Z Downloaded tinyvec v1.6.0
13832024-05-14T17:36:16.536Z Downloaded backtrace v0.3.69
13842024-05-14T17:36:16.537Z Downloaded chacha20poly1305 v0.10.1
13852024-05-14T17:36:16.537Z Downloaded rustls-pki-types v1.3.0
13862024-05-14T17:36:16.537Z Downloaded futures-channel v0.3.30
13872024-05-14T17:36:16.537Z Downloaded toml v0.8.12
13882024-05-14T17:36:16.537Z Downloaded test-strategy v0.3.1
13892024-05-14T17:36:16.537Z Downloaded env_logger v0.9.3
13902024-05-14T17:36:16.537Z Downloaded tabwriter v1.4.0
13912024-05-14T17:36:16.538Z Downloaded string_cache v0.8.7
13922024-05-14T17:36:16.538Z Downloaded smf v0.2.3
13932024-05-14T17:36:16.538Z Downloaded smawk v0.3.1
13942024-05-14T17:36:16.538Z Downloaded slog-scope v4.4.0
13952024-05-14T17:36:16.538Z Downloaded serde_arrays v0.1.0
13962024-05-14T17:36:16.538Z Downloaded darling v0.20.8
13972024-05-14T17:36:16.538Z Downloaded slog v2.7.0
13982024-05-14T17:36:16.538Z Downloaded const-oid v0.9.6
13992024-05-14T17:36:16.538Z Downloaded bytes v1.6.0
14002024-05-14T17:36:16.539Z Downloaded rand_core v0.6.4
14012024-05-14T17:36:16.539Z Downloaded pem v3.0.4
14022024-05-14T17:36:16.539Z Downloaded der_derive v0.7.2
14032024-05-14T17:36:16.539Z Downloaded indexmap v1.9.3
14042024-05-14T17:36:16.539Z Downloaded const_format_proc_macros v0.2.32
14052024-05-14T17:36:16.539Z Downloaded console v0.15.8
14062024-05-14T17:36:16.539Z Downloaded clap_derive v4.5.4
14072024-05-14T17:36:16.540Z Downloaded bzip2 v0.4.4
14082024-05-14T17:36:16.540Z Downloaded buf-list v1.0.3
14092024-05-14T17:36:16.540Z Downloaded rustc_version v0.1.7
14102024-05-14T17:36:16.540Z Downloaded resolv-conf v0.7.0
14112024-05-14T17:36:16.540Z Downloaded keccak v0.1.4
14122024-05-14T17:36:16.540Z Downloaded castaway v0.2.2
14132024-05-14T17:36:16.540Z Downloaded cipher v0.4.4
14142024-05-14T17:36:16.540Z Downloaded chacha20 v0.9.1
14152024-05-14T17:36:16.540Z Downloaded cassowary v0.3.0
14162024-05-14T17:36:16.540Z Downloaded block-padding v0.3.3
14172024-05-14T17:36:16.540Z Downloaded indoc v1.0.9
14182024-05-14T17:36:16.541Z Downloaded clap_lex v0.7.0
14192024-05-14T17:36:16.541Z Downloaded bitfield v0.14.0
14202024-05-14T17:36:16.541Z Downloaded constant_time_eq v0.3.0
14212024-05-14T17:36:16.541Z Downloaded colored v2.1.0
14222024-05-14T17:36:16.541Z Downloaded byteorder v1.5.0
14232024-05-14T17:36:16.541Z Downloaded http v0.2.12
14242024-05-14T17:36:16.541Z Downloaded home v0.5.5
14252024-05-14T17:36:16.541Z Downloaded heck v0.3.3
14262024-05-14T17:36:16.542Z Downloaded ring v0.17.8
14272024-05-14T17:36:16.542Z Downloaded ring v0.16.20
14282024-05-14T17:36:17.444Z Compiling proc-macro2 v1.0.81
14292024-05-14T17:36:17.454Z Compiling unicode-ident v1.0.12
14302024-05-14T17:36:17.454Z Compiling libc v0.2.153
14312024-05-14T17:36:17.454Z Compiling serde v1.0.201
14322024-05-14T17:36:17.454Z Compiling version_check v0.9.4
14332024-05-14T17:36:17.454Z Compiling autocfg v1.1.0
14342024-05-14T17:36:17.454Z Compiling cfg-if v1.0.0
14352024-05-14T17:36:17.454Z Compiling once_cell v1.19.0
14362024-05-14T17:36:17.455Z Compiling parking_lot_core v0.9.8
14372024-05-14T17:36:18.129Z Compiling byteorder v1.5.0
14382024-05-14T17:36:18.129Z Compiling lock_api v0.4.10
14392024-05-14T17:36:18.129Z Compiling ahash v0.8.8
14402024-05-14T17:36:18.129Z Compiling libm v0.2.7
14412024-05-14T17:36:18.704Z Compiling serde_json v1.0.116
14422024-05-14T17:36:18.728Z Compiling memchr v2.7.1
14432024-05-14T17:36:18.778Z Compiling num-traits v0.2.19
14442024-05-14T17:36:18.872Z Compiling thiserror v1.0.59
14452024-05-14T17:36:18.893Z Compiling typenum v1.16.0
14462024-05-14T17:36:19.378Z Compiling generic-array v0.14.7
14472024-05-14T17:36:19.535Z Compiling log v0.4.21
14482024-05-14T17:36:19.681Z Compiling quote v1.0.36
14492024-05-14T17:36:19.825Z Compiling itoa v1.0.9
14502024-05-14T17:36:20.040Z Compiling syn v2.0.60
14512024-05-14T17:36:20.145Z Compiling cc v1.0.83
14522024-05-14T17:36:20.213Z Compiling getrandom v0.2.12
14532024-05-14T17:36:20.546Z Compiling scopeguard v1.2.0
14542024-05-14T17:36:20.709Z Compiling pkg-config v0.3.27
14552024-05-14T17:36:20.709Z Compiling allocator-api2 v0.2.16
14562024-05-14T17:36:20.748Z Compiling slab v0.4.9
14572024-05-14T17:36:20.978Z Compiling ryu v1.0.15
14582024-05-14T17:36:21.313Z Compiling schemars v0.8.17
14592024-05-14T17:36:21.373Z Compiling pin-project-lite v0.2.13
14602024-05-14T17:36:21.483Z Compiling smallvec v1.13.1
14612024-05-14T17:36:21.905Z Compiling equivalent v1.0.1
14622024-05-14T17:36:21.905Z Compiling syn v1.0.109
14632024-05-14T17:36:21.905Z Compiling vcpkg v0.2.15
14642024-05-14T17:36:22.280Z Compiling parking_lot v0.12.1
14652024-05-14T17:36:22.552Z Compiling ring v0.17.8
14662024-05-14T17:36:22.761Z Compiling signal-hook-registry v1.4.1
14672024-05-14T17:36:23.501Z Compiling openssl-sys v0.9.102
14682024-05-14T17:36:24.368Z Compiling mio v0.8.11
14692024-05-14T17:36:24.455Z Compiling fnv v1.0.7
14702024-05-14T17:36:24.577Z Compiling rand_core v0.6.4
14712024-05-14T17:36:24.831Z Compiling num-conv v0.1.0
14722024-05-14T17:36:24.969Z Compiling time-core v0.1.2
14732024-05-14T17:36:25.098Z Compiling ring v0.16.20
14742024-05-14T17:36:25.148Z Compiling time-macros v0.2.17
14752024-05-14T17:36:25.652Z Compiling num_cpus v1.16.0
14762024-05-14T17:36:25.687Z Compiling socket2 v0.5.6
14772024-05-14T17:36:25.967Z Compiling httparse v1.8.0
14782024-05-14T17:36:26.668Z Compiling futures-core v0.3.30
14792024-05-14T17:36:26.952Z Compiling rustix v0.38.31
14802024-05-14T17:36:27.061Z Compiling openssl v0.10.64
14812024-05-14T17:36:27.471Z Compiling serde_derive_internals v0.29.0
14822024-05-14T17:36:27.517Z Compiling iana-time-zone v0.1.57
14832024-05-14T17:36:27.639Z Compiling semver v1.0.22
14842024-05-14T17:36:27.710Z Compiling crossbeam-utils v0.8.19
14852024-05-14T17:36:28.173Z Compiling rustls v0.21.9
14862024-05-14T17:36:28.394Z Compiling tinyvec_macros v0.1.1
14872024-05-14T17:36:28.474Z Compiling native-tls v0.2.11
14882024-05-14T17:36:28.505Z Compiling spin v0.5.2
14892024-05-14T17:36:28.742Z Compiling tinyvec v1.6.0
14902024-05-14T17:36:28.819Z Compiling spin v0.9.8
14912024-05-14T17:36:28.878Z Compiling ucd-trie v0.1.6
14922024-05-14T17:36:29.228Z Compiling const-oid v0.9.6
14932024-05-14T17:36:29.255Z Compiling futures-sink v0.3.30
14942024-05-14T17:36:29.365Z Compiling subtle v2.5.0
14952024-05-14T17:36:29.648Z Compiling backtrace v0.3.69
14962024-05-14T17:36:30.085Z Compiling unicode-normalization v0.1.22
14972024-05-14T17:36:30.169Z Compiling cookie v0.17.0
14982024-05-14T17:36:30.593Z Compiling heck v0.5.0
14992024-05-14T17:36:30.648Z Compiling unicode-bidi v0.3.15
15002024-05-14T17:36:30.814Z Compiling dyn-clone v1.0.17
15012024-05-14T17:36:31.007Z Compiling heck v0.4.1
15022024-05-14T17:36:31.012Z Compiling slog v2.7.0
15032024-05-14T17:36:31.382Z Compiling futures-channel v0.3.30
15042024-05-14T17:36:31.572Z Compiling tracing-core v0.1.32
15052024-05-14T17:36:31.652Z Compiling futures-task v0.3.30
15062024-05-14T17:36:31.755Z Compiling futures-io v0.3.30
15072024-05-14T17:36:32.006Z Compiling pin-utils v0.1.0
15082024-05-14T17:36:32.313Z Compiling aho-corasick v1.1.2
15092024-05-14T17:36:32.483Z Compiling serde_derive v1.0.201
15102024-05-14T17:36:32.557Z Compiling zerocopy-derive v0.7.32
15112024-05-14T17:36:33.146Z Compiling zeroize_derive v1.4.2
15122024-05-14T17:36:33.871Z Compiling thiserror-impl v1.0.59
15132024-05-14T17:36:34.073Z Compiling tokio-macros v2.2.0
15142024-05-14T17:36:34.579Z Compiling zerocopy v0.7.32
15152024-05-14T17:36:34.881Z Compiling futures-macro v0.3.30
15162024-05-14T17:36:35.216Z Compiling tracing-attributes v0.1.27
15172024-05-14T17:36:36.760Z Compiling schemars_derive v0.8.17
15182024-05-14T17:36:36.778Z Compiling zeroize v1.7.0
15192024-05-14T17:36:36.905Z Compiling hashbrown v0.14.3
15202024-05-14T17:36:37.480Z Compiling openssl-macros v0.1.1
15212024-05-14T17:36:38.352Z Compiling scroll_derive v0.12.0
15222024-05-14T17:36:38.518Z Compiling pest v2.7.6
15232024-05-14T17:36:38.540Z Compiling tracing v0.1.40
15242024-05-14T17:36:39.411Z Compiling crypto-common v0.1.6
15252024-05-14T17:36:39.606Z Compiling futures-util v0.3.30
15262024-05-14T17:36:39.624Z Compiling der_derive v0.7.2
15272024-05-14T17:36:40.019Z Compiling anyhow v1.0.83
15282024-05-14T17:36:40.533Z Compiling winnow v0.5.15
15292024-05-14T17:36:41.096Z Compiling pest_meta v2.7.6
15302024-05-14T17:36:41.888Z Compiling regex-syntax v0.8.2
15312024-05-14T17:36:43.851Z Compiling pest_generator v2.7.6
15322024-05-14T17:36:44.104Z Compiling block-buffer v0.10.4
15332024-05-14T17:36:44.740Z Compiling usdt-impl v0.5.0
15342024-05-14T17:36:45.115Z Compiling crc32fast v1.3.2
15352024-05-14T17:36:45.524Z Compiling regex-automata v0.4.5
15362024-05-14T17:36:45.590Z Compiling bytes v1.6.0
15372024-05-14T17:36:46.307Z Compiling indexmap v2.2.6
15382024-05-14T17:36:51.723Z Compiling bitflags v2.4.2
15392024-05-14T17:36:52.077Z Compiling tokio v1.37.0
15402024-05-14T17:36:52.264Z Compiling uuid v1.8.0
15412024-05-14T17:36:52.264Z Compiling serde_tokenstream v0.2.0
15422024-05-14T17:36:52.264Z Compiling chrono v0.4.38
15432024-05-14T17:36:52.264Z Compiling serde_spanned v0.6.5
15442024-05-14T17:36:52.264Z Compiling toml_datetime v0.6.5
15452024-05-14T17:36:52.264Z Compiling http v0.2.12
15462024-05-14T17:36:52.450Z Compiling rustc_version v0.4.0
15472024-05-14T17:36:53.033Z Compiling toml_edit v0.19.15
15482024-05-14T17:36:53.661Z Compiling pest_derive v2.7.6
15492024-05-14T17:36:54.372Z Compiling untrusted v0.9.0
15502024-05-14T17:36:54.449Z Compiling rustversion v1.0.14
15512024-05-14T17:36:54.560Z Compiling powerfmt v0.2.0
15522024-05-14T17:36:55.068Z Compiling deranged v0.3.11
15532024-05-14T17:36:56.748Z Compiling heapless v0.7.16
15542024-05-14T17:36:57.376Z Compiling digest v0.10.7
15552024-05-14T17:36:58.025Z Compiling scroll v0.12.0
15562024-05-14T17:36:58.025Z Compiling bzip2-sys v0.1.11+1.0.8
15572024-05-14T17:36:58.267Z Compiling percent-encoding v2.3.1
15582024-05-14T17:36:58.281Z Compiling num_threads v0.1.6
15592024-05-14T17:36:58.333Z Compiling ppv-lite86 v0.2.17
15602024-05-14T17:36:58.412Z Compiling plain v0.2.3
15612024-05-14T17:36:58.582Z Compiling signal-hook v0.3.17
15622024-05-14T17:36:58.893Z Compiling goblin v0.8.0
15632024-05-14T17:36:59.065Z Compiling time v0.3.34
15642024-05-14T17:36:59.122Z Compiling rand_chacha v0.3.1
15652024-05-14T17:37:00.088Z Compiling regex v1.10.4
15662024-05-14T17:37:02.348Z Compiling pretty-hex v0.4.1
15672024-05-14T17:37:03.012Z Compiling rand v0.8.5
15682024-05-14T17:37:03.253Z Compiling tokio-util v0.7.10
15692024-05-14T17:37:04.514Z Compiling dtrace-parser v0.2.0
15702024-05-14T17:37:04.663Z Compiling dof v0.3.0
15712024-05-14T17:37:06.094Z Compiling async-trait v0.1.80
15722024-05-14T17:37:06.518Z Compiling thread-id v4.2.0
15732024-05-14T17:37:06.637Z Compiling num-bigint v0.4.4
15742024-05-14T17:37:07.008Z Compiling untrusted v0.7.1
15752024-05-14T17:37:07.519Z Compiling smoltcp v0.9.1
15762024-05-14T17:37:07.533Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15772024-05-14T17:37:07.733Z Compiling base64ct v1.6.0
15782024-05-14T17:37:07.899Z Compiling foreign-types-shared v0.1.1
15792024-05-14T17:37:07.971Z Compiling unicode-width v0.1.11
15802024-05-14T17:37:08.022Z Compiling adler v1.0.2
15812024-05-14T17:37:08.186Z Compiling miniz_oxide v0.7.1
15822024-05-14T17:37:08.271Z Compiling pem-rfc7468 v0.7.0
15832024-05-14T17:37:08.292Z Compiling foreign-types v0.3.2
15842024-05-14T17:37:10.455Z Compiling form_urlencoded v1.2.1
15852024-05-14T17:37:11.652Z Compiling hmac v0.12.1
15862024-05-14T17:37:11.886Z Compiling errno v0.3.8
15872024-05-14T17:37:11.967Z Compiling try-lock v0.2.4
15882024-05-14T17:37:12.249Z Compiling flagset v0.4.3
15892024-05-14T17:37:12.355Z Compiling siphasher v0.3.11
15902024-05-14T17:37:12.410Z Compiling base64 v0.21.7
15912024-05-14T17:37:12.462Z Compiling der v0.7.8
15922024-05-14T17:37:12.759Z Compiling want v0.3.1
15932024-05-14T17:37:13.729Z Compiling rustls-webpki v0.101.7
15942024-05-14T17:37:13.752Z Compiling sct v0.7.0
15952024-05-14T17:37:14.436Z Compiling h2 v0.3.26
15962024-05-14T17:37:15.397Z Compiling http-body v0.4.5
15972024-05-14T17:37:16.346Z Compiling openapiv3 v2.0.0
15982024-05-14T17:37:17.036Z Compiling hubpack_derive v0.1.1
15992024-05-14T17:37:17.861Z Compiling zerocopy-derive v0.6.6
16002024-05-14T17:37:17.895Z Compiling lazy_static v1.4.0
16012024-05-14T17:37:17.996Z Compiling idna v0.5.0
16022024-05-14T17:37:18.360Z Compiling anstyle v1.0.7
16032024-05-14T17:37:18.818Z Compiling httpdate v1.0.3
16042024-05-14T17:37:19.210Z Compiling tower-service v0.3.2
16052024-05-14T17:37:19.378Z Compiling stable_deref_trait v1.2.0
16062024-05-14T17:37:19.495Z Compiling openssl-probe v0.1.5
16072024-05-14T17:37:19.757Z Compiling cpufeatures v0.2.12
16082024-05-14T17:37:19.818Z Compiling utf8parse v0.2.1
16092024-05-14T17:37:20.307Z Compiling gimli v0.28.0
16102024-05-14T17:37:20.633Z Compiling anstyle-parse v0.2.1
16112024-05-14T17:37:20.939Z Compiling sha2 v0.10.8
16122024-05-14T17:37:21.587Z Compiling hyper v0.14.28
16132024-05-14T17:37:21.617Z Compiling url v2.5.0
16142024-05-14T17:37:24.713Z Compiling addr2line v0.21.0
16152024-05-14T17:37:25.093Z Compiling spki v0.7.2
16162024-05-14T17:37:25.552Z Compiling usdt-attr-macro v0.5.0
16172024-05-14T17:37:26.667Z Compiling usdt-macro v0.5.0
16182024-05-14T17:37:27.841Z Compiling md-5 v0.10.5
16192024-05-14T17:37:31.664Z Compiling stringprep v0.1.3
16202024-05-14T17:37:31.760Z Compiling idna v0.3.0
16212024-05-14T17:37:32.466Z Compiling diesel_table_macro_syntax v0.1.0
16222024-05-14T17:37:32.487Z Compiling num-integer v0.1.46
16232024-05-14T17:37:32.518Z Compiling object v0.32.1
16242024-05-14T17:37:33.158Z Compiling hash32 v0.2.1
16252024-05-14T17:37:33.299Z Compiling colorchoice v1.0.0
16262024-05-14T17:37:33.459Z Compiling rustc-demangle v0.1.23
16272024-05-14T17:37:33.513Z Compiling psl-types v2.0.11
16282024-05-14T17:37:34.754Z Compiling anstyle-query v1.0.0
16292024-05-14T17:37:35.899Z Compiling fallible-iterator v0.2.0
16302024-05-14T17:37:36.661Z Compiling postgres-protocol v0.6.6
16312024-05-14T17:37:37.846Z Compiling anstream v0.6.11
16322024-05-14T17:37:41.452Z Compiling publicsuffix v2.2.3
16332024-05-14T17:37:41.701Z Compiling diesel_derives v2.1.2
16342024-05-14T17:37:48.797Z Compiling tokio-rustls v0.24.1
16352024-05-14T17:37:49.207Z Compiling pkcs8 v0.10.2
16362024-05-14T17:37:49.737Z Compiling terminal_size v0.3.0
16372024-05-14T17:37:50.328Z Compiling tokio-native-tls v0.3.1
16382024-05-14T17:37:50.354Z Compiling phf_shared v0.11.2
16392024-05-14T17:37:51.356Z Compiling strum_macros v0.25.2
16402024-05-14T17:37:51.569Z Compiling block-padding v0.3.3
16412024-05-14T17:37:51.692Z Compiling regress v0.9.1
16422024-05-14T17:37:51.793Z Compiling enum-as-inner v0.5.1
16432024-05-14T17:37:52.808Z Compiling serde_repr v0.1.16
16442024-05-14T17:37:53.919Z Compiling clap_derive v4.5.4
16452024-05-14T17:37:55.066Z Compiling ff v0.13.0
16462024-05-14T17:37:55.342Z Compiling scheduled-thread-pool v0.2.7
16472024-05-14T17:37:55.391Z Compiling encoding_rs v0.8.33
16482024-05-14T17:37:55.808Z Compiling bitflags v1.3.2
16492024-05-14T17:37:55.938Z Compiling regex-automata v0.1.10
16502024-05-14T17:37:56.233Z Compiling ident_case v1.0.1
16512024-05-14T17:37:56.371Z Compiling strsim v0.11.0
16522024-05-14T17:37:56.449Z Compiling clap_lex v0.7.0
16532024-05-14T17:37:56.898Z Compiling bit-vec v0.6.3
16542024-05-14T17:37:57.111Z Compiling ipnet v2.9.0
16552024-05-14T17:37:57.415Z Compiling matches v0.1.10
16562024-05-14T17:37:57.517Z Compiling managed v0.8.0
16572024-05-14T17:37:57.969Z Compiling strsim v0.10.0
16582024-05-14T17:37:58.854Z Compiling mime v0.3.17
16592024-05-14T17:37:58.994Z Compiling base16ct v0.2.0
16602024-05-14T17:37:59.542Z Compiling sec1 v0.7.3
16612024-05-14T17:37:59.586Z Compiling darling_core v0.20.8
16622024-05-14T17:38:00.461Z Compiling idna v0.2.3
16632024-05-14T17:38:01.444Z Compiling clap_builder v4.5.2
16642024-05-14T17:38:01.986Z Compiling bstr v0.2.17
16652024-05-14T17:38:03.347Z Compiling r2d2 v0.8.10
16662024-05-14T17:38:04.666Z Compiling group v0.13.0
16672024-05-14T17:38:04.852Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16682024-05-14T17:38:05.802Z Compiling inout v0.1.3
16692024-05-14T17:38:07.874Z Compiling phf v0.11.2
16702024-05-14T17:38:08.002Z Compiling hyper-tls v0.5.0
16712024-05-14T17:38:08.198Z Compiling signal-hook-mio v0.2.3
16722024-05-14T17:38:08.343Z Compiling hyper-rustls v0.24.2
16732024-05-14T17:38:08.363Z Compiling bzip2 v0.4.4
16742024-05-14T17:38:08.818Z Compiling flate2 v1.0.30
16752024-05-14T17:38:08.945Z Compiling cookie_store v0.20.0
16762024-05-14T17:38:09.439Z Compiling postgres-types v0.2.6
16772024-05-14T17:38:09.551Z Compiling zerocopy v0.6.6
16782024-05-14T17:38:10.300Z Compiling hubpack v0.1.2
16792024-05-14T17:38:10.398Z Compiling rustls-pemfile v1.0.3
16802024-05-14T17:38:10.703Z Compiling phf_shared v0.10.0
16812024-05-14T17:38:10.734Z Compiling hkdf v0.12.4
16822024-05-14T17:38:10.756Z Compiling serde_urlencoded v0.7.1
16832024-05-14T17:38:10.773Z Compiling crossbeam-epoch v0.9.18
16842024-05-14T17:38:11.050Z Compiling ipnetwork v0.20.0
16852024-05-14T17:38:11.115Z Compiling futures-executor v0.3.30
16862024-05-14T17:38:11.596Z Compiling crypto-bigint v0.5.2
16872024-05-14T17:38:11.785Z Compiling float-cmp v0.9.0
16882024-05-14T17:38:11.819Z Compiling memmap v0.7.0
16892024-05-14T17:38:12.074Z Compiling data-encoding v2.4.0
16902024-05-14T17:38:12.130Z Compiling normalize-line-endings v0.3.0
16912024-05-14T17:38:12.257Z Compiling new_debug_unreachable v1.0.4
16922024-05-14T17:38:12.276Z Compiling either v1.11.0
16932024-05-14T17:38:12.720Z Compiling unicode-segmentation v1.10.1
16942024-05-14T17:38:12.741Z Compiling difflib v0.4.0
16952024-05-14T17:38:13.955Z Compiling sync_wrapper v0.1.2
16962024-05-14T17:38:14.097Z Compiling winnow v0.6.1
16972024-05-14T17:38:14.146Z Compiling whoami v1.5.1
16982024-05-14T17:38:14.445Z Compiling precomputed-hash v0.1.1
16992024-05-14T17:38:14.745Z Compiling webpki-roots v0.25.2
17002024-05-14T17:38:14.770Z Compiling fixedbitset v0.4.2
17012024-05-14T17:38:14.770Z Compiling minimal-lexical v0.2.1
17022024-05-14T17:38:15.182Z Compiling predicates-core v1.0.6
17032024-05-14T17:38:15.281Z Compiling static_assertions v1.1.0
17042024-05-14T17:38:15.392Z Compiling predicates v3.1.0
17052024-05-14T17:38:15.493Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17062024-05-14T17:38:15.524Z Compiling nom v7.1.3
17072024-05-14T17:38:16.032Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17082024-05-14T17:38:16.356Z Compiling petgraph v0.6.5
17092024-05-14T17:38:16.913Z Compiling reqwest v0.11.27
17102024-05-14T17:38:17.837Z Compiling toml_edit v0.22.12
17112024-05-14T17:38:19.162Z Compiling string_cache v0.8.7
17122024-05-14T17:38:19.597Z Compiling tokio-postgres v0.7.10
17132024-05-14T17:38:20.368Z Compiling similar v2.4.0
17142024-05-14T17:38:20.856Z Compiling elliptic-curve v0.13.8
17152024-05-14T17:38:21.557Z Compiling itertools v0.10.5
17162024-05-14T17:38:21.877Z Compiling trust-dns-proto v0.22.0
17172024-05-14T17:38:22.417Z Compiling usdt v0.5.0
17182024-05-14T17:38:23.675Z Compiling diesel v2.1.6
17192024-05-14T17:38:23.855Z Compiling futures v0.3.30
17202024-05-14T17:38:24.058Z Compiling yasna v0.5.2
17212024-05-14T17:38:24.432Z Compiling zip v0.6.6
17222024-05-14T17:38:32.879Z Compiling crossterm v0.27.0
17232024-05-14T17:38:33.124Z Compiling cipher v0.4.4
17242024-05-14T17:38:33.124Z Compiling darling_macro v0.20.8
17252024-05-14T17:38:33.124Z Compiling clap v4.5.4
17262024-05-14T17:38:33.124Z Compiling bit-set v0.5.3
17272024-05-14T17:38:33.124Z Compiling num-iter v0.1.45
17282024-05-14T17:38:33.197Z Compiling console v0.15.8
17292024-05-14T17:38:33.197Z Compiling tokio-stream v0.1.15
17302024-05-14T17:38:33.197Z Compiling toml v0.7.8
17312024-05-14T17:38:33.197Z Compiling bstr v1.9.0
17322024-05-14T17:38:33.197Z Compiling hex v0.4.3
17332024-05-14T17:38:33.197Z Compiling lalrpop-util v0.19.12
17342024-05-14T17:38:33.197Z Compiling peg-runtime v0.8.3
17352024-05-14T17:38:33.197Z Compiling darling v0.20.8
17362024-05-14T17:38:33.197Z Compiling proc-macro-crate v1.3.1
17372024-05-14T17:38:33.197Z Compiling camino v1.1.6
17382024-05-14T17:38:33.533Z Compiling heapless v0.8.0
17392024-05-14T17:38:35.051Z Compiling num_enum_derive v0.5.11
17402024-05-14T17:38:41.499Z Compiling hash32 v0.3.1
17412024-05-14T17:38:42.987Z Compiling smoltcp v0.11.0
17422024-05-14T17:38:43.530Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17432024-05-14T17:38:43.891Z Compiling rustls-pki-types v1.3.0
17442024-05-14T17:38:53.536Z Compiling num_enum v0.5.11
17452024-05-14T17:38:57.299Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17462024-05-14T17:38:57.672Z Compiling getopts v0.2.21
17472024-05-14T17:38:59.036Z Compiling dirs-sys-next v0.1.2
17482024-05-14T17:38:59.469Z Compiling proc-macro-error-attr v1.0.4
17492024-05-14T17:39:00.210Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17502024-05-14T17:39:00.379Z Compiling unsafe-libyaml v0.2.10
17512024-05-14T17:39:00.510Z Compiling paste v1.0.15
17522024-05-14T17:39:00.953Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532024-05-14T17:39:01.263Z Compiling rustls v0.22.4
17542024-05-14T17:39:01.475Z Compiling cobs v0.2.3
17552024-05-14T17:39:02.019Z Compiling embedded-io v0.4.0
17562024-05-14T17:39:02.434Z Compiling serde_yaml v0.9.25
17572024-05-14T17:39:02.435Z Compiling postcard v1.0.8
17582024-05-14T17:39:05.698Z Compiling dirs-next v2.0.0
17592024-05-14T17:39:08.063Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17602024-05-14T17:39:16.227Z Compiling rustls-webpki v0.102.1
17612024-05-14T17:39:21.179Z Compiling strum_macros v0.26.1
17622024-05-14T17:39:21.285Z Compiling structmeta-derive v0.3.0
17632024-05-14T17:39:21.361Z Compiling foreign-types-macros v0.2.3
17642024-05-14T17:39:22.843Z Compiling thread_local v1.1.7
17652024-05-14T17:39:22.898Z Compiling proc-macro-error v1.0.4
17662024-05-14T17:39:23.230Z Compiling multer v3.1.0
17672024-05-14T17:39:23.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17682024-05-14T17:39:23.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17692024-05-14T17:39:24.000Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17702024-05-14T17:39:24.129Z Compiling slog-async v2.8.0
17712024-05-14T17:39:24.784Z Compiling foreign-types-shared v0.3.1
17722024-05-14T17:39:25.317Z Compiling match_cfg v0.1.0
17732024-05-14T17:39:25.576Z Compiling hostname v0.3.1
17742024-05-14T17:39:25.715Z Compiling strum v0.26.2
17752024-05-14T17:39:29.865Z Compiling foreign-types v0.5.0
17762024-05-14T17:39:30.729Z Compiling structmeta v0.3.0
17772024-05-14T17:39:31.192Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17782024-05-14T17:39:37.846Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17792024-05-14T17:39:47.621Z Compiling term v0.7.0
17802024-05-14T17:39:50.628Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17812024-05-14T17:39:50.631Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17822024-05-14T17:39:52.216Z Compiling slog-json v2.6.1
17832024-05-14T17:39:52.535Z Compiling is-terminal v0.4.9
17842024-05-14T17:39:52.668Z Compiling tabwriter v1.4.0
17852024-05-14T17:39:52.704Z Compiling crossbeam-channel v0.5.8
17862024-05-14T17:39:53.492Z Compiling http v1.0.0
17872024-05-14T17:39:54.390Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17882024-05-14T17:39:54.577Z Compiling async-stream-impl v0.3.5
17892024-05-14T17:39:55.201Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17902024-05-14T17:39:55.794Z Compiling cstr-argument v0.1.2
17912024-05-14T17:39:55.882Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17922024-05-14T17:39:56.046Z Compiling take_mut v0.2.2
17932024-05-14T17:39:56.517Z Compiling pretty-hex v0.2.1
17942024-05-14T17:39:56.933Z Compiling rayon-core v1.12.1
17952024-05-14T17:39:56.939Z Compiling fastrand v2.0.1
17962024-05-14T17:39:56.940Z Compiling atomic-waker v1.1.1
17972024-05-14T17:39:56.940Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17982024-05-14T17:39:57.176Z Compiling base64 v0.22.1
17992024-05-14T17:39:57.274Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18002024-05-14T17:39:57.362Z Compiling crucible-workspace-hack v0.1.0
18012024-05-14T17:39:57.646Z Compiling tempfile v3.10.1
18022024-05-14T17:39:57.707Z Compiling waitgroup v0.1.2
18032024-05-14T17:39:57.959Z Compiling rustls-pemfile v2.1.2
18042024-05-14T17:39:58.329Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18052024-05-14T17:39:58.741Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18062024-05-14T17:39:58.967Z Compiling async-stream v0.3.5
18072024-05-14T17:39:59.546Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18082024-05-14T17:39:59.656Z Compiling slog-term v2.9.1
18092024-05-14T17:39:59.782Z Compiling slog-bunyan v2.5.0
18102024-05-14T17:40:00.811Z Compiling tokio-rustls v0.25.0
18112024-05-14T17:40:01.302Z Compiling parse-display-derive v0.9.0
18122024-05-14T17:40:01.731Z Compiling toml v0.8.12
18132024-05-14T17:40:02.411Z Compiling serde_with_macros v3.7.0
18142024-05-14T17:40:02.645Z Compiling sha1 v0.10.6
18152024-05-14T17:40:03.568Z Compiling crossbeam-deque v0.8.3
18162024-05-14T17:40:03.968Z Compiling colored v2.1.0
18172024-05-14T17:40:05.218Z Compiling newtype-uuid v1.1.0
18182024-05-14T17:40:05.310Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18192024-05-14T17:40:05.377Z Compiling serde_path_to_error v0.1.16
18202024-05-14T17:40:05.549Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18212024-05-14T17:40:06.293Z Compiling hostname v0.4.0
18222024-05-14T17:40:06.727Z Compiling socket2 v0.4.9
18232024-05-14T17:40:06.734Z Compiling instant v0.1.12
18242024-05-14T17:40:06.745Z Compiling debug-ignore v1.0.5
18252024-05-14T17:40:06.898Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18262024-05-14T17:40:07.318Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18272024-05-14T17:40:08.261Z Compiling backoff v0.4.0
18282024-05-14T17:40:08.603Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18292024-05-14T17:40:08.823Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18302024-05-14T17:40:09.317Z Compiling parse-display v0.9.0
18312024-05-14T17:40:09.500Z Compiling serde_with v3.7.0
18322024-05-14T17:40:11.436Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18332024-05-14T17:40:12.875Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18342024-05-14T17:40:13.638Z Compiling camino-tempfile v1.1.1
18352024-05-14T17:40:13.794Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18362024-05-14T17:40:13.879Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18372024-05-14T17:40:14.070Z Compiling macaddr v1.0.1
18382024-05-14T17:40:14.283Z Compiling num-derive v0.4.0
18392024-05-14T17:40:14.446Z Compiling sigpipe v0.1.3
18402024-05-14T17:40:14.587Z Compiling libefi-sys v0.1.0
18412024-05-14T17:40:14.706Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18422024-05-14T17:40:14.940Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18432024-05-14T17:40:15.220Z Compiling rayon v1.10.0
18442024-05-14T17:40:16.574Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18452024-05-14T17:40:17.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18462024-05-14T17:40:18.390Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18472024-05-14T17:40:18.855Z Compiling smf v0.2.3
18482024-05-14T17:40:20.578Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18492024-05-14T17:40:21.040Z Compiling blake3 v1.5.0
18502024-05-14T17:40:21.645Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18512024-05-14T17:40:21.666Z Compiling portable-atomic v1.4.3
18522024-05-14T17:40:22.235Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18532024-05-14T17:40:22.612Z Compiling filetime v0.2.23
18542024-05-14T17:40:22.659Z Compiling xattr v1.0.1
18552024-05-14T17:40:22.973Z Compiling memmap2 v0.7.1
18562024-05-14T17:40:22.984Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18572024-05-14T17:40:23.149Z Compiling arrayvec v0.7.4
18582024-05-14T17:40:23.416Z Compiling arrayref v0.3.7
18592024-05-14T17:40:23.522Z Compiling constant_time_eq v0.3.0
18602024-05-14T17:40:23.549Z Compiling same-file v1.0.6
18612024-05-14T17:40:23.623Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18622024-05-14T17:40:23.705Z Compiling walkdir v2.5.0
18632024-05-14T17:40:25.081Z Compiling tar v0.4.40
18642024-05-14T17:40:25.783Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18652024-05-14T17:40:26.544Z Compiling gethostname v0.4.3
18662024-05-14T17:40:26.805Z Compiling number_prefix v0.4.0
18672024-05-14T17:40:27.061Z Compiling topological-sort v0.2.2
18682024-05-14T17:40:27.196Z Compiling indicatif v0.17.8
18692024-05-14T17:40:27.329Z Compiling omicron-zone-package v0.11.0
18702024-05-14T17:40:27.449Z Compiling swrite v0.1.0
18712024-05-14T17:40:32.531Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18722024-05-14T17:40:35.615Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18732024-05-14T17:40:37.354Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18742024-05-14T17:40:40.093Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18752024-05-14T17:40:57.595Z Finished release [optimized] target(s) in 5m 05s
18762024-05-14T17:40:57.846Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18772024-05-14T17:40:57.914ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-14T17:40:57.923ZCreated new build target 'test' and set it as active
18792024-05-14T17:40:57.923Z
18802024-05-14T17:40:57.923Zreal 5:06.207882425
18812024-05-14T17:40:57.924Zuser 32:08.631578309
18822024-05-14T17:40:57.924Zsys 3:57.977513506
18832024-05-14T17:40:57.924Ztrap 0.963461662
18842024-05-14T17:40:57.924Ztflt 4.819986797
18852024-05-14T17:40:57.924Zdflt 3.957330391
18862024-05-14T17:40:57.924Zkflt 0.016538845
18872024-05-14T17:40:57.924Zlock 1:08:09.364036753
18882024-05-14T17:40:57.924Zslp 1:30:58.414176899
18892024-05-14T17:40:57.925Zlat 2:07.017915537
18902024-05-14T17:40:57.925Zstop 3:41.575796626
18912024-05-14T17:40:57.925Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18922024-05-14T17:40:58.761Z Finished release [optimized] target(s) in 0.78s
18932024-05-14T17:40:58.787Z Running `target/release/omicron-package -t test package`
18942024-05-14T17:40:58.803ZLogging to: /work/oxidecomputer/omicron/out/LOG
18952024-05-14T17:40:59.698Z Compiling newline-converter v0.3.0
18962024-05-14T17:40:59.708Z Compiling humantime v2.1.0
18972024-05-14T17:40:59.772Z Compiling unicode-xid v0.2.4
18982024-05-14T17:40:59.784Z Compiling linked-hash-map v0.5.6
18992024-05-14T17:40:59.794Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19002024-05-14T17:40:59.794Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19012024-05-14T17:40:59.794Z Compiling password-hash v0.5.0
19022024-05-14T17:40:59.794Z Compiling blake2 v0.10.6
19032024-05-14T17:41:00.314Z Compiling expectorate v1.1.0
19042024-05-14T17:41:00.737Z Compiling semver v0.1.20
19052024-05-14T17:41:00.737Z Compiling bytecount v0.6.3
19062024-05-14T17:41:00.737Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19072024-05-14T17:41:00.737Z Compiling lru-cache v0.1.2
19082024-05-14T17:41:00.737Z Compiling argon2 v0.5.3
19092024-05-14T17:41:00.744Z Compiling rustc_version v0.1.7
19102024-05-14T17:41:00.744Z Compiling papergrid v0.11.0
19112024-05-14T17:41:00.744Z Compiling tabled_derive v0.7.0
19122024-05-14T17:41:00.744Z Compiling newtype_derive v0.1.6
19132024-05-14T17:41:01.032Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19142024-05-14T17:41:01.230Z Compiling quick-error v1.2.3
19152024-05-14T17:41:01.365Z Compiling resolv-conf v0.7.0
19162024-05-14T17:41:01.753Z Compiling trust-dns-resolver v0.22.0
19172024-05-14T17:41:02.134Z Compiling steno v0.4.0
19182024-05-14T17:41:03.044Z Compiling tabled v0.15.0
19192024-05-14T17:41:03.044Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19202024-05-14T17:41:03.055Z Compiling derive-where v1.2.7
19212024-05-14T17:41:06.348Z Compiling slog-dtrace v0.3.0
19222024-05-14T17:41:06.361Z Compiling termcolor v1.2.0
19232024-05-14T17:41:06.727Z Compiling itertools v0.12.1
19242024-05-14T17:41:07.431Z Compiling utf-8 v0.7.6
19252024-05-14T17:41:09.334Z Compiling num-rational v0.4.2
19262024-05-14T17:41:10.599Z Compiling num-complex v0.4.6
19272024-05-14T17:41:11.933Z Compiling num v0.4.3
19282024-05-14T17:41:11.960Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19292024-05-14T17:41:12.049Z Compiling nibble_vec v0.1.0
19302024-05-14T17:41:12.276Z Compiling radium v0.7.0
19312024-05-14T17:41:12.701Z Compiling endian-type v0.1.2
19322024-05-14T17:41:12.938Z Compiling radix_trie v0.2.1
19332024-05-14T17:41:13.046Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19342024-05-14T17:41:13.846Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19352024-05-14T17:41:14.653Z Compiling tungstenite v0.20.1
19362024-05-14T17:41:16.160Z Compiling tap v1.0.1
19372024-05-14T17:41:16.350Z Compiling maybe-uninit v2.0.0
19382024-05-14T17:41:16.885Z Compiling wyz v0.5.1
19392024-05-14T17:41:17.366Z Compiling tokio-tungstenite v0.20.1
19402024-05-14T17:41:18.480Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19412024-05-14T17:41:20.053Z Compiling arc-swap v1.6.0
19422024-05-14T17:41:20.832Z Compiling cancel-safe-futures v0.1.5
19432024-05-14T17:41:21.181Z Compiling display-error-chain v0.2.0
19442024-05-14T17:41:21.359Z Compiling packed_struct v0.10.1
19452024-05-14T17:41:21.771Z Compiling crc-catalog v2.2.0
19462024-05-14T17:41:21.920Z Compiling funty v2.0.0
19472024-05-14T17:41:24.523Z Compiling num-bigint-dig v0.8.4
19482024-05-14T17:41:24.590Z Compiling bitvec v1.0.1
19492024-05-14T17:41:24.841Z Compiling crc v3.0.1
19502024-05-14T17:41:25.519Z Compiling slog-scope v4.4.0
19512024-05-14T17:41:25.690Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19522024-05-14T17:41:26.143Z Compiling packed_struct_codegen v0.10.1
19532024-05-14T17:41:26.312Z Compiling fxhash v0.2.1
19542024-05-14T17:41:26.436Z Compiling indexmap v1.9.3
19552024-05-14T17:41:26.518Z Compiling nodrop v0.1.14
19562024-05-14T17:41:26.642Z Compiling array-init v0.0.4
19572024-05-14T17:41:26.770Z Compiling slog-stdlog v4.1.1
19582024-05-14T17:41:27.738Z Compiling smallvec v0.6.14
19592024-05-14T17:41:28.635Z Compiling rayon-core v1.12.1
19602024-05-14T17:41:28.652Z Compiling synstructure v0.12.6
19612024-05-14T17:41:28.665Z Compiling pkcs1 v0.7.5
19622024-05-14T17:41:30.087Z Compiling signature v2.1.0
19632024-05-14T17:41:30.320Z Compiling crossbeam-deque v0.8.3
19642024-05-14T17:41:30.666Z Compiling dirs-sys-next v0.1.2
19652024-05-14T17:41:31.181Z Compiling half v2.3.1
19662024-05-14T17:41:31.872Z Compiling glob v0.3.1
19672024-05-14T17:41:32.670Z Compiling bitfield v0.14.0
19682024-05-14T17:41:32.789Z Compiling fastrand v2.0.1
19692024-05-14T17:41:32.956Z Compiling same-file v1.0.6
19702024-05-14T17:41:33.147Z Compiling hashbrown v0.12.3
19712024-05-14T17:41:33.170Z Compiling ciborium-io v0.2.2
19722024-05-14T17:41:33.280Z Compiling crunchy v0.2.2
19732024-05-14T17:41:33.312Z Compiling ciborium-ll v0.2.2
19742024-05-14T17:41:33.746Z Compiling tempfile v3.10.1
19752024-05-14T17:41:33.762Z Compiling walkdir v2.5.0
19762024-05-14T17:41:34.445Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19772024-05-14T17:41:34.550Z Compiling clang-sys v1.6.1
19782024-05-14T17:41:35.226Z Compiling dirs-next v2.0.0
19792024-05-14T17:41:35.419Z Compiling rsa v0.9.2
19802024-05-14T17:41:36.951Z Compiling zerocopy-derive v0.2.0
19812024-05-14T17:41:38.750Z Compiling serde-hex v0.1.0
19822024-05-14T17:41:38.897Z Compiling slog-envlogger v2.2.0
19832024-05-14T17:41:40.186Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19842024-05-14T17:41:40.506Z Compiling env_logger v0.10.0
19852024-05-14T17:41:40.882Z Compiling camino v1.1.6
19862024-05-14T17:41:40.945Z Compiling x509-cert v0.2.4
19872024-05-14T17:41:41.686Z Compiling ron v0.8.1
19882024-05-14T17:41:43.780Z Compiling hashbrown v0.13.2
19892024-05-14T17:41:44.432Z Compiling maplit v1.0.2
19902024-05-14T17:41:44.538Z Compiling tiny-keccak v2.0.2
19912024-05-14T17:41:44.833Z Compiling prettyplease v0.2.19
19922024-05-14T17:41:45.138Z Compiling crc-any v2.4.3
19932024-05-14T17:41:45.163Z Compiling object v0.30.4
19942024-05-14T17:41:46.099Z Compiling blake3 v1.5.0
19952024-05-14T17:41:46.413Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19962024-05-14T17:41:48.033Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19972024-05-14T17:41:49.128Z Compiling rayon v1.10.0
19982024-05-14T17:41:49.660Z Compiling term v0.7.0
19992024-05-14T17:41:49.987Z Compiling ciborium v0.2.2
20002024-05-14T17:41:50.988Z Compiling memmap2 v0.7.1
20012024-05-14T17:41:51.320Z Compiling atty v0.2.14
20022024-05-14T17:41:51.461Z Compiling filetime v0.2.23
20032024-05-14T17:41:51.755Z Compiling xattr v1.0.1
20042024-05-14T17:41:51.991Z Compiling constant_time_eq v0.3.0
20052024-05-14T17:41:52.095Z Compiling arrayvec v0.7.4
20062024-05-14T17:41:52.150Z Compiling home v0.5.5
20072024-05-14T17:41:52.395Z Compiling path-slash v0.1.5
20082024-05-14T17:41:52.510Z Compiling arrayref v0.3.7
20092024-05-14T17:41:52.599Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20102024-05-14T17:41:52.607Z Compiling toolchain_find v0.4.0
20112024-05-14T17:41:53.145Z Compiling tar v0.4.40
20122024-05-14T17:41:53.354Z Compiling ascii-canvas v3.0.0
20132024-05-14T17:41:54.392Z Compiling camino-tempfile v1.1.1
20142024-05-14T17:41:54.802Z Compiling toml v0.8.12
20152024-05-14T17:41:54.988Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20162024-05-14T17:41:55.261Z Compiling is-terminal v0.4.9
20172024-05-14T17:41:55.413Z Compiling libsw v3.3.1
20182024-05-14T17:41:55.450Z Compiling ena v0.14.2
20192024-05-14T17:41:55.744Z Compiling usdt-impl v0.3.5
20202024-05-14T17:41:55.855Z Compiling libloading v0.7.4
20212024-05-14T17:41:56.138Z Compiling topological-sort v0.2.2
20222024-05-14T17:41:56.363Z Compiling convert_case v0.4.0
20232024-05-14T17:41:56.408Z Compiling owo-colors v4.0.0
20242024-05-14T17:41:56.409Z Compiling parking_lot_core v0.8.6
20252024-05-14T17:41:56.744Z Compiling diff v0.1.13
20262024-05-14T17:41:57.013Z Compiling linear-map v1.2.0
20272024-05-14T17:41:57.281Z Compiling bindgen v0.69.2
20282024-05-14T17:41:57.447Z Compiling regex-syntax v0.6.29
20292024-05-14T17:41:57.726Z Compiling derive_more v0.99.17
20302024-05-14T17:41:58.826Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20312024-05-14T17:41:59.007Z Compiling omicron-zone-package v0.11.0
20322024-05-14T17:42:02.631Z Compiling lalrpop v0.19.12
20332024-05-14T17:42:04.405Z Compiling rustfmt-wrapper v0.2.1
20342024-05-14T17:42:04.780Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20352024-05-14T17:42:04.999Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20362024-05-14T17:42:05.036Z Compiling cexpr v0.6.0
20372024-05-14T17:42:10.045Z Compiling which v4.4.0
20382024-05-14T17:42:10.221Z Compiling unicase v2.7.0
20392024-05-14T17:42:10.221Z Compiling shlex v1.3.0
20402024-05-14T17:42:10.221Z Compiling rustc-hash v1.1.0
20412024-05-14T17:42:10.221Z Compiling peeking_take_while v0.1.2
20422024-05-14T17:42:10.221Z Compiling lazycell v1.3.0
20432024-05-14T17:42:10.221Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20442024-05-14T17:42:10.221Z Compiling zerocopy v0.3.0
20452024-05-14T17:42:10.284Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20462024-05-14T17:42:10.285Z Compiling derive_builder_core v0.20.0
20472024-05-14T17:42:11.473Z Compiling pem v3.0.4
20482024-05-14T17:42:13.040Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20492024-05-14T17:42:13.251Z Compiling headers-core v0.2.0
20502024-05-14T17:42:13.432Z Compiling libxml v0.3.3
20512024-05-14T17:42:13.784Z Compiling async-recursion v1.1.1
20522024-05-14T17:42:14.976Z Compiling ref-cast v1.0.22
20532024-05-14T17:42:15.221Z Compiling platforms v3.0.2
20542024-05-14T17:42:15.505Z Compiling headers v0.3.9
20552024-05-14T17:42:15.567Z Compiling derive_builder_macro v0.20.0
20562024-05-14T17:42:16.385Z Compiling dof v0.1.5
20572024-05-14T17:42:17.177Z Compiling parking_lot v0.11.2
20582024-05-14T17:42:17.545Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20592024-05-14T17:42:19.194Z Compiling trust-dns-client v0.22.0
20602024-05-14T17:42:19.430Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20612024-05-14T17:42:19.719Z Compiling dtrace-parser v0.1.14
20622024-05-14T17:42:19.745Z Compiling strum_macros v0.24.3
20632024-05-14T17:42:19.905Z Compiling toml v0.5.11
20642024-05-14T17:42:21.192Z Compiling ref-cast-impl v1.0.22
20652024-05-14T17:42:22.130Z Compiling samael v0.0.15
20662024-05-14T17:42:22.451Z Compiling vte_generate_state_changes v0.1.1
20672024-05-14T17:42:23.087Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20682024-05-14T17:42:23.185Z Compiling cookie v0.18.1
20692024-05-14T17:42:23.403Z Compiling indoc v1.0.9
20702024-05-14T17:42:23.494Z Compiling cfg_aliases v0.1.1
20712024-05-14T17:42:23.588Z Compiling buf-list v1.0.3
20722024-05-14T17:42:24.140Z Compiling nix v0.28.0
20732024-05-14T17:42:24.309Z Compiling vte v0.11.1
20742024-05-14T17:42:24.459Z Compiling trust-dns-server v0.22.1
20752024-05-14T17:42:26.336Z Compiling sled v0.34.7
20762024-05-14T17:42:28.003Z Compiling derive_builder v0.20.0
20772024-05-14T17:42:29.053Z Compiling polar-core v0.27.3
20782024-05-14T17:42:29.722Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20792024-05-14T17:42:31.435Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20802024-05-14T17:42:31.745Z Compiling const_format_proc_macros v0.2.32
20812024-05-14T17:42:33.047Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20822024-05-14T17:42:33.769Z Compiling fd-lock v4.0.2
20832024-05-14T17:42:33.899Z Compiling bb8 v0.8.3
20842024-05-14T17:42:33.993Z Compiling quick-xml v0.31.0
20852024-05-14T17:42:34.398Z Compiling oso-derive v0.27.3
20862024-05-14T17:42:35.462Z Compiling serde_tokenstream v0.1.7
20872024-05-14T17:42:35.920Z Compiling impl-trait-for-tuples v0.2.2
20882024-05-14T17:42:38.301Z Compiling pin-project-internal v1.1.3
20892024-05-14T17:42:40.651Z Compiling memoffset v0.7.1
20902024-05-14T17:42:40.984Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20912024-05-14T17:42:41.061Z Compiling pin-project v1.1.3
20922024-05-14T17:42:41.329Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20932024-05-14T17:42:41.985Z Compiling const_format v0.2.32
20942024-05-14T17:42:47.048Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20952024-05-14T17:42:47.217Z Compiling curve25519-dalek v4.1.2
20962024-05-14T17:42:47.663Z Compiling strip-ansi-escapes v0.2.0
20972024-05-14T17:42:52.350Z Compiling oso v0.27.3
20982024-05-14T17:43:02.825Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20992024-05-14T17:43:03.871Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21002024-05-14T17:43:08.417Z Compiling kstat-rs v0.2.3
21012024-05-14T17:43:09.282Z Compiling snafu-derive v0.8.2
21022024-05-14T17:43:09.366Z Compiling fs-err v2.11.0
21032024-05-14T17:43:09.686Z Compiling keccak v0.1.4
21042024-05-14T17:43:09.728Z Compiling nu-ansi-term v0.50.0
21052024-05-14T17:43:10.632Z Compiling reedline v0.31.0
21062024-05-14T17:43:11.001Z Compiling sha3 v0.10.8
21072024-05-14T17:43:12.010Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21082024-05-14T17:43:14.244Z Compiling snafu v0.8.2
21092024-05-14T17:43:15.720Z Compiling mime_guess v2.0.4
21102024-05-14T17:43:18.537Z Compiling usdt-attr-macro v0.3.5
21112024-05-14T17:43:19.935Z Compiling usdt-macro v0.3.5
21122024-05-14T17:43:20.765Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21132024-05-14T17:43:21.436Z Compiling env_logger v0.9.3
21142024-05-14T17:43:21.633Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21152024-05-14T17:43:26.227Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21162024-05-14T17:43:27.769Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21172024-05-14T17:43:28.279Z Compiling globset v0.4.13
21182024-05-14T17:43:28.930Z Compiling peg-macros v0.8.3
21192024-05-14T17:43:32.437Z Compiling olpc-cjson v0.1.3
21202024-05-14T17:43:32.753Z Compiling universal-hash v0.5.1
21212024-05-14T17:43:32.975Z Compiling secrecy v0.8.0
21222024-05-14T17:43:33.237Z Compiling thiserror-impl-no-std v2.0.2
21232024-05-14T17:43:35.241Z Compiling bitstruct_derive v0.1.0
21242024-05-14T17:43:35.520Z Compiling serde_plain v1.0.2
21252024-05-14T17:43:36.027Z Compiling sqlparser_derive v0.2.2
21262024-05-14T17:43:36.039Z Compiling nanorand v0.7.0
21272024-05-14T17:43:36.538Z Compiling curve25519-dalek-derive v0.1.0
21282024-05-14T17:43:36.808Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21292024-05-14T17:43:36.857Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21302024-05-14T17:43:36.941Z Compiling typed-path v0.7.0
21312024-05-14T17:43:37.195Z Compiling ascii v1.1.0
21322024-05-14T17:43:37.372Z Compiling opaque-debug v0.3.0
21332024-05-14T17:43:37.886Z Compiling signature v1.6.4
21342024-05-14T17:43:37.897Z Compiling salty v0.2.0
21352024-05-14T17:43:38.307Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21362024-05-14T17:43:38.307Z Compiling unicode_categories v0.1.1
21372024-05-14T17:43:38.307Z Compiling sqlformat v0.2.3
21382024-05-14T17:43:38.348Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21392024-05-14T17:43:40.819Z Compiling tough v0.17.1
21402024-05-14T17:43:41.287Z Compiling ed25519 v1.5.3
21412024-05-14T17:43:41.590Z Compiling poly1305 v0.8.0
21422024-05-14T17:43:43.332Z Compiling rustyline v14.0.0
21432024-05-14T17:43:43.852Z Compiling sqlparser v0.45.0
21442024-05-14T17:43:45.513Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21452024-05-14T17:43:45.786Z Compiling bitstruct v0.1.1
21462024-05-14T17:43:45.908Z Compiling flume v0.11.0
21472024-05-14T17:43:46.677Z Compiling thiserror-no-std v2.0.2
21482024-05-14T17:43:46.795Z Compiling peg v0.8.3
21492024-05-14T17:43:46.910Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21502024-05-14T17:43:47.445Z Compiling usdt v0.3.5
21512024-05-14T17:43:47.485Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21522024-05-14T17:43:47.912Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21532024-05-14T17:43:55.940Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21542024-05-14T17:43:56.510Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21552024-05-14T17:43:56.836Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21562024-05-14T17:43:57.360Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21572024-05-14T17:43:58.559Z Compiling chacha20 v0.9.1
21582024-05-14T17:43:59.012Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21592024-05-14T17:44:01.239Z Compiling aead v0.5.2
21602024-05-14T17:44:01.586Z Compiling bcs v0.1.6
21612024-05-14T17:44:02.537Z Compiling erased-serde v0.3.31
21622024-05-14T17:44:04.251Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21632024-05-14T17:44:05.113Z Compiling serde-big-array v0.5.1
21642024-05-14T17:44:05.361Z Compiling serde_arrays v0.1.0
21652024-05-14T17:44:05.548Z Compiling highway v1.1.0
21662024-05-14T17:44:06.989Z Compiling parse-size v1.0.0
21672024-05-14T17:44:07.293Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-05-14T17:44:09.059Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21692024-05-14T17:44:18.107Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21702024-05-14T17:44:35.122Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21712024-05-14T17:44:35.234Z Compiling chacha20poly1305 v0.10.1
21722024-05-14T17:44:35.614Z Compiling vsss-rs v3.3.4
21732024-05-14T17:44:40.103Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21742024-05-14T17:44:40.129Z Compiling signal-hook-tokio v0.3.1
21752024-05-14T17:44:40.321Z Compiling heck v0.3.3
21762024-05-14T17:44:40.676Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21772024-05-14T17:44:40.815Z Compiling castaway v0.2.2
21782024-05-14T17:44:41.003Z Compiling rand_seeder v0.2.3
21792024-05-14T17:44:41.407Z Compiling serde-big-array v0.4.1
21802024-05-14T17:44:41.611Z Compiling http-range v0.1.5
21812024-05-14T17:44:42.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21822024-05-14T17:44:42.208Z Compiling hyper-staticfile v0.9.5
21832024-05-14T17:44:42.467Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21842024-05-14T17:44:42.887Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21852024-05-14T17:44:43.910Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21862024-05-14T17:44:44.106Z Compiling compact_str v0.7.1
21872024-05-14T17:44:44.281Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21882024-05-14T17:44:45.610Z Compiling zone_cfg_derive v0.1.2
21892024-05-14T17:44:45.638Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21902024-05-14T17:44:54.097Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21912024-05-14T17:44:54.739Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21922024-05-14T17:45:01.720Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21932024-05-14T17:45:03.142Z Compiling tungstenite v0.21.0
21942024-05-14T17:45:07.945Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21952024-05-14T17:45:08.263Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21962024-05-14T17:45:08.573Z Compiling lru v0.12.1
21972024-05-14T17:45:08.581Z Compiling stability v0.2.0
21982024-05-14T17:45:08.929Z Compiling cassowary v0.3.0
21992024-05-14T17:45:09.583Z Compiling corncobs v0.1.3
22002024-05-14T17:45:09.953Z Compiling base64 v0.13.1
22012024-05-14T17:45:10.751Z Compiling indoc v2.0.3
22022024-05-14T17:45:11.763Z Compiling ratatui v0.26.2
22032024-05-14T17:45:13.398Z Compiling ron v0.7.1
22042024-05-14T17:45:17.418Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22052024-05-14T17:45:18.260Z Compiling tokio-tungstenite v0.21.0
22062024-05-14T17:45:18.853Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22072024-05-14T17:45:19.151Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22082024-05-14T17:45:19.876Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22092024-05-14T17:45:29.752Z Compiling zone v0.1.8
22102024-05-14T17:45:31.385Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22112024-05-14T17:45:39.128Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22122024-05-14T17:45:42.120Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22132024-05-14T17:45:42.869Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22142024-05-14T17:45:43.520Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22152024-05-14T17:45:43.823Z Compiling portpicker v0.1.1
22162024-05-14T17:45:44.360Z Compiling smawk v0.3.1
22172024-05-14T17:45:44.614Z Compiling unicode-linebreak v0.1.5
22182024-05-14T17:45:45.180Z Compiling textwrap v0.16.1
22192024-05-14T17:45:48.358Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22202024-05-14T17:45:50.375Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22212024-05-14T17:45:54.334Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22222024-05-14T17:46:02.072Z Compiling rcgen v0.12.1
22232024-05-14T17:46:03.061Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22242024-05-14T17:46:03.525Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22252024-05-14T17:46:06.150Z Compiling atomicwrites v0.4.3
22262024-05-14T17:46:06.701Z Compiling fatfs v0.3.6
22272024-05-14T17:46:08.507Z Compiling subprocess v0.2.9
22282024-05-14T17:46:09.606Z Compiling rtoolbox v0.0.1
22292024-05-14T17:46:10.030Z Compiling assert_matches v1.5.0
22302024-05-14T17:46:10.138Z Compiling is_ci v1.2.0
22312024-05-14T17:46:10.415Z Compiling supports-color v3.0.0
22322024-05-14T17:46:11.074Z Compiling rpassword v7.3.1
22332024-05-14T17:46:11.514Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22342024-05-14T17:46:13.176Z Compiling tui-tree-widget v0.19.0
22352024-05-14T17:46:13.591Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22362024-05-14T17:46:13.866Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22372024-05-14T17:46:14.441Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22382024-05-14T17:46:14.761Z Compiling csv-core v0.1.11
22392024-05-14T17:46:15.702Z Compiling shell-words v1.1.0
22402024-05-14T17:46:16.161Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22412024-05-14T17:46:16.253Z Compiling csv v1.3.0
22422024-05-14T17:46:18.393Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22432024-05-14T17:46:18.725Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22442024-05-14T17:46:29.486Z Compiling multimap v0.10.0
22452024-05-14T17:46:29.873Z Compiling uzers v0.11.3
22462024-05-14T17:46:33.074Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22472024-05-14T17:48:34.866Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22482024-05-14T17:48:51.703Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22492024-05-14T17:56:03.912Z Finished release [optimized] target(s) in 15m 05s
22502024-05-14T17:57:06.371Z
22512024-05-14T17:57:06.371Zreal 16:08.429590170
22522024-05-14T17:57:06.371Zuser 1:50:33.734535433
22532024-05-14T17:57:06.372Zsys 4:42.043811159
22542024-05-14T17:57:06.372Ztrap 2.734088173
22552024-05-14T17:57:06.372Ztflt 2.178801954
22562024-05-14T17:57:06.375Zdflt 2.885203401
22572024-05-14T17:57:06.375Zkflt 0.008376951
22582024-05-14T17:57:06.375Zlock 6:46:34.471045474
22592024-05-14T17:57:06.375Zslp 4:18:59.995078336
22602024-05-14T17:57:06.375Zlat 2:21.840895247
22612024-05-14T17:57:06.375Zstop 1:05.045269889
22622024-05-14T17:57:06.375Z+ ptime -m cargo build --locked --release -p xtask
22632024-05-14T17:57:06.878Z Downloading crates ...
22642024-05-14T17:57:06.962Z Downloaded cargo_metadata v0.18.1
22652024-05-14T17:57:06.965Z Downloaded cargo_toml v0.20.2
22662024-05-14T17:57:06.968Z Downloaded cargo-platform v0.1.3
22672024-05-14T17:57:06.980Z Compiling serde v1.0.201
22682024-05-14T17:57:06.983Z Compiling libc v0.2.153
22692024-05-14T17:57:06.983Z Compiling rustix v0.38.31
22702024-05-14T17:57:06.983Z Compiling hashbrown v0.14.3
22712024-05-14T17:57:06.983Z Compiling bitflags v2.4.2
22722024-05-14T17:57:07.044Z Compiling syn v2.0.60
22732024-05-14T17:57:07.056Z Compiling serde_json v1.0.116
22742024-05-14T17:57:07.092Z Compiling anyhow v1.0.83
22752024-05-14T17:57:08.356Z Compiling indexmap v2.2.6
22762024-05-14T17:57:08.642Z Compiling errno v0.3.8
22772024-05-14T17:57:09.579Z Compiling terminal_size v0.3.0
22782024-05-14T17:57:09.678Z Compiling clap_builder v4.5.2
22792024-05-14T17:57:11.744Z Compiling serde_derive v1.0.201
22802024-05-14T17:57:11.744Z Compiling thiserror-impl v1.0.59
22812024-05-14T17:57:11.748Z Compiling clap_derive v4.5.4
22822024-05-14T17:57:14.775Z Compiling clap v4.5.4
22832024-05-14T17:57:16.682Z Compiling thiserror v1.0.59
22842024-05-14T17:57:20.873Z Compiling toml_datetime v0.6.5
22852024-05-14T17:57:20.873Z Compiling serde_spanned v0.6.5
22862024-05-14T17:57:20.886Z Compiling cargo-platform v0.1.3
22872024-05-14T17:57:20.886Z Compiling semver v1.0.22
22882024-05-14T17:57:20.886Z Compiling camino v1.1.6
22892024-05-14T17:57:20.886Z Compiling macaddr v1.0.1
22902024-05-14T17:57:21.159Z Compiling toml_edit v0.22.12
22912024-05-14T17:57:22.406Z Compiling cargo_metadata v0.18.1
22922024-05-14T17:57:23.733Z Compiling toml v0.8.12
22932024-05-14T17:57:24.653Z Compiling cargo_toml v0.20.2
22942024-05-14T17:57:37.271Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22952024-05-14T17:57:48.621Z Finished release [optimized] target(s) in 42.19s
22962024-05-14T17:57:48.680Z
22972024-05-14T17:57:48.680Zreal 42.286557323
22982024-05-14T17:57:48.680Zuser 3:06.807097003
22992024-05-14T17:57:48.680Zsys 15.657615872
23002024-05-14T17:57:48.680Ztrap 0.067993180
23012024-05-14T17:57:48.684Ztflt 0.194150860
23022024-05-14T17:57:48.684Zdflt 0.729181914
23032024-05-14T17:57:48.684Zkflt 0.000007649
23042024-05-14T17:57:48.684Zlock 4:13.638666310
23052024-05-14T17:57:48.684Zslp 3:36.764672885
23062024-05-14T17:57:48.684Zlat 3.087689125
23072024-05-14T17:57:48.684Zstop 3.461244560
23082024-05-14T17:57:48.684Z+ 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)
23092024-05-14T17:57:48.684Z+ 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
23102024-05-14T17:57:58.419ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23112024-05-14T17:57:58.420Za out/mg-ddm-gz.tar 60398K
23122024-05-14T17:57:58.420Za out/omicron-sled-agent.tar 94563K
23132024-05-14T17:57:58.420Za out/oxlog.tar 2913K
23142024-05-14T17:57:58.420Za out/pumpkind-gz.tar 26665K
23152024-05-14T17:57:58.420Za out/target/test 1K
23162024-05-14T17:57:58.420Za out/npuzone/npuzone 23144K
23172024-05-14T17:57:58.420Za package-manifest.toml 27K
23182024-05-14T17:57:58.420Za smf/sled-agent/non-gimlet/config.toml 4K
23192024-05-14T17:57:58.420Za target/release/omicron-package 31465K
23202024-05-14T17:57:58.420Za target/release/xtask 6665K
23212024-05-14T17:57:58.426Z
23222024-05-14T17:57:58.426Zreal 9.736274283
23232024-05-14T17:57:58.426Zuser 9.419707624
23242024-05-14T17:57:58.426Zsys 0.658062918
23252024-05-14T17:57:58.426Ztrap 0.001302230
23262024-05-14T17:57:58.426Ztflt 0.000000000
23272024-05-14T17:57:58.426Zdflt 0.000000000
23282024-05-14T17:57:58.426Zkflt 0.000000000
23292024-05-14T17:57:58.426Zlock 0.000000000
23302024-05-14T17:57:58.426Zslp 9.177791332
23312024-05-14T17:57:58.426Zlat 0.212479363
23322024-05-14T17:57:58.427Zstop 0.000178080
23332024-05-14T17:57:58.427Z++ pwd
23342024-05-14T17:57:58.430Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23352024-05-14T17:57:58.430Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23362024-05-14T17:57:58.430Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23372024-05-14T17:57:59.251Z Finished release [optimized] target(s) in 0.77s
23382024-05-14T17:57:59.274Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23392024-05-14T17:57:59.305ZLogging to: /work/oxidecomputer/omicron/out/LOG
23402024-05-14T17:57:59.308ZCreated new build target 'host' and set it as active
23412024-05-14T17:57:59.308Z
23422024-05-14T17:57:59.308Zreal 0.877834544
23432024-05-14T17:57:59.308Zuser 0.584671506
23442024-05-14T17:57:59.308Zsys 0.276258188
23452024-05-14T17:57:59.308Ztrap 0.000053189
23462024-05-14T17:57:59.309Ztflt 0.000061550
23472024-05-14T17:57:59.309Zdflt 0.000017029
23482024-05-14T17:57:59.309Zkflt 0.000000000
23492024-05-14T17:57:59.309Zlock 0.025083540
23502024-05-14T17:57:59.309Zslp 0.109946480
23512024-05-14T17:57:59.309Zlat 0.003906020
23522024-05-14T17:57:59.309Zstop 0.000289788
23532024-05-14T17:57:59.309Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23542024-05-14T17:58:00.113Z Finished release [optimized] target(s) in 0.75s
23552024-05-14T17:58:00.138Z Running `target/release/omicron-package -t host package`
23562024-05-14T17:58:00.169ZLogging to: /work/oxidecomputer/omicron/out/LOG
23572024-05-14T17:58:01.006Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23582024-05-14T18:00:31.416Z Finished release [optimized] target(s) in 2m 31s
23592024-05-14T18:01:09.528Z
23602024-05-14T18:01:09.528Zreal 3:10.207276444
23612024-05-14T18:01:09.528Zuser 14:35.477706483
23622024-05-14T18:01:09.528Zsys 42.603806462
23632024-05-14T18:01:09.528Ztrap 0.288090791
23642024-05-14T18:01:09.529Ztflt 0.056139395
23652024-05-14T18:01:09.533Zdflt 3.862582232
23662024-05-14T18:01:09.533Zkflt 0.145939628
23672024-05-14T18:01:09.533Zlock 1:11:10.148118367
23682024-05-14T18:01:09.533Zslp 13:05.726247291
23692024-05-14T18:01:09.533Zlat 7.108254160
23702024-05-14T18:01:09.533Zstop 2.693271631
23712024-05-14T18:01:09.533Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23722024-05-14T18:01:09.533Z+ for package in "$@"
23732024-05-14T18:01:09.533Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git82e9fe5b10f
23742024-05-14T18:01:10.341Z Finished release [optimized] target(s) in 0.76s
23752024-05-14T18:01:10.366Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git82e9fe5b10f`
23762024-05-14T18:01:10.396ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772024-05-14T18:01:10.560ZCreated: out/versioned/omicron-sled-agent.tar
23782024-05-14T18:01:10.564Z+ for package in "$@"
23792024-05-14T18:01:10.564Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f
23802024-05-14T18:01:11.358Z Finished release [optimized] target(s) in 0.74s
23812024-05-14T18:01:11.382Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f`
23822024-05-14T18:01:11.415ZLogging to: /work/oxidecomputer/omicron/out/LOG
23832024-05-14T18:01:11.523ZCreated: out/versioned/mg-ddm-gz.tar
23842024-05-14T18:01:11.531Z+ for package in "$@"
23852024-05-14T18:01:11.531Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git82e9fe5b10f
23862024-05-14T18:01:12.343Z Finished release [optimized] target(s) in 0.77s
23872024-05-14T18:01:12.368Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git82e9fe5b10f`
23882024-05-14T18:01:12.402ZLogging to: /work/oxidecomputer/omicron/out/LOG
23892024-05-14T18:01:13.454ZCreated: out/versioned/propolis-server.tar.gz
23902024-05-14T18:01:13.458Z+ for package in "$@"
23912024-05-14T18:01:13.458Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git82e9fe5b10f
23922024-05-14T18:01:14.266Z Finished release [optimized] target(s) in 0.75s
23932024-05-14T18:01:14.291Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git82e9fe5b10f`
23942024-05-14T18:01:14.323ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952024-05-14T18:01:14.329ZCreated: out/versioned/overlay.tar.gz
23962024-05-14T18:01:14.329Z+ for package in "$@"
23972024-05-14T18:01:14.329Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git82e9fe5b10f
23982024-05-14T18:01:15.119Z Finished release [optimized] target(s) in 0.74s
23992024-05-14T18:01:15.143Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git82e9fe5b10f`
24002024-05-14T18:01:15.175ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012024-05-14T18:01:15.182ZCreated: out/versioned/oxlog.tar
24022024-05-14T18:01:15.188Z+ for package in "$@"
24032024-05-14T18:01:15.189Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git82e9fe5b10f
24042024-05-14T18:01:15.994Z Finished release [optimized] target(s) in 0.76s
24052024-05-14T18:01:16.020Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git82e9fe5b10f`
24062024-05-14T18:01:16.051ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072024-05-14T18:01:16.126ZCreated: out/versioned/pumpkind-gz.tar
24082024-05-14T18:01:16.130Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24092024-05-14T18:01:16.138Z+++ dirname -- ./tools/build-global-zone-packages.sh
24102024-05-14T18:01:16.142Z++ cd -- ./tools
24112024-05-14T18:01:16.142Z++ pwd
24122024-05-14T18:01:16.142Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24132024-05-14T18:01:16.143Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24142024-05-14T18:01:16.203Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24152024-05-14T18:01:16.208Z++ readlink -f /work
24162024-05-14T18:01:16.208Z+ out_dir=/work
24172024-05-14T18:01:16.208Z+ 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")
24182024-05-14T18:01:16.208Z+ for dep in "${deps[@]}"
24192024-05-14T18:01:16.208Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24202024-05-14T18:01:16.208Z+ for dep in "${deps[@]}"
24212024-05-14T18:01:16.208Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24222024-05-14T18:01:16.208Z+ for dep in "${deps[@]}"
24232024-05-14T18:01:16.208Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24242024-05-14T18:01:16.208Z+ for dep in "${deps[@]}"
24252024-05-14T18:01:16.208Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24262024-05-14T18:01:16.208Z+ for dep in "${deps[@]}"
24272024-05-14T18:01:16.208Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24282024-05-14T18:01:16.209Z+ for dep in "${deps[@]}"
24292024-05-14T18:01:16.209Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24302024-05-14T18:01:16.214Z++ mktemp -d
24312024-05-14T18:01:16.214Z+ tmp_gz=/tmp/tmp.Hya4ti
24322024-05-14T18:01:16.214Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24332024-05-14T18:01:16.214Z+ echo '{"v":"1","t":"layer"}'
24342024-05-14T18:01:16.214Z+ pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/sled-agent
24352024-05-14T18:01:16.214Z+ mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/sled-agent
24362024-05-14T18:01:16.215Z+ cd /tmp/tmp.Hya4ti/root/opt/oxide/sled-agent
24372024-05-14T18:01:16.215Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24382024-05-14T18:01:16.286Zx ., 0 bytes, 0 tape blocks
24392024-05-14T18:01:16.286Zx zone-bundle, 27584760 bytes, 53877 tape blocks
24402024-05-14T18:01:16.286Zx sled-agent, 69197680 bytes, 135152 tape blocks
24412024-05-14T18:01:16.286Zx pkg, 0 bytes, 0 tape blocks
24422024-05-14T18:01:16.286Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24432024-05-14T18:01:16.287Zx pkg/README.md, 54 bytes, 1 tape blocks
24442024-05-14T18:01:16.287Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24452024-05-14T18:01:16.287Zx VERSION, 25 bytes, 1 tape blocks
24462024-05-14T18:01:16.293Z+ mkdir -p /tmp/tmp.Hya4ti/root/lib/svc/manifest/site/
24472024-05-14T18:01:16.293Z+ mv pkg/manifest.xml /tmp/tmp.Hya4ti/root/lib/svc/manifest/site/sled-agent.xml
24482024-05-14T18:01:16.293Z+ cd -
24492024-05-14T18:01:16.293Z/work/oxidecomputer/omicron
24502024-05-14T18:01:16.293Z+ pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/mg-ddm
24512024-05-14T18:01:16.294Z+ mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/mg-ddm
24522024-05-14T18:01:16.294Z+ cd /tmp/tmp.Hya4ti/root/opt/oxide/mg-ddm
24532024-05-14T18:01:16.294Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24542024-05-14T18:01:16.328Zx ., 0 bytes, 0 tape blocks
24552024-05-14T18:01:16.328Zx ddmadm, 18870416 bytes, 36857 tape blocks
24562024-05-14T18:01:16.328Zx ddmd, 42960632 bytes, 83908 tape blocks
24572024-05-14T18:01:16.328Zx pkg, 0 bytes, 0 tape blocks
24582024-05-14T18:01:16.328Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24592024-05-14T18:01:16.328Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24602024-05-14T18:01:16.328Zx pkg/mgd, 0 bytes, 0 tape blocks
24612024-05-14T18:01:16.328Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24622024-05-14T18:01:16.328Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24632024-05-14T18:01:16.328Zx pkg/ddm, 0 bytes, 0 tape blocks
24642024-05-14T18:01:16.328Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24652024-05-14T18:01:16.328Zx VERSION, 25 bytes, 1 tape blocks
24662024-05-14T18:01:16.332Z+ cd -
24672024-05-14T18:01:16.332Z/work/oxidecomputer/omicron
24682024-05-14T18:01:16.332Z+ pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/pumpkind
24692024-05-14T18:01:16.332Z+ mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/pumpkind
24702024-05-14T18:01:16.333Z+ cd /tmp/tmp.Hya4ti/root/opt/oxide/pumpkind
24712024-05-14T18:01:16.333Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24722024-05-14T18:01:16.350Zx ., 0 bytes, 0 tape blocks
24732024-05-14T18:01:16.350Zx lib, 0 bytes, 0 tape blocks
24742024-05-14T18:01:16.350Zx lib/svc, 0 bytes, 0 tape blocks
24752024-05-14T18:01:16.350Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24762024-05-14T18:01:16.350Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24772024-05-14T18:01:16.350Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24782024-05-14T18:01:16.350Zx bin, 0 bytes, 0 tape blocks
24792024-05-14T18:01:16.351Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24802024-05-14T18:01:16.351Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24812024-05-14T18:01:16.351Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24822024-05-14T18:01:16.351Zx VERSION, 25 bytes, 1 tape blocks
24832024-05-14T18:01:16.355Z+ cd -
24842024-05-14T18:01:16.355Z/work/oxidecomputer/omicron
24852024-05-14T18:01:16.355Z+ pkg_dir=/tmp/tmp.Hya4ti/root/opt/oxide/oxlog
24862024-05-14T18:01:16.355Z+ mkdir -p /tmp/tmp.Hya4ti/root/opt/oxide/oxlog
24872024-05-14T18:01:16.355Z+ cd /tmp/tmp.Hya4ti/root/opt/oxide/oxlog
24882024-05-14T18:01:16.355Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24892024-05-14T18:01:16.359Zx ., 0 bytes, 0 tape blocks
24902024-05-14T18:01:16.359Zx oxlog, 2979608 bytes, 5820 tape blocks
24912024-05-14T18:01:16.359Zx VERSION, 25 bytes, 1 tape blocks
24922024-05-14T18:01:16.359Z+ cd -
24932024-05-14T18:01:16.360Z/work/oxidecomputer/omicron
24942024-05-14T18:01:16.360Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Hya4ti/root/opt/oxide
24952024-05-14T18:01:16.438Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Hya4ti/root/opt/oxide
24962024-05-14T18:01:16.442Z+ cd /tmp/tmp.Hya4ti
24972024-05-14T18:01:16.442Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24982024-05-14T18:01:25.337ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24992024-05-14T18:01:25.338Za oxide.json 1K
25002024-05-14T18:01:25.338Za root/ 0K
25012024-05-14T18:01:25.338Za root/opt/ 0K
25022024-05-14T18:01:25.338Za root/opt/oxide/ 0K
25032024-05-14T18:01:25.338Za root/opt/oxide/sled-agent/ 0K
25042024-05-14T18:01:25.338Za root/opt/oxide/sled-agent/zone-bundle 26939K
25052024-05-14T18:01:25.339Za root/opt/oxide/sled-agent/sled-agent 67576K
25062024-05-14T18:01:25.339Za root/opt/oxide/sled-agent/pkg/ 0K
25072024-05-14T18:01:25.339Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25082024-05-14T18:01:25.339Za root/opt/oxide/sled-agent/pkg/README.md 1K
25092024-05-14T18:01:25.339Za root/opt/oxide/sled-agent/VERSION 1K
25102024-05-14T18:01:25.339Za root/opt/oxide/mg-ddm/ 0K
25112024-05-14T18:01:25.340Za root/opt/oxide/mg-ddm/ddmadm 18429K
25122024-05-14T18:01:25.340Za root/opt/oxide/mg-ddm/ddmd 41954K
25132024-05-14T18:01:25.340Za root/opt/oxide/mg-ddm/pkg/ 0K
25142024-05-14T18:01:25.340Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25152024-05-14T18:01:25.340Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25162024-05-14T18:01:25.341Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25172024-05-14T18:01:25.341Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25182024-05-14T18:01:25.341Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25192024-05-14T18:01:25.341Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25202024-05-14T18:01:25.341Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25212024-05-14T18:01:25.341Za root/opt/oxide/mg-ddm/VERSION 1K
25222024-05-14T18:01:25.342Za root/opt/oxide/pumpkind/ 0K
25232024-05-14T18:01:25.342Za root/opt/oxide/pumpkind/lib/ 0K
25242024-05-14T18:01:25.342Za root/opt/oxide/pumpkind/lib/svc/ 0K
25252024-05-14T18:01:25.342Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25262024-05-14T18:01:25.342Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25272024-05-14T18:01:25.342Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25282024-05-14T18:01:25.343Za root/opt/oxide/pumpkind/bin/ 0K
25292024-05-14T18:01:25.343Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25302024-05-14T18:01:25.343Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
25312024-05-14T18:01:25.343Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25322024-05-14T18:01:25.343Za root/opt/oxide/pumpkind/VERSION 1K
25332024-05-14T18:01:25.344Za root/opt/oxide/oxlog/ 0K
25342024-05-14T18:01:25.344Za root/opt/oxide/oxlog/oxlog 2910K
25352024-05-14T18:01:25.344Za root/opt/oxide/oxlog/VERSION 1K
25362024-05-14T18:01:25.344Za root/opt/oxide/propolis-server.tar.gz 65038K
25372024-05-14T18:01:25.344Za root/opt/oxide/overlay.tar.gz 3K
25382024-05-14T18:01:25.344Za root/lib/ 0K
25392024-05-14T18:01:25.344Za root/lib/svc/ 0K
25402024-05-14T18:01:25.345Za root/lib/svc/manifest/ 0K
25412024-05-14T18:01:25.345Za root/lib/svc/manifest/site/ 0K
25422024-05-14T18:01:25.345Za root/lib/svc/manifest/site/sled-agent.xml 3K
25432024-05-14T18:01:25.351Z+ cd /
25442024-05-14T18:01:25.351Z+ rm -rf /tmp/tmp.Hya4ti
25452024-05-14T18:01:25.360Z
25462024-05-14T18:01:25.364Zreal 9.229012645
25472024-05-14T18:01:25.364Zuser 8.598694593
25482024-05-14T18:01:25.364Zsys 0.605301459
25492024-05-14T18:01:25.364Ztrap 0.001703972
25502024-05-14T18:01:25.364Ztflt 0.000000000
25512024-05-14T18:01:25.364Zdflt 0.000000000
25522024-05-14T18:01:25.364Zkflt 0.000000000
25532024-05-14T18:01:25.364Zlock 0.000000000
25542024-05-14T18:01:25.364Zslp 17.922040968
25552024-05-14T18:01:25.364Zlat 0.199992010
25562024-05-14T18:01:25.364Zstop 0.000226592
25572024-05-14T18:01:25.364Z+ mkdir -p /work/zones
25582024-05-14T18:01:25.364Z+ 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)
25592024-05-14T18:01:25.364Z+ 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/
25602024-05-14T18:01:27.754Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25612024-05-14T18:01:28.585Z Finished release [optimized] target(s) in 0.81s
25622024-05-14T18:01:28.612Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25632024-05-14T18:01:28.645ZLogging to: /work/oxidecomputer/omicron/out/LOG
25642024-05-14T18:01:28.649ZCreated new build target 'recovery' and set it as active
25652024-05-14T18:01:28.649Z
25662024-05-14T18:01:28.649Zreal 0.929985584
25672024-05-14T18:01:28.649Zuser 0.610525915
25682024-05-14T18:01:28.649Zsys 0.301793742
25692024-05-14T18:01:28.649Ztrap 0.000674521
25702024-05-14T18:01:28.649Ztflt 0.000007400
25712024-05-14T18:01:28.649Zdflt 0.000012640
25722024-05-14T18:01:28.649Zkflt 0.000000000
25732024-05-14T18:01:28.649Zlock 0.027147287
25742024-05-14T18:01:28.649Zslp 0.108941812
25752024-05-14T18:01:28.649Zlat 0.005199179
25762024-05-14T18:01:28.649Zstop 0.000262481
25772024-05-14T18:01:28.649Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25782024-05-14T18:01:29.487Z Finished release [optimized] target(s) in 0.78s
25792024-05-14T18:01:29.510Z Running `target/release/omicron-package -t recovery package`
25802024-05-14T18:01:29.543ZLogging to: /work/oxidecomputer/omicron/out/LOG
25812024-05-14T18:01:30.265Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25822024-05-14T18:01:32.727Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25832024-05-14T18:01:52.035Z Finished release [optimized] target(s) in 22.43s
25842024-05-14T18:01:52.602Z
25852024-05-14T18:01:52.621Zreal 23.936477463
25862024-05-14T18:01:52.621Zuser 1:39.908072509
25872024-05-14T18:01:52.621Zsys 6.743827542
25882024-05-14T18:01:52.621Ztrap 0.069952297
25892024-05-14T18:01:52.621Ztflt 0.070841815
25902024-05-14T18:01:52.621Zdflt 0.303314665
25912024-05-14T18:01:52.621Zkflt 0.000052509
25922024-05-14T18:01:52.621Zlock 5:46.954564256
25932024-05-14T18:01:52.621Zslp 1:27.224042154
25942024-05-14T18:01:52.621Zlat 1.256336931
25952024-05-14T18:01:52.621Zstop 0.590600281
25962024-05-14T18:01:52.621Z+ stamp_packages installinator mg-ddm-gz
25972024-05-14T18:01:52.621Z+ for package in "$@"
25982024-05-14T18:01:52.622Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git82e9fe5b10f
25992024-05-14T18:01:53.429Z Finished release [optimized] target(s) in 0.78s
26002024-05-14T18:01:53.449Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git82e9fe5b10f`
26012024-05-14T18:01:53.484ZLogging to: /work/oxidecomputer/omicron/out/LOG
26022024-05-14T18:01:53.550ZCreated: out/versioned/installinator.tar
26032024-05-14T18:01:53.554Z+ for package in "$@"
26042024-05-14T18:01:53.554Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f
26052024-05-14T18:01:54.382Z Finished release [optimized] target(s) in 0.78s
26062024-05-14T18:01:54.407Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git82e9fe5b10f`
26072024-05-14T18:01:54.853ZLogging to: /work/oxidecomputer/omicron/out/LOG
26082024-05-14T18:01:54.860ZCreated: out/versioned/mg-ddm-gz.tar
26092024-05-14T18:01:54.860Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26102024-05-14T18:01:54.860Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26112024-05-14T18:01:54.860Z++ cd -- ./tools
26122024-05-14T18:01:54.860Z++ pwd
26132024-05-14T18:01:54.860Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26142024-05-14T18:01:54.860Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26152024-05-14T18:01:54.860Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26162024-05-14T18:01:54.860Z++ readlink -f /work
26172024-05-14T18:01:54.860Z+ out_dir=/work
26182024-05-14T18:01:54.860Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26192024-05-14T18:01:54.860Z+ for dep in "${deps[@]}"
26202024-05-14T18:01:54.860Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26212024-05-14T18:01:54.860Z+ for dep in "${deps[@]}"
26222024-05-14T18:01:54.860Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26232024-05-14T18:01:54.860Z++ mktemp -d
26242024-05-14T18:01:54.860Z+ tmp_trampoline=/tmp/tmp.KVaOyi
26252024-05-14T18:01:54.860Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26262024-05-14T18:01:54.860Z+ echo '{"v":"1","t":"layer"}'
26272024-05-14T18:01:54.860Z+ pkg_dir=/tmp/tmp.KVaOyi/root/opt/oxide/installinator
26282024-05-14T18:01:54.860Z+ mkdir -p /tmp/tmp.KVaOyi/root/opt/oxide/installinator
26292024-05-14T18:01:54.860Z+ cd /tmp/tmp.KVaOyi/root/opt/oxide/installinator
26302024-05-14T18:01:54.861Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26312024-05-14T18:01:54.861Zx ., 0 bytes, 0 tape blocks
26322024-05-14T18:01:54.861Zx installinator, 39307144 bytes, 76772 tape blocks
26332024-05-14T18:01:54.861Zx pkg, 0 bytes, 0 tape blocks
26342024-05-14T18:01:54.861Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26352024-05-14T18:01:54.861Zx VERSION, 25 bytes, 1 tape blocks
26362024-05-14T18:01:54.861Z+ mkdir -p /tmp/tmp.KVaOyi/root/lib/svc/manifest/site/
26372024-05-14T18:01:54.861Z+ mv pkg/manifest.xml /tmp/tmp.KVaOyi/root/lib/svc/manifest/site/installinator.xml
26382024-05-14T18:01:54.861Z+ cd -
26392024-05-14T18:01:54.861Z/work/oxidecomputer/omicron
26402024-05-14T18:01:54.861Z+ pkg_dir=/tmp/tmp.KVaOyi/root/opt/oxide/mg-ddm
26412024-05-14T18:01:54.861Z+ mkdir -p /tmp/tmp.KVaOyi/root/opt/oxide/mg-ddm
26422024-05-14T18:01:54.861Z+ cd /tmp/tmp.KVaOyi/root/opt/oxide/mg-ddm
26432024-05-14T18:01:54.861Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26442024-05-14T18:01:54.861Zx ., 0 bytes, 0 tape blocks
26452024-05-14T18:01:54.861Zx ddmadm, 18870416 bytes, 36857 tape blocks
26462024-05-14T18:01:54.861Zx ddmd, 42960632 bytes, 83908 tape blocks
26472024-05-14T18:01:54.861Zx pkg, 0 bytes, 0 tape blocks
26482024-05-14T18:01:54.861Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26492024-05-14T18:01:54.861Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26502024-05-14T18:01:54.861Zx pkg/mgd, 0 bytes, 0 tape blocks
26512024-05-14T18:01:54.861Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26522024-05-14T18:01:54.861Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26532024-05-14T18:01:54.862Zx pkg/ddm, 0 bytes, 0 tape blocks
26542024-05-14T18:01:54.862Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26552024-05-14T18:01:54.862Zx VERSION, 25 bytes, 1 tape blocks
26562024-05-14T18:01:54.862Z+ cd -
26572024-05-14T18:01:54.862Z/work/oxidecomputer/omicron
26582024-05-14T18:01:54.862Z+ cd /tmp/tmp.KVaOyi
26592024-05-14T18:01:54.862Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26602024-05-14T18:01:58.563ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26612024-05-14T18:01:58.563Za oxide.json 1K
26622024-05-14T18:01:58.564Za root/ 0K
26632024-05-14T18:01:58.564Za root/opt/ 0K
26642024-05-14T18:01:58.564Za root/opt/oxide/ 0K
26652024-05-14T18:01:58.564Za root/opt/oxide/installinator/ 0K
26662024-05-14T18:01:58.564Za root/opt/oxide/installinator/installinator 38386K
26672024-05-14T18:01:58.564Za root/opt/oxide/installinator/pkg/ 0K
26682024-05-14T18:01:58.564Za root/opt/oxide/installinator/VERSION 1K
26692024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/ 0K
26702024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/ddmadm 18429K
26712024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/ddmd 41954K
26722024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/ 0K
26732024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26742024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26752024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26762024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26772024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26782024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26792024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26802024-05-14T18:01:58.564Za root/opt/oxide/mg-ddm/VERSION 1K
26812024-05-14T18:01:58.564Za root/lib/ 0K
26822024-05-14T18:01:58.564Za root/lib/svc/ 0K
26832024-05-14T18:01:58.564Za root/lib/svc/manifest/ 0K
26842024-05-14T18:01:58.564Za root/lib/svc/manifest/site/ 0K
26852024-05-14T18:01:58.565Za root/lib/svc/manifest/site/installinator.xml 3K
26862024-05-14T18:01:58.570Z+ cd /
26872024-05-14T18:01:58.570Z+ rm -rf /tmp/tmp.KVaOyi
26882024-05-14T18:01:58.578Z
26892024-05-14T18:01:58.582Zreal 4.046838925
26902024-05-14T18:01:58.582Zuser 3.832476993
26912024-05-14T18:01:58.582Zsys 0.228600821
26922024-05-14T18:01:58.582Ztrap 0.000265791
26932024-05-14T18:01:58.582Ztflt 0.000000000
26942024-05-14T18:01:58.582Zdflt 0.000000000
26952024-05-14T18:01:58.582Zkflt 0.000000000
26962024-05-14T18:01:58.582Zlock 0.000000000
26972024-05-14T18:01:58.582Zslp 7.875043013
26982024-05-14T18:01:58.582Zlat 0.078139972
26992024-05-14T18:01:58.582Zstop 0.000195932
27002024-05-14T18:01:58.582Zprocess exited: duration 1730672 ms, exit code 0
 
27012024-05-14T18:01:58.591Zfound 22 output files
27022024-05-14T18:01:58.591Zuploading: /work/version.txt (26 bytes)
27032024-05-14T18:01:59.616Zuploaded: /work/version.txt
27042024-05-14T18:01:59.625Zuploading: /work/package.tar.gz (85478421 bytes)
27052024-05-14T18:02:40.342Zuploaded: /work/package.tar.gz
27062024-05-14T18:02:40.342Zuploading: /work/global-zone-packages.tar.gz (130390532 bytes)
27072024-05-14T18:03:53.570Zuploaded: /work/global-zone-packages.tar.gz
27082024-05-14T18:03:53.570Zuploading: /work/trampoline-global-zone-packages.tar.gz (34276289 bytes)
27092024-05-14T18:04:11.471Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27102024-05-14T18:04:11.471Zuploading: /work/zones/clickhouse.tar.gz (228074858 bytes)
27112024-05-14T18:06:32.392Zuploaded: /work/zones/clickhouse.tar.gz
27122024-05-14T18:06:32.393Zuploading: /work/zones/clickhouse_keeper.tar.gz (228053171 bytes)
27132024-05-14T18:08:34.665Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27142024-05-14T18:08:34.666Zuploading: /work/zones/cockroachdb.tar.gz (123585409 bytes)
27152024-05-14T18:09:33.332Zuploaded: /work/zones/cockroachdb.tar.gz
27162024-05-14T18:09:33.332Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27715605 bytes)
27172024-05-14T18:09:47.017Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27182024-05-14T18:09:47.017Zuploading: /work/zones/crucible-zone.tar.gz (38632680 bytes)
27192024-05-14T18:10:05.621Zuploaded: /work/zones/crucible-zone.tar.gz
27202024-05-14T18:10:05.630Zuploading: /work/zones/external-dns.tar.gz (25686357 bytes)
27212024-05-14T18:10:15.746Zuploaded: /work/zones/external-dns.tar.gz
27222024-05-14T18:10:15.746Zuploading: /work/zones/internal-dns.tar.gz (25687203 bytes)
27232024-05-14T18:10:30.039Zuploaded: /work/zones/internal-dns.tar.gz
27242024-05-14T18:10:30.039Zuploading: /work/zones/nexus-single-sled.tar.gz (84504726 bytes)
27252024-05-14T18:11:07.443Zuploaded: /work/zones/nexus-single-sled.tar.gz
27262024-05-14T18:11:07.443Zuploading: /work/zones/nexus.tar.gz (84517607 bytes)
27272024-05-14T18:11:47.810Zuploaded: /work/zones/nexus.tar.gz
27282024-05-14T18:11:47.811Zuploading: /work/zones/ntp.tar.gz (8906957 bytes)
27292024-05-14T18:11:53.995Zuploaded: /work/zones/ntp.tar.gz
27302024-05-14T18:11:54.003Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14649317 bytes)
27312024-05-14T18:11:57.375Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27322024-05-14T18:11:57.376Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14648498 bytes)
27332024-05-14T18:12:04.782Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27342024-05-14T18:12:04.792Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27352024-05-14T18:12:05.820Zuploaded: /work/zones/overlay.tar.gz
27362024-05-14T18:12:05.830Zuploading: /work/zones/oximeter.tar.gz (41935688 bytes)
27372024-05-14T18:12:33.269Zuploaded: /work/zones/oximeter.tar.gz
27382024-05-14T18:12:33.269Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27392024-05-14T18:12:39.504Zuploaded: /work/zones/probe.tar.gz
27402024-05-14T18:12:39.504Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27412024-05-14T18:13:22.598Zuploaded: /work/zones/propolis-server.tar.gz
27422024-05-14T18:13:22.612Zuploading: /work/zones/switch-asic.tar.gz (296506782 bytes)
27432024-05-14T18:15:25.390Zuploaded: /work/zones/switch-asic.tar.gz
27442024-05-14T18:15:25.390Zuploading: /work/zones/switch-softnpu.tar.gz (200460734 bytes)
27452024-05-14T18:17:00.157Zuploaded: /work/zones/switch-softnpu.tar.gz