01HT1YK3S3PQWTRYQ9427HTFWC: 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: 01HT1YKEHEHXC708C1F6ZG30SW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-28T07:17:38.653Zjob assigned to worker 01HT1YKKN1V5GKEQWNG1JS8SGB (queued for 2 m 21 s)
 
22024-03-28T07:17:45.755Zstarting task 0: "setup"
32024-03-28T07:17:45.801Z++ uname -s
42024-03-28T07:17:45.808Z+ kern=SunOS
52024-03-28T07:17:45.808Z+ case "$kern" in
62024-03-28T07:17:45.808Z+ groupadd -g 12345 build
72024-03-28T07:17:45.843Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-28T07:17:47.862Z+ zfs create -o mountpoint=/work rpool/work
92024-03-28T07:17:48.341Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-28T07:17:48.345Z+ home_fs=zfs
112024-03-28T07:17:48.345Z+ [[ zfs == autofs ]]
122024-03-28T07:17:48.345Z+ mkdir -p /home/build
132024-03-28T07:17:48.348Z+ chown build:build /home/build /work
142024-03-28T07:17:50.351Z+ chmod 0700 /home/build /work
152024-03-28T07:17:50.367Zprocess exited: duration 4593 ms, exit code 0
 
162024-03-28T07:17:50.385Zstarting task 1: "rust-toolchain"
172024-03-28T07:17:50.399Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-28T07:17:50.399Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-28T07:17:50.506Zinfo: downloading installer
202024-03-28T07:17:51.678Zwarning: it looks like you have an existing installation of Rust at:
212024-03-28T07:17:51.678Zwarning: /opt/ooce/bin
222024-03-28T07:17:51.678Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-28T07:17:51.678Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-28T07:17:51.678Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-28T07:17:51.678Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-28T07:17:51.678Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-28T07:17:51.678Zerror: cannot install while Rust is installed
282024-03-28T07:17:51.678Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-28T07:17:52.010Zinfo: profile set to 'default'
302024-03-28T07:17:52.011Zinfo: default host triple is x86_64-unknown-illumos
312024-03-28T07:17:52.421Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-28T07:17:52.425Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-28T07:17:52.425Zinfo: downloading component 'cargo'
342024-03-28T07:17:52.744Zinfo: downloading component 'clippy'
352024-03-28T07:17:52.951Zinfo: downloading component 'rust-docs'
362024-03-28T07:17:53.714Zinfo: downloading component 'rust-std'
372024-03-28T07:17:55.085Zinfo: downloading component 'rustc'
382024-03-28T07:17:58.350Zinfo: downloading component 'rustfmt'
392024-03-28T07:17:58.518Zinfo: installing component 'cargo'
402024-03-28T07:17:59.331Zinfo: installing component 'clippy'
412024-03-28T07:17:59.685Zinfo: installing component 'rust-docs'
422024-03-28T07:18:01.099Zinfo: installing component 'rust-std'
432024-03-28T07:18:02.935Zinfo: installing component 'rustc'
442024-03-28T07:18:06.963Zinfo: installing component 'rustfmt'
452024-03-28T07:18:07.309Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-28T07:18:07.309Z
472024-03-28T07:18:07.999Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-28T07:18:07.999Z
492024-03-28T07:18:08.019Z
502024-03-28T07:18:08.019ZRust is installed now. Great!
512024-03-28T07:18:08.019Z
522024-03-28T07:18:08.019ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-28T07:18:08.019Zenvironment variable. This has not been done automatically.
542024-03-28T07:18:08.019Z
552024-03-28T07:18:08.019ZTo configure your current shell, you need to source
562024-03-28T07:18:08.019Zthe corresponding env file under $HOME/.cargo.
572024-03-28T07:18:08.019Z
582024-03-28T07:18:08.019ZThis is usually done by running one of the following (note the leading DOT):
592024-03-28T07:18:08.019Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-28T07:18:08.019Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-28T07:18:08.020Z+ rustc --version
622024-03-28T07:18:08.020Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-28T07:18:08.020Zprocess exited: duration 17377 ms, exit code 0
 
642024-03-28T07:18:08.030Zstarting task 2: "authentication"
652024-03-28T07:18:08.050Zprocess exited: duration 22 ms, exit code 0
 
662024-03-28T07:18:08.060Zstarting task 3: "clone repository"
672024-03-28T07:18:08.063Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-28T07:18:08.067Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-28T07:18:08.488ZCloning into '/work/oxidecomputer/omicron'...
702024-03-28T07:18:13.998Z+ cd /work/oxidecomputer/omicron
712024-03-28T07:18:14.001Z+ git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648
722024-03-28T07:18:14.590ZFrom https://github.com/oxidecomputer/omicron
732024-03-28T07:18:14.591Z * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD
742024-03-28T07:18:14.597Z+ [[ -n '' ]]
752024-03-28T07:18:14.597Z+ git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648
762024-03-28T07:18:14.715ZHEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle
772024-03-28T07:18:14.718Zprocess exited: duration 6657 ms, exit code 0
 
