01HXV0RNTYA7J7A018W60MBSXM: 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: 01HXV0SZ60M5AVX1V96X0VFZ1Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T07:42:53.764Zjob assigned to worker 01HXV0SZ9N5P8XF0HCG5JDWT8A (queued for 1 m 0 s)
 
22024-05-14T07:43:02.617Zstarting task 0: "setup"
32024-05-14T07:43:02.676Z++ uname -s
42024-05-14T07:43:02.682Z+ kern=SunOS
52024-05-14T07:43:02.683Z+ case "$kern" in
62024-05-14T07:43:02.683Z+ groupadd -g 12345 build
72024-05-14T07:43:02.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T07:43:04.704Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T07:43:04.874Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T07:43:04.879Z+ home_fs=zfs
112024-05-14T07:43:04.880Z+ [[ zfs == autofs ]]
122024-05-14T07:43:04.880Z+ mkdir -p /home/build
132024-05-14T07:43:04.880Z+ chown build:build /home/build /work
142024-05-14T07:43:07.287Z+ chmod 0700 /home/build /work
152024-05-14T07:43:07.291Zprocess exited: duration 4264 ms, exit code 0
 
162024-05-14T07:43:07.299Zstarting task 1: "rust-toolchain"
172024-05-14T07:43:07.310Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T07:43:07.331Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T07:43:07.647Zinfo: downloading installer
202024-05-14T07:43:09.714Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T07:43:09.714Zwarning: /opt/ooce/bin
222024-05-14T07:43:09.715Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T07:43:09.715Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T07:43:09.715Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T07:43:09.715Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T07:43:09.715Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T07:43:09.716Zerror: cannot install while Rust is installed
282024-05-14T07:43:09.716Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T07:43:09.802Zinfo: profile set to 'default'
302024-05-14T07:43:09.803Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T07:43:09.807Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T07:43:09.945Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T07:43:09.945Zinfo: downloading component 'cargo'
342024-05-14T07:43:10.752Zinfo: downloading component 'clippy'
352024-05-14T07:43:11.041Zinfo: downloading component 'rust-docs'
362024-05-14T07:43:12.460Zinfo: downloading component 'rust-std'
372024-05-14T07:43:14.018Zinfo: downloading component 'rustc'
382024-05-14T07:43:18.356Zinfo: downloading component 'rustfmt'
392024-05-14T07:43:18.627Zinfo: installing component 'cargo'
402024-05-14T07:43:19.853Zinfo: installing component 'clippy'
412024-05-14T07:43:19.881Zinfo: installing component 'rust-docs'
422024-05-14T07:43:21.650Zinfo: installing component 'rust-std'
432024-05-14T07:43:23.140Zinfo: installing component 'rustc'
442024-05-14T07:43:27.134Zinfo: installing component 'rustfmt'
452024-05-14T07:43:27.520Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T07:43:27.520Z
472024-05-14T07:43:28.233Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T07:43:28.234Z
492024-05-14T07:43:28.244Z
502024-05-14T07:43:28.244ZRust is installed now. Great!
512024-05-14T07:43:28.245Z
522024-05-14T07:43:28.245ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T07:43:28.245Zenvironment variable. This has not been done automatically.
542024-05-14T07:43:28.246Z
552024-05-14T07:43:28.246ZTo configure your current shell, you need to source
562024-05-14T07:43:28.246Zthe corresponding env file under $HOME/.cargo.
572024-05-14T07:43:28.246Z
582024-05-14T07:43:28.246ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T07:43:28.247Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T07:43:28.247Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T07:43:28.247Z+ rustc --version
622024-05-14T07:43:28.247Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T07:43:28.247Zprocess exited: duration 20666 ms, exit code 0
 
642024-05-14T07:43:28.292Zstarting task 2: "authentication"
652024-05-14T07:43:28.715ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-14T07:43:32.756Zprocess exited: duration 4477 ms, exit code 0
 
672024-05-14T07:43:32.789Zstarting task 3: "clone repository"
682024-05-14T07:43:32.815Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-14T07:43:32.815Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-14T07:43:33.185ZCloning into '/work/oxidecomputer/omicron'...
712024-05-14T07:43:39.701Z+ cd /work/oxidecomputer/omicron
722024-05-14T07:43:39.701Z+ git fetch origin 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
732024-05-14T07:43:40.056ZFrom https://github.com/oxidecomputer/omicron
742024-05-14T07:43:40.056Z * branch 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 -> FETCH_HEAD
752024-05-14T07:43:40.075Z+ [[ -n '' ]]
762024-05-14T07:43:40.075Z+ git reset --hard 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
772024-05-14T07:43:40.199ZHEAD is now at 7b7f6b85d Update Rust crate prettyplease to 0.2.20
782024-05-14T07:43:40.211Zprocess exited: duration 7410 ms, exit code 0
 
