01J2JDTQXK2QA6WFRPP5K907CZ: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J2JDV0FTAG7V3XMYHD1RQX2Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-12T02:55:44.568Zjob assigned to worker 01J2JDTZDA1CJ056BA8KQJMBJZ (queued for 46 s)
 
22024-07-12T02:55:45.144Zstarting task 0: "setup"
32024-07-12T02:55:45.169Z++ uname -s
42024-07-12T02:55:45.169Z+ kern=SunOS
52024-07-12T02:55:45.169Z+ case "$kern" in
62024-07-12T02:55:45.169Z+ groupadd -g 12345 build
72024-07-12T02:55:45.169Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-12T02:55:47.190Z+ zfs create -o mountpoint=/work rpool/work
92024-07-12T02:55:47.219Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-12T02:55:47.246Z+ home_fs=zfs
112024-07-12T02:55:47.247Z+ [[ zfs == autofs ]]
122024-07-12T02:55:47.247Z+ mkdir -p /home/build
132024-07-12T02:55:47.247Z+ chown build:build /home/build /work
142024-07-12T02:55:49.228Z+ chmod 0700 /home/build /work
152024-07-12T02:55:49.252Zprocess exited: duration 4086 ms, exit code 0
 
162024-07-12T02:55:49.300Zstarting task 1: "rust-toolchain"
172024-07-12T02:55:49.325Z+ printf ' * toolchain channel = "%s"
182024-07-12T02:55:49.325Z' 1.78.0
192024-07-12T02:55:49.325Z+ printf ' * toolchain profile = "%s"
202024-07-12T02:55:49.325Z' default
212024-07-12T02:55:49.325Z * toolchain channel = "1.78.0"
222024-07-12T02:55:49.325Z * toolchain profile = "default"
232024-07-12T02:55:49.325Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-12T02:55:49.325Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-12T02:55:49.464Zinfo: downloading installer
262024-07-12T02:55:49.940Zinfo: profile set to 'default'
272024-07-12T02:55:49.940Zinfo: default host triple is x86_64-unknown-illumos
282024-07-12T02:55:49.940Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-12T02:55:50.040Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-12T02:55:50.041Zinfo: downloading component 'cargo'
312024-07-12T02:55:50.171Zinfo: downloading component 'clippy'
322024-07-12T02:55:50.203Zinfo: downloading component 'rust-docs'
332024-07-12T02:55:50.383Zinfo: downloading component 'rust-std'
342024-07-12T02:55:50.772Zinfo: downloading component 'rustc'
352024-07-12T02:55:51.475Zinfo: downloading component 'rustfmt'
362024-07-12T02:55:51.515Zinfo: installing component 'cargo'
372024-07-12T02:55:52.572Zinfo: installing component 'clippy'
382024-07-12T02:55:52.975Zinfo: installing component 'rust-docs'
392024-07-12T02:55:55.591Zinfo: installing component 'rust-std'
402024-07-12T02:55:57.486Zinfo: installing component 'rustc'
412024-07-12T02:56:02.449Zinfo: installing component 'rustfmt'
422024-07-12T02:56:02.815Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-12T02:56:02.815Z
442024-07-12T02:56:02.938Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-12T02:56:02.938Z
462024-07-12T02:56:02.938Z
472024-07-12T02:56:02.938ZRust is installed now. Great!
482024-07-12T02:56:02.938Z
492024-07-12T02:56:02.938ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-12T02:56:02.938Zenvironment variable. This has not been done automatically.
512024-07-12T02:56:02.938Z
522024-07-12T02:56:02.938ZTo configure your current shell, you need to source
532024-07-12T02:56:02.938Zthe corresponding env file under $HOME/.cargo.
542024-07-12T02:56:02.938Z
552024-07-12T02:56:02.938ZThis is usually done by running one of the following (note the leading DOT):
562024-07-12T02:56:02.938Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-12T02:56:02.938Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-12T02:56:03.002Z+ rustc --version
592024-07-12T02:56:03.109Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-12T02:56:03.134Zprocess exited: duration 13813 ms, exit code 0
 
612024-07-12T02:56:03.184Zstarting task 2: "authentication"
622024-07-12T02:56:03.241Zprocess exited: duration 57 ms, exit code 0
 
632024-07-12T02:56:03.291Zstarting task 3: "clone repository"
642024-07-12T02:56:03.315Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-12T02:56:03.315Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-12T02:56:03.340ZCloning into '/work/oxidecomputer/omicron'...
672024-07-12T02:56:09.523Z+ cd /work/oxidecomputer/omicron
682024-07-12T02:56:09.523Z+ git fetch origin 4593c8d7b714ffcb8a6be53d0e6c654f6826344b
692024-07-12T02:56:10.012ZFrom https://github.com/oxidecomputer/omicron
702024-07-12T02:56:10.012Z * branch 4593c8d7b714ffcb8a6be53d0e6c654f6826344b -> FETCH_HEAD
712024-07-12T02:56:10.036Z+ [[ -n sunshowers/spr/example-conversion-of-nexus-internal-api ]]
722024-07-12T02:56:10.036Z++ git branch --show-current
732024-07-12T02:56:10.036Z+ current=main
742024-07-12T02:56:10.036Z+ [[ main != sunshowers/spr/example-conversion-of-nexus-internal-api ]]
752024-07-12T02:56:10.036Z+ git branch -f sunshowers/spr/example-conversion-of-nexus-internal-api 4593c8d7b714ffcb8a6be53d0e6c654f6826344b
762024-07-12T02:56:10.060Z+ git checkout -f sunshowers/spr/example-conversion-of-nexus-internal-api
772024-07-12T02:56:10.202ZSwitched to branch 'sunshowers/spr/example-conversion-of-nexus-internal-api'
782024-07-12T02:56:10.227Z+ git reset --hard 4593c8d7b714ffcb8a6be53d0e6c654f6826344b
792024-07-12T02:56:10.251ZHEAD is now at 4593c8d7b update readme
802024-07-12T02:56:10.251Zprocess exited: duration 6942 ms, exit code 0
 