782024-03-28T07:18:14.726Zstarting task 4: "build"
792024-03-28T07:18:14.730Z+ cargo --version
802024-03-28T07:18:14.735Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
812024-03-28T07:18:14.859Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
822024-03-28T07:18:14.859Zinfo: downloading component 'cargo'
832024-03-28T07:18:15.514Zinfo: downloading component 'clippy'
842024-03-28T07:18:15.714Zinfo: downloading component 'rust-docs'
852024-03-28T07:18:16.530Zinfo: downloading component 'rust-std'
862024-03-28T07:18:17.853Zinfo: downloading component 'rustc'
872024-03-28T07:18:21.115Zinfo: downloading component 'rustfmt'
882024-03-28T07:18:21.304Zinfo: installing component 'cargo'
892024-03-28T07:18:22.587Zinfo: installing component 'clippy'
902024-03-28T07:18:22.601Zinfo: installing component 'rust-docs'
912024-03-28T07:18:24.036Zinfo: installing component 'rust-std'
922024-03-28T07:18:26.302Zinfo: installing component 'rustc'
932024-03-28T07:18:29.792Zinfo: installing component 'rustfmt'
942024-03-28T07:18:30.178Zcargo 1.76.0 (c84b36747 2024-01-18)
952024-03-28T07:18:30.183Z+ rustc --version
962024-03-28T07:18:30.245Zrustc 1.76.0 (07dca489a 2024-02-04)
972024-03-28T07:18:30.250Z++ git rev-parse HEAD
982024-03-28T07:18:30.255Z+ COMMIT=3d116a771a135290dcc0cbb4c7352d2769e21648
992024-03-28T07:18:30.255Z+ VERSION=7.0.0-0.ci+git3d116a771a1
1002024-03-28T07:18:30.255Z+ echo 7.0.0-0.ci+git3d116a771a1
1012024-03-28T07:18:30.255Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1022024-03-28T07:18:40.919Z Startup: Refreshing catalog 'helios-dev' ... Done
1032024-03-28T07:18:42.366Z Startup: Caching catalogs ... Done
1042024-03-28T07:18:44.015ZPlanning: Solver setup ... Done (1.267s)
1052024-03-28T07:18:44.040ZPlanning: Running solver ... Done (0.025s)
1062024-03-28T07:18:44.240ZPlanning: Finding local manifests ... Done (0.175s)
1072024-03-28T07:18:44.252ZPlanning: Fetching manifests: 0/4 0% complete
1082024-03-28T07:18:44.579ZPlanning: Fetching manifests: 4/4 100% complete
1092024-03-28T07:18:44.627ZPlanning: Package planning ... Done (0.048s)
1102024-03-28T07:18:44.678ZPlanning: Merging actions ... Done (0.051s)
1112024-03-28T07:18:45.176ZPlanning: Checking for conflicting actions ... Done (0.497s)
1122024-03-28T07:18:45.187ZPlanning: Consolidating action changes ... Done (0.011s)
1132024-03-28T07:18:52.266ZPlanning: Evaluating mediators ... Done (7.073s)
1142024-03-28T07:18:52.286ZPlanning: Planning completed in 9.84 seconds
1152024-03-28T07:18:52.298Z Packages to install: 4
1162024-03-28T07:18:52.299Z Mediators to change: 2
1172024-03-28T07:18:52.299Z Services to change: 1
1182024-03-28T07:18:52.299Z Estimated space available: 155.31 GB
1192024-03-28T07:18:52.299ZEstimated space to be consumed: 1.43 GB
1202024-03-28T07:18:52.299Z Create boot environment: No
1212024-03-28T07:18:52.300ZCreate backup boot environment: No
1222024-03-28T07:18:52.300Z Rebuild boot archive: No
1232024-03-28T07:18:52.300Z
1242024-03-28T07:18:52.300ZChanged mediators:
1252024-03-28T07:18:52.300Z mediator clang:
1262024-03-28T07:18:52.301Z version: None -> 15 (system default)
1272024-03-28T07:18:52.301Z
1282024-03-28T07:18:52.301Z mediator llvm:
1292024-03-28T07:18:52.301Z version: 14 (system default) -> 15 (system default)
1302024-03-28T07:18:52.301Z
1312024-03-28T07:18:52.302ZChanged packages:
1322024-03-28T07:18:52.302Zhelios-dev
1332024-03-28T07:18:52.302Z developer/build-essential
1342024-03-28T07:18:52.302Z None -> 11-2.0
1352024-03-28T07:18:52.302Z library/libxmlsec1
1362024-03-28T07:18:52.302Z None -> 1.2.35-2.0
1372024-03-28T07:18:52.303Z ooce/developer/clang-15
1382024-03-28T07:18:52.303Z None -> 15.0.7-2.0
1392024-03-28T07:18:52.303Z ooce/developer/llvm-15
1402024-03-28T07:18:52.303Z None -> 15.0.7-2.0
1412024-03-28T07:18:52.303Z
1422024-03-28T07:18:52.303ZServices:
1432024-03-28T07:18:52.303Z restart_fmri:
1442024-03-28T07:18:52.303Z svc:/system/update-man-index:default
1452024-03-28T07:18:52.365Z
1462024-03-28T07:18:52.365ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1472024-03-28T07:18:58.484ZDownload: 212/3290 items 1.3/212.6MB 0% complete (656k/s)
1482024-03-28T07:19:03.499ZDownload: 1002/3290 items 19.2/212.6MB 9% complete (1.9M/s)
1492024-03-28T07:19:09.557ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (9.1M/s)
1502024-03-28T07:19:15.946ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.8M/s)
1512024-03-28T07:19:20.955ZDownload: 2204/3290 items 119.1/212.6MB 56% complete (3.6M/s)
1522024-03-28T07:19:28.860ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.7M/s)
1532024-03-28T07:19:33.467ZDownload: Completed 212.60 MB in 41.09 seconds (5.2M/s)
1542024-03-28T07:19:33.645Z Actions: 1/3689 actions (Installing new actions)
1552024-03-28T07:19:38.755Z Actions: 3654/3689 actions (Installing new actions)
1562024-03-28T07:19:38.759Z Actions: Completed 3689 actions in 5.11 seconds.
1572024-03-28T07:19:38.867Z Done (0.102s)
1582024-03-28T07:19:38.867Z Done (0.000s)
1592024-03-28T07:19:39.116Z Done (0.249s)
1602024-03-28T07:19:44.180Z Done (4.928s)
1612024-03-28T07:19:44.330Z Done (0.079s)
1622024-03-28T07:19:44.347Z Done (0.000s)
1632024-03-28T07:19:44.480Z Done (0.000s)
1642024-03-28T07:19:45.007ZPlanning: Evaluating mediator changes ... Done
1652024-03-28T07:19:45.170ZPlanning: Checking for conflicting actions ... Done
1662024-03-28T07:19:45.173ZPlanning: Consolidating action changes ... Done
1672024-03-28T07:19:45.443ZPlanning: Evaluating mediators ... Done
1682024-03-28T07:19:45.447ZPlanning: Planning completed in 0.44 seconds
1692024-03-28T07:19:45.477Z Mediators to change: 2
1702024-03-28T07:19:45.480Z Create boot environment: No
1712024-03-28T07:19:45.480ZCreate backup boot environment: No
1722024-03-28T07:19:45.537Z Done
1732024-03-28T07:19:45.537Z Done
1742024-03-28T07:19:45.684Z Done
1752024-03-28T07:19:49.273Z Done
1762024-03-28T07:19:49.362Z Done
1772024-03-28T07:19:49.365Z Done
1782024-03-28T07:19:49.455Z Done
1792024-03-28T07:19:50.098ZPlanning: Evaluating mediator changes ... Done
1802024-03-28T07:19:50.102ZPlanning: Merging actions ... Done
1812024-03-28T07:19:50.291ZPlanning: Checking for conflicting actions ... Done
1822024-03-28T07:19:50.294ZPlanning: Consolidating action changes ... Done
1832024-03-28T07:19:50.569ZPlanning: Evaluating mediators ... Done
1842024-03-28T07:19:50.614ZPlanning: Planning completed in 0.79 seconds
1852024-03-28T07:19:50.646Z Packages to change: 1
1862024-03-28T07:19:50.646Z Mediators to change: 1
1872024-03-28T07:19:50.651Z Services to change: 1
1882024-03-28T07:19:50.651Z Create boot environment: No
1892024-03-28T07:19:50.651ZCreate backup boot environment: Yes
1902024-03-28T07:19:52.504Z Actions: 1/6 actions (Updating modified actions)
1912024-03-28T07:19:52.507Z Actions: Completed 6 actions in 0.00 seconds.
1922024-03-28T07:19:52.507Z Done
1932024-03-28T07:19:52.507Z Done
1942024-03-28T07:19:52.563Z Done
1952024-03-28T07:19:56.157Z Done
1962024-03-28T07:19:56.246Z Done
1972024-03-28T07:19:56.258Z Done
1982024-03-28T07:19:56.361Z Done
1992024-03-28T07:19:56.805ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-03-28T07:19:56.805Zclang system 15 system
2012024-03-28T07:19:56.805Zcsh system system illumos
2022024-03-28T07:19:56.806Zctags system system illumos
2032024-03-28T07:19:56.806Zgcc vendor 12 vendor
2042024-03-28T07:19:56.806Zgcc system 10 system
2052024-03-28T07:19:56.806Zgcc system 7 system
2062024-03-28T07:19:56.807Zgo system 1.20 system
2072024-03-28T07:19:56.807Zgo system 1.19 system
2082024-03-28T07:19:56.807Zllvm system 15 system
2092024-03-28T07:19:56.807Zllvm system 14 system
2102024-03-28T07:19:56.807Zmariadb system 10.6 system
2112024-03-28T07:19:56.807Zmta vendor vendor dma
2122024-03-28T07:19:56.807Zopenjdk system 17 system
2132024-03-28T07:19:56.807Zopenjdk system 11 system
2142024-03-28T07:19:56.807Zopenjdk system 1.8 system
2152024-03-28T07:19:56.808Zopenssl vendor 3 vendor
2162024-03-28T07:19:56.808Zperl system 5.36 system
2172024-03-28T07:19:56.808Zpostgresql system 15 system
2182024-03-28T07:19:56.808Zpostgresql system 13 system
2192024-03-28T07:19:56.808Zpython vendor 3 vendor
2202024-03-28T07:19:56.808Zpython system 2 system
2212024-03-28T07:19:56.808Zpython3 system 3.11 system
2222024-03-28T07:19:56.809Zruby system 3.0 system
2232024-03-28T07:19:56.809Zwords vendor vendor american-english
2242024-03-28T07:19:56.809Zwords system system australian-english
2252024-03-28T07:19:56.809Zwords system system british-english
2262024-03-28T07:19:56.810Zwords system system canadian-english
2272024-03-28T07:19:56.810Zwords system system french
2282024-03-28T07:19:56.810Zwords system system italian
2292024-03-28T07:19:56.810Zwords system system ngerman
2302024-03-28T07:19:56.810Zwords system system ogerman
2312024-03-28T07:19:56.811Zwords system system spanish
2322024-03-28T07:19:57.117ZPUBLISHER TYPE STATUS P LOCATION
2332024-03-28T07:19:57.117Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-03-28T07:19:58.348ZFMRI IFO
2352024-03-28T07:19:58.348Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-03-28T07:19:58.348Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-03-28T07:19:58.348Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-03-28T07:19:58.348Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-03-28T07:19:58.348Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-03-28T07:19:58.348Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-03-28T07:19:58.348Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-03-28T07:19:58.348Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-03-28T07:19:58.348Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-03-28T07:19:58.348Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-03-28T07:19:58.349Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-03-28T07:19:58.349Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-03-28T07:19:58.581Z+ set -o errexit
2482024-03-28T07:19:58.584Z+++ dirname ./tools/ci_download_cockroachdb
2492024-03-28T07:19:58.584Z++ cd ./tools
2502024-03-28T07:19:58.584Z++ pwd
2512024-03-28T07:19:58.590Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-03-28T07:19:58.591Z++ basename ./tools/ci_download_cockroachdb
2532024-03-28T07:19:58.591Z+ ARG0=ci_download_cockroachdb
2542024-03-28T07:19:58.594Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-03-28T07:19:58.594Z+ CIDL_VERSION=v22.1.9
2562024-03-28T07:19:58.594Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-03-28T07:19:58.594Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-03-28T07:19:58.594Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-03-28T07:19:58.594Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-03-28T07:19:58.594Z+ TARGET_DIR=out
2612024-03-28T07:19:58.595Z+ DOWNLOAD_DIR=out/downloads
2622024-03-28T07:19:58.595Z+ DEST_DIR=./out/cockroachdb
2632024-03-28T07:19:58.595Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-03-28T07:19:58.595Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-03-28T07:19:58.595Z+ main
2662024-03-28T07:19:58.595Z+ [[ 0 != 0 ]]
2672024-03-28T07:19:58.595Z+ CIDL_OS=solaris2.11
2682024-03-28T07:19:58.595Z+ [[ 0 != 0 ]]
2692024-03-28T07:19:58.595Z+ configure_os solaris2.11
2702024-03-28T07:19:58.595Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-03-28T07:19:58.595Zcurrent directory: /work/oxidecomputer/omicron
2722024-03-28T07:19:58.595Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-03-28T07:19:58.595Z+ case "$1" in
2742024-03-28T07:19:58.595Zconfiguring based on OS: "solaris2.11"
2752024-03-28T07:19:58.595Z+ CIDL_BUILD=illumos
2762024-03-28T07:19:58.595Z+ CIDL_SUFFIX=tar.gz
2772024-03-28T07:19:58.596Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-03-28T07:19:58.596Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-03-28T07:19:58.596Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-03-28T07:19:58.596Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-03-28T07:19:58.596Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-03-28T07:19:58.596Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-03-28T07:19:58.596Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-03-28T07:19:58.596Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-28T07:19:58.596Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-03-28T07:19:58.596Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-03-28T07:19:58.596ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-03-28T07:19:58.596Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-03-28T07:19:58.596ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-28T07:19:58.596Z+ mkdir -p out/downloads
2912024-03-28T07:19:58.596Z+ mkdir -p ./out/cockroachdb
2922024-03-28T07:19:58.601Z+ local DO_DOWNLOAD=true
2932024-03-28T07:19:58.602Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-03-28T07:19:58.602Z+ '[' true == true ']'
2952024-03-28T07:19:58.602Z+ echo Downloading...
2962024-03-28T07:19:58.602ZDownloading...
2972024-03-28T07:19:58.602Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-03-28T07:19:58.602Z+ 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
2992024-03-28T07:20:01.336Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-28T07:20:01.339Z++ sha256sum
3012024-03-28T07:20:01.339Z++ awk '{print $1}'
3022024-03-28T07:20:01.460Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-03-28T07:20:01.460Z+ [[ 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 ]]
3042024-03-28T07:20:01.470Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-28T07:20:01.470Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-03-28T07:20:03.615Z+ do_assemble_illumos
3072024-03-28T07:20:03.615Z+ rm -r ./out/cockroachdb
3082024-03-28T07:20:03.625Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-03-28T07:20:04.047Z+ ./out/cockroachdb/bin/cockroach version
3102024-03-28T07:20:04.227ZBuild Tag: v22.1.9-dirty
3112024-03-28T07:20:04.227ZBuild Time: 2022/10/26 21:17:46
3122024-03-28T07:20:04.227ZDistribution: OSS
3132024-03-28T07:20:04.228ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-03-28T07:20:04.228ZGo Version: go1.17.13
3152024-03-28T07:20:04.228ZC Compiler: gcc 10.3.0
3162024-03-28T07:20:04.228ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-03-28T07:20:04.228ZBuild Type: release
3182024-03-28T07:20:04.244Z+ set -o errexit
3192024-03-28T07:20:04.247Z+++ dirname ./tools/ci_download_clickhouse
3202024-03-28T07:20:04.247Z++ cd ./tools
3212024-03-28T07:20:04.252Z++ pwd
3222024-03-28T07:20:04.252Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-03-28T07:20:04.252Z++ basename ./tools/ci_download_clickhouse
3242024-03-28T07:20:04.252Z+ ARG0=ci_download_clickhouse
3252024-03-28T07:20:04.252Z+ TARGET_DIR=out
3262024-03-28T07:20:04.252Z+ DOWNLOAD_DIR=out/downloads
3272024-03-28T07:20:04.252Z+ DEST_DIR=./out/clickhouse
3282024-03-28T07:20:04.261Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-03-28T07:20:04.261Z+ CIDL_VERSION=v23.8.7.24
3302024-03-28T07:20:04.261Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-03-28T07:20:04.261Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-03-28T07:20:04.261Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-03-28T07:20:04.261Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-03-28T07:20:04.261Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-03-28T07:20:04.261Z+ main
3362024-03-28T07:20:04.261Z+ [[ 0 != 0 ]]
3372024-03-28T07:20:04.261Z+ CIDL_OS=solaris2.11
3382024-03-28T07:20:04.261Z+ [[ 0 != 0 ]]
3392024-03-28T07:20:04.261Z+ configure_os solaris2.11
3402024-03-28T07:20:04.261Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-03-28T07:20:04.261Zcurrent directory: /work/oxidecomputer/omicron
3422024-03-28T07:20:04.261Zconfiguring based on OS: "solaris2.11"
3432024-03-28T07:20:04.261Z+ echo 'configuring based on OS: "solaris2.11"'
3442024-03-28T07:20:04.261Z+ CIDL_DASHREV=
3452024-03-28T07:20:04.261Z+ case "$1" in
3462024-03-28T07:20:04.262Z+ CIDL_PLATFORM=illumos
3472024-03-28T07:20:04.262Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-03-28T07:20:04.262Z+ CIDL_MD5FUNC=do_md5sum
3492024-03-28T07:20:04.262Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-03-28T07:20:04.262Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-03-28T07:20:04.262Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-03-28T07:20:04.262Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-28T07:20:04.262Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-03-28T07:20:04.262ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-28T07:20:04.262ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-03-28T07:20:04.262Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-03-28T07:20:04.262Z+ mkdir -p out/downloads
3582024-03-28T07:20:04.262Z+ mkdir -p ./out/clickhouse
3592024-03-28T07:20:04.266Z+ local DO_DOWNLOAD=true
3602024-03-28T07:20:04.266Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-03-28T07:20:04.266Z+ '[' true == true ']'
3622024-03-28T07:20:04.266Z+ echo Downloading...
3632024-03-28T07:20:04.266ZDownloading...
3642024-03-28T07:20:04.266Z+ 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
3652024-03-28T07:20:04.266Z+ 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
3662024-03-28T07:20:06.011Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-28T07:20:06.014Z++ md5sum
3682024-03-28T07:20:06.014Z++ awk '{print $1}'
3692024-03-28T07:20:06.235Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-03-28T07:20:06.235Z+ [[ 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 ]]
3712024-03-28T07:20:06.239Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-03-28T07:20:06.239Z+ mkdir -p ./out/clickhouse
3732024-03-28T07:20:06.239Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-03-28T07:20:10.101Z+ [[ solaris2.11 == darwin* ]]
3752024-03-28T07:20:10.101Z+ ./out/clickhouse/clickhouse server --version
3762024-03-28T07:20:10.370ZClickHouse server version 23.8.7.1.
3772024-03-28T07:20:10.391Z+ set -o errexit
3782024-03-28T07:20:10.395Z+++ dirname ./tools/ci_download_console
3792024-03-28T07:20:10.398Z++ cd ./tools
3802024-03-28T07:20:10.398Z++ pwd
3812024-03-28T07:20:10.398Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-03-28T07:20:10.399Z++ basename ./tools/ci_download_console
3832024-03-28T07:20:10.402Z+ ARG0=ci_download_console
3842024-03-28T07:20:10.402Z+ TARGET_DIR=out
3852024-03-28T07:20:10.402Z+ DOWNLOAD_DIR=out/downloads
3862024-03-28T07:20:10.402Z+ DEST_DIR=./out/console-assets
3872024-03-28T07:20:10.402Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-03-28T07:20:10.402Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3892024-03-28T07:20:10.402Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3902024-03-28T07:20:10.402Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3912024-03-28T07:20:10.402Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-03-28T07:20:10.403Z+ main
3932024-03-28T07:20:10.403Z+ [[ 0 != 0 ]]
3942024-03-28T07:20:10.403Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
3952024-03-28T07:20:10.403Z+ echo 'Local file: out/downloads/console.tar.gz'
3962024-03-28T07:20:10.403ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3972024-03-28T07:20:10.403ZLocal file: out/downloads/console.tar.gz
3982024-03-28T07:20:10.403Z+ local DO_DOWNLOAD=true
3992024-03-28T07:20:10.403Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-03-28T07:20:10.403Z+ mkdir -p out/downloads
4012024-03-28T07:20:10.403Z+ '[' true == true ']'
4022024-03-28T07:20:10.403Z+ echo Downloading...
4032024-03-28T07:20:10.403ZDownloading...
4042024-03-28T07:20:10.403Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4052024-03-28T07:20:10.403Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4062024-03-28T07:20:10.920Z++ do_sha256sum out/downloads/console.tar.gz
4072024-03-28T07:20:10.923Z++ case "$OSTYPE" in
4082024-03-28T07:20:10.923Z++ SHA=sha256sum
4092024-03-28T07:20:10.923Z++ sha256sum
4102024-03-28T07:20:10.924Z++ awk '{print $1}'
4112024-03-28T07:20:10.928Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4122024-03-28T07:20:10.931Z+ [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]]
4132024-03-28T07:20:10.931Z+ rm -rf ./out/console-assets
4142024-03-28T07:20:10.931Z+ mkdir -p ./out/console-assets
4152024-03-28T07:20:10.934Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-03-28T07:20:10.935Z+ mkdir -p ./out/console-assets
4172024-03-28T07:20:10.935Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-03-28T07:20:11.025Z+ set -o errexit
4192024-03-28T07:20:11.029Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-03-28T07:20:11.029Z++ cd ./tools
4212024-03-28T07:20:11.032Z++ pwd
4222024-03-28T07:20:11.032Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-03-28T07:20:11.032Z++ basename ./tools/ci_download_maghemite_openapi
4242024-03-28T07:20:11.032Z+ ARG0=ci_download_maghemite_openapi
4252024-03-28T07:20:11.032Z+ TARGET_DIR=out
4262024-03-28T07:20:11.032Z+ DOWNLOAD_DIR=out/downloads
4272024-03-28T07:20:11.032Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-03-28T07:20:11.032Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-03-28T07:20:11.032Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-03-28T07:20:11.032Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-03-28T07:20:11.033Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-03-28T07:20:11.033Z+ main
4332024-03-28T07:20:11.033Z+ rm -rf out/downloads/root
4342024-03-28T07:20:11.036Z+ [[ 0 != 0 ]]
4352024-03-28T07:20:11.036Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-03-28T07:20:11.036ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-03-28T07:20:11.036Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-03-28T07:20:11.036ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-03-28T07:20:11.037Z+ local DO_DOWNLOAD=true
4402024-03-28T07:20:11.037Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-03-28T07:20:11.037Z+ mkdir -p out/downloads
4422024-03-28T07:20:11.037Z+ '[' true == true ']'
4432024-03-28T07:20:11.037Z+ echo Downloading...
4442024-03-28T07:20:11.037ZDownloading...
4452024-03-28T07:20:11.037Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-03-28T07:20:11.037Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4472024-03-28T07:20:11.216Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-03-28T07:20:11.216Z++ case "$OSTYPE" in
4492024-03-28T07:20:11.221Z++ SHA=sha256sum
4502024-03-28T07:20:11.222Z++ sha256sum
4512024-03-28T07:20:11.222Z++ awk '{print $1}'
4522024-03-28T07:20:11.222Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-03-28T07:20:11.222Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4542024-03-28T07:20:11.222Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-03-28T07:20:11.222Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-03-28T07:20:11.222Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-03-28T07:20:11.222Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-03-28T07:20:11.222Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-03-28T07:20:11.222Z+ main
4602024-03-28T07:20:11.222Z+ rm -rf out/downloads/root
4612024-03-28T07:20:11.226Z+ [[ 0 != 0 ]]
4622024-03-28T07:20:11.226Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4632024-03-28T07:20:11.227ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-03-28T07:20:11.227Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-03-28T07:20:11.227ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-03-28T07:20:11.227Z+ local DO_DOWNLOAD=true
4672024-03-28T07:20:11.227Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-03-28T07:20:11.227Z+ mkdir -p out/downloads
4692024-03-28T07:20:11.227Z+ '[' true == true ']'
4702024-03-28T07:20:11.227Z+ echo Downloading...
4712024-03-28T07:20:11.227ZDownloading...
4722024-03-28T07:20:11.227Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-03-28T07:20:11.227Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4742024-03-28T07:20:11.326Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-03-28T07:20:11.330Z++ case "$OSTYPE" in
4762024-03-28T07:20:11.330Z++ SHA=sha256sum
4772024-03-28T07:20:11.330Z++ sha256sum
4782024-03-28T07:20:11.330Z++ awk '{print $1}'
4792024-03-28T07:20:11.333Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-03-28T07:20:11.333Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4812024-03-28T07:20:11.341Z+ set -o errexit
4822024-03-28T07:20:11.344Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-03-28T07:20:11.344Z++ cd ./tools
4842024-03-28T07:20:11.344Z++ pwd
4852024-03-28T07:20:11.344Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-03-28T07:20:11.344Z++ basename ./tools/ci_download_dendrite_openapi
4872024-03-28T07:20:11.344Z+ ARG0=ci_download_dendrite_openapi
4882024-03-28T07:20:11.344Z+ TARGET_DIR=out
4892024-03-28T07:20:11.344Z+ DOWNLOAD_DIR=out/downloads
4902024-03-28T07:20:11.344Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-03-28T07:20:11.345Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4922024-03-28T07:20:11.345Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-03-28T07:20:11.345Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4942024-03-28T07:20:11.345Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4952024-03-28T07:20:11.349Z+ main
4962024-03-28T07:20:11.350Z+ [[ 0 != 0 ]]
4972024-03-28T07:20:11.350Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
4982024-03-28T07:20:11.350ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4992024-03-28T07:20:11.350Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5002024-03-28T07:20:11.350ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5012024-03-28T07:20:11.350Z+ local DO_DOWNLOAD=true
5022024-03-28T07:20:11.350Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5032024-03-28T07:20:11.350Z+ mkdir -p out/downloads
5042024-03-28T07:20:11.350Z+ '[' true == true ']'
5052024-03-28T07:20:11.350Z+ echo Downloading...
5062024-03-28T07:20:11.350ZDownloading...
5072024-03-28T07:20:11.350Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5082024-03-28T07:20:11.350Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5092024-03-28T07:20:11.524Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5102024-03-28T07:20:11.524Z++ case "$OSTYPE" in
5112024-03-28T07:20:11.527Z++ SHA=sha256sum
5122024-03-28T07:20:11.527Z++ sha256sum
5132024-03-28T07:20:11.527Z++ awk '{print $1}'
5142024-03-28T07:20:11.530Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-03-28T07:20:11.530Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5162024-03-28T07:20:11.536Z+ set -o errexit
5172024-03-28T07:20:11.540Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-03-28T07:20:11.544Z++ cd ./tools
5192024-03-28T07:20:11.544Z++ pwd
5202024-03-28T07:20:11.544Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-03-28T07:20:11.544Z++ basename ./tools/ci_download_dendrite_stub
5222024-03-28T07:20:11.544Z+ ARG0=ci_download_dendrite_stub
5232024-03-28T07:20:11.544Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-03-28T07:20:11.544Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5252024-03-28T07:20:11.544Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5262024-03-28T07:20:11.544Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5272024-03-28T07:20:11.544Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-03-28T07:20:11.545Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5292024-03-28T07:20:11.545Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-03-28T07:20:11.545Z+ TARGET_DIR=out
5312024-03-28T07:20:11.545Z+ DOWNLOAD_DIR=out/downloads
5322024-03-28T07:20:11.545Z+ DEST_DIR=./out/dendrite-stub
5332024-03-28T07:20:11.545Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-03-28T07:20:11.545Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-03-28T07:20:11.545Z+ REPO=oxidecomputer/dendrite
5362024-03-28T07:20:11.545Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5372024-03-28T07:20:11.545Z+ main
5382024-03-28T07:20:11.545Z+ [[ 0 != 0 ]]
5392024-03-28T07:20:11.545Z+ CIDL_OS=solaris2.11
5402024-03-28T07:20:11.545Z+ [[ 0 != 0 ]]
5412024-03-28T07:20:11.545Z+ configure_os solaris2.11
5422024-03-28T07:20:11.545Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-03-28T07:20:11.545Zcurrent directory: /work/oxidecomputer/omicron
5442024-03-28T07:20:11.545Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-03-28T07:20:11.545Zconfiguring based on OS: "solaris2.11"
5462024-03-28T07:20:11.545Z+ case "$1" in
5472024-03-28T07:20:11.545Z+ SET_BINARIES=
5482024-03-28T07:20:11.546Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5492024-03-28T07:20:11.546Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-03-28T07:20:11.546Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-03-28T07:20:11.546Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5522024-03-28T07:20:11.546Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-03-28T07:20:11.546Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5542024-03-28T07:20:11.546ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5552024-03-28T07:20:11.546Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5562024-03-28T07:20:11.546ZLocal file: out/downloads/dendrite-stub.tar.gz
5572024-03-28T07:20:11.546Z+ mkdir -p out/downloads
5582024-03-28T07:20:11.549Z+ mkdir -p ./out/dendrite-stub
5592024-03-28T07:20:11.549Z+ fetch_and_verify
5602024-03-28T07:20:11.549Z+ local DO_DOWNLOAD=true
5612024-03-28T07:20:11.549Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-03-28T07:20:11.550Z+ '[' true == true ']'
5632024-03-28T07:20:11.550Z+ echo Downloading...
5642024-03-28T07:20:11.550ZDownloading...
5652024-03-28T07:20:11.550Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-03-28T07:20:11.550Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5672024-03-28T07:20:17.281Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-03-28T07:20:17.288Z++ sha256sum
5692024-03-28T07:20:17.288Z++ awk '{print $1}'
5702024-03-28T07:20:17.304Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5712024-03-28T07:20:17.304Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5722024-03-28T07:20:17.309Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-03-28T07:20:17.309Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-03-28T07:20:17.907Z+ do_assemble
5752024-03-28T07:20:17.907Z+ rm -r ./out/dendrite-stub
5762024-03-28T07:20:17.922Z+ mkdir ./out/dendrite-stub
5772024-03-28T07:20:17.922Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-03-28T07:20:17.989Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-03-28T07:20:18.025Z+ set -o errexit
5802024-03-28T07:20:18.035Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-03-28T07:20:18.035Z++ cd ./tools
5822024-03-28T07:20:18.035Z++ pwd
5832024-03-28T07:20:18.035Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-03-28T07:20:18.035Z++ basename ./tools/ci_download_maghemite_mgd
5852024-03-28T07:20:18.036Z+ ARG0=ci_download_maghemite_mgd
5862024-03-28T07:20:18.036Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-03-28T07:20:18.036Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-03-28T07:20:18.036Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-03-28T07:20:18.036Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-03-28T07:20:18.036Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-03-28T07:20:18.036Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-03-28T07:20:18.036Z+ TARGET_DIR=out
5932024-03-28T07:20:18.037Z+ DOWNLOAD_DIR=out/downloads
5942024-03-28T07:20:18.037Z+ DEST_DIR=./out/mgd
5952024-03-28T07:20:18.037Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-03-28T07:20:18.037Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-03-28T07:20:18.037Z+ REPO=oxidecomputer/maghemite
5982024-03-28T07:20:18.037Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-03-28T07:20:18.037Z+ main
6002024-03-28T07:20:18.037Z+ rm -rf out/downloads/root
6012024-03-28T07:20:18.037Z+ [[ 0 != 0 ]]
6022024-03-28T07:20:18.037Z+ CIDL_OS=solaris2.11
6032024-03-28T07:20:18.038Z+ [[ 0 != 0 ]]
6042024-03-28T07:20:18.038Z+ configure_os solaris2.11
6052024-03-28T07:20:18.038Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-03-28T07:20:18.038Zcurrent directory: /work/oxidecomputer/omicron
6072024-03-28T07:20:18.038Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-03-28T07:20:18.038Z+ case "$1" in
6092024-03-28T07:20:18.038Zconfiguring based on OS: "solaris2.11"
6102024-03-28T07:20:18.038Z+ SET_BINARIES=
6112024-03-28T07:20:18.038Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-03-28T07:20:18.038Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-03-28T07:20:18.039Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-03-28T07:20:18.039Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-03-28T07:20:18.039Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-03-28T07:20:18.039ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6172024-03-28T07:20:18.039ZLocal file: out/downloads/mgd.tar.gz
6182024-03-28T07:20:18.039Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6192024-03-28T07:20:18.040Z+ mkdir -p out/downloads
6202024-03-28T07:20:18.040Z+ mkdir -p ./out/mgd
6212024-03-28T07:20:18.040Z+ fetch_and_verify
6222024-03-28T07:20:18.040Z+ local DO_DOWNLOAD=true
6232024-03-28T07:20:18.040Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-03-28T07:20:18.041Z+ '[' true == true ']'
6252024-03-28T07:20:18.041Z+ echo Downloading...
6262024-03-28T07:20:18.041ZDownloading...
6272024-03-28T07:20:18.041Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-03-28T07:20:18.041Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6292024-03-28T07:20:29.068Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-03-28T07:20:29.075Z++ sha256sum
6312024-03-28T07:20:29.075Z++ awk '{print $1}'
6322024-03-28T07:20:29.094Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-03-28T07:20:29.094Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6342024-03-28T07:20:29.098Z+ do_untar out/downloads/mgd.tar.gz
6352024-03-28T07:20:29.098Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-03-28T07:20:29.694Z+ do_assemble
6372024-03-28T07:20:29.694Z+ rm -r ./out/mgd
6382024-03-28T07:20:29.698Z+ mkdir ./out/mgd
6392024-03-28T07:20:29.701Z+ cp -r out/downloads/root ./out/mgd/root
6402024-03-28T07:20:29.785Z+ set -o errexit
6412024-03-28T07:20:29.792Z+++ dirname ./tools/ci_download_transceiver_control
6422024-03-28T07:20:29.798Z++ cd ./tools
6432024-03-28T07:20:29.798Z++ pwd
6442024-03-28T07:20:29.798Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-03-28T07:20:29.798Z++ basename ./tools/ci_download_transceiver_control
6462024-03-28T07:20:29.798Z+ ARG0=ci_download_transceiver_control
6472024-03-28T07:20:29.798Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-03-28T07:20:29.798Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-03-28T07:20:29.799Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-03-28T07:20:29.799Z+ TARGET_DIR=out
6512024-03-28T07:20:29.799Z+ DOWNLOAD_DIR=out/downloads
6522024-03-28T07:20:29.799Z+ DEST_DIR=./out/transceiver-control
6532024-03-28T07:20:29.799Z+ BIN_DIR=/opt/oxide/bin
6542024-03-28T07:20:29.799Z+ BINARY=xcvradm
6552024-03-28T07:20:29.799Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-03-28T07:20:29.799Z+ REPO=oxidecomputer/transceiver-control
6572024-03-28T07:20:29.799Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-03-28T07:20:29.799Z+ main
6592024-03-28T07:20:29.799Z+ [[ 0 != 0 ]]
6602024-03-28T07:20:29.799Z+ CIDL_OS=solaris2.11
6612024-03-28T07:20:29.799Z+ [[ 0 != 0 ]]
6622024-03-28T07:20:29.799Z+ configure_os solaris2.11
6632024-03-28T07:20:29.799Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-03-28T07:20:29.799Zcurrent directory: /work/oxidecomputer/omicron
6652024-03-28T07:20:29.799Zconfiguring based on OS: "solaris2.11"
6662024-03-28T07:20:29.799Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-03-28T07:20:29.799Z+ case "$1" in
6682024-03-28T07:20:29.799Z+ SET_BINARIES=
6692024-03-28T07:20:29.799Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-03-28T07:20:29.800Z+ CIDL_SHA256FUNC=do_sha256sum
6712024-03-28T07:20:29.800Z+ ARCHIVE_FILENAME=xcvradm.gz
6722024-03-28T07:20:29.800Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-03-28T07:20:29.800Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742024-03-28T07:20:29.800Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752024-03-28T07:20:29.800ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6762024-03-28T07:20:29.800ZLocal file: out/downloads/xcvradm.gz
6772024-03-28T07:20:29.800Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-28T07:20:29.800Z+ mkdir -p out/downloads
6792024-03-28T07:20:29.800Z+ mkdir -p ./out/transceiver-control
6802024-03-28T07:20:29.804Z+ fetch_and_verify
6812024-03-28T07:20:29.804Z+ local DO_DOWNLOAD=true
6822024-03-28T07:20:29.804Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-03-28T07:20:29.804Z+ '[' true == true ']'
6842024-03-28T07:20:29.804Z+ echo Downloading...
6852024-03-28T07:20:29.804ZDownloading...
6862024-03-28T07:20:29.804Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872024-03-28T07:20:29.804Z+ 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
6882024-03-28T07:20:31.666Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-03-28T07:20:31.677Z++ sha256sum
6902024-03-28T07:20:31.677Z++ awk '{print $1}'
6912024-03-28T07:20:31.677Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-03-28T07:20:31.677Z+ [[ 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 ]]
6932024-03-28T07:20:31.677Z+ do_unpack out/downloads/xcvradm.gz
6942024-03-28T07:20:31.677Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-03-28T07:20:31.681Z+ gzip -dc out/downloads/xcvradm.gz
6962024-03-28T07:20:31.799Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-03-28T07:20:31.802Z+ do_assemble
6982024-03-28T07:20:31.802Z+ rm -r ./out/transceiver-control
6992024-03-28T07:20:31.805Z+ mkdir ./out/transceiver-control
7002024-03-28T07:20:31.805Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-03-28T07:20:31.910Z+ set -o errexit
7022024-03-28T07:20:31.915Z+++ dirname ./tools/ci_download_thundermuffin
7032024-03-28T07:20:31.915Z++ cd ./tools
7042024-03-28T07:20:31.915Z++ pwd
7052024-03-28T07:20:31.915Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-03-28T07:20:31.915Z++ basename ./tools/ci_download_thundermuffin
7072024-03-28T07:20:31.916Z+ ARG0=ci_download_thundermuffin
7082024-03-28T07:20:31.916Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-03-28T07:20:31.916Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-03-28T07:20:31.916Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-03-28T07:20:31.916Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-03-28T07:20:31.916Z+ TARGET_DIR=out
7132024-03-28T07:20:31.916Z+ DOWNLOAD_DIR=out/downloads
7142024-03-28T07:20:31.916Z+ DEST_DIR=./out/thundermuffin
7152024-03-28T07:20:31.916Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-03-28T07:20:31.916Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-03-28T07:20:31.916Z+ REPO=oxidecomputer/thundermuffin
7182024-03-28T07:20:31.916Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-03-28T07:20:31.916Z+ main
7202024-03-28T07:20:31.916Z+ rm -rf out/downloads/root
7212024-03-28T07:20:31.930Z+ [[ 0 != 0 ]]
7222024-03-28T07:20:31.930Z+ CIDL_OS=solaris2.11
7232024-03-28T07:20:31.937Z+ [[ 0 != 0 ]]
7242024-03-28T07:20:31.937Z+ configure_os solaris2.11
7252024-03-28T07:20:31.938Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-03-28T07:20:31.938Zcurrent directory: /work/oxidecomputer/omicron
7272024-03-28T07:20:31.938Zconfiguring based on OS: "solaris2.11"
7282024-03-28T07:20:31.938Z+ echo 'configuring based on OS: "solaris2.11"'
7292024-03-28T07:20:31.938Z+ case "$1" in
7302024-03-28T07:20:31.938Z+ SET_BINARIES=
7312024-03-28T07:20:31.938Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-03-28T07:20:31.938Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-03-28T07:20:31.939Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-03-28T07:20:31.939Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-03-28T07:20:31.939Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-03-28T07:20:31.939ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7372024-03-28T07:20:31.939ZLocal file: out/downloads/thundermuffin.tar.gz
7382024-03-28T07:20:31.939Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-03-28T07:20:31.940Z+ mkdir -p out/downloads
7402024-03-28T07:20:31.940Z+ mkdir -p ./out/thundermuffin
7412024-03-28T07:20:31.940Z+ fetch_and_verify
7422024-03-28T07:20:31.940Z+ local DO_DOWNLOAD=true
7432024-03-28T07:20:31.940Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-03-28T07:20:31.940Z+ '[' true == true ']'
7452024-03-28T07:20:31.940Z+ echo Downloading...
7462024-03-28T07:20:31.940ZDownloading...
7472024-03-28T07:20:31.940Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-03-28T07:20:31.940Z+ 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
7492024-03-28T07:20:33.487Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-03-28T07:20:33.491Z++ sha256sum
7512024-03-28T07:20:33.491Z++ awk '{print $1}'
7522024-03-28T07:20:33.500Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-03-28T07:20:33.500Z+ [[ 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 ]]
7542024-03-28T07:20:33.501Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-03-28T07:20:33.501Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-03-28T07:20:33.558Z+ do_assemble
7572024-03-28T07:20:33.558Z+ rm -r ./out/thundermuffin
7582024-03-28T07:20:33.561Z+ mkdir ./out/thundermuffin
7592024-03-28T07:20:33.561Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-03-28T07:20:33.571ZAll prerequisites installed successfully
7612024-03-28T07:20:33.574Z
7622024-03-28T07:20:33.574Zreal 2:03.233492733
7632024-03-28T07:20:33.575Zuser 37.131363044
7642024-03-28T07:20:33.575Zsys 7.042309000
7652024-03-28T07:20:33.575Ztrap 0.008911002
7662024-03-28T07:20:33.575Ztflt 0.222469846
7672024-03-28T07:20:33.575Zdflt 0.461297093
7682024-03-28T07:20:33.575Zkflt 0.081110672
7692024-03-28T07:20:33.575Zlock 1.089465920
7702024-03-28T07:20:33.575Zslp 4:03.469905664
7712024-03-28T07:20:33.575Zlat 1.984357889
7722024-03-28T07:20:33.575Zstop 0.155871235
7732024-03-28T07:20:33.575Z+ ptime -m ./tools/ci_download_softnpu_machinery
7742024-03-28T07:20:33.583Zfetching npuzone
7752024-03-28T07:20:33.589ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7762024-03-28T07:20:33.589Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7772024-03-28T07:20:33.589ZGetting hash for npuzone
7782024-03-28T07:20:33.681Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7792024-03-28T07:20:38.612Znpuzone downloaded successfully
7802024-03-28T07:20:38.617Z
7812024-03-28T07:20:38.617Zreal 5.039730746
7822024-03-28T07:20:38.617Zuser 0.371098155
7832024-03-28T07:20:38.617Zsys 0.139475509
7842024-03-28T07:20:38.617Ztrap 0.000026854
7852024-03-28T07:20:38.617Ztflt 0.000000000
7862024-03-28T07:20:38.617Zdflt 0.000000000
7872024-03-28T07:20:38.617Zkflt 0.000000000
7882024-03-28T07:20:38.617Zlock 0.000000000
7892024-03-28T07:20:38.617Zslp 14.460136900
7902024-03-28T07:20:38.617Zlat 0.118108277
7912024-03-28T07:20:38.618Zstop 0.000173137
7922024-03-28T07:20:38.621Z+ export CARGO_INCREMENTAL=0
7932024-03-28T07:20:38.621Z+ CARGO_INCREMENTAL=0
7942024-03-28T07:20:38.621Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7952024-03-28T07:20:38.829Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7962024-03-28T07:20:39.130Z Updating git repository `https://github.com/oxidecomputer/samael`
7972024-03-28T07:20:39.462Z Updating git repository `https://github.com/oxidecomputer/zone`
7982024-03-28T07:20:39.766Z Updating crates.io index
7992024-03-28T07:20:39.812Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8002024-03-28T07:20:40.487Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8012024-03-28T07:20:41.110Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8022024-03-28T07:20:43.109Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8032024-03-28T07:20:43.682Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8042024-03-28T07:20:43.957Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052024-03-28T07:20:44.909Z Updating git repository `https://github.com/oxidecomputer/crucible`
8062024-03-28T07:20:47.335Z Updating git repository `https://github.com/oxidecomputer/opte`
8072024-03-28T07:20:48.280Z Updating git repository `https://github.com/oxidecomputer/falcon`
8082024-03-28T07:20:48.998Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8092024-03-28T07:20:49.356Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8102024-03-28T07:20:49.935Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8112024-03-28T07:20:50.246Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8122024-03-28T07:20:50.541Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8132024-03-28T07:20:50.902Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8142024-03-28T07:20:51.228Z Updating git repository `http://github.com/oxidecomputer/tofino`
8152024-03-28T07:20:51.537Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8162024-03-28T07:20:51.785Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8172024-03-28T07:20:52.059Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8182024-03-28T07:20:52.383Z Updating git repository `https://github.com/oxidecomputer/ispf`
8192024-03-28T07:20:52.694Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8202024-03-28T07:20:53.044Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8212024-03-28T07:20:54.598Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8222024-03-28T07:20:54.903Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8232024-03-28T07:20:55.211Z Updating git repository `https://github.com/jgallagher/nix`
8242024-03-28T07:20:56.093Z Updating git repository `https://github.com/cbiffle/hubpack`
8252024-03-28T07:20:56.463Z Updating git repository `https://github.com/oxidecomputer/typify`
8262024-03-28T07:20:58.126Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8272024-03-28T07:20:58.485Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282024-03-28T07:20:58.744Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8292024-03-28T07:20:59.165Z Updating git repository `https://github.com/oxidecomputer/rfb`
8302024-03-28T07:21:00.476Z Downloading crates ...
8312024-03-28T07:21:00.572Z Downloaded ansi_term v0.12.1
8322024-03-28T07:21:00.576Z Downloaded adler v1.0.2
8332024-03-28T07:21:00.581Z Downloaded addr2line v0.21.0
8342024-03-28T07:21:00.589Z Downloaded async-stream-impl v0.3.5
8352024-03-28T07:21:00.592Z Downloaded allocator-api2 v0.2.16
8362024-03-28T07:21:00.596Z Downloaded aead v0.5.2
8372024-03-28T07:21:00.612Z Downloaded hashbrown v0.12.3
8382024-03-28T07:21:00.616Z Downloaded atomicwrites v0.4.3
8392024-03-28T07:21:00.616Z Downloaded atty v0.2.14
8402024-03-28T07:21:00.616Z Downloaded heck v0.3.3
8412024-03-28T07:21:00.616Z Downloaded highway v1.1.0
8422024-03-28T07:21:00.616Z Downloaded heck v0.4.1
8432024-03-28T07:21:00.616Z Downloaded bitstruct_derive v0.1.0
8442024-03-28T07:21:00.616Z Downloaded crossterm v0.27.0
8452024-03-28T07:21:00.620Z Downloaded headers v0.3.9
8462024-03-28T07:21:00.625Z Downloaded heapless v0.8.0
8472024-03-28T07:21:00.630Z Downloaded hex v0.4.3
8482024-03-28T07:21:00.634Z Downloaded atomic-waker v1.1.1
8492024-03-28T07:21:00.637Z Downloaded keccak v0.1.4
8502024-03-28T07:21:00.637Z Downloaded lazy_static v1.4.0
8512024-03-28T07:21:00.637Z Downloaded impl-trait-for-tuples v0.2.2
8522024-03-28T07:21:00.642Z Downloaded md-5 v0.10.5
8532024-03-28T07:21:00.646Z Downloaded bit-vec v0.6.3
8542024-03-28T07:21:00.646Z Downloaded async-stream v0.3.5
8552024-03-28T07:21:00.646Z Downloaded array-init v0.0.4
8562024-03-28T07:21:00.650Z Downloaded is-terminal v0.4.9
8572024-03-28T07:21:00.650Z Downloaded hubpack_derive v0.1.1
8582024-03-28T07:21:00.650Z Downloaded http v1.0.0
8592024-03-28T07:21:00.656Z Downloaded kstat-rs v0.2.3
8602024-03-28T07:21:00.672Z Downloaded new_debug_unreachable v1.0.4
8612024-03-28T07:21:00.672Z Downloaded nanorand v0.7.0
8622024-03-28T07:21:00.672Z Downloaded ciborium-io v0.2.2
8632024-03-28T07:21:00.678Z Downloaded lalrpop-util v0.19.12
8642024-03-28T07:21:00.678Z Downloaded normalize-line-endings v0.3.0
8652024-03-28T07:21:00.678Z Downloaded matches v0.1.10
8662024-03-28T07:21:00.678Z Downloaded argon2 v0.5.3
8672024-03-28T07:21:00.678Z Downloaded blake2 v0.10.6
8682024-03-28T07:21:00.678Z Downloaded memmap2 v0.7.1
8692024-03-28T07:21:00.678Z Downloaded memoffset v0.7.1
8702024-03-28T07:21:00.678Z Downloaded crc v3.0.1
8712024-03-28T07:21:00.678Z Downloaded lazycell v1.3.0
8722024-03-28T07:21:00.678Z Downloaded ipnetwork v0.20.0
8732024-03-28T07:21:00.682Z Downloaded multimap v0.10.0
8742024-03-28T07:21:00.683Z Downloaded http-body v0.4.5
8752024-03-28T07:21:00.683Z Downloaded newtype_derive v0.1.6
8762024-03-28T07:21:00.683Z Downloaded scroll_derive v0.12.0
8772024-03-28T07:21:00.686Z Downloaded console v0.15.8
8782024-03-28T07:21:00.686Z Downloaded cexpr v0.6.0
8792024-03-28T07:21:00.693Z Downloaded ident_case v1.0.1
8802024-03-28T07:21:00.693Z Downloaded cpufeatures v0.2.12
8812024-03-28T07:21:00.697Z Downloaded strum v0.25.0
8822024-03-28T07:21:00.697Z Downloaded crossbeam-deque v0.8.3
8832024-03-28T07:21:00.697Z Downloaded newtype-uuid v1.0.1
8842024-03-28T07:21:00.697Z Downloaded mime v0.3.17
8852024-03-28T07:21:00.697Z Downloaded nibble_vec v0.1.0
8862024-03-28T07:21:00.701Z Downloaded maplit v1.0.2
8872024-03-28T07:21:00.701Z Downloaded home v0.5.5
8882024-03-28T07:21:00.701Z Downloaded corncobs v0.1.3
8892024-03-28T07:21:00.705Z Downloaded lru-cache v0.1.2
8902024-03-28T07:21:00.705Z Downloaded lru v0.12.1
8912024-03-28T07:21:00.705Z Downloaded strum v0.26.1
8922024-03-28T07:21:00.709Z Downloaded cipher v0.4.4
8932024-03-28T07:21:00.709Z Downloaded block-buffer v0.10.4
8942024-03-28T07:21:00.709Z Downloaded constant_time_eq v0.3.0
8952024-03-28T07:21:00.712Z Downloaded cobs v0.2.3
8962024-03-28T07:21:00.712Z Downloaded lock_api v0.4.10
8972024-03-28T07:21:00.712Z Downloaded convert_case v0.4.0
8982024-03-28T07:21:00.716Z Downloaded maybe-uninit v2.0.0
8992024-03-28T07:21:00.716Z Downloaded memmap v0.7.0
9002024-03-28T07:21:00.721Z Downloaded block-padding v0.3.3
9012024-03-28T07:21:00.721Z Downloaded usdt-attr-macro v0.3.5
9022024-03-28T07:21:00.721Z Downloaded linear-map v1.2.0
9032024-03-28T07:21:00.722Z Downloaded indoc v2.0.3
9042024-03-28T07:21:00.725Z Downloaded libsw v3.3.1
9052024-03-28T07:21:00.725Z Downloaded sqlparser_derive v0.2.2
9062024-03-28T07:21:00.725Z Downloaded buf-list v1.0.3
9072024-03-28T07:21:00.729Z Downloaded humantime v2.1.0
9082024-03-28T07:21:00.733Z Downloaded num v0.4.1
9092024-03-28T07:21:00.734Z Downloaded take_mut v0.2.2
9102024-03-28T07:21:00.734Z Downloaded is_ci v1.2.0
9112024-03-28T07:21:00.734Z Downloaded waitgroup v0.1.2
9122024-03-28T07:21:00.734Z Downloaded cassowary v0.3.0
9132024-03-28T07:21:00.737Z Downloaded nu-ansi-term v0.50.0
9142024-03-28T07:21:00.737Z Downloaded mockall v0.12.0
9152024-03-28T07:21:00.741Z Downloaded stability v0.1.1
9162024-03-28T07:21:00.741Z Downloaded linked-hash-map v0.5.6
9172024-03-28T07:21:00.744Z Downloaded native-tls v0.2.11
9182024-03-28T07:21:00.744Z Downloaded mime_guess v2.0.4
9192024-03-28T07:21:00.751Z Downloaded slog-term v2.9.0
9202024-03-28T07:21:00.751Z Downloaded ipnet v2.9.0
9212024-03-28T07:21:00.751Z Downloaded thread-id v4.2.0
9222024-03-28T07:21:00.751Z Downloaded thiserror-impl-no-std v2.0.2
9232024-03-28T07:21:00.761Z Downloaded thiserror-impl v1.0.57
9242024-03-28T07:21:00.762Z Downloaded structopt-derive v0.4.18
9252024-03-28T07:21:00.762Z Downloaded httparse v1.8.0
9262024-03-28T07:21:00.762Z Downloaded usdt-attr-macro v0.5.0
9272024-03-28T07:21:00.762Z Downloaded signature v2.1.0
9282024-03-28T07:21:00.766Z Downloaded doc-comment v0.3.3
9292024-03-28T07:21:00.766Z Downloaded derive_builder_macro v0.12.0
9302024-03-28T07:21:00.766Z Downloaded cookie v0.18.0
9312024-03-28T07:21:00.766Z Downloaded multer v3.0.0
9322024-03-28T07:21:00.770Z Downloaded serde_spanned v0.6.5
9332024-03-28T07:21:00.771Z Downloaded crc32fast v1.3.2
9342024-03-28T07:21:00.771Z Downloaded clap_derive v4.5.0
9352024-03-28T07:21:00.775Z Downloaded cookie_store v0.20.0
9362024-03-28T07:21:00.775Z Downloaded foreign-types v0.5.0
9372024-03-28T07:21:00.775Z Downloaded ciborium-ll v0.2.2
9382024-03-28T07:21:00.779Z Downloaded backoff v0.4.0
9392024-03-28T07:21:00.779Z Downloaded walkdir v2.4.0
9402024-03-28T07:21:00.783Z Downloaded peeking_take_while v0.1.2
9412024-03-28T07:21:00.783Z Downloaded slog-json v2.6.1
9422024-03-28T07:21:00.783Z Downloaded crossbeam-utils v0.8.19
9432024-03-28T07:21:00.787Z Downloaded path-slash v0.1.5
9442024-03-28T07:21:00.787Z Downloaded sqlformat v0.2.3
9452024-03-28T07:21:00.790Z Downloaded thiserror-no-std v2.0.2
9462024-03-28T07:21:00.793Z Downloaded zeroize_derive v1.4.2
9472024-03-28T07:21:00.793Z Downloaded clang-sys v1.6.1
9482024-03-28T07:21:00.803Z Downloaded castaway v0.2.2
9492024-03-28T07:21:00.806Z Downloaded usdt-impl v0.3.5
9502024-03-28T07:21:00.806Z Downloaded bzip2 v0.4.4
9512024-03-28T07:21:00.806Z Downloaded tabwriter v1.4.0
9522024-03-28T07:21:00.806Z Downloaded tap v1.0.1
9532024-03-28T07:21:00.806Z Downloaded camino v1.1.6
9542024-03-28T07:21:00.806Z Downloaded slog-stdlog v4.1.1
9552024-03-28T07:21:00.806Z Downloaded slog-scope v4.4.0
9562024-03-28T07:21:00.810Z Downloaded enum-as-inner v0.5.1
9572024-03-28T07:21:00.810Z Downloaded unicode-linebreak v0.1.5
9582024-03-28T07:21:00.810Z Downloaded dof v0.1.5
9592024-03-28T07:21:00.813Z Downloaded log v0.4.21
9602024-03-28T07:21:00.813Z Downloaded shell-words v1.1.0
9612024-03-28T07:21:00.816Z Downloaded defmt-macros v0.3.6
9622024-03-28T07:21:00.819Z Downloaded rustc-demangle v0.1.23
9632024-03-28T07:21:00.819Z Downloaded slog v2.7.0
9642024-03-28T07:21:00.825Z Downloaded sct v0.7.0
9652024-03-28T07:21:00.829Z Downloaded sync_wrapper v0.1.2
9662024-03-28T07:21:00.829Z Downloaded ascii v1.1.0
9672024-03-28T07:21:00.829Z Downloaded want v0.3.1
9682024-03-28T07:21:00.832Z Downloaded cookie v0.17.0
9692024-03-28T07:21:00.832Z Downloaded ppv-lite86 v0.2.17
9702024-03-28T07:21:00.837Z Downloaded powerfmt v0.2.0
9712024-03-28T07:21:00.837Z Downloaded toml v0.7.8
9722024-03-28T07:21:00.840Z Downloaded radium v0.7.0
9732024-03-28T07:21:00.841Z Downloaded toml v0.5.11
9742024-03-28T07:21:00.844Z Downloaded vte_generate_state_changes v0.1.1
9752024-03-28T07:21:00.844Z Downloaded futures-task v0.3.30
9762024-03-28T07:21:00.845Z Downloaded foreign-types-shared v0.3.1
9772024-03-28T07:21:00.848Z Downloaded foreign-types-shared v0.1.1
9782024-03-28T07:21:00.848Z Downloaded darling_macro v0.20.3
9792024-03-28T07:21:00.848Z Downloaded darling_macro v0.14.4
9802024-03-28T07:21:00.848Z Downloaded futures-core v0.3.30
9812024-03-28T07:21:00.851Z Downloaded scopeguard v1.2.0
9822024-03-28T07:21:00.851Z Downloaded clap v4.5.1
9832024-03-28T07:21:00.858Z Downloaded foreign-types v0.3.2
9842024-03-28T07:21:00.864Z Downloaded dtrace-parser v0.2.0
9852024-03-28T07:21:00.864Z Downloaded dtrace-parser v0.1.14
9862024-03-28T07:21:00.864Z Downloaded downcast v0.11.0
9872024-03-28T07:21:00.867Z Downloaded oso-derive v0.27.0
9882024-03-28T07:21:00.867Z Downloaded hash32 v0.2.1
9892024-03-28T07:21:00.867Z Downloaded proc-macro-error-attr v1.0.4
9902024-03-28T07:21:00.867Z Downloaded thiserror v1.0.57
9912024-03-28T07:21:00.871Z Downloaded strsim v0.8.0
9922024-03-28T07:21:00.874Z Downloaded smf v0.2.2
9932024-03-28T07:21:00.874Z Downloaded strum_macros v0.25.2
9942024-03-28T07:21:00.877Z Downloaded serde_arrays v0.1.0
9952024-03-28T07:21:00.877Z Downloaded csv-core v0.1.11
9962024-03-28T07:21:00.877Z Downloaded sha1 v0.10.6
9972024-03-28T07:21:00.880Z Downloaded untrusted v0.9.0
9982024-03-28T07:21:00.884Z Downloaded password-hash v0.5.0
9992024-03-28T07:21:00.884Z Downloaded ron v0.7.1
10002024-03-28T07:21:00.887Z Downloaded serde-big-array v0.5.1
10012024-03-28T07:21:00.890Z Downloaded r2d2 v0.8.10
10022024-03-28T07:21:00.890Z Downloaded minimal-lexical v0.2.1
10032024-03-28T07:21:00.897Z Downloaded crypto-common v0.1.6
10042024-03-28T07:21:00.900Z Downloaded derive_builder v0.12.0
10052024-03-28T07:21:00.907Z Downloaded serde-big-array v0.4.1
10062024-03-28T07:21:00.907Z Downloaded indicatif v0.17.8
10072024-03-28T07:21:00.912Z Downloaded indexmap v2.2.5
10082024-03-28T07:21:00.912Z Downloaded hash32 v0.3.1
10092024-03-28T07:21:00.916Z Downloaded smawk v0.3.1
10102024-03-28T07:21:00.916Z Downloaded owo-colors v4.0.0
10112024-03-28T07:21:00.916Z Downloaded num_threads v0.1.6
10122024-03-28T07:21:00.921Z Downloaded curve25519-dalek-derive v0.1.0
10132024-03-28T07:21:00.921Z Downloaded cstr-argument v0.1.2
10142024-03-28T07:21:00.921Z Downloaded glob v0.3.1
10152024-03-28T07:21:00.929Z Downloaded number_prefix v0.4.0
10162024-03-28T07:21:00.929Z Downloaded phf_shared v0.10.0
10172024-03-28T07:21:00.930Z Downloaded num-conv v0.1.0
10182024-03-28T07:21:00.930Z Downloaded packed_struct_codegen v0.10.1
10192024-03-28T07:21:00.930Z Downloaded num_enum_derive v0.5.11
10202024-03-28T07:21:00.933Z Downloaded ref-cast v1.0.20
10212024-03-28T07:21:00.933Z Downloaded tokio-rustls v0.24.1
10222024-03-28T07:21:00.933Z Downloaded proc-macro-crate v1.3.1
10232024-03-28T07:21:00.933Z Downloaded rustc_version v0.1.7
10242024-03-28T07:21:00.933Z Downloaded serde_derive_internals v0.26.0
10252024-03-28T07:21:00.936Z Downloaded smallvec v1.13.1
10262024-03-28T07:21:00.936Z Downloaded trust-dns-resolver v0.22.0
10272024-03-28T07:21:00.940Z Downloaded endian-type v0.1.2
10282024-03-28T07:21:00.943Z Downloaded zip v0.6.6
10292024-03-28T07:21:00.946Z Downloaded opaque-debug v0.3.0
10302024-03-28T07:21:00.947Z Downloaded arc-swap v1.6.0
10312024-03-28T07:21:00.950Z Downloaded slog-envlogger v2.2.0
10322024-03-28T07:21:00.953Z Downloaded sha2 v0.10.8
10332024-03-28T07:21:00.956Z Downloaded schemars v0.8.16
10342024-03-28T07:21:00.964Z Downloaded shlex v1.3.0
10352024-03-28T07:21:00.967Z Downloaded half v2.3.1
10362024-03-28T07:21:00.970Z Downloaded tabled_derive v0.7.0
10372024-03-28T07:21:00.970Z Downloaded globset v0.4.13
10382024-03-28T07:21:00.973Z Downloaded unicode-width v0.1.11
10392024-03-28T07:21:00.973Z Downloaded structmeta-derive v0.3.0
10402024-03-28T07:21:00.978Z Downloaded zeroize v1.7.0
10412024-03-28T07:21:00.978Z Downloaded platforms v3.0.2
10422024-03-28T07:21:00.984Z Downloaded oso v0.27.0
10432024-03-28T07:21:00.984Z Downloaded tracing-attributes v0.1.27
10442024-03-28T07:21:00.987Z Downloaded try-lock v0.2.4
10452024-03-28T07:21:00.987Z Downloaded pest_derive v2.7.6
10462024-03-28T07:21:00.987Z Downloaded tower-service v0.3.2
10472024-03-28T07:21:00.987Z Downloaded typenum v1.16.0
10482024-03-28T07:21:00.990Z Downloaded phf_shared v0.11.2
10492024-03-28T07:21:00.990Z Downloaded futures-macro v0.3.30
10502024-03-28T07:21:00.994Z Downloaded vte v0.11.1
10512024-03-28T07:21:00.994Z Downloaded unicode-bidi v0.3.15
10522024-03-28T07:21:00.997Z Downloaded ff v0.13.0
10532024-03-28T07:21:01.000Z Downloaded fd-lock v4.0.2
10542024-03-28T07:21:01.003Z Downloaded futures-sink v0.3.30
10552024-03-28T07:21:01.003Z Downloaded crossbeam-channel v0.5.8
10562024-03-28T07:21:01.006Z Downloaded num-bigint v0.4.4
10572024-03-28T07:21:01.010Z Downloaded predicates-tree v1.0.9
10582024-03-28T07:21:01.013Z Downloaded openssl-macros v0.1.1
10592024-03-28T07:21:01.013Z Downloaded rand_xorshift v0.3.0
10602024-03-28T07:21:01.016Z Downloaded rand_seeder v0.2.3
10612024-03-28T07:21:01.016Z Downloaded pretty-hex v0.4.1
10622024-03-28T07:21:01.016Z Downloaded pretty-hex v0.2.1
10632024-03-28T07:21:01.019Z Downloaded rand_core v0.6.4
10642024-03-28T07:21:01.020Z Downloaded term v0.7.0
10652024-03-28T07:21:01.023Z Downloaded fnv v1.0.7
10662024-03-28T07:21:01.026Z Downloaded tempfile v3.10.0
10672024-03-28T07:21:01.029Z Downloaded termtree v0.4.1
10682024-03-28T07:21:01.029Z Downloaded quick-error v1.2.3
10692024-03-28T07:21:01.029Z Downloaded pest_meta v2.7.6
10702024-03-28T07:21:01.035Z Downloaded proc-macro2 v1.0.78
10712024-03-28T07:21:01.038Z Downloaded static_assertions v1.1.0
10722024-03-28T07:21:01.038Z Downloaded structmeta-derive v0.2.0
10732024-03-28T07:21:01.038Z Downloaded tokio-native-tls v0.3.1
10742024-03-28T07:21:01.038Z Downloaded poly1305 v0.8.0
10752024-03-28T07:21:01.041Z Downloaded debug-ignore v1.0.5
10762024-03-28T07:21:01.044Z Downloaded serde_plain v1.0.2
10772024-03-28T07:21:01.044Z Downloaded tui-tree-widget v0.17.0
10782024-03-28T07:21:01.047Z Downloaded usdt-macro v0.5.0
10792024-03-28T07:21:01.047Z Downloaded fs-err v2.11.0
10802024-03-28T07:21:01.051Z Downloaded deranged v0.3.11
10812024-03-28T07:21:01.051Z Downloaded errno v0.3.8
10822024-03-28T07:21:01.054Z Downloaded tokio-macros v2.2.0
10832024-03-28T07:21:01.054Z Downloaded termios v0.3.3
10842024-03-28T07:21:01.054Z Downloaded pin-project-internal v1.1.3
10852024-03-28T07:21:01.057Z Downloaded darling_core v0.20.3
10862024-03-28T07:21:01.060Z Downloaded display-error-chain v0.2.0
10872024-03-28T07:21:01.063Z Downloaded funty v2.0.0
10882024-03-28T07:21:01.063Z Downloaded filetime v0.2.23
10892024-03-28T07:21:01.063Z Downloaded nom v7.1.3
10902024-03-28T07:21:01.068Z Downloaded parse-size v1.0.0
10912024-03-28T07:21:01.071Z Downloaded spin v0.5.2
10922024-03-28T07:21:01.072Z Downloaded serde_urlencoded v0.7.1
10932024-03-28T07:21:01.074Z Downloaded snafu-derive v0.7.5
10942024-03-28T07:21:01.074Z Downloaded num_cpus v1.16.0
10952024-03-28T07:21:01.077Z Downloaded num_enum v0.5.11
10962024-03-28T07:21:01.081Z Downloaded url v2.5.0
10972024-03-28T07:21:01.084Z Downloaded textwrap v0.11.0
10982024-03-28T07:21:01.087Z Downloaded rand_chacha v0.3.1
10992024-03-28T07:21:01.088Z Downloaded swrite v0.1.0
11002024-03-28T07:21:01.091Z Downloaded unsafe-libyaml v0.2.10
11012024-03-28T07:21:01.094Z Downloaded resolv-conf v0.7.0
11022024-03-28T07:21:01.099Z Downloaded zerocopy v0.3.0
11032024-03-28T07:21:01.100Z Downloaded terminal_size v0.3.0
11042024-03-28T07:21:01.100Z Downloaded strsim v0.11.0
11052024-03-28T07:21:01.103Z Downloaded serde_with_macros v3.6.1
11062024-03-28T07:21:01.103Z Downloaded strsim v0.10.0
11072024-03-28T07:21:01.103Z Downloaded usdt v0.5.0
11082024-03-28T07:21:01.103Z Downloaded utf-8 v0.7.6
11092024-03-28T07:21:01.106Z Downloaded itertools v0.10.5
11102024-03-28T07:21:01.109Z Downloaded equivalent v1.0.1
11112024-03-28T07:21:01.113Z Downloaded prettyplease v0.2.16
11122024-03-28T07:21:01.116Z Downloaded portpicker v0.1.1
11132024-03-28T07:21:01.116Z Downloaded rpassword v7.3.1
11142024-03-28T07:21:01.119Z Downloaded pin-utils v0.1.0
11152024-03-28T07:21:01.119Z Downloaded ref-cast-impl v1.0.20
11162024-03-28T07:21:01.119Z Downloaded futures-io v0.3.30
11172024-03-28T07:21:01.122Z Downloaded futures-executor v0.3.30
11182024-03-28T07:21:01.122Z Downloaded tar v0.4.40
11192024-03-28T07:21:01.125Z Downloaded rcgen v0.12.1
11202024-03-28T07:21:01.128Z Downloaded time-core v0.1.2
11212024-03-28T07:21:01.128Z Downloaded openssl-probe v0.1.5
11222024-03-28T07:21:01.132Z Downloaded unicode-segmentation v1.10.1
11232024-03-28T07:21:01.132Z Downloaded scroll v0.12.0
11242024-03-28T07:21:01.135Z Downloaded float-cmp v0.9.0
11252024-03-28T07:21:01.135Z Downloaded dirs-next v2.0.0
11262024-03-28T07:21:01.138Z Downloaded zone_cfg_derive v0.1.2
11272024-03-28T07:21:01.139Z Downloaded darling_core v0.14.4
11282024-03-28T07:21:01.142Z Downloaded usdt v0.3.5
11292024-03-28T07:21:01.145Z Downloaded zerocopy-derive v0.7.32
11302024-03-28T07:21:01.151Z Downloaded signal-hook-tokio v0.3.1
11312024-03-28T07:21:01.151Z Downloaded pin-project v1.1.3
11322024-03-28T07:21:01.159Z Downloaded time-macros v0.2.17
11332024-03-28T07:21:01.163Z Downloaded precomputed-hash v0.1.1
11342024-03-28T07:21:01.163Z Downloaded fxhash v0.2.1
11352024-03-28T07:21:01.163Z Downloaded smallvec v0.6.14
11362024-03-28T07:21:01.166Z Downloaded rusty-fork v0.3.0
11372024-03-28T07:21:01.166Z Downloaded dirs-sys-next v0.1.2
11382024-03-28T07:21:01.166Z Downloaded snafu v0.7.5
11392024-03-28T07:21:01.171Z Downloaded which v4.4.0
11402024-03-28T07:21:01.174Z Downloaded tungstenite v0.21.0
11412024-03-28T07:21:01.178Z Downloaded toml_edit v0.22.6
11422024-03-28T07:21:01.196Z Downloaded psl-types v2.0.11
11432024-03-28T07:21:01.199Z Downloaded crunchy v0.2.2
11442024-03-28T07:21:01.199Z Downloaded crucible-workspace-hack v0.1.0
11452024-03-28T07:21:01.199Z Downloaded tinyvec_macros v0.1.1
11462024-03-28T07:21:01.199Z Downloaded secrecy v0.8.0
11472024-03-28T07:21:01.203Z Downloaded fixedbitset v0.4.2
11482024-03-28T07:21:01.203Z Downloaded fd-lock v3.0.13
11492024-03-28T07:21:01.207Z Downloaded predicates-core v1.0.6
11502024-03-28T07:21:01.207Z Downloaded futures-channel v0.3.30
11512024-03-28T07:21:01.207Z Downloaded zone v0.1.8
11522024-03-28T07:21:01.207Z Downloaded universal-hash v0.5.1
11532024-03-28T07:21:01.211Z Downloaded unicode-xid v0.2.4
11542024-03-28T07:21:01.211Z Downloaded topological-sort v0.2.2
11552024-03-28T07:21:01.211Z Downloaded siphasher v0.3.11
11562024-03-28T07:21:01.217Z Downloaded thread_local v1.1.7
11572024-03-28T07:21:01.217Z Downloaded fallible-iterator v0.2.0
11582024-03-28T07:21:01.218Z Downloaded difflib v0.4.0
11592024-03-28T07:21:01.221Z Downloaded usdt-macro v0.3.5
11602024-03-28T07:21:01.222Z Downloaded num-iter v0.1.44
11612024-03-28T07:21:01.222Z Downloaded tracing-core v0.1.32
11622024-03-28T07:21:01.222Z Downloaded toolchain_find v0.2.0
11632024-03-28T07:21:01.222Z Downloaded rustc-hash v1.1.0
11642024-03-28T07:21:01.225Z Downloaded plain v0.2.3
11652024-03-28T07:21:01.225Z Downloaded num-rational v0.4.1
11662024-03-28T07:21:01.225Z Downloaded percent-encoding v2.3.1
11672024-03-28T07:21:01.230Z Downloaded generic-array v0.14.7
11682024-03-28T07:21:01.230Z Downloaded fastrand v2.0.1
11692024-03-28T07:21:01.230Z Downloaded subtle v2.5.0
11702024-03-28T07:21:01.230Z Downloaded trust-dns-server v0.22.1
11712024-03-28T07:21:01.235Z Downloaded embedded-io v0.4.0
11722024-03-28T07:21:01.238Z Downloaded socket2 v0.5.5
11732024-03-28T07:21:01.238Z Downloaded parking_lot_core v0.9.8
11742024-03-28T07:21:01.241Z Downloaded erased-serde v0.3.31
11752024-03-28T07:21:01.244Z Downloaded test-strategy v0.3.1
11762024-03-28T07:21:01.248Z Downloaded rustfmt-wrapper v0.2.0
11772024-03-28T07:21:01.248Z Downloaded regex-automata v0.1.10
11782024-03-28T07:21:01.252Z Downloaded digest v0.10.7
11792024-03-28T07:21:01.255Z Downloaded pkcs1 v0.7.5
11802024-03-28T07:21:01.258Z Downloaded semver-parser v0.10.2
11812024-03-28T07:21:01.258Z Downloaded semver v0.1.20
11822024-03-28T07:21:01.258Z Downloaded steno v0.4.0
11832024-03-28T07:21:01.262Z Downloaded tiny-keccak v2.0.2
11842024-03-28T07:21:01.267Z Downloaded string_cache v0.8.7
11852024-03-28T07:21:01.271Z Downloaded stable_deref_trait v1.2.0
11862024-03-28T07:21:01.271Z Downloaded spki v0.7.2
11872024-03-28T07:21:01.271Z Downloaded pkg-config v0.3.27
11882024-03-28T07:21:01.271Z Downloaded rtoolbox v0.0.1
11892024-03-28T07:21:01.271Z Downloaded num-integer v0.1.46
11902024-03-28T07:21:01.275Z Downloaded usdt-impl v0.5.0
11912024-03-28T07:21:01.275Z Downloaded unarray v0.1.4
11922024-03-28T07:21:01.278Z Downloaded predicates v3.1.0
11932024-03-28T07:21:01.278Z Downloaded tungstenite v0.20.1
11942024-03-28T07:21:01.281Z Downloaded parse-display v0.9.0
11952024-03-28T07:21:01.281Z Downloaded postcard v1.0.8
11962024-03-28T07:21:01.284Z Downloaded packed_struct v0.10.1
11972024-03-28T07:21:01.288Z Downloaded serde-hex v0.1.0
11982024-03-28T07:21:01.289Z Downloaded supports-color v3.0.0
11992024-03-28T07:21:01.289Z Downloaded socket2 v0.4.9
12002024-03-28T07:21:01.295Z Downloaded ryu v1.0.15
12012024-03-28T07:21:01.298Z Downloaded fatfs v0.3.6
12022024-03-28T07:21:01.299Z Downloaded unicode_categories v0.1.1
12032024-03-28T07:21:01.299Z Downloaded structmeta v0.2.0
12042024-03-28T07:21:01.299Z Downloaded vec_map v0.8.2
12052024-03-28T07:21:01.302Z Downloaded rustversion v1.0.14
12062024-03-28T07:21:01.302Z Downloaded rustls-pemfile v1.0.3
12072024-03-28T07:21:01.308Z Downloaded strum_macros v0.26.1
12082024-03-28T07:21:01.308Z Downloaded getrandom v0.2.12
12092024-03-28T07:21:01.308Z Downloaded derive_more v0.99.17
12102024-03-28T07:21:01.313Z Downloaded signal-hook-registry v1.4.1
12112024-03-28T07:21:01.316Z Downloaded parse-display-derive v0.9.0
12122024-03-28T07:21:01.316Z Downloaded utf8parse v0.2.1
12132024-03-28T07:21:01.316Z Downloaded phf v0.11.2
12142024-03-28T07:21:01.330Z Downloaded semver v1.0.22
12152024-03-28T07:21:01.331Z Downloaded unicode-normalization v0.1.22
12162024-03-28T07:21:01.335Z Downloaded stringprep v0.1.3
12172024-03-28T07:21:01.335Z Downloaded spin v0.9.8
12182024-03-28T07:21:01.335Z Downloaded toml v0.8.10
12192024-03-28T07:21:01.335Z Downloaded gethostname v0.4.3
12202024-03-28T07:21:01.335Z Downloaded diesel_table_macro_syntax v0.1.0
12212024-03-28T07:21:01.335Z Downloaded either v1.10.0
12222024-03-28T07:21:01.335Z Downloaded slog-dtrace v0.3.0
12232024-03-28T07:21:01.335Z Downloaded slog-bunyan v2.5.0
12242024-03-28T07:21:01.335Z Downloaded slog-async v2.8.0
12252024-03-28T07:21:01.339Z Downloaded textwrap v0.16.1
12262024-03-28T07:21:01.339Z Downloaded tokio-stream v0.1.14
12272024-03-28T07:21:01.343Z Downloaded parking_lot v0.11.2
12282024-03-28T07:21:01.346Z Downloaded tokio-rustls v0.25.0
12292024-03-28T07:21:01.347Z Downloaded ucd-trie v0.1.6
12302024-03-28T07:21:01.350Z Downloaded subprocess v0.2.9
12312024-03-28T07:21:01.350Z Downloaded x509-cert v0.2.4
12322024-03-28T07:21:01.355Z Downloaded pin-project-lite v0.2.13
12332024-03-28T07:21:01.360Z Downloaded flate2 v1.0.28
12342024-03-28T07:21:01.364Z Downloaded clap_builder v4.5.1
12352024-03-28T07:21:01.370Z Downloaded derive-where v1.2.7
12362024-03-28T07:21:01.373Z Downloaded lalrpop v0.19.12
12372024-03-28T07:21:01.386Z Downloaded flume v0.11.0
12382024-03-28T07:21:01.390Z Downloaded diesel_derives v2.1.2
12392024-03-28T07:21:01.394Z Downloaded reedline v0.30.0
12402024-03-28T07:21:01.398Z Downloaded tough v0.16.0
12412024-03-28T07:21:01.408Z Downloaded diff v0.1.13
12422024-03-28T07:21:01.412Z Downloaded idna v0.5.0
12432024-03-28T07:21:01.415Z Downloaded tabled v0.15.0
12442024-03-28T07:21:01.429Z Downloaded crypto-bigint v0.5.2
12452024-03-28T07:21:01.437Z Downloaded h2 v0.3.24
12462024-03-28T07:21:01.441Z Downloaded serde_with v3.6.1
12472024-03-28T07:21:01.448Z Downloaded idna v0.3.0
12482024-03-28T07:21:01.460Z Downloaded goblin v0.8.0
12492024-03-28T07:21:01.463Z Downloaded proptest v1.4.0
12502024-03-28T07:21:01.470Z Downloaded toml_edit v0.19.15
12512024-03-28T07:21:01.485Z Downloaded publicsuffix v2.2.3
12522024-03-28T07:21:01.488Z Downloaded syn v1.0.109
12532024-03-28T07:21:01.497Z Downloaded serde_json v1.0.114
12542024-03-28T07:21:01.505Z Downloaded bitvec v1.0.1
12552024-03-28T07:21:01.531Z Downloaded futures-util v0.3.30
12562024-03-28T07:21:01.545Z Downloaded num-bigint-dig v0.8.4
12572024-03-28T07:21:01.548Z Downloaded pest v2.7.6
12582024-03-28T07:21:01.552Z Downloaded winnow v0.6.1
12592024-03-28T07:21:01.559Z Downloaded object v0.30.4
12602024-03-28T07:21:01.570Z Downloaded rustls v0.21.9
12612024-03-28T07:21:01.582Z Downloaded webpki-roots v0.25.2
12622024-03-28T07:21:01.586Z Downloaded petgraph v0.6.4
12632024-03-28T07:21:01.604Z Downloaded rayon v1.9.0
12642024-03-28T07:21:01.613Z Downloaded object v0.32.1
12652024-03-28T07:21:01.623Z Downloaded radix_trie v0.2.1
12662024-03-28T07:21:01.628Z Downloaded openssl v0.10.60
12672024-03-28T07:21:01.639Z Downloaded regex-syntax v0.8.2
12682024-03-28T07:21:01.650Z Downloaded bstr v0.2.17
12692024-03-28T07:21:01.659Z Downloaded gimli v0.28.0
12702024-03-28T07:21:01.669Z Downloaded rustix v0.38.31
12712024-03-28T07:21:01.692Z Downloaded openapiv3 v2.0.0
12722024-03-28T07:21:01.705Z Downloaded regress v0.9.0
12732024-03-28T07:21:01.715Z Downloaded smoltcp v0.11.0
12742024-03-28T07:21:01.729Z Downloaded zerocopy-derive v0.2.0
12752024-03-28T07:21:01.737Z Downloaded regex-syntax v0.6.29
12762024-03-28T07:21:01.745Z Downloaded ratatui v0.26.1
12772024-03-28T07:21:01.764Z Downloaded zerocopy-derive v0.6.4
12782024-03-28T07:21:01.775Z Downloaded sled v0.34.7
12792024-03-28T07:21:01.787Z Downloaded regex-automata v0.4.5
12802024-03-28T07:21:01.805Z Downloaded bzip2-sys v0.1.11+1.0.8
12812024-03-28T07:21:01.818Z Downloaded sha3 v0.10.8
12822024-03-28T07:21:01.824Z Downloaded libc v0.2.153
12832024-03-28T07:21:01.856Z Downloaded tokio v1.36.0
12842024-03-28T07:21:01.891Z Downloaded csv v1.3.0
12852024-03-28T07:21:01.912Z Downloaded encoding_rs v0.8.33
12862024-03-28T07:21:01.933Z Downloaded diesel v2.1.4
12872024-03-28T07:21:01.950Z Downloaded bstr v1.9.0
12882024-03-28T07:21:01.962Z Downloaded rustls v0.22.2
12892024-03-28T07:21:01.975Z Downloaded polar-core v0.27.0
12902024-03-28T07:21:01.983Z Downloaded curve25519-dalek v4.1.1
12912024-03-28T07:21:01.992Z Downloaded rustls-webpki v0.101.7
12922024-03-28T07:21:02.009Z Downloaded syn v2.0.52
12932024-03-28T07:21:02.017Z Downloaded regex v1.10.3
12942024-03-28T07:21:02.030Z Downloaded nix v0.27.1
12952024-03-28T07:21:02.041Z Downloaded winnow v0.5.15
12962024-03-28T07:21:02.049Z Downloaded reqwest v0.11.24
12972024-03-28T07:21:02.056Z Downloaded vcpkg v0.2.15
12982024-03-28T07:21:02.095Z Downloaded smoltcp v0.9.1
12992024-03-28T07:21:02.105Z Downloaded rustls-webpki v0.102.1
13002024-03-28T07:21:02.123Z Downloaded trust-dns-proto v0.22.0
13012024-03-28T07:21:02.134Z Downloaded quick-xml v0.30.0
13022024-03-28T07:21:02.139Z Downloaded idna v0.2.3
13032024-03-28T07:21:02.149Z Downloaded clap v2.34.0
13042024-03-28T07:21:02.153Z Downloaded bindgen v0.69.2
13052024-03-28T07:21:02.161Z Downloaded serde v1.0.197
13062024-03-28T07:21:02.165Z Downloaded zerocopy v0.7.32
13072024-03-28T07:21:02.183Z Downloaded chrono v0.4.34
13082024-03-28T07:21:02.190Z Downloaded blake3 v1.5.0
13092024-03-28T07:21:02.200Z Downloaded typed-path v0.7.0
13102024-03-28T07:21:02.205Z Downloaded sqlparser v0.43.1
13112024-03-28T07:21:02.220Z Downloaded openssl-sys v0.9.96
13122024-03-28T07:21:02.220Z Downloaded der v0.7.8
13132024-03-28T07:21:02.220Z Downloaded time v0.3.34
13142024-03-28T07:21:02.227Z Downloaded similar v2.4.0
13152024-03-28T07:21:02.231Z Downloaded rand v0.8.5
13162024-03-28T07:21:02.236Z Downloaded parking_lot_core v0.8.6
13172024-03-28T07:21:02.240Z Downloaded num-derive v0.4.0
13182024-03-28T07:21:02.240Z Downloaded vsss-rs v3.3.4
13192024-03-28T07:21:02.247Z Downloaded num-traits v0.2.18
13202024-03-28T07:21:02.247Z Downloaded ron v0.8.1
13212024-03-28T07:21:02.252Z Downloaded postgres-types v0.2.6
13222024-03-28T07:21:02.252Z Downloaded parking_lot v0.12.1
13232024-03-28T07:21:02.256Z Downloaded version_check v0.9.4
13242024-03-28T07:21:02.256Z Downloaded hyper v0.14.28
13252024-03-28T07:21:02.269Z Downloaded termcolor v1.2.0
13262024-03-28T07:21:02.273Z Downloaded salty v0.2.0
13272024-03-28T07:21:02.273Z Downloaded postgres-protocol v0.6.6
13282024-03-28T07:21:02.273Z Downloaded signature v1.6.4
13292024-03-28T07:21:02.273Z Downloaded semver v0.11.0
13302024-03-28T07:21:02.285Z Downloaded strum_macros v0.24.3
13312024-03-28T07:21:02.285Z Downloaded slab v0.4.9
13322024-03-28T07:21:02.296Z Downloaded rsa v0.9.2
13332024-03-28T07:21:02.297Z Downloaded portable-atomic v1.4.3
13342024-03-28T07:21:02.297Z Downloaded ena v0.14.2
13352024-03-28T07:21:02.297Z Downloaded whoami v1.5.0
13362024-03-28T07:21:02.297Z Downloaded rustls-pki-types v1.3.0
13372024-03-28T07:21:02.297Z Downloaded rustls-pemfile v2.1.1
13382024-03-28T07:21:02.297Z Downloaded pkcs8 v0.10.2
13392024-03-28T07:21:02.305Z Downloaded futures v0.3.30
13402024-03-28T07:21:02.309Z Downloaded hkdf v0.12.4
13412024-03-28T07:21:02.309Z Downloaded toml_datetime v0.6.5
13422024-03-28T07:21:02.309Z Downloaded ring v0.17.8
13432024-03-28T07:21:02.380Z Downloaded serde_yaml v0.9.25
13442024-03-28T07:21:02.385Z Downloaded tracing v0.1.40
13452024-03-28T07:21:02.388Z Downloaded wyz v0.5.1
13462024-03-28T07:21:02.395Z Downloaded uuid v1.7.0
13472024-03-28T07:21:02.395Z Downloaded rustyline v13.0.0
13482024-03-28T07:21:02.400Z Downloaded itertools v0.12.1
13492024-03-28T07:21:02.403Z Downloaded serde_path_to_error v0.1.16
13502024-03-28T07:21:02.406Z Downloaded der_derive v0.7.2
13512024-03-28T07:21:02.407Z Downloaded quote v1.0.35
13522024-03-28T07:21:02.410Z Downloaded ring v0.16.20
13532024-03-28T07:21:02.494Z Downloaded yasna v0.5.2
13542024-03-28T07:21:02.497Z Downloaded tokio-postgres v0.7.10
13552024-03-28T07:21:02.497Z Downloaded tokio-util v0.7.10
13562024-03-28T07:21:02.501Z Downloaded signal-hook v0.3.17
13572024-03-28T07:21:02.505Z Downloaded tinyvec v1.6.0
13582024-03-28T07:21:02.508Z Downloaded form_urlencoded v1.2.1
13592024-03-28T07:21:02.508Z Downloaded defmt-parser v0.3.3
13602024-03-28T07:21:02.508Z Downloaded defmt v0.3.5
13612024-03-28T07:21:02.511Z Downloaded trust-dns-client v0.22.0
13622024-03-28T07:21:02.516Z Downloaded once_cell v1.19.0
13632024-03-28T07:21:02.519Z Downloaded papergrid v0.11.0
13642024-03-28T07:21:02.522Z Downloaded darling v0.20.3
13652024-03-28T07:21:02.525Z Downloaded darling v0.14.4
13662024-03-28T07:21:02.528Z Downloaded xattr v1.0.1
13672024-03-28T07:21:02.531Z Downloaded uuid v0.8.2
13682024-03-28T07:21:02.532Z Downloaded unicase v2.7.0
13692024-03-28T07:21:02.535Z Downloaded tokio-tungstenite v0.21.0
13702024-03-28T07:21:02.535Z Downloaded tokio-tungstenite v0.20.1
13712024-03-28T07:21:02.538Z Downloaded libm v0.2.7
13722024-03-28T07:21:02.547Z Downloaded structmeta v0.3.0
13732024-03-28T07:21:02.552Z Downloaded signal-hook-mio v0.2.3
13742024-03-28T07:21:02.552Z Downloaded num-complex v0.4.4
13752024-03-28T07:21:02.552Z Downloaded elliptic-curve v0.13.8
13762024-03-28T07:21:02.552Z Downloaded memchr v2.7.1
13772024-03-28T07:21:02.556Z Downloaded backtrace v0.3.69
13782024-03-28T07:21:02.560Z Downloaded rayon-core v1.12.1
13792024-03-28T07:21:02.563Z Downloaded libxml v0.3.3
13802024-03-28T07:21:02.569Z Downloaded omicron-zone-package v0.11.0
13812024-03-28T07:21:02.572Z Downloaded structopt v0.3.26
13822024-03-28T07:21:02.578Z Downloaded aho-corasick v1.1.2
13832024-03-28T07:21:02.583Z Downloaded same-file v1.0.6
13842024-03-28T07:21:02.587Z Downloaded rustc_version v0.4.0
13852024-03-28T07:21:02.587Z Downloaded strip-ansi-escapes v0.2.0
13862024-03-28T07:21:02.587Z Downloaded zerocopy v0.6.4
13872024-03-28T07:21:02.590Z Downloaded unicode-ident v1.0.12
13882024-03-28T07:21:02.594Z Downloaded pest_generator v2.7.6
13892024-03-28T07:21:02.594Z Downloaded mio v0.8.11
13902024-03-28T07:21:02.597Z Downloaded proc-macro-error v1.0.4
13912024-03-28T07:21:02.604Z Downloaded synstructure v0.12.6
13922024-03-28T07:21:02.604Z Downloaded foreign-types-macros v0.2.3
13932024-03-28T07:21:02.604Z Downloaded dyn-clone v1.0.17
13942024-03-28T07:21:02.609Z Downloaded dof v0.3.0
13952024-03-28T07:21:02.609Z Downloaded bytes v1.5.0
13962024-03-28T07:21:02.609Z Downloaded ed25519 v1.5.3
13972024-03-28T07:21:02.612Z Downloaded data-encoding v2.4.0
13982024-03-28T07:21:02.612Z Downloaded untrusted v0.7.1
13992024-03-28T07:21:02.612Z Downloaded cc v1.0.83
14002024-03-28T07:21:02.613Z Downloaded http v0.2.12
14012024-03-28T07:21:02.619Z Downloaded chacha20poly1305 v0.10.1
14022024-03-28T07:21:02.623Z Downloaded base64 v0.13.1
14032024-03-28T07:21:02.623Z Downloaded base64 v0.21.7
14042024-03-28T07:21:02.627Z Downloaded env_logger v0.10.0
14052024-03-28T07:21:02.628Z Downloaded env_logger v0.9.3
14062024-03-28T07:21:02.631Z Downloaded derive_builder_core v0.12.0
14072024-03-28T07:21:02.631Z Downloaded schemars_derive v0.8.16
14082024-03-28T07:21:02.634Z Downloaded group v0.13.0
14092024-03-28T07:21:02.634Z Downloaded cancel-safe-futures v0.1.5
14102024-03-28T07:21:02.638Z Downloaded fragile v2.0.0
14112024-03-28T07:21:02.638Z Downloaded compact_str v0.7.1
14122024-03-28T07:21:02.641Z Downloaded pem-rfc7468 v0.7.0
14132024-03-28T07:21:02.644Z Downloaded pem v3.0.2
14142024-03-28T07:21:02.644Z Downloaded paste v1.0.14
14152024-03-28T07:21:02.650Z Downloaded crossbeam-epoch v0.9.18
14162024-03-28T07:21:02.650Z Downloaded crc-any v2.4.3
14172024-03-28T07:21:02.653Z Downloaded const-oid v0.9.6
14182024-03-28T07:21:02.654Z Downloaded mockall_derive v0.12.0
14192024-03-28T07:21:02.654Z Downloaded miniz_oxide v0.7.1
14202024-03-28T07:21:02.657Z Downloaded serde_derive v1.0.197
14212024-03-28T07:21:02.657Z Downloaded camino-tempfile v1.1.1
14222024-03-28T07:21:02.660Z Downloaded olpc-cjson v0.1.3
14232024-03-28T07:21:02.660Z Downloaded getopts v0.2.21
14242024-03-28T07:21:02.660Z Downloaded flagset v0.4.3
14252024-03-28T07:21:02.663Z Downloaded wait-timeout v0.2.0
14262024-03-28T07:21:02.663Z Downloaded serde_tokenstream v0.2.0
14272024-03-28T07:21:02.667Z Downloaded ciborium v0.2.2
14282024-03-28T07:21:02.671Z Downloaded hyper-rustls v0.24.2
14292024-03-28T07:21:02.671Z Downloaded anstyle-parse v0.2.1
14302024-03-28T07:21:02.678Z Downloaded anstream v0.6.11
14312024-03-28T07:21:02.678Z Downloaded serde_repr v0.1.16
14322024-03-28T07:21:02.678Z Downloaded sec1 v0.7.3
14332024-03-28T07:21:02.678Z Downloaded scheduled-thread-pool v0.2.7
14342024-03-28T07:21:02.678Z Downloaded bcs v0.1.6
14352024-03-28T07:21:02.681Z Downloaded serde_tokenstream v0.1.7
14362024-03-28T07:21:02.682Z Downloaded clap_lex v0.7.0
14372024-03-28T07:21:02.685Z Downloaded bytecount v0.6.3
14382024-03-28T07:21:02.685Z Downloaded byteorder v1.5.0
14392024-03-28T07:21:02.685Z Downloaded hyper-staticfile v0.9.5
14402024-03-28T07:21:02.688Z Downloaded nodrop v0.1.14
14412024-03-28T07:21:02.688Z Downloaded indoc v1.0.9
14422024-03-28T07:21:02.692Z Downloaded iana-time-zone v0.1.57
14432024-03-28T07:21:02.692Z Downloaded httpdate v1.0.3
14442024-03-28T07:21:02.695Z Downloaded hyper-tls v0.5.0
14452024-03-28T07:21:02.695Z Downloaded hubpack v0.1.2
14462024-03-28T07:21:02.695Z Downloaded crc-catalog v2.2.0
14472024-03-28T07:21:02.695Z Downloaded bitflags v2.4.2
14482024-03-28T07:21:02.698Z Downloaded bitfield v0.14.0
14492024-03-28T07:21:02.701Z Downloaded indexmap v1.9.3
14502024-03-28T07:21:02.704Z Downloaded hmac v0.12.1
14512024-03-28T07:21:02.704Z Downloaded match_cfg v0.1.0
14522024-03-28T07:21:02.709Z Downloaded managed v0.8.0
14532024-03-28T07:21:02.709Z Downloaded macaddr v1.0.1
14542024-03-28T07:21:02.709Z Downloaded colorchoice v1.0.0
14552024-03-28T07:21:02.710Z Downloaded chacha20 v0.9.1
14562024-03-28T07:21:02.710Z Downloaded libefi-sys v0.1.0
14572024-03-28T07:21:02.713Z Downloaded colored v2.1.0
14582024-03-28T07:21:02.713Z Downloaded cfg-if v1.0.0
14592024-03-28T07:21:02.713Z Downloaded bitflags v1.3.2
14602024-03-28T07:21:02.720Z Downloaded base16ct v0.2.0
14612024-03-28T07:21:02.720Z Downloaded inout v0.1.3
14622024-03-28T07:21:02.723Z Downloaded libloading v0.7.4
14632024-03-28T07:21:02.723Z Downloaded bit-set v0.5.3
14642024-03-28T07:21:02.724Z Downloaded anyhow v1.0.79
14652024-03-28T07:21:02.728Z Downloaded instant v0.1.12
14662024-03-28T07:21:02.728Z Downloaded bb8 v0.8.3
14672024-03-28T07:21:02.728Z Downloaded http-range v0.1.5
14682024-03-28T07:21:02.728Z Downloaded itoa v1.0.9
14692024-03-28T07:21:02.732Z Downloaded hostname v0.3.1
14702024-03-28T07:21:02.732Z Downloaded hashbrown v0.14.3
14712024-03-28T07:21:02.738Z Downloaded async-trait v0.1.77
14722024-03-28T07:21:02.738Z Downloaded arrayref v0.3.7
14732024-03-28T07:21:02.743Z Downloaded anstyle-query v1.0.0
14742024-03-28T07:21:02.743Z Downloaded heapless v0.7.16
14752024-03-28T07:21:02.747Z Downloaded hashbrown v0.13.2
14762024-03-28T07:21:02.747Z Downloaded arrayvec v0.7.4
14772024-03-28T07:21:02.752Z Downloaded bitstruct v0.1.1
14782024-03-28T07:21:02.752Z Downloaded base64ct v1.6.0
14792024-03-28T07:21:02.752Z Downloaded async-recursion v1.0.5
14802024-03-28T07:21:02.755Z Downloaded autocfg v1.1.0
14812024-03-28T07:21:02.755Z Downloaded ascii-canvas v3.0.0
14822024-03-28T07:21:02.756Z Downloaded anstyle v1.0.6
14832024-03-28T07:21:02.756Z Downloaded headers-core v0.2.0
14842024-03-28T07:21:02.759Z Downloaded base64 v0.22.0
14852024-03-28T07:21:02.759Z Downloaded assert_matches v1.5.0
14862024-03-28T07:21:02.763Z Downloaded ahash v0.8.8
14872024-03-28T07:21:03.185Z Compiling proc-macro2 v1.0.78
14882024-03-28T07:21:03.185Z Compiling unicode-ident v1.0.12
14892024-03-28T07:21:03.188Z Compiling libc v0.2.153
14902024-03-28T07:21:03.188Z Compiling serde v1.0.197
14912024-03-28T07:21:03.188Z Compiling version_check v0.9.4
14922024-03-28T07:21:03.188Z Compiling autocfg v1.1.0
14932024-03-28T07:21:03.228Z Compiling cfg-if v1.0.0
14942024-03-28T07:21:03.354Z Compiling syn v1.0.109
14952024-03-28T07:21:03.375Z Compiling once_cell v1.19.0
14962024-03-28T07:21:03.426Z Compiling byteorder v1.5.0
14972024-03-28T07:21:03.729Z Compiling memchr v2.7.1
14982024-03-28T07:21:03.849Z Compiling serde_json v1.0.114
14992024-03-28T07:21:03.884Z Compiling ahash v0.8.8
15002024-03-28T07:21:03.903Z Compiling lock_api v0.4.10
15012024-03-28T07:21:04.353Z Compiling parking_lot_core v0.9.8
15022024-03-28T07:21:04.357Z Compiling libm v0.2.7
15032024-03-28T07:21:04.487Z Compiling num-traits v0.2.18
15042024-03-28T07:21:04.492Z Compiling thiserror v1.0.57
15052024-03-28T07:21:04.792Z Compiling typenum v1.16.0
15062024-03-28T07:21:04.969Z Compiling generic-array v0.14.7
15072024-03-28T07:21:05.198Z Compiling itoa v1.0.9
15082024-03-28T07:21:05.447Z Compiling quote v1.0.35
15092024-03-28T07:21:05.615Z Compiling log v0.4.21
15102024-03-28T07:21:05.746Z Compiling scopeguard v1.2.0
15112024-03-28T07:21:05.789Z Compiling cc v1.0.83
15122024-03-28T07:21:05.911Z Compiling syn v2.0.52
15132024-03-28T07:21:06.053Z Compiling getrandom v0.2.12
15142024-03-28T07:21:06.619Z Compiling pkg-config v0.3.27
15152024-03-28T07:21:06.669Z Compiling allocator-api2 v0.2.16
15162024-03-28T07:21:06.826Z Compiling slab v0.4.9
15172024-03-28T07:21:06.847Z Compiling ryu v1.0.15
15182024-03-28T07:21:07.345Z Compiling pin-project-lite v0.2.13
15192024-03-28T07:21:07.482Z Compiling smallvec v1.13.1
15202024-03-28T07:21:07.648Z Compiling schemars v0.8.16
15212024-03-28T07:21:07.868Z Compiling heck v0.4.1
15222024-03-28T07:21:07.997Z Compiling equivalent v1.0.1
15232024-03-28T07:21:08.139Z Compiling vcpkg v0.2.15
15242024-03-28T07:21:08.239Z Compiling ring v0.17.8
15252024-03-28T07:21:08.904Z Compiling parking_lot v0.12.1
15262024-03-28T07:21:09.562Z Compiling signal-hook-registry v1.4.1
15272024-03-28T07:21:09.841Z Compiling openssl-sys v0.9.96
15282024-03-28T07:21:10.721Z Compiling mio v0.8.11
15292024-03-28T07:21:11.014Z Compiling fnv v1.0.7
15302024-03-28T07:21:11.165Z Compiling rand_core v0.6.4
15312024-03-28T07:21:11.234Z Compiling time-core v0.1.2
15322024-03-28T07:21:11.454Z Compiling num-conv v0.1.0
15332024-03-28T07:21:11.579Z Compiling ring v0.16.20
15342024-03-28T07:21:11.683Z Compiling socket2 v0.5.5
15352024-03-28T07:21:11.750Z Compiling time-macros v0.2.17
15362024-03-28T07:21:12.312Z Compiling num_cpus v1.16.0
15372024-03-28T07:21:12.514Z Compiling httparse v1.8.0
15382024-03-28T07:21:12.961Z Compiling ucd-trie v0.1.6
15392024-03-28T07:21:13.255Z Compiling serde_derive_internals v0.26.0
15402024-03-28T07:21:13.414Z Compiling futures-core v0.3.30
15412024-03-28T07:21:13.479Z Compiling openssl v0.10.60
15422024-03-28T07:21:13.665Z Compiling spin v0.5.2
15432024-03-28T07:21:14.131Z Compiling iana-time-zone v0.1.57
15442024-03-28T07:21:14.331Z Compiling crossbeam-utils v0.8.19
15452024-03-28T07:21:14.482Z Compiling semver v1.0.22
15462024-03-28T07:21:14.903Z Compiling tinyvec_macros v0.1.1
15472024-03-28T07:21:14.925Z Compiling native-tls v0.2.11
15482024-03-28T07:21:14.998Z Compiling rustls v0.21.9
15492024-03-28T07:21:15.198Z Compiling tinyvec v1.6.0
15502024-03-28T07:21:15.239Z Compiling spin v0.9.8
15512024-03-28T07:21:15.272Z Compiling rustix v0.38.31
15522024-03-28T07:21:15.530Z Compiling futures-sink v0.3.30
15532024-03-28T07:21:15.673Z Compiling subtle v2.5.0
15542024-03-28T07:21:15.817Z Compiling const-oid v0.9.6
15552024-03-28T07:21:15.882Z Compiling unicode-xid v0.2.4
15562024-03-28T07:21:16.023Z Compiling synstructure v0.12.6
15572024-03-28T07:21:16.074Z Compiling backtrace v0.3.69
15582024-03-28T07:21:16.596Z Compiling unicode-normalization v0.1.22
15592024-03-28T07:21:17.455Z Compiling cookie v0.17.0
15602024-03-28T07:21:17.477Z Compiling dyn-clone v1.0.17
15612024-03-28T07:21:17.483Z Compiling uuid v0.8.2
15622024-03-28T07:21:17.514Z Compiling slog v2.7.0
15632024-03-28T07:21:17.544Z Compiling unicode-bidi v0.3.15
15642024-03-28T07:21:17.952Z Compiling futures-channel v0.3.30
15652024-03-28T07:21:18.182Z Compiling tracing-core v0.1.32
15662024-03-28T07:21:18.419Z Compiling futures-task v0.3.30
15672024-03-28T07:21:18.700Z Compiling futures-io v0.3.30
15682024-03-28T07:21:18.793Z Compiling serde_derive v1.0.197
15692024-03-28T07:21:18.938Z Compiling zerocopy-derive v0.7.32
15702024-03-28T07:21:19.038Z Compiling zeroize_derive v1.4.2
15712024-03-28T07:21:19.041Z Compiling thiserror-impl v1.0.57
15722024-03-28T07:21:19.082Z Compiling tokio-macros v2.2.0
15732024-03-28T07:21:20.375Z Compiling futures-macro v0.3.30
15742024-03-28T07:21:20.517Z Compiling tracing-attributes v0.1.27
15752024-03-28T07:21:20.571Z Compiling schemars_derive v0.8.16
15762024-03-28T07:21:20.832Z Compiling zerocopy v0.7.32
15772024-03-28T07:21:21.846Z Compiling zeroize v1.7.0
15782024-03-28T07:21:22.786Z Compiling pest v2.7.6
15792024-03-28T07:21:22.962Z Compiling hashbrown v0.14.3
15802024-03-28T07:21:23.554Z Compiling openssl-macros v0.1.1
15812024-03-28T07:21:23.734Z Compiling zerocopy-derive v0.2.0
15822024-03-28T07:21:24.297Z Compiling pin-utils v0.1.0
15832024-03-28T07:21:24.405Z Compiling futures-util v0.3.30
15842024-03-28T07:21:24.463Z Compiling tracing v0.1.40
15852024-03-28T07:21:25.200Z Compiling pest_meta v2.7.6
15862024-03-28T07:21:25.278Z Compiling crypto-common v0.1.6
15872024-03-28T07:21:25.353Z Compiling der_derive v0.7.2
15882024-03-28T07:21:25.530Z Compiling aho-corasick v1.1.2
15892024-03-28T07:21:25.638Z Compiling anyhow v1.0.79
15902024-03-28T07:21:27.619Z Compiling pest_generator v2.7.6
15912024-03-28T07:21:28.762Z Compiling winnow v0.5.15
15922024-03-28T07:21:29.462Z Compiling pest_derive v2.7.6
15932024-03-28T07:21:30.108Z Compiling regex-syntax v0.8.2
15942024-03-28T07:21:30.491Z Compiling block-buffer v0.10.4
15952024-03-28T07:21:31.138Z Compiling usdt-impl v0.3.5
15962024-03-28T07:21:31.423Z Compiling crc32fast v1.3.2
15972024-03-28T07:21:31.454Z Compiling unicode-width v0.1.11
15982024-03-28T07:21:31.637Z Compiling untrusted v0.9.0
15992024-03-28T07:21:31.821Z Compiling powerfmt v0.2.0
16002024-03-28T07:21:31.846Z Compiling rustversion v1.0.14
16012024-03-28T07:21:32.278Z Compiling bytes v1.5.0
16022024-03-28T07:21:32.582Z Compiling indexmap v2.2.5
16032024-03-28T07:21:32.701Z Compiling uuid v1.7.0
16042024-03-28T07:21:33.427Z Compiling tokio v1.36.0
16052024-03-28T07:21:34.119Z Compiling chrono v0.4.34
16062024-03-28T07:21:34.730Z Compiling bitflags v2.4.2
16072024-03-28T07:21:36.188Z Compiling toml_datetime v0.6.5
16082024-03-28T07:21:36.744Z Compiling serde_spanned v0.6.5
16092024-03-28T07:21:36.789Z Compiling http v0.2.12
16102024-03-28T07:21:37.702Z Compiling rustc_version v0.4.0
16112024-03-28T07:21:37.804Z Compiling toml_edit v0.19.15
16122024-03-28T07:21:39.181Z Compiling regex-automata v0.4.5
16132024-03-28T07:21:39.813Z Compiling heapless v0.7.16
16142024-03-28T07:21:40.125Z Compiling deranged v0.3.11
16152024-03-28T07:21:42.457Z Compiling digest v0.10.7
16162024-03-28T07:21:42.903Z Compiling scroll_derive v0.12.0
16172024-03-28T07:21:43.847Z Compiling bzip2-sys v0.1.11+1.0.8
16182024-03-28T07:21:44.299Z Compiling ppv-lite86 v0.2.17
16192024-03-28T07:21:44.468Z Compiling percent-encoding v2.3.1
16202024-03-28T07:21:44.918Z Compiling signal-hook v0.3.17
16212024-03-28T07:21:45.005Z Compiling async-trait v0.1.77
16222024-03-28T07:21:45.344Z Compiling num_threads v0.1.6
16232024-03-28T07:21:45.510Z Compiling time v0.3.34
16242024-03-28T07:21:45.891Z Compiling rand_chacha v0.3.1
16252024-03-28T07:21:46.891Z Compiling regex v1.10.3
16262024-03-28T07:21:49.076Z Compiling zerocopy v0.3.0
16272024-03-28T07:21:49.380Z Compiling thread-id v4.2.0
16282024-03-28T07:21:49.516Z Compiling rand v0.8.5
16292024-03-28T07:21:49.876Z Compiling dof v0.1.5
16302024-03-28T07:21:50.704Z Compiling tokio-util v0.7.10
16312024-03-28T07:21:52.050Z Compiling dtrace-parser v0.1.14
16322024-03-28T07:21:52.416Z Compiling num-bigint v0.4.4
16332024-03-28T07:21:52.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16342024-03-28T07:21:53.175Z Compiling base64 v0.21.7
16352024-03-28T07:21:53.447Z Compiling smoltcp v0.9.1
16362024-03-28T07:21:53.523Z Compiling base64ct v1.6.0
16372024-03-28T07:21:53.637Z Compiling adler v1.0.2
16382024-03-28T07:21:53.691Z Compiling untrusted v0.7.1
16392024-03-28T07:21:53.887Z Compiling foreign-types-shared v0.1.1
16402024-03-28T07:21:54.047Z Compiling foreign-types v0.3.2
16412024-03-28T07:21:54.068Z Compiling pem-rfc7468 v0.7.0
16422024-03-28T07:21:54.142Z Compiling miniz_oxide v0.7.1
16432024-03-28T07:21:56.290Z Compiling form_urlencoded v1.2.1
16442024-03-28T07:21:57.159Z Compiling hmac v0.12.1
16452024-03-28T07:21:57.397Z Compiling serde_tokenstream v0.1.7
16462024-03-28T07:21:57.587Z Compiling lazy_static v1.4.0
16472024-03-28T07:21:57.739Z Compiling try-lock v0.2.4
16482024-03-28T07:21:57.879Z Compiling siphasher v0.3.11
16492024-03-28T07:21:58.010Z Compiling unicode-segmentation v1.10.1
16502024-03-28T07:21:58.054Z Compiling flagset v0.4.3
16512024-03-28T07:21:58.077Z Compiling bitflags v1.3.2
16522024-03-28T07:21:58.267Z Compiling der v0.7.8
16532024-03-28T07:21:58.456Z Compiling want v0.3.1
16542024-03-28T07:21:59.200Z Compiling sct v0.7.0
16552024-03-28T07:21:59.509Z Compiling rustls-webpki v0.101.7
16562024-03-28T07:21:59.818Z Compiling h2 v0.3.24
16572024-03-28T07:22:00.861Z Compiling http-body v0.4.5
16582024-03-28T07:22:01.495Z Compiling openapiv3 v2.0.0
16592024-03-28T07:22:01.715Z Compiling hubpack_derive v0.1.1
16602024-03-28T07:22:02.631Z Compiling zerocopy-derive v0.6.4
16612024-03-28T07:22:02.701Z Compiling idna v0.5.0
16622024-03-28T07:22:03.417Z Compiling errno v0.3.8
16632024-03-28T07:22:03.634Z Compiling usdt-impl v0.5.0
16642024-03-28T07:22:03.982Z Compiling httpdate v1.0.3
16652024-03-28T07:22:04.164Z Compiling stable_deref_trait v1.2.0
16662024-03-28T07:22:04.273Z Compiling openssl-probe v0.1.5
16672024-03-28T07:22:04.395Z Compiling gimli v0.28.0
16682024-03-28T07:22:04.625Z Compiling tower-service v0.3.2
16692024-03-28T07:22:04.894Z Compiling anstyle v1.0.6
16702024-03-28T07:22:05.338Z Compiling cpufeatures v0.2.12
16712024-03-28T07:22:05.359Z Compiling utf8parse v0.2.1
16722024-03-28T07:22:05.534Z Compiling anstyle-parse v0.2.1
16732024-03-28T07:22:06.283Z Compiling sha2 v0.10.8
16742024-03-28T07:22:06.795Z Compiling hyper v0.14.28
16752024-03-28T07:22:07.003Z Compiling url v2.5.0
16762024-03-28T07:22:09.728Z Compiling addr2line v0.21.0
16772024-03-28T07:22:09.961Z Compiling spki v0.7.2
16782024-03-28T07:22:10.537Z Compiling usdt-attr-macro v0.3.5
16792024-03-28T07:22:10.796Z Compiling usdt-macro v0.3.5
16802024-03-28T07:22:11.392Z Compiling scroll v0.12.0
16812024-03-28T07:22:12.028Z Compiling md-5 v0.10.5
16822024-03-28T07:22:12.276Z Compiling serde_tokenstream v0.2.0
16832024-03-28T07:22:12.804Z Compiling stringprep v0.1.3
16842024-03-28T07:22:13.666Z Compiling idna v0.3.0
16852024-03-28T07:22:15.251Z Compiling diesel_table_macro_syntax v0.1.0
16862024-03-28T07:22:15.624Z Compiling num-integer v0.1.46
16872024-03-28T07:22:15.906Z Compiling object v0.32.1
16882024-03-28T07:22:16.164Z Compiling hash32 v0.2.1
16892024-03-28T07:22:18.423Z Compiling rustc-demangle v0.1.23
16902024-03-28T07:22:21.114Z Compiling plain v0.2.3
16912024-03-28T07:22:21.202Z Compiling psl-types v2.0.11
16922024-03-28T07:22:21.281Z Compiling anstyle-query v1.0.0
16932024-03-28T07:22:21.325Z Compiling fallible-iterator v0.2.0
16942024-03-28T07:22:21.423Z Compiling colorchoice v1.0.0
16952024-03-28T07:22:21.595Z Compiling anstream v0.6.11
16962024-03-28T07:22:22.065Z Compiling postgres-protocol v0.6.6
16972024-03-28T07:22:22.308Z Compiling publicsuffix v2.2.3
16982024-03-28T07:22:22.555Z Compiling goblin v0.8.0
16992024-03-28T07:22:25.260Z Compiling diesel_derives v2.1.2
17002024-03-28T07:22:28.094Z Compiling tokio-rustls v0.24.1
17012024-03-28T07:22:32.398Z Compiling pkcs8 v0.10.2
17022024-03-28T07:22:32.921Z Compiling terminal_size v0.3.0
17032024-03-28T07:22:33.098Z Compiling tokio-native-tls v0.3.1
17042024-03-28T07:22:33.402Z Compiling phf_shared v0.11.2
17052024-03-28T07:22:33.794Z Compiling strum_macros v0.25.2
17062024-03-28T07:22:34.087Z Compiling regress v0.9.0
17072024-03-28T07:22:34.163Z Compiling block-padding v0.3.3
17082024-03-28T07:22:34.238Z Compiling enum-as-inner v0.5.1
17092024-03-28T07:22:34.974Z Compiling serde_repr v0.1.16
17102024-03-28T07:22:35.174Z Compiling clap_derive v4.5.0
17112024-03-28T07:22:36.235Z Compiling ff v0.13.0
17122024-03-28T07:22:36.550Z Compiling scheduled-thread-pool v0.2.7
17132024-03-28T07:22:37.411Z Compiling encoding_rs v0.8.33
17142024-03-28T07:22:37.935Z Compiling ipnet v2.9.0
17152024-03-28T07:22:38.889Z Compiling strsim v0.11.0
17162024-03-28T07:22:38.966Z Compiling mime v0.3.17
17172024-03-28T07:22:39.521Z Compiling bit-vec v0.6.3
17182024-03-28T07:22:39.621Z Compiling strsim v0.10.0
17192024-03-28T07:22:39.704Z Compiling base16ct v0.2.0
17202024-03-28T07:22:39.961Z Compiling ident_case v1.0.1
17212024-03-28T07:22:39.990Z Compiling regex-automata v0.1.10
17222024-03-28T07:22:40.145Z Compiling clap_lex v0.7.0
17232024-03-28T07:22:40.268Z Compiling matches v0.1.10
17242024-03-28T07:22:40.375Z Compiling pretty-hex v0.4.1
17252024-03-28T07:22:40.496Z Compiling managed v0.8.0
17262024-03-28T07:22:41.189Z Compiling dof v0.3.0
17272024-03-28T07:22:41.984Z Compiling bstr v0.2.17
17282024-03-28T07:22:43.124Z Compiling clap_builder v4.5.1
17292024-03-28T07:22:43.163Z Compiling idna v0.2.3
17302024-03-28T07:22:44.131Z Compiling darling_core v0.20.3
17312024-03-28T07:22:44.457Z Compiling sec1 v0.7.3
17322024-03-28T07:22:44.592Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17332024-03-28T07:22:46.613Z Compiling r2d2 v0.8.10
17342024-03-28T07:22:48.181Z Compiling group v0.13.0
17352024-03-28T07:22:49.532Z Compiling inout v0.1.3
17362024-03-28T07:22:49.871Z Compiling phf v0.11.2
17372024-03-28T07:22:50.498Z Compiling hyper-tls v0.5.0
17382024-03-28T07:22:50.866Z Compiling signal-hook-mio v0.2.3
17392024-03-28T07:22:51.040Z Compiling flate2 v1.0.28
17402024-03-28T07:22:51.184Z Compiling bzip2 v0.4.4
17412024-03-28T07:22:51.384Z Compiling hyper-rustls v0.24.2
17422024-03-28T07:22:51.532Z Compiling cookie_store v0.20.0
17432024-03-28T07:22:51.573Z Compiling postgres-types v0.2.6
17442024-03-28T07:22:51.987Z Compiling zerocopy v0.6.4
17452024-03-28T07:22:52.212Z Compiling hubpack v0.1.2
17462024-03-28T07:22:52.660Z Compiling rustls-pemfile v1.0.3
17472024-03-28T07:22:52.851Z Compiling phf_shared v0.10.0
17482024-03-28T07:22:52.885Z Compiling hkdf v0.12.4
17492024-03-28T07:22:52.957Z Compiling crossbeam-epoch v0.9.18
17502024-03-28T07:22:52.994Z Compiling serde_urlencoded v0.7.1
17512024-03-28T07:22:53.312Z Compiling ipnetwork v0.20.0
17522024-03-28T07:22:53.589Z Compiling futures-executor v0.3.30
17532024-03-28T07:22:54.125Z Compiling dtrace-parser v0.2.0
17542024-03-28T07:22:54.390Z Compiling crypto-bigint v0.5.2
17552024-03-28T07:22:54.451Z Compiling float-cmp v0.9.0
17562024-03-28T07:22:54.801Z Compiling difflib v0.4.0
17572024-03-28T07:22:55.786Z Compiling minimal-lexical v0.2.1
17582024-03-28T07:22:56.066Z Compiling either v1.10.0
17592024-03-28T07:22:56.183Z Compiling static_assertions v1.1.0
17602024-03-28T07:22:56.313Z Compiling new_debug_unreachable v1.0.4
17612024-03-28T07:22:56.361Z Compiling winnow v0.6.1
17622024-03-28T07:22:56.376Z Compiling precomputed-hash v0.1.1
17632024-03-28T07:22:56.405Z Compiling predicates-core v1.0.6
17642024-03-28T07:22:56.464Z Compiling sync_wrapper v0.1.2
17652024-03-28T07:22:56.556Z Compiling webpki-roots v0.25.2
17662024-03-28T07:22:56.605Z Compiling data-encoding v2.4.0
17672024-03-28T07:22:57.156Z Compiling normalize-line-endings v0.3.0
17682024-03-28T07:22:57.203Z Compiling fixedbitset v0.4.2
17692024-03-28T07:22:57.277Z Compiling whoami v1.5.0
17702024-03-28T07:22:57.604Z Compiling petgraph v0.6.4
17712024-03-28T07:22:57.858Z Compiling tokio-postgres v0.7.10
17722024-03-28T07:22:58.048Z Compiling predicates v3.1.0
17732024-03-28T07:22:58.300Z Compiling trust-dns-proto v0.22.0
17742024-03-28T07:22:59.630Z Compiling reqwest v0.11.24
17752024-03-28T07:22:59.954Z Compiling toml_edit v0.22.6
17762024-03-28T07:23:01.648Z Compiling itertools v0.10.5
17772024-03-28T07:23:01.823Z Compiling string_cache v0.8.7
17782024-03-28T07:23:02.267Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17792024-03-28T07:23:02.459Z Compiling nom v7.1.3
17802024-03-28T07:23:04.546Z Compiling elliptic-curve v0.13.8
17812024-03-28T07:23:05.275Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17822024-03-28T07:23:07.281Z Compiling futures v0.3.30
17832024-03-28T07:23:07.364Z Compiling diesel v2.1.4
17842024-03-28T07:23:07.413Z Compiling yasna v0.5.2
17852024-03-28T07:23:08.133Z Compiling zip v0.6.6
17862024-03-28T07:23:08.680Z Compiling crossterm v0.27.0
17872024-03-28T07:23:09.039Z Compiling cipher v0.4.4
17882024-03-28T07:23:09.423Z Compiling darling_macro v0.20.3
17892024-03-28T07:23:10.239Z Compiling clap v4.5.1
17902024-03-28T07:23:10.339Z Compiling similar v2.4.0
17912024-03-28T07:23:10.369Z Compiling bit-set v0.5.3
17922024-03-28T07:23:10.648Z Compiling num-iter v0.1.44
17932024-03-28T07:23:10.849Z Compiling usdt v0.3.5
17942024-03-28T07:23:11.119Z Compiling console v0.15.8
17952024-03-28T07:23:12.292Z Compiling bstr v1.9.0
17962024-03-28T07:23:12.395Z Compiling tokio-stream v0.1.14
17972024-03-28T07:23:12.424Z Compiling toml v0.7.8
17982024-03-28T07:23:13.324Z Compiling hex v0.4.3
17992024-03-28T07:23:13.466Z Compiling proc-macro-error-attr v1.0.4
18002024-03-28T07:23:13.917Z Compiling lalrpop-util v0.19.12
18012024-03-28T07:23:14.252Z Compiling darling v0.20.3
18022024-03-28T07:23:14.314Z Compiling proc-macro-crate v1.3.1
18032024-03-28T07:23:15.344Z Compiling proc-macro-error v1.0.4
18042024-03-28T07:23:15.578Z Compiling camino v1.1.6
18052024-03-28T07:23:15.740Z Compiling heapless v0.8.0
18062024-03-28T07:23:17.328Z Compiling num_enum_derive v0.5.11
18072024-03-28T07:23:26.267Z Compiling atty v0.2.14
18082024-03-28T07:23:26.439Z Compiling hash32 v0.3.1
18092024-03-28T07:23:26.766Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18102024-03-28T07:23:27.297Z Compiling rustls-pki-types v1.3.0
18112024-03-28T07:23:28.600Z Compiling smoltcp v0.11.0
18122024-03-28T07:23:45.231Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132024-03-28T07:23:54.052Z Compiling num_enum v0.5.11
18142024-03-28T07:23:57.557Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18152024-03-28T07:23:57.938Z Compiling getopts v0.2.21
18162024-03-28T07:23:59.160Z Compiling dirs-sys-next v0.1.2
18172024-03-28T07:23:59.293Z Compiling rustls v0.22.2
18182024-03-28T07:23:59.838Z Compiling embedded-io v0.4.0
18192024-03-28T07:24:00.078Z Compiling cobs v0.2.3
18202024-03-28T07:24:00.541Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18212024-03-28T07:24:00.838Z Compiling unsafe-libyaml v0.2.10
18222024-03-28T07:24:02.611Z Compiling serde_yaml v0.9.25
18232024-03-28T07:24:02.654Z Compiling postcard v1.0.8
18242024-03-28T07:24:05.687Z Compiling dirs-next v2.0.0
18252024-03-28T07:24:07.057Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18262024-03-28T07:24:14.100Z Compiling rustls-webpki v0.102.1
18272024-03-28T07:24:18.111Z Compiling strum_macros v0.26.1
18282024-03-28T07:24:20.552Z Compiling structmeta-derive v0.3.0
18292024-03-28T07:24:20.734Z Compiling foreign-types-macros v0.2.3
18302024-03-28T07:24:21.062Z Compiling thread_local v1.1.7
18312024-03-28T07:24:21.105Z Compiling multer v3.0.0
18322024-03-28T07:24:21.414Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18332024-03-28T07:24:21.714Z Compiling slog-async v2.8.0
18342024-03-28T07:24:21.945Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18352024-03-28T07:24:22.154Z Compiling foreign-types-shared v0.3.1
18362024-03-28T07:24:22.345Z Compiling paste v1.0.14
18372024-03-28T07:24:22.475Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18382024-03-28T07:24:22.768Z Compiling match_cfg v0.1.0
18392024-03-28T07:24:23.120Z Compiling structmeta v0.3.0
18402024-03-28T07:24:23.266Z Compiling hostname v0.3.1
18412024-03-28T07:24:27.821Z Compiling strum v0.26.1
18422024-03-28T07:24:28.488Z Compiling foreign-types v0.5.0
18432024-03-28T07:24:29.108Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18442024-03-28T07:24:32.542Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18452024-03-28T07:24:41.331Z Compiling term v0.7.0
18462024-03-28T07:24:42.708Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18472024-03-28T07:24:44.285Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18482024-03-28T07:24:45.272Z Compiling slog-json v2.6.1
18492024-03-28T07:24:45.811Z Compiling crossbeam-channel v0.5.8
18502024-03-28T07:24:46.587Z Compiling http v1.0.0
18512024-03-28T07:24:47.354Z Compiling tabwriter v1.4.0
18522024-03-28T07:24:47.550Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18532024-03-28T07:24:48.170Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18542024-03-28T07:24:48.192Z Compiling async-stream-impl v0.3.5
18552024-03-28T07:24:48.350Z Compiling cstr-argument v0.1.2
18562024-03-28T07:24:48.615Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18572024-03-28T07:24:48.884Z Compiling rayon-core v1.12.1
18582024-03-28T07:24:48.932Z Compiling pretty-hex v0.2.1
18592024-03-28T07:24:49.012Z Compiling take_mut v0.2.2
18602024-03-28T07:24:49.191Z Compiling fastrand v2.0.1
18612024-03-28T07:24:49.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18622024-03-28T07:24:49.234Z Compiling atomic-waker v1.1.1
18632024-03-28T07:24:49.488Z Compiling crucible-workspace-hack v0.1.0
18642024-03-28T07:24:49.543Z Compiling async-stream v0.3.5
18652024-03-28T07:24:49.812Z Compiling tempfile v3.10.0
18662024-03-28T07:24:49.854Z Compiling waitgroup v0.1.2
18672024-03-28T07:24:49.927Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18682024-03-28T07:24:50.346Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18692024-03-28T07:24:51.286Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18702024-03-28T07:24:51.531Z Compiling slog-bunyan v2.5.0
18712024-03-28T07:24:51.690Z Compiling slog-term v2.9.0
18722024-03-28T07:24:51.703Z Compiling tokio-rustls v0.25.0
18732024-03-28T07:24:52.158Z Compiling parse-display-derive v0.9.0
18742024-03-28T07:24:52.884Z Compiling toml v0.8.10
18752024-03-28T07:24:53.105Z Compiling rustls-pemfile v2.1.1
18762024-03-28T07:24:53.575Z Compiling serde_with_macros v3.6.1
18772024-03-28T07:24:53.858Z Compiling sha1 v0.10.6
18782024-03-28T07:24:54.651Z Compiling crossbeam-deque v0.8.3
18792024-03-28T07:24:54.818Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18802024-03-28T07:24:55.050Z Compiling colored v2.1.0
18812024-03-28T07:24:56.125Z Compiling newtype-uuid v1.0.1
18822024-03-28T07:24:56.351Z Compiling serde_path_to_error v0.1.16
18832024-03-28T07:24:56.462Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18842024-03-28T07:24:56.484Z Compiling socket2 v0.4.9
18852024-03-28T07:24:56.806Z Compiling instant v0.1.12
18862024-03-28T07:24:56.985Z Compiling debug-ignore v1.0.5
18872024-03-28T07:24:57.158Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18882024-03-28T07:24:57.179Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892024-03-28T07:24:57.400Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18902024-03-28T07:24:58.185Z Compiling backoff v0.4.0
18912024-03-28T07:24:58.542Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18922024-03-28T07:24:58.752Z Compiling serde_with v3.6.1
18932024-03-28T07:24:58.950Z Compiling parse-display v0.9.0
18942024-03-28T07:25:01.153Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18952024-03-28T07:25:01.848Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
18962024-03-28T07:25:02.818Z Compiling camino-tempfile v1.1.1
18972024-03-28T07:25:03.312Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
18982024-03-28T07:25:03.693Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18992024-03-28T07:25:03.716Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19002024-03-28T07:25:03.811Z Compiling heck v0.3.3
19012024-03-28T07:25:03.871Z Compiling macaddr v1.0.1
19022024-03-28T07:25:04.212Z Compiling textwrap v0.11.0
19032024-03-28T07:25:04.528Z Compiling num-derive v0.4.0
19042024-03-28T07:25:05.096Z Compiling vec_map v0.8.2
19052024-03-28T07:25:05.289Z Compiling ansi_term v0.12.1
19062024-03-28T07:25:05.416Z Compiling libefi-sys v0.1.0
19072024-03-28T07:25:05.708Z Compiling strsim v0.8.0
19082024-03-28T07:25:06.109Z Compiling clap v2.34.0
19092024-03-28T07:25:06.719Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
19102024-03-28T07:25:06.923Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19112024-03-28T07:25:07.145Z Compiling structopt-derive v0.4.18
19122024-03-28T07:25:08.411Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19132024-03-28T07:25:08.970Z Compiling rayon v1.9.0
19142024-03-28T07:25:09.876Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19152024-03-28T07:25:10.877Z Compiling smf v0.2.2
19162024-03-28T07:25:11.139Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19172024-03-28T07:25:11.513Z Compiling blake3 v1.5.0
19182024-03-28T07:25:12.083Z Compiling portable-atomic v1.4.3
19192024-03-28T07:25:13.214Z Compiling structopt v0.3.26
19202024-03-28T07:25:13.398Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19212024-03-28T07:25:13.599Z Compiling xattr v1.0.1
19222024-03-28T07:25:13.802Z Compiling memmap2 v0.7.1
19232024-03-28T07:25:13.919Z Compiling filetime v0.2.23
19242024-03-28T07:25:14.311Z Compiling constant_time_eq v0.3.0
19252024-03-28T07:25:14.342Z Compiling arrayref v0.3.7
19262024-03-28T07:25:14.503Z Compiling arrayvec v0.7.4
19272024-03-28T07:25:14.524Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19282024-03-28T07:25:14.611Z Compiling same-file v1.0.6
19292024-03-28T07:25:14.694Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19302024-03-28T07:25:14.750Z Compiling tar v0.4.40
19312024-03-28T07:25:14.889Z Compiling walkdir v2.4.0
19322024-03-28T07:25:15.722Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19332024-03-28T07:25:17.363Z Compiling gethostname v0.4.3
19342024-03-28T07:25:17.667Z Compiling number_prefix v0.4.0
19352024-03-28T07:25:17.769Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19362024-03-28T07:25:17.936Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19372024-03-28T07:25:18.300Z Compiling topological-sort v0.2.2
19382024-03-28T07:25:18.639Z Compiling omicron-zone-package v0.11.0
19392024-03-28T07:25:19.231Z Compiling indicatif v0.17.8
19402024-03-28T07:25:20.529Z Compiling swrite v0.1.0
19412024-03-28T07:25:27.524Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19422024-03-28T07:25:29.878Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19432024-03-28T07:25:30.312Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19442024-03-28T07:25:31.957Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19452024-03-28T07:25:49.208Z Finished release [optimized] target(s) in 5m 10s
19462024-03-28T07:25:49.458Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19472024-03-28T07:25:49.523ZLogging to: /work/oxidecomputer/omicron/out/LOG
19482024-03-28T07:25:49.526ZCreated new build target 'test' and set it as active
19492024-03-28T07:25:49.526Z
19502024-03-28T07:25:49.526Zreal 5:10.843343491
19512024-03-28T07:25:49.526Zuser 32:42.664657597
19522024-03-28T07:25:49.526Zsys 4:03.459987528
19532024-03-28T07:25:49.526Ztrap 0.958457769
19542024-03-28T07:25:49.526Ztflt 5.376160953
19552024-03-28T07:25:49.526Zdflt 3.296515248
19562024-03-28T07:25:49.526Zkflt 0.144051620
19572024-03-28T07:25:49.526Zlock 1:09:27.242850398
19582024-03-28T07:25:49.526Zslp 1:32:47.393474200
19592024-03-28T07:25:49.526Zlat 2:07.567649690
19602024-03-28T07:25:49.526Zstop 3:47.291619625
19612024-03-28T07:25:49.526Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19622024-03-28T07:25:50.325Z Finished release [optimized] target(s) in 0.75s
19632024-03-28T07:25:50.346Z Running `target/release/omicron-package -t test package`
19642024-03-28T07:25:50.376ZLogging to: /work/oxidecomputer/omicron/out/LOG
19652024-03-28T07:25:51.210Z Compiling base64 v0.22.0
19662024-03-28T07:25:51.213Z Compiling usdt-attr-macro v0.5.0
19672024-03-28T07:25:51.213Z Compiling usdt-macro v0.5.0
19682024-03-28T07:25:51.279Z Compiling memmap v0.7.0
19692024-03-28T07:25:51.307Z Compiling humantime v2.1.0
19702024-03-28T07:25:51.311Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19712024-03-28T07:25:51.311Z Compiling linked-hash-map v0.5.6
19722024-03-28T07:25:51.311Z Compiling password-hash v0.5.0
19732024-03-28T07:25:51.673Z Compiling lru-cache v0.1.2
19742024-03-28T07:25:51.684Z Compiling blake2 v0.10.6
19752024-03-28T07:25:51.873Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19762024-03-28T07:25:52.083Z Compiling semver v0.1.20
19772024-03-28T07:25:52.355Z Compiling argon2 v0.5.3
19782024-03-28T07:25:52.540Z Compiling rustc_version v0.1.7
19792024-03-28T07:25:52.645Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19802024-03-28T07:25:52.730Z Compiling usdt v0.5.0
19812024-03-28T07:25:52.895Z Compiling quick-error v1.2.3
19822024-03-28T07:25:52.938Z Compiling newtype_derive v0.1.6
19832024-03-28T07:25:53.003Z Compiling resolv-conf v0.7.0
19842024-03-28T07:25:53.032Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19852024-03-28T07:25:53.390Z Compiling termcolor v1.2.0
19862024-03-28T07:25:53.606Z Compiling trust-dns-resolver v0.22.0
19872024-03-28T07:25:53.626Z Compiling steno v0.4.0
19882024-03-28T07:25:54.285Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19892024-03-28T07:25:54.482Z Compiling itertools v0.12.1
19902024-03-28T07:25:54.683Z Compiling derive-where v1.2.7
19912024-03-28T07:25:55.141Z Compiling slog-dtrace v0.3.0
19922024-03-28T07:25:55.432Z Compiling utf-8 v0.7.6
19932024-03-28T07:25:55.835Z Compiling num-rational v0.4.1
19942024-03-28T07:25:56.905Z Compiling nibble_vec v0.1.0
19952024-03-28T07:25:57.122Z Compiling endian-type v0.1.2
19962024-03-28T07:25:57.367Z Compiling radium v0.7.0
19972024-03-28T07:25:57.780Z Compiling radix_trie v0.2.1
19982024-03-28T07:25:57.892Z Compiling tungstenite v0.20.1
19992024-03-28T07:25:58.158Z Compiling num-complex v0.4.4
20002024-03-28T07:25:58.720Z Compiling tap v1.0.1
20012024-03-28T07:25:58.900Z Compiling maybe-uninit v2.0.0
20022024-03-28T07:25:59.411Z Compiling num v0.4.1
20032024-03-28T07:25:59.457Z Compiling tokio-tungstenite v0.20.1
20042024-03-28T07:25:59.519Z Compiling wyz v0.5.1
20052024-03-28T07:26:00.035Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20062024-03-28T07:26:00.454Z Compiling packed_struct v0.10.1
20072024-03-28T07:26:00.535Z Compiling crc-catalog v2.2.0
20082024-03-28T07:26:00.679Z Compiling arc-swap v1.6.0
20092024-03-28T07:26:00.852Z Compiling num-bigint-dig v0.8.4
20102024-03-28T07:26:01.066Z Compiling funty v2.0.0
20112024-03-28T07:26:01.164Z Compiling cancel-safe-futures v0.1.5
20122024-03-28T07:26:01.462Z Compiling slog-scope v4.4.0
20132024-03-28T07:26:01.515Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20142024-03-28T07:26:02.392Z Compiling bitvec v1.0.1
20152024-03-28T07:26:03.442Z Compiling crc v3.0.1
20162024-03-28T07:26:03.723Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20172024-03-28T07:26:04.197Z Compiling fxhash v0.2.1
20182024-03-28T07:26:04.406Z Compiling packed_struct_codegen v0.10.1
20192024-03-28T07:26:06.611Z Compiling indexmap v1.9.3
20202024-03-28T07:26:06.916Z Compiling nodrop v0.1.14
20212024-03-28T07:26:07.035Z Compiling display-error-chain v0.2.0
20222024-03-28T07:26:07.058Z Compiling array-init v0.0.4
20232024-03-28T07:26:07.576Z Compiling smallvec v0.6.14
20242024-03-28T07:26:08.062Z Compiling slog-stdlog v4.1.1
20252024-03-28T07:26:09.019Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20262024-03-28T07:26:09.625Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20272024-03-28T07:26:11.576Z Compiling rayon-core v1.12.1
20282024-03-28T07:26:11.596Z Compiling pkcs1 v0.7.5
20292024-03-28T07:26:15.684Z Compiling is-terminal v0.4.9
20302024-03-28T07:26:15.814Z Compiling signature v2.1.0
20312024-03-28T07:26:16.064Z Compiling crossbeam-deque v0.8.3
20322024-03-28T07:26:16.411Z Compiling half v2.3.1
20332024-03-28T07:26:16.840Z Compiling same-file v1.0.6
20342024-03-28T07:26:17.062Z Compiling bitfield v0.14.0
20352024-03-28T07:26:17.115Z Compiling fastrand v2.0.1
20362024-03-28T07:26:17.357Z Compiling ciborium-io v0.2.2
20372024-03-28T07:26:17.477Z Compiling hashbrown v0.12.3
20382024-03-28T07:26:17.491Z Compiling ciborium-ll v0.2.2
20392024-03-28T07:26:17.623Z Compiling tempfile v3.10.0
20402024-03-28T07:26:17.979Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20412024-03-28T07:26:18.405Z Compiling walkdir v2.4.0
20422024-03-28T07:26:19.926Z Compiling rsa v0.9.2
20432024-03-28T07:26:20.701Z Compiling env_logger v0.10.0
20442024-03-28T07:26:21.029Z Compiling serde-hex v0.1.0
20452024-03-28T07:26:24.642Z Compiling slog-envlogger v2.2.0
20462024-03-28T07:26:25.361Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20472024-03-28T07:26:25.680Z Compiling camino v1.1.6
20482024-03-28T07:26:25.739Z Compiling x509-cert v0.2.4
20492024-03-28T07:26:26.351Z Compiling ron v0.8.1
20502024-03-28T07:26:27.177Z Compiling hashbrown v0.13.2
20512024-03-28T07:26:27.435Z Compiling semver-parser v0.10.2
20522024-03-28T07:26:28.531Z Compiling unicase v2.7.0
20532024-03-28T07:26:28.819Z Compiling crc-any v2.4.3
20542024-03-28T07:26:29.265Z Compiling blake3 v1.5.0
20552024-03-28T07:26:29.546Z Compiling object v0.30.4
20562024-03-28T07:26:29.795Z Compiling semver v0.11.0
20572024-03-28T07:26:30.464Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20582024-03-28T07:26:32.029Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20592024-03-28T07:26:33.597Z Compiling rayon v1.9.0
20602024-03-28T07:26:33.742Z Compiling ciborium v0.2.2
20612024-03-28T07:26:35.957Z Compiling dirs-sys-next v0.1.2
20622024-03-28T07:26:36.449Z Compiling xattr v1.0.1
20632024-03-28T07:26:36.682Z Compiling filetime v0.2.23
20642024-03-28T07:26:36.969Z Compiling memmap2 v0.7.1
20652024-03-28T07:26:37.376Z Compiling arrayref v0.3.7
20662024-03-28T07:26:37.473Z Compiling home v0.5.5
20672024-03-28T07:26:37.719Z Compiling crunchy v0.2.2
20682024-03-28T07:26:38.101Z Compiling constant_time_eq v0.3.0
20692024-03-28T07:26:38.170Z Compiling path-slash v0.1.5
20702024-03-28T07:26:38.239Z Compiling glob v0.3.1
20712024-03-28T07:26:38.389Z Compiling arrayvec v0.7.4
20722024-03-28T07:26:38.566Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20732024-03-28T07:26:39.056Z Compiling clang-sys v1.6.1
20742024-03-28T07:26:39.743Z Compiling toolchain_find v0.2.0
20752024-03-28T07:26:40.198Z Compiling tar v0.4.40
20762024-03-28T07:26:40.301Z Compiling dirs-next v2.0.0
20772024-03-28T07:26:40.489Z Compiling camino-tempfile v1.1.1
20782024-03-28T07:26:40.920Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20792024-03-28T07:26:41.360Z Compiling libsw v3.3.1
20802024-03-28T07:26:41.682Z Compiling toml v0.5.11
20812024-03-28T07:26:42.135Z Compiling linear-map v1.2.0
20822024-03-28T07:26:42.516Z Compiling parking_lot_core v0.8.6
20832024-03-28T07:26:42.936Z Compiling owo-colors v4.0.0
20842024-03-28T07:26:43.359Z Compiling prettyplease v0.2.16
20852024-03-28T07:26:43.642Z Compiling topological-sort v0.2.2
20862024-03-28T07:26:43.861Z Compiling tiny-keccak v2.0.2
20872024-03-28T07:26:44.149Z Compiling convert_case v0.4.0
20882024-03-28T07:26:44.939Z Compiling omicron-zone-package v0.11.0
20892024-03-28T07:26:44.954Z Compiling derive_more v0.99.17
20902024-03-28T07:26:45.809Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20912024-03-28T07:26:49.174Z Compiling rustfmt-wrapper v0.2.0
20922024-03-28T07:26:49.780Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20932024-03-28T07:26:50.004Z Compiling term v0.7.0
20942024-03-28T07:26:50.523Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20952024-03-28T07:26:50.659Z Compiling darling_core v0.14.4
20962024-03-28T07:26:51.303Z Compiling toml v0.8.10
20972024-03-28T07:26:52.797Z Compiling ascii-canvas v3.0.0
20982024-03-28T07:26:53.011Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20992024-03-28T07:26:53.714Z Compiling pem v3.0.2
21002024-03-28T07:26:54.495Z Compiling ena v0.14.2
21012024-03-28T07:26:54.532Z Compiling libloading v0.7.4
21022024-03-28T07:26:54.900Z Compiling diff v0.1.13
21032024-03-28T07:26:54.909Z Compiling regex-syntax v0.6.29
21042024-03-28T07:26:55.342Z Compiling platforms v3.0.2
21052024-03-28T07:26:55.448Z Compiling bindgen v0.69.2
21062024-03-28T07:26:55.691Z Compiling darling_macro v0.14.4
21072024-03-28T07:26:55.883Z Compiling parking_lot v0.11.2
21082024-03-28T07:26:56.616Z Compiling darling v0.14.4
21092024-03-28T07:26:56.740Z Compiling mime_guess v2.0.4
21102024-03-28T07:26:57.836Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21112024-03-28T07:26:58.275Z Compiling lalrpop v0.19.12
21122024-03-28T07:27:00.187Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21132024-03-28T07:27:00.310Z Compiling trust-dns-client v0.22.0
21142024-03-28T07:27:01.165Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21152024-03-28T07:27:01.393Z Compiling cexpr v0.6.0
21162024-03-28T07:27:02.667Z Compiling which v4.4.0
21172024-03-28T07:27:03.208Z Compiling vte_generate_state_changes v0.1.1
21182024-03-28T07:27:03.774Z Compiling peeking_take_while v0.1.2
21192024-03-28T07:27:03.940Z Compiling shlex v1.3.0
21202024-03-28T07:27:04.359Z Compiling rustc-hash v1.1.0
21212024-03-28T07:27:04.402Z Compiling doc-comment v0.3.3
21222024-03-28T07:27:04.499Z Compiling lazycell v1.3.0
21232024-03-28T07:27:04.667Z Compiling buf-list v1.0.3
21242024-03-28T07:27:04.894Z Compiling ref-cast v1.0.20
21252024-03-28T07:27:05.379Z Compiling trust-dns-server v0.22.1
21262024-03-28T07:27:06.730Z Compiling vte v0.11.1
21272024-03-28T07:27:09.228Z Compiling derive_builder_core v0.12.0
21282024-03-28T07:27:11.346Z Compiling sled v0.34.7
21292024-03-28T07:27:12.097Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21302024-03-28T07:27:12.373Z Compiling headers-core v0.2.0
21312024-03-28T07:27:12.544Z Compiling libxml v0.3.3
21322024-03-28T07:27:12.848Z Compiling ref-cast-impl v1.0.20
21332024-03-28T07:27:12.896Z Compiling pin-project-internal v1.1.3
21342024-03-28T07:27:13.937Z Compiling memoffset v0.7.1
21352024-03-28T07:27:14.261Z Compiling bytecount v0.6.3
21362024-03-28T07:27:14.586Z Compiling papergrid v0.11.0
21372024-03-28T07:27:15.674Z Compiling pin-project v1.1.3
21382024-03-28T07:27:15.806Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21392024-03-28T07:27:25.946Z Compiling polar-core v0.27.0
21402024-03-28T07:27:27.530Z Compiling headers v0.3.9
21412024-03-28T07:27:27.664Z Compiling curve25519-dalek v4.1.1
21422024-03-28T07:27:28.064Z Compiling derive_builder_macro v0.12.0
21432024-03-28T07:27:30.308Z Compiling strip-ansi-escapes v0.2.0
21442024-03-28T07:27:31.072Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21452024-03-28T07:27:31.942Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
21462024-03-28T07:27:34.220Z Compiling tabled_derive v0.7.0
21472024-03-28T07:27:36.209Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21482024-03-28T07:27:36.570Z Compiling fd-lock v3.0.13
21492024-03-28T07:27:36.771Z Compiling strum_macros v0.24.3
21502024-03-28T07:27:39.562Z Compiling kstat-rs v0.2.3
21512024-03-28T07:27:39.903Z Compiling snafu-derive v0.7.5
21522024-03-28T07:27:40.407Z Compiling cookie v0.18.0
21532024-03-28T07:27:40.693Z Compiling fs-err v2.11.0
21542024-03-28T07:27:40.924Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21552024-03-28T07:27:40.976Z Compiling keccak v0.1.4
21562024-03-28T07:27:41.146Z Compiling strum v0.25.0
21572024-03-28T07:27:41.165Z Compiling nu-ansi-term v0.50.0
21582024-03-28T07:27:41.301Z Compiling indoc v1.0.9
21592024-03-28T07:27:41.881Z Compiling reedline v0.30.0
21602024-03-28T07:27:42.325Z Compiling sha3 v0.10.8
21612024-03-28T07:27:43.462Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21622024-03-28T07:27:44.496Z Compiling snafu v0.7.5
21632024-03-28T07:27:44.932Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21642024-03-28T07:27:45.172Z Compiling tabled v0.15.0
21652024-03-28T07:27:45.909Z Compiling derive_builder v0.12.0
21662024-03-28T07:27:51.396Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21672024-03-28T07:27:51.508Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
21682024-03-28T07:27:58.665Z Compiling env_logger v0.9.3
21692024-03-28T07:28:00.363Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21702024-03-28T07:28:00.646Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21712024-03-28T07:28:01.152Z Compiling globset v0.4.13
21722024-03-28T07:28:03.393Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
21732024-03-28T07:28:04.984Z Compiling fd-lock v4.0.2
21742024-03-28T07:28:05.213Z Compiling olpc-cjson v0.1.3
21752024-03-28T07:28:05.517Z Compiling bb8 v0.8.3
21762024-03-28T07:28:05.535Z Compiling universal-hash v0.5.1
21772024-03-28T07:28:05.736Z Compiling nix v0.27.1
21782024-03-28T07:28:06.032Z Compiling secrecy v0.8.0
21792024-03-28T07:28:06.291Z Compiling serde_plain v1.0.2
21802024-03-28T07:28:06.858Z Compiling quick-xml v0.30.0
21812024-03-28T07:28:08.736Z Compiling oso-derive v0.27.0
21822024-03-28T07:28:09.603Z Compiling async-recursion v1.0.5
21832024-03-28T07:28:09.710Z Compiling thiserror-impl-no-std v2.0.2
21842024-03-28T07:28:10.401Z Compiling sqlparser_derive v0.2.2
21852024-03-28T07:28:10.589Z Compiling impl-trait-for-tuples v0.2.2
21862024-03-28T07:28:11.437Z Compiling curve25519-dalek-derive v0.1.0
21872024-03-28T07:28:11.976Z Compiling nanorand v0.7.0
21882024-03-28T07:28:12.454Z Compiling bitstruct_derive v0.1.0
21892024-03-28T07:28:12.717Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21902024-03-28T07:28:12.825Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21912024-03-28T07:28:12.868Z Compiling ascii v1.1.0
21922024-03-28T07:28:13.123Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21932024-03-28T07:28:13.181Z Compiling typed-path v0.7.0
21942024-03-28T07:28:13.407Z Compiling maplit v1.0.2
21952024-03-28T07:28:13.590Z Compiling signature v1.6.4
21962024-03-28T07:28:13.675Z Compiling unicode_categories v0.1.1
21972024-03-28T07:28:13.756Z Compiling opaque-debug v0.3.0
21982024-03-28T07:28:13.808Z Compiling salty v0.2.0
21992024-03-28T07:28:13.840Z Compiling poly1305 v0.8.0
22002024-03-28T07:28:14.038Z Compiling sqlformat v0.2.3
22012024-03-28T07:28:14.257Z Compiling ed25519 v1.5.3
22022024-03-28T07:28:14.563Z Compiling bitstruct v0.1.1
22032024-03-28T07:28:14.683Z Compiling rustyline v13.0.0
22042024-03-28T07:28:15.606Z Compiling tough v0.16.0
22052024-03-28T07:28:20.029Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22062024-03-28T07:28:20.695Z Compiling oso v0.27.0
22072024-03-28T07:28:27.976Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22082024-03-28T07:28:28.259Z Compiling thiserror-no-std v2.0.2
22092024-03-28T07:28:28.377Z Compiling flume v0.11.0
22102024-03-28T07:28:29.119Z Compiling sqlparser v0.43.1
22112024-03-28T07:28:30.270Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22122024-03-28T07:28:30.915Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22132024-03-28T07:28:40.233Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22142024-03-28T07:28:40.593Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22152024-03-28T07:28:43.146Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22162024-03-28T07:28:43.413Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22172024-03-28T07:28:44.670Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22182024-03-28T07:28:44.995Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22192024-03-28T07:28:45.276Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22202024-03-28T07:28:48.061Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22212024-03-28T07:28:49.271Z Compiling chacha20 v0.9.1
22222024-03-28T07:28:49.719Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22232024-03-28T07:28:52.120Z Compiling aead v0.5.2
22242024-03-28T07:28:52.440Z Compiling bcs v0.1.6
22252024-03-28T07:28:53.154Z Compiling serde_arrays v0.1.0
22262024-03-28T07:28:53.326Z Compiling serde-big-array v0.5.1
22272024-03-28T07:28:53.376Z Compiling erased-serde v0.3.31
22282024-03-28T07:28:53.583Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22292024-03-28T07:28:54.390Z Compiling parse-size v1.0.0
22302024-03-28T07:28:54.676Z Compiling highway v1.1.0
22312024-03-28T07:28:54.707Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22322024-03-28T07:28:55.150Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22332024-03-28T07:28:56.085Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22342024-03-28T07:29:01.752Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22352024-03-28T07:29:04.564Z Compiling chacha20poly1305 v0.10.1
22362024-03-28T07:29:04.817Z Compiling vsss-rs v3.3.4
22372024-03-28T07:29:14.302Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22382024-03-28T07:29:14.993Z Compiling signal-hook-tokio v0.3.1
22392024-03-28T07:29:15.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22402024-03-28T07:29:17.510Z Compiling castaway v0.2.2
22412024-03-28T07:29:17.715Z Compiling serde-big-array v0.4.1
22422024-03-28T07:29:17.911Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22432024-03-28T07:29:18.194Z Compiling http-range v0.1.5
22442024-03-28T07:29:18.760Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22452024-03-28T07:29:20.133Z Compiling hyper-staticfile v0.9.5
22462024-03-28T07:29:23.554Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22472024-03-28T07:29:25.018Z Compiling compact_str v0.7.1
22482024-03-28T07:29:25.406Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22492024-03-28T07:29:26.588Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22502024-03-28T07:29:41.950Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22512024-03-28T07:29:42.597Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22522024-03-28T07:29:42.840Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22532024-03-28T07:29:48.016Z Compiling zone_cfg_derive v0.1.2
22542024-03-28T07:29:49.025Z Compiling tungstenite v0.21.0
22552024-03-28T07:29:49.392Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22562024-03-28T07:29:49.674Z Compiling lru v0.12.1
22572024-03-28T07:29:50.017Z Compiling stability v0.1.1
22582024-03-28T07:29:50.196Z Compiling corncobs v0.1.3
22592024-03-28T07:29:50.484Z Compiling base64 v0.13.1
22602024-03-28T07:29:50.525Z Compiling indoc v2.0.3
22612024-03-28T07:29:50.927Z Compiling cassowary v0.3.0
22622024-03-28T07:29:51.290Z Compiling ron v0.7.1
22632024-03-28T07:29:51.478Z Compiling ratatui v0.26.1
22642024-03-28T07:29:54.426Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22652024-03-28T07:29:55.200Z Compiling tokio-tungstenite v0.21.0
22662024-03-28T07:29:55.327Z Compiling zone v0.1.8
22672024-03-28T07:29:55.755Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22682024-03-28T07:29:56.832Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22692024-03-28T07:29:57.086Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22702024-03-28T07:29:57.755Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22712024-03-28T07:30:08.344Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22722024-03-28T07:30:09.140Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22732024-03-28T07:30:10.944Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22742024-03-28T07:30:12.392Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22752024-03-28T07:30:12.678Z Compiling portpicker v0.1.1
22762024-03-28T07:30:13.211Z Compiling rand_seeder v0.2.3
22772024-03-28T07:30:13.614Z Compiling smawk v0.3.1
22782024-03-28T07:30:13.858Z Compiling unicode-linebreak v0.1.5
22792024-03-28T07:30:14.418Z Compiling textwrap v0.16.1
22802024-03-28T07:30:18.358Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22812024-03-28T07:30:27.823Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22822024-03-28T07:30:34.261Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22832024-03-28T07:30:42.239Z Compiling rcgen v0.12.1
22842024-03-28T07:30:42.686Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22852024-03-28T07:30:43.125Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
22862024-03-28T07:30:43.182Z Compiling atomicwrites v0.4.3
22872024-03-28T07:30:43.721Z Compiling fatfs v0.3.6
22882024-03-28T07:30:45.812Z Compiling subprocess v0.2.9
22892024-03-28T07:30:46.724Z Compiling rtoolbox v0.0.1
22902024-03-28T07:30:47.152Z Compiling is_ci v1.2.0
22912024-03-28T07:30:47.451Z Compiling assert_matches v1.5.0
22922024-03-28T07:30:48.150Z Compiling supports-color v3.0.0
22932024-03-28T07:30:48.845Z Compiling rpassword v7.3.1
22942024-03-28T07:30:49.265Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22952024-03-28T07:30:49.730Z Compiling tui-tree-widget v0.17.0
22962024-03-28T07:30:50.136Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22972024-03-28T07:30:51.155Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22982024-03-28T07:30:53.400Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22992024-03-28T07:30:53.704Z Compiling csv-core v0.1.11
23002024-03-28T07:30:54.647Z Compiling shell-words v1.1.0
23012024-03-28T07:30:55.100Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23022024-03-28T07:30:56.374Z Compiling csv v1.3.0
23032024-03-28T07:30:58.587Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23042024-03-28T07:31:01.359Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23052024-03-28T07:31:10.858Z Compiling multimap v0.10.0
23062024-03-28T07:33:08.783Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23072024-03-28T07:33:25.359Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23082024-03-28T07:33:35.052Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23092024-03-28T07:40:08.031Z Finished release [optimized] target(s) in 14m 17s
23102024-03-28T07:41:10.781Z
23112024-03-28T07:41:10.784Zreal 15:21.060405884
23122024-03-28T07:41:10.784Zuser 1:43:49.851450862
23132024-03-28T07:41:10.784Zsys 4:37.805480032
23142024-03-28T07:41:10.784Ztrap 2.407199863
23152024-03-28T07:41:10.784Ztflt 2.007755735
23162024-03-28T07:41:10.784Zdflt 4.138716184
23172024-03-28T07:41:10.784Zkflt 0.146590668
23182024-03-28T07:41:10.784Zlock 6:43:05.996570906
23192024-03-28T07:41:10.784Zslp 4:03:07.882689126
23202024-03-28T07:41:10.784Zlat 2:18.074210197
23212024-03-28T07:41:10.784Zstop 59.661241566
23222024-03-28T07:41:10.784Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
23232024-03-28T07:41:10.784Z+ pfexec mkdir -p /work
23242024-03-28T07:41:10.788Z+ pfexec chown build /work
23252024-03-28T07:41:10.793Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
23262024-03-28T07:41:20.480ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23272024-03-28T07:41:20.480Za out/mg-ddm-gz.tar 73281K
23282024-03-28T07:41:20.480Za out/omicron-sled-agent.tar 111413K
23292024-03-28T07:41:20.480Za out/oxlog.tar 6098K
23302024-03-28T07:41:20.480Za out/target/test 1K
23312024-03-28T07:41:20.480Za out/npuzone/npuzone 36313K
23322024-03-28T07:41:20.480Za package-manifest.toml 26K
23332024-03-28T07:41:20.480Za smf/sled-agent/non-gimlet/config.toml 4K
23342024-03-28T07:41:20.480Za target/release/omicron-package 39198K
23352024-03-28T07:41:20.480Za tools/create_virtual_hardware.sh 4K
23362024-03-28T07:41:20.480Za tools/virtual_hardware.sh 4K
23372024-03-28T07:41:20.480Za tools/scrimlet/create-softnpu-zone.sh 1K
23382024-03-28T07:41:20.481Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23392024-03-28T07:41:20.481Za tools/scrimlet/softnpu-init.sh 3K
23402024-03-28T07:41:20.481Za tools/scrimlet/softnpu-zone.txt 1K
23412024-03-28T07:41:20.481Za tools/scrimlet/softnpu.toml 1K
23422024-03-28T07:41:20.484Z
23432024-03-28T07:41:20.484Zreal 9.688397599
23442024-03-28T07:41:20.484Zuser 9.352661399
23452024-03-28T07:41:20.484Zsys 0.687645800
23462024-03-28T07:41:20.484Ztrap 0.001408364
23472024-03-28T07:41:20.485Ztflt 0.000000000
23482024-03-28T07:41:20.485Zdflt 0.000000000
23492024-03-28T07:41:20.485Zkflt 0.000000000
23502024-03-28T07:41:20.485Zlock 0.000000000
23512024-03-28T07:41:20.485Zslp 9.099773434
23522024-03-28T07:41:20.485Zlat 0.232442486
23532024-03-28T07:41:20.485Zstop 0.000178323
23542024-03-28T07:41:20.485Z++ pwd
23552024-03-28T07:41:20.485Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23562024-03-28T07:41:20.485Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23572024-03-28T07:41:20.488Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23582024-03-28T07:41:21.291Z Finished release [optimized] target(s) in 0.75s
23592024-03-28T07:41:21.312Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23602024-03-28T07:41:21.343ZLogging to: /work/oxidecomputer/omicron/out/LOG
23612024-03-28T07:41:21.347ZCreated new build target 'host' and set it as active
23622024-03-28T07:41:21.347Z
23632024-03-28T07:41:21.347Zreal 0.855708378
23642024-03-28T07:41:21.347Zuser 0.550950651
23652024-03-28T07:41:21.347Zsys 0.285665152
23662024-03-28T07:41:21.347Ztrap 0.000045092
23672024-03-28T07:41:21.347Ztflt 0.000010847
23682024-03-28T07:41:21.347Zdflt 0.000033674
23692024-03-28T07:41:21.347Zkflt 0.000000000
23702024-03-28T07:41:21.347Zlock 0.023357515
23712024-03-28T07:41:21.347Zslp 0.109693716
23722024-03-28T07:41:21.347Zlat 0.003752404
23732024-03-28T07:41:21.347Zstop 0.000273005
23742024-03-28T07:41:21.347Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23752024-03-28T07:41:22.117Z Finished release [optimized] target(s) in 0.72s
23762024-03-28T07:41:22.134Z Running `target/release/omicron-package -t host package`
23772024-03-28T07:41:22.161ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782024-03-28T07:41:22.965Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23792024-03-28T07:43:44.355Z Finished release [optimized] target(s) in 2m 22s
23802024-03-28T07:44:13.995Z
23812024-03-28T07:44:13.998Zreal 2:52.605310356
23822024-03-28T07:44:13.998Zuser 13:40.100146983
23832024-03-28T07:44:13.998Zsys 38.308758827
23842024-03-28T07:44:13.999Ztrap 0.241288811
23852024-03-28T07:44:13.999Ztflt 0.064976783
23862024-03-28T07:44:13.999Zdflt 7.980112799
23872024-03-28T07:44:13.999Zkflt 0.078013516
23882024-03-28T07:44:13.999Zlock 55:45.831196743
23892024-03-28T07:44:13.999Zslp 12:09.031424269
23902024-03-28T07:44:13.999Zlat 6.914789233
23912024-03-28T07:44:13.999Zstop 2.124630568
23922024-03-28T07:44:13.999Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
23932024-03-28T07:44:13.999Z+ for package in "$@"
23942024-03-28T07:44:13.999Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
23952024-03-28T07:44:14.000Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git3d116a771a1
23962024-03-28T07:44:14.802Z Finished release [optimized] target(s) in 0.75s
23972024-03-28T07:44:14.825Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git3d116a771a1`
23982024-03-28T07:44:14.857ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992024-03-28T07:44:15.033ZCreated: out/versioned/omicron-sled-agent.tar
24002024-03-28T07:44:15.036Z+ for package in "$@"
24012024-03-28T07:44:15.036Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24022024-03-28T07:44:15.036Z+ echo 0.0.0
24032024-03-28T07:44:15.036Z+ tar rvf out/mg-ddm-gz.tar VERSION
24042024-03-28T07:44:15.039Za VERSION 1K
24052024-03-28T07:44:15.039Z+ rm VERSION
24062024-03-28T07:44:15.042Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1
24072024-03-28T07:44:15.826Z Finished release [optimized] target(s) in 0.73s
24082024-03-28T07:44:15.848Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1`
24092024-03-28T07:44:15.879ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102024-03-28T07:44:16.032ZCreated: out/versioned/mg-ddm-gz.tar
24112024-03-28T07:44:16.036Z+ for package in "$@"
24122024-03-28T07:44:16.036Z+ [[ propolis-server == mg-ddm-gz ]]
24132024-03-28T07:44:16.036Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git3d116a771a1
24142024-03-28T07:44:16.803Z Finished release [optimized] target(s) in 0.72s
24152024-03-28T07:44:16.824Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git3d116a771a1`
24162024-03-28T07:44:16.855ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172024-03-28T07:44:17.912ZCreated: out/versioned/propolis-server.tar.gz
24182024-03-28T07:44:17.915Z+ for package in "$@"
24192024-03-28T07:44:17.915Z+ [[ overlay == mg-ddm-gz ]]
24202024-03-28T07:44:17.915Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git3d116a771a1
24212024-03-28T07:44:18.687Z Finished release [optimized] target(s) in 0.72s
24222024-03-28T07:44:18.708Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git3d116a771a1`
24232024-03-28T07:44:18.742ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242024-03-28T07:44:18.745ZCreated: out/versioned/overlay.tar.gz
24252024-03-28T07:44:18.745Z+ for package in "$@"
24262024-03-28T07:44:18.745Z+ [[ oxlog == mg-ddm-gz ]]
24272024-03-28T07:44:18.746Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git3d116a771a1
24282024-03-28T07:44:19.560Z Finished release [optimized] target(s) in 0.77s
24292024-03-28T07:44:19.582Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git3d116a771a1`
24302024-03-28T07:44:19.614ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312024-03-28T07:44:19.630ZCreated: out/versioned/oxlog.tar
24322024-03-28T07:44:19.633Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24332024-03-28T07:44:19.642Z+++ dirname -- ./tools/build-global-zone-packages.sh
24342024-03-28T07:44:19.646Z++ cd -- ./tools
24352024-03-28T07:44:19.646Z++ pwd
24362024-03-28T07:44:19.646Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24372024-03-28T07:44:19.646Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24382024-03-28T07:44:19.749Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24392024-03-28T07:44:19.753Z++ readlink -f /work
24402024-03-28T07:44:19.753Z+ out_dir=/work
24412024-03-28T07:44:19.753Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
24422024-03-28T07:44:19.753Z+ for dep in "${deps[@]}"
24432024-03-28T07:44:19.753Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24442024-03-28T07:44:19.753Z+ for dep in "${deps[@]}"
24452024-03-28T07:44:19.753Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24462024-03-28T07:44:19.753Z+ for dep in "${deps[@]}"
24472024-03-28T07:44:19.753Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24482024-03-28T07:44:19.753Z+ for dep in "${deps[@]}"
24492024-03-28T07:44:19.753Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24502024-03-28T07:44:19.753Z+ for dep in "${deps[@]}"
24512024-03-28T07:44:19.753Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24522024-03-28T07:44:19.757Z++ mktemp -d
24532024-03-28T07:44:19.757Z+ tmp_gz=/tmp/tmp.x9aa0h
24542024-03-28T07:44:19.757Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24552024-03-28T07:44:19.757Z+ echo '{"v":"1","t":"layer"}'
24562024-03-28T07:44:19.757Z+ pkg_dir=/tmp/tmp.x9aa0h/root/opt/oxide/sled-agent
24572024-03-28T07:44:19.757Z+ mkdir -p /tmp/tmp.x9aa0h/root/opt/oxide/sled-agent
24582024-03-28T07:44:19.761Z+ cd /tmp/tmp.x9aa0h/root/opt/oxide/sled-agent
24592024-03-28T07:44:19.761Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24602024-03-28T07:44:19.850Zx ., 0 bytes, 0 tape blocks
24612024-03-28T07:44:19.850Zx zone-bundle, 36054944 bytes, 70420 tape blocks
24622024-03-28T07:44:19.850Zx sled-agent, 78111256 bytes, 152562 tape blocks
24632024-03-28T07:44:19.850Zx pkg, 0 bytes, 0 tape blocks
24642024-03-28T07:44:19.850Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24652024-03-28T07:44:19.851Zx pkg/README.md, 54 bytes, 1 tape blocks
24662024-03-28T07:44:19.851Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24672024-03-28T07:44:19.851Zx VERSION, 25 bytes, 1 tape blocks
24682024-03-28T07:44:19.855Z+ mkdir -p /tmp/tmp.x9aa0h/root/lib/svc/manifest/site/
24692024-03-28T07:44:19.855Z+ mv pkg/manifest.xml /tmp/tmp.x9aa0h/root/lib/svc/manifest/site/sled-agent.xml
24702024-03-28T07:44:19.855Z+ cd -
24712024-03-28T07:44:19.855Z/work/oxidecomputer/omicron
24722024-03-28T07:44:19.856Z+ pkg_dir=/tmp/tmp.x9aa0h/root/opt/oxide/mg-ddm
24732024-03-28T07:44:19.856Z+ mkdir -p /tmp/tmp.x9aa0h/root/opt/oxide/mg-ddm
24742024-03-28T07:44:19.856Z+ cd /tmp/tmp.x9aa0h/root/opt/oxide/mg-ddm
24752024-03-28T07:44:19.856Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24762024-03-28T07:44:19.910Zx ., 0 bytes, 0 tape blocks
24772024-03-28T07:44:19.910Zx ddmadm, 25591920 bytes, 49985 tape blocks
24782024-03-28T07:44:19.910Zx ddmd, 49433200 bytes, 96550 tape blocks
24792024-03-28T07:44:19.910Zx pkg, 0 bytes, 0 tape blocks
24802024-03-28T07:44:19.910Zx pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks
24812024-03-28T07:44:19.910Zx pkg/mgd, 0 bytes, 0 tape blocks
24822024-03-28T07:44:19.910Zx pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks
24832024-03-28T07:44:19.910Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24842024-03-28T07:44:19.910Zx pkg/ddm, 0 bytes, 0 tape blocks
24852024-03-28T07:44:19.910Zx pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks
24862024-03-28T07:44:19.910Zx VERSION, 25 bytes, 1 tape blocks
24872024-03-28T07:44:19.914Z+ cd -
24882024-03-28T07:44:19.914Z/work/oxidecomputer/omicron
24892024-03-28T07:44:19.914Z+ pkg_dir=/tmp/tmp.x9aa0h/root/opt/oxide/oxlog
24902024-03-28T07:44:19.914Z+ mkdir -p /tmp/tmp.x9aa0h/root/opt/oxide/oxlog
24912024-03-28T07:44:19.914Z+ cd /tmp/tmp.x9aa0h/root/opt/oxide/oxlog
24922024-03-28T07:44:19.914Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24932024-03-28T07:44:19.919Zx ., 0 bytes, 0 tape blocks
24942024-03-28T07:44:19.919Zx oxlog, 6241120 bytes, 12190 tape blocks
24952024-03-28T07:44:19.919Zx VERSION, 25 bytes, 1 tape blocks
24962024-03-28T07:44:19.922Z+ cd -
24972024-03-28T07:44:19.922Z/work/oxidecomputer/omicron
24982024-03-28T07:44:19.922Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.x9aa0h/root/opt/oxide
24992024-03-28T07:44:20.006Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.x9aa0h/root/opt/oxide
25002024-03-28T07:44:20.012Z+ cd /tmp/tmp.x9aa0h
25012024-03-28T07:44:20.012Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25022024-03-28T07:44:28.631ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25032024-03-28T07:44:28.631Za oxide.json 1K
25042024-03-28T07:44:28.631Za root/ 0K
25052024-03-28T07:44:28.631Za root/opt/ 0K
25062024-03-28T07:44:28.631Za root/opt/oxide/ 0K
25072024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/ 0K
25082024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/zone-bundle 35210K
25092024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/sled-agent 76281K
25102024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/pkg/ 0K
25112024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25122024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/pkg/README.md 1K
25132024-03-28T07:44:28.631Za root/opt/oxide/sled-agent/VERSION 1K
25142024-03-28T07:44:28.631Za root/opt/oxide/mg-ddm/ 0K
25152024-03-28T07:44:28.631Za root/opt/oxide/mg-ddm/ddmadm 24993K
25162024-03-28T07:44:28.631Za root/opt/oxide/mg-ddm/ddmd 48275K
25172024-03-28T07:44:28.631Za root/opt/oxide/mg-ddm/pkg/ 0K
25182024-03-28T07:44:28.631Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25192024-03-28T07:44:28.631Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25202024-03-28T07:44:28.632Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25212024-03-28T07:44:28.632Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25222024-03-28T07:44:28.632Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25232024-03-28T07:44:28.632Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25242024-03-28T07:44:28.632Za root/opt/oxide/mg-ddm/VERSION 1K
25252024-03-28T07:44:28.632Za root/opt/oxide/oxlog/ 0K
25262024-03-28T07:44:28.632Za root/opt/oxide/oxlog/oxlog 6095K
25272024-03-28T07:44:28.632Za root/opt/oxide/oxlog/VERSION 1K
25282024-03-28T07:44:28.632Za root/opt/oxide/propolis-server.tar.gz 64808K
25292024-03-28T07:44:28.632Za root/opt/oxide/overlay.tar.gz 3K
25302024-03-28T07:44:28.632Za root/lib/ 0K
25312024-03-28T07:44:28.632Za root/lib/svc/ 0K
25322024-03-28T07:44:28.632Za root/lib/svc/manifest/ 0K
25332024-03-28T07:44:28.632Za root/lib/svc/manifest/site/ 0K
25342024-03-28T07:44:28.632Za root/lib/svc/manifest/site/sled-agent.xml 3K
25352024-03-28T07:44:28.636Z+ cd /
25362024-03-28T07:44:28.636Z+ rm -rf /tmp/tmp.x9aa0h
25372024-03-28T07:44:28.660Z
25382024-03-28T07:44:28.663Zreal 9.023139112
25392024-03-28T07:44:28.663Zuser 8.351889807
25402024-03-28T07:44:28.664Zsys 0.593267588
25412024-03-28T07:44:28.664Ztrap 0.001390851
25422024-03-28T07:44:28.664Ztflt 0.000000000
25432024-03-28T07:44:28.664Zdflt 0.000002259
25442024-03-28T07:44:28.664Zkflt 0.000000000
25452024-03-28T07:44:28.664Zlock 0.000000000
25462024-03-28T07:44:28.664Zslp 17.494827774
25472024-03-28T07:44:28.664Zlat 0.206929620
25482024-03-28T07:44:28.664Zstop 0.000219211
25492024-03-28T07:44:28.664Z+ mkdir -p /work/zones
25502024-03-28T07:44:28.664Z+ 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)
25512024-03-28T07:44:28.664Z+ 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/
25522024-03-28T07:44:31.428Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25532024-03-28T07:44:32.287Z Finished release [optimized] target(s) in 0.80s
25542024-03-28T07:44:32.309Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25552024-03-28T07:44:32.338ZLogging to: /work/oxidecomputer/omicron/out/LOG
25562024-03-28T07:44:32.341ZCreated new build target 'recovery' and set it as active
25572024-03-28T07:44:32.341Z
25582024-03-28T07:44:32.341Zreal 0.908861944
25592024-03-28T07:44:32.341Zuser 0.588639882
25602024-03-28T07:44:32.341Zsys 0.299329648
25612024-03-28T07:44:32.342Ztrap 0.000657763
25622024-03-28T07:44:32.342Ztflt 0.000034973
25632024-03-28T07:44:32.342Zdflt 0.000002058
25642024-03-28T07:44:32.342Zkflt 0.000000000
25652024-03-28T07:44:32.342Zlock 0.023361834
25662024-03-28T07:44:32.342Zslp 0.115660132
25672024-03-28T07:44:32.342Zlat 0.009012534
25682024-03-28T07:44:32.342Zstop 0.000330773
25692024-03-28T07:44:32.342Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25702024-03-28T07:44:33.134Z Finished release [optimized] target(s) in 0.74s
25712024-03-28T07:44:33.156Z Running `target/release/omicron-package -t recovery package`
25722024-03-28T07:44:33.189ZLogging to: /work/oxidecomputer/omicron/out/LOG
25732024-03-28T07:44:33.887Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25742024-03-28T07:44:36.238Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25752024-03-28T07:44:55.396Z Finished release [optimized] target(s) in 22.15s
25762024-03-28T07:45:16.136Z
25772024-03-28T07:45:16.139Zreal 43.779929065
25782024-03-28T07:45:16.139Zuser 1:37.919073469
25792024-03-28T07:45:16.139Zsys 7.954266502
25802024-03-28T07:45:16.139Ztrap 0.065355928
25812024-03-28T07:45:16.139Ztflt 0.054766223
25822024-03-28T07:45:16.139Zdflt 0.427639728
25832024-03-28T07:45:16.139Zkflt 0.000032305
25842024-03-28T07:45:16.139Zlock 14:27.824182699
25852024-03-28T07:45:16.140Zslp 1:43.154402365
25862024-03-28T07:45:16.140Zlat 1.389721349
25872024-03-28T07:45:16.140Zstop 0.538984408
25882024-03-28T07:45:16.140Z+ stamp_packages installinator mg-ddm-gz
25892024-03-28T07:45:16.140Z+ for package in "$@"
25902024-03-28T07:45:16.140Z+ [[ installinator == mg-ddm-gz ]]
25912024-03-28T07:45:16.140Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git3d116a771a1
25922024-03-28T07:45:16.934Z Finished release [optimized] target(s) in 0.74s
25932024-03-28T07:45:16.955Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git3d116a771a1`
25942024-03-28T07:45:16.986ZLogging to: /work/oxidecomputer/omicron/out/LOG
25952024-03-28T07:45:17.059ZCreated: out/versioned/installinator.tar
25962024-03-28T07:45:17.062Z+ for package in "$@"
25972024-03-28T07:45:17.062Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
25982024-03-28T07:45:17.062Z+ echo 0.0.0
25992024-03-28T07:45:17.062Z+ tar rvf out/mg-ddm-gz.tar VERSION
26002024-03-28T07:45:17.062Za VERSION 1K
26012024-03-28T07:45:17.062Z+ rm VERSION
26022024-03-28T07:45:17.065Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1
26032024-03-28T07:45:17.846Z Finished release [optimized] target(s) in 0.73s
26042024-03-28T07:45:17.867Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1`
26052024-03-28T07:45:17.903ZLogging to: /work/oxidecomputer/omicron/out/LOG
26062024-03-28T07:45:18.017ZCreated: out/versioned/mg-ddm-gz.tar
26072024-03-28T07:45:18.020Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26082024-03-28T07:45:18.029Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26092024-03-28T07:45:18.033Z++ cd -- ./tools
26102024-03-28T07:45:18.033Z++ pwd
26112024-03-28T07:45:18.033Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26122024-03-28T07:45:18.033Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26132024-03-28T07:45:18.036Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26142024-03-28T07:45:18.037Z++ readlink -f /work
26152024-03-28T07:45:18.037Z+ out_dir=/work
26162024-03-28T07:45:18.037Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26172024-03-28T07:45:18.037Z+ for dep in "${deps[@]}"
26182024-03-28T07:45:18.037Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26192024-03-28T07:45:18.037Z+ for dep in "${deps[@]}"
26202024-03-28T07:45:18.037Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26212024-03-28T07:45:18.042Z++ mktemp -d
26222024-03-28T07:45:18.042Z+ tmp_trampoline=/tmp/tmp.3laO4h
26232024-03-28T07:45:18.043Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26242024-03-28T07:45:18.043Z+ echo '{"v":"1","t":"layer"}'
26252024-03-28T07:45:18.043Z+ pkg_dir=/tmp/tmp.3laO4h/root/opt/oxide/installinator
26262024-03-28T07:45:18.043Z+ mkdir -p /tmp/tmp.3laO4h/root/opt/oxide/installinator
26272024-03-28T07:45:18.047Z+ cd /tmp/tmp.3laO4h/root/opt/oxide/installinator
26282024-03-28T07:45:18.047Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26292024-03-28T07:45:18.075Zx ., 0 bytes, 0 tape blocks
26302024-03-28T07:45:18.075Zx installinator, 47073448 bytes, 91941 tape blocks
26312024-03-28T07:45:18.075Zx pkg, 0 bytes, 0 tape blocks
26322024-03-28T07:45:18.075Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26332024-03-28T07:45:18.075Zx VERSION, 25 bytes, 1 tape blocks
26342024-03-28T07:45:18.078Z+ mkdir -p /tmp/tmp.3laO4h/root/lib/svc/manifest/site/
26352024-03-28T07:45:18.079Z+ mv pkg/manifest.xml /tmp/tmp.3laO4h/root/lib/svc/manifest/site/installinator.xml
26362024-03-28T07:45:18.093Z+ cd -
26372024-03-28T07:45:18.094Z/work/oxidecomputer/omicron
26382024-03-28T07:45:18.094Z+ pkg_dir=/tmp/tmp.3laO4h/root/opt/oxide/mg-ddm
26392024-03-28T07:45:18.094Z+ mkdir -p /tmp/tmp.3laO4h/root/opt/oxide/mg-ddm
26402024-03-28T07:45:18.094Z+ cd /tmp/tmp.3laO4h/root/opt/oxide/mg-ddm
26412024-03-28T07:45:18.094Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26422024-03-28T07:45:18.133Zx ., 0 bytes, 0 tape blocks
26432024-03-28T07:45:18.133Zx ddmadm, 25591920 bytes, 49985 tape blocks
26442024-03-28T07:45:18.133Zx ddmd, 49433200 bytes, 96550 tape blocks
26452024-03-28T07:45:18.133Zx pkg, 0 bytes, 0 tape blocks
26462024-03-28T07:45:18.134Zx pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks
26472024-03-28T07:45:18.134Zx pkg/mgd, 0 bytes, 0 tape blocks
26482024-03-28T07:45:18.134Zx pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks
26492024-03-28T07:45:18.134Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26502024-03-28T07:45:18.134Zx pkg/ddm, 0 bytes, 0 tape blocks
26512024-03-28T07:45:18.134Zx pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks
26522024-03-28T07:45:18.134Zx VERSION, 25 bytes, 1 tape blocks
26532024-03-28T07:45:18.137Z+ cd -
26542024-03-28T07:45:18.137Z/work/oxidecomputer/omicron
26552024-03-28T07:45:18.137Z+ cd /tmp/tmp.3laO4h
26562024-03-28T07:45:18.137Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26572024-03-28T07:45:22.540ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26582024-03-28T07:45:22.540Za oxide.json 1K
26592024-03-28T07:45:22.540Za root/ 0K
26602024-03-28T07:45:22.540Za root/opt/ 0K
26612024-03-28T07:45:22.540Za root/opt/oxide/ 0K
26622024-03-28T07:45:22.540Za root/opt/oxide/installinator/ 0K
26632024-03-28T07:45:22.540Za root/opt/oxide/installinator/installinator 45971K
26642024-03-28T07:45:22.540Za root/opt/oxide/installinator/pkg/ 0K
26652024-03-28T07:45:22.540Za root/opt/oxide/installinator/VERSION 1K
26662024-03-28T07:45:22.540Za root/opt/oxide/mg-ddm/ 0K
26672024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/ddmadm 24993K
26682024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/ddmd 48275K
26692024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/ 0K
26702024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26712024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26722024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26732024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26742024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26752024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26762024-03-28T07:45:22.541Za root/opt/oxide/mg-ddm/VERSION 1K
26772024-03-28T07:45:22.541Za root/lib/ 0K
26782024-03-28T07:45:22.541Za root/lib/svc/ 0K
26792024-03-28T07:45:22.541Za root/lib/svc/manifest/ 0K
26802024-03-28T07:45:22.541Za root/lib/svc/manifest/site/ 0K
26812024-03-28T07:45:22.541Za root/lib/svc/manifest/site/installinator.xml 3K
26822024-03-28T07:45:22.544Z+ cd /
26832024-03-28T07:45:22.544Z+ rm -rf /tmp/tmp.3laO4h
26842024-03-28T07:45:22.557Z
26852024-03-28T07:45:22.560Zreal 4.533804336
26862024-03-28T07:45:22.560Zuser 4.281187219
26872024-03-28T07:45:22.560Zsys 0.265443453
26882024-03-28T07:45:22.560Ztrap 0.000530308
26892024-03-28T07:45:22.560Ztflt 0.000000000
26902024-03-28T07:45:22.560Zdflt 0.000000000
26912024-03-28T07:45:22.560Zkflt 0.000000000
26922024-03-28T07:45:22.561Zlock 0.000000000
26932024-03-28T07:45:22.561Zslp 8.814292186
26942024-03-28T07:45:22.561Zlat 0.096839032
26952024-03-28T07:45:22.561Zstop 0.000192495
26962024-03-28T07:45:22.561Zprocess exited: duration 1627508 ms, exit code 0
 
26972024-03-28T07:45:22.568Zfound 22 output files
26982024-03-28T07:45:22.568Zuploading: /work/version.txt (26 bytes)
26992024-03-28T07:45:23.588Zuploaded: /work/version.txt
27002024-03-28T07:45:23.588Zuploading: /work/package.tar.gz (84592198 bytes)
27012024-03-28T07:45:52.414Zuploaded: /work/package.tar.gz
27022024-03-28T07:45:52.414Zuploading: /work/global-zone-packages.tar.gz (126639845 bytes)
27032024-03-28T07:46:33.549Zuploaded: /work/global-zone-packages.tar.gz
27042024-03-28T07:46:33.549Zuploading: /work/trampoline-global-zone-packages.tar.gz (38210620 bytes)
27052024-03-28T07:46:47.629Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27062024-03-28T07:46:47.629Zuploading: /work/zones/clickhouse.tar.gz (231184241 bytes)
27072024-03-28T07:48:05.868Zuploaded: /work/zones/clickhouse.tar.gz
27082024-03-28T07:48:05.868Zuploading: /work/zones/clickhouse_keeper.tar.gz (231171896 bytes)
27092024-03-28T07:49:24.417Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27102024-03-28T07:49:24.417Zuploading: /work/zones/cockroachdb.tar.gz (126676551 bytes)
27112024-03-28T07:50:16.681Zuploaded: /work/zones/cockroachdb.tar.gz
27122024-03-28T07:50:16.681Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25293208 bytes)
27132024-03-28T07:50:27.798Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27142024-03-28T07:50:27.806Zuploading: /work/zones/crucible-zone.tar.gz (37000436 bytes)
27152024-03-28T07:50:45.504Zuploaded: /work/zones/crucible-zone.tar.gz
27162024-03-28T07:50:45.511Zuploading: /work/zones/external-dns.tar.gz (31009125 bytes)
27172024-03-28T07:50:56.473Zuploaded: /work/zones/external-dns.tar.gz
27182024-03-28T07:50:56.473Zuploading: /work/zones/internal-dns.tar.gz (31010042 bytes)
27192024-03-28T07:51:05.388Zuploaded: /work/zones/internal-dns.tar.gz
27202024-03-28T07:51:05.396Zuploading: /work/zones/nexus-single-sled.tar.gz (90691047 bytes)
27212024-03-28T07:51:43.430Zuploaded: /work/zones/nexus-single-sled.tar.gz
27222024-03-28T07:51:43.430Zuploading: /work/zones/nexus.tar.gz (90690694 bytes)
27232024-03-28T07:52:15.987Zuploaded: /work/zones/nexus.tar.gz
27242024-03-28T07:52:15.991Zuploading: /work/zones/ntp.tar.gz (10432943 bytes)
27252024-03-28T07:52:20.560Zuploaded: /work/zones/ntp.tar.gz
27262024-03-28T07:52:20.567Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16521593 bytes)
27272024-03-28T07:52:27.725Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27282024-03-28T07:52:27.738Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16520760 bytes)
27292024-03-28T07:52:35.397Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27302024-03-28T07:52:35.401Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27312024-03-28T07:52:36.407Zuploaded: /work/zones/overlay.tar.gz
27322024-03-28T07:52:36.407Zuploading: /work/zones/oximeter.tar.gz (49050558 bytes)
27332024-03-28T07:52:52.436Zuploaded: /work/zones/oximeter.tar.gz
27342024-03-28T07:52:52.445Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27352024-03-28T07:52:54.535Zuploaded: /work/zones/probe.tar.gz
27362024-03-28T07:52:54.535Zuploading: /work/zones/propolis-server.tar.gz (66360059 bytes)
27372024-03-28T07:53:27.638Zuploaded: /work/zones/propolis-server.tar.gz
27382024-03-28T07:53:27.638Zuploading: /work/zones/switch-asic.tar.gz (292060062 bytes)
27392024-03-28T07:55:13.687Zuploaded: /work/zones/switch-asic.tar.gz
27402024-03-28T07:55:13.687Zuploading: /work/zones/switch-softnpu.tar.gz (213587990 bytes)
27412024-03-28T07:56:25.279Zuploaded: /work/zones/switch-softnpu.tar.gz