792024-05-14T07:43:40.243Zstarting task 4: "build"
802024-05-14T07:43:40.260Z+ cargo --version
812024-05-14T07:43:40.260Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
822024-05-14T07:43:40.414Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-14T07:43:40.415Zinfo: downloading component 'cargo'
842024-05-14T07:43:41.087Zinfo: downloading component 'clippy'
852024-05-14T07:43:41.316Zinfo: downloading component 'rust-docs'
862024-05-14T07:43:42.244Zinfo: downloading component 'rust-std'
872024-05-14T07:43:43.646Zinfo: downloading component 'rustc'
882024-05-14T07:43:47.426Zinfo: downloading component 'rustfmt'
892024-05-14T07:43:47.653Zinfo: installing component 'cargo'
902024-05-14T07:43:48.457Zinfo: installing component 'clippy'
912024-05-14T07:43:48.771Zinfo: installing component 'rust-docs'
922024-05-14T07:43:50.214Zinfo: installing component 'rust-std'
932024-05-14T07:43:51.876Zinfo: installing component 'rustc'
942024-05-14T07:43:55.898Zinfo: installing component 'rustfmt'
952024-05-14T07:43:56.283Zcargo 1.77.2 (e52e36006 2024-03-26)
962024-05-14T07:43:56.296Z+ rustc --version
972024-05-14T07:43:56.341Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
982024-05-14T07:43:56.344Z+ WORK=/work
992024-05-14T07:43:56.344Z+ pfexec mkdir -p /work
1002024-05-14T07:43:56.348Z+ pfexec chown build /work
1012024-05-14T07:43:56.351Z++ git rev-parse HEAD
1022024-05-14T07:43:56.355Z+ COMMIT=7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
1032024-05-14T07:43:56.355Z+ VERSION=8.0.0-0.ci+git7b7f6b85d18
1042024-05-14T07:43:56.355Z+ echo 8.0.0-0.ci+git7b7f6b85d18
1052024-05-14T07:43:56.355Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062024-05-14T07:44:09.045Z Startup: Refreshing catalog 'helios-dev' ... Done
1072024-05-14T07:44:10.722Z Startup: Caching catalogs ... Done
1082024-05-14T07:44:12.253ZPlanning: Solver setup ... Done (1.105s)
1092024-05-14T07:44:12.270ZPlanning: Running solver ... Done (0.020s)
1102024-05-14T07:44:12.302ZPlanning: Finding local manifests ... Done (0.004s)
1112024-05-14T07:44:12.363ZPlanning: Fetching manifests: 0/4 0% complete
1122024-05-14T07:44:12.627ZPlanning: Fetching manifests: 4/4 100% complete
1132024-05-14T07:44:12.675ZPlanning: Package planning ... Done (0.047s)
1142024-05-14T07:44:12.729ZPlanning: Merging actions ... Done (0.049s)
1152024-05-14T07:44:13.485ZPlanning: Checking for conflicting actions ... Done (0.761s)
1162024-05-14T07:44:13.499ZPlanning: Consolidating action changes ... Done (0.011s)
1172024-05-14T07:44:17.272ZPlanning: Evaluating mediators ... Done (3.775s)
1182024-05-14T07:44:17.721ZPlanning: Planning completed in 6.50 seconds
1192024-05-14T07:44:17.767Z Packages to install: 4
1202024-05-14T07:44:17.767Z Mediators to change: 2
1212024-05-14T07:44:17.767Z Services to change: 1
1222024-05-14T07:44:17.767Z Estimated space available: 155.31 GB
1232024-05-14T07:44:17.767ZEstimated space to be consumed: 1.44 GB
1242024-05-14T07:44:17.767Z Create boot environment: No
1252024-05-14T07:44:17.768ZCreate backup boot environment: No
1262024-05-14T07:44:17.768Z Rebuild boot archive: No
1272024-05-14T07:44:17.768Z
1282024-05-14T07:44:17.768ZChanged mediators:
1292024-05-14T07:44:17.768Z mediator clang:
1302024-05-14T07:44:17.768Z version: None -> 15 (system default)
1312024-05-14T07:44:17.768Z
1322024-05-14T07:44:17.768Z mediator llvm:
1332024-05-14T07:44:17.769Z version: 14 (system default) -> 15 (system default)
1342024-05-14T07:44:17.769Z
1352024-05-14T07:44:17.769ZChanged packages:
1362024-05-14T07:44:17.769Zhelios-dev
1372024-05-14T07:44:17.769Z developer/build-essential
1382024-05-14T07:44:17.769Z None -> 11-2.0
1392024-05-14T07:44:17.769Z library/libxmlsec1
1402024-05-14T07:44:17.770Z None -> 1.2.35-2.0
1412024-05-14T07:44:17.770Z ooce/developer/clang-15
1422024-05-14T07:44:17.770Z None -> 15.0.7-2.0
1432024-05-14T07:44:17.770Z ooce/developer/llvm-15
1442024-05-14T07:44:17.770Z None -> 15.0.7-2.0
1452024-05-14T07:44:17.770Z
1462024-05-14T07:44:17.770ZServices:
1472024-05-14T07:44:17.771Z restart_fmri:
1482024-05-14T07:44:17.771Z svc:/system/update-man-index:default
1492024-05-14T07:44:18.086Z
1502024-05-14T07:44:18.087ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512024-05-14T07:44:22.733ZDownload: 1191/3290 items 67.0/212.6MB 31% complete (13.7M/s)
1522024-05-14T07:44:27.745ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (11.9M/s)
1532024-05-14T07:44:33.073ZDownload: 2756/3290 items 120.9/212.6MB 56% complete (5.4M/s)
1542024-05-14T07:44:37.951ZDownload: 3277/3290 items 210.1/212.6MB 98% complete (9.1M/s)
1552024-05-14T07:44:49.188ZDownload: 3285/3290 items 210.8/212.6MB 99% complete (8.8M/s)
1562024-05-14T07:44:49.214ZDownload: Completed 212.60 MB in 30.99 seconds (6.9M/s)
1572024-05-14T07:44:49.214Z Actions: 1/3689 actions (Installing new actions)
1582024-05-14T07:44:53.885Z Actions: 3631/3689 actions (Installing new actions)
1592024-05-14T07:44:53.942Z Actions: Completed 3689 actions in 5.10 seconds.
1602024-05-14T07:44:54.055Z Done (0.115s)
1612024-05-14T07:44:54.055Z Done (0.000s)
1622024-05-14T07:44:54.349Z Done (0.289s)
1632024-05-14T07:44:59.804Z Done (5.302s)
1642024-05-14T07:44:59.992Z Done (0.122s)
1652024-05-14T07:45:00.417Z Done (0.000s)
1662024-05-14T07:45:00.454Z Done (0.000s)
1672024-05-14T07:45:00.867ZPlanning: Evaluating mediator changes ... Done
1682024-05-14T07:45:00.867ZPlanning: Checking for conflicting actions ... Done
1692024-05-14T07:45:00.867ZPlanning: Consolidating action changes ... Done
1702024-05-14T07:45:01.139ZPlanning: Evaluating mediators ... Done
1712024-05-14T07:45:01.567ZPlanning: Planning completed in 0.43 seconds
1722024-05-14T07:45:01.592Z Mediators to change: 2
1732024-05-14T07:45:01.592Z Create boot environment: No
1742024-05-14T07:45:01.593ZCreate backup boot environment: No
1752024-05-14T07:45:01.593Z Done
1762024-05-14T07:45:01.593Z Done
1772024-05-14T07:45:01.593Z Done
1782024-05-14T07:45:04.915Z Done
1792024-05-14T07:45:05.006Z Done
1802024-05-14T07:45:05.011Z Done
1812024-05-14T07:45:05.106Z Done
1822024-05-14T07:45:05.713ZPlanning: Evaluating mediator changes ... Done
1832024-05-14T07:45:05.734ZPlanning: Merging actions ... Done
1842024-05-14T07:45:05.903ZPlanning: Checking for conflicting actions ... Done
1852024-05-14T07:45:05.913ZPlanning: Consolidating action changes ... Done
1862024-05-14T07:45:06.160ZPlanning: Evaluating mediators ... Done
1872024-05-14T07:45:06.214ZPlanning: Planning completed in 0.74 seconds
1882024-05-14T07:45:06.252Z Packages to change: 1
1892024-05-14T07:45:06.252Z Mediators to change: 1
1902024-05-14T07:45:06.262Z Services to change: 1
1912024-05-14T07:45:06.262Z Create boot environment: No
1922024-05-14T07:45:06.262ZCreate backup boot environment: Yes
1932024-05-14T07:45:08.219Z Actions: 1/6 actions (Updating modified actions)
1942024-05-14T07:45:08.251Z Actions: Completed 6 actions in 0.03 seconds.
1952024-05-14T07:45:08.255Z Done
1962024-05-14T07:45:08.255Z Done
1972024-05-14T07:45:08.316Z Done
1982024-05-14T07:45:11.822Z Done
1992024-05-14T07:45:11.912Z Done
2002024-05-14T07:45:11.921Z Done
2012024-05-14T07:45:12.031Z Done
2022024-05-14T07:45:12.458ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-05-14T07:45:12.458Zclang system 15 system
2042024-05-14T07:45:12.458Zcsh system system illumos
2052024-05-14T07:45:12.458Zctags system system illumos
2062024-05-14T07:45:12.458Zgcc vendor 12 vendor
2072024-05-14T07:45:12.458Zgcc system 10 system
2082024-05-14T07:45:12.458Zgcc system 7 system
2092024-05-14T07:45:12.458Zgo system 1.20 system
2102024-05-14T07:45:12.458Zgo system 1.19 system
2112024-05-14T07:45:12.458Zllvm system 15 system
2122024-05-14T07:45:12.458Zllvm system 14 system
2132024-05-14T07:45:12.458Zmariadb system 10.6 system
2142024-05-14T07:45:12.458Zmta vendor vendor dma
2152024-05-14T07:45:12.458Zopenjdk system 17 system
2162024-05-14T07:45:12.459Zopenjdk system 11 system
2172024-05-14T07:45:12.459Zopenjdk system 1.8 system
2182024-05-14T07:45:12.459Zopenssl vendor 3 vendor
2192024-05-14T07:45:12.459Zperl system 5.36 system
2202024-05-14T07:45:12.459Zpostgresql system 15 system
2212024-05-14T07:45:12.459Zpostgresql system 13 system
2222024-05-14T07:45:12.460Zpython vendor 3 vendor
2232024-05-14T07:45:12.460Zpython system 2 system
2242024-05-14T07:45:12.460Zpython3 system 3.11 system
2252024-05-14T07:45:12.460Zruby system 3.0 system
2262024-05-14T07:45:12.460Zwords vendor vendor american-english
2272024-05-14T07:45:12.460Zwords system system australian-english
2282024-05-14T07:45:12.460Zwords system system british-english
2292024-05-14T07:45:12.460Zwords system system canadian-english
2302024-05-14T07:45:12.460Zwords system system french
2312024-05-14T07:45:12.461Zwords system system italian
2322024-05-14T07:45:12.461Zwords system system ngerman
2332024-05-14T07:45:12.461Zwords system system ogerman
2342024-05-14T07:45:12.461Zwords system system spanish
2352024-05-14T07:45:12.786ZPUBLISHER TYPE STATUS P LOCATION
2362024-05-14T07:45:12.786Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-05-14T07:45:14.117ZFMRI IFO
2382024-05-14T07:45:14.118Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-05-14T07:45:14.118Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-05-14T07:45:14.118Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-05-14T07:45:14.119Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-05-14T07:45:14.119Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-05-14T07:45:14.119Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-05-14T07:45:14.120Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2452024-05-14T07:45:14.120Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2462024-05-14T07:45:14.121Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-05-14T07:45:14.121Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-05-14T07:45:14.121Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-05-14T07:45:14.121Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-05-14T07:45:14.379Z+ set -o errexit
2512024-05-14T07:45:14.826Z+++ dirname ./tools/ci_download_cockroachdb
2522024-05-14T07:45:14.826Z++ cd ./tools
2532024-05-14T07:45:14.826Z++ pwd
2542024-05-14T07:45:14.827Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2552024-05-14T07:45:14.827Z++ basename ./tools/ci_download_cockroachdb
2562024-05-14T07:45:14.827Z+ ARG0=ci_download_cockroachdb
2572024-05-14T07:45:14.827Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2582024-05-14T07:45:14.827Z+ CIDL_VERSION=v22.1.9
2592024-05-14T07:45:14.827Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2602024-05-14T07:45:14.827Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2612024-05-14T07:45:14.827Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2622024-05-14T07:45:14.827Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2632024-05-14T07:45:14.828Z+ TARGET_DIR=out
2642024-05-14T07:45:14.828Z+ DOWNLOAD_DIR=out/downloads
2652024-05-14T07:45:14.828Z+ DEST_DIR=./out/cockroachdb
2662024-05-14T07:45:14.828Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2672024-05-14T07:45:14.829Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2682024-05-14T07:45:14.829Z+ main
2692024-05-14T07:45:14.829Z+ [[ 0 != 0 ]]
2702024-05-14T07:45:14.830Z+ CIDL_OS=solaris2.11
2712024-05-14T07:45:14.830Z+ [[ 0 != 0 ]]
2722024-05-14T07:45:14.830Z+ configure_os solaris2.11
2732024-05-14T07:45:14.830Z+ echo 'current directory: /work/oxidecomputer/omicron'
2742024-05-14T07:45:14.830Zcurrent directory: /work/oxidecomputer/omicron
2752024-05-14T07:45:14.830Z+ echo 'configuring based on OS: "solaris2.11"'
2762024-05-14T07:45:14.831Zconfiguring based on OS: "solaris2.11"
2772024-05-14T07:45:14.831Z+ case "$1" in
2782024-05-14T07:45:14.831Z+ CIDL_BUILD=illumos
2792024-05-14T07:45:14.831Z+ CIDL_SUFFIX=tar.gz
2802024-05-14T07:45:14.831Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-05-14T07:45:14.832Z+ CIDL_URL_BASE=https://illumos.org/downloads
2822024-05-14T07:45:14.832Z+ CIDL_ASSEMBLE=do_assemble_illumos
2832024-05-14T07:45:14.832Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2842024-05-14T07:45:14.832Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2852024-05-14T07:45:14.833Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-14T07:45:14.833Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2872024-05-14T07:45:14.833Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-14T07:45:14.833Z+ CIDL_SHA256FUNC=do_sha256sum
2892024-05-14T07:45:14.834Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902024-05-14T07:45:14.834ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-14T07:45:14.834Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-14T07:45:14.834Z+ mkdir -p out/downloads
2932024-05-14T07:45:14.835ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-14T07:45:14.835Z+ mkdir -p ./out/cockroachdb
2952024-05-14T07:45:14.835Z+ local DO_DOWNLOAD=true
2962024-05-14T07:45:14.835Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2972024-05-14T07:45:14.836Z+ '[' true == true ']'
2982024-05-14T07:45:14.836Z+ echo Downloading...
2992024-05-14T07:45:14.836ZDownloading...
3002024-05-14T07:45:14.836Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-14T07:45:14.836Z+ 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
3022024-05-14T07:45:18.315Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-14T07:45:18.339Z++ sha256sum
3042024-05-14T07:45:18.340Z++ awk '{print $1}'
3052024-05-14T07:45:18.389Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3062024-05-14T07:45:18.390Z+ [[ 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 ]]
3072024-05-14T07:45:18.400Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-14T07:45:18.400Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3092024-05-14T07:45:20.536Z+ do_assemble_illumos
3102024-05-14T07:45:20.536Z+ rm -r ./out/cockroachdb
3112024-05-14T07:45:20.546Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3122024-05-14T07:45:20.955Z+ ./out/cockroachdb/bin/cockroach version
3132024-05-14T07:45:21.176ZBuild Tag: v22.1.9-dirty
3142024-05-14T07:45:21.177ZBuild Time: 2022/10/26 21:17:46
3152024-05-14T07:45:21.177ZDistribution: OSS
3162024-05-14T07:45:21.177ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3172024-05-14T07:45:21.177ZGo Version: go1.17.13
3182024-05-14T07:45:21.178ZC Compiler: gcc 10.3.0
3192024-05-14T07:45:21.178ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3202024-05-14T07:45:21.179ZBuild Type: release
3212024-05-14T07:45:21.213Z+ set -o errexit
3222024-05-14T07:45:21.213Z+++ dirname ./tools/ci_download_clickhouse
3232024-05-14T07:45:21.213Z++ cd ./tools
3242024-05-14T07:45:21.213Z++ pwd
3252024-05-14T07:45:21.214Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3262024-05-14T07:45:21.214Z++ basename ./tools/ci_download_clickhouse
3272024-05-14T07:45:21.214Z+ ARG0=ci_download_clickhouse
3282024-05-14T07:45:21.214Z+ TARGET_DIR=out
3292024-05-14T07:45:21.214Z+ DOWNLOAD_DIR=out/downloads
3302024-05-14T07:45:21.214Z+ DEST_DIR=./out/clickhouse
3312024-05-14T07:45:21.215Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3322024-05-14T07:45:21.215Z+ CIDL_VERSION=v23.8.7.24
3332024-05-14T07:45:21.215Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3342024-05-14T07:45:21.215Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3352024-05-14T07:45:21.215Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3362024-05-14T07:45:21.215Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3372024-05-14T07:45:21.215Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3382024-05-14T07:45:21.216Z+ main
3392024-05-14T07:45:21.216Z+ [[ 0 != 0 ]]
3402024-05-14T07:45:21.216Z+ CIDL_OS=solaris2.11
3412024-05-14T07:45:21.216Z+ [[ 0 != 0 ]]
3422024-05-14T07:45:21.216Z+ configure_os solaris2.11
3432024-05-14T07:45:21.216Z+ echo 'current directory: /work/oxidecomputer/omicron'
3442024-05-14T07:45:21.217Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-05-14T07:45:21.217Zcurrent directory: /work/oxidecomputer/omicron
3462024-05-14T07:45:21.217Zconfiguring based on OS: "solaris2.11"
3472024-05-14T07:45:21.217Z+ CIDL_DASHREV=
3482024-05-14T07:45:21.217Z+ case "$1" in
3492024-05-14T07:45:21.218Z+ CIDL_PLATFORM=illumos
3502024-05-14T07:45:21.218Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3512024-05-14T07:45:21.218Z+ CIDL_MD5FUNC=do_md5sum
3522024-05-14T07:45:21.218Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3532024-05-14T07:45:21.218Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-14T07:45:21.218Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-14T07:45:21.219Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-14T07:45:21.219Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-05-14T07:45:21.219ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-14T07:45:21.219ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-14T07:45:21.219Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-05-14T07:45:21.220Z+ mkdir -p out/downloads
3612024-05-14T07:45:21.220Z+ mkdir -p ./out/clickhouse
3622024-05-14T07:45:21.220Z+ local DO_DOWNLOAD=true
3632024-05-14T07:45:21.220Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3642024-05-14T07:45:21.220Z+ '[' true == true ']'
3652024-05-14T07:45:21.220Z+ echo Downloading...
3662024-05-14T07:45:21.220ZDownloading...
3672024-05-14T07:45:21.221Z+ 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
3682024-05-14T07:45:21.221Z+ 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
3692024-05-14T07:45:22.833Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-05-14T07:45:23.269Z++ md5sum
3712024-05-14T07:45:23.269Z++ awk '{print $1}'
3722024-05-14T07:45:23.293Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3732024-05-14T07:45:23.294Z+ [[ 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 ]]
3742024-05-14T07:45:23.294Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3752024-05-14T07:45:23.294Z+ mkdir -p ./out/clickhouse
3762024-05-14T07:45:23.295Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3772024-05-14T07:45:26.950Z+ [[ solaris2.11 == darwin* ]]
3782024-05-14T07:45:26.950Z+ ./out/clickhouse/clickhouse server --version
3792024-05-14T07:45:27.200ZClickHouse server version 23.8.7.1.
3802024-05-14T07:45:28.042Z+ set -o errexit
3812024-05-14T07:45:28.042Z+++ dirname ./tools/ci_download_console
3822024-05-14T07:45:28.043Z++ cd ./tools
3832024-05-14T07:45:28.043Z++ pwd
3842024-05-14T07:45:28.043Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3852024-05-14T07:45:28.043Z++ basename ./tools/ci_download_console
3862024-05-14T07:45:28.043Z+ ARG0=ci_download_console
3872024-05-14T07:45:28.043Z+ TARGET_DIR=out
3882024-05-14T07:45:28.044Z+ DOWNLOAD_DIR=out/downloads
3892024-05-14T07:45:28.044Z+ DEST_DIR=./out/console-assets
3902024-05-14T07:45:28.044Z+ source /work/oxidecomputer/omicron/tools/console_version
3912024-05-14T07:45:28.044Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3922024-05-14T07:45:28.044Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3932024-05-14T07:45:28.044Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-14T07:45:28.044Z+ TARBALL_FILE=out/downloads/console.tar.gz
3952024-05-14T07:45:28.045Z+ main
3962024-05-14T07:45:28.045Z+ [[ 0 != 0 ]]
3972024-05-14T07:45:28.045Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3982024-05-14T07:45:28.045Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-05-14T07:45:28.045Z+ local DO_DOWNLOAD=true
4002024-05-14T07:45:28.046ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4012024-05-14T07:45:28.046ZLocal file: out/downloads/console.tar.gz
4022024-05-14T07:45:28.046Z+ [[ -f out/downloads/console.tar.gz ]]
4032024-05-14T07:45:28.046Z+ mkdir -p out/downloads
4042024-05-14T07:45:28.046Z+ '[' true == true ']'
4052024-05-14T07:45:28.047Z+ echo Downloading...
4062024-05-14T07:45:28.047ZDownloading...
4072024-05-14T07:45:28.047Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4082024-05-14T07:45:28.047Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4092024-05-14T07:45:28.165Z++ do_sha256sum out/downloads/console.tar.gz
4102024-05-14T07:45:28.165Z++ case "$OSTYPE" in
4112024-05-14T07:45:28.165Z++ SHA=sha256sum
4122024-05-14T07:45:28.165Z++ sha256sum
4132024-05-14T07:45:28.166Z++ awk '{print $1}'
4142024-05-14T07:45:28.166Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4152024-05-14T07:45:28.166Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4162024-05-14T07:45:28.166Z+ rm -rf ./out/console-assets
4172024-05-14T07:45:28.166Z+ mkdir -p ./out/console-assets
4182024-05-14T07:45:28.167Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4192024-05-14T07:45:28.167Z+ mkdir -p ./out/console-assets
4202024-05-14T07:45:28.167Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4212024-05-14T07:45:28.167Z+ set -o errexit
4222024-05-14T07:45:28.167Z+++ dirname ./tools/ci_download_dendrite_openapi
4232024-05-14T07:45:28.167Z++ cd ./tools
4242024-05-14T07:45:28.168Z++ pwd
4252024-05-14T07:45:28.168Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4262024-05-14T07:45:28.168Z++ basename ./tools/ci_download_dendrite_openapi
4272024-05-14T07:45:28.168Z+ ARG0=ci_download_dendrite_openapi
4282024-05-14T07:45:28.168Z+ TARGET_DIR=out
4292024-05-14T07:45:28.168Z+ DOWNLOAD_DIR=out/downloads
4302024-05-14T07:45:28.169Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4312024-05-14T07:45:28.169Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4322024-05-14T07:45:28.169Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4332024-05-14T07:45:28.169Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4342024-05-14T07:45:28.169Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4352024-05-14T07:45:28.169Z+ main
4362024-05-14T07:45:28.170Z+ [[ 0 != 0 ]]
4372024-05-14T07:45:28.170Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4382024-05-14T07:45:28.170ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4392024-05-14T07:45:28.170ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4402024-05-14T07:45:28.170Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4412024-05-14T07:45:28.170Z+ local DO_DOWNLOAD=true
4422024-05-14T07:45:28.171Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4432024-05-14T07:45:28.171Z+ mkdir -p out/downloads
4442024-05-14T07:45:28.171Z+ '[' true == true ']'
4452024-05-14T07:45:28.171Z+ echo Downloading...
4462024-05-14T07:45:28.171ZDownloading...
4472024-05-14T07:45:28.171Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4482024-05-14T07:45:28.171Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4492024-05-14T07:45:28.256Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4502024-05-14T07:45:28.803Z++ case "$OSTYPE" in
4512024-05-14T07:45:28.804Z++ SHA=sha256sum
4522024-05-14T07:45:28.804Z++ sha256sum
4532024-05-14T07:45:28.804Z++ awk '{print $1}'
4542024-05-14T07:45:28.804Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4552024-05-14T07:45:28.804Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4562024-05-14T07:45:28.804Z+ set -o errexit
4572024-05-14T07:45:28.804Z+++ dirname ./tools/ci_download_dendrite_stub
4582024-05-14T07:45:28.804Z++ cd ./tools
4592024-05-14T07:45:28.805Z++ pwd
4602024-05-14T07:45:28.805Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4612024-05-14T07:45:28.805Z++ basename ./tools/ci_download_dendrite_stub
4622024-05-14T07:45:28.805Z+ ARG0=ci_download_dendrite_stub
4632024-05-14T07:45:28.805Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4642024-05-14T07:45:28.805Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4652024-05-14T07:45:28.805Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4662024-05-14T07:45:28.805Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4672024-05-14T07:45:28.805Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4682024-05-14T07:45:28.805Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4692024-05-14T07:45:28.805Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4702024-05-14T07:45:28.805Z+ TARGET_DIR=out
4712024-05-14T07:45:28.806Z+ DOWNLOAD_DIR=out/downloads
4722024-05-14T07:45:28.806Z+ DEST_DIR=./out/dendrite-stub
4732024-05-14T07:45:28.806Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4742024-05-14T07:45:28.806Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4752024-05-14T07:45:28.806Z+ REPO=oxidecomputer/dendrite
4762024-05-14T07:45:28.806Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4772024-05-14T07:45:28.806Z+ main
4782024-05-14T07:45:28.806Z+ [[ 0 != 0 ]]
4792024-05-14T07:45:28.806Z+ CIDL_OS=solaris2.11
4802024-05-14T07:45:28.806Z+ [[ 0 != 0 ]]
4812024-05-14T07:45:28.806Z+ configure_os solaris2.11
4822024-05-14T07:45:28.806Z+ echo 'current directory: /work/oxidecomputer/omicron'
4832024-05-14T07:45:28.807Zcurrent directory: /work/oxidecomputer/omicron
4842024-05-14T07:45:28.807Z+ echo 'configuring based on OS: "solaris2.11"'
4852024-05-14T07:45:28.807Z+ case "$1" in
4862024-05-14T07:45:28.807Zconfiguring based on OS: "solaris2.11"
4872024-05-14T07:45:28.807Z+ SET_BINARIES=
4882024-05-14T07:45:28.807Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4892024-05-14T07:45:28.808Z+ CIDL_SHA256FUNC=do_sha256sum
4902024-05-14T07:45:28.808Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4912024-05-14T07:45:28.808Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4922024-05-14T07:45:28.808Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4932024-05-14T07:45:28.808Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4942024-05-14T07:45:28.809ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4952024-05-14T07:45:28.809Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4962024-05-14T07:45:28.809ZLocal file: out/downloads/dendrite-stub.tar.gz
4972024-05-14T07:45:28.809Z+ mkdir -p out/downloads
4982024-05-14T07:45:28.809Z+ mkdir -p ./out/dendrite-stub
4992024-05-14T07:45:28.809Z+ fetch_and_verify
5002024-05-14T07:45:28.809Z+ local DO_DOWNLOAD=true
5012024-05-14T07:45:28.809Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5022024-05-14T07:45:28.810Z+ '[' true == true ']'
5032024-05-14T07:45:28.810Z+ echo Downloading...
5042024-05-14T07:45:28.810ZDownloading...
5052024-05-14T07:45:28.810Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5062024-05-14T07:45:28.810Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5072024-05-14T07:45:48.915Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5082024-05-14T07:45:48.931Z++ sha256sum
5092024-05-14T07:45:48.931Z++ awk '{print $1}'
5102024-05-14T07:45:48.962Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5112024-05-14T07:45:48.962Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5122024-05-14T07:45:48.962Z+ do_untar out/downloads/dendrite-stub.tar.gz
5132024-05-14T07:45:48.963Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5142024-05-14T07:45:49.571Z+ do_assemble
5152024-05-14T07:45:49.571Z+ rm -r ./out/dendrite-stub
5162024-05-14T07:45:49.589Z+ mkdir ./out/dendrite-stub
5172024-05-14T07:45:49.589Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5182024-05-14T07:45:49.663Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5192024-05-14T07:45:49.670Z+ set -o errexit
5202024-05-14T07:45:49.670Z+++ dirname ./tools/ci_download_maghemite_mgd
5212024-05-14T07:45:49.671Z++ cd ./tools
5222024-05-14T07:45:49.671Z++ pwd
5232024-05-14T07:45:49.671Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242024-05-14T07:45:49.679Z++ basename ./tools/ci_download_maghemite_mgd
5252024-05-14T07:45:49.680Z+ ARG0=ci_download_maghemite_mgd
5262024-05-14T07:45:49.680Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5272024-05-14T07:45:49.680Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5282024-05-14T07:45:49.681Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5292024-05-14T07:45:49.681Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5302024-05-14T07:45:49.681Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5312024-05-14T07:45:49.682Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5322024-05-14T07:45:49.682Z+ TARGET_DIR=out
5332024-05-14T07:45:49.682Z+ DOWNLOAD_DIR=out/downloads
5342024-05-14T07:45:49.683Z+ DEST_DIR=./out/mgd
5352024-05-14T07:45:49.683Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5362024-05-14T07:45:49.683Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-05-14T07:45:49.683Z+ REPO=oxidecomputer/maghemite
5382024-05-14T07:45:49.684Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5392024-05-14T07:45:49.684Z+ main
5402024-05-14T07:45:49.684Z+ rm -rf out/downloads/root
5412024-05-14T07:45:49.699Z+ [[ 0 != 0 ]]
5422024-05-14T07:45:49.699Z+ CIDL_OS=solaris2.11
5432024-05-14T07:45:49.699Z+ [[ 0 != 0 ]]
5442024-05-14T07:45:49.699Z+ configure_os solaris2.11
5452024-05-14T07:45:49.700Z+ echo 'current directory: /work/oxidecomputer/omicron'
5462024-05-14T07:45:49.700Zcurrent directory: /work/oxidecomputer/omicron
5472024-05-14T07:45:49.700Z+ echo 'configuring based on OS: "solaris2.11"'
5482024-05-14T07:45:49.700Z+ case "$1" in
5492024-05-14T07:45:49.700Zconfiguring based on OS: "solaris2.11"
5502024-05-14T07:45:49.700Z+ SET_BINARIES=
5512024-05-14T07:45:49.701Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-05-14T07:45:49.701Z+ TARBALL_FILENAME=mgd.tar.gz
5532024-05-14T07:45:49.701Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5542024-05-14T07:45:49.701Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5552024-05-14T07:45:49.701Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5562024-05-14T07:45:49.701Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5572024-05-14T07:45:49.702ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5582024-05-14T07:45:49.702ZLocal file: out/downloads/mgd.tar.gz
5592024-05-14T07:45:49.702Z+ mkdir -p out/downloads
5602024-05-14T07:45:49.702Z+ mkdir -p ./out/mgd
5612024-05-14T07:45:49.702Z+ fetch_and_verify
5622024-05-14T07:45:49.702Z+ local DO_DOWNLOAD=true
5632024-05-14T07:45:49.702Z+ [[ -f out/downloads/mgd.tar.gz ]]
5642024-05-14T07:45:49.703Z+ '[' true == true ']'
5652024-05-14T07:45:49.703Z+ echo Downloading...
5662024-05-14T07:45:49.703ZDownloading...
5672024-05-14T07:45:49.703Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5682024-05-14T07:45:49.703Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5692024-05-14T07:46:11.655Z++ do_sha256sum out/downloads/mgd.tar.gz
5702024-05-14T07:46:11.667Z++ sha256sum
5712024-05-14T07:46:11.667Z++ awk '{print $1}'
5722024-05-14T07:46:11.680Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5732024-05-14T07:46:11.680Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5742024-05-14T07:46:11.680Z+ do_untar out/downloads/mgd.tar.gz
5752024-05-14T07:46:11.680Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5762024-05-14T07:46:12.268Z+ do_assemble
5772024-05-14T07:46:12.268Z+ rm -r ./out/mgd
5782024-05-14T07:46:12.283Z+ mkdir ./out/mgd
5792024-05-14T07:46:12.283Z+ cp -r out/downloads/root ./out/mgd/root
5802024-05-14T07:46:12.345Z+ set -o errexit
5812024-05-14T07:46:12.781Z+++ dirname ./tools/ci_download_transceiver_control
5822024-05-14T07:46:12.781Z++ cd ./tools
5832024-05-14T07:46:12.781Z++ pwd
5842024-05-14T07:46:12.781Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5852024-05-14T07:46:12.781Z++ basename ./tools/ci_download_transceiver_control
5862024-05-14T07:46:12.782Z+ ARG0=ci_download_transceiver_control
5872024-05-14T07:46:12.782Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5882024-05-14T07:46:12.782Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5892024-05-14T07:46:12.782Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5902024-05-14T07:46:12.782Z+ TARGET_DIR=out
5912024-05-14T07:46:12.782Z+ DOWNLOAD_DIR=out/downloads
5922024-05-14T07:46:12.782Z+ DEST_DIR=./out/transceiver-control
5932024-05-14T07:46:12.782Z+ BIN_DIR=/opt/oxide/bin
5942024-05-14T07:46:12.782Z+ BINARY=xcvradm
5952024-05-14T07:46:12.782Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5962024-05-14T07:46:12.782Z+ REPO=oxidecomputer/transceiver-control
5972024-05-14T07:46:12.783Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5982024-05-14T07:46:12.783Z+ main
5992024-05-14T07:46:12.783Z+ [[ 0 != 0 ]]
6002024-05-14T07:46:12.783Z+ CIDL_OS=solaris2.11
6012024-05-14T07:46:12.783Z+ [[ 0 != 0 ]]
6022024-05-14T07:46:12.783Z+ configure_os solaris2.11
6032024-05-14T07:46:12.783Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042024-05-14T07:46:12.783Z+ echo 'configuring based on OS: "solaris2.11"'
6052024-05-14T07:46:12.783Zcurrent directory: /work/oxidecomputer/omicron
6062024-05-14T07:46:12.783Zconfiguring based on OS: "solaris2.11"
6072024-05-14T07:46:12.783Z+ case "$1" in
6082024-05-14T07:46:12.783Z+ SET_BINARIES=
6092024-05-14T07:46:12.783Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6102024-05-14T07:46:12.783Z+ CIDL_SHA256FUNC=do_sha256sum
6112024-05-14T07:46:12.784Z+ ARCHIVE_FILENAME=xcvradm.gz
6122024-05-14T07:46:12.784Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-14T07:46:12.784Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6142024-05-14T07:46:12.784Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6152024-05-14T07:46:12.784Z+ echo 'Local file: out/downloads/xcvradm.gz'
6162024-05-14T07:46:12.784ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-14T07:46:12.784ZLocal file: out/downloads/xcvradm.gz
6182024-05-14T07:46:12.784Z+ mkdir -p out/downloads
6192024-05-14T07:46:12.784Z+ mkdir -p ./out/transceiver-control
6202024-05-14T07:46:12.801Z+ fetch_and_verify
6212024-05-14T07:46:12.801Z+ local DO_DOWNLOAD=true
6222024-05-14T07:46:12.801Z+ [[ -f out/downloads/xcvradm.gz ]]
6232024-05-14T07:46:12.801Z+ '[' true == true ']'
6242024-05-14T07:46:12.801Z+ echo Downloading...
6252024-05-14T07:46:12.802ZDownloading...
6262024-05-14T07:46:12.802Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6272024-05-14T07:46:12.802Z+ 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
6282024-05-14T07:46:15.960Z++ do_sha256sum out/downloads/xcvradm.gz
6292024-05-14T07:46:15.965Z++ sha256sum
6302024-05-14T07:46:15.965Z++ awk '{print $1}'
6312024-05-14T07:46:15.966Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322024-05-14T07:46:15.966Z+ [[ 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 ]]
6332024-05-14T07:46:15.966Z+ do_unpack out/downloads/xcvradm.gz
6342024-05-14T07:46:15.966Z+ mkdir -p out/downloads/root//opt/oxide/bin
6352024-05-14T07:46:15.967Z+ gzip -dc out/downloads/xcvradm.gz
6362024-05-14T07:46:16.056Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6372024-05-14T07:46:16.484Z+ do_assemble
6382024-05-14T07:46:16.484Z+ rm -r ./out/transceiver-control
6392024-05-14T07:46:16.484Z+ mkdir ./out/transceiver-control
6402024-05-14T07:46:16.484Z+ cp -r out/downloads/root ./out/transceiver-control/root
6412024-05-14T07:46:16.496Z+ set -o errexit
6422024-05-14T07:46:16.496Z+++ dirname ./tools/ci_download_thundermuffin
6432024-05-14T07:46:16.496Z++ cd ./tools
6442024-05-14T07:46:16.497Z++ pwd
6452024-05-14T07:46:16.497Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6462024-05-14T07:46:16.497Z++ basename ./tools/ci_download_thundermuffin
6472024-05-14T07:46:16.497Z+ ARG0=ci_download_thundermuffin
6482024-05-14T07:46:16.497Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6492024-05-14T07:46:16.497Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6502024-05-14T07:46:16.497Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6512024-05-14T07:46:16.497Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6522024-05-14T07:46:16.498Z+ TARGET_DIR=out
6532024-05-14T07:46:16.498Z+ DOWNLOAD_DIR=out/downloads
6542024-05-14T07:46:16.498Z+ DEST_DIR=./out/thundermuffin
6552024-05-14T07:46:16.498Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6562024-05-14T07:46:16.499Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6572024-05-14T07:46:16.499Z+ REPO=oxidecomputer/thundermuffin
6582024-05-14T07:46:16.499Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6592024-05-14T07:46:16.499Z+ main
6602024-05-14T07:46:16.500Z+ rm -rf out/downloads/root
6612024-05-14T07:46:16.500Z+ [[ 0 != 0 ]]
6622024-05-14T07:46:16.500Z+ CIDL_OS=solaris2.11
6632024-05-14T07:46:16.501Z+ [[ 0 != 0 ]]
6642024-05-14T07:46:16.501Z+ configure_os solaris2.11
6652024-05-14T07:46:16.501Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-05-14T07:46:16.501Zcurrent directory: /work/oxidecomputer/omicron
6672024-05-14T07:46:16.501Z+ echo 'configuring based on OS: "solaris2.11"'
6682024-05-14T07:46:16.502Z+ case "$1" in
6692024-05-14T07:46:16.502Zconfiguring based on OS: "solaris2.11"
6702024-05-14T07:46:16.502Z+ SET_BINARIES=
6712024-05-14T07:46:16.502Z+ CIDL_SHA256FUNC=do_sha256sum
6722024-05-14T07:46:16.503Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6732024-05-14T07:46:16.503ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6742024-05-14T07:46:16.503Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-05-14T07:46:16.503Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6762024-05-14T07:46:16.504Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6772024-05-14T07:46:16.504Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6782024-05-14T07:46:16.505Z+ mkdir -p out/downloads
6792024-05-14T07:46:16.505ZLocal file: out/downloads/thundermuffin.tar.gz
6802024-05-14T07:46:16.505Z+ mkdir -p ./out/thundermuffin
6812024-05-14T07:46:16.505Z+ fetch_and_verify
6822024-05-14T07:46:16.505Z+ local DO_DOWNLOAD=true
6832024-05-14T07:46:16.506Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6842024-05-14T07:46:16.506Z+ '[' true == true ']'
6852024-05-14T07:46:16.506Z+ echo Downloading...
6862024-05-14T07:46:16.506ZDownloading...
6872024-05-14T07:46:16.506Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6882024-05-14T07:46:16.506Z+ 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
6892024-05-14T07:46:18.085Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6902024-05-14T07:46:18.090Z++ sha256sum
6912024-05-14T07:46:18.090Z++ awk '{print $1}'
6922024-05-14T07:46:18.101Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6932024-05-14T07:46:18.101Z+ [[ 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 ]]
6942024-05-14T07:46:18.101Z+ do_untar out/downloads/thundermuffin.tar.gz
6952024-05-14T07:46:18.102Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6962024-05-14T07:46:18.158Z+ do_assemble
6972024-05-14T07:46:18.159Z+ rm -r ./out/thundermuffin
6982024-05-14T07:46:18.168Z+ mkdir ./out/thundermuffin
6992024-05-14T07:46:18.169Z+ cp -r out/downloads/root ./out/thundermuffin/root
7002024-05-14T07:46:18.172ZAll prerequisites installed successfully
7012024-05-14T07:46:18.179Z
7022024-05-14T07:46:18.180Zreal 2:21.754364517
7032024-05-14T07:46:18.180Zuser 37.047490158
7042024-05-14T07:46:18.180Zsys 7.089085282
7052024-05-14T07:46:18.180Ztrap 0.009122848
7062024-05-14T07:46:18.180Ztflt 0.173101946
7072024-05-14T07:46:18.180Zdflt 0.178849308
7082024-05-14T07:46:18.180Zkflt 0.182849200
7092024-05-14T07:46:18.180Zlock 1.426620754
7102024-05-14T07:46:18.180Zslp 5:09.810508475
7112024-05-14T07:46:18.180Zlat 2.081055223
7122024-05-14T07:46:18.180Zstop 0.134241412
7132024-05-14T07:46:18.180Z+ ptime -m ./tools/ci_download_softnpu_machinery
7142024-05-14T07:46:18.184Zfetching npuzone
7152024-05-14T07:46:18.190ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7162024-05-14T07:46:18.190Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7172024-05-14T07:46:18.190ZGetting hash for npuzone
7182024-05-14T07:46:18.275Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7192024-05-14T07:46:31.762Znpuzone downloaded successfully
7202024-05-14T07:46:31.771Z
7212024-05-14T07:46:31.771Zreal 13.582326823
7222024-05-14T07:46:31.772Zuser 0.277299713
7232024-05-14T07:46:31.772Zsys 0.111901994
7242024-05-14T07:46:31.772Ztrap 0.000023855
7252024-05-14T07:46:31.772Ztflt 0.000000000
7262024-05-14T07:46:31.772Zdflt 0.000005728
7272024-05-14T07:46:31.772Zkflt 0.000000000
7282024-05-14T07:46:31.772Zlock 0.000000000
7292024-05-14T07:46:31.772Zslp 40.244075119
7302024-05-14T07:46:31.772Zlat 0.083981654
7312024-05-14T07:46:31.773Zstop 0.000205056
7322024-05-14T07:46:31.773Z+ export CARGO_INCREMENTAL=0
7332024-05-14T07:46:31.773Z+ CARGO_INCREMENTAL=0
7342024-05-14T07:46:31.773Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7352024-05-14T07:46:31.973Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7362024-05-14T07:46:32.306Z Updating git repository `https://github.com/oxidecomputer/zone`
7372024-05-14T07:46:32.589Z Updating crates.io index
7382024-05-14T07:46:32.686Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7392024-05-14T07:46:33.499Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7402024-05-14T07:46:34.188Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7412024-05-14T07:46:36.177Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7422024-05-14T07:46:36.748Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7432024-05-14T07:46:37.031Z Updating git repository `https://github.com/oxidecomputer/propolis`
7442024-05-14T07:46:38.224Z Updating git repository `https://github.com/oxidecomputer/crucible`
7452024-05-14T07:46:39.976Z Updating git repository `https://github.com/oxidecomputer/opte`
7462024-05-14T07:46:41.068Z Updating git repository `https://github.com/oxidecomputer/falcon`
7472024-05-14T07:46:41.797Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7482024-05-14T07:46:42.118Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7492024-05-14T07:46:42.704Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7502024-05-14T07:46:43.213Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7512024-05-14T07:46:43.375Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7522024-05-14T07:46:43.753Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7532024-05-14T07:46:44.043Z Updating git repository `http://github.com/oxidecomputer/tofino`
7542024-05-14T07:46:44.404Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7552024-05-14T07:46:44.657Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7562024-05-14T07:46:44.929Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7572024-05-14T07:46:45.262Z Updating git repository `https://github.com/oxidecomputer/ispf`
7582024-05-14T07:46:45.591Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7592024-05-14T07:46:45.992Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7602024-05-14T07:46:46.594Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7612024-05-14T07:46:46.976Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7622024-05-14T07:46:48.541Z Updating git repository `https://github.com/jgallagher/nix`
7632024-05-14T07:46:48.603Z Updating git repository `https://github.com/cbiffle/hubpack`
7642024-05-14T07:46:48.668Z Updating git repository `https://github.com/oxidecomputer/typify`
7652024-05-14T07:46:50.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7662024-05-14T07:46:51.193Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7672024-05-14T07:46:51.509Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7682024-05-14T07:46:51.977Z Updating git repository `https://github.com/oxidecomputer/rfb`
7692024-05-14T07:46:53.045Z Downloading crates ...
7702024-05-14T07:46:53.133Z Downloaded aead v0.5.2
7712024-05-14T07:46:53.144Z Downloaded allocator-api2 v0.2.16
7722024-05-14T07:46:53.144Z Downloaded anstyle v1.0.7
7732024-05-14T07:46:53.154Z Downloaded adler v1.0.2
7742024-05-14T07:46:53.154Z Downloaded heck v0.3.3
7752024-05-14T07:46:53.154Z Downloaded arc-swap v1.6.0
7762024-05-14T07:46:53.158Z Downloaded heck v0.5.0
7772024-05-14T07:46:53.163Z Downloaded anstream v0.6.11
7782024-05-14T07:46:53.163Z Downloaded crossbeam-utils v0.8.19
7792024-05-14T07:46:53.167Z Downloaded anyhow v1.0.83
7802024-05-14T07:46:53.177Z Downloaded bitflags v2.4.2
7812024-05-14T07:46:53.177Z Downloaded iana-time-zone v0.1.57
7822024-05-14T07:46:53.177Z Downloaded backtrace v0.3.69
7832024-05-14T07:46:53.180Z Downloaded autocfg v1.1.0
7842024-05-14T07:46:53.183Z Downloaded bytes v1.6.0
7852024-05-14T07:46:53.186Z Downloaded atty v0.2.14
7862024-05-14T07:46:53.189Z Downloaded atomic-waker v1.1.1
7872024-05-14T07:46:53.189Z Downloaded base64 v0.22.1
7882024-05-14T07:46:53.193Z Downloaded async-recursion v1.1.1
7892024-05-14T07:46:53.196Z Downloaded idna v0.5.0
7902024-05-14T07:46:53.207Z Downloaded impl-trait-for-tuples v0.2.2
7912024-05-14T07:46:53.211Z Downloaded cfg_aliases v0.1.1
7922024-05-14T07:46:53.211Z Downloaded async-stream-impl v0.3.5
7932024-05-14T07:46:53.211Z Downloaded base64 v0.13.1
7942024-05-14T07:46:53.215Z Downloaded hmac v0.12.1
7952024-05-14T07:46:53.222Z Downloaded base16ct v0.2.0
7962024-05-14T07:46:53.222Z Downloaded http v0.2.12
7972024-05-14T07:46:53.225Z Downloaded matches v0.1.10
7982024-05-14T07:46:53.225Z Downloaded bitstruct_derive v0.1.0
7992024-05-14T07:46:53.236Z Downloaded is_ci v1.2.0
8002024-05-14T07:46:53.236Z Downloaded hubpack_derive v0.1.1
8012024-05-14T07:46:53.240Z Downloaded ident_case v1.0.1
8022024-05-14T07:46:53.240Z Downloaded normalize-line-endings v0.3.0
8032024-05-14T07:46:53.240Z Downloaded http-range v0.1.5
8042024-05-14T07:46:53.240Z Downloaded camino-tempfile v1.1.1
8052024-05-14T07:46:53.240Z Downloaded byteorder v1.5.0
8062024-05-14T07:46:53.241Z Downloaded num-conv v0.1.0
8072024-05-14T07:46:53.241Z Downloaded libefi-sys v0.1.0
8082024-05-14T07:46:53.244Z Downloaded hyper-staticfile v0.9.5
8092024-05-14T07:46:53.244Z Downloaded castaway v0.2.2
8102024-05-14T07:46:53.248Z Downloaded bytecount v0.6.3
8112024-05-14T07:46:53.248Z Downloaded is-terminal v0.4.9
8122024-05-14T07:46:53.251Z Downloaded lazy_static v1.4.0
8132024-05-14T07:46:53.251Z Downloaded humantime v2.1.0
8142024-05-14T07:46:53.255Z Downloaded keccak v0.1.4
8152024-05-14T07:46:53.255Z Downloaded newtype_derive v0.1.6
8162024-05-14T07:46:53.259Z Downloaded lalrpop-util v0.19.12
8172024-05-14T07:46:53.259Z Downloaded home v0.5.5
8182024-05-14T07:46:53.259Z Downloaded match_cfg v0.1.0
8192024-05-14T07:46:53.259Z Downloaded block-buffer v0.10.4
8202024-05-14T07:46:53.262Z Downloaded bitflags v1.3.2
8212024-05-14T07:46:53.265Z Downloaded newline-converter v0.3.0
8222024-05-14T07:46:53.265Z Downloaded new_debug_unreachable v1.0.4
8232024-05-14T07:46:53.268Z Downloaded bcs v0.1.6
8242024-05-14T07:46:53.268Z Downloaded scroll_derive v0.12.0
8252024-05-14T07:46:53.279Z Downloaded cfg-if v1.0.0
8262024-05-14T07:46:53.279Z Downloaded cexpr v0.6.0
8272024-05-14T07:46:53.279Z Downloaded hyper-tls v0.5.0
8282024-05-14T07:46:53.279Z Downloaded stability v0.2.0
8292024-05-14T07:46:53.279Z Downloaded bitfield v0.14.0
8302024-05-14T07:46:53.279Z Downloaded array-init v0.0.4
8312024-05-14T07:46:53.279Z Downloaded cipher v0.4.4
8322024-05-14T07:46:53.282Z Downloaded linear-map v1.2.0
8332024-05-14T07:46:53.286Z Downloaded signal-hook-tokio v0.3.1
8342024-05-14T07:46:53.286Z Downloaded ciborium-ll v0.2.2
8352024-05-14T07:46:53.286Z Downloaded chacha20 v0.9.1
8362024-05-14T07:46:53.289Z Downloaded bzip2 v0.4.4
8372024-05-14T07:46:53.292Z Downloaded memmap v0.7.0
8382024-05-14T07:46:53.292Z Downloaded num-derive v0.4.0
8392024-05-14T07:46:53.295Z Downloaded try-lock v0.2.4
8402024-05-14T07:46:53.295Z Downloaded const_format_proc_macros v0.2.32
8412024-05-14T07:46:53.299Z Downloaded time-core v0.1.2
8422024-05-14T07:46:53.302Z Downloaded hyper-rustls v0.24.2
8432024-05-14T07:46:53.302Z Downloaded want v0.3.1
8442024-05-14T07:46:53.304Z Downloaded cpufeatures v0.2.12
8452024-05-14T07:46:53.304Z Downloaded waitgroup v0.1.2
8462024-05-14T07:46:53.307Z Downloaded newtype-uuid v1.1.0
8472024-05-14T07:46:53.307Z Downloaded crc v3.0.1
8482024-05-14T07:46:53.311Z Downloaded nodrop v0.1.14
8492024-05-14T07:46:53.314Z Downloaded mime v0.3.17
8502024-05-14T07:46:53.314Z Downloaded md-5 v0.10.5
8512024-05-14T07:46:53.314Z Downloaded rpassword v7.3.1
8522024-05-14T07:46:53.320Z Downloaded memoffset v0.7.1
8532024-05-14T07:46:53.320Z Downloaded maplit v1.0.2
8542024-05-14T07:46:53.323Z Downloaded ipnetwork v0.20.0
8552024-05-14T07:46:53.323Z Downloaded libsw v3.3.1
8562024-05-14T07:46:53.323Z Downloaded corncobs v0.1.3
8572024-05-14T07:46:53.327Z Downloaded dtrace-parser v0.2.0
8582024-05-14T07:46:53.327Z Downloaded crucible-workspace-hack v0.1.0
8592024-05-14T07:46:53.327Z Downloaded nibble_vec v0.1.0
8602024-05-14T07:46:53.330Z Downloaded strip-ansi-escapes v0.2.0
8612024-05-14T07:46:53.330Z Downloaded macaddr v1.0.1
8622024-05-14T07:46:53.333Z Downloaded tabwriter v1.4.0
8632024-05-14T07:46:53.333Z Downloaded diesel_table_macro_syntax v0.1.0
8642024-05-14T07:46:53.336Z Downloaded thiserror-impl-no-std v2.0.2
8652024-05-14T07:46:53.337Z Downloaded fxhash v0.2.1
8662024-05-14T07:46:53.337Z Downloaded indexmap v1.9.3
8672024-05-14T07:46:53.341Z Downloaded signature v2.1.0
8682024-05-14T07:46:53.343Z Downloaded futures-sink v0.3.30
8692024-05-14T07:46:53.344Z Downloaded signal-hook-registry v1.4.1
8702024-05-14T07:46:53.349Z Downloaded serde_path_to_error v0.1.16
8712024-05-14T07:46:53.349Z Downloaded console v0.15.8
8722024-05-14T07:46:53.353Z Downloaded opaque-debug v0.3.0
8732024-05-14T07:46:53.353Z Downloaded precomputed-hash v0.1.1
8742024-05-14T07:46:53.356Z Downloaded cobs v0.2.3
8752024-05-14T07:46:53.356Z Downloaded nu-ansi-term v0.50.0
8762024-05-14T07:46:53.356Z Downloaded nanorand v0.7.0
8772024-05-14T07:46:53.359Z Downloaded untrusted v0.7.1
8782024-05-14T07:46:53.364Z Downloaded usdt v0.5.0
8792024-05-14T07:46:53.364Z Downloaded untrusted v0.9.0
8802024-05-14T07:46:53.368Z Downloaded crossbeam-epoch v0.9.18
8812024-05-14T07:46:53.368Z Downloaded native-tls v0.2.11
8822024-05-14T07:46:53.371Z Downloaded mime_guess v2.0.4
8832024-05-14T07:46:53.374Z Downloaded serde_with_macros v3.7.0
8842024-05-14T07:46:53.374Z Downloaded sct v0.7.0
8852024-05-14T07:46:53.378Z Downloaded lock_api v0.4.10
8862024-05-14T07:46:53.381Z Downloaded slog-term v2.9.1
8872024-05-14T07:46:53.384Z Downloaded float-cmp v0.9.0
8882024-05-14T07:46:53.387Z Downloaded flagset v0.4.3
8892024-05-14T07:46:53.387Z Downloaded signature v1.6.4
8902024-05-14T07:46:53.393Z Downloaded blake2 v0.10.6
8912024-05-14T07:46:53.396Z Downloaded swrite v0.1.0
8922024-05-14T07:46:53.396Z Downloaded futures-task v0.3.30
8932024-05-14T07:46:53.397Z Downloaded futures-macro v0.3.30
8942024-05-14T07:46:53.397Z Downloaded sha1 v0.10.6
8952024-05-14T07:46:53.400Z Downloaded topological-sort v0.2.2
8962024-05-14T07:46:53.400Z Downloaded futures-io v0.3.30
8972024-05-14T07:46:53.400Z Downloaded const-oid v0.9.6
8982024-05-14T07:46:53.403Z Downloaded futures-executor v0.3.30
8992024-05-14T07:46:53.406Z Downloaded equivalent v1.0.1
9002024-05-14T07:46:53.406Z Downloaded either v1.11.0
9012024-05-14T07:46:53.409Z Downloaded ed25519 v1.5.3
9022024-05-14T07:46:53.409Z Downloaded cstr-argument v0.1.2
9032024-05-14T07:46:53.412Z Downloaded rand_chacha v0.3.1
9042024-05-14T07:46:53.413Z Downloaded psl-types v2.0.11
9052024-05-14T07:46:53.416Z Downloaded powerfmt v0.2.0
9062024-05-14T07:46:53.416Z Downloaded zerocopy-derive v0.7.32
9072024-05-14T07:46:53.420Z Downloaded pest_generator v2.7.6
9082024-05-14T07:46:53.424Z Downloaded csv-core v0.1.11
9092024-05-14T07:46:53.429Z Downloaded mockall_derive v0.12.1
9102024-05-14T07:46:53.429Z Downloaded parse-size v1.0.0
9112024-05-14T07:46:53.429Z Downloaded miniz_oxide v0.7.1
9122024-05-14T07:46:53.434Z Downloaded rustfmt-wrapper v0.2.1
9132024-05-14T07:46:53.434Z Downloaded slog-json v2.6.1
9142024-05-14T07:46:53.437Z Downloaded slog-envlogger v2.2.0
9152024-05-14T07:46:53.437Z Downloaded ppv-lite86 v0.2.17
9162024-05-14T07:46:53.445Z Downloaded ref-cast v1.0.22
9172024-05-14T07:46:53.449Z Downloaded predicates-tree v1.0.9
9182024-05-14T07:46:53.449Z Downloaded spin v0.5.2
9192024-05-14T07:46:53.449Z Downloaded terminal_size v0.3.0
9202024-05-14T07:46:53.449Z Downloaded thread_local v1.1.7
9212024-05-14T07:46:53.449Z Downloaded path-slash v0.1.5
9222024-05-14T07:46:53.449Z Downloaded tui-tree-widget v0.19.0
9232024-05-14T07:46:53.462Z Downloaded wait-timeout v0.2.0
9242024-05-14T07:46:53.463Z Downloaded termios v0.3.3
9252024-05-14T07:46:53.463Z Downloaded termtree v0.4.1
9262024-05-14T07:46:53.463Z Downloaded filetime v0.2.23
9272024-05-14T07:46:53.463Z Downloaded deranged v0.3.11
9282024-05-14T07:46:53.466Z Downloaded pkcs1 v0.7.5
9292024-05-14T07:46:53.466Z Downloaded num_enum_derive v0.5.11
9302024-05-14T07:46:53.466Z Downloaded ff v0.13.0
9312024-05-14T07:46:53.466Z Downloaded fd-lock v4.0.2
9322024-05-14T07:46:53.470Z Downloaded headers v0.3.9
9332024-05-14T07:46:53.482Z Downloaded tower-service v0.3.2
9342024-05-14T07:46:53.482Z Downloaded darling_macro v0.20.8
9352024-05-14T07:46:53.489Z Downloaded toolchain_find v0.4.0
9362024-05-14T07:46:53.489Z Downloaded stable_deref_trait v1.2.0
9372024-05-14T07:46:53.490Z Downloaded tiny-keccak v2.0.2
9382024-05-14T07:46:53.490Z Downloaded predicates-core v1.0.6
9392024-05-14T07:46:53.490Z Downloaded scroll v0.12.0
9402024-05-14T07:46:53.491Z Downloaded const_format v0.2.32
9412024-05-14T07:46:53.497Z Downloaded r2d2 v0.8.10
9422024-05-14T07:46:53.497Z Downloaded crypto-common v0.1.6
9432024-05-14T07:46:53.497Z Downloaded pest_derive v2.7.6
9442024-05-14T07:46:53.505Z Downloaded rusty-fork v0.3.0
9452024-05-14T07:46:53.505Z Downloaded zone_cfg_derive v0.1.2
9462024-05-14T07:46:53.505Z Downloaded usdt-macro v0.5.0
9472024-05-14T07:46:53.505Z Downloaded smf v0.2.3
9482024-05-14T07:46:53.506Z Downloaded slog-stdlog v4.1.1
9492024-05-14T07:46:53.516Z Downloaded whoami v1.5.1
9502024-05-14T07:46:53.516Z Downloaded group v0.13.0
9512024-05-14T07:46:53.516Z Downloaded fnv v1.0.7
9522024-05-14T07:46:53.516Z Downloaded termcolor v1.2.0
9532024-05-14T07:46:53.517Z Downloaded papergrid v0.11.0
9542024-05-14T07:46:53.524Z Downloaded diesel_derives v2.1.2
9552024-05-14T07:46:53.524Z Downloaded tracing-attributes v0.1.27
9562024-05-14T07:46:53.524Z Downloaded paste v1.0.14
9572024-05-14T07:46:53.529Z Downloaded radium v0.7.0
9582024-05-14T07:46:53.530Z Downloaded predicates v3.1.0
9592024-05-14T07:46:53.535Z Downloaded sha2 v0.10.8
9602024-05-14T07:46:53.535Z Downloaded digest v0.10.7
9612024-05-14T07:46:53.570Z Downloaded base64 v0.21.7
9622024-05-14T07:46:53.570Z Downloaded ref-cast-impl v1.0.22
9632024-05-14T07:46:53.570Z Downloaded peeking_take_while v0.1.2
9642024-05-14T07:46:53.570Z Downloaded scheduled-thread-pool v0.2.7
9652024-05-14T07:46:53.571Z Downloaded same-file v1.0.6
9662024-05-14T07:46:53.571Z Downloaded spin v0.9.8
9672024-05-14T07:46:53.571Z Downloaded tinyvec_macros v0.1.1
9682024-05-14T07:46:53.571Z Downloaded form_urlencoded v1.2.1
9692024-05-14T07:46:53.572Z Downloaded serde-big-array v0.4.1
9702024-05-14T07:46:53.572Z Downloaded fragile v2.0.0
9712024-05-14T07:46:53.572Z Downloaded strum_macros v0.25.2
9722024-05-14T07:46:53.591Z Downloaded toml_datetime v0.6.5
9732024-05-14T07:46:53.591Z Downloaded num-iter v0.1.45
9742024-05-14T07:46:53.591Z Downloaded strum_macros v0.24.3
9752024-05-14T07:46:53.591Z Downloaded openssl-probe v0.1.5
9762024-05-14T07:46:53.591Z Downloaded derive_builder v0.20.0
9772024-05-14T07:46:53.591Z Downloaded quick-error v1.2.3
9782024-05-14T07:46:53.592Z Downloaded url v2.5.0
9792024-05-14T07:46:53.592Z Downloaded crossbeam-channel v0.5.8
9802024-05-14T07:46:53.592Z Downloaded pretty-hex v0.2.1
9812024-05-14T07:46:53.592Z Downloaded xattr v1.0.1
9822024-05-14T07:46:53.592Z Downloaded num-bigint v0.4.4
9832024-05-14T07:46:53.592Z Downloaded darling v0.20.8
9842024-05-14T07:46:53.597Z Downloaded serde-big-array v0.5.1
9852024-05-14T07:46:53.598Z Downloaded serde_spanned v0.6.5
9862024-05-14T07:46:53.598Z Downloaded serde_repr v0.1.16
9872024-05-14T07:46:53.598Z Downloaded structmeta-derive v0.3.0
9882024-05-14T07:46:54.024Z Downloaded structmeta-derive v0.2.0
9892024-05-14T07:46:54.024Z Downloaded tap v1.0.1
9902024-05-14T07:46:54.024Z Downloaded slog-async v2.8.0
9912024-05-14T07:46:54.024Z Downloaded serde_derive v1.0.201
9922024-05-14T07:46:54.043Z Downloaded phf_shared v0.10.0
9932024-05-14T07:46:54.043Z Downloaded zeroize_derive v1.4.2
9942024-05-14T07:46:54.043Z Downloaded memchr v2.7.1
9952024-05-14T07:46:54.043Z Downloaded sigpipe v0.1.3
9962024-05-14T07:46:54.043Z Downloaded rand_seeder v0.2.3
9972024-05-14T07:46:54.043Z Downloaded errno v0.3.8
9982024-05-14T07:46:54.043Z Downloaded fastrand v2.0.1
9992024-05-14T07:46:54.043Z Downloaded erased-serde v0.3.31
10002024-05-14T07:46:54.043Z Downloaded slog-bunyan v2.5.0
10012024-05-14T07:46:54.044Z Downloaded schemars_derive v0.8.17
10022024-05-14T07:46:54.044Z Downloaded strum_macros v0.26.1
10032024-05-14T07:46:54.044Z Downloaded phf v0.11.2
10042024-05-14T07:46:54.044Z Downloaded derive-where v1.2.7
10052024-05-14T07:46:54.044Z Downloaded tokio-postgres v0.7.10
10062024-05-14T07:46:54.044Z Downloaded vte_generate_state_changes v0.1.1
10072024-05-14T07:46:54.044Z Downloaded minimal-lexical v0.2.1
10082024-05-14T07:46:54.044Z Downloaded pin-project v1.1.3
10092024-05-14T07:46:54.044Z Downloaded unicode-linebreak v0.1.5
10102024-05-14T07:46:54.044Z Downloaded thiserror-impl v1.0.59
10112024-05-14T07:46:54.044Z Downloaded supports-color v3.0.0
10122024-05-14T07:46:54.044Z Downloaded parse-display v0.9.0
10132024-05-14T07:46:54.044Z Downloaded foreign-types v0.5.0
10142024-05-14T07:46:54.044Z Downloaded slog v2.7.0
10152024-05-14T07:46:54.045Z Downloaded headers-core v0.2.0
10162024-05-14T07:46:54.045Z Downloaded elliptic-curve v0.13.8
10172024-05-14T07:46:54.045Z Downloaded embedded-io v0.4.0
10182024-05-14T07:46:54.045Z Downloaded mio v0.8.11
10192024-05-14T07:46:54.045Z Downloaded take_mut v0.2.2
10202024-05-14T07:46:54.045Z Downloaded sync_wrapper v0.1.2
10212024-05-14T07:46:54.045Z Downloaded libxml v0.3.3
10222024-05-14T07:46:54.045Z Downloaded glob v0.3.1
10232024-05-14T07:46:54.045Z Downloaded dof v0.3.0
10242024-05-14T07:46:54.045Z Downloaded dof v0.1.5
10252024-05-14T07:46:54.045Z Downloaded darling_core v0.20.8
10262024-05-14T07:46:54.045Z Downloaded tracing-core v0.1.32
10272024-05-14T07:46:54.045Z Downloaded endian-type v0.1.2
10282024-05-14T07:46:54.045Z Downloaded ron v0.8.1
10292024-05-14T07:46:54.045Z Downloaded subtle v2.5.0
10302024-05-14T07:46:54.045Z Downloaded defmt-macros v0.3.6
10312024-05-14T07:46:54.045Z Downloaded utf-8 v0.7.6
10322024-05-14T07:46:54.045Z Downloaded toml v0.7.8
10332024-05-14T07:46:54.046Z Downloaded hash32 v0.2.1
10342024-05-14T07:46:54.046Z Downloaded packed_struct v0.10.1
10352024-05-14T07:46:54.046Z Downloaded usdt-attr-macro v0.5.0
10362024-05-14T07:46:54.046Z Downloaded owo-colors v4.0.0
10372024-05-14T07:46:54.046Z Downloaded tough v0.17.1
10382024-05-14T07:46:54.046Z Downloaded zerocopy v0.3.0
10392024-05-14T07:46:54.046Z Downloaded version_check v0.9.4
10402024-05-14T07:46:54.046Z Downloaded uzers v0.11.3
10412024-05-14T07:46:54.046Z Downloaded rustversion v1.0.14
10422024-05-14T07:46:54.046Z Downloaded futures-channel v0.3.30
10432024-05-14T07:46:54.046Z Downloaded slog-scope v4.4.0
10442024-05-14T07:46:54.046Z Downloaded slog-dtrace v0.3.0
10452024-05-14T07:46:54.046Z Downloaded openssl-macros v0.1.1
10462024-05-14T07:46:54.046Z Downloaded postgres-types v0.2.6
10472024-05-14T07:46:54.046Z Downloaded tracing v0.1.40
10482024-05-14T07:46:54.046Z Downloaded rtoolbox v0.0.1
10492024-05-14T07:46:54.046Z Downloaded num_threads v0.1.6
10502024-05-14T07:46:54.046Z Downloaded getopts v0.2.21
10512024-05-14T07:46:54.046Z Downloaded difflib v0.4.0
10522024-05-14T07:46:54.046Z Downloaded num_cpus v1.16.0
10532024-05-14T07:46:54.046Z Downloaded libm v0.2.7
10542024-05-14T07:46:54.046Z Downloaded sqlparser_derive v0.2.2
10552024-05-14T07:46:54.046Z Downloaded serde-hex v0.1.0
10562024-05-14T07:46:54.047Z Downloaded zip v0.6.6
10572024-05-14T07:46:54.047Z Downloaded hash32 v0.3.1
10582024-05-14T07:46:54.047Z Downloaded curve25519-dalek-derive v0.1.0
10592024-05-14T07:46:54.047Z Downloaded siphasher v0.3.11
10602024-05-14T07:46:54.047Z Downloaded yasna v0.5.2
10612024-05-14T07:46:54.047Z Downloaded secrecy v0.8.0
10622024-05-14T07:46:54.047Z Downloaded gethostname v0.4.3
10632024-05-14T07:46:54.047Z Downloaded strum v0.26.2
10642024-05-14T07:46:54.047Z Downloaded env_logger v0.10.0
10652024-05-14T07:46:54.047Z Downloaded poly1305 v0.8.0
10662024-05-14T07:46:54.047Z Downloaded postcard v1.0.8
10672024-05-14T07:46:54.047Z Downloaded utf8parse v0.2.1
10682024-05-14T07:46:54.047Z Downloaded usdt-macro v0.3.5
10692024-05-14T07:46:54.047Z Downloaded itertools v0.10.5
10702024-05-14T07:46:54.047Z Downloaded usdt-impl v0.5.0
10712024-05-14T07:46:54.047Z Downloaded pretty-hex v0.4.1
10722024-05-14T07:46:54.047Z Downloaded number_prefix v0.4.0
10732024-05-14T07:46:54.047Z Downloaded blake3 v1.5.0
10742024-05-14T07:46:54.047Z Downloaded num_enum v0.5.11
10752024-05-14T07:46:54.047Z Downloaded subprocess v0.2.9
10762024-05-14T07:46:54.047Z Downloaded ron v0.7.1
10772024-05-14T07:46:54.047Z Downloaded structmeta v0.3.0
10782024-05-14T07:46:54.047Z Downloaded structmeta v0.2.0
10792024-05-14T07:46:54.047Z Downloaded generic-array v0.14.7
10802024-05-14T07:46:54.048Z Downloaded pem-rfc7468 v0.7.0
10812024-05-14T07:46:54.048Z Downloaded oso-derive v0.27.3
10822024-05-14T07:46:54.048Z Downloaded dtrace-parser v0.1.14
10832024-05-14T07:46:54.048Z Downloaded pin-utils v0.1.0
10842024-05-14T07:46:54.048Z Downloaded serde_tokenstream v0.2.0
10852024-05-14T07:46:54.048Z Downloaded downcast v0.11.0
10862024-05-14T07:46:54.048Z Downloaded display-error-chain v0.2.0
10872024-05-14T07:46:54.048Z Downloaded reqwest v0.11.27
10882024-05-14T07:46:54.048Z Downloaded usdt-attr-macro v0.3.5
10892024-05-14T07:46:54.048Z Downloaded portpicker v0.1.1
10902024-05-14T07:46:54.048Z Downloaded proc-macro-error-attr v1.0.4
10912024-05-14T07:46:54.048Z Downloaded debug-ignore v1.0.5
10922024-05-14T07:46:54.055Z Downloaded pin-project-internal v1.1.3
10932024-05-14T07:46:54.055Z Downloaded rustc_version v0.4.0
10942024-05-14T07:46:54.056Z Downloaded string_cache v0.8.7
10952024-05-14T07:46:54.056Z Downloaded tempfile v3.10.1
10962024-05-14T07:46:54.056Z Downloaded futures-core v0.3.30
10972024-05-14T07:46:54.056Z Downloaded serde_derive_internals v0.29.0
10982024-05-14T07:46:54.056Z Downloaded semver v1.0.22
10992024-05-14T07:46:54.056Z Downloaded dirs-sys-next v0.1.2
11002024-05-14T07:46:54.056Z Downloaded schemars v0.8.17
11012024-05-14T07:46:54.056Z Downloaded rustls-pki-types v1.3.0
11022024-05-14T07:46:54.056Z Downloaded universal-hash v0.5.1
11032024-05-14T07:46:54.056Z Downloaded derive_builder_macro v0.20.0
11042024-05-14T07:46:54.056Z Downloaded proc-macro-error v1.0.4
11052024-05-14T07:46:54.056Z Downloaded defmt-parser v0.3.3
11062024-05-14T07:46:54.056Z Downloaded pest_meta v2.7.6
11072024-05-14T07:46:54.056Z Downloaded expectorate v1.1.0
11082024-05-14T07:46:54.056Z Downloaded trust-dns-resolver v0.22.0
11092024-05-14T07:46:54.056Z Downloaded toml_edit v0.22.12
11102024-05-14T07:46:54.056Z Downloaded semver v0.1.20
11112024-05-14T07:46:54.056Z Downloaded peg-runtime v0.8.3
11122024-05-14T07:46:54.056Z Downloaded olpc-cjson v0.1.3
11132024-05-14T07:46:54.056Z Downloaded env_logger v0.9.3
11142024-05-14T07:46:54.056Z Downloaded rustls-pemfile v2.1.2
11152024-05-14T07:46:54.056Z Downloaded similar v2.4.0
11162024-05-14T07:46:54.056Z Downloaded zeroize v1.7.0
11172024-05-14T07:46:54.057Z Downloaded rustyline v14.0.0
11182024-05-14T07:46:54.057Z Downloaded pkcs8 v0.10.2
11192024-05-14T07:46:54.057Z Downloaded tabled v0.15.0
11202024-05-14T07:46:54.057Z Downloaded rustc-demangle v0.1.23
11212024-05-14T07:46:54.057Z Downloaded crypto-bigint v0.5.2
11222024-05-14T07:46:54.057Z Downloaded rayon v1.10.0
11232024-05-14T07:46:54.057Z Downloaded derive_more v0.99.17
11242024-05-14T07:46:54.057Z Downloaded signal-hook v0.3.17
11252024-05-14T07:46:54.057Z Downloaded publicsuffix v2.2.3
11262024-05-14T07:46:54.057Z Downloaded rand v0.8.5
11272024-05-14T07:46:54.057Z Downloaded snafu v0.8.2
11282024-05-14T07:46:54.057Z Downloaded unicode-ident v1.0.12
11292024-05-14T07:46:54.057Z Downloaded oso v0.27.3
11302024-05-14T07:46:54.057Z Downloaded chrono v0.4.38
11312024-05-14T07:46:54.057Z Downloaded toml v0.5.11
11322024-05-14T07:46:54.057Z Downloaded unicode-segmentation v1.10.1
11332024-05-14T07:46:54.057Z Downloaded prettyplease v0.2.20
11342024-05-14T07:46:54.057Z Downloaded reedline v0.31.0
11352024-05-14T07:46:54.057Z Downloaded steno v0.4.0
11362024-05-14T07:46:54.057Z Downloaded hashbrown v0.13.2
11372024-05-14T07:46:54.057Z Downloaded diff v0.1.13
11382024-05-14T07:46:54.062Z Downloaded unicode-bidi v0.3.15
11392024-05-14T07:46:54.065Z Downloaded hyper v0.14.28
11402024-05-14T07:46:54.073Z Downloaded unicode_categories v0.1.1
11412024-05-14T07:46:54.077Z Downloaded zerocopy v0.7.32
11422024-05-14T07:46:54.093Z Downloaded der v0.7.8
11432024-05-14T07:46:54.097Z Downloaded h2 v0.3.26
11442024-05-14T07:46:54.104Z Downloaded pest v2.7.6
11452024-05-14T07:46:54.110Z Downloaded rustls v0.21.9
11462024-05-14T07:46:54.126Z Downloaded hashbrown v0.14.3
11472024-05-14T07:46:54.130Z Downloaded unicode-normalization v0.1.22
11482024-05-14T07:46:54.135Z Downloaded sqlparser v0.45.0
11492024-05-14T07:46:54.142Z Downloaded quick-xml v0.31.0
11502024-05-14T07:46:54.146Z Downloaded vcpkg v0.2.15
11512024-05-14T07:46:54.184Z Downloaded rustls-webpki v0.102.1
11522024-05-14T07:46:54.203Z Downloaded radix_trie v0.2.1
11532024-05-14T07:46:54.209Z Downloaded idna v0.3.0
11542024-05-14T07:46:54.214Z Downloaded object v0.30.4
11552024-05-14T07:46:54.225Z Downloaded syn v2.0.60
11562024-05-14T07:46:54.237Z Downloaded gimli v0.28.0
11572024-05-14T07:46:54.248Z Downloaded petgraph v0.6.4
11582024-05-14T07:46:54.261Z Downloaded regress v0.9.1
11592024-05-14T07:46:54.270Z Downloaded regex v1.10.4
11602024-05-14T07:46:54.284Z Downloaded object v0.32.1
11612024-05-14T07:46:54.295Z Downloaded regex-syntax v0.8.2
11622024-05-14T07:46:54.302Z Downloaded rustix v0.38.31
11632024-05-14T07:46:54.328Z Downloaded polar-core v0.27.3
11642024-05-14T07:46:54.342Z Downloaded smoltcp v0.9.1
11652024-05-14T07:46:54.768Z Downloaded trust-dns-proto v0.22.0
11662024-05-14T07:46:54.768Z Downloaded smoltcp v0.11.0
11672024-05-14T07:46:54.769Z Downloaded ratatui v0.26.2
11682024-05-14T07:46:54.769Z Downloaded sled v0.34.7
11692024-05-14T07:46:54.769Z Downloaded bzip2-sys v0.1.11+1.0.8
11702024-05-14T07:46:54.770Z Downloaded regex-automata v0.4.5
11712024-05-14T07:46:54.770Z Downloaded zerocopy-derive v0.2.0
11722024-05-14T07:46:54.770Z Downloaded tokio v1.37.0
11732024-05-14T07:46:54.770Z Downloaded zerocopy-derive v0.6.6
11742024-05-14T07:46:54.770Z Downloaded csv v1.3.0
11752024-05-14T07:46:54.771Z Downloaded sha3 v0.10.8
11762024-05-14T07:46:54.771Z Downloaded libc v0.2.153
11772024-05-14T07:46:54.771Z Downloaded openapiv3 v2.0.0
11782024-05-14T07:46:54.771Z Downloaded rustls v0.22.4
11792024-05-14T07:46:54.771Z Downloaded nix v0.28.0
11802024-05-14T07:46:54.772Z Downloaded openssl v0.10.64
11812024-05-14T07:46:54.772Z Downloaded encoding_rs v0.8.33
11822024-05-14T07:46:54.772Z Downloaded curve25519-dalek v4.1.2
11832024-05-14T07:46:54.772Z Downloaded regex-syntax v0.6.29
11842024-05-14T07:46:54.773Z Downloaded syn v1.0.109
11852024-05-14T07:46:54.773Z Downloaded webpki-roots v0.25.2
11862024-05-14T07:46:54.773Z Downloaded idna v0.2.3
11872024-05-14T07:46:54.773Z Downloaded diesel v2.1.6
11882024-05-14T07:46:54.773Z Downloaded bstr v1.9.0
11892024-05-14T07:46:54.773Z Downloaded bstr v0.2.17
11902024-05-14T07:46:54.774Z Downloaded goblin v0.8.0
11912024-05-14T07:46:54.774Z Downloaded winnow v0.6.1
11922024-05-14T07:46:54.774Z Downloaded lalrpop v0.19.12
11932024-05-14T07:46:54.774Z Downloaded hashbrown v0.12.3
11942024-05-14T07:46:54.774Z Downloaded rsa v0.9.2
11952024-05-14T07:46:54.774Z Downloaded crossterm v0.27.0
11962024-05-14T07:46:54.775Z Downloaded regex-automata v0.1.10
11972024-05-14T07:46:54.775Z Downloaded winnow v0.5.15
11982024-05-14T07:46:54.775Z Downloaded futures-util v0.3.30
11992024-05-14T07:46:54.783Z Downloaded openssl-sys v0.9.102
12002024-05-14T07:46:54.784Z Downloaded tokio-util v0.7.10
12012024-05-14T07:46:54.784Z Downloaded proptest v1.4.0
12022024-05-14T07:46:54.791Z Downloaded ring v0.17.8
12032024-05-14T07:46:54.856Z Downloaded serde_with v3.7.0
12042024-05-14T07:46:54.863Z Downloaded rustls-webpki v0.101.7
12052024-05-14T07:46:54.877Z Downloaded time v0.3.34
12062024-05-14T07:46:54.883Z Downloaded portable-atomic v1.4.3
12072024-05-14T07:46:54.888Z Downloaded itertools v0.12.1
12082024-05-14T07:46:54.895Z Downloaded bindgen v0.69.2
12092024-05-14T07:46:54.902Z Downloaded pin-project-lite v0.2.13
12102024-05-14T07:46:54.906Z Downloaded unicode-xid v0.2.4
12112024-05-14T07:46:54.910Z Downloaded uuid v1.8.0
12122024-05-14T07:46:54.913Z Downloaded heapless v0.7.16
12132024-05-14T07:46:54.916Z Downloaded tokio-rustls v0.24.1
12142024-05-14T07:46:54.916Z Downloaded rustc-hash v1.1.0
12152024-05-14T07:46:54.919Z Downloaded quote v1.0.36
12162024-05-14T07:46:54.923Z Downloaded ring v0.16.20
12172024-05-14T07:46:55.000Z Downloaded proc-macro2 v1.0.81
12182024-05-14T07:46:55.003Z Downloaded snafu-derive v0.8.2
12192024-05-14T07:46:55.010Z Downloaded textwrap v0.16.1
12202024-05-14T07:46:55.010Z Downloaded unsafe-libyaml v0.2.10
12212024-05-14T07:46:55.010Z Downloaded x509-cert v0.2.4
12222024-05-14T07:46:55.014Z Downloaded toml_edit v0.19.15
12232024-05-14T07:46:55.029Z Downloaded test-strategy v0.3.1
12242024-05-14T07:46:55.035Z Downloaded serde v1.0.201
12252024-05-14T07:46:55.040Z Downloaded parking_lot_core v0.9.8
12262024-05-14T07:46:55.040Z Downloaded vte v0.11.1
12272024-05-14T07:46:55.044Z Downloaded clap_builder v4.5.2
12282024-05-14T07:46:55.047Z Downloaded data-encoding v2.4.0
12292024-05-14T07:46:55.047Z Downloaded thread-id v4.2.0
12302024-05-14T07:46:55.047Z Downloaded num-bigint-dig v0.8.4
12312024-05-14T07:46:55.050Z Downloaded tokio-tungstenite v0.21.0
12322024-05-14T07:46:55.053Z Downloaded trust-dns-client v0.22.0
12332024-05-14T07:46:55.057Z Downloaded typed-path v0.7.0
12342024-05-14T07:46:55.063Z Downloaded serde_tokenstream v0.1.7
12352024-05-14T07:46:55.066Z Downloaded serde_plain v1.0.2
12362024-05-14T07:46:55.069Z Downloaded num-rational v0.4.2
12372024-05-14T07:46:55.069Z Downloaded term v0.7.0
12382024-05-14T07:46:55.072Z Downloaded serde_json v1.0.116
12392024-05-14T07:46:55.077Z Downloaded nom v7.1.3
12402024-05-14T07:46:55.082Z Downloaded serde_urlencoded v0.7.1
12412024-05-14T07:46:55.086Z Downloaded heapless v0.8.0
12422024-05-14T07:46:55.089Z Downloaded vsss-rs v3.3.4
12432024-05-14T07:46:55.095Z Downloaded percent-encoding v2.3.1
12442024-05-14T07:46:55.095Z Downloaded pem v3.0.4
12452024-05-14T07:46:55.095Z Downloaded thiserror v1.0.59
12462024-05-14T07:46:55.100Z Downloaded tokio-rustls v0.25.0
12472024-05-14T07:46:55.100Z Downloaded socket2 v0.4.9
12482024-05-14T07:46:55.100Z Downloaded tar v0.4.40
12492024-05-14T07:46:55.106Z Downloaded resolv-conf v0.7.0
12502024-05-14T07:46:55.106Z Downloaded proc-macro-crate v1.3.1
12512024-05-14T07:46:55.118Z Downloaded usdt-impl v0.3.5
12522024-05-14T07:46:55.118Z Downloaded getrandom v0.2.12
12532024-05-14T07:46:55.118Z Downloaded defmt v0.3.5
12542024-05-14T07:46:55.118Z Downloaded peg-macros v0.8.3
12552024-05-14T07:46:55.118Z Downloaded futures v0.3.30
12562024-05-14T07:46:55.144Z Downloaded packed_struct_codegen v0.10.1
12572024-05-14T07:46:55.144Z Downloaded globset v0.4.13
12582024-05-14T07:46:55.144Z Downloaded zerocopy v0.6.6
12592024-05-14T07:46:55.144Z Downloaded trust-dns-server v0.22.1
12602024-05-14T07:46:55.170Z Downloaded toml v0.8.12
12612024-05-14T07:46:55.170Z Downloaded rcgen v0.12.1
12622024-05-14T07:46:55.170Z Downloaded tungstenite v0.20.1
12632024-05-14T07:46:55.170Z Downloaded thiserror-no-std v2.0.2
12642024-05-14T07:46:55.170Z Downloaded signal-hook-mio v0.2.3
12652024-05-14T07:46:55.170Z Downloaded rand_xorshift v0.3.0
12662024-05-14T07:46:55.171Z Downloaded rand_core v0.6.4
12672024-05-14T07:46:55.171Z Downloaded platforms v3.0.2
12682024-05-14T07:46:55.171Z Downloaded tungstenite v0.21.0
12692024-05-14T07:46:55.171Z Downloaded foreign-types-shared v0.3.1
12702024-05-14T07:46:55.171Z Downloaded once_cell v1.19.0
12712024-05-14T07:46:55.171Z Downloaded half v2.3.1
12722024-05-14T07:46:55.171Z Downloaded parking_lot v0.12.1
12732024-05-14T07:46:55.171Z Downloaded tinyvec v1.6.0
12742024-05-14T07:46:55.171Z Downloaded salty v0.2.0
12752024-05-14T07:46:55.192Z Downloaded postgres-protocol v0.6.6
12762024-05-14T07:46:55.192Z Downloaded peg v0.8.3
12772024-05-14T07:46:55.192Z Downloaded flume v0.11.0
12782024-05-14T07:46:55.193Z Downloaded zone v0.1.8
12792024-05-14T07:46:55.193Z Downloaded num-integer v0.1.46
12802024-05-14T07:46:55.193Z Downloaded fs-err v2.11.0
12812024-05-14T07:46:55.193Z Downloaded slab v0.4.9
12822024-05-14T07:46:55.194Z Downloaded funty v2.0.0
12832024-05-14T07:46:55.194Z Downloaded dirs-next v2.0.0
12842024-05-14T07:46:55.194Z Downloaded ryu v1.0.15
12852024-05-14T07:46:55.195Z Downloaded password-hash v0.5.0
12862024-05-14T07:46:55.195Z Downloaded foreign-types-shared v0.1.1
12872024-05-14T07:46:55.195Z Downloaded foreign-types-macros v0.2.3
12882024-05-14T07:46:55.195Z Downloaded foreign-types v0.3.2
12892024-05-14T07:46:55.196Z Downloaded socket2 v0.5.6
12902024-05-14T07:46:55.202Z Downloaded crunchy v0.2.2
12912024-05-14T07:46:55.202Z Downloaded omicron-zone-package v0.11.0
12922024-05-14T07:46:55.202Z Downloaded ena v0.14.2
12932024-05-14T07:46:55.202Z Downloaded phf_shared v0.11.2
12942024-05-14T07:46:55.203Z Downloaded parse-display-derive v0.9.0
12952024-05-14T07:46:55.203Z Downloaded fatfs v0.3.6
12962024-05-14T07:46:55.203Z Downloaded derive_builder_core v0.20.0
12972024-05-14T07:46:55.203Z Downloaded rayon-core v1.12.1
12982024-05-14T07:46:55.203Z Downloaded tokio-tungstenite v0.20.1
12992024-05-14T07:46:55.203Z Downloaded tokio-stream v0.1.15
13002024-05-14T07:46:55.203Z Downloaded static_assertions v1.1.0
13012024-05-14T07:46:55.209Z Downloaded shlex v1.3.0
13022024-05-14T07:46:55.209Z Downloaded fallible-iterator v0.2.0
13032024-05-14T07:46:55.209Z Downloaded parking_lot_core v0.8.6
13042024-05-14T07:46:55.209Z Downloaded rustls-pemfile v1.0.3
13052024-05-14T07:46:55.209Z Downloaded enum-as-inner v0.5.1
13062024-05-14T07:46:55.220Z Downloaded num-traits v0.2.19
13072024-05-14T07:46:55.220Z Downloaded flate2 v1.0.30
13082024-05-14T07:46:55.228Z Downloaded wyz v0.5.1
13092024-05-14T07:46:55.228Z Downloaded plain v0.2.3
13102024-05-14T07:46:55.228Z Downloaded pkg-config v0.3.27
13112024-05-14T07:46:55.229Z Downloaded ucd-trie v0.1.6
13122024-05-14T07:46:55.229Z Downloaded typenum v1.16.0
13132024-05-14T07:46:55.229Z Downloaded unicase v2.7.0
13142024-05-14T07:46:55.229Z Downloaded time-macros v0.2.17
13152024-05-14T07:46:55.229Z Downloaded shell-words v1.1.0
13162024-05-14T07:46:55.236Z Downloaded sqlformat v0.2.3
13172024-05-14T07:46:55.237Z Downloaded spki v0.7.2
13182024-05-14T07:46:55.237Z Downloaded serde_yaml v0.9.25
13192024-05-14T07:46:55.237Z Downloaded samael v0.0.15
13202024-05-14T07:46:55.242Z Downloaded indicatif v0.17.8
13212024-05-14T07:46:55.242Z Downloaded indexmap v2.2.6
13222024-05-14T07:46:55.247Z Downloaded which v4.4.0
13232024-05-14T07:46:55.247Z Downloaded serde_arrays v0.1.0
13242024-05-14T07:46:55.247Z Downloaded parking_lot v0.11.2
13252024-05-14T07:46:55.252Z Downloaded dyn-clone v1.0.17
13262024-05-14T07:46:55.252Z Downloaded der_derive v0.7.2
13272024-05-14T07:46:55.253Z Downloaded compact_str v0.7.1
13282024-05-14T07:46:55.266Z Downloaded clap v4.5.4
13292024-05-14T07:46:55.269Z Downloaded scopeguard v1.2.0
13302024-05-14T07:46:55.270Z Downloaded chacha20poly1305 v0.10.1
13312024-05-14T07:46:55.270Z Downloaded log v0.4.21
13322024-05-14T07:46:55.270Z Downloaded walkdir v2.5.0
13332024-05-14T07:46:55.270Z Downloaded smawk v0.3.1
13342024-05-14T07:46:55.270Z Downloaded unarray v0.1.4
13352024-05-14T07:46:55.270Z Downloaded unicode-width v0.1.11
13362024-05-14T07:46:55.270Z Downloaded crc32fast v1.3.2
13372024-05-14T07:46:55.275Z Downloaded crc-any v2.4.3
13382024-05-14T07:46:55.275Z Downloaded fixedbitset v0.4.2
13392024-05-14T07:46:55.275Z Downloaded synstructure v0.12.6
13402024-05-14T07:46:55.280Z Downloaded smallvec v1.13.1
13412024-05-14T07:46:55.280Z Downloaded clang-sys v1.6.1
13422024-05-14T07:46:55.281Z Downloaded libloading v0.7.4
13432024-05-14T07:46:55.286Z Downloaded memmap2 v0.7.1
13442024-05-14T07:46:55.287Z Downloaded cookie_store v0.20.0
13452024-05-14T07:46:55.287Z Downloaded lru-cache v0.1.2
13462024-05-14T07:46:55.287Z Downloaded tokio-native-tls v0.3.1
13472024-05-14T07:46:55.298Z Downloaded tokio-macros v2.2.0
13482024-05-14T07:46:55.298Z Downloaded cookie v0.18.1
13492024-05-14T07:46:55.298Z Downloaded cancel-safe-futures v0.1.5
13502024-05-14T07:46:55.298Z Downloaded cookie v0.17.0
13512024-05-14T07:46:55.298Z Downloaded cc v1.0.83
13522024-05-14T07:46:55.306Z Downloaded ipnet v2.9.0
13532024-05-14T07:46:55.306Z Downloaded sec1 v0.7.3
13542024-05-14T07:46:55.307Z Downloaded rustc_version v0.1.7
13552024-05-14T07:46:55.307Z Downloaded ciborium v0.2.2
13562024-05-14T07:46:55.307Z Downloaded clap_derive v4.5.4
13572024-05-14T07:46:55.307Z Downloaded num-complex v0.4.6
13582024-05-14T07:46:55.321Z Downloaded multer v3.1.0
13592024-05-14T07:46:55.322Z Downloaded http-body v0.4.5
13602024-05-14T07:46:55.322Z Downloaded tabled_derive v0.7.0
13612024-05-14T07:46:55.322Z Downloaded strsim v0.11.0
13622024-05-14T07:46:55.322Z Downloaded strsim v0.10.0
13632024-05-14T07:46:55.322Z Downloaded stringprep v0.1.3
13642024-05-14T07:46:55.332Z Downloaded smallvec v0.6.14
13652024-05-14T07:46:55.332Z Downloaded linked-hash-map v0.5.6
13662024-05-14T07:46:55.333Z Downloaded colored v2.1.0
13672024-05-14T07:46:55.333Z Downloaded maybe-uninit v2.0.0
13682024-05-14T07:46:55.333Z Downloaded lru v0.12.1
13692024-05-14T07:46:55.333Z Downloaded crossbeam-deque v0.8.3
13702024-05-14T07:46:55.333Z Downloaded crc-catalog v2.2.0
13712024-05-14T07:46:55.333Z Downloaded managed v0.8.0
13722024-05-14T07:46:55.334Z Downloaded itoa v1.0.9
13732024-05-14T07:46:55.334Z Downloaded indoc v1.0.9
13742024-05-14T07:46:55.334Z Downloaded base64ct v1.6.0
13752024-05-14T07:46:55.334Z Downloaded usdt v0.3.5
13762024-05-14T07:46:55.334Z Downloaded httparse v1.8.0
13772024-05-14T07:46:55.352Z Downloaded convert_case v0.4.0
13782024-05-14T07:46:55.352Z Downloaded constant_time_eq v0.3.0
13792024-05-14T07:46:55.352Z Downloaded multimap v0.10.0
13802024-05-14T07:46:55.352Z Downloaded lazycell v1.3.0
13812024-05-14T07:46:55.352Z Downloaded inout v0.1.3
13822024-05-14T07:46:55.353Z Downloaded kstat-rs v0.2.3
13832024-05-14T07:46:55.353Z Downloaded argon2 v0.5.3
13842024-05-14T07:46:55.353Z Downloaded indoc v2.0.3
13852024-05-14T07:46:55.353Z Downloaded hubpack v0.1.2
13862024-05-14T07:46:55.353Z Downloaded clap_lex v0.7.0
13872024-05-14T07:46:55.353Z Downloaded arrayref v0.3.7
13882024-05-14T07:46:55.353Z Downloaded num v0.4.3
13892024-05-14T07:46:55.353Z Downloaded mockall v0.12.1
13902024-05-14T07:46:55.353Z Downloaded bit-vec v0.6.3
13912024-05-14T07:46:55.353Z Downloaded bb8 v0.8.3
13922024-05-14T07:46:55.353Z Downloaded block-padding v0.3.3
13932024-05-14T07:46:55.353Z Downloaded bit-set v0.5.3
13942024-05-14T07:46:55.353Z Downloaded httpdate v1.0.3
13952024-05-14T07:46:55.354Z Downloaded hostname v0.4.0
13962024-05-14T07:46:55.354Z Downloaded colorchoice v1.0.0
13972024-05-14T07:46:55.354Z Downloaded instant v0.1.12
13982024-05-14T07:46:55.363Z Downloaded ciborium-io v0.2.2
13992024-05-14T07:46:55.363Z Downloaded bitstruct v0.1.1
14002024-05-14T07:46:55.363Z Downloaded cassowary v0.3.0
14012024-05-14T07:46:55.363Z Downloaded camino v1.1.6
14022024-05-14T07:46:55.364Z Downloaded buf-list v1.0.3
14032024-05-14T07:46:55.364Z Downloaded ascii v1.1.0
14042024-05-14T07:46:55.364Z Downloaded hkdf v0.12.4
14052024-05-14T07:46:55.372Z Downloaded hostname v0.3.1
14062024-05-14T07:46:55.372Z Downloaded highway v1.1.0
14072024-05-14T07:46:55.372Z Downloaded bitvec v1.0.1
14082024-05-14T07:46:55.382Z Downloaded backoff v0.4.0
14092024-05-14T07:46:55.382Z Downloaded async-trait v0.1.80
14102024-05-14T07:46:55.391Z Downloaded async-stream v0.3.5
14112024-05-14T07:46:55.391Z Downloaded ascii-canvas v3.0.0
14122024-05-14T07:46:55.391Z Downloaded atomicwrites v0.4.3
14132024-05-14T07:46:55.392Z Downloaded assert_matches v1.5.0
14142024-05-14T07:46:55.392Z Downloaded arrayvec v0.7.4
14152024-05-14T07:46:55.392Z Downloaded http v1.0.0
14162024-05-14T07:46:55.403Z Downloaded hex v0.4.3
14172024-05-14T07:46:55.403Z Downloaded heck v0.4.1
14182024-05-14T07:46:55.403Z Downloaded addr2line v0.21.0
14192024-05-14T07:46:55.404Z Downloaded anstyle-query v1.0.0
14202024-05-14T07:46:55.404Z Downloaded anstyle-parse v0.2.1
14212024-05-14T07:46:55.404Z Downloaded aho-corasick v1.1.2
14222024-05-14T07:46:55.416Z Downloaded ahash v0.8.8
14232024-05-14T07:46:55.816Z Compiling proc-macro2 v1.0.81
14242024-05-14T07:46:55.819Z Compiling unicode-ident v1.0.12
14252024-05-14T07:46:55.819Z Compiling libc v0.2.153
14262024-05-14T07:46:55.819Z Compiling serde v1.0.201
14272024-05-14T07:46:55.819Z Compiling version_check v0.9.4
14282024-05-14T07:46:55.819Z Compiling autocfg v1.1.0
14292024-05-14T07:46:55.870Z Compiling cfg-if v1.0.0
14302024-05-14T07:46:56.485Z Compiling once_cell v1.19.0
14312024-05-14T07:46:56.494Z Compiling parking_lot_core v0.9.8
14322024-05-14T07:46:56.494Z Compiling byteorder v1.5.0
14332024-05-14T07:46:56.494Z Compiling libm v0.2.7
14342024-05-14T07:46:56.541Z Compiling serde_json v1.0.116
14352024-05-14T07:46:56.558Z Compiling lock_api v0.4.10
14362024-05-14T07:46:56.597Z Compiling ahash v0.8.8
14372024-05-14T07:46:57.560Z Compiling memchr v2.7.1
14382024-05-14T07:46:57.576Z Compiling num-traits v0.2.19
14392024-05-14T07:46:57.576Z Compiling thiserror v1.0.59
14402024-05-14T07:46:57.577Z Compiling typenum v1.16.0
14412024-05-14T07:46:58.086Z Compiling generic-array v0.14.7
14422024-05-14T07:46:58.229Z Compiling log v0.4.21
14432024-05-14T07:46:58.403Z Compiling itoa v1.0.9
14442024-05-14T07:46:58.550Z Compiling quote v1.0.36
14452024-05-14T07:46:59.377Z Compiling syn v2.0.60
14462024-05-14T07:46:59.391Z Compiling cc v1.0.83
14472024-05-14T07:46:59.392Z Compiling getrandom v0.2.12
14482024-05-14T07:46:59.392Z Compiling scopeguard v1.2.0
14492024-05-14T07:46:59.499Z Compiling pkg-config v0.3.27
14502024-05-14T07:46:59.557Z Compiling allocator-api2 v0.2.16
14512024-05-14T07:46:59.593Z Compiling slab v0.4.9
14522024-05-14T07:46:59.680Z Compiling ryu v1.0.15
14532024-05-14T07:47:00.144Z Compiling schemars v0.8.17
14542024-05-14T07:47:00.166Z Compiling smallvec v1.13.1
14552024-05-14T07:47:00.300Z Compiling pin-project-lite v0.2.13
14562024-05-14T07:47:00.432Z Compiling equivalent v1.0.1
14572024-05-14T07:47:00.481Z Compiling syn v1.0.109
14582024-05-14T07:47:00.634Z Compiling vcpkg v0.2.15
14592024-05-14T07:47:01.005Z Compiling parking_lot v0.12.1
14602024-05-14T07:47:01.326Z Compiling ring v0.17.8
14612024-05-14T07:47:01.579Z Compiling signal-hook-registry v1.4.1
14622024-05-14T07:47:02.295Z Compiling openssl-sys v0.9.102
14632024-05-14T07:47:03.140Z Compiling mio v0.8.11
14642024-05-14T07:47:03.194Z Compiling fnv v1.0.7
14652024-05-14T07:47:03.337Z Compiling rand_core v0.6.4
14662024-05-14T07:47:03.720Z Compiling num-conv v0.1.0
14672024-05-14T07:47:03.763Z Compiling time-core v0.1.2
14682024-05-14T07:47:03.775Z Compiling ring v0.16.20
14692024-05-14T07:47:03.912Z Compiling socket2 v0.5.6
14702024-05-14T07:47:04.410Z Compiling time-macros v0.2.17
14712024-05-14T07:47:04.433Z Compiling num_cpus v1.16.0
14722024-05-14T07:47:04.816Z Compiling httparse v1.8.0
14732024-05-14T07:47:05.406Z Compiling futures-core v0.3.30
14742024-05-14T07:47:05.672Z Compiling rustix v0.38.31
14752024-05-14T07:47:05.710Z Compiling openssl v0.10.64
14762024-05-14T07:47:06.118Z Compiling serde_derive_internals v0.29.0
14772024-05-14T07:47:06.356Z Compiling semver v1.0.22
14782024-05-14T07:47:06.386Z Compiling crossbeam-utils v0.8.19
14792024-05-14T07:47:06.466Z Compiling iana-time-zone v0.1.57
14802024-05-14T07:47:06.903Z Compiling spin v0.5.2
14812024-05-14T07:47:07.157Z Compiling tinyvec_macros v0.1.1
14822024-05-14T07:47:07.234Z Compiling native-tls v0.2.11
14832024-05-14T07:47:07.277Z Compiling rustls v0.21.9
14842024-05-14T07:47:07.533Z Compiling tinyvec v1.6.0
14852024-05-14T07:47:07.579Z Compiling spin v0.9.8
14862024-05-14T07:47:08.070Z Compiling futures-sink v0.3.30
14872024-05-14T07:47:08.070Z Compiling ucd-trie v0.1.6
14882024-05-14T07:47:08.070Z Compiling const-oid v0.9.6
14892024-05-14T07:47:08.070Z Compiling subtle v2.5.0
14902024-05-14T07:47:08.323Z Compiling backtrace v0.3.69
14912024-05-14T07:47:08.859Z Compiling unicode-normalization v0.1.22
14922024-05-14T07:47:08.921Z Compiling cookie v0.17.0
14932024-05-14T07:47:09.199Z Compiling slog v2.7.0
14942024-05-14T07:47:09.319Z Compiling dyn-clone v1.0.17
14952024-05-14T07:47:09.435Z Compiling unicode-bidi v0.3.15
14962024-05-14T07:47:09.921Z Compiling heck v0.5.0
14972024-05-14T07:47:09.926Z Compiling heck v0.4.1
14982024-05-14T07:47:09.969Z Compiling futures-channel v0.3.30
14992024-05-14T07:47:10.218Z Compiling tracing-core v0.1.32
15002024-05-14T07:47:10.227Z Compiling futures-io v0.3.30
15012024-05-14T07:47:10.437Z Compiling futures-task v0.3.30
15022024-05-14T07:47:11.131Z Compiling pin-utils v0.1.0
15032024-05-14T07:47:11.551Z Compiling aho-corasick v1.1.2
15042024-05-14T07:47:11.551Z Compiling serde_derive v1.0.201
15052024-05-14T07:47:11.568Z Compiling zerocopy-derive v0.7.32
15062024-05-14T07:47:11.568Z Compiling zeroize_derive v1.4.2
15072024-05-14T07:47:12.609Z Compiling thiserror-impl v1.0.59
15082024-05-14T07:47:12.719Z Compiling tokio-macros v2.2.0
15092024-05-14T07:47:13.228Z Compiling zerocopy v0.7.32
15102024-05-14T07:47:13.471Z Compiling futures-macro v0.3.30
15112024-05-14T07:47:14.073Z Compiling tracing-attributes v0.1.27
15122024-05-14T07:47:15.320Z Compiling hashbrown v0.14.3
15132024-05-14T07:47:15.339Z Compiling schemars_derive v0.8.17
15142024-05-14T07:47:15.391Z Compiling zeroize v1.7.0
15152024-05-14T07:47:16.088Z Compiling openssl-macros v0.1.1
15162024-05-14T07:47:16.823Z Compiling scroll_derive v0.12.0
15172024-05-14T07:47:17.003Z Compiling pest v2.7.6
15182024-05-14T07:47:17.293Z Compiling tracing v0.1.40
15192024-05-14T07:47:18.035Z Compiling crypto-common v0.1.6
15202024-05-14T07:47:18.054Z Compiling futures-util v0.3.30
15212024-05-14T07:47:18.090Z Compiling der_derive v0.7.2
15222024-05-14T07:47:18.342Z Compiling winnow v0.5.15
15232024-05-14T07:47:18.383Z Compiling anyhow v1.0.83
15242024-05-14T07:47:18.902Z Compiling regex-syntax v0.8.2
15252024-05-14T07:47:19.441Z Compiling pest_meta v2.7.6
15262024-05-14T07:47:20.640Z Compiling pest_generator v2.7.6
15272024-05-14T07:47:22.467Z Compiling regex-automata v0.4.5
15282024-05-14T07:47:23.333Z Compiling pest_derive v2.7.6
15292024-05-14T07:47:23.883Z Compiling block-buffer v0.10.4
15302024-05-14T07:47:24.136Z Compiling bytes v1.6.0
15312024-05-14T07:47:24.476Z Compiling indexmap v2.2.6
15322024-05-14T07:47:24.581Z Compiling uuid v1.8.0
15332024-05-14T07:47:25.307Z Compiling bitflags v2.4.2
15342024-05-14T07:47:25.844Z Compiling tokio v1.37.0
15352024-05-14T07:47:25.902Z Compiling chrono v0.4.38
15362024-05-14T07:47:26.606Z Compiling serde_tokenstream v0.2.0
15372024-05-14T07:47:28.803Z Compiling serde_spanned v0.6.5
15382024-05-14T07:47:29.023Z Compiling toml_datetime v0.6.5
15392024-05-14T07:47:29.437Z Compiling http v0.2.12
15402024-05-14T07:47:30.294Z Compiling rustc_version v0.4.0
15412024-05-14T07:47:30.925Z Compiling toml_edit v0.19.15
15422024-05-14T07:47:31.735Z Compiling usdt-impl v0.5.0
15432024-05-14T07:47:32.592Z Compiling untrusted v0.9.0
15442024-05-14T07:47:33.084Z Compiling powerfmt v0.2.0
15452024-05-14T07:47:33.244Z Compiling rustversion v1.0.14
15462024-05-14T07:47:33.281Z Compiling crc32fast v1.3.2
15472024-05-14T07:47:33.347Z Compiling deranged v0.3.11
15482024-05-14T07:47:34.242Z Compiling heapless v0.7.16
15492024-05-14T07:47:34.676Z Compiling digest v0.10.7
15502024-05-14T07:47:35.117Z Compiling scroll v0.12.0
15512024-05-14T07:47:35.700Z Compiling bzip2-sys v0.1.11+1.0.8
15522024-05-14T07:47:35.881Z Compiling signal-hook v0.3.17
15532024-05-14T07:47:36.045Z Compiling plain v0.2.3
15542024-05-14T07:47:36.167Z Compiling num_threads v0.1.6
15552024-05-14T07:47:36.188Z Compiling percent-encoding v2.3.1
15562024-05-14T07:47:36.538Z Compiling ppv-lite86 v0.2.17
15572024-05-14T07:47:36.560Z Compiling time v0.3.34
15582024-05-14T07:47:36.644Z Compiling goblin v0.8.0
15592024-05-14T07:47:37.347Z Compiling rand_chacha v0.3.1
15602024-05-14T07:47:38.336Z Compiling regex v1.10.4
15612024-05-14T07:47:40.720Z Compiling pretty-hex v0.4.1
15622024-05-14T07:47:42.018Z Compiling rand v0.8.5
15632024-05-14T07:47:42.337Z Compiling dof v0.3.0
15642024-05-14T07:47:42.541Z Compiling tokio-util v0.7.10
15652024-05-14T07:47:44.228Z Compiling dtrace-parser v0.2.0
15662024-05-14T07:47:44.277Z Compiling async-trait v0.1.80
15672024-05-14T07:47:45.620Z Compiling thread-id v4.2.0
15682024-05-14T07:47:45.687Z Compiling num-bigint v0.4.4
15692024-05-14T07:47:45.716Z Compiling untrusted v0.7.1
15702024-05-14T07:47:45.892Z Compiling foreign-types-shared v0.1.1
15712024-05-14T07:47:45.966Z Compiling base64ct v1.6.0
15722024-05-14T07:47:46.011Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15732024-05-14T07:47:46.319Z Compiling adler v1.0.2
15742024-05-14T07:47:46.802Z Compiling unicode-width v0.1.11
15752024-05-14T07:47:46.803Z Compiling smoltcp v0.9.1
15762024-05-14T07:47:46.803Z Compiling miniz_oxide v0.7.1
15772024-05-14T07:47:46.803Z Compiling pem-rfc7468 v0.7.0
15782024-05-14T07:47:46.803Z Compiling foreign-types v0.3.2
15792024-05-14T07:47:48.863Z Compiling form_urlencoded v1.2.1
15802024-05-14T07:47:49.818Z Compiling hmac v0.12.1
15812024-05-14T07:47:50.104Z Compiling errno v0.3.8
15822024-05-14T07:47:50.141Z Compiling siphasher v0.3.11
15832024-05-14T07:47:50.261Z Compiling try-lock v0.2.4
15842024-05-14T07:47:50.390Z Compiling flagset v0.4.3
15852024-05-14T07:47:50.454Z Compiling base64 v0.21.7
15862024-05-14T07:47:50.622Z Compiling der v0.7.8
15872024-05-14T07:47:50.812Z Compiling want v0.3.1
15882024-05-14T07:47:51.913Z Compiling rustls-webpki v0.101.7
15892024-05-14T07:47:52.013Z Compiling sct v0.7.0
15902024-05-14T07:47:52.302Z Compiling h2 v0.3.26
15912024-05-14T07:47:53.581Z Compiling http-body v0.4.5
15922024-05-14T07:47:54.460Z Compiling openapiv3 v2.0.0
15932024-05-14T07:47:55.134Z Compiling hubpack_derive v0.1.1
15942024-05-14T07:47:55.226Z Compiling zerocopy-derive v0.6.6
15952024-05-14T07:47:55.791Z Compiling lazy_static v1.4.0
15962024-05-14T07:47:55.926Z Compiling idna v0.5.0
15972024-05-14T07:47:57.177Z Compiling cpufeatures v0.2.12
15982024-05-14T07:47:57.267Z Compiling openssl-probe v0.1.5
15992024-05-14T07:47:57.301Z Compiling utf8parse v0.2.1
16002024-05-14T07:47:57.552Z Compiling stable_deref_trait v1.2.0
16012024-05-14T07:47:57.597Z Compiling anstyle v1.0.7
16022024-05-14T07:47:57.670Z Compiling httpdate v1.0.3
16032024-05-14T07:47:58.191Z Compiling tower-service v0.3.2
16042024-05-14T07:47:58.430Z Compiling gimli v0.28.0
16052024-05-14T07:47:58.758Z Compiling anstyle-parse v0.2.1
16062024-05-14T07:47:59.037Z Compiling sha2 v0.10.8
16072024-05-14T07:47:59.172Z Compiling url v2.5.0
16082024-05-14T07:48:00.257Z Compiling hyper v0.14.28
16092024-05-14T07:48:02.871Z Compiling addr2line v0.21.0
16102024-05-14T07:48:03.050Z Compiling spki v0.7.2
16112024-05-14T07:48:03.719Z Compiling usdt-macro v0.5.0
16122024-05-14T07:48:04.653Z Compiling usdt-attr-macro v0.5.0
16132024-05-14T07:48:06.180Z Compiling md-5 v0.10.5
16142024-05-14T07:48:09.492Z Compiling stringprep v0.1.3
16152024-05-14T07:48:09.955Z Compiling idna v0.3.0
16162024-05-14T07:48:10.235Z Compiling diesel_table_macro_syntax v0.1.0
16172024-05-14T07:48:10.739Z Compiling num-integer v0.1.46
16182024-05-14T07:48:10.744Z Compiling object v0.32.1
16192024-05-14T07:48:11.027Z Compiling hash32 v0.2.1
16202024-05-14T07:48:11.313Z Compiling psl-types v2.0.11
16212024-05-14T07:48:11.397Z Compiling colorchoice v1.0.0
16222024-05-14T07:48:11.508Z Compiling fallible-iterator v0.2.0
16232024-05-14T07:48:12.197Z Compiling anstyle-query v1.0.0
16242024-05-14T07:48:12.447Z Compiling rustc-demangle v0.1.23
16252024-05-14T07:48:16.667Z Compiling anstream v0.6.11
16262024-05-14T07:48:18.109Z Compiling postgres-protocol v0.6.6
16272024-05-14T07:48:18.888Z Compiling publicsuffix v2.2.3
16282024-05-14T07:48:19.139Z Compiling diesel_derives v2.1.2
16292024-05-14T07:48:25.780Z Compiling tokio-rustls v0.24.1
16302024-05-14T07:48:26.229Z Compiling pkcs8 v0.10.2
16312024-05-14T07:48:26.732Z Compiling terminal_size v0.3.0
16322024-05-14T07:48:26.987Z Compiling tokio-native-tls v0.3.1
16332024-05-14T07:48:27.693Z Compiling phf_shared v0.11.2
16342024-05-14T07:48:28.258Z Compiling strum_macros v0.25.2
16352024-05-14T07:48:28.618Z Compiling block-padding v0.3.3
16362024-05-14T07:48:28.770Z Compiling regress v0.9.1
16372024-05-14T07:48:28.869Z Compiling enum-as-inner v0.5.1
16382024-05-14T07:48:30.636Z Compiling clap_derive v4.5.4
16392024-05-14T07:48:31.888Z Compiling serde_repr v0.1.16
16402024-05-14T07:48:33.062Z Compiling ff v0.13.0
16412024-05-14T07:48:33.062Z Compiling scheduled-thread-pool v0.2.7
16422024-05-14T07:48:33.191Z Compiling encoding_rs v0.8.33
16432024-05-14T07:48:33.882Z Compiling managed v0.8.0
16442024-05-14T07:48:33.894Z Compiling bitflags v1.3.2
16452024-05-14T07:48:33.990Z Compiling mime v0.3.17
16462024-05-14T07:48:34.279Z Compiling ipnet v2.9.0
16472024-05-14T07:48:35.231Z Compiling strsim v0.10.0
16482024-05-14T07:48:35.377Z Compiling regex-automata v0.1.10
16492024-05-14T07:48:35.389Z Compiling ident_case v1.0.1
16502024-05-14T07:48:35.862Z Compiling clap_lex v0.7.0
16512024-05-14T07:48:35.904Z Compiling strsim v0.11.0
16522024-05-14T07:48:36.117Z Compiling bit-vec v0.6.3
16532024-05-14T07:48:36.315Z Compiling base16ct v0.2.0
16542024-05-14T07:48:36.600Z Compiling matches v0.1.10
16552024-05-14T07:48:36.625Z Compiling sec1 v0.7.3
16562024-05-14T07:48:36.653Z Compiling idna v0.2.3
16572024-05-14T07:48:36.662Z Compiling clap_builder v4.5.2
16582024-05-14T07:48:37.164Z Compiling bstr v0.2.17
16592024-05-14T07:48:38.118Z Compiling darling_core v0.20.8
16602024-05-14T07:48:40.880Z Compiling r2d2 v0.8.10
16612024-05-14T07:48:41.250Z Compiling group v0.13.0
16622024-05-14T07:48:42.694Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16632024-05-14T07:48:44.048Z Compiling inout v0.1.3
16642024-05-14T07:48:45.427Z Compiling phf v0.11.2
16652024-05-14T07:48:45.579Z Compiling hyper-tls v0.5.0
16662024-05-14T07:48:45.775Z Compiling signal-hook-mio v0.2.3
16672024-05-14T07:48:45.928Z Compiling hyper-rustls v0.24.2
16682024-05-14T07:48:45.928Z Compiling bzip2 v0.4.4
16692024-05-14T07:48:45.962Z Compiling flate2 v1.0.30
16702024-05-14T07:48:46.116Z Compiling cookie_store v0.20.0
16712024-05-14T07:48:46.520Z Compiling postgres-types v0.2.6
16722024-05-14T07:48:47.041Z Compiling zerocopy v0.6.6
16732024-05-14T07:48:47.816Z Compiling hubpack v0.1.2
16742024-05-14T07:48:47.837Z Compiling rustls-pemfile v1.0.3
16752024-05-14T07:48:47.837Z Compiling phf_shared v0.10.0
16762024-05-14T07:48:47.837Z Compiling hkdf v0.12.4
16772024-05-14T07:48:47.838Z Compiling serde_urlencoded v0.7.1
16782024-05-14T07:48:48.330Z Compiling crossbeam-epoch v0.9.18
16792024-05-14T07:48:48.331Z Compiling ipnetwork v0.20.0
16802024-05-14T07:48:48.331Z Compiling futures-executor v0.3.30
16812024-05-14T07:48:48.650Z Compiling crypto-bigint v0.5.2
16822024-05-14T07:48:48.767Z Compiling float-cmp v0.9.0
16832024-05-14T07:48:48.826Z Compiling memmap v0.7.0
16842024-05-14T07:48:49.149Z Compiling webpki-roots v0.25.2
16852024-05-14T07:48:49.275Z Compiling new_debug_unreachable v1.0.4
16862024-05-14T07:48:49.297Z Compiling fixedbitset v0.4.2
16872024-05-14T07:48:49.375Z Compiling unicode-segmentation v1.10.1
16882024-05-14T07:48:49.831Z Compiling data-encoding v2.4.0
16892024-05-14T07:48:50.158Z Compiling difflib v0.4.0
16902024-05-14T07:48:50.637Z Compiling winnow v0.6.1
16912024-05-14T07:48:51.410Z Compiling predicates-core v1.0.6
16922024-05-14T07:48:51.511Z Compiling static_assertions v1.1.0
16932024-05-14T07:48:51.582Z Compiling either v1.11.0
16942024-05-14T07:48:52.127Z Compiling normalize-line-endings v0.3.0
16952024-05-14T07:48:52.146Z Compiling precomputed-hash v0.1.1
16962024-05-14T07:48:52.146Z Compiling whoami v1.5.1
16972024-05-14T07:48:52.279Z Compiling sync_wrapper v0.1.2
16982024-05-14T07:48:52.410Z Compiling minimal-lexical v0.2.1
16992024-05-14T07:48:52.490Z Compiling tokio-postgres v0.7.10
17002024-05-14T07:48:52.799Z Compiling reqwest v0.11.27
17012024-05-14T07:48:52.855Z Compiling nom v7.1.3
17022024-05-14T07:48:52.909Z Compiling string_cache v0.8.7
17032024-05-14T07:48:53.330Z Compiling itertools v0.10.5
17042024-05-14T07:48:53.491Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17052024-05-14T07:48:54.368Z Compiling toml_edit v0.22.12
17062024-05-14T07:48:56.199Z Compiling predicates v3.1.0
17072024-05-14T07:48:56.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17082024-05-14T07:48:57.032Z Compiling trust-dns-proto v0.22.0
17092024-05-14T07:48:58.864Z Compiling elliptic-curve v0.13.8
17102024-05-14T07:48:59.280Z Compiling similar v2.4.0
17112024-05-14T07:49:00.395Z Compiling petgraph v0.6.4
17122024-05-14T07:49:00.410Z Compiling usdt v0.5.0
17132024-05-14T07:49:00.784Z Compiling diesel v2.1.6
17142024-05-14T07:49:01.295Z Compiling futures v0.3.30
17152024-05-14T07:49:01.651Z Compiling yasna v0.5.2
17162024-05-14T07:49:01.861Z Compiling zip v0.6.6
17172024-05-14T07:49:02.388Z Compiling crossterm v0.27.0
17182024-05-14T07:49:02.987Z Compiling cipher v0.4.4
17192024-05-14T07:49:03.169Z Compiling darling_macro v0.20.8
17202024-05-14T07:49:04.157Z Compiling clap v4.5.4
17212024-05-14T07:49:04.279Z Compiling bit-set v0.5.3
17222024-05-14T07:49:04.455Z Compiling num-iter v0.1.45
17232024-05-14T07:49:05.056Z Compiling console v0.15.8
17242024-05-14T07:49:05.061Z Compiling tokio-stream v0.1.15
17252024-05-14T07:49:05.239Z Compiling toml v0.7.8
17262024-05-14T07:49:05.824Z Compiling bstr v1.9.0
17272024-05-14T07:49:05.930Z Compiling hex v0.4.3
17282024-05-14T07:49:07.176Z Compiling peg-runtime v0.8.3
17292024-05-14T07:49:07.548Z Compiling lalrpop-util v0.19.12
17302024-05-14T07:49:08.726Z Compiling darling v0.20.8
17312024-05-14T07:49:08.855Z Compiling proc-macro-crate v1.3.1
17322024-05-14T07:49:09.936Z Compiling heapless v0.8.0
17332024-05-14T07:49:10.864Z Compiling camino v1.1.6
17342024-05-14T07:49:11.762Z Compiling num_enum_derive v0.5.11
17352024-05-14T07:49:18.396Z Compiling hash32 v0.3.1
17362024-05-14T07:49:20.821Z Compiling smoltcp v0.11.0
17372024-05-14T07:49:21.386Z Compiling rustls-pki-types v1.3.0
17382024-05-14T07:49:21.581Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17392024-05-14T07:49:30.249Z Compiling num_enum v0.5.11
17402024-05-14T07:49:33.971Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17412024-05-14T07:49:34.210Z Compiling getopts v0.2.21
17422024-05-14T07:49:35.695Z Compiling dirs-sys-next v0.1.2
17432024-05-14T07:49:36.042Z Compiling proc-macro-error-attr v1.0.4
17442024-05-14T07:49:36.333Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17452024-05-14T07:49:36.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462024-05-14T07:49:36.760Z Compiling rustls v0.22.4
17472024-05-14T07:49:36.914Z Compiling unsafe-libyaml v0.2.10
17482024-05-14T07:49:36.938Z Compiling embedded-io v0.4.0
17492024-05-14T07:49:37.054Z Compiling paste v1.0.14
17502024-05-14T07:49:37.510Z Compiling cobs v0.2.3
17512024-05-14T07:49:37.951Z Compiling postcard v1.0.8
17522024-05-14T07:49:38.564Z Compiling serde_yaml v0.9.25
17532024-05-14T07:49:42.465Z Compiling dirs-next v2.0.0
17542024-05-14T07:49:44.554Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17552024-05-14T07:49:53.614Z Compiling rustls-webpki v0.102.1
17562024-05-14T07:49:56.944Z Compiling strum_macros v0.26.1
17572024-05-14T07:49:57.651Z Compiling foreign-types-macros v0.2.3
17582024-05-14T07:49:57.979Z Compiling structmeta-derive v0.3.0
17592024-05-14T07:49:58.981Z Compiling thread_local v1.1.7
17602024-05-14T07:49:59.417Z Compiling proc-macro-error v1.0.4
17612024-05-14T07:49:59.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17622024-05-14T07:49:59.667Z Compiling multer v3.1.0
17632024-05-14T07:49:59.827Z Compiling foreign-types-shared v0.3.1
17642024-05-14T07:50:00.639Z Compiling slog-async v2.8.0
17652024-05-14T07:50:01.755Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17662024-05-14T07:50:01.760Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17672024-05-14T07:50:02.321Z Compiling match_cfg v0.1.0
17682024-05-14T07:50:02.332Z Compiling hostname v0.3.1
17692024-05-14T07:50:02.751Z Compiling strum v0.26.2
17702024-05-14T07:50:02.949Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17712024-05-14T07:50:06.547Z Compiling structmeta v0.3.0
17722024-05-14T07:50:08.547Z Compiling foreign-types v0.5.0
17732024-05-14T07:50:14.331Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17742024-05-14T07:50:23.231Z Compiling term v0.7.0
17752024-05-14T07:50:27.350Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17762024-05-14T07:50:27.654Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17772024-05-14T07:50:28.722Z Compiling slog-json v2.6.1
17782024-05-14T07:50:28.852Z Compiling is-terminal v0.4.9
17792024-05-14T07:50:28.998Z Compiling tabwriter v1.4.0
17802024-05-14T07:50:29.190Z Compiling crossbeam-channel v0.5.8
17812024-05-14T07:50:29.770Z Compiling http v1.0.0
17822024-05-14T07:50:31.010Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17832024-05-14T07:50:31.039Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17842024-05-14T07:50:31.824Z Compiling async-stream-impl v0.3.5
17852024-05-14T07:50:31.971Z Compiling cstr-argument v0.1.2
17862024-05-14T07:50:32.228Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17872024-05-14T07:50:32.256Z Compiling pretty-hex v0.2.1
17882024-05-14T07:50:32.557Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17892024-05-14T07:50:32.877Z Compiling crucible-workspace-hack v0.1.0
17902024-05-14T07:50:33.113Z Compiling rayon-core v1.12.1
17912024-05-14T07:50:33.160Z Compiling base64 v0.22.1
17922024-05-14T07:50:33.411Z Compiling take_mut v0.2.2
17932024-05-14T07:50:33.953Z Compiling atomic-waker v1.1.1
17942024-05-14T07:50:33.957Z Compiling fastrand v2.0.1
17952024-05-14T07:50:34.143Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17962024-05-14T07:50:34.285Z Compiling tempfile v3.10.1
17972024-05-14T07:50:34.311Z Compiling rustls-pemfile v2.1.2
17982024-05-14T07:50:34.406Z Compiling waitgroup v0.1.2
17992024-05-14T07:50:34.728Z Compiling async-stream v0.3.5
18002024-05-14T07:50:35.101Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18012024-05-14T07:50:35.150Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18022024-05-14T07:50:36.084Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18032024-05-14T07:50:36.183Z Compiling slog-bunyan v2.5.0
18042024-05-14T07:50:36.306Z Compiling slog-term v2.9.1
18052024-05-14T07:50:37.174Z Compiling tokio-rustls v0.25.0
18062024-05-14T07:50:37.665Z Compiling parse-display-derive v0.9.0
18072024-05-14T07:50:37.718Z Compiling toml v0.8.12
18082024-05-14T07:50:38.835Z Compiling serde_with_macros v3.7.0
18092024-05-14T07:50:39.270Z Compiling sha1 v0.10.6
18102024-05-14T07:50:40.195Z Compiling crossbeam-deque v0.8.3
18112024-05-14T07:50:40.601Z Compiling colored v2.1.0
18122024-05-14T07:50:41.147Z Compiling newtype-uuid v1.1.0
18132024-05-14T07:50:41.464Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18142024-05-14T07:50:41.623Z Compiling serde_path_to_error v0.1.16
18152024-05-14T07:50:41.643Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18162024-05-14T07:50:41.894Z Compiling hostname v0.4.0
18172024-05-14T07:50:42.154Z Compiling socket2 v0.4.9
18182024-05-14T07:50:42.372Z Compiling instant v0.1.12
18192024-05-14T07:50:42.553Z Compiling debug-ignore v1.0.5
18202024-05-14T07:50:42.589Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18212024-05-14T07:50:43.393Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18222024-05-14T07:50:43.823Z Compiling backoff v0.4.0
18232024-05-14T07:50:44.186Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242024-05-14T07:50:44.408Z Compiling parse-display v0.9.0
18252024-05-14T07:50:45.402Z Compiling serde_with v3.7.0
18262024-05-14T07:50:45.533Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18272024-05-14T07:50:46.469Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18282024-05-14T07:50:47.525Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18292024-05-14T07:50:48.376Z Compiling camino-tempfile v1.1.1
18302024-05-14T07:50:49.205Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18312024-05-14T07:50:49.671Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18322024-05-14T07:50:49.761Z Compiling macaddr v1.0.1
18332024-05-14T07:50:50.176Z Compiling num-derive v0.4.0
18342024-05-14T07:50:50.176Z Compiling sigpipe v0.1.3
18352024-05-14T07:50:50.177Z Compiling libefi-sys v0.1.0
18362024-05-14T07:50:50.357Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18372024-05-14T07:50:50.412Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18382024-05-14T07:50:50.906Z Compiling rayon v1.10.0
18392024-05-14T07:50:52.106Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18402024-05-14T07:50:52.220Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18412024-05-14T07:50:53.784Z Compiling smf v0.2.3
18422024-05-14T07:50:54.276Z Compiling blake3 v1.5.0
18432024-05-14T07:50:54.858Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18442024-05-14T07:50:55.240Z Compiling portable-atomic v1.4.3
18452024-05-14T07:50:56.130Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18462024-05-14T07:50:56.239Z Compiling xattr v1.0.1
18472024-05-14T07:50:56.495Z Compiling memmap2 v0.7.1
18482024-05-14T07:50:56.519Z Compiling filetime v0.2.23
18492024-05-14T07:50:56.678Z Compiling arrayref v0.3.7
18502024-05-14T07:50:56.798Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18512024-05-14T07:50:56.960Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18522024-05-14T07:50:56.984Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18532024-05-14T07:50:57.005Z Compiling arrayvec v0.7.4
18542024-05-14T07:50:57.301Z Compiling same-file v1.0.6
18552024-05-14T07:50:57.499Z Compiling constant_time_eq v0.3.0
18562024-05-14T07:50:57.579Z Compiling walkdir v2.5.0
18572024-05-14T07:50:59.182Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18582024-05-14T07:51:00.216Z Compiling tar v0.4.40
18592024-05-14T07:51:01.743Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18602024-05-14T07:51:02.156Z Compiling gethostname v0.4.3
18612024-05-14T07:51:02.437Z Compiling number_prefix v0.4.0
18622024-05-14T07:51:02.512Z Compiling topological-sort v0.2.2
18632024-05-14T07:51:02.765Z Compiling indicatif v0.17.8
18642024-05-14T07:51:02.998Z Compiling omicron-zone-package v0.11.0
18652024-05-14T07:51:10.096Z Compiling swrite v0.1.0
18662024-05-14T07:51:10.301Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18672024-05-14T07:51:11.289Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18682024-05-14T07:51:12.803Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18692024-05-14T07:51:14.192Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18702024-05-14T07:51:33.136Z Finished release [optimized] target(s) in 5m 01s
18712024-05-14T07:51:33.383Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18722024-05-14T07:51:33.448ZLogging to: /work/oxidecomputer/omicron/out/LOG
18732024-05-14T07:51:33.452ZCreated new build target 'test' and set it as active
18742024-05-14T07:51:33.452Z
18752024-05-14T07:51:33.452Zreal 5:01.656407797
18762024-05-14T07:51:33.452Zuser 31:45.181635716
18772024-05-14T07:51:33.452Zsys 3:54.037552112
18782024-05-14T07:51:33.452Ztrap 0.920196428
18792024-05-14T07:51:33.452Ztflt 4.507980858
18802024-05-14T07:51:33.453Zdflt 4.395767170
18812024-05-14T07:51:33.453Zkflt 0.031850900
18822024-05-14T07:51:33.453Zlock 1:07:20.450563819
18832024-05-14T07:51:33.453Zslp 1:30:01.771661444
18842024-05-14T07:51:33.453Zlat 2:02.757901508
18852024-05-14T07:51:33.453Zstop 3:44.165627499
18862024-05-14T07:51:33.453Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18872024-05-14T07:51:34.264Z Finished release [optimized] target(s) in 0.75s
18882024-05-14T07:51:34.277Z Running `target/release/omicron-package -t test package`
18892024-05-14T07:51:34.324ZLogging to: /work/oxidecomputer/omicron/out/LOG
18902024-05-14T07:51:35.153Z Compiling newline-converter v0.3.0
18912024-05-14T07:51:35.164Z Compiling humantime v2.1.0
18922024-05-14T07:51:35.223Z Compiling unicode-xid v0.2.4
18932024-05-14T07:51:35.228Z Compiling linked-hash-map v0.5.6
18942024-05-14T07:51:35.234Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18952024-05-14T07:51:35.237Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18962024-05-14T07:51:35.238Z Compiling password-hash v0.5.0
18972024-05-14T07:51:35.238Z Compiling blake2 v0.10.6
18982024-05-14T07:51:35.346Z Compiling expectorate v1.1.0
18992024-05-14T07:51:35.358Z Compiling semver v0.1.20
19002024-05-14T07:51:35.578Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19012024-05-14T07:51:35.582Z Compiling lru-cache v0.1.2
19022024-05-14T07:51:35.780Z Compiling argon2 v0.5.3
19032024-05-14T07:51:35.818Z Compiling rustc_version v0.1.7
19042024-05-14T07:51:36.013Z Compiling bytecount v0.6.3
19052024-05-14T07:51:36.221Z Compiling newtype_derive v0.1.6
19062024-05-14T07:51:36.269Z Compiling papergrid v0.11.0
19072024-05-14T07:51:36.486Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19082024-05-14T07:51:36.567Z Compiling tabled_derive v0.7.0
19092024-05-14T07:51:37.069Z Compiling quick-error v1.2.3
19102024-05-14T07:51:37.202Z Compiling resolv-conf v0.7.0
19112024-05-14T07:51:37.414Z Compiling steno v0.4.0
19122024-05-14T07:51:38.339Z Compiling trust-dns-resolver v0.22.0
19132024-05-14T07:51:38.637Z Compiling tabled v0.15.0
19142024-05-14T07:51:38.699Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19152024-05-14T07:51:41.469Z Compiling derive-where v1.2.7
19162024-05-14T07:51:44.595Z Compiling slog-dtrace v0.3.0
19172024-05-14T07:51:44.908Z Compiling termcolor v1.2.0
19182024-05-14T07:51:45.928Z Compiling itertools v0.12.1
19192024-05-14T07:51:49.033Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19202024-05-14T07:51:49.523Z Compiling utf-8 v0.7.6
19212024-05-14T07:51:49.885Z Compiling num-rational v0.4.2
19222024-05-14T07:51:49.972Z Compiling num-complex v0.4.6
19232024-05-14T07:51:51.249Z Compiling num v0.4.3
19242024-05-14T07:51:51.354Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19252024-05-14T07:51:51.379Z Compiling nibble_vec v0.1.0
19262024-05-14T07:51:51.588Z Compiling endian-type v0.1.2
19272024-05-14T07:51:51.820Z Compiling radium v0.7.0
19282024-05-14T07:51:52.287Z Compiling radix_trie v0.2.1
19292024-05-14T07:51:52.401Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19302024-05-14T07:51:52.452Z Compiling tungstenite v0.20.1
19312024-05-14T07:51:53.216Z Compiling maybe-uninit v2.0.0
19322024-05-14T07:51:53.674Z Compiling tap v1.0.1
19332024-05-14T07:51:53.865Z Compiling wyz v0.5.1
19342024-05-14T07:51:54.396Z Compiling tokio-tungstenite v0.20.1
19352024-05-14T07:51:55.511Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19362024-05-14T07:51:57.986Z Compiling arc-swap v1.6.0
19372024-05-14T07:51:59.157Z Compiling packed_struct v0.10.1
19382024-05-14T07:51:59.181Z Compiling cancel-safe-futures v0.1.5
19392024-05-14T07:51:59.597Z Compiling crc-catalog v2.2.0
19402024-05-14T07:51:59.597Z Compiling funty v2.0.0
19412024-05-14T07:51:59.665Z Compiling display-error-chain v0.2.0
19422024-05-14T07:51:59.843Z Compiling num-bigint-dig v0.8.4
19432024-05-14T07:52:00.056Z Compiling crc v3.0.1
19442024-05-14T07:52:00.216Z Compiling slog-scope v4.4.0
19452024-05-14T07:52:00.828Z Compiling bitvec v1.0.1
19462024-05-14T07:52:00.997Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19472024-05-14T07:52:01.121Z Compiling packed_struct_codegen v0.10.1
19482024-05-14T07:52:01.605Z Compiling fxhash v0.2.1
19492024-05-14T07:52:01.828Z Compiling indexmap v1.9.3
19502024-05-14T07:52:02.152Z Compiling nodrop v0.1.14
19512024-05-14T07:52:02.219Z Compiling smallvec v0.6.14
19522024-05-14T07:52:02.267Z Compiling array-init v0.0.4
19532024-05-14T07:52:02.795Z Compiling slog-stdlog v4.1.1
19542024-05-14T07:52:04.109Z Compiling rayon-core v1.12.1
19552024-05-14T07:52:04.133Z Compiling synstructure v0.12.6
19562024-05-14T07:52:04.234Z Compiling pkcs1 v0.7.5
19572024-05-14T07:52:05.174Z Compiling signature v2.1.0
19582024-05-14T07:52:05.427Z Compiling crossbeam-deque v0.8.3
19592024-05-14T07:52:05.732Z Compiling dirs-sys-next v0.1.2
19602024-05-14T07:52:06.231Z Compiling half v2.3.1
19612024-05-14T07:52:06.927Z Compiling glob v0.3.1
19622024-05-14T07:52:07.683Z Compiling hashbrown v0.12.3
19632024-05-14T07:52:08.278Z Compiling crunchy v0.2.2
19642024-05-14T07:52:08.725Z Compiling ciborium-io v0.2.2
19652024-05-14T07:52:08.860Z Compiling bitfield v0.14.0
19662024-05-14T07:52:09.378Z Compiling same-file v1.0.6
19672024-05-14T07:52:09.378Z Compiling fastrand v2.0.1
19682024-05-14T07:52:09.378Z Compiling walkdir v2.5.0
19692024-05-14T07:52:09.379Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19702024-05-14T07:52:09.566Z Compiling tempfile v3.10.1
19712024-05-14T07:52:10.341Z Compiling ciborium-ll v0.2.2
19722024-05-14T07:52:10.814Z Compiling clang-sys v1.6.1
19732024-05-14T07:52:10.831Z Compiling rsa v0.9.2
19742024-05-14T07:52:11.512Z Compiling dirs-next v2.0.0
19752024-05-14T07:52:13.292Z Compiling zerocopy-derive v0.2.0
19762024-05-14T07:52:15.080Z Compiling serde-hex v0.1.0
19772024-05-14T07:52:15.680Z Compiling slog-envlogger v2.2.0
19782024-05-14T07:52:16.161Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-14T07:52:16.487Z Compiling env_logger v0.10.0
19802024-05-14T07:52:18.003Z Compiling camino v1.1.6
19812024-05-14T07:52:18.065Z Compiling x509-cert v0.2.4
19822024-05-14T07:52:18.468Z Compiling ron v0.8.1
19832024-05-14T07:52:20.134Z Compiling hashbrown v0.13.2
19842024-05-14T07:52:20.776Z Compiling prettyplease v0.2.20
19852024-05-14T07:52:20.786Z Compiling crc-any v2.4.3
19862024-05-14T07:52:21.533Z Compiling tiny-keccak v2.0.2
19872024-05-14T07:52:21.639Z Compiling maplit v1.0.2
19882024-05-14T07:52:21.762Z Compiling object v0.30.4
19892024-05-14T07:52:21.841Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19902024-05-14T07:52:23.237Z Compiling blake3 v1.5.0
19912024-05-14T07:52:23.526Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19922024-05-14T07:52:24.539Z Compiling rayon v1.10.0
19932024-05-14T07:52:25.181Z Compiling term v0.7.0
19942024-05-14T07:52:25.349Z Compiling ciborium v0.2.2
19952024-05-14T07:52:26.498Z Compiling memmap2 v0.7.1
19962024-05-14T07:52:26.856Z Compiling xattr v1.0.1
19972024-05-14T07:52:27.110Z Compiling atty v0.2.14
19982024-05-14T07:52:27.241Z Compiling filetime v0.2.23
19992024-05-14T07:52:27.486Z Compiling home v0.5.5
20002024-05-14T07:52:27.537Z Compiling arrayvec v0.7.4
20012024-05-14T07:52:27.709Z Compiling constant_time_eq v0.3.0
20022024-05-14T07:52:27.853Z Compiling path-slash v0.1.5
20032024-05-14T07:52:27.925Z Compiling arrayref v0.3.7
20042024-05-14T07:52:28.021Z Compiling toolchain_find v0.4.0
20052024-05-14T07:52:28.054Z Compiling tar v0.4.40
20062024-05-14T07:52:28.548Z Compiling ascii-canvas v3.0.0
20072024-05-14T07:52:29.229Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20082024-05-14T07:52:30.143Z Compiling camino-tempfile v1.1.1
20092024-05-14T07:52:30.278Z Compiling toml v0.8.12
20102024-05-14T07:52:30.453Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20112024-05-14T07:52:30.549Z Compiling is-terminal v0.4.9
20122024-05-14T07:52:30.681Z Compiling libsw v3.3.1
20132024-05-14T07:52:30.907Z Compiling ena v0.14.2
20142024-05-14T07:52:31.008Z Compiling libloading v0.7.4
20152024-05-14T07:52:31.335Z Compiling usdt-impl v0.3.5
20162024-05-14T07:52:31.396Z Compiling owo-colors v4.0.0
20172024-05-14T07:52:31.695Z Compiling bindgen v0.69.2
20182024-05-14T07:52:31.900Z Compiling parking_lot_core v0.8.6
20192024-05-14T07:52:32.155Z Compiling diff v0.1.13
20202024-05-14T07:52:32.325Z Compiling topological-sort v0.2.2
20212024-05-14T07:52:32.552Z Compiling linear-map v1.2.0
20222024-05-14T07:52:32.692Z Compiling regex-syntax v0.6.29
20232024-05-14T07:52:32.959Z Compiling convert_case v0.4.0
20242024-05-14T07:52:33.693Z Compiling derive_more v0.99.17
20252024-05-14T07:52:34.162Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20262024-05-14T07:52:35.185Z Compiling omicron-zone-package v0.11.0
20272024-05-14T07:52:37.958Z Compiling lalrpop v0.19.12
20282024-05-14T07:52:40.617Z Compiling rustfmt-wrapper v0.2.1
20292024-05-14T07:52:40.808Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20302024-05-14T07:52:41.561Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20312024-05-14T07:52:41.570Z Compiling cexpr v0.6.0
20322024-05-14T07:52:41.634Z Compiling which v4.4.0
20332024-05-14T07:52:42.186Z Compiling unicase v2.7.0
20342024-05-14T07:52:42.498Z Compiling shlex v1.3.0
20352024-05-14T07:52:42.615Z Compiling rustc-hash v1.1.0
20362024-05-14T07:52:42.763Z Compiling lazycell v1.3.0
20372024-05-14T07:52:42.851Z Compiling peeking_take_while v0.1.2
20382024-05-14T07:52:42.917Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20392024-05-14T07:52:43.567Z Compiling zerocopy v0.3.0
20402024-05-14T07:52:44.365Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20412024-05-14T07:52:45.377Z Compiling derive_builder_core v0.20.0
20422024-05-14T07:52:47.520Z Compiling pem v3.0.4
20432024-05-14T07:52:49.083Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20442024-05-14T07:52:49.306Z Compiling headers-core v0.2.0
20452024-05-14T07:52:49.472Z Compiling libxml v0.3.3
20462024-05-14T07:52:49.829Z Compiling async-recursion v1.1.1
20472024-05-14T07:52:51.226Z Compiling platforms v3.0.2
20482024-05-14T07:52:51.306Z Compiling ref-cast v1.0.22
20492024-05-14T07:52:51.599Z Compiling headers v0.3.9
20502024-05-14T07:52:51.827Z Compiling derive_builder_macro v0.20.0
20512024-05-14T07:52:51.968Z Compiling dof v0.1.5
20522024-05-14T07:52:52.690Z Compiling parking_lot v0.11.2
20532024-05-14T07:52:52.720Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20542024-05-14T07:52:54.221Z Compiling trust-dns-client v0.22.0
20552024-05-14T07:52:55.128Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20562024-05-14T07:52:55.404Z Compiling dtrace-parser v0.1.14
20572024-05-14T07:52:55.415Z Compiling strum_macros v0.24.3
20582024-05-14T07:52:55.448Z Compiling toml v0.5.11
20592024-05-14T07:52:57.053Z Compiling ref-cast-impl v1.0.22
20602024-05-14T07:52:57.576Z Compiling samael v0.0.15
20612024-05-14T07:52:58.145Z Compiling vte_generate_state_changes v0.1.1
20622024-05-14T07:52:58.737Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20632024-05-14T07:52:58.855Z Compiling cookie v0.18.1
20642024-05-14T07:52:59.064Z Compiling buf-list v1.0.3
20652024-05-14T07:52:59.090Z Compiling cfg_aliases v0.1.1
20662024-05-14T07:52:59.148Z Compiling indoc v1.0.9
20672024-05-14T07:52:59.175Z Compiling nix v0.28.0
20682024-05-14T07:52:59.764Z Compiling vte v0.11.1
20692024-05-14T07:53:00.033Z Compiling trust-dns-server v0.22.1
20702024-05-14T07:53:01.638Z Compiling sled v0.34.7
20712024-05-14T07:53:03.430Z Compiling derive_builder v0.20.0
20722024-05-14T07:53:04.046Z Compiling polar-core v0.27.3
20732024-05-14T07:53:05.232Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20742024-05-14T07:53:06.860Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20752024-05-14T07:53:07.167Z Compiling const_format_proc_macros v0.2.32
20762024-05-14T07:53:08.554Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20772024-05-14T07:53:08.955Z Compiling fd-lock v4.0.2
20782024-05-14T07:53:09.118Z Compiling bb8 v0.8.3
20792024-05-14T07:53:09.157Z Compiling impl-trait-for-tuples v0.2.2
20802024-05-14T07:53:10.018Z Compiling serde_tokenstream v0.1.7
20812024-05-14T07:53:10.098Z Compiling oso-derive v0.27.3
20822024-05-14T07:53:11.108Z Compiling quick-xml v0.31.0
20832024-05-14T07:53:14.125Z Compiling pin-project-internal v1.1.3
20842024-05-14T07:53:16.461Z Compiling memoffset v0.7.1
20852024-05-14T07:53:16.799Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20862024-05-14T07:53:17.231Z Compiling pin-project v1.1.3
20872024-05-14T07:53:17.365Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20882024-05-14T07:53:17.951Z Compiling const_format v0.2.32
20892024-05-14T07:53:21.064Z Compiling curve25519-dalek v4.1.2
20902024-05-14T07:53:21.487Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20912024-05-14T07:53:22.391Z Compiling strip-ansi-escapes v0.2.0
20922024-05-14T07:53:27.147Z Compiling oso v0.27.3
20932024-05-14T07:53:37.416Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20942024-05-14T07:53:38.572Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20952024-05-14T07:53:43.164Z Compiling kstat-rs v0.2.3
20962024-05-14T07:53:43.660Z Compiling snafu-derive v0.8.2
20972024-05-14T07:53:44.116Z Compiling fs-err v2.11.0
20982024-05-14T07:53:44.174Z Compiling keccak v0.1.4
20992024-05-14T07:53:44.422Z Compiling nu-ansi-term v0.50.0
21002024-05-14T07:53:45.117Z Compiling reedline v0.31.0
21012024-05-14T07:53:45.662Z Compiling sha3 v0.10.8
21022024-05-14T07:53:46.502Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21032024-05-14T07:53:48.576Z Compiling snafu v0.8.2
21042024-05-14T07:53:50.034Z Compiling mime_guess v2.0.4
21052024-05-14T07:53:52.868Z Compiling usdt-attr-macro v0.3.5
21062024-05-14T07:53:54.275Z Compiling usdt-macro v0.3.5
21072024-05-14T07:53:54.745Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21082024-05-14T07:53:55.708Z Compiling env_logger v0.9.3
21092024-05-14T07:53:55.940Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21102024-05-14T07:54:00.543Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21112024-05-14T07:54:02.078Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21122024-05-14T07:54:02.566Z Compiling globset v0.4.13
21132024-05-14T07:54:04.676Z Compiling peg-macros v0.8.3
21142024-05-14T07:54:07.698Z Compiling olpc-cjson v0.1.3
21152024-05-14T07:54:08.019Z Compiling universal-hash v0.5.1
21162024-05-14T07:54:08.239Z Compiling secrecy v0.8.0
21172024-05-14T07:54:08.483Z Compiling bitstruct_derive v0.1.0
21182024-05-14T07:54:09.352Z Compiling thiserror-impl-no-std v2.0.2
21192024-05-14T07:54:09.756Z Compiling serde_plain v1.0.2
21202024-05-14T07:54:09.821Z Compiling sqlparser_derive v0.2.2
21212024-05-14T07:54:10.273Z Compiling nanorand v0.7.0
21222024-05-14T07:54:10.847Z Compiling curve25519-dalek-derive v0.1.0
21232024-05-14T07:54:10.889Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21242024-05-14T07:54:11.029Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21252024-05-14T07:54:11.041Z Compiling signature v1.6.4
21262024-05-14T07:54:11.204Z Compiling typed-path v0.7.0
21272024-05-14T07:54:11.363Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21282024-05-14T07:54:11.964Z Compiling ascii v1.1.0
21292024-05-14T07:54:12.017Z Compiling unicode_categories v0.1.1
21302024-05-14T07:54:12.300Z Compiling salty v0.2.0
21312024-05-14T07:54:12.352Z Compiling opaque-debug v0.3.0
21322024-05-14T07:54:12.444Z Compiling poly1305 v0.8.0
21332024-05-14T07:54:12.675Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21342024-05-14T07:54:14.052Z Compiling tough v0.17.1
21352024-05-14T07:54:15.131Z Compiling sqlformat v0.2.3
21362024-05-14T07:54:15.173Z Compiling thiserror-no-std v2.0.2
21372024-05-14T07:54:15.294Z Compiling rustyline v14.0.0
21382024-05-14T07:54:18.129Z Compiling ed25519 v1.5.3
21392024-05-14T07:54:18.429Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21402024-05-14T07:54:18.710Z Compiling sqlparser v0.45.0
21412024-05-14T07:54:20.091Z Compiling flume v0.11.0
21422024-05-14T07:54:20.806Z Compiling bitstruct v0.1.1
21432024-05-14T07:54:20.933Z Compiling peg v0.8.3
21442024-05-14T07:54:21.042Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21452024-05-14T07:54:22.060Z Compiling usdt v0.3.5
21462024-05-14T07:54:22.523Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21472024-05-14T07:54:23.825Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21482024-05-14T07:54:29.304Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21492024-05-14T07:54:31.145Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21502024-05-14T07:54:31.149Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21512024-05-14T07:54:31.408Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21522024-05-14T07:54:32.556Z Compiling chacha20 v0.9.1
21532024-05-14T07:54:33.003Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21542024-05-14T07:54:35.226Z Compiling aead v0.5.2
21552024-05-14T07:54:35.560Z Compiling bcs v0.1.6
21562024-05-14T07:54:36.461Z Compiling serde_arrays v0.1.0
21572024-05-14T07:54:36.663Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21582024-05-14T07:54:37.523Z Compiling erased-serde v0.3.31
21592024-05-14T07:54:39.192Z Compiling serde-big-array v0.5.1
21602024-05-14T07:54:39.464Z Compiling highway v1.1.0
21612024-05-14T07:54:40.896Z Compiling parse-size v1.0.0
21622024-05-14T07:54:41.306Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21632024-05-14T07:54:41.626Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21642024-05-14T07:54:52.209Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21652024-05-14T07:55:07.141Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21662024-05-14T07:55:07.650Z Compiling chacha20poly1305 v0.10.1
21672024-05-14T07:55:10.057Z Compiling vsss-rs v3.3.4
21682024-05-14T07:55:12.126Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21692024-05-14T07:55:12.864Z Compiling signal-hook-tokio v0.3.1
21702024-05-14T07:55:13.064Z Compiling heck v0.3.3
21712024-05-14T07:55:13.072Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21722024-05-14T07:55:13.427Z Compiling castaway v0.2.2
21732024-05-14T07:55:13.608Z Compiling rand_seeder v0.2.3
21742024-05-14T07:55:13.983Z Compiling serde-big-array v0.4.1
21752024-05-14T07:55:14.182Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21762024-05-14T07:55:14.617Z Compiling http-range v0.1.5
21772024-05-14T07:55:15.190Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21782024-05-14T07:55:15.307Z Compiling hyper-staticfile v0.9.5
21792024-05-14T07:55:16.451Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21802024-05-14T07:55:17.839Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21812024-05-14T07:55:18.023Z Compiling compact_str v0.7.1
21822024-05-14T07:55:18.688Z Compiling zone_cfg_derive v0.1.2
21832024-05-14T07:55:19.567Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21842024-05-14T07:55:20.140Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21852024-05-14T07:55:26.579Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21862024-05-14T07:55:27.222Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21872024-05-14T07:55:31.690Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21882024-05-14T07:55:33.579Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21892024-05-14T07:55:33.878Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21902024-05-14T07:55:34.194Z Compiling tungstenite v0.21.0
21912024-05-14T07:55:39.540Z Compiling lru v0.12.1
21922024-05-14T07:55:39.893Z Compiling stability v0.2.0
21932024-05-14T07:55:40.202Z Compiling corncobs v0.1.3
21942024-05-14T07:55:40.641Z Compiling base64 v0.13.1
21952024-05-14T07:55:40.950Z Compiling cassowary v0.3.0
21962024-05-14T07:55:41.435Z Compiling indoc v2.0.3
21972024-05-14T07:55:42.420Z Compiling ratatui v0.26.2
21982024-05-14T07:55:45.286Z Compiling ron v0.7.1
21992024-05-14T07:55:47.662Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22002024-05-14T07:55:48.446Z Compiling tokio-tungstenite v0.21.0
22012024-05-14T07:55:49.022Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22022024-05-14T07:55:50.967Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22032024-05-14T07:55:51.647Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22042024-05-14T07:56:00.094Z Compiling zone v0.1.8
22052024-05-14T07:56:03.695Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22062024-05-14T07:56:10.179Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22072024-05-14T07:56:13.183Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22082024-05-14T07:56:14.543Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22092024-05-14T07:56:15.529Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22102024-05-14T07:56:15.842Z Compiling portpicker v0.1.1
22112024-05-14T07:56:16.383Z Compiling unicode-linebreak v0.1.5
22122024-05-14T07:56:16.912Z Compiling smawk v0.3.1
22132024-05-14T07:56:17.155Z Compiling textwrap v0.16.1
22142024-05-14T07:56:20.819Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22152024-05-14T07:56:22.532Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22162024-05-14T07:56:26.116Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22172024-05-14T07:56:32.586Z Compiling rcgen v0.12.1
22182024-05-14T07:56:33.436Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22192024-05-14T07:56:33.944Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22202024-05-14T07:56:39.739Z Compiling atomicwrites v0.4.3
22212024-05-14T07:56:39.800Z Compiling fatfs v0.3.6
22222024-05-14T07:56:40.278Z Compiling rtoolbox v0.0.1
22232024-05-14T07:56:40.712Z Compiling subprocess v0.2.9
22242024-05-14T07:56:41.044Z Compiling assert_matches v1.5.0
22252024-05-14T07:56:41.142Z Compiling is_ci v1.2.0
22262024-05-14T07:56:41.420Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-05-14T07:56:42.573Z Compiling supports-color v3.0.0
22282024-05-14T07:56:43.567Z Compiling rpassword v7.3.1
22292024-05-14T07:56:43.997Z Compiling tui-tree-widget v0.19.0
22302024-05-14T07:56:44.417Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22312024-05-14T07:56:45.980Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22322024-05-14T07:56:46.657Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22332024-05-14T07:56:46.961Z Compiling csv-core v0.1.11
22342024-05-14T07:56:47.884Z Compiling shell-words v1.1.0
22352024-05-14T07:56:48.338Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22362024-05-14T07:56:48.371Z Compiling csv v1.3.0
22372024-05-14T07:56:48.550Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22382024-05-14T07:56:50.424Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22392024-05-14T07:57:01.044Z Compiling uzers v0.11.3
22402024-05-14T07:57:04.270Z Compiling multimap v0.10.0
22412024-05-14T07:57:04.657Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22422024-05-14T07:59:28.753Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22432024-05-14T07:59:43.203Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22442024-05-14T08:06:14.657Z Finished release [optimized] target(s) in 14m 40s
22452024-05-14T08:07:13.503Z
22462024-05-14T08:07:13.507Zreal 15:39.937475981
22472024-05-14T08:07:13.507Zuser 1:48:47.903125879
22482024-05-14T08:07:13.507Zsys 4:40.405901113
22492024-05-14T08:07:13.508Ztrap 2.477126273
22502024-05-14T08:07:13.508Ztflt 2.319898610
22512024-05-14T08:07:13.508Zdflt 2.824234892
22522024-05-14T08:07:13.508Zkflt 0.050700834
22532024-05-14T08:07:13.508Zlock 6:54:00.848470510
22542024-05-14T08:07:13.508Zslp 4:19:14.520675196
22552024-05-14T08:07:13.508Zlat 2:24.829700042
22562024-05-14T08:07:13.508Zstop 1:06.933745566
22572024-05-14T08:07:13.508Z+ ptime -m cargo build --locked --release -p xtask
22582024-05-14T08:07:13.986Z Downloading crates ...
22592024-05-14T08:07:14.055Z Downloaded cargo-platform v0.1.3
22602024-05-14T08:07:14.075Z Downloaded cargo_metadata v0.18.1
22612024-05-14T08:07:14.109Z Downloaded cargo_toml v0.20.2
22622024-05-14T08:07:14.110Z Compiling serde v1.0.201
22632024-05-14T08:07:14.110Z Compiling libc v0.2.153
22642024-05-14T08:07:14.110Z Compiling rustix v0.38.31
22652024-05-14T08:07:14.110Z Compiling bitflags v2.4.2
22662024-05-14T08:07:14.110Z Compiling hashbrown v0.14.3
22672024-05-14T08:07:14.161Z Compiling syn v2.0.60
22682024-05-14T08:07:14.166Z Compiling serde_json v1.0.116
22692024-05-14T08:07:14.185Z Compiling anyhow v1.0.83
22702024-05-14T08:07:15.358Z Compiling indexmap v2.2.6
22712024-05-14T08:07:15.650Z Compiling errno v0.3.8
22722024-05-14T08:07:16.620Z Compiling terminal_size v0.3.0
22732024-05-14T08:07:16.712Z Compiling clap_builder v4.5.2
22742024-05-14T08:07:18.715Z Compiling serde_derive v1.0.201
22752024-05-14T08:07:18.715Z Compiling thiserror-impl v1.0.59
22762024-05-14T08:07:18.719Z Compiling clap_derive v4.5.4
22772024-05-14T08:07:20.289Z Compiling thiserror v1.0.59
22782024-05-14T08:07:22.189Z Compiling clap v4.5.4
22792024-05-14T08:07:27.748Z Compiling serde_spanned v0.6.5
22802024-05-14T08:07:27.748Z Compiling toml_datetime v0.6.5
22812024-05-14T08:07:27.753Z Compiling cargo-platform v0.1.3
22822024-05-14T08:07:27.753Z Compiling camino v1.1.6
22832024-05-14T08:07:27.753Z Compiling semver v1.0.22
22842024-05-14T08:07:27.753Z Compiling macaddr v1.0.1
22852024-05-14T08:07:28.031Z Compiling toml_edit v0.22.12
22862024-05-14T08:07:29.315Z Compiling cargo_metadata v0.18.1
22872024-05-14T08:07:30.605Z Compiling toml v0.8.12
22882024-05-14T08:07:33.791Z Compiling cargo_toml v0.20.2
22892024-05-14T08:07:53.069Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22902024-05-14T08:07:55.922Z Finished release [optimized] target(s) in 42.37s
22912024-05-14T08:07:55.974Z
22922024-05-14T08:07:55.991Zreal 42.456225389
22932024-05-14T08:07:55.992Zuser 3:02.870208325
22942024-05-14T08:07:55.992Zsys 14.963124971
22952024-05-14T08:07:55.992Ztrap 0.067173166
22962024-05-14T08:07:55.992Ztflt 0.156888966
22972024-05-14T08:07:55.992Zdflt 0.778632785
22982024-05-14T08:07:55.992Zkflt 0.000088123
22992024-05-14T08:07:55.992Zlock 4:02.560276691
23002024-05-14T08:07:55.992Zslp 3:24.753485225
23012024-05-14T08:07:55.992Zlat 2.934192200
23022024-05-14T08:07:55.992Zstop 3.562496882
23032024-05-14T08:07:55.992Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask)
23042024-05-14T08:07:55.992Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask
23052024-05-14T08:08:05.702ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23062024-05-14T08:08:05.702Za out/mg-ddm-gz.tar 60398K
23072024-05-14T08:08:05.703Za out/omicron-sled-agent.tar 94558K
23082024-05-14T08:08:05.703Za out/oxlog.tar 2914K
23092024-05-14T08:08:05.703Za out/pumpkind-gz.tar 26665K
23102024-05-14T08:08:05.704Za out/target/test 1K
23112024-05-14T08:08:05.704Za out/npuzone/npuzone 23144K
23122024-05-14T08:08:05.704Za package-manifest.toml 27K
23132024-05-14T08:08:05.704Za smf/sled-agent/non-gimlet/config.toml 4K
23142024-05-14T08:08:05.704Za target/release/omicron-package 31464K
23152024-05-14T08:08:05.706Za target/release/xtask 6665K
23162024-05-14T08:08:05.724Z
23172024-05-14T08:08:05.724Zreal 9.722437052
23182024-05-14T08:08:05.724Zuser 9.408951660
23192024-05-14T08:08:05.725Zsys 0.638673996
23202024-05-14T08:08:05.725Ztrap 0.000849900
23212024-05-14T08:08:05.725Ztflt 0.000000000
23222024-05-14T08:08:05.725Zdflt 0.000000000
23232024-05-14T08:08:05.725Zkflt 0.000000000
23242024-05-14T08:08:05.725Zlock 0.000000000
23252024-05-14T08:08:05.726Zslp 9.186083381
23262024-05-14T08:08:05.726Zlat 0.207097294
23272024-05-14T08:08:05.726Zstop 0.000183845
23282024-05-14T08:08:05.726Z++ pwd
23292024-05-14T08:08:05.726Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23302024-05-14T08:08:05.726Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23312024-05-14T08:08:05.726Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23322024-05-14T08:08:06.535Z Finished release [optimized] target(s) in 0.74s
23332024-05-14T08:08:06.565Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23342024-05-14T08:08:06.575ZLogging to: /work/oxidecomputer/omicron/out/LOG
23352024-05-14T08:08:06.576ZCreated new build target 'host' and set it as active
23362024-05-14T08:08:06.576Z
23372024-05-14T08:08:06.576Zreal 0.849288385
23382024-05-14T08:08:06.576Zuser 0.564482486
23392024-05-14T08:08:06.576Zsys 0.269014144
23402024-05-14T08:08:06.577Ztrap 0.000242340
23412024-05-14T08:08:06.577Ztflt 0.000010108
23422024-05-14T08:08:06.577Zdflt 0.000000000
23432024-05-14T08:08:06.577Zkflt 0.000000000
23442024-05-14T08:08:06.578Zlock 0.023592260
23452024-05-14T08:08:06.578Zslp 0.104110110
23462024-05-14T08:08:06.578Zlat 0.003917276
23472024-05-14T08:08:06.578Zstop 0.000265454
23482024-05-14T08:08:06.579Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23492024-05-14T08:08:10.766Z Finished release [optimized] target(s) in 0.74s
23502024-05-14T08:08:10.843Z Running `target/release/omicron-package -t host package`
23512024-05-14T08:08:10.843ZLogging to: /work/oxidecomputer/omicron/out/LOG
23522024-05-14T08:08:10.869Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23532024-05-14T08:10:38.863Z Finished release [optimized] target(s) in 2m 31s
23542024-05-14T08:11:11.058Z
23552024-05-14T08:11:11.063Zreal 3:04.468645884
23562024-05-14T08:11:11.063Zuser 14:04.982163947
23572024-05-14T08:11:11.063Zsys 39.419908455
23582024-05-14T08:11:11.063Ztrap 0.242351264
23592024-05-14T08:11:11.063Ztflt 0.020343221
23602024-05-14T08:11:11.064Zdflt 10.869713130
23612024-05-14T08:11:11.064Zkflt 0.000762345
23622024-05-14T08:11:11.064Zlock 1:00:36.254690342
23632024-05-14T08:11:11.064Zslp 12:25.143694286
23642024-05-14T08:11:11.064Zlat 5.730069963
23652024-05-14T08:11:11.064Zstop 2.658327237
23662024-05-14T08:11:11.064Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23672024-05-14T08:11:11.064Z+ for package in "$@"
23682024-05-14T08:11:11.064Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git7b7f6b85d18
23692024-05-14T08:11:11.879Z Finished release [optimized] target(s) in 0.76s
23702024-05-14T08:11:11.903Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git7b7f6b85d18`
23712024-05-14T08:11:11.937ZLogging to: /work/oxidecomputer/omicron/out/LOG
23722024-05-14T08:11:12.105ZCreated: out/versioned/omicron-sled-agent.tar
23732024-05-14T08:11:12.114Z+ for package in "$@"
23742024-05-14T08:11:12.114Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18
23752024-05-14T08:11:12.881Z Finished release [optimized] target(s) in 0.74s
23762024-05-14T08:11:12.902Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18`
23772024-05-14T08:11:12.933ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782024-05-14T08:11:13.042ZCreated: out/versioned/mg-ddm-gz.tar
23792024-05-14T08:11:13.046Z+ for package in "$@"
23802024-05-14T08:11:13.046Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git7b7f6b85d18
23812024-05-14T08:11:13.825Z Finished release [optimized] target(s) in 0.73s
23822024-05-14T08:11:13.846Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git7b7f6b85d18`
23832024-05-14T08:11:13.878ZLogging to: /work/oxidecomputer/omicron/out/LOG
23842024-05-14T08:11:14.934ZCreated: out/versioned/propolis-server.tar.gz
23852024-05-14T08:11:14.938Z+ for package in "$@"
23862024-05-14T08:11:14.938Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git7b7f6b85d18
23872024-05-14T08:11:15.748Z Finished release [optimized] target(s) in 0.73s
23882024-05-14T08:11:15.752Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git7b7f6b85d18`
23892024-05-14T08:11:15.779ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902024-05-14T08:11:15.784ZCreated: out/versioned/overlay.tar.gz
23912024-05-14T08:11:15.784Z+ for package in "$@"
23922024-05-14T08:11:15.784Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git7b7f6b85d18
23932024-05-14T08:11:16.602Z Finished release [optimized] target(s) in 0.77s
23942024-05-14T08:11:16.625Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git7b7f6b85d18`
23952024-05-14T08:11:16.654ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962024-05-14T08:11:16.662ZCreated: out/versioned/oxlog.tar
23972024-05-14T08:11:16.666Z+ for package in "$@"
23982024-05-14T08:11:16.666Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git7b7f6b85d18
23992024-05-14T08:11:17.467Z Finished release [optimized] target(s) in 0.75s
24002024-05-14T08:11:17.492Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git7b7f6b85d18`
24012024-05-14T08:11:17.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022024-05-14T08:11:17.582ZCreated: out/versioned/pumpkind-gz.tar
24032024-05-14T08:11:17.586Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24042024-05-14T08:11:17.595Z+++ dirname -- ./tools/build-global-zone-packages.sh
24052024-05-14T08:11:17.598Z++ cd -- ./tools
24062024-05-14T08:11:17.598Z++ pwd
24072024-05-14T08:11:17.599Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24082024-05-14T08:11:17.602Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24092024-05-14T08:11:17.637Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24102024-05-14T08:11:17.641Z++ readlink -f /work
24112024-05-14T08:11:17.641Z+ out_dir=/work
24122024-05-14T08:11:17.641Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
24132024-05-14T08:11:17.641Z+ for dep in "${deps[@]}"
24142024-05-14T08:11:17.641Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24152024-05-14T08:11:17.641Z+ for dep in "${deps[@]}"
24162024-05-14T08:11:17.641Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24172024-05-14T08:11:17.641Z+ for dep in "${deps[@]}"
24182024-05-14T08:11:17.641Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24192024-05-14T08:11:17.641Z+ for dep in "${deps[@]}"
24202024-05-14T08:11:17.641Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24212024-05-14T08:11:17.641Z+ for dep in "${deps[@]}"
24222024-05-14T08:11:17.642Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24232024-05-14T08:11:17.642Z+ for dep in "${deps[@]}"
24242024-05-14T08:11:17.642Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24252024-05-14T08:11:17.645Z++ mktemp -d
24262024-05-14T08:11:17.645Z+ tmp_gz=/tmp/tmp.7dayti
24272024-05-14T08:11:17.645Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24282024-05-14T08:11:17.645Z+ echo '{"v":"1","t":"layer"}'
24292024-05-14T08:11:17.645Z+ pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/sled-agent
24302024-05-14T08:11:17.645Z+ mkdir -p /tmp/tmp.7dayti/root/opt/oxide/sled-agent
24312024-05-14T08:11:17.648Z+ cd /tmp/tmp.7dayti/root/opt/oxide/sled-agent
24322024-05-14T08:11:17.648Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24332024-05-14T08:11:17.713Zx ., 0 bytes, 0 tape blocks
24342024-05-14T08:11:17.713Zx zone-bundle, 27583888 bytes, 53875 tape blocks
24352024-05-14T08:11:17.713Zx sled-agent, 69190904 bytes, 135139 tape blocks
24362024-05-14T08:11:17.713Zx pkg, 0 bytes, 0 tape blocks
24372024-05-14T08:11:17.713Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24382024-05-14T08:11:17.713Zx pkg/README.md, 54 bytes, 1 tape blocks
24392024-05-14T08:11:17.713Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24402024-05-14T08:11:17.713Zx VERSION, 25 bytes, 1 tape blocks
24412024-05-14T08:11:17.716Z+ mkdir -p /tmp/tmp.7dayti/root/lib/svc/manifest/site/
24422024-05-14T08:11:17.716Z+ mv pkg/manifest.xml /tmp/tmp.7dayti/root/lib/svc/manifest/site/sled-agent.xml
24432024-05-14T08:11:17.720Z+ cd -
24442024-05-14T08:11:17.720Z/work/oxidecomputer/omicron
24452024-05-14T08:11:17.720Z+ pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/mg-ddm
24462024-05-14T08:11:17.720Z+ mkdir -p /tmp/tmp.7dayti/root/opt/oxide/mg-ddm
24472024-05-14T08:11:17.725Z+ cd /tmp/tmp.7dayti/root/opt/oxide/mg-ddm
24482024-05-14T08:11:17.725Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24492024-05-14T08:11:17.763Zx ., 0 bytes, 0 tape blocks
24502024-05-14T08:11:17.763Zx ddmadm, 18870416 bytes, 36857 tape blocks
24512024-05-14T08:11:17.763Zx ddmd, 42960632 bytes, 83908 tape blocks
24522024-05-14T08:11:17.763Zx pkg, 0 bytes, 0 tape blocks
24532024-05-14T08:11:17.763Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24542024-05-14T08:11:17.763Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24552024-05-14T08:11:17.763Zx pkg/mgd, 0 bytes, 0 tape blocks
24562024-05-14T08:11:17.763Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24572024-05-14T08:11:17.763Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24582024-05-14T08:11:17.763Zx pkg/ddm, 0 bytes, 0 tape blocks
24592024-05-14T08:11:17.763Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24602024-05-14T08:11:17.763Zx VERSION, 25 bytes, 1 tape blocks
24612024-05-14T08:11:17.767Z+ cd -
24622024-05-14T08:11:17.767Z/work/oxidecomputer/omicron
24632024-05-14T08:11:17.767Z+ pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/pumpkind
24642024-05-14T08:11:17.767Z+ mkdir -p /tmp/tmp.7dayti/root/opt/oxide/pumpkind
24652024-05-14T08:11:17.767Z+ cd /tmp/tmp.7dayti/root/opt/oxide/pumpkind
24662024-05-14T08:11:17.767Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24672024-05-14T08:11:17.789Zx ., 0 bytes, 0 tape blocks
24682024-05-14T08:11:17.789Zx lib, 0 bytes, 0 tape blocks
24692024-05-14T08:11:17.789Zx lib/svc, 0 bytes, 0 tape blocks
24702024-05-14T08:11:17.789Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24712024-05-14T08:11:17.789Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24722024-05-14T08:11:17.789Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24732024-05-14T08:11:17.789Zx bin, 0 bytes, 0 tape blocks
24742024-05-14T08:11:17.789Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24752024-05-14T08:11:17.789Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24762024-05-14T08:11:17.789Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24772024-05-14T08:11:17.790Zx VERSION, 25 bytes, 1 tape blocks
24782024-05-14T08:11:17.790Z+ cd -
24792024-05-14T08:11:17.790Z/work/oxidecomputer/omicron
24802024-05-14T08:11:17.790Z+ pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/oxlog
24812024-05-14T08:11:17.790Z+ mkdir -p /tmp/tmp.7dayti/root/opt/oxide/oxlog
24822024-05-14T08:11:17.793Z+ cd /tmp/tmp.7dayti/root/opt/oxide/oxlog
24832024-05-14T08:11:17.793Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24842024-05-14T08:11:17.793Zx ., 0 bytes, 0 tape blocks
24852024-05-14T08:11:17.793Zx oxlog, 2981376 bytes, 5823 tape blocks
24862024-05-14T08:11:17.793Zx VERSION, 25 bytes, 1 tape blocks
24872024-05-14T08:11:17.793Z+ cd -
24882024-05-14T08:11:17.793Z/work/oxidecomputer/omicron
24892024-05-14T08:11:17.793Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.7dayti/root/opt/oxide
24902024-05-14T08:11:17.877Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.7dayti/root/opt/oxide
24912024-05-14T08:11:17.881Z+ cd /tmp/tmp.7dayti
24922024-05-14T08:11:17.881Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24932024-05-14T08:11:26.926ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24942024-05-14T08:11:26.926Za oxide.json 1K
24952024-05-14T08:11:26.926Za root/ 0K
24962024-05-14T08:11:26.926Za root/opt/ 0K
24972024-05-14T08:11:26.927Za root/opt/oxide/ 0K
24982024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/ 0K
24992024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/zone-bundle 26938K
25002024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/sled-agent 67570K
25012024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/pkg/ 0K
25022024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25032024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/pkg/README.md 1K
25042024-05-14T08:11:26.927Za root/opt/oxide/sled-agent/VERSION 1K
25052024-05-14T08:11:26.927Za root/opt/oxide/mg-ddm/ 0K
25062024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/ddmadm 18429K
25072024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/ddmd 41954K
25082024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/pkg/ 0K
25092024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25102024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25112024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25122024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25132024-05-14T08:11:26.928Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25142024-05-14T08:11:26.929Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25152024-05-14T08:11:26.929Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25162024-05-14T08:11:26.929Za root/opt/oxide/mg-ddm/VERSION 1K
25172024-05-14T08:11:26.929Za root/opt/oxide/pumpkind/ 0K
25182024-05-14T08:11:26.929Za root/opt/oxide/pumpkind/lib/ 0K
25192024-05-14T08:11:26.929Za root/opt/oxide/pumpkind/lib/svc/ 0K
25202024-05-14T08:11:26.929Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25212024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25222024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25232024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/bin/ 0K
25242024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25252024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
25262024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25272024-05-14T08:11:26.930Za root/opt/oxide/pumpkind/VERSION 1K
25282024-05-14T08:11:26.931Za root/opt/oxide/oxlog/ 0K
25292024-05-14T08:11:26.931Za root/opt/oxide/oxlog/oxlog 2912K
25302024-05-14T08:11:26.931Za root/opt/oxide/oxlog/VERSION 1K
25312024-05-14T08:11:26.931Za root/opt/oxide/propolis-server.tar.gz 65038K
25322024-05-14T08:11:26.931Za root/opt/oxide/overlay.tar.gz 3K
25332024-05-14T08:11:26.931Za root/lib/ 0K
25342024-05-14T08:11:26.932Za root/lib/svc/ 0K
25352024-05-14T08:11:26.932Za root/lib/svc/manifest/ 0K
25362024-05-14T08:11:26.932Za root/lib/svc/manifest/site/ 0K
25372024-05-14T08:11:26.932Za root/lib/svc/manifest/site/sled-agent.xml 3K
25382024-05-14T08:11:26.938Z+ cd /
25392024-05-14T08:11:26.938Z+ rm -rf /tmp/tmp.7dayti
25402024-05-14T08:11:26.950Z
25412024-05-14T08:11:26.954Zreal 9.360137639
25422024-05-14T08:11:26.954Zuser 8.775159949
25432024-05-14T08:11:26.954Zsys 0.581845513
25442024-05-14T08:11:26.954Ztrap 0.001358686
25452024-05-14T08:11:26.954Ztflt 0.000000000
25462024-05-14T08:11:26.955Zdflt 0.000000000
25472024-05-14T08:11:26.955Zkflt 0.000000000
25482024-05-14T08:11:26.955Zlock 0.000000000
25492024-05-14T08:11:26.955Zslp 18.184127581
25502024-05-14T08:11:26.955Zlat 0.197480399
25512024-05-14T08:11:26.955Zstop 0.000224838
25522024-05-14T08:11:26.955Z+ mkdir -p /work/zones
25532024-05-14T08:11:26.955Z+ 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)
25542024-05-14T08:11:26.955Z+ 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/
25552024-05-14T08:11:29.247Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25562024-05-14T08:11:30.096Z Finished release [optimized] target(s) in 0.79s
25572024-05-14T08:11:30.121Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25582024-05-14T08:11:30.153ZLogging to: /work/oxidecomputer/omicron/out/LOG
25592024-05-14T08:11:30.565ZCreated new build target 'recovery' and set it as active
25602024-05-14T08:11:30.565Z
25612024-05-14T08:11:30.565Zreal 0.905028962
25622024-05-14T08:11:30.565Zuser 0.591860030
25632024-05-14T08:11:30.565Zsys 0.295881479
25642024-05-14T08:11:30.566Ztrap 0.000541705
25652024-05-14T08:11:30.566Ztflt 0.000055943
25662024-05-14T08:11:30.566Zdflt 0.000013608
25672024-05-14T08:11:30.566Zkflt 0.000000000
25682024-05-14T08:11:30.566Zlock 0.023500428
25692024-05-14T08:11:30.566Zslp 0.106818961
25702024-05-14T08:11:30.566Zlat 0.004735600
25712024-05-14T08:11:30.567Zstop 0.000298566
25722024-05-14T08:11:30.567Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25732024-05-14T08:11:30.950Z Finished release [optimized] target(s) in 0.75s
25742024-05-14T08:11:30.974Z Running `target/release/omicron-package -t recovery package`
25752024-05-14T08:11:31.004ZLogging to: /work/oxidecomputer/omicron/out/LOG
25762024-05-14T08:11:31.700Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25772024-05-14T08:11:34.069Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25782024-05-14T08:11:53.122Z Finished release [optimized] target(s) in 22.06s
25792024-05-14T08:11:53.657Z
25802024-05-14T08:11:53.658Zreal 23.497390482
25812024-05-14T08:11:53.658Zuser 1:37.890332887
25822024-05-14T08:11:53.658Zsys 6.631593749
25832024-05-14T08:11:53.658Ztrap 0.066972213
25842024-05-14T08:11:53.659Ztflt 0.105347596
25852024-05-14T08:11:53.664Zdflt 0.278137669
25862024-05-14T08:11:53.664Zkflt 0.039150322
25872024-05-14T08:11:53.665Zlock 5:59.312512443
25882024-05-14T08:11:53.665Zslp 1:25.120624820
25892024-05-14T08:11:53.665Zlat 0.845239210
25902024-05-14T08:11:53.665Zstop 0.632324663
25912024-05-14T08:11:53.665Z+ stamp_packages installinator mg-ddm-gz
25922024-05-14T08:11:53.666Z+ for package in "$@"
25932024-05-14T08:11:53.666Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git7b7f6b85d18
25942024-05-14T08:11:54.464Z Finished release [optimized] target(s) in 0.75s
25952024-05-14T08:11:54.478Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git7b7f6b85d18`
25962024-05-14T08:11:54.512ZLogging to: /work/oxidecomputer/omicron/out/LOG
25972024-05-14T08:11:54.569ZCreated: out/versioned/installinator.tar
25982024-05-14T08:11:54.572Z+ for package in "$@"
25992024-05-14T08:11:54.573Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18
26002024-05-14T08:11:55.389Z Finished release [optimized] target(s) in 0.76s
26012024-05-14T08:11:55.409Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18`
26022024-05-14T08:11:55.443ZLogging to: /work/oxidecomputer/omicron/out/LOG
26032024-05-14T08:11:55.522ZCreated: out/versioned/mg-ddm-gz.tar
26042024-05-14T08:11:55.528Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26052024-05-14T08:11:55.537Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26062024-05-14T08:11:55.550Z++ cd -- ./tools
26072024-05-14T08:11:55.550Z++ pwd
26082024-05-14T08:11:55.550Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26092024-05-14T08:11:55.550Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26102024-05-14T08:11:55.551Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26112024-05-14T08:11:55.551Z++ readlink -f /work
26122024-05-14T08:11:55.551Z+ out_dir=/work
26132024-05-14T08:11:55.551Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26142024-05-14T08:11:55.551Z+ for dep in "${deps[@]}"
26152024-05-14T08:11:55.551Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26162024-05-14T08:11:55.551Z+ for dep in "${deps[@]}"
26172024-05-14T08:11:55.552Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26182024-05-14T08:11:55.552Z++ mktemp -d
26192024-05-14T08:11:55.552Z+ tmp_trampoline=/tmp/tmp.fuaiyi
26202024-05-14T08:11:55.552Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26212024-05-14T08:11:55.552Z+ echo '{"v":"1","t":"layer"}'
26222024-05-14T08:11:55.552Z+ pkg_dir=/tmp/tmp.fuaiyi/root/opt/oxide/installinator
26232024-05-14T08:11:55.552Z+ mkdir -p /tmp/tmp.fuaiyi/root/opt/oxide/installinator
26242024-05-14T08:11:55.552Z+ cd /tmp/tmp.fuaiyi/root/opt/oxide/installinator
26252024-05-14T08:11:55.552Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26262024-05-14T08:11:55.580Zx ., 0 bytes, 0 tape blocks
26272024-05-14T08:11:55.580Zx installinator, 39307256 bytes, 76772 tape blocks
26282024-05-14T08:11:55.580Zx pkg, 0 bytes, 0 tape blocks
26292024-05-14T08:11:55.580Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26302024-05-14T08:11:55.580Zx VERSION, 25 bytes, 1 tape blocks
26312024-05-14T08:11:55.588Z+ mkdir -p /tmp/tmp.fuaiyi/root/lib/svc/manifest/site/
26322024-05-14T08:11:55.588Z+ mv pkg/manifest.xml /tmp/tmp.fuaiyi/root/lib/svc/manifest/site/installinator.xml
26332024-05-14T08:11:55.589Z+ cd -
26342024-05-14T08:11:55.589Z/work/oxidecomputer/omicron
26352024-05-14T08:11:55.589Z+ pkg_dir=/tmp/tmp.fuaiyi/root/opt/oxide/mg-ddm
26362024-05-14T08:11:55.589Z+ mkdir -p /tmp/tmp.fuaiyi/root/opt/oxide/mg-ddm
26372024-05-14T08:11:55.601Z+ cd /tmp/tmp.fuaiyi/root/opt/oxide/mg-ddm
26382024-05-14T08:11:55.601Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26392024-05-14T08:11:55.650Zx ., 0 bytes, 0 tape blocks
26402024-05-14T08:11:55.650Zx ddmadm, 18870416 bytes, 36857 tape blocks
26412024-05-14T08:11:55.650Zx ddmd, 42960632 bytes, 83908 tape blocks
26422024-05-14T08:11:55.650Zx pkg, 0 bytes, 0 tape blocks
26432024-05-14T08:11:55.650Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26442024-05-14T08:11:55.650Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26452024-05-14T08:11:55.650Zx pkg/mgd, 0 bytes, 0 tape blocks
26462024-05-14T08:11:55.650Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26472024-05-14T08:11:55.650Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26482024-05-14T08:11:55.650Zx pkg/ddm, 0 bytes, 0 tape blocks
26492024-05-14T08:11:55.650Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26502024-05-14T08:11:55.651Zx VERSION, 25 bytes, 1 tape blocks
26512024-05-14T08:11:55.662Z+ cd -
26522024-05-14T08:11:55.663Z/work/oxidecomputer/omicron
26532024-05-14T08:11:55.663Z+ cd /tmp/tmp.fuaiyi
26542024-05-14T08:11:55.663Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26552024-05-14T08:11:59.543ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26562024-05-14T08:11:59.543Za oxide.json 1K
26572024-05-14T08:11:59.544Za root/ 0K
26582024-05-14T08:11:59.544Za root/opt/ 0K
26592024-05-14T08:11:59.544Za root/opt/oxide/ 0K
26602024-05-14T08:11:59.545Za root/opt/oxide/installinator/ 0K
26612024-05-14T08:11:59.545Za root/opt/oxide/installinator/installinator 38386K
26622024-05-14T08:11:59.545Za root/opt/oxide/installinator/pkg/ 0K
26632024-05-14T08:11:59.546Za root/opt/oxide/installinator/VERSION 1K
26642024-05-14T08:11:59.546Za root/opt/oxide/mg-ddm/ 0K
26652024-05-14T08:11:59.546Za root/opt/oxide/mg-ddm/ddmadm 18429K
26662024-05-14T08:11:59.547Za root/opt/oxide/mg-ddm/ddmd 41954K
26672024-05-14T08:11:59.547Za root/opt/oxide/mg-ddm/pkg/ 0K
26682024-05-14T08:11:59.547Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26692024-05-14T08:11:59.548Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26702024-05-14T08:11:59.548Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26712024-05-14T08:11:59.548Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26722024-05-14T08:11:59.549Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26732024-05-14T08:11:59.549Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26742024-05-14T08:11:59.549Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26752024-05-14T08:11:59.550Za root/opt/oxide/mg-ddm/VERSION 1K
26762024-05-14T08:11:59.550Za root/lib/ 0K
26772024-05-14T08:11:59.550Za root/lib/svc/ 0K
26782024-05-14T08:11:59.550Za root/lib/svc/manifest/ 0K
26792024-05-14T08:11:59.551Za root/lib/svc/manifest/site/ 0K
26802024-05-14T08:11:59.551Za root/lib/svc/manifest/site/installinator.xml 3K
26812024-05-14T08:11:59.557Z+ cd /
26822024-05-14T08:11:59.558Z+ rm -rf /tmp/tmp.fuaiyi
26832024-05-14T08:11:59.558Z
26842024-05-14T08:11:59.558Zreal 4.020778179
26852024-05-14T08:11:59.559Zuser 3.802373931
26862024-05-14T08:11:59.559Zsys 0.230725916
26872024-05-14T08:11:59.559Ztrap 0.000366079
26882024-05-14T08:11:59.560Ztflt 0.000000000
26892024-05-14T08:11:59.560Zdflt 0.000000000
26902024-05-14T08:11:59.560Zkflt 0.000000000
26912024-05-14T08:11:59.560Zlock 0.000000000
26922024-05-14T08:11:59.561Zslp 7.818110447
26932024-05-14T08:11:59.561Zlat 0.078405140
26942024-05-14T08:11:59.561Zstop 0.000200984
26952024-05-14T08:11:59.561Zprocess exited: duration 1699147 ms, exit code 0
 