812024-07-12T02:56:10.300Zstarting task 4: "build"
822024-07-12T02:56:10.325Z+ cargo --version
832024-07-12T02:56:10.374Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-12T02:56:10.398Z+ rustc --version
852024-07-12T02:56:10.447Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-12T02:56:10.471Z+ WORK=/work
872024-07-12T02:56:10.471Z+ pfexec mkdir -p /work
882024-07-12T02:56:10.471Z+ pfexec chown build /work
892024-07-12T02:56:10.472Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-12T02:56:16.430Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-12T02:56:18.574Z Startup: Caching catalogs ... Done
922024-07-12T02:56:22.256ZPlanning: Solver setup ... Done (3.063s)
932024-07-12T02:56:22.316ZPlanning: Running solver ... Done (0.059s)
942024-07-12T02:56:22.359ZPlanning: Finding local manifests ... Done (0.002s)
952024-07-12T02:56:22.452ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-12T02:56:22.803ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-12T02:56:22.862ZPlanning: Package planning ... Done (0.060s)
982024-07-12T02:56:22.921ZPlanning: Merging actions ... Done (0.058s)
992024-07-12T02:56:23.276ZPlanning: Checking for conflicting actions ... Done (0.355s)
1002024-07-12T02:56:23.301ZPlanning: Consolidating action changes ... Done (0.014s)
1012024-07-12T02:56:23.925ZPlanning: Evaluating mediators ... Done (0.634s)
1022024-07-12T02:56:23.949ZPlanning: Planning completed in 5.30 seconds
1032024-07-12T02:56:23.974Z Packages to install: 4
1042024-07-12T02:56:23.974Z Mediators to change: 2
1052024-07-12T02:56:23.974Z Services to change: 1
1062024-07-12T02:56:23.974Z Estimated space available: 148.89 GB
1072024-07-12T02:56:23.974ZEstimated space to be consumed: 1.46 GB
1082024-07-12T02:56:23.974Z Create boot environment: No
1092024-07-12T02:56:23.974ZCreate backup boot environment: No
1102024-07-12T02:56:23.974Z Rebuild boot archive: No
1112024-07-12T02:56:23.974Z
1122024-07-12T02:56:23.974ZChanged mediators:
1132024-07-12T02:56:23.974Z mediator clang:
1142024-07-12T02:56:23.974Z version: None -> 15 (system default)
1152024-07-12T02:56:23.974Z
1162024-07-12T02:56:23.974Z mediator llvm:
1172024-07-12T02:56:23.975Z version: 14 (system default) -> 15 (system default)
1182024-07-12T02:56:23.975Z
1192024-07-12T02:56:23.975ZChanged packages:
1202024-07-12T02:56:23.975Zhelios-dev
1212024-07-12T02:56:23.975Z developer/build-essential
1222024-07-12T02:56:23.975Z None -> 11-2.0
1232024-07-12T02:56:23.975Z library/libxmlsec1
1242024-07-12T02:56:23.975Z None -> 1.2.35-2.0
1252024-07-12T02:56:23.975Z ooce/developer/clang-15
1262024-07-12T02:56:23.975Z None -> 15.0.7-2.0
1272024-07-12T02:56:23.975Z ooce/developer/llvm-15
1282024-07-12T02:56:23.975Z None -> 15.0.7-2.0
1292024-07-12T02:56:23.975Z
1302024-07-12T02:56:23.975ZServices:
1312024-07-12T02:56:23.975Z restart_fmri:
1322024-07-12T02:56:23.975Z svc:/system/update-man-index:default
1332024-07-12T02:56:24.003Z
1342024-07-12T02:56:24.003ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-12T02:56:29.004ZDownload: 981/3290 items 19.5/212.6MB 9% complete (4.0M/s)
1362024-07-12T02:56:34.005ZDownload: 1537/3290 items 116.3/212.6MB 54% complete (11.8M/s)
1372024-07-12T02:56:39.007ZDownload: 2365/3290 items 120.0/212.6MB 56% complete (10.1M/s)
1382024-07-12T02:56:44.005ZDownload: 3287/3290 items 212.0/212.6MB 99% complete (9.5M/s)
1392024-07-12T02:56:44.264ZDownload: Completed 212.60 MB in 20.26 seconds (10.5M/s)
1402024-07-12T02:56:44.573Z Actions: 1/3689 actions (Installing new actions)
1412024-07-12T02:56:49.587Z Actions: 2404/3689 actions (Installing new actions)
1422024-07-12T02:56:50.497Z Actions: Completed 3689 actions in 5.92 seconds.
1432024-07-12T02:56:50.831Z Done (0.327s)
1442024-07-12T02:56:50.831Z Done (0.000s)
1452024-07-12T02:56:51.218Z Done (0.387s)
1462024-07-12T02:56:56.434Z Done (5.069s)
1472024-07-12T02:56:56.527Z Done (0.019s)
1482024-07-12T02:56:56.551Z Done (0.000s)
1492024-07-12T02:56:56.697Z Done (0.000s)
1502024-07-12T02:56:57.371ZPlanning: Evaluating mediator changes ... Done
1512024-07-12T02:56:57.621ZPlanning: Checking for conflicting actions ... Done
1522024-07-12T02:56:57.646ZPlanning: Consolidating action changes ... Done
1532024-07-12T02:56:57.959ZPlanning: Evaluating mediators ... Done
1542024-07-12T02:56:57.983ZPlanning: Planning completed in 0.59 seconds
1552024-07-12T02:56:58.007Z Mediators to change: 2
1562024-07-12T02:56:58.007Z Create boot environment: No
1572024-07-12T02:56:58.007ZCreate backup boot environment: No
1582024-07-12T02:56:58.063Z Done
1592024-07-12T02:56:58.063Z Done
1602024-07-12T02:56:58.372Z Done
1612024-07-12T02:57:02.841Z Done
1622024-07-12T02:57:02.936Z Done
1632024-07-12T02:57:02.936Z Done
1642024-07-12T02:57:03.014Z Done
1652024-07-12T02:57:03.821ZPlanning: Evaluating mediator changes ... Done
1662024-07-12T02:57:03.846ZPlanning: Merging actions ... Done
1672024-07-12T02:57:04.110ZPlanning: Checking for conflicting actions ... Done
1682024-07-12T02:57:04.135ZPlanning: Consolidating action changes ... Done
1692024-07-12T02:57:04.430ZPlanning: Evaluating mediators ... Done
1702024-07-12T02:57:04.505ZPlanning: Planning completed in 0.99 seconds
1712024-07-12T02:57:04.547Z Packages to change: 1
1722024-07-12T02:57:04.547Z Mediators to change: 1
1732024-07-12T02:57:04.547Z Services to change: 1
1742024-07-12T02:57:04.547Z Create boot environment: No
1752024-07-12T02:57:04.547ZCreate backup boot environment: Yes
1762024-07-12T02:57:06.110Z Actions: 1/6 actions (Updating modified actions)
1772024-07-12T02:57:06.141Z Actions: Completed 6 actions in 0.00 seconds.
1782024-07-12T02:57:06.141Z Done
1792024-07-12T02:57:06.141Z Done
1802024-07-12T02:57:06.195Z Done
1812024-07-12T02:57:10.528Z Done
1822024-07-12T02:57:10.623Z Done
1832024-07-12T02:57:10.623Z Done
1842024-07-12T02:57:10.695Z Done
1852024-07-12T02:57:11.222ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-07-12T02:57:11.222Zclang system 15 system
1872024-07-12T02:57:11.222Zcsh system system illumos
1882024-07-12T02:57:11.222Zctags system system illumos
1892024-07-12T02:57:11.222Zgcc vendor 12 vendor
1902024-07-12T02:57:11.222Zgcc system 10 system
1912024-07-12T02:57:11.222Zgcc system 7 system
1922024-07-12T02:57:11.222Zgo system 1.20 system
1932024-07-12T02:57:11.222Zgo system 1.19 system
1942024-07-12T02:57:11.222Zllvm system 15 system
1952024-07-12T02:57:11.222Zllvm system 14 system
1962024-07-12T02:57:11.222Zmariadb system 10.6 system
1972024-07-12T02:57:11.222Zmta vendor vendor dma
1982024-07-12T02:57:11.222Zopenjdk system 17 system
1992024-07-12T02:57:11.222Zopenjdk system 11 system
2002024-07-12T02:57:11.222Zopenjdk system 1.8 system
2012024-07-12T02:57:11.222Zopenssl vendor 3 vendor
2022024-07-12T02:57:11.222Zperl system 5.36 system
2032024-07-12T02:57:11.222Zpostgresql system 15 system
2042024-07-12T02:57:11.222Zpostgresql system 13 system
2052024-07-12T02:57:11.222Zpython vendor 3 vendor
2062024-07-12T02:57:11.222Zpython system 2 system
2072024-07-12T02:57:11.222Zpython3 system 3.11 system
2082024-07-12T02:57:11.222Zruby system 3.0 system
2092024-07-12T02:57:11.223Zwords vendor vendor american-english
2102024-07-12T02:57:11.223Zwords system system australian-english
2112024-07-12T02:57:11.223Zwords system system british-english
2122024-07-12T02:57:11.223Zwords system system canadian-english
2132024-07-12T02:57:11.223Zwords system system french
2142024-07-12T02:57:11.223Zwords system system italian
2152024-07-12T02:57:11.223Zwords system system ngerman
2162024-07-12T02:57:11.223Zwords system system ogerman
2172024-07-12T02:57:11.223Zwords system system spanish
2182024-07-12T02:57:11.625ZPUBLISHER TYPE STATUS P LOCATION
2192024-07-12T02:57:11.625Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-07-12T02:57:13.476ZFMRI IFO
2212024-07-12T02:57:13.476Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-07-12T02:57:13.476Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-07-12T02:57:13.476Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-07-12T02:57:13.476Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-07-12T02:57:13.476Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-07-12T02:57:13.476Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-07-12T02:57:13.476Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-07-12T02:57:13.476Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-07-12T02:57:13.476Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-07-12T02:57:13.476Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-07-12T02:57:13.476Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-07-12T02:57:13.476Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-07-12T02:57:14.050Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-07-12T02:57:14.494Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-07-12T02:57:14.888Z Updating crates.io index
2362024-07-12T02:57:14.943Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-07-12T02:57:15.723Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-07-12T02:57:16.582Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-07-12T02:57:16.960Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-07-12T02:57:19.203Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412024-07-12T02:57:19.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-07-12T02:57:19.898Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-07-12T02:57:20.968Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-07-12T02:57:22.868Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-07-12T02:57:23.995Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-07-12T02:57:24.743Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-07-12T02:57:25.416Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-07-12T02:57:25.803Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2492024-07-12T02:57:26.259Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-07-12T02:57:26.654Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-07-12T02:57:27.043Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-07-12T02:57:27.460Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-07-12T02:57:27.827Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-07-12T02:57:28.161Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-07-12T02:57:28.602Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-07-12T02:57:29.021Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-07-12T02:57:29.404Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-07-12T02:57:29.800Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-07-12T02:57:30.530Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-07-12T02:57:30.910Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-07-12T02:57:31.318Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-07-12T02:57:31.850Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-07-12T02:57:34.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-07-12T02:57:34.518Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-07-12T02:57:34.906Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-07-12T02:57:35.456Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-07-12T02:57:37.041Z Downloading crates ...
2682024-07-12T02:57:37.125Z Downloaded foreign-types v0.3.2
2692024-07-12T02:57:37.726Z Downloaded openssl-probe v0.1.5
2702024-07-12T02:57:37.726Z Downloaded num-conv v0.1.0
2712024-07-12T02:57:37.726Z Downloaded num_threads v0.1.7
2722024-07-12T02:57:37.726Z Downloaded http-body v0.4.6
2732024-07-12T02:57:37.726Z Downloaded futures-task v0.3.30
2742024-07-12T02:57:37.726Z Downloaded pretty-hex v0.4.1
2752024-07-12T02:57:37.726Z Downloaded pin-project-lite v0.2.14
2762024-07-12T02:57:37.726Z Downloaded pest_generator v2.7.10
2772024-07-12T02:57:37.726Z Downloaded sync_wrapper v0.1.2
2782024-07-12T02:57:37.726Z Downloaded scroll_derive v0.12.0
2792024-07-12T02:57:37.726Z Downloaded proc-macro-error-attr v1.0.4
2802024-07-12T02:57:37.726Z Downloaded openssl v0.10.64
2812024-07-12T02:57:37.726Z Downloaded openssl-macros v0.1.1
2822024-07-12T02:57:37.726Z Downloaded tar v0.4.40
2832024-07-12T02:57:37.726Z Downloaded pest_derive v2.7.10
2842024-07-12T02:57:37.726Z Downloaded idna v0.5.0
2852024-07-12T02:57:37.726Z Downloaded try-lock v0.2.5
2862024-07-12T02:57:37.726Z Downloaded time-core v0.1.2
2872024-07-12T02:57:37.726Z Downloaded hyper v0.14.28
2882024-07-12T02:57:37.726Z Downloaded tabled_derive v0.7.0
2892024-07-12T02:57:37.726Z Downloaded thiserror-impl v1.0.60
2902024-07-12T02:57:37.726Z Downloaded strum v0.26.2
2912024-07-12T02:57:37.726Z Downloaded slab v0.4.9
2922024-07-12T02:57:37.726Z Downloaded swrite v0.1.0
2932024-07-12T02:57:37.726Z Downloaded libc v0.2.155
2942024-07-12T02:57:37.726Z Downloaded utf8parse v0.2.1
2952024-07-12T02:57:37.726Z Downloaded want v0.3.1
2962024-07-12T02:57:37.726Z Downloaded version_check v0.9.4
2972024-07-12T02:57:37.726Z Downloaded usdt-impl v0.5.0
2982024-07-12T02:57:37.726Z Downloaded usdt v0.5.0
2992024-07-12T02:57:37.726Z Downloaded smallvec v1.13.2
3002024-07-12T02:57:37.726Z Downloaded usdt-macro v0.5.0
3012024-07-12T02:57:37.726Z Downloaded usdt-attr-macro v0.5.0
3022024-07-12T02:57:37.726Z Downloaded serde_spanned v0.6.6
3032024-07-12T02:57:37.727Z Downloaded tower-service v0.3.2
3042024-07-12T02:57:37.727Z Downloaded tinyvec_macros v0.1.1
3052024-07-12T02:57:37.727Z Downloaded thiserror v1.0.60
3062024-07-12T02:57:37.727Z Downloaded signal-hook-registry v1.4.2
3072024-07-12T02:57:37.727Z Downloaded toml_datetime v0.6.6
3082024-07-12T02:57:37.727Z Downloaded tokio-macros v2.3.0
3092024-07-12T02:57:37.727Z Downloaded rustls-pemfile v1.0.4
3102024-07-12T02:57:37.727Z Downloaded thread-id v4.2.1
3112024-07-12T02:57:37.727Z Downloaded slog-bunyan v2.5.0
3122024-07-12T02:57:37.727Z Downloaded xattr v1.3.1
3132024-07-12T02:57:37.727Z Downloaded sha2 v0.10.8
3142024-07-12T02:57:37.727Z Downloaded tokio-native-tls v0.3.1
3152024-07-12T02:57:37.727Z Downloaded quote v1.0.36
3162024-07-12T02:57:37.727Z Downloaded thread_local v1.1.8
3172024-07-12T02:57:37.727Z Downloaded strum_macros v0.26.4
3182024-07-12T02:57:37.727Z Downloaded serde_urlencoded v0.7.1
3192024-07-12T02:57:37.727Z Downloaded time-macros v0.2.18
3202024-07-12T02:57:37.727Z Downloaded semver v1.0.23
3212024-07-12T02:57:37.727Z Downloaded scroll v0.12.0
3222024-07-12T02:57:37.727Z Downloaded pkg-config v0.3.30
3232024-07-12T02:57:37.727Z Downloaded proc-macro-error v1.0.4
3242024-07-12T02:57:37.727Z Downloaded slog-term v2.9.1
3252024-07-12T02:57:37.727Z Downloaded unicode-ident v1.0.12
3262024-07-12T02:57:37.727Z Downloaded ucd-trie v0.1.6
3272024-07-12T02:57:37.727Z Downloaded proc-macro2 v1.0.86
3282024-07-12T02:57:37.727Z Downloaded term v0.7.0
3292024-07-12T02:57:37.727Z Downloaded zerocopy-derive v0.7.34
3302024-07-12T02:57:37.727Z Downloaded typenum v1.17.0
3312024-07-12T02:57:37.727Z Downloaded toml v0.8.14
3322024-07-12T02:57:37.727Z Downloaded socket2 v0.5.7
3332024-07-12T02:57:37.727Z Downloaded unicode-bidi v0.3.15
3342024-07-12T02:57:37.727Z Downloaded tracing v0.1.40
3352024-07-12T02:57:37.727Z Downloaded serde v1.0.204
3362024-07-12T02:57:37.727Z Downloaded url v2.5.0
3372024-07-12T02:57:37.727Z Downloaded tracing-core v0.1.32
3382024-07-12T02:57:37.727Z Downloaded tinyvec v1.6.0
3392024-07-12T02:57:37.728Z Downloaded toml_edit v0.22.14
3402024-07-12T02:57:37.728Z Downloaded serde_derive v1.0.204
3412024-07-12T02:57:37.728Z Downloaded zerocopy v0.7.34
3422024-07-12T02:57:37.728Z Downloaded vcpkg v0.2.15
3432024-07-12T02:57:37.728Z Downloaded syn v2.0.68
3442024-07-12T02:57:37.728Z Downloaded unicode-width v0.1.13
3452024-07-12T02:57:37.728Z Downloaded syn v1.0.109
3462024-07-12T02:57:37.728Z Downloaded tokio v1.38.0
3472024-07-12T02:57:37.728Z Downloaded rustix v0.38.34
3482024-07-12T02:57:37.728Z Downloaded winnow v0.6.8
3492024-07-12T02:57:37.728Z Downloaded unicode-normalization v0.1.23
3502024-07-12T02:57:37.728Z Downloaded tokio-util v0.7.11
3512024-07-12T02:57:37.728Z Downloaded time v0.3.36
3522024-07-12T02:57:37.728Z Downloaded tabled v0.15.0
3532024-07-12T02:57:37.728Z Downloaded serde_json v1.0.120
3542024-07-12T02:57:37.728Z Downloaded reqwest v0.11.27
3552024-07-12T02:57:37.728Z Downloaded ryu v1.0.18
3562024-07-12T02:57:37.728Z Downloaded slog v2.7.0
3572024-07-12T02:57:37.728Z Downloaded terminal_size v0.3.0
3582024-07-12T02:57:37.728Z Downloaded take_mut v0.2.2
3592024-07-12T02:57:37.728Z Downloaded slog-json v2.6.1
3602024-07-12T02:57:37.728Z Downloaded slog-async v2.8.0
3612024-07-12T02:57:37.728Z Downloaded serde_tokenstream v0.2.1
3622024-07-12T02:57:37.728Z Downloaded scopeguard v1.2.0
3632024-07-12T02:57:37.728Z Downloaded rustversion v1.0.17
3642024-07-12T02:57:37.728Z Downloaded powerfmt v0.2.0
3652024-07-12T02:57:37.728Z Downloaded pin-utils v0.1.0
3662024-07-12T02:57:37.728Z Downloaded encoding_rs v0.8.34
3672024-07-12T02:57:37.728Z Downloaded futures-util v0.3.30
3682024-07-12T02:57:37.753Z Downloaded openssl-sys v0.9.102
3692024-07-12T02:57:37.753Z Downloaded http v0.2.12
3702024-07-12T02:57:37.753Z Downloaded hashbrown v0.14.5
3712024-07-12T02:57:37.753Z Downloaded strsim v0.11.1
3722024-07-12T02:57:37.753Z Downloaded pest_meta v2.7.10
3732024-07-12T02:57:37.753Z Downloaded percent-encoding v2.3.1
3742024-07-12T02:57:37.753Z Downloaded parking_lot v0.12.2
3752024-07-12T02:57:37.753Z Downloaded once_cell v1.19.0
3762024-07-12T02:57:37.753Z Downloaded num_cpus v1.16.0
3772024-07-12T02:57:37.753Z Downloaded native-tls v0.2.11
3782024-07-12T02:57:37.753Z Downloaded miniz_oxide v0.7.2
3792024-07-12T02:57:37.753Z Downloaded memmap v0.7.0
3802024-07-12T02:57:37.753Z Downloaded log v0.4.21
3812024-07-12T02:57:37.753Z Downloaded is_terminal_polyfill v1.70.0
3822024-07-12T02:57:37.753Z Downloaded ipnet v2.9.0
3832024-07-12T02:57:37.753Z Downloaded httparse v1.8.0
3842024-07-12T02:57:37.753Z Downloaded goblin v0.8.2
3852024-07-12T02:57:37.754Z Downloaded futures-sink v0.3.30
3862024-07-12T02:57:37.754Z Downloaded futures-channel v0.3.30
3872024-07-12T02:57:37.754Z Downloaded fs-err v2.11.0
3882024-07-12T02:57:37.754Z Downloaded fnv v1.0.7
3892024-07-12T02:57:37.754Z Downloaded match_cfg v0.1.0
3902024-07-12T02:57:37.754Z Downloaded futures-io v0.3.30
3912024-07-12T02:57:37.754Z Downloaded foreign-types-shared v0.1.1
3922024-07-12T02:57:37.754Z Downloaded plain v0.2.3
3932024-07-12T02:57:37.754Z Downloaded memchr v2.7.2
3942024-07-12T02:57:37.754Z Downloaded indexmap v2.2.6
3952024-07-12T02:57:37.754Z Downloaded heck v0.5.0
3962024-07-12T02:57:37.754Z Downloaded cc v1.0.97
3972024-07-12T02:57:37.754Z Downloaded camino v1.1.7
3982024-07-12T02:57:37.754Z Downloaded bytes v1.6.0
3992024-07-12T02:57:37.754Z Downloaded base64 v0.21.7
4002024-07-12T02:57:37.779Z Downloaded pest v2.7.10
4012024-07-12T02:57:37.779Z Downloaded parking_lot_core v0.9.10
4022024-07-12T02:57:37.779Z Downloaded papergrid v0.11.0
4032024-07-12T02:57:37.779Z Downloaded mio v0.8.11
4042024-07-12T02:57:37.803Z Downloaded lock_api v0.4.12
4052024-07-12T02:57:37.803Z Downloaded h2 v0.3.26
4062024-07-12T02:57:37.803Z Downloaded flate2 v1.0.30
4072024-07-12T02:57:37.804Z Downloaded filetime v0.2.23
4082024-07-12T02:57:37.804Z Downloaded crossbeam-utils v0.8.19
4092024-07-12T02:57:37.804Z Downloaded crossbeam-channel v0.5.12
4102024-07-12T02:57:37.828Z Downloaded clap_builder v4.5.2
4112024-07-12T02:57:37.828Z Downloaded macaddr v1.0.1
4122024-07-12T02:57:37.828Z Downloaded itoa v1.0.11
4132024-07-12T02:57:37.828Z Downloaded hyper-tls v0.5.0
4142024-07-12T02:57:37.828Z Downloaded httpdate v1.0.3
4152024-07-12T02:57:37.828Z Downloaded heck v0.4.1
4162024-07-12T02:57:37.828Z Downloaded generic-array v0.14.7
4172024-07-12T02:57:37.828Z Downloaded futures-executor v0.3.30
4182024-07-12T02:57:37.828Z Downloaded futures v0.3.30
4192024-07-12T02:57:37.853Z Downloaded dirs-sys-next v0.1.2
4202024-07-12T02:57:37.853Z Downloaded digest v0.10.7
4212024-07-12T02:57:37.853Z Downloaded crypto-common v0.1.6
4222024-07-12T02:57:37.853Z Downloaded crc32fast v1.4.0
4232024-07-12T02:57:37.853Z Downloaded cpufeatures v0.2.12
4242024-07-12T02:57:37.853Z Downloaded clap_derive v4.5.4
4252024-07-12T02:57:37.853Z Downloaded clap v4.5.4
4262024-07-12T02:57:37.853Z Downloaded byteorder v1.5.0
4272024-07-12T02:57:37.877Z Downloaded bytecount v0.6.8
4282024-07-12T02:57:37.877Z Downloaded bitflags v2.5.0
4292024-07-12T02:57:37.877Z Downloaded anyhow v1.0.86
4302024-07-12T02:57:37.877Z Downloaded anstream v0.6.14
4312024-07-12T02:57:37.877Z Downloaded mime v0.3.17
4322024-07-12T02:57:37.877Z Downloaded hostname v0.3.1
4332024-07-12T02:57:37.878Z Downloaded cargo_toml v0.20.3
4342024-07-12T02:57:37.878Z Downloaded futures-macro v0.3.30
4352024-07-12T02:57:37.878Z Downloaded errno v0.3.9
4362024-07-12T02:57:37.878Z Downloaded equivalent v1.0.1
4372024-07-12T02:57:37.878Z Downloaded dirs-next v2.0.0
4382024-07-12T02:57:37.878Z Downloaded deranged v0.3.11
4392024-07-12T02:57:37.878Z Downloaded colorchoice v1.0.1
4402024-07-12T02:57:37.902Z Downloaded clap_lex v0.7.0
4412024-07-12T02:57:37.902Z Downloaded cfg-if v1.0.0
4422024-07-12T02:57:37.902Z Downloaded autocfg v1.3.0
4432024-07-12T02:57:37.902Z Downloaded futures-core v0.3.30
4442024-07-12T02:57:37.902Z Downloaded form_urlencoded v1.2.1
4452024-07-12T02:57:37.902Z Downloaded dtrace-parser v0.2.0
4462024-07-12T02:57:37.902Z Downloaded dof v0.3.0
4472024-07-12T02:57:37.902Z Downloaded cargo-platform v0.1.8
4482024-07-12T02:57:37.902Z Downloaded block-buffer v0.10.4
4492024-07-12T02:57:37.902Z Downloaded adler v1.0.2
4502024-07-12T02:57:37.902Z Downloaded is-terminal v0.4.12
4512024-07-12T02:57:37.902Z Downloaded cargo_metadata v0.18.1
4522024-07-12T02:57:37.902Z Downloaded anstyle-query v1.0.3
4532024-07-12T02:57:37.903Z Downloaded anstyle-parse v0.2.4
4542024-07-12T02:57:37.903Z Downloaded anstyle v1.0.7
4552024-07-12T02:57:38.049Z Compiling proc-macro2 v1.0.86
4562024-07-12T02:57:38.049Z Compiling unicode-ident v1.0.12
4572024-07-12T02:57:38.073Z Compiling libc v0.2.155
4582024-07-12T02:57:38.073Z Compiling version_check v0.9.4
4592024-07-12T02:57:38.073Z Compiling cfg-if v1.0.0
4602024-07-12T02:57:38.073Z Compiling itoa v1.0.11
4612024-07-12T02:57:38.073Z Compiling once_cell v1.19.0
4622024-07-12T02:57:38.073Z Compiling serde v1.0.204
4632024-07-12T02:57:38.254Z Compiling autocfg v1.3.0
4642024-07-12T02:57:38.378Z Compiling memchr v2.7.2
4652024-07-12T02:57:38.408Z Compiling thiserror v1.0.60
4662024-07-12T02:57:38.599Z Compiling ryu v1.0.18
4672024-07-12T02:57:38.782Z Compiling pin-project-lite v0.2.14
4682024-07-12T02:57:38.852Z Compiling bitflags v2.5.0
4692024-07-12T02:57:38.908Z Compiling ucd-trie v0.1.6
4702024-07-12T02:57:38.932Z Compiling pkg-config v0.3.30
4712024-07-12T02:57:39.112Z Compiling cc v1.0.97
4722024-07-12T02:57:39.137Z Compiling lock_api v0.4.12
4732024-07-12T02:57:39.259Z Compiling vcpkg v0.2.15
4742024-07-12T02:57:39.350Z Compiling parking_lot_core v0.9.10
4752024-07-12T02:57:39.606Z Compiling quote v1.0.36
4762024-07-12T02:57:39.725Z Compiling slab v0.4.9
4772024-07-12T02:57:39.956Z Compiling syn v2.0.68
4782024-07-12T02:57:40.191Z Compiling futures-core v0.3.30
4792024-07-12T02:57:40.215Z Compiling futures-sink v0.3.30
4802024-07-12T02:57:40.262Z Compiling smallvec v1.13.2
4812024-07-12T02:57:40.286Z Compiling bytes v1.6.0
4822024-07-12T02:57:40.341Z Compiling scopeguard v1.2.0
4832024-07-12T02:57:40.496Z Compiling equivalent v1.0.1
4842024-07-12T02:57:40.575Z Compiling log v0.4.21
4852024-07-12T02:57:40.635Z Compiling byteorder v1.5.0
4862024-07-12T02:57:41.040Z Compiling serde_json v1.0.120
4872024-07-12T02:57:41.077Z Compiling hashbrown v0.14.5
4882024-07-12T02:57:41.161Z Compiling fnv v1.0.7
4892024-07-12T02:57:41.267Z Compiling parking_lot v0.12.2
4902024-07-12T02:57:41.358Z Compiling futures-channel v0.3.30
4912024-07-12T02:57:41.383Z Compiling num_cpus v1.16.0
4922024-07-12T02:57:41.485Z Compiling mio v0.8.11
4932024-07-12T02:57:41.512Z Compiling socket2 v0.5.7
4942024-07-12T02:57:41.550Z Compiling signal-hook-registry v1.4.2
4952024-07-12T02:57:41.723Z Compiling futures-io v0.3.30
4962024-07-12T02:57:42.031Z Compiling pin-utils v0.1.0
4972024-07-12T02:57:42.101Z Compiling rustix v0.38.34
4982024-07-12T02:57:42.171Z Compiling openssl-sys v0.9.102
4992024-07-12T02:57:42.293Z Compiling indexmap v2.2.6
5002024-07-12T02:57:42.319Z Compiling typenum v1.17.0
5012024-07-12T02:57:42.428Z Compiling futures-task v0.3.30
5022024-07-12T02:57:42.688Z Compiling errno v0.3.9
5032024-07-12T02:57:42.748Z Compiling generic-array v0.14.7
5042024-07-12T02:57:42.919Z Compiling slog v2.7.0
5052024-07-12T02:57:42.963Z Compiling foreign-types-shared v0.1.1
5062024-07-12T02:57:43.060Z Compiling openssl v0.10.64
5072024-07-12T02:57:43.169Z Compiling foreign-types v0.3.2
5082024-07-12T02:57:43.509Z Compiling http v0.2.12
5092024-07-12T02:57:43.565Z Compiling usdt-impl v0.5.0
5102024-07-12T02:57:43.565Z Compiling proc-macro-error-attr v1.0.4
5112024-07-12T02:57:43.827Z Compiling tracing-core v0.1.32
5122024-07-12T02:57:43.852Z Compiling powerfmt v0.2.0
5132024-07-12T02:57:43.987Z Compiling num-conv v0.1.0
5142024-07-12T02:57:44.217Z Compiling time-core v0.1.2
5152024-07-12T02:57:44.242Z Compiling native-tls v0.2.11
5162024-07-12T02:57:44.376Z Compiling syn v1.0.109
5172024-07-12T02:57:44.495Z Compiling httparse v1.8.0
5182024-07-12T02:57:44.592Z Compiling tinyvec_macros v0.1.1
5192024-07-12T02:57:44.691Z Compiling tinyvec v1.6.0
5202024-07-12T02:57:44.954Z Compiling tracing v0.1.40
5212024-07-12T02:57:44.978Z Compiling time-macros v0.2.18
5222024-07-12T02:57:45.097Z Compiling deranged v0.3.11
5232024-07-12T02:57:45.334Z Compiling thread-id v4.2.1
5242024-07-12T02:57:45.711Z Compiling proc-macro-error v1.0.4
5252024-07-12T02:57:45.800Z Compiling utf8parse v0.2.1
5262024-07-12T02:57:45.856Z Compiling openssl-probe v0.1.5
5272024-07-12T02:57:45.952Z Compiling plain v0.2.3
5282024-07-12T02:57:45.976Z Compiling percent-encoding v2.3.1
5292024-07-12T02:57:45.976Z Compiling rustversion v1.0.17
5302024-07-12T02:57:46.103Z Compiling try-lock v0.2.5
5312024-07-12T02:57:46.161Z Compiling heck v0.5.0
5322024-07-12T02:57:46.249Z Compiling num_threads v0.1.7
5332024-07-12T02:57:46.325Z Compiling crossbeam-utils v0.8.19
5342024-07-12T02:57:46.369Z Compiling want v0.3.1
5352024-07-12T02:57:46.456Z Compiling form_urlencoded v1.2.1
5362024-07-12T02:57:46.646Z Compiling anstyle-parse v0.2.4
5372024-07-12T02:57:46.671Z Compiling unicode-normalization v0.1.23
5382024-07-12T02:57:46.885Z Compiling http-body v0.4.6
5392024-07-12T02:57:46.954Z Compiling dirs-sys-next v0.1.2
5402024-07-12T02:57:47.380Z Compiling anstyle v1.0.7
5412024-07-12T02:57:47.441Z Compiling camino v1.1.7
5422024-07-12T02:57:47.511Z Compiling unicode-bidi v0.3.15
5432024-07-12T02:57:47.535Z Compiling pretty-hex v0.4.1
5442024-07-12T02:57:47.559Z Compiling winnow v0.6.8
5452024-07-12T02:57:47.733Z Compiling semver v1.0.23
5462024-07-12T02:57:47.789Z Compiling crc32fast v1.4.0
5472024-07-12T02:57:47.813Z Compiling time v0.3.36
5482024-07-12T02:57:47.963Z Compiling tower-service v0.3.2
5492024-07-12T02:57:48.102Z Compiling anstyle-query v1.0.3
5502024-07-12T02:57:48.166Z Compiling colorchoice v1.0.1
5512024-07-12T02:57:48.217Z Compiling is_terminal_polyfill v1.70.0
5522024-07-12T02:57:48.242Z Compiling httpdate v1.0.3
5532024-07-12T02:57:48.320Z Compiling anstream v0.6.14
5542024-07-12T02:57:48.504Z Compiling idna v0.5.0
5552024-07-12T02:57:48.835Z Compiling dirs-next v2.0.0
5562024-07-12T02:57:49.626Z Compiling crypto-common v0.1.6
5572024-07-12T02:57:49.782Z Compiling block-buffer v0.10.4
5582024-07-12T02:57:49.814Z Compiling terminal_size v0.3.0
5592024-07-12T02:57:49.997Z Compiling fs-err v2.11.0
5602024-07-12T02:57:50.021Z Compiling thread_local v1.1.8
5612024-07-12T02:57:50.089Z Compiling slog-async v2.8.0
5622024-07-12T02:57:50.236Z Compiling bytecount v0.6.8
5632024-07-12T02:57:50.278Z Compiling adler v1.0.2
5642024-07-12T02:57:50.428Z Compiling match_cfg v0.1.0
5652024-07-12T02:57:50.494Z Compiling strsim v0.11.1
5662024-07-12T02:57:50.519Z Compiling clap_lex v0.7.0
5672024-07-12T02:57:50.543Z Compiling base64 v0.21.7
5682024-07-12T02:57:50.567Z Compiling anyhow v1.0.86
5692024-07-12T02:57:50.656Z Compiling heck v0.4.1
5702024-07-12T02:57:51.048Z Compiling unicode-width v0.1.13
5712024-07-12T02:57:51.086Z Compiling serde_derive v1.0.204
5722024-07-12T02:57:51.134Z Compiling thiserror-impl v1.0.60
5732024-07-12T02:57:51.158Z Compiling zerocopy-derive v0.7.34
5742024-07-12T02:57:51.183Z Compiling tokio-macros v2.3.0
5752024-07-12T02:57:51.260Z Compiling futures-macro v0.3.30
5762024-07-12T02:57:51.284Z Compiling openssl-macros v0.1.1
5772024-07-12T02:57:51.369Z Compiling scroll_derive v0.12.0
5782024-07-12T02:57:52.360Z Compiling tabled_derive v0.7.0
5792024-07-12T02:57:52.585Z Compiling scroll v0.12.0
5802024-07-12T02:57:52.630Z Compiling tokio v1.38.0
5812024-07-12T02:57:52.981Z Compiling futures-util v0.3.30
5822024-07-12T02:57:53.082Z Compiling goblin v0.8.2
5832024-07-12T02:57:53.132Z Compiling zerocopy v0.7.34
5842024-07-12T02:57:53.984Z Compiling pest v2.7.10
5852024-07-12T02:57:54.398Z Compiling papergrid v0.11.0
5862024-07-12T02:57:54.646Z Compiling strum_macros v0.26.4
5872024-07-12T02:57:56.505Z Compiling pest_meta v2.7.10
5882024-07-12T02:57:58.285Z Compiling pest_generator v2.7.10
5892024-07-12T02:57:59.255Z Compiling futures-executor v0.3.30
5902024-07-12T02:57:59.707Z Compiling tokio-util v0.7.11
5912024-07-12T02:57:59.760Z Compiling tokio-native-tls v0.3.1
5922024-07-12T02:57:59.964Z Compiling clap_derive v4.5.4
5932024-07-12T02:58:00.004Z Compiling rustls-pemfile v1.0.4
5942024-07-12T02:58:00.389Z Compiling clap_builder v4.5.2
5952024-07-12T02:58:00.867Z Compiling h2 v0.3.26
5962024-07-12T02:58:00.988Z Compiling pest_derive v2.7.10
5972024-07-12T02:58:01.619Z Compiling dtrace-parser v0.2.0
5982024-07-12T02:58:01.880Z Compiling hostname v0.3.1
5992024-07-12T02:58:02.190Z Compiling miniz_oxide v0.7.2
6002024-07-12T02:58:03.492Z Compiling serde_tokenstream v0.2.1
6012024-07-12T02:58:03.529Z Compiling toml_datetime v0.6.6
6022024-07-12T02:58:03.958Z Compiling serde_spanned v0.6.6
6032024-07-12T02:58:03.989Z Compiling cargo-platform v0.1.8
6042024-07-12T02:58:04.015Z Compiling serde_urlencoded v0.7.1
6052024-07-12T02:58:04.166Z Compiling toml_edit v0.22.14
6062024-07-12T02:58:05.114Z Compiling dof v0.3.0
6072024-07-12T02:58:05.297Z Compiling hyper v0.14.28
6082024-07-12T02:58:05.678Z Compiling slog-json v2.6.1
6092024-07-12T02:58:06.083Z Compiling digest v0.10.7
6102024-07-12T02:58:06.446Z Compiling crossbeam-channel v0.5.12
6112024-07-12T02:58:07.110Z Compiling toml v0.8.14
6122024-07-12T02:58:07.186Z Compiling usdt-macro v0.5.0
6132024-07-12T02:58:07.374Z Compiling usdt-attr-macro v0.5.0
6142024-07-12T02:58:07.399Z Compiling url v2.5.0
6152024-07-12T02:58:07.560Z Compiling term v0.7.0
6162024-07-12T02:58:08.572Z Compiling hyper-tls v0.5.0
6172024-07-12T02:58:08.599Z Compiling xattr v1.3.1
6182024-07-12T02:58:08.631Z Compiling is-terminal v0.4.12
6192024-07-12T02:58:08.655Z Compiling memmap v0.7.0
6202024-07-12T02:58:08.764Z Compiling filetime v0.2.23
6212024-07-12T02:58:08.864Z Compiling encoding_rs v0.8.34
6222024-07-12T02:58:08.891Z Compiling cpufeatures v0.2.12
6232024-07-12T02:58:08.921Z Compiling mime v0.3.17
6242024-07-12T02:58:08.996Z Compiling sync_wrapper v0.1.2
6252024-07-12T02:58:09.020Z Compiling take_mut v0.2.2
6262024-07-12T02:58:09.047Z Compiling ipnet v2.9.0
6272024-07-12T02:58:09.086Z Compiling sha2 v0.10.8
6282024-07-12T02:58:09.134Z Compiling tar v0.4.40
6292024-07-12T02:58:09.457Z Compiling usdt v0.5.0
6302024-07-12T02:58:09.860Z Compiling slog-term v2.9.1
6312024-07-12T02:58:10.102Z Compiling flate2 v1.0.30
6322024-07-12T02:58:10.222Z Compiling cargo_toml v0.20.3
6332024-07-12T02:58:10.928Z Compiling reqwest v0.11.27
6342024-07-12T02:58:10.953Z Compiling slog-bunyan v2.5.0
6352024-07-12T02:58:10.981Z Compiling cargo_metadata v0.18.1
6362024-07-12T02:58:11.009Z Compiling clap v4.5.4
6372024-07-12T02:58:11.117Z Compiling macaddr v1.0.1
6382024-07-12T02:58:11.145Z Compiling futures v0.3.30
6392024-07-12T02:58:11.256Z Compiling strum v0.26.2
6402024-07-12T02:58:11.312Z Compiling tabled v0.15.0
6412024-07-12T02:58:11.496Z Compiling swrite v0.1.0
6422024-07-12T02:58:16.796Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6432024-07-12T02:58:27.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6442024-07-12T02:58:27.265Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6452024-07-12T02:58:27.346ZJul 12 02:58:26.561 INFO Starting download, target: Clickhouse
6462024-07-12T02:58:27.346ZJul 12 02:58:26.562 INFO Starting download, target: Cockroach
6472024-07-12T02:58:27.346ZJul 12 02:58:26.562 INFO Starting download, target: Console
6482024-07-12T02:58:27.346ZJul 12 02:58:26.562 INFO Starting download, target: DendriteOpenapi
6492024-07-12T02:58:27.372ZJul 12 02:58:26.562 INFO Starting download, target: MaghemiteMgd
6502024-07-12T02:58:27.372ZJul 12 02:58:26.562 INFO Starting download, target: DendriteStub
6512024-07-12T02:58:27.372ZJul 12 02:58:26.562 INFO Starting download, target: TransceiverControl
6522024-07-12T02:58:27.372ZJul 12 02:58:26.563 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6532024-07-12T02:58:27.372ZJul 12 02:58:26.564 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6542024-07-12T02:58:27.372ZJul 12 02:58:26.564 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6552024-07-12T02:58:27.372ZJul 12 02:58:26.564 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6562024-07-12T02:58:27.372ZJul 12 02:58:26.564 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6572024-07-12T02:58:27.372ZJul 12 02:58:26.564 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6582024-07-12T02:58:27.372ZJul 12 02:58:26.564 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6592024-07-12T02:58:27.714ZJul 12 02:58:26.929 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6602024-07-12T02:58:28.058ZJul 12 02:58:27.275 INFO Download complete, target: Console
6612024-07-12T02:58:28.134ZJul 12 02:58:27.351 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6622024-07-12T02:58:28.320ZJul 12 02:58:27.537 INFO Download complete, target: DendriteOpenapi
6632024-07-12T02:58:28.885ZJul 12 02:58:28.101 INFO Download complete, target: TransceiverControl
6642024-07-12T02:58:29.384ZJul 12 02:58:28.601 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6652024-07-12T02:58:30.102ZJul 12 02:58:29.319 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6662024-07-12T02:58:32.658ZJul 12 02:58:31.875 INFO Download complete, target: DendriteStub
6672024-07-12T02:58:33.563ZJul 12 02:58:32.780 INFO Download complete, target: MaghemiteMgd
6682024-07-12T02:58:33.772ZJul 12 02:58:32.989 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6692024-07-12T02:58:33.772ZJul 12 02:58:32.989 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6702024-07-12T02:58:42.406ZJul 12 02:58:41.624 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6712024-07-12T02:58:43.654ZJul 12 02:58:42.871 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6722024-07-12T02:58:44.096ZJul 12 02:58:43.310 INFO Checking that binary works, target: Cockroach
6732024-07-12T02:58:44.286ZJul 12 02:58:43.503 INFO Download complete, target: Cockroach
6742024-07-12T02:58:58.984ZJul 12 02:58:58.202 INFO Checking that binary works, target: Clickhouse
6752024-07-12T02:58:59.126ZJul 12 02:58:58.344 INFO Download complete, target: Clickhouse
6762024-07-12T02:58:59.150ZAll prerequisites installed successfully
6772024-07-12T02:58:59.150Z
6782024-07-12T02:58:59.150Zreal 2:48.683534261
6792024-07-12T02:58:59.150Zuser 5:22.770823317
6802024-07-12T02:58:59.150Zsys 1:19.902576224
6812024-07-12T02:58:59.150Ztrap 0.192878094
6822024-07-12T02:58:59.150Ztflt 0.088865796
6832024-07-12T02:58:59.150Zdflt 0.810704850
6842024-07-12T02:58:59.150Zkflt 0.006964381
6852024-07-12T02:58:59.150Zlock 15:29.972940220
6862024-07-12T02:58:59.150Zslp 14:49.610120385
6872024-07-12T02:58:59.150Zlat 23.925598624
6882024-07-12T02:58:59.150Zstop 1:03.056309533
6892024-07-12T02:58:59.150Z+ ptime -m cargo xtask download softnpu
6902024-07-12T02:58:59.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
6912024-07-12T02:58:59.880Z Running `target/debug/xtask download softnpu`
6922024-07-12T02:58:59.912ZJul 12 02:58:59.130 INFO Starting download, target: Softnpu
6932024-07-12T02:58:59.936ZJul 12 02:58:59.131 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6942024-07-12T02:59:01.414ZJul 12 02:59:00.632 INFO Download complete, target: Softnpu
6952024-07-12T02:59:01.438Z
6962024-07-12T02:59:01.438Zreal 2.272151166
6972024-07-12T02:59:01.438Zuser 0.836653624
6982024-07-12T02:59:01.438Zsys 0.510304379
6992024-07-12T02:59:01.438Ztrap 0.000677316
7002024-07-12T02:59:01.438Ztflt 0.000090868
7012024-07-12T02:59:01.438Zdflt 0.000173632
7022024-07-12T02:59:01.438Zkflt 0.000000000
7032024-07-12T02:59:01.438Zlock 16.328942650
7042024-07-12T02:59:01.438Zslp 1.273444146
7052024-07-12T02:59:01.438Zlat 0.169032375
7062024-07-12T02:59:01.438Zstop 0.000394995
7072024-07-12T02:59:01.438Z+ export CARGO_INCREMENTAL=0
7082024-07-12T02:59:01.438Z+ CARGO_INCREMENTAL=0
7092024-07-12T02:59:01.439Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7102024-07-12T02:59:02.124Z Downloading crates ...
7112024-07-12T02:59:02.278Z Downloaded bitstruct v0.1.1
7122024-07-12T02:59:02.303Z Downloaded async-stream-impl v0.3.5
7132024-07-12T02:59:02.303Z Downloaded atty v0.2.14
7142024-07-12T02:59:02.303Z Downloaded derive_builder_macro v0.20.0
7152024-07-12T02:59:02.303Z Downloaded defmt v0.3.8
7162024-07-12T02:59:02.303Z Downloaded normalize-line-endings v0.3.0
7172024-07-12T02:59:02.328Z Downloaded newtype_derive v0.1.6
7182024-07-12T02:59:02.328Z Downloaded base64 v0.13.1
7192024-07-12T02:59:02.328Z Downloaded utf-8 v0.7.6
7202024-07-12T02:59:02.352Z Downloaded ref-cast-impl v1.0.23
7212024-07-12T02:59:02.352Z Downloaded enum-as-inner v0.5.1
7222024-07-12T02:59:02.352Z Downloaded ipnetwork v0.20.0
7232024-07-12T02:59:02.352Z Downloaded indoc v1.0.9
7242024-07-12T02:59:02.377Z Downloaded sigpipe v0.1.3
7252024-07-12T02:59:02.377Z Downloaded foreign-types-shared v0.3.1
7262024-07-12T02:59:02.377Z Downloaded float-ord v0.3.2
7272024-07-12T02:59:02.377Z Downloaded foreign-types-macros v0.2.3
7282024-07-12T02:59:02.401Z Downloaded termtree v0.4.1
7292024-07-12T02:59:02.401Z Downloaded lazy_static v1.5.0
7302024-07-12T02:59:02.401Z Downloaded managed v0.8.0
7312024-07-12T02:59:02.401Z Downloaded sqlformat v0.2.3
7322024-07-12T02:59:02.401Z Downloaded headers-core v0.2.0
7332024-07-12T02:59:02.428Z Downloaded rpassword v7.3.1
7342024-07-12T02:59:02.428Z Downloaded highway v1.1.0
7352024-07-12T02:59:02.428Z Downloaded slog-scope v4.4.0
7362024-07-12T02:59:02.428Z Downloaded matches v0.1.10
7372024-07-12T02:59:02.428Z Downloaded rtoolbox v0.0.2
7382024-07-12T02:59:02.428Z Downloaded glob v0.3.1
7392024-07-12T02:59:02.428Z Downloaded hubpack v0.1.2
7402024-07-12T02:59:02.453Z Downloaded serde-big-array v0.4.1
7412024-07-12T02:59:02.453Z Downloaded maybe-uninit v2.0.0
7422024-07-12T02:59:02.453Z Downloaded hyper-rustls v0.24.2
7432024-07-12T02:59:02.453Z Downloaded toml_edit v0.19.15
7442024-07-12T02:59:02.477Z Downloaded toml v0.7.8
7452024-07-12T02:59:02.477Z Downloaded sct v0.7.1
7462024-07-12T02:59:02.501Z Downloaded toml v0.5.11
7472024-07-12T02:59:02.502Z Downloaded trust-dns-client v0.22.0
7482024-07-12T02:59:02.526Z Downloaded regex-automata v0.1.10
7492024-07-12T02:59:02.526Z Downloaded winnow v0.5.40
7502024-07-12T02:59:02.551Z Downloaded rustyline v14.0.0
7512024-07-12T02:59:02.551Z Downloaded rustls-webpki v0.102.4
7522024-07-12T02:59:02.575Z Downloaded finl_unicode v1.2.0
7532024-07-12T02:59:02.600Z Downloaded trust-dns-proto v0.22.0
7542024-07-12T02:59:02.600Z Downloaded regex-automata v0.4.6
7552024-07-12T02:59:02.624Z Downloaded csv v1.3.0
7562024-07-12T02:59:02.648Z Downloaded rustls v0.22.4
7572024-07-12T02:59:02.672Z Downloaded rustls v0.21.12
7582024-07-12T02:59:02.672Z Downloaded gimli v0.28.1
7592024-07-12T02:59:02.696Z Downloaded regress v0.9.1
7602024-07-12T02:59:02.696Z Downloaded regex-syntax v0.8.3
7612024-07-12T02:59:02.720Z Downloaded regex-syntax v0.6.29
7622024-07-12T02:59:02.720Z Downloaded smoltcp v0.11.0
7632024-07-12T02:59:02.744Z Downloaded sha3 v0.10.8
7642024-07-12T02:59:02.744Z Downloaded idna v0.2.3
7652024-07-12T02:59:02.744Z Downloaded bstr v1.9.1
7662024-07-12T02:59:02.771Z Downloaded zerocopy-derive v0.6.6
7672024-07-12T02:59:02.771Z Downloaded bzip2-sys v0.1.11+1.0.8
7682024-07-12T02:59:02.795Z Downloaded regex v1.10.5
7692024-07-12T02:59:02.820Z Downloaded petgraph v0.6.5
7702024-07-12T02:59:02.820Z Downloaded smoltcp v0.9.1
7712024-07-12T02:59:02.844Z Downloaded lalrpop v0.19.12
7722024-07-12T02:59:02.844Z Downloaded diesel v2.1.6
7732024-07-12T02:59:02.868Z Downloaded webpki-roots v0.25.4
7742024-07-12T02:59:02.868Z Downloaded ring v0.17.8
7752024-07-12T02:59:02.944Z Downloaded sled v0.34.7
7762024-07-12T02:59:02.968Z Downloaded ratatui v0.27.0
7772024-07-12T02:59:02.992Z Downloaded curve25519-dalek v4.1.3
7782024-07-12T02:59:02.992Z Downloaded openapiv3 v2.0.0
7792024-07-12T02:59:03.016Z Downloaded idna v0.3.0
7802024-07-12T02:59:03.016Z Downloaded ring v0.16.20
7812024-07-12T02:59:03.097Z Downloaded chrono v0.4.38
7822024-07-12T02:59:03.122Z Downloaded rustls-webpki v0.101.7
7832024-07-12T02:59:03.122Z Downloaded trust-dns-resolver v0.22.0
7842024-07-12T02:59:03.146Z Downloaded hashbrown v0.12.3
7852024-07-12T02:59:03.146Z Downloaded libxml v0.3.3
7862024-07-12T02:59:03.146Z Downloaded rayon v1.10.0
7872024-07-12T02:59:03.170Z Downloaded radix_trie v0.2.1
7882024-07-12T02:59:03.170Z Downloaded proptest v1.4.0
7892024-07-12T02:59:03.170Z Downloaded polar-core v0.27.3
7902024-07-12T02:59:03.195Z Downloaded object v0.32.2
7912024-07-12T02:59:03.195Z Downloaded nix v0.28.0
7922024-07-12T02:59:03.219Z Downloaded nix v0.27.1
7932024-07-12T02:59:03.219Z Downloaded typed-path v0.7.1
7942024-07-12T02:59:03.219Z Downloaded tungstenite v0.21.0
7952024-07-12T02:59:03.219Z Downloaded tungstenite v0.20.1
7962024-07-12T02:59:03.243Z Downloaded trust-dns-server v0.22.1
7972024-07-12T02:59:03.243Z Downloaded steno v0.4.1
7982024-07-12T02:59:03.243Z Downloaded hkdf v0.12.4
7992024-07-12T02:59:03.243Z Downloaded hashbrown v0.13.2
8002024-07-12T02:59:03.243Z Downloaded sqlparser v0.45.0
8012024-07-12T02:59:03.269Z Downloaded libm v0.2.8
8022024-07-12T02:59:03.269Z Downloaded x509-cert v0.2.5
8032024-07-12T02:59:03.269Z Downloaded itertools v0.12.1
8042024-07-12T02:59:03.269Z Downloaded quick-xml v0.31.0
8052024-07-12T02:59:03.293Z Downloaded object v0.30.4
8062024-07-12T02:59:03.293Z Downloaded schemars v0.8.21
8072024-07-12T02:59:03.318Z Downloaded scheduled-thread-pool v0.2.7
8082024-07-12T02:59:03.318Z Downloaded rusty-fork v0.3.0
8092024-07-12T02:59:03.318Z Downloaded tracing-attributes v0.1.27
8102024-07-12T02:59:03.318Z Downloaded http v1.1.0
8112024-07-12T02:59:03.318Z Downloaded rsa v0.9.6
8122024-07-12T02:59:03.318Z Downloaded ron v0.8.1
8132024-07-12T02:59:03.318Z Downloaded socket2 v0.4.10
8142024-07-12T02:59:03.342Z Downloaded serde_with v3.8.3
8152024-07-12T02:59:03.342Z Downloaded blake3 v1.5.1
8162024-07-12T02:59:03.342Z Downloaded tokio-tungstenite v0.21.0
8172024-07-12T02:59:03.342Z Downloaded tokio-tungstenite v0.20.1
8182024-07-12T02:59:03.342Z Downloaded tokio-rustls v0.25.0
8192024-07-12T02:59:03.367Z Downloaded strum_macros v0.24.3
8202024-07-12T02:59:03.367Z Downloaded structmeta-derive v0.3.0
8212024-07-12T02:59:03.367Z Downloaded structmeta-derive v0.2.0
8222024-07-12T02:59:03.367Z Downloaded structmeta v0.3.0
8232024-07-12T02:59:03.367Z Downloaded serde-hex v0.1.0
8242024-07-12T02:59:03.367Z Downloaded serde-big-array v0.5.1
8252024-07-12T02:59:03.367Z Downloaded semver v0.1.20
8262024-07-12T02:59:03.367Z Downloaded secrecy v0.8.0
8272024-07-12T02:59:03.367Z Downloaded sec1 v0.7.3
8282024-07-12T02:59:03.367Z Downloaded schemars_derive v0.8.21
8292024-07-12T02:59:03.367Z Downloaded rustls-pki-types v1.7.0
8302024-07-12T02:59:03.367Z Downloaded rustls-pemfile v2.1.2
8312024-07-12T02:59:03.367Z Downloaded rustfmt-wrapper v0.2.1
8322024-07-12T02:59:03.367Z Downloaded rustc_version v0.4.0
8332024-07-12T02:59:03.367Z Downloaded iana-time-zone v0.1.60
8342024-07-12T02:59:03.391Z Downloaded unicase v2.7.0
8352024-07-12T02:59:03.391Z Downloaded tui-tree-widget v0.21.0
8362024-07-12T02:59:03.391Z Downloaded getrandom v0.2.14
8372024-07-12T02:59:03.391Z Downloaded ron v0.7.1
8382024-07-12T02:59:03.392Z Downloaded heapless v0.8.0
8392024-07-12T02:59:03.392Z Downloaded heapless v0.7.17
8402024-07-12T02:59:03.392Z Downloaded headers v0.3.9
8412024-07-12T02:59:03.416Z Downloaded tokio-postgres v0.7.10
8422024-07-12T02:59:03.416Z Downloaded itertools v0.13.0
8432024-07-12T02:59:03.416Z Downloaded hostname v0.4.0
8442024-07-12T02:59:03.416Z Downloaded rustc-demangle v0.1.24
8452024-07-12T02:59:03.416Z Downloaded hmac v0.12.1
8462024-07-12T02:59:03.416Z Downloaded snafu v0.8.2
8472024-07-12T02:59:03.440Z Downloaded flume v0.11.0
8482024-07-12T02:59:03.440Z Downloaded maplit v1.0.2
8492024-07-12T02:59:03.440Z Downloaded unarray v0.1.4
8502024-07-12T02:59:03.440Z Downloaded half v2.4.1
8512024-07-12T02:59:03.440Z Downloaded subprocess v0.2.9
8522024-07-12T02:59:03.440Z Downloaded diesel_derives v2.1.4
8532024-07-12T02:59:03.465Z Downloaded rustc_version v0.1.7
8542024-07-12T02:59:03.465Z Downloaded rustc-hash v1.1.0
8552024-07-12T02:59:03.465Z Downloaded md-5 v0.10.6
8562024-07-12T02:59:03.465Z Downloaded funty v2.0.0
8572024-07-12T02:59:03.465Z Downloaded fragile v2.0.0
8582024-07-12T02:59:03.465Z Downloaded unicode-linebreak v0.1.5
8592024-07-12T02:59:03.465Z Downloaded hyper-staticfile v0.9.5
8602024-07-12T02:59:03.465Z Downloaded humantime v2.1.0
8612024-07-12T02:59:03.465Z Downloaded home v0.5.9
8622024-07-12T02:59:03.465Z Downloaded zip v0.6.6
8632024-07-12T02:59:03.465Z Downloaded samael v0.0.15
8642024-07-12T02:59:03.489Z Downloaded indicatif v0.17.8
8652024-07-12T02:59:03.489Z Downloaded getopts v0.2.21
8662024-07-12T02:59:03.489Z Downloaded gethostname v0.4.3
8672024-07-12T02:59:03.489Z Downloaded resolv-conf v0.7.0
8682024-07-12T02:59:03.489Z Downloaded nom v7.1.3
8692024-07-12T02:59:03.489Z Downloaded reedline v0.31.0
8702024-07-12T02:59:03.514Z Downloaded slog-stdlog v4.1.1
8712024-07-12T02:59:03.514Z Downloaded slog-envlogger v2.2.0
8722024-07-12T02:59:03.514Z Downloaded hash32 v0.2.1
8732024-07-12T02:59:03.514Z Downloaded globset v0.4.14
8742024-07-12T02:59:03.514Z Downloaded unicode_categories v0.1.1
8752024-07-12T02:59:03.514Z Downloaded rand v0.8.5
8762024-07-12T02:59:03.514Z Downloaded publicsuffix v2.2.3
8772024-07-12T02:59:03.514Z Downloaded portable-atomic v1.6.0
8782024-07-12T02:59:03.539Z Downloaded ident_case v1.0.1
8792024-07-12T02:59:03.539Z Downloaded fxhash v0.2.1
8802024-07-12T02:59:03.539Z Downloaded hubpack_derive v0.1.1
8812024-07-12T02:59:03.539Z Downloaded http-range v0.1.5
8822024-07-12T02:59:03.539Z Downloaded structmeta v0.2.0
8832024-07-12T02:59:03.539Z Downloaded strip-ansi-escapes v0.2.0
8842024-07-12T02:59:03.539Z Downloaded stringprep v0.1.4
8852024-07-12T02:59:03.539Z Downloaded string_cache v0.8.7
8862024-07-12T02:59:03.539Z Downloaded static_assertions v1.1.0
8872024-07-12T02:59:03.539Z Downloaded stable_deref_trait v1.2.0
8882024-07-12T02:59:03.539Z Downloaded smallvec v0.6.14
8892024-07-12T02:59:03.539Z Downloaded group v0.13.0
8902024-07-12T02:59:03.539Z Downloaded test-strategy v0.3.1
8912024-07-12T02:59:03.563Z Downloaded zerocopy v0.6.6
8922024-07-12T02:59:03.563Z Downloaded uuid v1.9.1
8932024-07-12T02:59:03.563Z Downloaded unicode-segmentation v1.11.0
8942024-07-12T02:59:03.563Z Downloaded expectorate v1.1.0
8952024-07-12T02:59:03.563Z Downloaded unsafe-libyaml v0.2.11
8962024-07-12T02:59:03.587Z Downloaded slog-dtrace v0.3.0
8972024-07-12T02:59:03.587Z Downloaded hex v0.4.3
8982024-07-12T02:59:03.587Z Downloaded heck v0.3.3
8992024-07-12T02:59:03.588Z Downloaded hash32 v0.3.1
9002024-07-12T02:59:03.588Z Downloaded spin v0.9.8
9012024-07-12T02:59:03.588Z Downloaded snafu-derive v0.8.2
9022024-07-12T02:59:03.588Z Downloaded smf v0.2.3
9032024-07-12T02:59:03.588Z Downloaded libsw v3.3.1
9042024-07-12T02:59:03.612Z Downloaded kstat-rs v0.2.4
9052024-07-12T02:59:03.612Z Downloaded tempfile v3.10.1
9062024-07-12T02:59:03.612Z Downloaded vsss-rs v3.3.4
9072024-07-12T02:59:03.612Z Downloaded num-bigint v0.4.5
9082024-07-12T02:59:03.612Z Downloaded stability v0.2.0
9092024-07-12T02:59:03.612Z Downloaded sqlparser_derive v0.2.2
9102024-07-12T02:59:03.612Z Downloaded spki v0.7.3
9112024-07-12T02:59:03.612Z Downloaded spin v0.5.2
9122024-07-12T02:59:03.612Z Downloaded libloading v0.8.3
9132024-07-12T02:59:03.612Z Downloaded lazycell v1.3.0
9142024-07-12T02:59:03.637Z Downloaded lalrpop-util v0.19.12
9152024-07-12T02:59:03.637Z Downloaded tiny-keccak v2.0.2
9162024-07-12T02:59:03.637Z Downloaded serde_yaml v0.9.34+deprecated
9172024-07-12T02:59:03.637Z Downloaded serde_with_macros v3.8.3
9182024-07-12T02:59:03.637Z Downloaded elliptic-curve v0.13.8
9192024-07-12T02:59:03.637Z Downloaded diff v0.1.13
9202024-07-12T02:59:03.637Z Downloaded linked-hash-map v0.5.6
9212024-07-12T02:59:03.637Z Downloaded tokio-rustls v0.24.1
9222024-07-12T02:59:03.637Z Downloaded tls_codec v0.4.1
9232024-07-12T02:59:03.637Z Downloaded tabwriter v1.4.0
9242024-07-12T02:59:03.661Z Downloaded subtle v2.5.0
9252024-07-12T02:59:03.661Z Downloaded fatfs v0.3.6
9262024-07-12T02:59:03.661Z Downloaded der v0.7.9
9272024-07-12T02:59:03.661Z Downloaded smawk v0.3.2
9282024-07-12T02:59:03.661Z Downloaded lru v0.12.3
9292024-07-12T02:59:03.661Z Downloaded libefi-sys v0.1.0
9302024-07-12T02:59:03.661Z Downloaded tls_codec_derive v0.4.1
9312024-07-12T02:59:03.662Z Downloaded thiserror-no-std v2.0.2
9322024-07-12T02:59:03.662Z Downloaded termcolor v1.4.1
9332024-07-12T02:59:03.662Z Downloaded waitgroup v0.1.2
9342024-07-12T02:59:03.662Z Downloaded similar v2.5.0
9352024-07-12T02:59:03.688Z Downloaded signal-hook v0.3.17
9362024-07-12T02:59:03.689Z Downloaded serde_repr v0.1.19
9372024-07-12T02:59:03.689Z Downloaded serde_path_to_error v0.1.16
9382024-07-12T02:59:03.689Z Downloaded serde_arrays v0.1.0
9392024-07-12T02:59:03.689Z Downloaded inout v0.1.3
9402024-07-12T02:59:03.689Z Downloaded env_logger v0.9.3
9412024-07-12T02:59:03.689Z Downloaded lru-cache v0.1.2
9422024-07-12T02:59:03.713Z Downloaded linear-map v1.2.0
9432024-07-12T02:59:03.713Z Downloaded termios v0.3.3
9442024-07-12T02:59:03.713Z Downloaded foreign-types v0.5.0
9452024-07-12T02:59:03.713Z Downloaded yasna v0.5.2
9462024-07-12T02:59:03.713Z Downloaded whoami v1.5.1
9472024-07-12T02:59:03.713Z Downloaded vte_generate_state_changes v0.1.1
9482024-07-12T02:59:03.713Z Downloaded vte v0.11.1
9492024-07-12T02:59:03.713Z Downloaded signal-hook-mio v0.2.3
9502024-07-12T02:59:03.713Z Downloaded impl-trait-for-tuples v0.2.2
9512024-07-12T02:59:03.713Z Downloaded dyn-clone v1.0.17
9522024-07-12T02:59:03.713Z Downloaded display-error-chain v0.2.0
9532024-07-12T02:59:03.713Z Downloaded rcgen v0.12.1
9542024-07-12T02:59:03.713Z Downloaded derive-where v1.2.7
9552024-07-12T02:59:03.738Z Downloaded supports-color v3.0.0
9562024-07-12T02:59:03.738Z Downloaded zeroize v1.7.0
9572024-07-12T02:59:03.738Z Downloaded embedded-io v0.4.0
9582024-07-12T02:59:03.738Z Downloaded tokio-stream v0.1.15
9592024-07-12T02:59:03.738Z Downloaded prettyplease v0.2.20
9602024-07-12T02:59:03.738Z Downloaded num-bigint-dig v0.8.4
9612024-07-12T02:59:03.738Z Downloaded tap v1.0.1
9622024-07-12T02:59:03.738Z Downloaded strum_macros v0.25.3
9632024-07-12T02:59:03.763Z Downloaded float-cmp v0.9.0
9642024-07-12T02:59:03.763Z Downloaded flagset v0.4.5
9652024-07-12T02:59:03.763Z Downloaded fixedbitset v0.4.2
9662024-07-12T02:59:03.763Z Downloaded ff v0.13.0
9672024-07-12T02:59:03.763Z Downloaded fd-lock v4.0.2
9682024-07-12T02:59:03.763Z Downloaded fastrand v2.1.0
9692024-07-12T02:59:03.763Z Downloaded fallible-iterator v0.2.0
9702024-07-12T02:59:03.763Z Downloaded zone v0.1.8
9712024-07-12T02:59:03.763Z Downloaded zeroize_derive v1.4.2
9722024-07-12T02:59:03.763Z Downloaded uzers v0.11.3
9732024-07-12T02:59:03.763Z Downloaded salty v0.2.0
9742024-07-12T02:59:03.787Z Downloaded itertools v0.10.5
9752024-07-12T02:59:03.787Z Downloaded endian-type v0.1.2
9762024-07-12T02:59:03.787Z Downloaded untrusted v0.9.0
9772024-07-12T02:59:03.787Z Downloaded unicode-truncate v1.0.0
9782024-07-12T02:59:03.787Z Downloaded topological-sort v0.2.2
9792024-07-12T02:59:03.787Z Downloaded compact_str v0.7.1
9802024-07-12T02:59:03.787Z Downloaded wyz v0.5.1
9812024-07-12T02:59:03.787Z Downloaded which v4.4.2
9822024-07-12T02:59:03.787Z Downloaded wait-timeout v0.2.0
9832024-07-12T02:59:03.787Z Downloaded signature v2.2.0
9842024-07-12T02:59:03.787Z Downloaded signature v1.6.4
9852024-07-12T02:59:03.812Z Downloaded shlex v1.3.0
9862024-07-12T02:59:03.812Z Downloaded shell-words v1.1.0
9872024-07-12T02:59:03.812Z Downloaded is_ci v1.2.0
9882024-07-12T02:59:03.812Z Downloaded rayon-core v1.12.1
9892024-07-12T02:59:03.812Z Downloaded rand_core v0.6.4
9902024-07-12T02:59:03.812Z Downloaded pin-project v1.1.5
9912024-07-12T02:59:03.836Z Downloaded const-oid v0.9.6
9922024-07-12T02:59:03.836Z Downloaded zone_cfg_derive v0.1.2
9932024-07-12T02:59:03.836Z Downloaded walkdir v2.5.0
9942024-07-12T02:59:03.836Z Downloaded siphasher v0.3.11
9952024-07-12T02:59:03.836Z Downloaded sha1 v0.10.6
9962024-07-12T02:59:03.836Z Downloaded serde_plain v1.0.2
9972024-07-12T02:59:03.837Z Downloaded serde_derive_internals v0.29.1
9982024-07-12T02:59:03.837Z Downloaded oso v0.27.3
9992024-07-12T02:59:03.837Z Downloaded darling v0.20.9
10002024-07-12T02:59:03.837Z Downloaded crypto-bigint v0.5.5
10012024-07-12T02:59:03.861Z Downloaded crossbeam-epoch v0.9.18
10022024-07-12T02:59:03.861Z Downloaded cookie_store v0.20.0
10032024-07-12T02:59:03.861Z Downloaded const_format_proc_macros v0.2.32
10042024-07-12T02:59:03.861Z Downloaded bzip2 v0.4.4
10052024-07-12T02:59:03.861Z Downloaded bstr v0.2.17
10062024-07-12T02:59:03.885Z Downloaded diesel_table_macro_syntax v0.1.0
10072024-07-12T02:59:03.885Z Downloaded signal-hook-tokio v0.3.1
10082024-07-12T02:59:03.885Z Downloaded keccak v0.1.5
10092024-07-12T02:59:03.885Z Downloaded erased-serde v0.3.31
10102024-07-12T02:59:03.885Z Downloaded thiserror-impl-no-std v2.0.2
10112024-07-12T02:59:03.885Z Downloaded predicates-tree v1.0.9
10122024-07-12T02:59:03.886Z Downloaded postgres-protocol v0.6.6
10132024-07-12T02:59:03.886Z Downloaded postcard v1.0.8
10142024-07-12T02:59:03.886Z Downloaded peg-macros v0.8.3
10152024-07-12T02:59:03.886Z Downloaded packed_struct_codegen v0.10.1
10162024-07-12T02:59:03.886Z Downloaded owo-colors v4.0.0
10172024-07-12T02:59:03.910Z Downloaded defmt-macros v0.3.9
10182024-07-12T02:59:03.910Z Downloaded crc-catalog v2.4.0
10192024-07-12T02:59:03.910Z Downloaded same-file v1.0.6
10202024-07-12T02:59:03.910Z Downloaded indexmap v1.9.3
10212024-07-12T02:59:03.910Z Downloaded rand_xorshift v0.3.0
10222024-07-12T02:59:03.910Z Downloaded ppv-lite86 v0.2.17
10232024-07-12T02:59:03.910Z Downloaded poly1305 v0.8.0
10242024-07-12T02:59:03.910Z Downloaded pkcs1 v0.7.5
10252024-07-12T02:59:03.910Z Downloaded password-hash v0.5.0
10262024-07-12T02:59:03.910Z Downloaded parking_lot_core v0.8.6
10272024-07-12T02:59:03.935Z Downloaded mockall_derive v0.12.1
10282024-07-12T02:59:03.935Z Downloaded minimal-lexical v0.2.1
10292024-07-12T02:59:03.935Z Downloaded derive_builder_core v0.20.0
10302024-07-12T02:59:03.935Z Downloaded convert_case v0.4.0
10312024-07-12T02:59:03.935Z Downloaded cipher v0.4.4
10322024-07-12T02:59:03.935Z Downloaded ciborium-io v0.2.2
10332024-07-12T02:59:03.935Z Downloaded chacha20 v0.9.1
10342024-07-12T02:59:03.935Z Downloaded camino-tempfile v1.1.1
10352024-07-12T02:59:03.935Z Downloaded indent_write v2.2.0
10362024-07-12T02:59:03.935Z Downloaded env_logger v0.10.2
10372024-07-12T02:59:03.935Z Downloaded radium v0.7.0
10382024-07-12T02:59:03.960Z Downloaded pem v3.0.4
10392024-07-12T02:59:03.960Z Downloaded omicron-zone-package v0.11.0
10402024-07-12T02:59:03.960Z Downloaded num-rational v0.4.2
10412024-07-12T02:59:03.960Z Downloaded cobs v0.2.3
10422024-07-12T02:59:03.960Z Downloaded cassowary v0.3.0
10432024-07-12T02:59:03.960Z Downloaded bitflags v1.3.2
10442024-07-12T02:59:03.960Z Downloaded bitfield v0.14.0
10452024-07-12T02:59:03.960Z Downloaded aho-corasick v1.1.3
10462024-07-12T02:59:03.960Z Downloaded instant v0.1.12
10472024-07-12T02:59:03.984Z Downloaded downcast v0.11.0
10482024-07-12T02:59:03.984Z Downloaded difflib v0.4.0
10492024-07-12T02:59:03.984Z Downloaded ref-cast v1.0.23
10502024-07-12T02:59:03.984Z Downloaded predicates v3.1.0
10512024-07-12T02:59:03.984Z Downloaded postgres-types v0.2.6
10522024-07-12T02:59:03.984Z Downloaded pin-project-internal v1.1.5
10532024-07-12T02:59:03.984Z Downloaded nu-ansi-term v0.50.0
10542024-07-12T02:59:03.984Z Downloaded debug-ignore v1.0.5
10552024-07-12T02:59:03.984Z Downloaded darling_macro v0.20.9
10562024-07-12T02:59:03.984Z Downloaded crucible-workspace-hack v0.1.0
10572024-07-12T02:59:03.984Z Downloaded crc v3.2.1
10582024-07-12T02:59:03.985Z Downloaded cexpr v0.6.0
10592024-07-12T02:59:04.009Z Downloaded base64 v0.22.1
10602024-07-12T02:59:04.009Z Downloaded ena v0.14.3
10612024-07-12T02:59:04.009Z Downloaded either v1.12.0
10622024-07-12T02:59:04.009Z Downloaded ed25519 v1.5.3
10632024-07-12T02:59:04.009Z Downloaded tough v0.17.1
10642024-07-12T02:59:04.009Z Downloaded portpicker v0.1.1
10652024-07-12T02:59:04.009Z Downloaded pkcs8 v0.10.2
10662024-07-12T02:59:04.034Z Downloaded phf_shared v0.10.0
10672024-07-12T02:59:04.034Z Downloaded path-slash v0.1.5
10682024-07-12T02:59:04.034Z Downloaded parse-display-derive v0.9.1
10692024-07-12T02:59:04.034Z Downloaded parking_lot v0.11.2
10702024-07-12T02:59:04.034Z Downloaded opaque-debug v0.3.1
10712024-07-12T02:59:04.034Z Downloaded olpc-cjson v0.1.3
10722024-07-12T02:59:04.034Z Downloaded multer v3.1.0
10732024-07-12T02:59:04.034Z Downloaded bitstruct_derive v0.1.0
10742024-07-12T02:59:04.034Z Downloaded bcs v0.1.6
10752024-07-12T02:59:04.034Z Downloaded atomicwrites v0.4.3
10762024-07-12T02:59:04.034Z Downloaded rand_chacha v0.3.1
10772024-07-12T02:59:04.034Z Downloaded r2d2 v0.8.10
10782024-07-12T02:59:04.034Z Downloaded psl-types v2.0.11
10792024-07-12T02:59:04.034Z Downloaded proc-macro-crate v1.3.1
10802024-07-12T02:59:04.034Z Downloaded predicates-core v1.0.6
10812024-07-12T02:59:04.034Z Downloaded precomputed-hash v0.1.1
10822024-07-12T02:59:04.034Z Downloaded phf_shared v0.11.2
10832024-07-12T02:59:04.034Z Downloaded phf v0.11.2
10842024-07-12T02:59:04.058Z Downloaded pem-rfc7468 v0.7.0
10852024-07-12T02:59:04.058Z Downloaded peg v0.8.3
10862024-07-12T02:59:04.059Z Downloaded paste v1.0.15
10872024-07-12T02:59:04.059Z Downloaded parse-display v0.9.1
10882024-07-12T02:59:04.059Z Downloaded packed_struct v0.10.1
10892024-07-12T02:59:04.059Z Downloaded oso-derive v0.27.3
10902024-07-12T02:59:04.059Z Downloaded num-traits v0.2.19
10912024-07-12T02:59:04.059Z Downloaded num-integer v0.1.46
10922024-07-12T02:59:04.059Z Downloaded nibble_vec v0.1.0
10932024-07-12T02:59:04.059Z Downloaded newtype-uuid v1.1.0
10942024-07-12T02:59:04.059Z Downloaded new_debug_unreachable v1.0.6
10952024-07-12T02:59:04.059Z Downloaded multimap v0.10.0
10962024-07-12T02:59:04.083Z Downloaded mockall v0.12.1
10972024-07-12T02:59:04.083Z Downloaded mime_guess v2.0.4
10982024-07-12T02:59:04.083Z Downloaded memmap2 v0.9.4
10992024-07-12T02:59:04.083Z Downloaded derive_more v0.99.18
11002024-07-12T02:59:04.083Z Downloaded darling_core v0.20.9
11012024-07-12T02:59:04.083Z Downloaded const_format v0.2.32
11022024-07-12T02:59:04.083Z Downloaded chacha20poly1305 v0.10.1
11032024-07-12T02:59:04.108Z Downloaded bitvec v1.0.1
11042024-07-12T02:59:04.108Z Downloaded bit-set v0.5.3
11052024-07-12T02:59:04.108Z Downloaded bindgen v0.69.4
11062024-07-12T02:59:04.132Z Downloaded base16ct v0.2.0
11072024-07-12T02:59:04.132Z Downloaded backtrace v0.3.71
11082024-07-12T02:59:04.132Z Downloaded backoff v0.4.0
11092024-07-12T02:59:04.132Z Downloaded async-trait v0.1.81
11102024-07-12T02:59:04.132Z Downloaded async-stream v0.3.5
11112024-07-12T02:59:04.132Z Downloaded assert_matches v1.5.0
11122024-07-12T02:59:04.156Z Downloaded ascii v1.1.0
11132024-07-12T02:59:04.156Z Downloaded arc-swap v1.7.1
11142024-07-12T02:59:04.156Z Downloaded aead v0.5.2
11152024-07-12T02:59:04.156Z Downloaded untrusted v0.7.1
11162024-07-12T02:59:04.156Z Downloaded universal-hash v0.5.1
11172024-07-12T02:59:04.156Z Downloaded unicode-xid v0.2.4
11182024-07-12T02:59:04.156Z Downloaded toolchain_find v0.4.0
11192024-07-12T02:59:04.156Z Downloaded textwrap v0.16.1
11202024-07-12T02:59:04.156Z Downloaded rand_seeder v0.2.3
11212024-07-12T02:59:04.156Z Downloaded quick-error v1.2.3
11222024-07-12T02:59:04.156Z Downloaded pretty-hex v0.2.1
11232024-07-12T02:59:04.156Z Downloaded peg-runtime v0.8.3
11242024-07-12T02:59:04.157Z Downloaded parse-size v1.0.0
11252024-07-12T02:59:04.157Z Downloaded number_prefix v0.4.0
11262024-07-12T02:59:04.157Z Downloaded num_enum_derive v0.5.11
11272024-07-12T02:59:04.181Z Downloaded num_enum v0.5.11
11282024-07-12T02:59:04.181Z Downloaded num-iter v0.1.45
11292024-07-12T02:59:04.181Z Downloaded num-derive v0.4.2
11302024-07-12T02:59:04.181Z Downloaded num-complex v0.4.6
11312024-07-12T02:59:04.181Z Downloaded num v0.4.3
11322024-07-12T02:59:04.181Z Downloaded nodrop v0.1.14
11332024-07-12T02:59:04.181Z Downloaded nanorand v0.7.0
11342024-07-12T02:59:04.181Z Downloaded crossterm v0.27.0
11352024-07-12T02:59:04.181Z Downloaded allocator-api2 v0.2.18
11362024-07-12T02:59:04.208Z Downloaded addr2line v0.21.0
11372024-07-12T02:59:04.208Z Downloaded memoffset v0.9.1
11382024-07-12T02:59:04.208Z Downloaded derive_builder v0.20.0
11392024-07-12T02:59:04.208Z Downloaded defmt-parser v0.3.4
11402024-07-12T02:59:04.208Z Downloaded curve25519-dalek-derive v0.1.1
11412024-07-12T02:59:04.208Z Downloaded csv-core v0.1.11
11422024-07-12T02:59:04.208Z Downloaded cookie v0.17.0
11432024-07-12T02:59:04.208Z Downloaded clang-sys v1.7.0
11442024-07-12T02:59:04.208Z Downloaded ciborium v0.2.2
11452024-07-12T02:59:04.232Z Downloaded castaway v0.2.2
11462024-07-12T02:59:04.232Z Downloaded cancel-safe-futures v0.1.5
11472024-07-12T02:59:04.232Z Downloaded block-padding v0.3.3
11482024-07-12T02:59:04.232Z Downloaded blake2 v0.10.6
11492024-07-12T02:59:04.232Z Downloaded array-init v0.0.4
11502024-07-12T02:59:04.232Z Downloaded argon2 v0.5.3
11512024-07-12T02:59:04.233Z Downloaded newline-converter v0.3.0
11522024-07-12T02:59:04.233Z Downloaded der_derive v0.7.2
11532024-07-12T02:59:04.233Z Downloaded data-encoding v2.6.0
11542024-07-12T02:59:04.233Z Downloaded crossbeam-deque v0.8.5
11552024-07-12T02:59:04.233Z Downloaded crc-any v2.5.0
11562024-07-12T02:59:04.233Z Downloaded corncobs v0.1.3
11572024-07-12T02:59:04.233Z Downloaded cookie v0.18.1
11582024-07-12T02:59:04.233Z Downloaded console v0.15.8
11592024-07-12T02:59:04.257Z Downloaded ciborium-ll v0.2.2
11602024-07-12T02:59:04.257Z Downloaded bit-vec v0.6.3
11612024-07-12T02:59:04.257Z Downloaded base64ct v1.6.0
11622024-07-12T02:59:04.257Z Downloaded atomic-waker v1.1.2
11632024-07-12T02:59:04.257Z Downloaded arrayvec v0.7.4
11642024-07-12T02:59:04.257Z Downloaded arrayref v0.3.7
11652024-07-12T02:59:04.257Z Downloaded ahash v0.8.11
11662024-07-12T02:59:04.257Z Downloaded constant_time_eq v0.3.0
11672024-07-12T02:59:04.257Z Downloaded colored v2.1.0
11682024-07-12T02:59:04.257Z Downloaded buf-list v1.0.3
11692024-07-12T02:59:04.257Z Downloaded bitfield-struct v0.6.1
11702024-07-12T02:59:04.257Z Downloaded bb8 v0.8.5
11712024-07-12T02:59:04.282Z Downloaded async-recursion v1.1.1
11722024-07-12T02:59:04.282Z Downloaded ascii-canvas v3.0.0
11732024-07-12T02:59:04.282Z Downloaded cstr-argument v0.1.2
11742024-07-12T02:59:04.282Z Downloaded crunchy v0.2.2
11752024-07-12T02:59:04.282Z Downloaded cfg_aliases v0.1.1
11762024-07-12T02:59:04.434Z Compiling proc-macro2 v1.0.86
11772024-07-12T02:59:04.434Z Compiling unicode-ident v1.0.12
11782024-07-12T02:59:04.458Z Compiling libc v0.2.155
11792024-07-12T02:59:04.458Z Compiling serde v1.0.204
11802024-07-12T02:59:04.458Z Compiling autocfg v1.3.0
11812024-07-12T02:59:04.458Z Compiling version_check v0.9.4
11822024-07-12T02:59:04.458Z Compiling cfg-if v1.0.0
11832024-07-12T02:59:04.614Z Compiling cc v1.0.97
11842024-07-12T02:59:04.647Z Compiling parking_lot_core v0.9.10
11852024-07-12T02:59:04.672Z Compiling serde_json v1.0.120
11862024-07-12T02:59:04.964Z Compiling once_cell v1.19.0
11872024-07-12T02:59:05.072Z Compiling libm v0.2.8
11882024-07-12T02:59:05.097Z Compiling byteorder v1.5.0
11892024-07-12T02:59:05.243Z Compiling lock_api v0.4.12
11902024-07-12T02:59:05.343Z Compiling ahash v0.8.11
11912024-07-12T02:59:05.385Z Compiling num-traits v0.2.19
11922024-07-12T02:59:05.504Z Compiling memchr v2.7.2
11932024-07-12T02:59:05.655Z Compiling scopeguard v1.2.0
11942024-07-12T02:59:05.680Z Compiling thiserror v1.0.60
11952024-07-12T02:59:05.813Z Compiling typenum v1.17.0
11962024-07-12T02:59:06.428Z Compiling quote v1.0.36
11972024-07-12T02:59:06.552Z Compiling getrandom v0.2.14
11982024-07-12T02:59:06.771Z Compiling syn v2.0.68
11992024-07-12T02:59:06.986Z Compiling itoa v1.0.11
12002024-07-12T02:59:07.010Z Compiling log v0.4.21
12012024-07-12T02:59:07.085Z Compiling generic-array v0.14.7
12022024-07-12T02:59:07.435Z Compiling allocator-api2 v0.2.18
12032024-07-12T02:59:07.495Z Compiling slab v0.4.9
12042024-07-12T02:59:07.532Z Compiling ring v0.17.8
12052024-07-12T02:59:07.631Z Compiling ryu v1.0.18
12062024-07-12T02:59:07.773Z Compiling smallvec v1.13.2
12072024-07-12T02:59:07.797Z Compiling semver v1.0.23
12082024-07-12T02:59:07.877Z Compiling schemars v0.8.21
12092024-07-12T02:59:07.877Z Compiling pin-project-lite v0.2.14
12102024-07-12T02:59:08.234Z Compiling equivalent v1.0.1
12112024-07-12T02:59:08.258Z Compiling spin v0.9.8
12122024-07-12T02:59:08.383Z Compiling pkg-config v0.3.30
12132024-07-12T02:59:08.466Z Compiling vcpkg v0.2.15
12142024-07-12T02:59:08.574Z Compiling parking_lot v0.12.2
12152024-07-12T02:59:08.955Z Compiling signal-hook-registry v1.4.2
12162024-07-12T02:59:09.562Z Compiling syn v1.0.109
12172024-07-12T02:59:09.875Z Compiling openssl-sys v0.9.102
12182024-07-12T02:59:10.049Z Compiling mio v0.8.11
12192024-07-12T02:59:10.463Z Compiling rand_core v0.6.4
12202024-07-12T02:59:10.614Z Compiling socket2 v0.5.7
12212024-07-12T02:59:10.848Z Compiling num_cpus v1.16.0
12222024-07-12T02:59:10.967Z Compiling num-conv v0.1.0
12232024-07-12T02:59:11.063Z Compiling time-core v0.1.2
12242024-07-12T02:59:11.238Z Compiling time-macros v0.2.18
12252024-07-12T02:59:11.404Z Compiling heck v0.5.0
12262024-07-12T02:59:11.560Z Compiling httparse v1.8.0
12272024-07-12T02:59:11.876Z Compiling futures-core v0.3.30
12282024-07-12T02:59:12.095Z Compiling openssl v0.10.64
12292024-07-12T02:59:12.238Z Compiling fnv v1.0.7
12302024-07-12T02:59:12.593Z Compiling serde_derive_internals v0.29.1
12312024-07-12T02:59:12.678Z Compiling iana-time-zone v0.1.60
12322024-07-12T02:59:12.771Z Compiling rustix v0.38.34
12332024-07-12T02:59:12.795Z Compiling crossbeam-utils v0.8.19
12342024-07-12T02:59:13.322Z Compiling native-tls v0.2.11
12352024-07-12T02:59:13.571Z Compiling rustls v0.21.12
12362024-07-12T02:59:13.596Z Compiling tinyvec_macros v0.1.1
12372024-07-12T02:59:13.692Z Compiling tinyvec v1.6.0
12382024-07-12T02:59:13.794Z Compiling const-oid v0.9.6
12392024-07-12T02:59:14.462Z Compiling subtle v2.5.0
12402024-07-12T02:59:14.513Z Compiling ucd-trie v0.1.6
12412024-07-12T02:59:14.751Z Compiling futures-sink v0.3.30
12422024-07-12T02:59:14.913Z Compiling unicode-normalization v0.1.23
12432024-07-12T02:59:15.015Z Compiling backtrace v0.3.71
12442024-07-12T02:59:15.129Z Compiling cookie v0.17.0
12452024-07-12T02:59:15.423Z Compiling dyn-clone v1.0.17
12462024-07-12T02:59:15.448Z Compiling slog v2.7.0
12472024-07-12T02:59:15.618Z Compiling unicode-bidi v0.3.15
12482024-07-12T02:59:15.909Z Compiling futures-channel v0.3.30
12492024-07-12T02:59:16.331Z Compiling pin-utils v0.1.0
12502024-07-12T02:59:16.355Z Compiling futures-io v0.3.30
12512024-07-12T02:59:16.427Z Compiling futures-task v0.3.30
12522024-07-12T02:59:16.791Z Compiling aho-corasick v1.1.3
12532024-07-12T02:59:16.910Z Compiling winnow v0.5.40
12542024-07-12T02:59:17.064Z Compiling anyhow v1.0.86
12552024-07-12T02:59:17.396Z Compiling serde_derive v1.0.204
12562024-07-12T02:59:17.504Z Compiling zerocopy-derive v0.7.34
12572024-07-12T02:59:17.617Z Compiling zeroize_derive v1.4.2
12582024-07-12T02:59:18.623Z Compiling thiserror-impl v1.0.60
12592024-07-12T02:59:18.820Z Compiling tokio-macros v2.3.0
12602024-07-12T02:59:19.130Z Compiling zerocopy v0.7.34
12612024-07-12T02:59:19.954Z Compiling futures-macro v0.3.30
12622024-07-12T02:59:20.036Z Compiling schemars_derive v0.8.21
12632024-07-12T02:59:20.723Z Compiling tracing-attributes v0.1.27
12642024-07-12T02:59:20.837Z Compiling hashbrown v0.14.5
12652024-07-12T02:59:21.023Z Compiling zeroize v1.7.0
12662024-07-12T02:59:21.518Z Compiling openssl-macros v0.1.1
12672024-07-12T02:59:21.964Z Compiling scroll_derive v0.12.0
12682024-07-12T02:59:22.087Z Compiling pest v2.7.10
12692024-07-12T02:59:22.459Z Compiling crypto-common v0.1.6
12702024-07-12T02:59:22.484Z Compiling futures-util v0.3.30
12712024-07-12T02:59:22.639Z Compiling der_derive v0.7.2
12722024-07-12T02:59:22.845Z Compiling regex-syntax v0.8.3
12732024-07-12T02:59:23.776Z Compiling untrusted v0.9.0
12742024-07-12T02:59:24.164Z Compiling pest_meta v2.7.10
12752024-07-12T02:59:24.827Z Compiling block-buffer v0.10.4
12762024-07-12T02:59:25.034Z Compiling tracing-core v0.1.32
12772024-07-12T02:59:27.006Z Compiling pest_generator v2.7.10
12782024-07-12T02:59:27.545Z Compiling regex-automata v0.4.6
12792024-07-12T02:59:27.586Z Compiling usdt-impl v0.5.0
12802024-07-12T02:59:27.843Z Compiling powerfmt v0.2.0
12812024-07-12T02:59:28.262Z Compiling bytes v1.6.0
12822024-07-12T02:59:28.661Z Compiling indexmap v2.2.6
12832024-07-12T02:59:29.507Z Compiling tokio v1.38.0
12842024-07-12T02:59:29.800Z Compiling uuid v1.9.1
12852024-07-12T02:59:29.824Z Compiling bitflags v2.5.0
12862024-07-12T02:59:30.300Z Compiling chrono v0.4.38
12872024-07-12T02:59:30.556Z Compiling serde_tokenstream v0.2.1
12882024-07-12T02:59:31.394Z Compiling toml_datetime v0.6.6
12892024-07-12T02:59:31.762Z Compiling serde_spanned v0.6.6
12902024-07-12T02:59:31.951Z Compiling http v0.2.12
12912024-07-12T02:59:33.812Z Compiling toml_edit v0.19.15
12922024-07-12T02:59:34.103Z Compiling rustc_version v0.4.0
12932024-07-12T02:59:34.609Z Compiling pest_derive v2.7.10
12942024-07-12T02:59:35.183Z Compiling rustversion v1.0.17
12952024-07-12T02:59:35.746Z Compiling heapless v0.7.17
12962024-07-12T02:59:36.072Z Compiling deranged v0.3.11
12972024-07-12T02:59:36.178Z Compiling tracing v0.1.40
12982024-07-12T02:59:36.581Z Compiling digest v0.10.7
12992024-07-12T02:59:36.879Z Compiling scroll v0.12.0
13002024-07-12T02:59:37.045Z Compiling num_threads v0.1.7
13012024-07-12T02:59:37.161Z Compiling percent-encoding v2.3.1
13022024-07-12T02:59:37.439Z Compiling signal-hook v0.3.17
13032024-07-12T02:59:37.733Z Compiling ppv-lite86 v0.2.17
13042024-07-12T02:59:37.808Z Compiling heck v0.4.1
13052024-07-12T02:59:38.064Z Compiling plain v0.2.3
13062024-07-12T02:59:38.160Z Compiling time v0.3.36
13072024-07-12T02:59:38.202Z Compiling goblin v0.8.2
13082024-07-12T02:59:38.377Z Compiling rand_chacha v0.3.1
13092024-07-12T02:59:39.353Z Compiling regex v1.10.5
13102024-07-12T02:59:40.368Z Compiling pretty-hex v0.4.1
13112024-07-12T02:59:40.547Z Compiling crc32fast v1.4.0
13122024-07-12T02:59:41.109Z Compiling strsim v0.11.1
13132024-07-12T02:59:41.741Z Compiling rand v0.8.5
13142024-07-12T02:59:41.822Z Compiling tokio-util v0.7.11
13152024-07-12T02:59:42.865Z Compiling dof v0.3.0
13162024-07-12T02:59:42.972Z Compiling dtrace-parser v0.2.0
13172024-07-12T02:59:43.656Z Compiling async-trait v0.1.81
13182024-07-12T02:59:43.727Z Compiling thread-id v4.2.1
13192024-07-12T02:59:44.009Z Compiling smoltcp v0.9.1
13202024-07-12T02:59:44.033Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13212024-07-12T02:59:44.523Z Compiling foreign-types-shared v0.1.1
13222024-07-12T02:59:44.576Z Compiling base64ct v1.6.0
13232024-07-12T02:59:44.600Z Compiling unicode-width v0.1.13
13242024-07-12T02:59:44.631Z Compiling foreign-types v0.3.2
13252024-07-12T02:59:45.048Z Compiling pem-rfc7468 v0.7.0
13262024-07-12T02:59:45.959Z Compiling form_urlencoded v1.2.1
13272024-07-12T02:59:46.362Z Compiling hmac v0.12.1
13282024-07-12T02:59:46.401Z Compiling try-lock v0.2.5
13292024-07-12T02:59:46.560Z Compiling adler v1.0.2
13302024-07-12T02:59:46.584Z Compiling base64 v0.21.7
13312024-07-12T02:59:46.645Z Compiling siphasher v0.3.11
13322024-07-12T02:59:46.949Z Compiling flagset v0.4.5
13332024-07-12T02:59:47.134Z Compiling der v0.7.9
13342024-07-12T02:59:47.158Z Compiling miniz_oxide v0.7.2
13352024-07-12T02:59:47.158Z Compiling want v0.3.1
13362024-07-12T02:59:48.688Z Compiling rustls-webpki v0.101.7
13372024-07-12T02:59:48.957Z Compiling sct v0.7.1
13382024-07-12T02:59:49.190Z Compiling h2 v0.3.26
13392024-07-12T02:59:49.615Z Compiling http-body v0.4.6
13402024-07-12T02:59:50.111Z Compiling openapiv3 v2.0.0
13412024-07-12T02:59:50.482Z Compiling hubpack_derive v0.1.1
13422024-07-12T02:59:50.983Z Compiling zerocopy-derive v0.6.6
13432024-07-12T02:59:51.173Z Compiling idna v0.5.0
13442024-07-12T02:59:51.495Z Compiling lazy_static v1.5.0
13452024-07-12T02:59:51.521Z Compiling errno v0.3.9
13462024-07-12T02:59:51.719Z Compiling fs-err v2.11.0
13472024-07-12T02:59:51.837Z Compiling cpufeatures v0.2.12
13482024-07-12T02:59:51.928Z Compiling anstyle v1.0.7
13492024-07-12T02:59:51.953Z Compiling httpdate v1.0.3
13502024-07-12T02:59:52.226Z Compiling tower-service v0.3.2
13512024-07-12T02:59:52.306Z Compiling gimli v0.28.1
13522024-07-12T02:59:52.344Z Compiling utf8parse v0.2.1
13532024-07-12T02:59:52.487Z Compiling openssl-probe v0.1.5
13542024-07-12T02:59:52.826Z Compiling finl_unicode v1.2.0
13552024-07-12T02:59:53.180Z Compiling stable_deref_trait v1.2.0
13562024-07-12T02:59:53.311Z Compiling stringprep v0.1.4
13572024-07-12T02:59:53.800Z Compiling anstyle-parse v0.2.4
13582024-07-12T02:59:53.952Z Compiling sha2 v0.10.8
13592024-07-12T02:59:54.079Z Compiling url v2.5.0
13602024-07-12T02:59:55.219Z Compiling hyper v0.14.28
13612024-07-12T02:59:56.752Z Compiling addr2line v0.21.0
13622024-07-12T02:59:57.518Z Compiling spki v0.7.3
13632024-07-12T02:59:57.879Z Compiling usdt-attr-macro v0.5.0
13642024-07-12T02:59:57.903Z Compiling usdt-macro v0.5.0
13652024-07-12T02:59:59.235Z Compiling md-5 v0.10.6
13662024-07-12T03:00:02.379Z Compiling idna v0.3.0
13672024-07-12T03:00:02.806Z Compiling diesel_table_macro_syntax v0.1.0
13682024-07-12T03:00:03.057Z Compiling num-integer v0.1.46
13692024-07-12T03:00:03.297Z Compiling object v0.32.2
13702024-07-12T03:00:03.629Z Compiling hash32 v0.2.1
13712024-07-12T03:00:03.814Z Compiling rustc-demangle v0.1.24
13722024-07-12T03:00:03.932Z Compiling colorchoice v1.0.1
13732024-07-12T03:00:05.313Z Compiling is_terminal_polyfill v1.70.0
13742024-07-12T03:00:05.417Z Compiling anstyle-query v1.0.3
13752024-07-12T03:00:06.029Z Compiling psl-types v2.0.11
13762024-07-12T03:00:06.327Z Compiling fallible-iterator v0.2.0
13772024-07-12T03:00:06.883Z Compiling postgres-protocol v0.6.6
13782024-07-12T03:00:08.784Z Compiling publicsuffix v2.2.3
13792024-07-12T03:00:09.872Z Compiling anstream v0.6.14
13802024-07-12T03:00:10.414Z Compiling diesel_derives v2.1.4
13812024-07-12T03:00:11.464Z Compiling tokio-rustls v0.24.1
13822024-07-12T03:00:15.208Z Compiling pkcs8 v0.10.2
13832024-07-12T03:00:15.552Z Compiling terminal_size v0.3.0
13842024-07-12T03:00:15.758Z Compiling tokio-native-tls v0.3.1
13852024-07-12T03:00:15.982Z Compiling phf_shared v0.11.2
13862024-07-12T03:00:16.402Z Compiling strum_macros v0.25.3
13872024-07-12T03:00:17.110Z Compiling enum-as-inner v0.5.1
13882024-07-12T03:00:17.295Z Compiling block-padding v0.3.3
13892024-07-12T03:00:17.491Z Compiling regress v0.9.1
13902024-07-12T03:00:17.986Z Compiling clap_derive v4.5.4
13912024-07-12T03:00:18.289Z Compiling serde_repr v0.1.19
13922024-07-12T03:00:19.242Z Compiling ff v0.13.0
13932024-07-12T03:00:19.392Z Compiling scheduled-thread-pool v0.2.7
13942024-07-12T03:00:19.809Z Compiling encoding_rs v0.8.34
13952024-07-12T03:00:21.154Z Compiling bitflags v1.3.2
13962024-07-12T03:00:21.264Z Compiling mime v0.3.17
13972024-07-12T03:00:21.534Z Compiling managed v0.8.0
13982024-07-12T03:00:21.558Z Compiling clap_lex v0.7.0
13992024-07-12T03:00:21.951Z Compiling base16ct v0.2.0
14002024-07-12T03:00:22.156Z Compiling either v1.12.0
14012024-07-12T03:00:22.488Z Compiling regex-automata v0.1.10
14022024-07-12T03:00:22.627Z Compiling matches v0.1.10
14032024-07-12T03:00:22.713Z Compiling bit-vec v0.6.3
14042024-07-12T03:00:22.832Z Compiling ipnet v2.9.0
14052024-07-12T03:00:23.060Z Compiling bstr v0.2.17
14062024-07-12T03:00:23.999Z Compiling idna v0.2.3
14072024-07-12T03:00:24.173Z Compiling sec1 v0.7.3
14082024-07-12T03:00:24.883Z Compiling clap_builder v4.5.2
14092024-07-12T03:00:25.018Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14102024-07-12T03:00:25.065Z Compiling r2d2 v0.8.10
14112024-07-12T03:00:25.368Z Compiling group v0.13.0
14122024-07-12T03:00:27.784Z Compiling inout v0.1.3
14132024-07-12T03:00:28.267Z Compiling phf v0.11.2
14142024-07-12T03:00:28.473Z Compiling hyper-tls v0.5.0
14152024-07-12T03:00:28.749Z Compiling signal-hook-mio v0.2.3
14162024-07-12T03:00:28.852Z Compiling hyper-rustls v0.24.2
14172024-07-12T03:00:28.877Z Compiling cookie_store v0.20.0
14182024-07-12T03:00:29.136Z Compiling postgres-types v0.2.6
14192024-07-12T03:00:29.160Z Compiling num-bigint v0.4.5
14202024-07-12T03:00:29.966Z Compiling zerocopy v0.6.6
14212024-07-12T03:00:30.306Z Compiling hubpack v0.1.2
14222024-07-12T03:00:30.616Z Compiling rustls-pemfile v1.0.4
14232024-07-12T03:00:30.671Z Compiling phf_shared v0.10.0
14242024-07-12T03:00:30.908Z Compiling hkdf v0.12.4
14252024-07-12T03:00:30.955Z Compiling crossbeam-epoch v0.9.18
14262024-07-12T03:00:30.989Z Compiling serde_urlencoded v0.7.1
14272024-07-12T03:00:31.404Z Compiling ipnetwork v0.20.0
14282024-07-12T03:00:31.876Z Compiling futures-executor v0.3.30
14292024-07-12T03:00:32.258Z Compiling crypto-bigint v0.5.5
14302024-07-12T03:00:32.497Z Compiling float-cmp v0.9.0
14312024-07-12T03:00:32.545Z Compiling memmap v0.7.0
14322024-07-12T03:00:32.743Z Compiling precomputed-hash v0.1.1
14332024-07-12T03:00:32.840Z Compiling normalize-line-endings v0.3.0
14342024-07-12T03:00:32.955Z Compiling new_debug_unreachable v1.0.6
14352024-07-12T03:00:33.046Z Compiling minimal-lexical v0.2.1
14362024-07-12T03:00:33.249Z Compiling predicates-core v1.0.6
14372024-07-12T03:00:33.443Z Compiling winnow v0.6.8
14382024-07-12T03:00:33.516Z Compiling data-encoding v2.6.0
14392024-07-12T03:00:34.769Z Compiling unicode-segmentation v1.11.0
14402024-07-12T03:00:34.923Z Compiling difflib v0.4.0
14412024-07-12T03:00:35.068Z Compiling fixedbitset v0.4.2
14422024-07-12T03:00:35.321Z Compiling webpki-roots v0.25.4
14432024-07-12T03:00:35.384Z Compiling whoami v1.5.1
14442024-07-12T03:00:35.409Z Compiling sync_wrapper v0.1.2
14452024-07-12T03:00:35.449Z Compiling static_assertions v1.1.0
14462024-07-12T03:00:35.543Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14472024-07-12T03:00:35.914Z Compiling tokio-postgres v0.7.10
14482024-07-12T03:00:36.145Z Compiling reqwest v0.11.27
14492024-07-12T03:00:36.436Z Compiling toml_edit v0.22.14
14502024-07-12T03:00:37.032Z Compiling petgraph v0.6.5
14512024-07-12T03:00:37.242Z Compiling similar v2.5.0
14522024-07-12T03:00:38.950Z Compiling predicates v3.1.0
14532024-07-12T03:00:39.580Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14542024-07-12T03:00:40.174Z Compiling elliptic-curve v0.13.8
14552024-07-12T03:00:40.198Z Compiling trust-dns-proto v0.22.0
14562024-07-12T03:00:40.444Z Compiling nom v7.1.3
14572024-07-12T03:00:40.802Z Compiling string_cache v0.8.7
14582024-07-12T03:00:41.159Z Compiling usdt v0.5.0
14592024-07-12T03:00:42.008Z Compiling futures v0.3.30
14602024-07-12T03:00:42.114Z Compiling diesel v2.1.6
14612024-07-12T03:00:42.204Z Compiling yasna v0.5.2
14622024-07-12T03:00:42.751Z Compiling crossterm v0.27.0
14632024-07-12T03:00:43.045Z Compiling flate2 v1.0.30
14642024-07-12T03:00:43.167Z Compiling cipher v0.4.4
14652024-07-12T03:00:43.331Z Compiling clap v4.5.4
14662024-07-12T03:00:43.543Z Compiling bit-set v0.5.3
14672024-07-12T03:00:43.774Z Compiling itertools v0.10.5
14682024-07-12T03:00:43.798Z Compiling itertools v0.12.1
14692024-07-12T03:00:45.405Z Compiling num-iter v0.1.45
14702024-07-12T03:00:46.016Z Compiling console v0.15.8
14712024-07-12T03:00:46.323Z Compiling tokio-stream v0.1.15
14722024-07-12T03:00:46.359Z Compiling toml v0.7.8
14732024-07-12T03:00:46.402Z Compiling bstr v1.9.1
14742024-07-12T03:00:46.486Z Compiling hex v0.4.3
14752024-07-12T03:00:46.769Z Compiling camino v1.1.7
14762024-07-12T03:00:47.001Z Compiling peg-runtime v0.8.3
14772024-07-12T03:00:47.114Z Compiling unicode-xid v0.2.4
14782024-07-12T03:00:47.175Z Compiling lalrpop-util v0.19.12
14792024-07-12T03:00:47.707Z Compiling proc-macro-crate v1.3.1
14802024-07-12T03:00:48.511Z Compiling heapless v0.8.0
14812024-07-12T03:00:50.992Z Compiling num_enum_derive v0.5.11
14822024-07-12T03:00:54.709Z Compiling hash32 v0.3.1
14832024-07-12T03:00:55.268Z Compiling ident_case v1.0.1
14842024-07-12T03:00:55.760Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14852024-07-12T03:00:56.014Z Compiling smoltcp v0.11.0
14862024-07-12T03:00:56.094Z Compiling rustls-pki-types v1.7.0
14872024-07-12T03:01:00.635Z Compiling darling_core v0.20.9
14882024-07-12T03:01:07.161Z Compiling num_enum v0.5.11
14892024-07-12T03:01:08.516Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14902024-07-12T03:01:08.692Z Compiling getopts v0.2.21
14912024-07-12T03:01:09.663Z Compiling dirs-sys-next v0.1.2
14922024-07-12T03:01:10.359Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14932024-07-12T03:01:10.521Z Compiling proc-macro-error-attr v1.0.4
14942024-07-12T03:01:10.757Z Compiling embedded-io v0.4.0
14952024-07-12T03:01:10.953Z Compiling paste v1.0.15
14962024-07-12T03:01:11.299Z Compiling rustls v0.22.4
14972024-07-12T03:01:11.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14982024-07-12T03:01:11.529Z Compiling unsafe-libyaml v0.2.11
14992024-07-12T03:01:11.553Z Compiling cobs v0.2.3
15002024-07-12T03:01:11.909Z Compiling postcard v1.0.8
15012024-07-12T03:01:12.636Z Compiling serde_yaml v0.9.34+deprecated
15022024-07-12T03:01:15.726Z Compiling dirs-next v2.0.0
15032024-07-12T03:01:16.189Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15042024-07-12T03:01:17.921Z Compiling darling_macro v0.20.9
15052024-07-12T03:01:19.176Z Compiling rustls-webpki v0.102.4
15062024-07-12T03:01:24.207Z Compiling strum_macros v0.26.4
15072024-07-12T03:01:25.527Z Compiling foreign-types-macros v0.2.3
15082024-07-12T03:01:25.567Z Compiling structmeta-derive v0.3.0
15092024-07-12T03:01:26.361Z Compiling thread_local v1.1.8
15102024-07-12T03:01:26.501Z Compiling proc-macro-error v1.0.4
15112024-07-12T03:01:26.725Z Compiling multer v3.1.0
15122024-07-12T03:01:26.929Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15132024-07-12T03:01:27.065Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15142024-07-12T03:01:27.852Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15152024-07-12T03:01:28.057Z Compiling slog-async v2.8.0
15162024-07-12T03:01:28.320Z Compiling foreign-types-shared v0.3.1
15172024-07-12T03:01:28.761Z Compiling match_cfg v0.1.0
15182024-07-12T03:01:28.843Z Compiling hostname v0.3.1
15192024-07-12T03:01:29.983Z Compiling foreign-types v0.5.0
15202024-07-12T03:01:32.415Z Compiling strum v0.26.2
15212024-07-12T03:01:33.025Z Compiling structmeta v0.3.0
15222024-07-12T03:01:33.303Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15232024-07-12T03:01:37.277Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-12T03:01:38.881Z Compiling darling v0.20.9
15252024-07-12T03:01:40.663Z Compiling term v0.7.0
15262024-07-12T03:01:46.114Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15272024-07-12T03:01:47.393Z Compiling slog-json v2.6.1
15282024-07-12T03:01:47.840Z Compiling tabwriter v1.4.0
15292024-07-12T03:01:48.065Z Compiling crossbeam-channel v0.5.12
15302024-07-12T03:01:49.177Z Compiling http v1.1.0
15312024-07-12T03:01:49.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15322024-07-12T03:01:49.377Z Compiling async-stream-impl v0.3.5
15332024-07-12T03:01:49.439Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15342024-07-12T03:01:49.470Z Compiling cstr-argument v0.1.2
15352024-07-12T03:01:49.675Z Compiling is-terminal v0.4.12
15362024-07-12T03:01:49.817Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15372024-07-12T03:01:50.054Z Compiling pretty-hex v0.2.1
15382024-07-12T03:01:50.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15392024-07-12T03:01:50.260Z Compiling base64 v0.22.1
15402024-07-12T03:01:50.364Z Compiling take_mut v0.2.2
15412024-07-12T03:01:50.471Z Compiling fastrand v2.1.0
15422024-07-12T03:01:50.509Z Compiling crucible-workspace-hack v0.1.0
15432024-07-12T03:01:50.757Z Compiling rayon-core v1.12.1
15442024-07-12T03:01:50.967Z Compiling atomic-waker v1.1.2
15452024-07-12T03:01:51.044Z Compiling tempfile v3.10.1
15462024-07-12T03:01:51.126Z Compiling waitgroup v0.1.2
15472024-07-12T03:01:51.167Z Compiling rustls-pemfile v2.1.2
15482024-07-12T03:01:51.795Z Compiling async-stream v0.3.5
15492024-07-12T03:01:52.063Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15502024-07-12T03:01:52.613Z Compiling slog-term v2.9.1
15512024-07-12T03:01:52.728Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15522024-07-12T03:01:53.047Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15532024-07-12T03:01:53.240Z Compiling slog-bunyan v2.5.0
15542024-07-12T03:01:53.503Z Compiling tokio-rustls v0.25.0
15552024-07-12T03:01:53.565Z Compiling serde_with_macros v3.8.3
15562024-07-12T03:01:53.843Z Compiling parse-display-derive v0.9.1
15572024-07-12T03:01:53.894Z Compiling toml v0.8.14
15582024-07-12T03:01:54.020Z Compiling sha1 v0.10.6
15592024-07-12T03:01:54.606Z Compiling crossbeam-deque v0.8.5
15602024-07-12T03:01:54.769Z Compiling colored v2.1.0
15612024-07-12T03:01:54.931Z Compiling newtype-uuid v1.1.0
15622024-07-12T03:01:55.215Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15632024-07-12T03:01:55.773Z Compiling serde_path_to_error v0.1.16
15642024-07-12T03:01:55.868Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-12T03:01:56.419Z Compiling hostname v0.4.0
15662024-07-12T03:01:56.581Z Compiling socket2 v0.4.10
15672024-07-12T03:01:56.640Z Compiling instant v0.1.12
15682024-07-12T03:01:56.779Z Compiling debug-ignore v1.0.5
15692024-07-12T03:01:56.901Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15702024-07-12T03:01:57.084Z Compiling parse-display v0.9.1
15712024-07-12T03:01:57.220Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15722024-07-12T03:01:58.532Z Compiling backoff v0.4.0
15732024-07-12T03:01:58.814Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742024-07-12T03:01:58.988Z Compiling serde_with v3.8.3
15752024-07-12T03:01:59.374Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-07-12T03:01:59.763Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15772024-07-12T03:02:00.835Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782024-07-12T03:02:01.360Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
15792024-07-12T03:02:02.520Z Compiling camino-tempfile v1.1.1
15802024-07-12T03:02:02.661Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15812024-07-12T03:02:03.051Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-12T03:02:03.110Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15832024-07-12T03:02:03.155Z Compiling macaddr v1.0.1
15842024-07-12T03:02:03.208Z Compiling num-derive v0.4.2
15852024-07-12T03:02:03.651Z Compiling sigpipe v0.1.3
15862024-07-12T03:02:03.752Z Compiling libefi-sys v0.1.0
15872024-07-12T03:02:03.776Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15882024-07-12T03:02:03.993Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15892024-07-12T03:02:04.242Z Compiling rayon v1.10.0
15902024-07-12T03:02:04.531Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15912024-07-12T03:02:04.886Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15922024-07-12T03:02:06.143Z Compiling smf v0.2.3
15932024-07-12T03:02:06.204Z Compiling bitfield-struct v0.6.1
15942024-07-12T03:02:06.607Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15952024-07-12T03:02:06.886Z Compiling blake3 v1.5.1
15962024-07-12T03:02:07.253Z Compiling ring v0.16.20
15972024-07-12T03:02:07.341Z Compiling portable-atomic v1.6.0
15982024-07-12T03:02:08.155Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
15992024-07-12T03:02:08.180Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16002024-07-12T03:02:08.307Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16012024-07-12T03:02:09.044Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16022024-07-12T03:02:09.320Z Compiling xattr v1.3.1
16032024-07-12T03:02:09.604Z Compiling memmap2 v0.9.4
16042024-07-12T03:02:10.034Z Compiling filetime v0.2.23
16052024-07-12T03:02:10.065Z Compiling untrusted v0.7.1
16062024-07-12T03:02:10.233Z Compiling constant_time_eq v0.3.0
16072024-07-12T03:02:10.327Z Compiling spin v0.5.2
16082024-07-12T03:02:10.400Z Compiling arrayref v0.3.7
16092024-07-12T03:02:10.508Z Compiling arrayvec v0.7.4
16102024-07-12T03:02:10.558Z Compiling same-file v1.0.6
16112024-07-12T03:02:10.879Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16122024-07-12T03:02:10.920Z Compiling walkdir v2.5.0
16132024-07-12T03:02:10.999Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16142024-07-12T03:02:12.140Z Compiling tar v0.4.40
16152024-07-12T03:02:13.127Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16162024-07-12T03:02:13.467Z Compiling cargo-platform v0.1.8
16172024-07-12T03:02:14.374Z Compiling gethostname v0.4.3
16182024-07-12T03:02:14.414Z Compiling topological-sort v0.2.2
16192024-07-12T03:02:14.622Z Compiling number_prefix v0.4.0
16202024-07-12T03:02:14.646Z Compiling omicron-zone-package v0.11.0
16212024-07-12T03:02:14.823Z Compiling indicatif v0.17.8
16222024-07-12T03:02:14.847Z Compiling cargo_metadata v0.18.1
16232024-07-12T03:02:16.957Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16242024-07-12T03:02:20.259Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16252024-07-12T03:02:21.709Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16262024-07-12T03:02:23.801Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16272024-07-12T03:02:42.931Z Finished `release` profile [optimized] target(s) in 3m 41s
16282024-07-12T03:02:43.034Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16292024-07-12T03:02:43.094ZLogging to: /work/oxidecomputer/omicron/out/LOG
16302024-07-12T03:02:43.118ZCreated new build target 'test' and set it as active
16312024-07-12T03:02:43.118Z
16322024-07-12T03:02:43.118Zreal 3:41.680396371
16332024-07-12T03:02:43.118Zuser 24:15.238632158
16342024-07-12T03:02:43.118Zsys 3:18.227772092
16352024-07-12T03:02:43.118Ztrap 0.804056957
16362024-07-12T03:02:43.118Ztflt 0.967254288
16372024-07-12T03:02:43.118Zdflt 0.637096369
16382024-07-12T03:02:43.119Zkflt 0.000884811
16392024-07-12T03:02:43.119Zlock 49:51.269076132
16402024-07-12T03:02:43.119Zslp 1:08:02.830178683
16412024-07-12T03:02:43.119Zlat 1:50.939102277
16422024-07-12T03:02:43.119Zstop 2:52.822202681
16432024-07-12T03:02:43.119Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16442024-07-12T03:02:44.257Z Finished `release` profile [optimized] target(s) in 1.09s
16452024-07-12T03:02:44.302Z Running `target/release/omicron-package -t test package`
16462024-07-12T03:02:44.349ZLogging to: /work/oxidecomputer/omicron/out/LOG
16472024-07-12T03:02:45.772Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16482024-07-12T03:02:45.799Z Compiling humantime v2.1.0
16492024-07-12T03:02:45.799Z Compiling newline-converter v0.3.0
16502024-07-12T03:02:45.800Z Compiling derive-where v1.2.7
16512024-07-12T03:02:45.840Z Compiling dirs-sys-next v0.1.2
16522024-07-12T03:02:45.864Z Compiling convert_case v0.4.0
16532024-07-12T03:02:45.897Z Compiling prettyplease v0.2.20
16542024-07-12T03:02:45.897Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16552024-07-12T03:02:45.989Z Compiling expectorate v1.1.0
16562024-07-12T03:02:46.023Z Compiling dirs-next v2.0.0
16572024-07-12T03:02:46.103Z Compiling camino v1.1.7
16582024-07-12T03:02:46.151Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16592024-07-12T03:02:46.175Z Compiling term v0.7.0
16602024-07-12T03:02:46.200Z Compiling password-hash v0.5.0
16612024-07-12T03:02:46.273Z Compiling blake2 v0.10.6
16622024-07-12T03:02:46.524Z Compiling derive_more v0.99.18
16632024-07-12T03:02:47.163Z Compiling argon2 v0.5.3
16642024-07-12T03:02:47.209Z Compiling is-terminal v0.4.12
16652024-07-12T03:02:47.236Z Compiling semver v0.1.20
16662024-07-12T03:02:47.329Z Compiling toml v0.8.14
16672024-07-12T03:02:47.708Z Compiling rustc_version v0.1.7
16682024-07-12T03:02:47.995Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16692024-07-12T03:02:48.073Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-07-12T03:02:48.362Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16712024-07-12T03:02:48.435Z Compiling newtype_derive v0.1.6
16722024-07-12T03:02:48.539Z Compiling linked-hash-map v0.5.6
16732024-07-12T03:02:48.563Z Compiling rustls-pki-types v1.7.0
16742024-07-12T03:02:48.835Z Compiling steno v0.4.1
16752024-07-12T03:02:48.886Z Compiling lru-cache v0.1.2
16762024-07-12T03:02:49.070Z Compiling rustls-webpki v0.102.4
16772024-07-12T03:02:49.095Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16782024-07-12T03:02:49.190Z Compiling rustls v0.22.4
16792024-07-12T03:02:49.214Z Compiling thread_local v1.1.8
16802024-07-12T03:02:49.629Z Compiling match_cfg v0.1.0
16812024-07-12T03:02:49.715Z Compiling home v0.5.9
16822024-07-12T03:02:50.562Z Compiling hostname v0.3.1
16832024-07-12T03:02:50.783Z Compiling multer v3.1.0
16842024-07-12T03:02:50.850Z Compiling slog-async v2.8.0
16852024-07-12T03:02:50.883Z Compiling slog-json v2.6.1
16862024-07-12T03:02:50.909Z Compiling crossbeam-channel v0.5.12
16872024-07-12T03:02:51.189Z Compiling http v1.1.0
16882024-07-12T03:02:51.272Z Compiling slog-dtrace v0.3.0
16892024-07-12T03:02:51.509Z Compiling atomic-waker v1.1.2
16902024-07-12T03:02:51.675Z Compiling take_mut v0.2.2
16912024-07-12T03:02:51.767Z Compiling termcolor v1.4.1
16922024-07-12T03:02:51.814Z Compiling base64 v0.22.1
16932024-07-12T03:02:52.329Z Compiling rustls-pemfile v2.1.2
16942024-07-12T03:02:52.715Z Compiling waitgroup v0.1.2
16952024-07-12T03:02:52.957Z Compiling slog-bunyan v2.5.0
16962024-07-12T03:02:53.072Z Compiling slog-term v2.9.1
16972024-07-12T03:02:53.139Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
16982024-07-12T03:02:53.198Z Compiling async-stream v0.3.5
16992024-07-12T03:02:53.266Z Compiling sha1 v0.10.6
17002024-07-12T03:02:53.459Z Compiling tokio-rustls v0.25.0
17012024-07-12T03:02:53.483Z Compiling newtype-uuid v1.1.0
17022024-07-12T03:02:53.596Z Compiling serde_path_to_error v0.1.16
17032024-07-12T03:02:53.733Z Compiling hostname v0.4.0
17042024-07-12T03:02:53.804Z Compiling instant v0.1.12
17052024-07-12T03:02:53.930Z Compiling debug-ignore v1.0.5
17062024-07-12T03:02:53.956Z Compiling backoff v0.4.0
17072024-07-12T03:02:54.004Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17082024-07-12T03:02:54.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
17092024-07-12T03:02:54.290Z Compiling parse-display v0.9.1
17102024-07-12T03:02:54.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17112024-07-12T03:02:54.914Z Compiling serde_with v3.8.3
17122024-07-12T03:02:55.346Z Compiling strum v0.26.2
17132024-07-12T03:02:55.505Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17142024-07-12T03:02:56.340Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17152024-07-12T03:02:56.874Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17162024-07-12T03:02:56.943Z Compiling num-rational v0.4.2
17172024-07-12T03:02:57.016Z Compiling num-complex v0.4.6
17182024-07-12T03:02:57.237Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17192024-07-12T03:02:57.851Z Compiling macaddr v1.0.1
17202024-07-12T03:02:58.151Z Compiling quick-error v1.2.3
17212024-07-12T03:02:58.215Z Compiling num v0.4.3
17222024-07-12T03:02:58.297Z Compiling resolv-conf v0.7.0
17232024-07-12T03:02:58.321Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17242024-07-12T03:03:00.078Z Compiling swrite v0.1.0
17252024-07-12T03:03:00.158Z Compiling radium v0.7.0
17262024-07-12T03:03:00.197Z Compiling float-ord v0.3.2
17272024-07-12T03:03:00.350Z Compiling utf-8 v0.7.6
17282024-07-12T03:03:00.575Z Compiling trust-dns-resolver v0.22.0
17292024-07-12T03:03:00.703Z Compiling tap v1.0.1
17302024-07-12T03:03:00.849Z Compiling maybe-uninit v2.0.0
17312024-07-12T03:03:00.882Z Compiling wyz v0.5.1
17322024-07-12T03:03:01.277Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17332024-07-12T03:03:01.694Z Compiling bzip2-sys v0.1.11+1.0.8
17342024-07-12T03:03:02.031Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17352024-07-12T03:03:05.947Z Compiling crc-catalog v2.4.0
17362024-07-12T03:03:06.072Z Compiling display-error-chain v0.2.0
17372024-07-12T03:03:06.750Z Compiling funty v2.0.0
17382024-07-12T03:03:08.765Z Compiling num-bigint-dig v0.8.4
17392024-07-12T03:03:09.049Z Compiling packed_struct v0.10.1
17402024-07-12T03:03:09.489Z Compiling bitvec v1.0.1
17412024-07-12T03:03:09.936Z Compiling crc v3.2.1
17422024-07-12T03:03:13.217Z Compiling nibble_vec v0.1.0
17432024-07-12T03:03:13.420Z Compiling packed_struct_codegen v0.10.1
17442024-07-12T03:03:14.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17452024-07-12T03:03:15.081Z Compiling indexmap v1.9.3
17462024-07-12T03:03:15.326Z Compiling crunchy v0.2.2
17472024-07-12T03:03:15.518Z Compiling glob v0.3.1
17482024-07-12T03:03:15.711Z Compiling endian-type v0.1.2
17492024-07-12T03:03:15.916Z Compiling nodrop v0.1.14
17502024-07-12T03:03:16.027Z Compiling array-init v0.0.4
17512024-07-12T03:03:16.193Z Compiling clang-sys v1.7.0
17522024-07-12T03:03:16.729Z Compiling radix_trie v0.2.1
17532024-07-12T03:03:17.321Z Compiling smallvec v0.6.14
17542024-07-12T03:03:17.727Z Compiling pkcs1 v0.7.5
17552024-07-12T03:03:18.131Z Compiling signature v2.2.0
17562024-07-12T03:03:18.415Z Compiling maplit v1.0.2
17572024-07-12T03:03:18.531Z Compiling hashbrown v0.12.3
17582024-07-12T03:03:18.915Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17592024-07-12T03:03:19.241Z Compiling bitfield v0.14.0
17602024-07-12T03:03:19.476Z Compiling cancel-safe-futures v0.1.5
17612024-07-12T03:03:19.666Z Compiling tiny-keccak v2.0.2
17622024-07-12T03:03:19.789Z Compiling rsa v0.9.6
17632024-07-12T03:03:19.919Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17642024-07-12T03:03:21.054Z Compiling serde-hex v0.1.0
17652024-07-12T03:03:21.158Z Compiling bzip2 v0.4.4
17662024-07-12T03:03:21.661Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17672024-07-12T03:03:21.951Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17682024-07-12T03:03:22.168Z Compiling env_logger v0.10.2
17692024-07-12T03:03:24.465Z Compiling x509-cert v0.2.5
17702024-07-12T03:03:24.730Z Compiling ron v0.8.1
17712024-07-12T03:03:25.050Z Compiling hashbrown v0.13.2
17722024-07-12T03:03:25.393Z Compiling crc-any v2.5.0
17732024-07-12T03:03:26.173Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17742024-07-12T03:03:26.197Z Compiling object v0.30.4
17752024-07-12T03:03:27.957Z Compiling zip v0.6.6
17762024-07-12T03:03:30.232Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17772024-07-12T03:03:30.258Z Compiling rayon-core v1.12.1
17782024-07-12T03:03:30.282Z Compiling ascii-canvas v3.0.0
17792024-07-12T03:03:30.719Z Compiling crossbeam-deque v0.8.5
17802024-07-12T03:03:30.993Z Compiling ena v0.14.3
17812024-07-12T03:03:31.322Z Compiling libloading v0.8.3
17822024-07-12T03:03:31.632Z Compiling half v2.4.1
17832024-07-12T03:03:32.250Z Compiling same-file v1.0.6
17842024-07-12T03:03:32.447Z Compiling path-slash v0.1.5
17852024-07-12T03:03:32.651Z Compiling fastrand v2.1.0
17862024-07-12T03:03:33.081Z Compiling arc-swap v1.7.1
17872024-07-12T03:03:33.573Z Compiling diff v0.1.13
17882024-07-12T03:03:33.642Z Compiling bindgen v0.69.4
17892024-07-12T03:03:33.961Z Compiling ciborium-io v0.2.2
17902024-07-12T03:03:34.012Z Compiling regex-syntax v0.6.29
17912024-07-12T03:03:34.079Z Compiling ciborium-ll v0.2.2
17922024-07-12T03:03:34.102Z Compiling slog-scope v4.4.0
17932024-07-12T03:03:34.477Z Compiling tempfile v3.10.1
17942024-07-12T03:03:34.818Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17952024-07-12T03:03:35.105Z Compiling walkdir v2.5.0
17962024-07-12T03:03:36.664Z Compiling lalrpop v0.19.12
17972024-07-12T03:03:38.453Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17982024-07-12T03:03:39.319Z Compiling which v4.4.2
17992024-07-12T03:03:39.467Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18002024-07-12T03:03:39.646Z Compiling cexpr v0.6.0
18012024-07-12T03:03:39.755Z Compiling fxhash v0.2.1
18022024-07-12T03:03:39.938Z Compiling ref-cast v1.0.23
18032024-07-12T03:03:40.290Z Compiling rustc-hash v1.1.0
18042024-07-12T03:03:40.422Z Compiling shlex v1.3.0
18052024-07-12T03:03:40.769Z Compiling lazycell v1.3.0
18062024-07-12T03:03:41.054Z Compiling ring v0.16.20
18072024-07-12T03:03:43.094Z Compiling blake3 v1.5.1
18082024-07-12T03:03:43.293Z Compiling rayon v1.10.0
18092024-07-12T03:03:43.409Z Compiling ciborium v0.2.2
18102024-07-12T03:03:44.395Z Compiling slog-stdlog v4.1.1
18112024-07-12T03:03:45.104Z Compiling tungstenite v0.21.0
18122024-07-12T03:03:45.167Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18132024-07-12T03:03:45.368Z Compiling derive_builder_core v0.20.0
18142024-07-12T03:03:46.943Z Compiling headers-core v0.2.0
18152024-07-12T03:03:47.082Z Compiling xattr v1.3.1
18162024-07-12T03:03:47.141Z Compiling libxml v0.3.3
18172024-07-12T03:03:47.283Z Compiling async-recursion v1.1.1
18182024-07-12T03:03:47.311Z Compiling ref-cast-impl v1.0.23
18192024-07-12T03:03:47.411Z Compiling filetime v0.2.23
18202024-07-12T03:03:47.693Z Compiling atty v0.2.14
18212024-07-12T03:03:47.834Z Compiling memmap2 v0.9.4
18222024-07-12T03:03:48.186Z Compiling arrayvec v0.7.4
18232024-07-12T03:03:48.212Z Compiling untrusted v0.7.1
18242024-07-12T03:03:48.363Z Compiling constant_time_eq v0.3.0
18252024-07-12T03:03:48.468Z Compiling spin v0.5.2
18262024-07-12T03:03:48.494Z Compiling arrayref v0.3.7
18272024-07-12T03:03:48.683Z Compiling tar v0.4.40
18282024-07-12T03:03:49.361Z Compiling derive_builder_macro v0.20.0
18292024-07-12T03:03:49.685Z Compiling headers v0.3.9
18302024-07-12T03:03:50.018Z Compiling tokio-tungstenite v0.21.0
18312024-07-12T03:03:50.210Z Compiling slog-envlogger v2.2.0
18322024-07-12T03:03:50.506Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18332024-07-12T03:03:51.446Z Compiling toolchain_find v0.4.0
18342024-07-12T03:03:51.537Z Compiling camino-tempfile v1.1.1
18352024-07-12T03:03:51.894Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18362024-07-12T03:03:51.918Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18372024-07-12T03:03:52.136Z Compiling samael v0.0.15
18382024-07-12T03:03:52.188Z Compiling pem v3.0.4
18392024-07-12T03:03:52.349Z Compiling libsw v3.3.1
18402024-07-12T03:03:52.373Z Compiling strum_macros v0.24.3
18412024-07-12T03:03:52.631Z Compiling cookie v0.18.1
18422024-07-12T03:03:52.883Z Compiling cfg_aliases v0.1.1
18432024-07-12T03:03:52.907Z Compiling topological-sort v0.2.2
18442024-07-12T03:03:52.979Z Compiling indoc v1.0.9
18452024-07-12T03:03:53.073Z Compiling linear-map v1.2.0
18462024-07-12T03:03:53.097Z Compiling owo-colors v4.0.0
18472024-07-12T03:03:53.478Z Compiling omicron-zone-package v0.11.0
18482024-07-12T03:03:53.716Z Compiling nix v0.28.0
18492024-07-12T03:03:54.398Z Compiling rustfmt-wrapper v0.2.1
18502024-07-12T03:03:54.823Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18512024-07-12T03:03:55.024Z Compiling derive_builder v0.20.0
18522024-07-12T03:03:55.217Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18532024-07-12T03:03:55.978Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18542024-07-12T03:03:56.216Z Compiling oso-derive v0.27.3
18552024-07-12T03:03:56.535Z Compiling impl-trait-for-tuples v0.2.2
18562024-07-12T03:03:56.978Z Compiling quick-xml v0.31.0
18572024-07-12T03:03:58.028Z Compiling vte_generate_state_changes v0.1.1
18582024-07-12T03:03:58.498Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18592024-07-12T03:03:58.543Z Compiling polar-core v0.27.3
18602024-07-12T03:03:58.746Z Compiling unicase v2.7.0
18612024-07-12T03:03:58.978Z Compiling buf-list v1.0.3
18622024-07-12T03:03:59.217Z Compiling vte v0.11.1
18632024-07-12T03:03:59.503Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18642024-07-12T03:04:00.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18652024-07-12T03:04:02.207Z Compiling tungstenite v0.20.1
18662024-07-12T03:04:02.406Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18672024-07-12T03:04:02.628Z Compiling fd-lock v4.0.2
18682024-07-12T03:04:02.807Z Compiling bb8 v0.8.5
18692024-07-12T03:04:03.282Z Compiling const_format_proc_macros v0.2.32
18702024-07-12T03:04:03.655Z Compiling pin-project-internal v1.1.5
18712024-07-12T03:04:04.798Z Compiling memoffset v0.9.1
18722024-07-12T03:04:05.048Z Compiling parking_lot_core v0.8.6
18732024-07-12T03:04:05.370Z Compiling bytecount v0.6.8
18742024-07-12T03:04:05.638Z Compiling papergrid v0.11.0
18752024-07-12T03:04:05.855Z Compiling pin-project v1.1.5
18762024-07-12T03:04:06.132Z Compiling const_format v0.2.32
18772024-07-12T03:04:06.383Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18782024-07-12T03:04:06.912Z Compiling tokio-tungstenite v0.20.1
18792024-07-12T03:04:07.398Z Compiling strip-ansi-escapes v0.2.0
18802024-07-12T03:04:09.189Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18812024-07-12T03:04:09.678Z Compiling tabled_derive v0.7.0
18822024-07-12T03:04:11.567Z Compiling peg-macros v0.8.3
18832024-07-12T03:04:12.126Z Compiling snafu-derive v0.8.2
18842024-07-12T03:04:13.952Z Compiling sqlparser_derive v0.2.2
18852024-07-12T03:04:14.051Z Compiling nu-ansi-term v0.50.0
18862024-07-12T03:04:14.749Z Compiling unicode_categories v0.1.1
18872024-07-12T03:04:15.052Z Compiling sqlformat v0.2.3
18882024-07-12T03:04:15.199Z Compiling rustyline v14.0.0
18892024-07-12T03:04:15.320Z Compiling sqlparser v0.45.0
18902024-07-12T03:04:15.995Z Compiling snafu v0.8.2
18912024-07-12T03:04:17.063Z Compiling reedline v0.31.0
18922024-07-12T03:04:23.448Z Compiling oso v0.27.3
18932024-07-12T03:04:24.880Z Compiling peg v0.8.3
18942024-07-12T03:04:24.988Z Compiling tabled v0.15.0
18952024-07-12T03:04:36.864Z Compiling env_logger v0.9.3
18962024-07-12T03:04:37.230Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18972024-07-12T03:04:37.724Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-07-12T03:04:38.112Z Compiling globset v0.4.14
18992024-07-12T03:04:40.462Z Compiling olpc-cjson v0.1.3
19002024-07-12T03:04:40.807Z Compiling bcs v0.1.6
19012024-07-12T03:04:41.257Z Compiling bitstruct_derive v0.1.0
19022024-07-12T03:04:41.547Z Compiling serde_plain v1.0.2
19032024-07-12T03:04:41.979Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-07-12T03:04:42.099Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19052024-07-12T03:04:42.284Z Compiling signature v1.6.4
19062024-07-12T03:04:42.330Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19072024-07-12T03:04:42.431Z Compiling highway v1.1.0
19082024-07-12T03:04:42.570Z Compiling salty v0.2.0
19092024-07-12T03:04:42.884Z Compiling typed-path v0.7.1
19102024-07-12T03:04:43.541Z Compiling ascii v1.1.0
19112024-07-12T03:04:43.913Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19122024-07-12T03:04:44.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19132024-07-12T03:04:44.283Z Compiling ed25519 v1.5.3
19142024-07-12T03:04:44.617Z Compiling bitstruct v0.1.1
19152024-07-12T03:04:44.736Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-12T03:04:44.977Z Compiling tough v0.17.1
19172024-07-12T03:04:45.912Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19182024-07-12T03:04:46.707Z Compiling parking_lot v0.11.2
19192024-07-12T03:04:48.401Z Compiling nix v0.27.1
19202024-07-12T03:04:48.453Z Compiling trust-dns-client v0.22.0
19212024-07-12T03:05:03.291Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19222024-07-12T03:05:03.579Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19232024-07-12T03:05:07.901Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-07-12T03:05:08.870Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19252024-07-12T03:05:10.744Z Compiling curve25519-dalek v4.1.3
19262024-07-12T03:05:11.120Z Compiling kstat-rs v0.2.4
19272024-07-12T03:05:11.449Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19282024-07-12T03:05:11.970Z Compiling serde_arrays v0.1.0
19292024-07-12T03:05:12.146Z Compiling serde-big-array v0.5.1
19302024-07-12T03:05:12.170Z Compiling erased-serde v0.3.31
19312024-07-12T03:05:12.381Z Compiling toml v0.5.11
19322024-07-12T03:05:13.199Z Compiling parse-size v1.0.0
19332024-07-12T03:05:13.447Z Compiling keccak v0.1.5
19342024-07-12T03:05:13.538Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19352024-07-12T03:05:14.154Z Compiling trust-dns-server v0.22.1
19362024-07-12T03:05:14.961Z Compiling sha3 v0.10.8
19372024-07-12T03:05:15.162Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-07-12T03:05:19.904Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19392024-07-12T03:05:20.343Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19402024-07-12T03:05:25.370Z Compiling sled v0.34.7
19412024-07-12T03:05:29.515Z Compiling mime_guess v2.0.4
19422024-07-12T03:05:31.901Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19432024-07-12T03:05:32.963Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19442024-07-12T03:05:33.374Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
19452024-07-12T03:05:34.510Z Compiling signal-hook-tokio v0.3.1
19462024-07-12T03:05:34.680Z Compiling universal-hash v0.5.1
19472024-07-12T03:05:34.872Z Compiling heck v0.3.3
19482024-07-12T03:05:35.179Z Compiling secrecy v0.8.0
19492024-07-12T03:05:35.393Z Compiling rand_seeder v0.2.3
19502024-07-12T03:05:35.748Z Compiling castaway v0.2.2
19512024-07-12T03:05:35.914Z Compiling thiserror-impl-no-std v2.0.2
19522024-07-12T03:05:37.362Z Compiling serde-big-array v0.4.1
19532024-07-12T03:05:37.538Z Compiling nanorand v0.7.0
19542024-07-12T03:05:38.039Z Compiling curve25519-dalek-derive v0.1.1
19552024-07-12T03:05:38.166Z Compiling opaque-debug v0.3.1
19562024-07-12T03:05:38.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19572024-07-12T03:05:38.529Z Compiling poly1305 v0.8.0
19582024-07-12T03:05:39.683Z Compiling thiserror-no-std v2.0.2
19592024-07-12T03:05:39.797Z Compiling flume v0.11.0
19602024-07-12T03:05:40.376Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19612024-07-12T03:05:41.519Z Compiling compact_str v0.7.1
19622024-07-12T03:05:42.726Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19632024-07-12T03:05:42.901Z Compiling zone_cfg_derive v0.1.2
19642024-07-12T03:05:43.929Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19652024-07-12T03:05:45.112Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19662024-07-12T03:05:48.101Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19672024-07-12T03:05:52.133Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19682024-07-12T03:05:52.654Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19692024-07-12T03:05:52.933Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19702024-07-12T03:05:54.659Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19712024-07-12T03:05:57.589Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19722024-07-12T03:05:57.827Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19732024-07-12T03:05:58.063Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19742024-07-12T03:05:58.276Z Compiling chacha20 v0.9.1
19752024-07-12T03:05:58.663Z Compiling unicode-truncate v1.0.0
19762024-07-12T03:05:58.895Z Compiling itertools v0.13.0
19772024-07-12T03:06:01.193Z Compiling aead v0.5.2
19782024-07-12T03:06:01.481Z Compiling lru v0.12.3
19792024-07-12T03:06:01.781Z Compiling stability v0.2.0
19802024-07-12T03:06:01.936Z Compiling cassowary v0.3.0
19812024-07-12T03:06:02.582Z Compiling base64 v0.13.1
19822024-07-12T03:06:03.198Z Compiling corncobs v0.1.3
19832024-07-12T03:06:03.508Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19842024-07-12T03:06:04.079Z Compiling ron v0.7.1
19852024-07-12T03:06:04.469Z Compiling ratatui v0.27.0
19862024-07-12T03:06:04.938Z Compiling chacha20poly1305 v0.10.1
19872024-07-12T03:06:05.178Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19882024-07-12T03:06:08.309Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-07-12T03:06:08.834Z Compiling zone v0.1.8
19902024-07-12T03:06:09.631Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19912024-07-12T03:06:10.638Z Compiling vsss-rs v3.3.4
19922024-07-12T03:06:14.147Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19932024-07-12T03:06:14.722Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19942024-07-12T03:06:17.039Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19952024-07-12T03:06:17.643Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19962024-07-12T03:06:18.197Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19972024-07-12T03:06:18.275Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19982024-07-12T03:06:18.422Z Compiling portpicker v0.1.1
19992024-07-12T03:06:18.836Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20002024-07-12T03:06:20.606Z Compiling csv-core v0.1.11
20012024-07-12T03:06:21.344Z Compiling smawk v0.3.2
20022024-07-12T03:06:21.556Z Compiling unicode-linebreak v0.1.5
20032024-07-12T03:06:22.389Z Compiling http-range v0.1.5
20042024-07-12T03:06:22.836Z Compiling hyper-staticfile v0.9.5
20052024-07-12T03:06:23.494Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20062024-07-12T03:06:24.577Z Compiling textwrap v0.16.1
20072024-07-12T03:06:24.875Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20082024-07-12T03:06:25.330Z Compiling csv v1.3.0
20092024-07-12T03:06:27.620Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20102024-07-12T03:06:32.081Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20112024-07-12T03:06:33.007Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20122024-07-12T03:06:33.043Z Compiling rcgen v0.12.1
20132024-07-12T03:06:40.359Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20142024-07-12T03:06:40.739Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20152024-07-12T03:06:41.036Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20162024-07-12T03:06:41.259Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20172024-07-12T03:06:42.649Z Compiling atomicwrites v0.4.3
20182024-07-12T03:06:43.060Z Compiling fatfs v0.3.6
20192024-07-12T03:06:43.772Z Compiling subprocess v0.2.9
20202024-07-12T03:06:44.964Z Compiling rtoolbox v0.0.2
20212024-07-12T03:06:45.320Z Compiling is_ci v1.2.0
20222024-07-12T03:06:45.344Z Compiling assert_matches v1.5.0
20232024-07-12T03:06:45.434Z Compiling supports-color v3.0.0
20242024-07-12T03:06:46.010Z Compiling rpassword v7.3.1
20252024-07-12T03:06:46.369Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20262024-07-12T03:06:46.795Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20272024-07-12T03:06:47.878Z Compiling tui-tree-widget v0.21.0
20282024-07-12T03:06:48.206Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20292024-07-12T03:06:52.007Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20302024-07-12T03:06:52.242Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20312024-07-12T03:06:52.463Z Compiling shell-words v1.1.0
20322024-07-12T03:06:52.824Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20332024-07-12T03:06:54.941Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20342024-07-12T03:07:02.124Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20352024-07-12T03:07:11.857Z Compiling uzers v0.11.3
20362024-07-12T03:07:14.222Z Compiling multimap v0.10.0
20372024-07-12T03:07:58.306Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20382024-07-12T03:09:14.919Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20392024-07-12T03:09:17.791Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20402024-07-12T03:15:22.966Z Finished `release` profile [optimized] target(s) in 12m 38s
20412024-07-12T03:16:25.301Z
20422024-07-12T03:16:25.301Zreal 13:42.219495329
20432024-07-12T03:16:25.301Zuser 1:27:59.404216771
20442024-07-12T03:16:25.301Zsys 5:22.000989330
20452024-07-12T03:16:25.301Ztrap 2.295185310
20462024-07-12T03:16:25.301Ztflt 1.168558063
20472024-07-12T03:16:25.327Zdflt 4.274241765
20482024-07-12T03:16:25.327Zkflt 0.000804141
20492024-07-12T03:16:25.327Zlock 5:31:57.349173574
20502024-07-12T03:16:25.327Zslp 3:19:29.338338363
20512024-07-12T03:16:25.327Zlat 2:15.921237865
20522024-07-12T03:16:25.327Zstop 1:41.155777899
20532024-07-12T03:16:25.328Z+ mapfile -t packages
20542024-07-12T03:16:25.328Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20552024-07-12T03:16:26.590Z Finished `release` profile [optimized] target(s) in 1.21s
20562024-07-12T03:16:26.637Z Running `target/release/omicron-package -t test list-outputs`
20572024-07-12T03:16:26.693ZLogging to: /work/oxidecomputer/omicron/out/LOG
20582024-07-12T03:16:26.718Z+ ptime -m cargo build --locked --release -p xtask
20592024-07-12T03:16:27.530Z Compiling serde v1.0.204
20602024-07-12T03:16:27.530Z Compiling bitflags v2.5.0
20612024-07-12T03:16:27.555Z Compiling syn v2.0.68
20622024-07-12T03:16:27.555Z Compiling bytes v1.6.0
20632024-07-12T03:16:27.579Z Compiling scopeguard v1.2.0
20642024-07-12T03:16:27.579Z Compiling smallvec v1.13.2
20652024-07-12T03:16:27.630Z Compiling hashbrown v0.14.5
20662024-07-12T03:16:27.767Z Compiling lock_api v0.4.12
20672024-07-12T03:16:28.009Z Compiling parking_lot_core v0.9.10
20682024-07-12T03:16:28.079Z Compiling serde_json v1.0.120
20692024-07-12T03:16:28.104Z Compiling log v0.4.21
20702024-07-12T03:16:28.128Z Compiling mio v0.8.11
20712024-07-12T03:16:28.387Z Compiling parking_lot v0.12.2
20722024-07-12T03:16:28.520Z Compiling libc v0.2.155
20732024-07-12T03:16:28.559Z Compiling generic-array v0.14.7
20742024-07-12T03:16:28.809Z Compiling slog v2.7.0
20752024-07-12T03:16:28.886Z Compiling indexmap v2.2.6
20762024-07-12T03:16:28.999Z Compiling rustix v0.38.34
20772024-07-12T03:16:29.148Z Compiling http v0.2.12
20782024-07-12T03:16:29.286Z Compiling usdt-impl v0.5.0
20792024-07-12T03:16:29.563Z Compiling syn v1.0.109
20802024-07-12T03:16:29.790Z Compiling time-macros v0.2.18
20812024-07-12T03:16:29.839Z Compiling thread-id v4.2.1
20822024-07-12T03:16:30.122Z Compiling tracing v0.1.40
20832024-07-12T03:16:30.297Z Compiling crossbeam-utils v0.8.19
20842024-07-12T03:16:30.784Z Compiling http-body v0.4.6
20852024-07-12T03:16:31.186Z Compiling unicode-normalization v0.1.23
20862024-07-12T03:16:31.246Z Compiling unicode-bidi v0.3.15
20872024-07-12T03:16:31.397Z Compiling crypto-common v0.1.6
20882024-07-12T03:16:31.600Z Compiling block-buffer v0.10.4
20892024-07-12T03:16:32.248Z Compiling idna v0.5.0
20902024-07-12T03:16:32.288Z Compiling time v0.3.36
20912024-07-12T03:16:32.864Z Compiling terminal_size v0.3.0
20922024-07-12T03:16:33.127Z Compiling fs-err v2.11.0
20932024-07-12T03:16:33.424Z Compiling proc-macro-error v1.0.4
20942024-07-12T03:16:33.769Z Compiling anyhow v1.0.86
20952024-07-12T03:16:34.035Z Compiling clap_builder v4.5.2
20962024-07-12T03:16:34.460Z Compiling crossbeam-channel v0.5.12
20972024-07-12T03:16:34.841Z Compiling url v2.5.0
20982024-07-12T03:16:34.911Z Compiling digest v0.10.7
20992024-07-12T03:16:35.325Z Compiling xattr v1.3.1
21002024-07-12T03:16:35.669Z Compiling slog-async v2.8.0
21012024-07-12T03:16:35.893Z Compiling tabled_derive v0.7.0
21022024-07-12T03:16:36.002Z Compiling sha2 v0.10.8
21032024-07-12T03:16:37.355Z Compiling serde_derive v1.0.204
21042024-07-12T03:16:37.674Z Compiling thiserror-impl v1.0.60
21052024-07-12T03:16:38.277Z Compiling zerocopy-derive v0.7.34
21062024-07-12T03:16:38.343Z Compiling tokio-macros v2.3.0
21072024-07-12T03:16:39.552Z Compiling futures-macro v0.3.30
21082024-07-12T03:16:39.615Z Compiling tokio v1.38.0
21092024-07-12T03:16:39.985Z Compiling thiserror v1.0.60
21102024-07-12T03:16:40.024Z Compiling zerocopy v0.7.34
21112024-07-12T03:16:40.155Z Compiling pest v2.7.10
21122024-07-12T03:16:40.181Z Compiling scroll_derive v0.12.0
21132024-07-12T03:16:41.238Z Compiling futures-util v0.3.30
21142024-07-12T03:16:41.324Z Compiling openssl-macros v0.1.1
21152024-07-12T03:16:41.349Z Compiling scroll v0.12.0
21162024-07-12T03:16:41.898Z Compiling goblin v0.8.2
21172024-07-12T03:16:41.922Z Compiling openssl v0.10.64
21182024-07-12T03:16:42.550Z Compiling pest_meta v2.7.10
21192024-07-12T03:16:46.103Z Compiling pest_generator v2.7.10
21202024-07-12T03:16:47.615Z Compiling pest_derive v2.7.10
21212024-07-12T03:16:48.402Z Compiling dtrace-parser v0.2.0
21222024-07-12T03:16:50.121Z Compiling tokio-util v0.7.11
21232024-07-12T03:16:51.939Z Compiling h2 v0.3.26
21242024-07-12T03:16:54.264Z Compiling dof v0.3.0
21252024-07-12T03:16:54.677Z Compiling serde_tokenstream v0.2.1
21262024-07-12T03:16:55.159Z Compiling toml_datetime v0.6.6
21272024-07-12T03:16:55.260Z Compiling serde_spanned v0.6.6
21282024-07-12T03:16:55.478Z Compiling native-tls v0.2.11
21292024-07-12T03:16:56.377Z Compiling hyper v0.14.28
21302024-07-12T03:16:56.464Z Compiling tokio-native-tls v0.3.1
21312024-07-12T03:16:56.763Z Compiling toml_edit v0.22.14
21322024-07-12T03:17:01.246Z Compiling hyper-tls v0.5.0
21332024-07-12T03:17:01.633Z Compiling toml v0.8.14
21342024-07-12T03:17:01.860Z Compiling usdt-attr-macro v0.5.0
21352024-07-12T03:17:02.984Z Compiling usdt-macro v0.5.0
21362024-07-12T03:17:03.320Z Compiling slog-json v2.6.1
21372024-07-12T03:17:03.790Z Compiling camino v1.1.7
21382024-07-12T03:17:04.101Z Compiling semver v1.0.23
21392024-07-12T03:17:04.125Z Compiling cargo-platform v0.1.8
21402024-07-12T03:17:04.942Z Compiling serde_urlencoded v0.7.1
21412024-07-12T03:17:05.081Z Compiling futures-executor v0.3.30
21422024-07-12T03:17:05.439Z Compiling strum_macros v0.26.4
21432024-07-12T03:17:05.464Z Compiling clap_derive v4.5.4
21442024-07-12T03:17:06.063Z Compiling reqwest v0.11.27
21452024-07-12T03:17:06.891Z Compiling futures v0.3.30
21462024-07-12T03:17:07.007Z Compiling cargo_metadata v0.18.1
21472024-07-12T03:17:07.344Z Compiling usdt v0.5.0
21482024-07-12T03:17:08.580Z Compiling slog-bunyan v2.5.0
21492024-07-12T03:17:08.834Z Compiling cargo_toml v0.20.3
21502024-07-12T03:17:09.188Z Compiling clap v4.5.4
21512024-07-12T03:17:09.226Z Compiling macaddr v1.0.1
21522024-07-12T03:17:09.312Z Compiling tabled v0.15.0
21532024-07-12T03:17:09.357Z Compiling strum v0.26.2
21542024-07-12T03:17:09.526Z Compiling slog-term v2.9.1
21552024-07-12T03:17:09.764Z Compiling tar v0.4.40
21562024-07-12T03:17:22.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21572024-07-12T03:17:38.662Z Finished `release` profile [optimized] target(s) in 1m 11s
21582024-07-12T03:17:38.767Z
21592024-07-12T03:17:38.767Zreal 1:12.032854837
21602024-07-12T03:17:38.767Zuser 7:25.908111454
21612024-07-12T03:17:38.790Zsys 46.667620940
21622024-07-12T03:17:38.790Ztrap 0.238197044
21632024-07-12T03:17:38.790Ztflt 0.261360721
21642024-07-12T03:17:38.790Zdflt 0.385113352
21652024-07-12T03:17:38.790Zkflt 0.000018260
21662024-07-12T03:17:38.790Zlock 16:34.635356758
21672024-07-12T03:17:38.790Zslp 18:29.499453988
21682024-07-12T03:17:38.790Zlat 22.688185049
21692024-07-12T03:17:38.791Zstop 25.270110207
21702024-07-12T03:17:38.791Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21712024-07-12T03:17:38.791Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21722024-07-12T03:17:38.791Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21732024-07-12T03:17:38.791Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21742024-07-12T03:17:38.791Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21752024-07-12T03:17:39.519Z Downloading crates ...
21762024-07-12T03:17:39.779Z Downloaded bcrypt-pbkdf v0.10.0
21772024-07-12T03:17:39.803Z Downloaded rand_core v0.5.1
21782024-07-12T03:17:39.803Z Downloaded russh-keys v0.43.0
21792024-07-12T03:17:39.803Z Downloaded ed25519-dalek v2.1.1
21802024-07-12T03:17:39.804Z Downloaded russh v0.43.0
21812024-07-12T03:17:39.804Z Downloaded russh-cryptovec v0.7.2
21822024-07-12T03:17:39.804Z Downloaded rfc6979 v0.4.0
21832024-07-12T03:17:39.828Z Downloaded rand_chacha v0.2.2
21842024-07-12T03:17:39.828Z Downloaded primeorder v0.13.6
21852024-07-12T03:17:39.828Z Downloaded pbkdf2 v0.12.2
21862024-07-12T03:17:39.828Z Downloaded password-hash v0.4.2
21872024-07-12T03:17:39.828Z Downloaded p256 v0.13.2
21882024-07-12T03:17:39.828Z Downloaded md5 v0.7.0
21892024-07-12T03:17:39.828Z Downloaded hex-literal v0.4.1
21902024-07-12T03:17:39.828Z Downloaded getrandom v0.1.16
21912024-07-12T03:17:39.828Z Downloaded ed25519 v2.2.3
21922024-07-12T03:17:39.828Z Downloaded dirs-sys v0.4.1
21932024-07-12T03:17:39.828Z Downloaded aes-gcm v0.10.3
21942024-07-12T03:17:39.828Z Downloaded polyval v0.6.2
21952024-07-12T03:17:39.828Z Downloaded dhcproto-macros v0.1.0
21962024-07-12T03:17:39.852Z Downloaded ctr v0.9.2
21972024-07-12T03:17:39.852Z Downloaded cbc v0.1.2
21982024-07-12T03:17:39.852Z Downloaded blowfish v0.9.1
21992024-07-12T03:17:39.852Z Downloaded rand v0.7.3
22002024-07-12T03:17:39.852Z Downloaded p521 v0.13.3
22012024-07-12T03:17:39.876Z Downloaded internet-checksum v0.2.1
22022024-07-12T03:17:39.876Z Downloaded ecdsa v0.16.9
22032024-07-12T03:17:39.876Z Downloaded dhcproto v0.11.0
22042024-07-12T03:17:39.876Z Downloaded pbkdf2 v0.11.0
22052024-07-12T03:17:39.876Z Downloaded option-ext v0.2.0
22062024-07-12T03:17:39.876Z Downloaded ghash v0.5.1
22072024-07-12T03:17:39.876Z Downloaded dirs v5.0.1
22082024-07-12T03:17:39.876Z Downloaded aes v0.8.4
22092024-07-12T03:17:40.058Z Compiling serde v1.0.204
22102024-07-12T03:17:40.083Z Compiling scopeguard v1.2.0
22112024-07-12T03:17:40.083Z Compiling log v0.4.21
22122024-07-12T03:17:40.083Z Compiling smallvec v1.13.2
22132024-07-12T03:17:40.083Z Compiling syn v2.0.68
22142024-07-12T03:17:40.109Z Compiling getrandom v0.2.14
22152024-07-12T03:17:40.109Z Compiling generic-array v0.14.7
22162024-07-12T03:17:40.189Z Compiling libm v0.2.8
22172024-07-12T03:17:40.267Z Compiling lock_api v0.4.12
22182024-07-12T03:17:40.393Z Compiling rand_core v0.6.4
22192024-07-12T03:17:40.479Z Compiling parking_lot_core v0.9.10
22202024-07-12T03:17:40.529Z Compiling num-traits v0.2.19
22212024-07-12T03:17:40.564Z Compiling subtle v2.5.0
22222024-07-12T03:17:40.647Z Compiling mio v0.8.11
22232024-07-12T03:17:40.709Z Compiling spin v0.9.8
22242024-07-12T03:17:40.831Z Compiling parking_lot v0.12.2
22252024-07-12T03:17:40.945Z Compiling ahash v0.8.11
22262024-07-12T03:17:41.080Z Compiling serde_json v1.0.120
22272024-07-12T03:17:41.120Z Compiling allocator-api2 v0.2.18
22282024-07-12T03:17:41.155Z Compiling const-oid v0.9.6
22292024-07-12T03:17:41.296Z Compiling iana-time-zone v0.1.60
22302024-07-12T03:17:41.674Z Compiling syn v1.0.109
22312024-07-12T03:17:41.698Z Compiling unicode-normalization v0.1.23
22322024-07-12T03:17:41.787Z Compiling schemars v0.8.21
22332024-07-12T03:17:41.811Z Compiling unicode-bidi v0.3.15
22342024-07-12T03:17:41.837Z Compiling dyn-clone v1.0.17
22352024-07-12T03:17:42.021Z Compiling ppv-lite86 v0.2.17
22362024-07-12T03:17:42.101Z Compiling time-macros v0.2.18
22372024-07-12T03:17:42.578Z Compiling ring v0.17.8
22382024-07-12T03:17:42.663Z Compiling rand_chacha v0.3.1
22392024-07-12T03:17:42.687Z Compiling aho-corasick v1.1.3
22402024-07-12T03:17:43.052Z Compiling regex-syntax v0.8.3
22412024-07-12T03:17:43.118Z Compiling rand v0.8.5
22422024-07-12T03:17:44.550Z Compiling idna v0.5.0
22432024-07-12T03:17:44.912Z Compiling time v0.3.36
22442024-07-12T03:17:44.936Z Compiling slog v2.7.0
22452024-07-12T03:17:45.427Z Compiling url v2.5.0
22462024-07-12T03:17:45.899Z Compiling regex-automata v0.4.6
22472024-07-12T03:17:46.153Z Compiling untrusted v0.9.0
22482024-07-12T03:17:46.315Z Compiling serde_derive_internals v0.29.1
22492024-07-12T03:17:48.127Z Compiling lazy_static v1.5.0
22502024-07-12T03:17:48.256Z Compiling backtrace v0.3.71
22512024-07-12T03:17:48.648Z Compiling gimli v0.28.1
22522024-07-12T03:17:48.695Z Compiling object v0.32.2
22532024-07-12T03:17:48.776Z Compiling anyhow v1.0.86
22542024-07-12T03:17:49.276Z Compiling rustc-demangle v0.1.24
22552024-07-12T03:17:49.666Z Compiling rustls v0.21.12
22562024-07-12T03:17:49.893Z Compiling base64ct v1.6.0
22572024-07-12T03:17:50.120Z Compiling crossbeam-utils v0.8.19
22582024-07-12T03:17:50.421Z Compiling regex v1.10.5
22592024-07-12T03:17:50.447Z Compiling winnow v0.5.40
22602024-07-12T03:17:50.720Z Compiling sct v0.7.1
22612024-07-12T03:17:50.992Z Compiling rustls-webpki v0.101.7
22622024-07-12T03:17:51.418Z Compiling cookie v0.17.0
22632024-07-12T03:17:52.445Z Compiling serde_derive v1.0.204
22642024-07-12T03:17:52.679Z Compiling zeroize_derive v1.4.2
22652024-07-12T03:17:52.744Z Compiling thiserror-impl v1.0.60
22662024-07-12T03:17:53.662Z Compiling zerocopy-derive v0.7.34
22672024-07-12T03:17:54.087Z Compiling zeroize v1.7.0
22682024-07-12T03:17:54.483Z Compiling tokio-macros v2.3.0
22692024-07-12T03:17:54.816Z Compiling futures-macro v0.3.30
22702024-07-12T03:17:55.584Z Compiling thiserror v1.0.60
22712024-07-12T03:17:55.710Z Compiling crypto-common v0.1.6
22722024-07-12T03:17:55.742Z Compiling zerocopy v0.7.34
22732024-07-12T03:17:55.786Z Compiling block-buffer v0.10.4
22742024-07-12T03:17:55.945Z Compiling schemars_derive v0.8.21
22752024-07-12T03:17:56.026Z Compiling digest v0.10.7
22762024-07-12T03:17:56.082Z Compiling tracing-attributes v0.1.27
22772024-07-12T03:17:56.473Z Compiling async-trait v0.1.81
22782024-07-12T03:17:56.607Z Compiling futures-util v0.3.30
22792024-07-12T03:17:57.263Z Compiling addr2line v0.21.0
22802024-07-12T03:17:57.628Z Compiling hashbrown v0.14.5
22812024-07-12T03:17:58.905Z Compiling openssl-macros v0.1.1
22822024-07-12T03:17:59.021Z Compiling pest v2.7.10
22832024-07-12T03:17:59.453Z Compiling tracing v0.1.40
22842024-07-12T03:17:59.573Z Compiling idna v0.3.0
22852024-07-12T03:17:59.790Z Compiling data-encoding v2.6.0
22862024-07-12T03:17:59.953Z Compiling psl-types v2.0.11
22872024-07-12T03:18:00.146Z Compiling hmac v0.12.1
22882024-07-12T03:18:00.385Z Compiling publicsuffix v2.2.3
22892024-07-12T03:18:00.613Z Compiling scroll_derive v0.12.0
22902024-07-12T03:18:00.989Z Compiling bitflags v1.3.2
22912024-07-12T03:18:01.086Z Compiling webpki-roots v0.25.4
22922024-07-12T03:18:01.110Z Compiling block-padding v0.3.3
22932024-07-12T03:18:01.252Z Compiling pest_meta v2.7.10
22942024-07-12T03:18:01.331Z Compiling der_derive v0.7.2
22952024-07-12T03:18:01.635Z Compiling futures-executor v0.3.30
22962024-07-12T03:18:01.715Z Compiling pem-rfc7468 v0.7.0
22972024-07-12T03:18:01.902Z Compiling futures v0.3.30
22982024-07-12T03:18:01.926Z Compiling scroll v0.12.0
22992024-07-12T03:18:02.013Z Compiling flagset v0.4.5
23002024-07-12T03:18:02.037Z Compiling inout v0.1.3
23012024-07-12T03:18:02.194Z Compiling sha2 v0.10.8
23022024-07-12T03:18:02.218Z Compiling either v1.12.0
23032024-07-12T03:18:02.308Z Compiling cipher v0.4.4
23042024-07-12T03:18:02.416Z Compiling pest_generator v2.7.10
23052024-07-12T03:18:02.440Z Compiling goblin v0.8.2
23062024-07-12T03:18:02.585Z Compiling ff v0.13.0
23072024-07-12T03:18:02.787Z Compiling base16ct v0.2.0
23082024-07-12T03:18:02.811Z Compiling stable_deref_trait v1.2.0
23092024-07-12T03:18:02.918Z Compiling group v0.13.0
23102024-07-12T03:18:03.103Z Compiling hkdf v0.12.4
23112024-07-12T03:18:03.233Z Compiling crossbeam-epoch v0.9.18
23122024-07-12T03:18:03.357Z Compiling crypto-bigint v0.5.5
23132024-07-12T03:18:03.487Z Compiling der v0.7.9
23142024-07-12T03:18:03.987Z Compiling num-integer v0.1.46
23152024-07-12T03:18:04.230Z Compiling unicode-segmentation v1.11.0
23162024-07-12T03:18:04.685Z Compiling bytes v1.6.0
23172024-07-12T03:18:04.941Z Compiling indexmap v2.2.6
23182024-07-12T03:18:04.964Z Compiling uuid v1.9.1
23192024-07-12T03:18:05.843Z Compiling tokio v1.38.0
23202024-07-12T03:18:05.867Z Compiling chrono v0.4.38
23212024-07-12T03:18:06.235Z Compiling bitflags v2.5.0
23222024-07-12T03:18:06.259Z Compiling semver v1.0.23
23232024-07-12T03:18:06.463Z Compiling http v0.2.12
23242024-07-12T03:18:06.651Z Compiling serde_tokenstream v0.2.1
23252024-07-12T03:18:06.927Z Compiling serde_spanned v0.6.6
23262024-07-12T03:18:07.129Z Compiling toml_datetime v0.6.6
23272024-07-12T03:18:07.153Z Compiling openssl v0.10.64
23282024-07-12T03:18:07.476Z Compiling toml_edit v0.19.15
23292024-07-12T03:18:07.605Z Compiling rustix v0.38.34
23302024-07-12T03:18:08.641Z Compiling http-body v0.4.6
23312024-07-12T03:18:09.032Z Compiling serde_urlencoded v0.7.1
23322024-07-12T03:18:09.200Z Compiling cookie_store v0.20.0
23332024-07-12T03:18:09.495Z Compiling openapiv3 v2.0.0
23342024-07-12T03:18:10.118Z Compiling rustc_version v0.4.0
23352024-07-12T03:18:10.542Z Compiling pest_derive v2.7.10
23362024-07-12T03:18:10.813Z Compiling dof v0.3.0
23372024-07-12T03:18:11.250Z Compiling dtrace-parser v0.2.0
23382024-07-12T03:18:11.499Z Compiling spki v0.7.3
23392024-07-12T03:18:11.657Z Compiling ipnetwork v0.20.0
23402024-07-12T03:18:11.845Z Compiling usdt-impl v0.5.0
23412024-07-12T03:18:12.490Z Compiling native-tls v0.2.11
23422024-07-12T03:18:12.737Z Compiling tokio-util v0.7.11
23432024-07-12T03:18:13.036Z Compiling tokio-native-tls v0.3.1
23442024-07-12T03:18:13.124Z Compiling tokio-rustls v0.24.1
23452024-07-12T03:18:13.148Z Compiling pkcs8 v0.10.2
23462024-07-12T03:18:13.289Z Compiling usdt-macro v0.5.0
23472024-07-12T03:18:13.312Z Compiling usdt-attr-macro v0.5.0
23482024-07-12T03:18:13.546Z Compiling sec1 v0.7.3
23492024-07-12T03:18:13.686Z Compiling h2 v0.3.26
23502024-07-12T03:18:13.990Z Compiling elliptic-curve v0.13.8
23512024-07-12T03:18:14.050Z Compiling managed v0.8.0
23522024-07-12T03:18:14.418Z Compiling toml_edit v0.22.14
23532024-07-12T03:18:14.463Z Compiling toml v0.7.8
23542024-07-12T03:18:14.643Z Compiling hex v0.4.3
23552024-07-12T03:18:14.689Z Compiling matches v0.1.10
23562024-07-12T03:18:14.745Z Compiling enum-as-inner v0.5.1
23572024-07-12T03:18:14.797Z Compiling idna v0.2.3
23582024-07-12T03:18:14.821Z Compiling usdt v0.5.0
23592024-07-12T03:18:15.199Z Compiling bit-vec v0.6.3
23602024-07-12T03:18:15.286Z Compiling siphasher v0.3.11
23612024-07-12T03:18:15.609Z Compiling trust-dns-proto v0.22.0
23622024-07-12T03:18:15.634Z Compiling heapless v0.7.17
23632024-07-12T03:18:15.683Z Compiling terminal_size v0.3.0
23642024-07-12T03:18:15.893Z Compiling num-bigint v0.4.5
23652024-07-12T03:18:16.001Z Compiling regress v0.9.1
23662024-07-12T03:18:16.058Z Compiling finl_unicode v1.2.0
23672024-07-12T03:18:16.181Z Compiling signal-hook v0.3.17
23682024-07-12T03:18:16.446Z Compiling clap_builder v4.5.2
23692024-07-12T03:18:16.563Z Compiling stringprep v0.1.4
23702024-07-12T03:18:17.673Z Compiling itertools v0.10.5
23712024-07-12T03:18:19.309Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23722024-07-12T03:18:20.199Z Compiling hyper v0.14.28
23732024-07-12T03:18:20.237Z Compiling yasna v0.5.2
23742024-07-12T03:18:21.996Z Compiling md-5 v0.10.6
23752024-07-12T03:18:22.021Z Compiling clap_derive v4.5.4
23762024-07-12T03:18:22.261Z Compiling hash32 v0.2.1
23772024-07-12T03:18:22.621Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23782024-07-12T03:18:22.693Z Compiling fallible-iterator v0.2.0
23792024-07-12T03:18:23.200Z Compiling smoltcp v0.9.1
23802024-07-12T03:18:23.330Z Compiling regex-automata v0.1.10
23812024-07-12T03:18:23.411Z Compiling postgres-protocol v0.6.6
23822024-07-12T03:18:23.815Z Compiling bstr v0.2.17
23832024-07-12T03:18:24.822Z Compiling phf_shared v0.11.2
23842024-07-12T03:18:24.922Z Compiling tokio-stream v0.1.15
23852024-07-12T03:18:24.949Z Compiling hubpack_derive v0.1.1
23862024-07-12T03:18:25.124Z Compiling zerocopy-derive v0.6.6
23872024-07-12T03:18:25.194Z Compiling diesel_table_macro_syntax v0.1.0
23882024-07-12T03:18:25.527Z Compiling scheduled-thread-pool v0.2.7
23892024-07-12T03:18:25.569Z Compiling fs-err v2.11.0
23902024-07-12T03:18:25.750Z Compiling fixedbitset v0.4.2
23912024-07-12T03:18:25.846Z Compiling r2d2 v0.8.10
23922024-07-12T03:18:26.022Z Compiling petgraph v0.6.5
23932024-07-12T03:18:26.112Z Compiling hyper-tls v0.5.0
23942024-07-12T03:18:26.190Z Compiling hyper-rustls v0.24.2
23952024-07-12T03:18:26.214Z Compiling hubpack v0.1.2
23962024-07-12T03:18:26.298Z Compiling clap v4.5.4
23972024-07-12T03:18:26.434Z Compiling diesel_derives v2.1.4
23982024-07-12T03:18:26.458Z Compiling reqwest v0.11.27
23992024-07-12T03:18:26.522Z Compiling phf v0.11.2
24002024-07-12T03:18:26.652Z Compiling signal-hook-mio v0.2.3
24012024-07-12T03:18:26.816Z Compiling similar v2.5.0
24022024-07-12T03:18:27.048Z Compiling zerocopy v0.6.6
24032024-07-12T03:18:27.774Z Compiling postgres-types v0.2.6
24042024-07-12T03:18:28.907Z Compiling phf_shared v0.10.0
24052024-07-12T03:18:28.976Z Compiling num-iter v0.1.45
24062024-07-12T03:18:29.113Z Compiling strum_macros v0.25.3
24072024-07-12T03:18:29.152Z Compiling serde_repr v0.1.19
24082024-07-12T03:18:29.182Z Compiling getopts v0.2.21
24092024-07-12T03:18:29.296Z Compiling console v0.15.8
24102024-07-12T03:18:29.437Z Compiling float-cmp v0.9.0
24112024-07-12T03:18:29.642Z Compiling unsafe-libyaml v0.2.11
24122024-07-12T03:18:30.123Z Compiling whoami v1.5.1
24132024-07-12T03:18:30.162Z Compiling precomputed-hash v0.1.1
24142024-07-12T03:18:30.279Z Compiling static_assertions v1.1.0
24152024-07-12T03:18:30.384Z Compiling predicates-core v1.0.6
24162024-07-12T03:18:30.639Z Compiling minimal-lexical v0.2.1
24172024-07-12T03:18:30.731Z Compiling new_debug_unreachable v1.0.6
24182024-07-12T03:18:30.771Z Compiling normalize-line-endings v0.3.0
24192024-07-12T03:18:30.828Z Compiling difflib v0.4.0
24202024-07-12T03:18:30.905Z Compiling string_cache v0.8.7
24212024-07-12T03:18:31.126Z Compiling nom v7.1.3
24222024-07-12T03:18:31.301Z Compiling predicates v3.1.0
24232024-07-12T03:18:31.337Z Compiling serde_yaml v0.9.34+deprecated
24242024-07-12T03:18:32.321Z Compiling tokio-postgres v0.7.10
24252024-07-12T03:18:32.695Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24262024-07-12T03:18:32.776Z Compiling crossterm v0.27.0
24272024-07-12T03:18:34.920Z Compiling bit-set v0.5.3
24282024-07-12T03:18:35.015Z Compiling itertools v0.12.1
24292024-07-12T03:18:35.186Z Compiling bstr v1.9.1
24302024-07-12T03:18:36.063Z Compiling lalrpop-util v0.19.12
24312024-07-12T03:18:36.087Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24322024-07-12T03:18:36.374Z Compiling peg-runtime v0.8.3
24332024-07-12T03:18:36.658Z Compiling unicode-xid v0.2.4
24342024-07-12T03:18:36.782Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24352024-07-12T03:18:36.827Z Compiling sha1 v0.10.6
24362024-07-12T03:18:37.000Z Compiling camino v1.1.7
24372024-07-12T03:18:37.112Z Compiling diesel v2.1.6
24382024-07-12T03:18:37.191Z Compiling strum_macros v0.26.4
24392024-07-12T03:18:37.229Z Compiling http v1.1.0
24402024-07-12T03:18:37.644Z Compiling base64 v0.22.1
24412024-07-12T03:18:37.856Z Compiling toml v0.8.14
24422024-07-12T03:18:38.114Z Compiling rustls-pki-types v1.7.0
24432024-07-12T03:18:38.373Z Compiling ident_case v1.0.1
24442024-07-12T03:18:38.571Z Compiling darling_core v0.20.9
24452024-07-12T03:18:38.925Z Compiling crossbeam-channel v0.5.12
24462024-07-12T03:18:39.405Z Compiling rustls v0.22.4
24472024-07-12T03:18:39.463Z Compiling paste v1.0.15
24482024-07-12T03:18:39.677Z Compiling slog-async v2.8.0
24492024-07-12T03:18:39.827Z Compiling slog-term v2.9.1
24502024-07-12T03:18:39.926Z Compiling rustls-webpki v0.102.4
24512024-07-12T03:18:39.980Z Compiling instant v0.1.12
24522024-07-12T03:18:40.013Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24532024-07-12T03:18:40.130Z Compiling multer v3.1.0
24542024-07-12T03:18:40.166Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24552024-07-12T03:18:40.974Z Compiling slog-json v2.6.1
24562024-07-12T03:18:41.323Z Compiling async-stream-impl v0.3.5
24572024-07-12T03:18:41.546Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24582024-07-12T03:18:41.807Z Compiling debug-ignore v1.0.5
24592024-07-12T03:18:41.831Z Compiling strum v0.26.2
24602024-07-12T03:18:41.855Z Compiling atomic-waker v1.1.2
24612024-07-12T03:18:41.993Z Compiling waitgroup v0.1.2
24622024-07-12T03:18:42.017Z Compiling slog-bunyan v2.5.0
24632024-07-12T03:18:42.208Z Compiling rustls-pemfile v2.1.2
24642024-07-12T03:18:42.231Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24652024-07-12T03:18:42.534Z Compiling async-stream v0.3.5
24662024-07-12T03:18:42.625Z Compiling serde_path_to_error v0.1.16
24672024-07-12T03:18:42.822Z Compiling structmeta-derive v0.3.0
24682024-07-12T03:18:43.042Z Compiling hostname v0.4.0
24692024-07-12T03:18:43.292Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24702024-07-12T03:18:43.374Z Compiling newtype-uuid v1.1.0
24712024-07-12T03:18:43.675Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722024-07-12T03:18:43.981Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24732024-07-12T03:18:44.259Z Compiling tokio-rustls v0.25.0
24742024-07-12T03:18:44.346Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752024-07-12T03:18:44.523Z Compiling backoff v0.4.0
24762024-07-12T03:18:44.638Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24772024-07-12T03:18:44.780Z Compiling darling_macro v0.20.9
24782024-07-12T03:18:44.804Z Compiling macaddr v1.0.1
24792024-07-12T03:18:44.835Z Compiling proc-macro-crate v1.3.1
24802024-07-12T03:18:45.194Z Compiling fastrand v2.1.0
24812024-07-12T03:18:45.465Z Compiling structmeta v0.3.0
24822024-07-12T03:18:45.734Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24832024-07-12T03:18:45.758Z Compiling darling v0.20.9
24842024-07-12T03:18:45.874Z Compiling serde_with_macros v3.8.3
24852024-07-12T03:18:45.902Z Compiling num_enum_derive v0.5.11
24862024-07-12T03:18:45.965Z Compiling parse-display-derive v0.9.1
24872024-07-12T03:18:46.102Z Compiling tempfile v3.10.1
24882024-07-12T03:18:46.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24892024-07-12T03:18:47.154Z Compiling foreign-types-macros v0.2.3
24902024-07-12T03:18:47.566Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24912024-07-12T03:18:48.222Z Compiling num_enum v0.5.11
24922024-07-12T03:18:48.284Z Compiling foreign-types-shared v0.3.1
24932024-07-12T03:18:48.404Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24942024-07-12T03:18:48.428Z Compiling heapless v0.8.0
24952024-07-12T03:18:48.537Z Compiling serde_with v3.8.3
24962024-07-12T03:18:48.706Z Compiling foreign-types v0.5.0
24972024-07-12T03:18:48.822Z Compiling proc-macro-error v1.0.4
24982024-07-12T03:18:49.476Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24992024-07-12T03:18:49.515Z Compiling hash32 v0.3.1
25002024-07-12T03:18:49.707Z Compiling cstr-argument v0.1.2
25012024-07-12T03:18:49.757Z Compiling smoltcp v0.11.0
25022024-07-12T03:18:49.945Z Compiling pretty-hex v0.2.1
25032024-07-12T03:18:50.118Z Compiling parse-display v0.9.1
25042024-07-12T03:18:50.150Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25052024-07-12T03:18:50.367Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25062024-07-12T03:18:50.495Z Compiling camino-tempfile v1.1.1
25072024-07-12T03:18:50.821Z Compiling tabwriter v1.4.0
25082024-07-12T03:18:50.943Z Compiling colored v2.1.0
25092024-07-12T03:18:50.977Z Compiling socket2 v0.4.10
25102024-07-12T03:18:51.291Z Compiling embedded-io v0.4.0
25112024-07-12T03:18:51.396Z Compiling cobs v0.2.3
25122024-07-12T03:18:51.636Z Compiling postcard v1.0.8
25132024-07-12T03:18:51.696Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25142024-07-12T03:18:51.791Z Compiling crucible-workspace-hack v0.1.0
25152024-07-12T03:18:51.924Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25162024-07-12T03:18:52.045Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25172024-07-12T03:18:52.069Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25182024-07-12T03:18:52.204Z Compiling smf v0.2.3
25192024-07-12T03:18:52.351Z Compiling humantime v2.1.0
25202024-07-12T03:18:52.376Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25212024-07-12T03:18:52.844Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25222024-07-12T03:18:52.868Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25232024-07-12T03:18:53.284Z Compiling num-derive v0.4.2
25242024-07-12T03:18:53.403Z Compiling sigpipe v0.1.3
25252024-07-12T03:18:53.483Z Compiling utf-8 v0.7.6
25262024-07-12T03:18:53.534Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25272024-07-12T03:18:53.791Z Compiling atty v0.2.14
25282024-07-12T03:18:53.924Z Compiling rayon-core v1.12.1
25292024-07-12T03:18:53.948Z Compiling same-file v1.0.6
25302024-07-12T03:18:54.172Z Compiling semver v0.1.20
25312024-07-12T03:18:54.196Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25322024-07-12T03:18:54.241Z Compiling walkdir v2.5.0
25332024-07-12T03:18:54.773Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25342024-07-12T03:18:54.919Z Compiling rustc_version v0.1.7
25352024-07-12T03:18:55.247Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25362024-07-12T03:18:55.384Z Compiling curve25519-dalek v4.1.3
25372024-07-12T03:18:55.581Z Compiling newline-converter v0.3.0
25382024-07-12T03:18:55.783Z Compiling crossbeam-deque v0.8.5
25392024-07-12T03:18:55.840Z Compiling universal-hash v0.5.1
25402024-07-12T03:18:56.004Z Compiling prettyplease v0.2.20
25412024-07-12T03:18:56.028Z Compiling opaque-debug v0.3.1
25422024-07-12T03:18:56.136Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25432024-07-12T03:18:56.193Z Compiling expectorate v1.1.0
25442024-07-12T03:18:56.272Z Compiling newtype_derive v0.1.6
25452024-07-12T03:18:56.298Z Compiling xattr v1.3.1
25462024-07-12T03:18:56.351Z Compiling num-rational v0.4.2
25472024-07-12T03:18:56.529Z Compiling signature v2.2.0
25482024-07-12T03:18:56.553Z Compiling curve25519-dalek-derive v0.1.1
25492024-07-12T03:18:56.597Z Compiling num-complex v0.4.6
25502024-07-12T03:18:56.803Z Compiling blake3 v1.5.1
25512024-07-12T03:18:57.329Z Compiling ring v0.16.20
25522024-07-12T03:18:57.485Z Compiling unicase v2.7.0
25532024-07-12T03:18:57.713Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25542024-07-12T03:18:57.737Z Compiling arc-swap v1.7.1
25552024-07-12T03:18:57.869Z Compiling getrandom v0.1.16
25562024-07-12T03:18:57.892Z Compiling quick-error v1.2.3
25572024-07-12T03:18:57.962Z Compiling termcolor v1.4.1
25582024-07-12T03:18:58.047Z Compiling convert_case v0.4.0
25592024-07-12T03:18:58.278Z Compiling linked-hash-map v0.5.6
25602024-07-12T03:18:58.381Z Compiling env_logger v0.9.3
25612024-07-12T03:18:58.658Z Compiling lru-cache v0.1.2
25622024-07-12T03:18:58.789Z Compiling slog-scope v4.4.0
25632024-07-12T03:18:58.853Z Compiling resolv-conf v0.7.0
25642024-07-12T03:18:59.008Z Compiling derive_more v0.99.18
25652024-07-12T03:18:59.527Z Compiling tar v0.4.40
25662024-07-12T03:18:59.583Z Compiling num v0.4.3
25672024-07-12T03:18:59.707Z Compiling rayon v1.10.0
25682024-07-12T03:19:01.003Z Compiling tungstenite v0.21.0
25692024-07-12T03:19:01.445Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25702024-07-12T03:19:01.919Z Compiling blake2 v0.10.6
25712024-07-12T03:19:02.883Z Compiling bitstruct_derive v0.1.0
25722024-07-12T03:19:03.020Z Compiling derive-where v1.2.7
25732024-07-12T03:19:03.059Z Compiling password-hash v0.5.0
25742024-07-12T03:19:03.965Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25752024-07-12T03:19:04.045Z Compiling memmap2 v0.9.4
25762024-07-12T03:19:04.068Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25772024-07-12T03:19:04.182Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
25782024-07-12T03:19:04.207Z Compiling constant_time_eq v0.3.0
25792024-07-12T03:19:04.232Z Compiling parking_lot_core v0.8.6
25802024-07-12T03:19:04.383Z Compiling spin v0.5.2
25812024-07-12T03:19:04.461Z Compiling arrayvec v0.7.4
25822024-07-12T03:19:04.609Z Compiling arrayref v0.3.7
25832024-07-12T03:19:04.634Z Compiling libefi-sys v0.1.0
25842024-07-12T03:19:04.716Z Compiling ascii v1.1.0
25852024-07-12T03:19:04.848Z Compiling untrusted v0.7.1
25862024-07-12T03:19:04.884Z Compiling float-ord v0.3.2
25872024-07-12T03:19:05.037Z Compiling home v0.5.9
25882024-07-12T03:19:05.273Z Compiling toolchain_find v0.4.0
25892024-07-12T03:19:05.313Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25902024-07-12T03:19:05.962Z Compiling bitstruct v0.1.1
25912024-07-12T03:19:06.103Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-07-12T03:19:06.238Z Compiling argon2 v0.5.3
25932024-07-12T03:19:06.363Z Compiling tokio-tungstenite v0.21.0
25942024-07-12T03:19:06.615Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25952024-07-12T03:19:06.837Z Compiling trust-dns-resolver v0.22.0
25962024-07-12T03:19:06.999Z Compiling slog-stdlog v4.1.1
25972024-07-12T03:19:07.289Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25982024-07-12T03:19:07.351Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25992024-07-12T03:19:07.624Z Compiling serde_arrays v0.1.0
26002024-07-12T03:19:07.693Z Compiling erased-serde v0.3.31
26012024-07-12T03:19:07.785Z Compiling rfc6979 v0.4.0
26022024-07-12T03:19:07.974Z Compiling aead v0.5.2
26032024-07-12T03:19:07.998Z Compiling bitfield-struct v0.6.1
26042024-07-12T03:19:08.053Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26052024-07-12T03:19:08.335Z Compiling nibble_vec v0.1.0
26062024-07-12T03:19:08.382Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26072024-07-12T03:19:08.461Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26082024-07-12T03:19:08.564Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092024-07-12T03:19:08.600Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26102024-07-12T03:19:08.731Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26112024-07-12T03:19:08.945Z Compiling slog-dtrace v0.3.0
26122024-07-12T03:19:09.140Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132024-07-12T03:19:09.212Z Compiling endian-type v0.1.2
26142024-07-12T03:19:09.279Z Compiling topological-sort v0.2.2
26152024-07-12T03:19:09.432Z Compiling keccak v0.1.5
26162024-07-12T03:19:09.495Z Compiling cancel-safe-futures v0.1.5
26172024-07-12T03:19:09.617Z Compiling omicron-zone-package v0.11.0
26182024-07-12T03:19:09.642Z Compiling radix_trie v0.2.1
26192024-07-12T03:19:09.819Z Compiling sha3 v0.10.8
26202024-07-12T03:19:10.243Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26212024-07-12T03:19:10.455Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26222024-07-12T03:19:10.554Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26232024-07-12T03:19:10.759Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26242024-07-12T03:19:10.900Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252024-07-12T03:19:10.955Z Compiling ecdsa v0.16.9
26262024-07-12T03:19:10.984Z Compiling rand_core v0.5.1
26272024-07-12T03:19:11.065Z Compiling slog-envlogger v2.2.0
26282024-07-12T03:19:11.452Z Compiling mime_guess v2.0.4
26292024-07-12T03:19:11.684Z Compiling steno v0.4.1
26302024-07-12T03:19:12.418Z Compiling rustfmt-wrapper v0.2.1
26312024-07-12T03:19:12.558Z Compiling poly1305 v0.8.0
26322024-07-12T03:19:12.750Z Compiling tungstenite v0.20.1
26332024-07-12T03:19:12.934Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26342024-07-12T03:19:13.609Z Compiling primeorder v0.13.6
26352024-07-12T03:19:13.970Z Compiling heck v0.3.3
26362024-07-12T03:19:14.057Z Compiling chacha20 v0.9.1
26372024-07-12T03:19:14.357Z Compiling thiserror-impl-no-std v2.0.2
26382024-07-12T03:19:14.449Z Compiling secrecy v0.8.0
26392024-07-12T03:19:14.665Z Compiling half v2.4.1
26402024-07-12T03:19:14.696Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412024-07-12T03:19:14.818Z Compiling option-ext v0.2.0
26422024-07-12T03:19:14.950Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26432024-07-12T03:19:15.165Z Compiling ciborium-io v0.2.2
26442024-07-12T03:19:15.216Z Compiling dirs-sys v0.4.1
26452024-07-12T03:19:15.300Z Compiling ciborium-ll v0.2.2
26462024-07-12T03:19:15.333Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26472024-07-12T03:19:15.703Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482024-07-12T03:19:15.852Z Compiling zone_cfg_derive v0.1.2
26492024-07-12T03:19:16.360Z Compiling tokio-tungstenite v0.20.1
26502024-07-12T03:19:16.861Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26512024-07-12T03:19:17.114Z Compiling parking_lot v0.11.2
26522024-07-12T03:19:17.164Z Compiling rand_chacha v0.2.2
26532024-07-12T03:19:17.188Z Compiling thiserror-no-std v2.0.2
26542024-07-12T03:19:17.223Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26552024-07-12T03:19:17.489Z Compiling trust-dns-client v0.22.0
26562024-07-12T03:19:17.853Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572024-07-12T03:19:17.960Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26582024-07-12T03:19:18.503Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592024-07-12T03:19:19.348Z Compiling ed25519 v2.2.3
26602024-07-12T03:19:19.797Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26612024-07-12T03:19:20.193Z Compiling polyval v0.6.2
26622024-07-12T03:19:20.224Z Compiling libsw v3.3.1
26632024-07-12T03:19:20.520Z Compiling toml v0.5.11
26642024-07-12T03:19:20.601Z Compiling aes v0.8.4
26652024-07-12T03:19:22.445Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26662024-07-12T03:19:22.773Z Compiling blowfish v0.9.1
26672024-07-12T03:19:23.177Z Compiling ctr v0.9.2
26682024-07-12T03:19:23.298Z Compiling pbkdf2 v0.12.2
26692024-07-12T03:19:23.494Z Compiling password-hash v0.4.2
26702024-07-12T03:19:23.536Z Compiling gethostname v0.4.3
26712024-07-12T03:19:23.840Z Compiling fxhash v0.2.1
26722024-07-12T03:19:23.863Z Compiling base64 v0.13.1
26732024-07-12T03:19:24.048Z Compiling owo-colors v4.0.0
26742024-07-12T03:19:24.362Z Compiling linear-map v1.2.0
26752024-07-12T03:19:24.421Z Compiling ron v0.7.1
26762024-07-12T03:19:24.712Z Compiling sled v0.34.7
26772024-07-12T03:19:25.160Z Compiling pbkdf2 v0.11.0
26782024-07-12T03:19:25.502Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26792024-07-12T03:19:26.028Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26802024-07-12T03:19:26.578Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26812024-07-12T03:19:28.001Z Compiling bcrypt-pbkdf v0.10.0
26822024-07-12T03:19:28.391Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26832024-07-12T03:19:28.592Z Compiling trust-dns-server v0.22.1
26842024-07-12T03:19:29.159Z Compiling ghash v0.5.1
26852024-07-12T03:19:29.293Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26862024-07-12T03:19:29.357Z Compiling ed25519-dalek v2.1.1
26872024-07-12T03:19:29.907Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26882024-07-12T03:19:30.358Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892024-07-12T03:19:30.975Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26902024-07-12T03:19:31.677Z Compiling rand v0.7.3
26912024-07-12T03:19:32.460Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26922024-07-12T03:19:32.607Z Compiling vsss-rs v3.3.4
26932024-07-12T03:19:32.825Z Compiling zone v0.1.8
26942024-07-12T03:19:33.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26952024-07-12T03:19:33.944Z Compiling ciborium v0.2.2
26962024-07-12T03:19:34.273Z Compiling dirs v5.0.1
26972024-07-12T03:19:34.641Z Compiling chacha20poly1305 v0.10.1
26982024-07-12T03:19:34.818Z Compiling p521 v0.13.3
26992024-07-12T03:19:34.849Z Compiling p256 v0.13.2
27002024-07-12T03:19:35.219Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
27012024-07-12T03:19:35.592Z Compiling pem v3.0.4
27022024-07-12T03:19:36.329Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27032024-07-12T03:19:36.471Z Compiling headers-core v0.2.0
27042024-07-12T03:19:36.602Z Compiling cbc v0.1.2
27052024-07-12T03:19:36.627Z Compiling kstat-rs v0.2.4
27062024-07-12T03:19:36.704Z Compiling portpicker v0.1.1
27072024-07-12T03:19:36.827Z Compiling nanorand v0.7.0
27082024-07-12T03:19:36.877Z Compiling russh-cryptovec v0.7.2
27092024-07-12T03:19:37.002Z Compiling http-range v0.1.5
27102024-07-12T03:19:37.172Z Compiling md5 v0.7.0
27112024-07-12T03:19:37.208Z Compiling glob v0.3.1
27122024-07-12T03:19:37.353Z Compiling hyper-staticfile v0.9.5
27132024-07-12T03:19:37.380Z Compiling flume v0.11.0
27142024-07-12T03:19:37.609Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27152024-07-12T03:19:37.768Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27162024-07-12T03:19:37.998Z Compiling russh-keys v0.43.0
27172024-07-12T03:19:38.098Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182024-07-12T03:19:38.259Z Compiling headers v0.3.9
27192024-07-12T03:19:39.706Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27202024-07-12T03:19:40.031Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212024-07-12T03:19:40.953Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27222024-07-12T03:19:43.262Z Compiling rcgen v0.12.1
27232024-07-12T03:19:43.307Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27242024-07-12T03:19:43.484Z Compiling aes-gcm v0.10.3
27252024-07-12T03:19:43.631Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27262024-07-12T03:19:45.277Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27272024-07-12T03:19:45.445Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27282024-07-12T03:19:49.097Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292024-07-12T03:19:49.175Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27302024-07-12T03:19:49.219Z Compiling atomicwrites v0.4.3
27312024-07-12T03:19:49.539Z Compiling subprocess v0.2.9
27322024-07-12T03:19:50.610Z Compiling dhcproto-macros v0.1.0
27332024-07-12T03:19:51.221Z Compiling display-error-chain v0.2.0
27342024-07-12T03:19:51.385Z Compiling hex-literal v0.4.1
27352024-07-12T03:19:51.412Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27362024-07-12T03:19:51.436Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27372024-07-12T03:19:51.479Z Compiling dhcproto v0.11.0
27382024-07-12T03:19:51.544Z Compiling russh v0.43.0
27392024-07-12T03:19:53.894Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27402024-07-12T03:19:53.918Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27412024-07-12T03:19:54.297Z Compiling internet-checksum v0.2.1
27422024-07-12T03:20:20.970Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27432024-07-12T03:21:22.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s
27442024-07-12T03:21:23.031Z
27452024-07-12T03:21:23.056Zreal 3:44.221477988
27462024-07-12T03:21:23.056Zuser 17:38.709628944
27472024-07-12T03:21:23.056Zsys 4:09.171726274
27482024-07-12T03:21:23.056Ztrap 0.521770086
27492024-07-12T03:21:23.056Ztflt 0.329234806
27502024-07-12T03:21:23.056Zdflt 2.910099065
27512024-07-12T03:21:23.056Zkflt 0.004431023
27522024-07-12T03:21:23.056Zlock 38:09.591531627
27532024-07-12T03:21:23.056Zslp 50:03.798650251
27542024-07-12T03:21:23.056Zlat 1:04.869429496
27552024-07-12T03:21:23.056Zstop 2:22.861076890
27562024-07-12T03:21:23.056Z+ mkdir tests
27572024-07-12T03:21:23.056Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27582024-07-12T03:21:23.056Z+ xargs -I '{}' -t cp '{}' tests/
27592024-07-12T03:21:23.085Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-742f8a62840987e2 tests/
27602024-07-12T03:21:23.113Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-38c7b803e5f1e734 tests/
27612024-07-12T03:21:23.140Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9aa9759fc3a52beb tests/
27622024-07-12T03:21:23.166Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ede967117e30dd50 tests/
27632024-07-12T03:21:23.490Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
27642024-07-12T03:21:23.513Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-38c7b803e5f1e734 tests/commtest-9aa9759fc3a52beb tests/dhcp_server-742f8a62840987e2 tests/end_to_end_tests-ede967117e30dd50 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
27652024-07-12T03:22:47.016ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27662024-07-12T03:22:47.016Za out/target/test 1K
27672024-07-12T03:22:47.016Za out/npuzone/npuzone 23144K
27682024-07-12T03:22:47.016Za package-manifest.toml 29K
27692024-07-12T03:22:47.016Za smf/sled-agent/non-gimlet/config.toml 4K
27702024-07-12T03:22:47.016Za target/release/omicron-package 32504K
27712024-07-12T03:22:47.016Za target/release/xtask 18147K
27722024-07-12T03:22:47.016Za target/debug/bootstrap 359334K
27732024-07-12T03:22:47.016Za tests/bootstrap-38c7b803e5f1e734 23983K
27742024-07-12T03:22:47.016Za tests/commtest-9aa9759fc3a52beb 23984K
27752024-07-12T03:22:47.016Za tests/dhcp_server-742f8a62840987e2 23983K
27762024-07-12T03:22:47.016Za tests/end_to_end_tests-ede967117e30dd50 370131K
27772024-07-12T03:22:47.016Za out/clickhouse.tar.gz 223111K
27782024-07-12T03:22:47.016Za out/clickhouse_keeper.tar.gz 223087K
27792024-07-12T03:22:47.016Za out/cockroachdb.tar.gz 131944K
27802024-07-12T03:22:47.016Za out/crucible-dtrace.tar 85K
27812024-07-12T03:22:47.016Za out/crucible-pantry-zone.tar.gz 27043K
27822024-07-12T03:22:47.016Za out/crucible-zone.tar.gz 37413K
27832024-07-12T03:22:47.016Za out/external-dns.tar.gz 25114K
27842024-07-12T03:22:47.016Za out/internal-dns.tar.gz 25115K
27852024-07-12T03:22:47.016Za out/mg-ddm-gz.tar 60617K
27862024-07-12T03:22:47.017Za out/nexus.tar.gz 85090K
27872024-07-12T03:22:47.017Za out/ntp.tar.gz 8921K
27882024-07-12T03:22:47.017Za out/omicron-gateway-softnpu.tar.gz 13821K
27892024-07-12T03:22:47.017Za out/omicron-sled-agent.tar 94572K
27902024-07-12T03:22:47.017Za out/overlay.tar.gz 3K
27912024-07-12T03:22:47.017Za out/oximeter.tar.gz 42135K
27922024-07-12T03:22:47.017Za out/oxlog.tar 2955K
27932024-07-12T03:22:47.017Za out/probe.tar.gz 2764K
27942024-07-12T03:22:47.017Za out/propolis-server.tar.gz 64642K
27952024-07-12T03:22:47.017Za out/pumpkind-gz.tar 26665K
27962024-07-12T03:22:47.017Za out/switch-softnpu.tar.gz 198542K
27972024-07-12T03:22:47.041Z
27982024-07-12T03:22:47.041Zreal 1:23.526813287
27992024-07-12T03:22:47.041Zuser 1:16.908012186
28002024-07-12T03:22:47.041Zsys 8.299155189
28012024-07-12T03:22:47.041Ztrap 0.026065080
28022024-07-12T03:22:47.041Ztflt 0.000000000
28032024-07-12T03:22:47.041Zdflt 0.000000000
28042024-07-12T03:22:47.041Zkflt 0.000000000
28052024-07-12T03:22:47.041Zlock 0.000000000
28062024-07-12T03:22:47.041Zslp 1:16.787657101
28072024-07-12T03:22:47.041Zlat 5.026741345
28082024-07-12T03:22:47.041Zstop 0.000769865
28092024-07-12T03:22:47.041Zprocess exited: duration 1596782 ms, exit code 0
 
28102024-07-12T03:22:47.124Zfound 1 output files
28112024-07-12T03:22:47.124Zuploading: /work/package.tar.gz (1407599579 bytes)
28122024-07-12T03:25:10.466Zuploaded: /work/package.tar.gz