26962024-05-14T08:11:59.592Zfound 22 output files
26972024-05-14T08:11:59.592Zuploading: /work/version.txt (26 bytes)
26982024-05-14T08:12:00.620Zuploaded: /work/version.txt
26992024-05-14T08:12:00.620Zuploading: /work/package.tar.gz (85471727 bytes)
27002024-05-14T08:12:31.502Zuploaded: /work/package.tar.gz
27012024-05-14T08:12:31.513Zuploading: /work/global-zone-packages.tar.gz (130382295 bytes)
27022024-05-14T08:13:28.450Zuploaded: /work/global-zone-packages.tar.gz
27032024-05-14T08:13:28.450Zuploading: /work/trampoline-global-zone-packages.tar.gz (34274036 bytes)
27042024-05-14T08:13:40.700Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27052024-05-14T08:13:40.700Zuploading: /work/zones/clickhouse.tar.gz (228069445 bytes)
27062024-05-14T08:15:05.091Zuploaded: /work/zones/clickhouse.tar.gz
27072024-05-14T08:15:05.091Zuploading: /work/zones/clickhouse_keeper.tar.gz (228051757 bytes)
27082024-05-14T08:16:34.605Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27092024-05-14T08:16:34.605Zuploading: /work/zones/cockroachdb.tar.gz (123583074 bytes)
27102024-05-14T08:17:28.072Zuploaded: /work/zones/cockroachdb.tar.gz
27112024-05-14T08:17:28.072Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27717600 bytes)
27122024-05-14T08:17:36.278Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27132024-05-14T08:17:36.279Zuploading: /work/zones/crucible-zone.tar.gz (38635339 bytes)
27142024-05-14T08:17:52.673Zuploaded: /work/zones/crucible-zone.tar.gz
27152024-05-14T08:17:52.673Zuploading: /work/zones/external-dns.tar.gz (25682443 bytes)
27162024-05-14T08:18:04.909Zuploaded: /work/zones/external-dns.tar.gz
27172024-05-14T08:18:04.909Zuploading: /work/zones/internal-dns.tar.gz (25680443 bytes)
27182024-05-14T08:18:14.482Zuploaded: /work/zones/internal-dns.tar.gz
27192024-05-14T08:18:14.483Zuploading: /work/zones/nexus-single-sled.tar.gz (84629458 bytes)
27202024-05-14T08:18:45.384Zuploaded: /work/zones/nexus-single-sled.tar.gz
27212024-05-14T08:18:45.384Zuploading: /work/zones/nexus.tar.gz (84624562 bytes)
27222024-05-14T08:19:19.240Zuploaded: /work/zones/nexus.tar.gz
27232024-05-14T08:19:19.240Zuploading: /work/zones/ntp.tar.gz (8906619 bytes)
27242024-05-14T08:19:23.297Zuploaded: /work/zones/ntp.tar.gz
27252024-05-14T08:19:23.297Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14648170 bytes)
27262024-05-14T08:19:28.006Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27272024-05-14T08:19:28.006Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14646730 bytes)
27282024-05-14T08:19:32.265Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27292024-05-14T08:19:32.265Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27302024-05-14T08:19:33.708Zuploaded: /work/zones/overlay.tar.gz
27312024-05-14T08:19:33.709Zuploading: /work/zones/oximeter.tar.gz (41931534 bytes)
27322024-05-14T08:19:54.669Zuploaded: /work/zones/oximeter.tar.gz
27332024-05-14T08:19:54.669Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27342024-05-14T08:19:56.597Zuploaded: /work/zones/probe.tar.gz
27352024-05-14T08:19:56.597Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27362024-05-14T08:20:18.271Zuploaded: /work/zones/propolis-server.tar.gz
27372024-05-14T08:20:18.271Zuploading: /work/zones/switch-asic.tar.gz (296469894 bytes)
27382024-05-14T08:22:03.814Zuploaded: /work/zones/switch-asic.tar.gz
27392024-05-14T08:22:03.814Zuploading: /work/zones/switch-softnpu.tar.gz (200442301 bytes)
27402024-05-14T08:23:25.841Zuploaded: /work/zones/switch-softnpu.tar.gz