01J59E0G1QMWFEMDNBRWCDR38C: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J59E0YQJKRB208DSJ2D1JNWA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-14T21:53:12.862Zjob assigned to worker 01J59E14XN38NKRNS4D2NX6GXY (queued for 1 m 3 s)
 
22024-08-14T21:53:20.319Zstarting task 0: "setup"
32024-08-14T21:53:20.343Z++ uname -s
42024-08-14T21:53:20.346Z+ kern=SunOS
52024-08-14T21:53:20.346Z+ case "$kern" in
62024-08-14T21:53:20.346Z+ groupadd -g 12345 build
72024-08-14T21:53:20.348Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-14T21:53:22.358Z+ zfs create -o mountpoint=/work rpool/work
92024-08-14T21:53:22.511Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-14T21:53:22.514Z+ home_fs=zfs
112024-08-14T21:53:22.514Z+ [[ zfs == autofs ]]
122024-08-14T21:53:22.514Z+ mkdir -p /home/build
132024-08-14T21:53:22.516Z+ chown build:build /home/build /work
142024-08-14T21:53:24.519Z+ chmod 0700 /home/build /work
152024-08-14T21:53:24.522Zprocess exited: duration 4204 ms, exit code 0
 
162024-08-14T21:53:24.527Zstarting task 1: "rust-toolchain"
172024-08-14T21:53:24.532Z+ printf ' * toolchain channel = "%s"
182024-08-14T21:53:24.532Z' 1.80.1
192024-08-14T21:53:24.532Z+ printf ' * toolchain profile = "%s"
202024-08-14T21:53:24.532Z' default
212024-08-14T21:53:24.532Z * toolchain channel = "1.80.1"
222024-08-14T21:53:24.532Z * toolchain profile = "default"
232024-08-14T21:53:24.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-14T21:53:24.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-14T21:53:24.624Zinfo: downloading installer
262024-08-14T21:53:26.140Zinfo: profile set to 'default'
272024-08-14T21:53:26.140Zinfo: default host triple is x86_64-unknown-illumos
282024-08-14T21:53:26.143Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-14T21:53:26.313Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-14T21:53:26.313Zinfo: downloading component 'cargo'
312024-08-14T21:53:27.284Zinfo: downloading component 'clippy'
322024-08-14T21:53:27.627Zinfo: downloading component 'rust-docs'
332024-08-14T21:53:28.971Zinfo: downloading component 'rust-std'
342024-08-14T21:53:30.873Zinfo: downloading component 'rustc'
352024-08-14T21:53:36.193Zinfo: downloading component 'rustfmt'
362024-08-14T21:53:36.476Zinfo: installing component 'cargo'
372024-08-14T21:53:37.344Zinfo: installing component 'clippy'
382024-08-14T21:53:37.735Zinfo: installing component 'rust-docs'
392024-08-14T21:53:39.377Zinfo: installing component 'rust-std'
402024-08-14T21:53:41.130Zinfo: installing component 'rustc'
412024-08-14T21:53:45.467Zinfo: installing component 'rustfmt'
422024-08-14T21:53:45.798Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-14T21:53:45.798Z
442024-08-14T21:53:46.050Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-14T21:53:46.050Z
462024-08-14T21:53:46.052Z
472024-08-14T21:53:46.052ZRust is installed now. Great!
482024-08-14T21:53:46.052Z
492024-08-14T21:53:46.052ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-14T21:53:46.053Zenvironment variable. This has not been done automatically.
512024-08-14T21:53:46.053Z
522024-08-14T21:53:46.053ZTo configure your current shell, you need to source
532024-08-14T21:53:46.053Zthe corresponding env file under $HOME/.cargo.
542024-08-14T21:53:46.053Z
552024-08-14T21:53:46.053ZThis is usually done by running one of the following (note the leading DOT):
562024-08-14T21:53:46.053Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-14T21:53:46.053Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-14T21:53:46.117Z+ rustc --version
592024-08-14T21:53:46.184Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-14T21:53:46.188Zprocess exited: duration 21658 ms, exit code 0
 
612024-08-14T21:53:46.193Zstarting task 2: "authentication"
622024-08-14T21:53:46.215Zprocess exited: duration 20 ms, exit code 0
 
632024-08-14T21:53:46.219Zstarting task 3: "clone repository"
642024-08-14T21:53:46.225Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-14T21:53:46.227Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-14T21:53:46.426ZCloning into '/work/oxidecomputer/omicron'...
672024-08-14T21:53:59.278Z+ cd /work/oxidecomputer/omicron
682024-08-14T21:53:59.278Z+ git fetch origin eeab72cf9d7a8201ca2bf3a9df690e2579146c3f
692024-08-14T21:53:59.891ZFrom https://github.com/oxidecomputer/omicron
702024-08-14T21:53:59.891Z * branch eeab72cf9d7a8201ca2bf3a9df690e2579146c3f -> FETCH_HEAD
712024-08-14T21:53:59.899Z+ [[ -n '' ]]
722024-08-14T21:53:59.899Z+ git reset --hard eeab72cf9d7a8201ca2bf3a9df690e2579146c3f
732024-08-14T21:54:00.048ZHEAD is now at eeab72cf9 Address comments
742024-08-14T21:54:00.051Zprocess exited: duration 13829 ms, exit code 0
 
752024-08-14T21:54:00.057Zstarting task 4: "build"
762024-08-14T21:54:00.062Z+ cargo --version
772024-08-14T21:54:00.117Zcargo 1.80.1 (376290515 2024-07-16)
782024-08-14T21:54:00.120Z+ rustc --version
792024-08-14T21:54:00.179Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-08-14T21:54:00.182Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-08-14T21:54:16.462Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-08-14T21:54:18.725Z Startup: Caching catalogs ... Done
832024-08-14T21:54:20.591ZPlanning: Solver setup ... Done (1.263s)
842024-08-14T21:54:20.610ZPlanning: Running solver ... Done (0.020s)
852024-08-14T21:54:20.652ZPlanning: Finding local manifests ... Done (0.002s)
862024-08-14T21:54:20.684ZPlanning: Fetching manifests: 0/4 0% complete
872024-08-14T21:54:21.054ZPlanning: Fetching manifests: 4/4 100% complete
882024-08-14T21:54:21.104ZPlanning: Package planning ... Done (0.050s)
892024-08-14T21:54:21.154ZPlanning: Merging actions ... Done (0.050s)
902024-08-14T21:54:22.207ZPlanning: Checking for conflicting actions ... Done (1.052s)
912024-08-14T21:54:22.219ZPlanning: Consolidating action changes ... Done (0.011s)
922024-08-14T21:54:27.243ZPlanning: Evaluating mediators ... Done (5.023s)
932024-08-14T21:54:27.253ZPlanning: Planning completed in 8.45 seconds
942024-08-14T21:54:28.763Z Packages to install: 4
952024-08-14T21:54:28.763Z Mediators to change: 2
962024-08-14T21:54:28.763Z Services to change: 1
972024-08-14T21:54:28.763Z Estimated space available: 155.72 GB
982024-08-14T21:54:28.766ZEstimated space to be consumed: 1.48 GB
992024-08-14T21:54:28.766Z Create boot environment: No
1002024-08-14T21:54:28.766ZCreate backup boot environment: No
1012024-08-14T21:54:28.766Z Rebuild boot archive: No
1022024-08-14T21:54:28.766Z
1032024-08-14T21:54:28.766ZChanged mediators:
1042024-08-14T21:54:28.766Z mediator clang:
1052024-08-14T21:54:28.766Z version: None -> 15 (system default)
1062024-08-14T21:54:28.766Z
1072024-08-14T21:54:28.766Z mediator llvm:
1082024-08-14T21:54:28.766Z version: 14 (system default) -> 15 (system default)
1092024-08-14T21:54:28.766Z
1102024-08-14T21:54:28.766ZChanged packages:
1112024-08-14T21:54:28.766Zhelios-dev
1122024-08-14T21:54:28.766Z developer/build-essential
1132024-08-14T21:54:28.766Z None -> 11-2.0
1142024-08-14T21:54:28.766Z library/libxmlsec1
1152024-08-14T21:54:28.766Z None -> 1.2.35-2.0
1162024-08-14T21:54:28.766Z ooce/developer/clang-15
1172024-08-14T21:54:28.766Z None -> 15.0.7-2.0
1182024-08-14T21:54:28.766Z ooce/developer/llvm-15
1192024-08-14T21:54:28.766Z None -> 15.0.7-2.0
1202024-08-14T21:54:28.766Z
1212024-08-14T21:54:28.767ZServices:
1222024-08-14T21:54:28.767Z restart_fmri:
1232024-08-14T21:54:28.767Z svc:/system/update-man-index:default
1242024-08-14T21:54:28.931Z
1252024-08-14T21:54:28.931ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1262024-08-14T21:54:33.938ZDownload: 806/3290 items 18.7/212.6MB 8% complete (3.8M/s)
1272024-08-14T21:54:39.011ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (10.2M/s)
1282024-08-14T21:54:44.058ZDownload: 1379/3290 items 114.5/212.6MB 53% complete (9.6M/s)
1292024-08-14T21:54:49.227ZDownload: 2217/3290 items 118.4/212.6MB 55% complete (3.7M/s)
1302024-08-14T21:54:54.229ZDownload: 2554/3290 items 120.4/212.6MB 56% complete (595k/s)
1312024-08-14T21:54:59.500ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (8.6M/s)
1322024-08-14T21:55:01.743ZDownload: Completed 212.60 MB in 32.81 seconds (6.5M/s)
1332024-08-14T21:55:02.014Z Actions: 1/3689 actions (Installing new actions)
1342024-08-14T21:55:07.069Z Actions: 3553/3689 actions (Installing new actions)
1352024-08-14T21:55:07.431Z Actions: Completed 3689 actions in 5.42 seconds.
1362024-08-14T21:55:07.586Z Done (0.150s)
1372024-08-14T21:55:07.586Z Done (0.000s)
1382024-08-14T21:55:07.948Z Done (0.362s)
1392024-08-14T21:55:14.116Z Done (5.994s)
1402024-08-14T21:55:14.259Z Done (0.067s)
1412024-08-14T21:55:14.262Z Done (0.000s)
1422024-08-14T21:55:14.448Z Done (0.000s)
1432024-08-14T21:55:15.065ZPlanning: Evaluating mediator changes ... Done
1442024-08-14T21:55:15.233ZPlanning: Checking for conflicting actions ... Done
1452024-08-14T21:55:15.235ZPlanning: Consolidating action changes ... Done
1462024-08-14T21:55:15.510ZPlanning: Evaluating mediators ... Done
1472024-08-14T21:55:15.513ZPlanning: Planning completed in 0.45 seconds
1482024-08-14T21:55:15.544Z Mediators to change: 2
1492024-08-14T21:55:15.545Z Create boot environment: No
1502024-08-14T21:55:15.545ZCreate backup boot environment: No
1512024-08-14T21:55:15.659Z Done
1522024-08-14T21:55:15.659Z Done
1532024-08-14T21:55:15.923Z Done
1542024-08-14T21:55:19.628Z Done
1552024-08-14T21:55:19.700Z Done
1562024-08-14T21:55:19.703Z Done
1572024-08-14T21:55:19.834Z Done
1582024-08-14T21:55:20.465ZPlanning: Evaluating mediator changes ... Done
1592024-08-14T21:55:20.467ZPlanning: Merging actions ... Done
1602024-08-14T21:55:20.661ZPlanning: Checking for conflicting actions ... Done
1612024-08-14T21:55:20.664ZPlanning: Consolidating action changes ... Done
1622024-08-14T21:55:20.934ZPlanning: Evaluating mediators ... Done
1632024-08-14T21:55:20.991ZPlanning: Planning completed in 0.77 seconds
1642024-08-14T21:55:21.026Z Packages to change: 1
1652024-08-14T21:55:21.026Z Mediators to change: 1
1662024-08-14T21:55:21.026Z Services to change: 1
1672024-08-14T21:55:21.026Z Create boot environment: No
1682024-08-14T21:55:21.028ZCreate backup boot environment: Yes
1692024-08-14T21:55:23.050Z Actions: 1/6 actions (Updating modified actions)
1702024-08-14T21:55:23.053Z Actions: Completed 6 actions in 0.00 seconds.
1712024-08-14T21:55:23.053Z Done
1722024-08-14T21:55:23.053Z Done
1732024-08-14T21:55:23.129Z Done
1742024-08-14T21:55:27.048Z Done
1752024-08-14T21:55:27.139Z Done
1762024-08-14T21:55:27.142Z Done
1772024-08-14T21:55:27.290Z Done
1782024-08-14T21:55:27.741ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1792024-08-14T21:55:27.741Zclang system 15 system
1802024-08-14T21:55:27.741Zcsh system system illumos
1812024-08-14T21:55:27.741Zctags system system illumos
1822024-08-14T21:55:27.741Zgcc vendor 12 vendor
1832024-08-14T21:55:27.741Zgcc system 10 system
1842024-08-14T21:55:27.741Zgcc system 7 system
1852024-08-14T21:55:27.741Zgo system 1.20 system
1862024-08-14T21:55:27.741Zgo system 1.19 system
1872024-08-14T21:55:27.741Zllvm system 15 system
1882024-08-14T21:55:27.741Zllvm system 14 system
1892024-08-14T21:55:27.741Zmariadb system 10.6 system
1902024-08-14T21:55:27.741Zmta vendor vendor dma
1912024-08-14T21:55:27.741Zopenjdk system 17 system
1922024-08-14T21:55:27.741Zopenjdk system 11 system
1932024-08-14T21:55:27.741Zopenjdk system 1.8 system
1942024-08-14T21:55:27.741Zopenssl vendor 3 vendor
1952024-08-14T21:55:27.741Zperl system 5.36 system
1962024-08-14T21:55:27.741Zpostgresql system 15 system
1972024-08-14T21:55:27.741Zpostgresql system 13 system
1982024-08-14T21:55:27.741Zpython vendor 3 vendor
1992024-08-14T21:55:27.742Zpython system 2 system
2002024-08-14T21:55:27.742Zpython3 system 3.11 system
2012024-08-14T21:55:27.742Zruby system 3.0 system
2022024-08-14T21:55:27.742Zwords vendor vendor american-english
2032024-08-14T21:55:27.742Zwords system system australian-english
2042024-08-14T21:55:27.742Zwords system system british-english
2052024-08-14T21:55:27.742Zwords system system canadian-english
2062024-08-14T21:55:27.742Zwords system system french
2072024-08-14T21:55:27.742Zwords system system italian
2082024-08-14T21:55:27.742Zwords system system ngerman
2092024-08-14T21:55:27.742Zwords system system ogerman
2102024-08-14T21:55:27.742Zwords system system spanish
2112024-08-14T21:55:28.090ZPUBLISHER TYPE STATUS P LOCATION
2122024-08-14T21:55:28.090Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2132024-08-14T21:55:29.827ZFMRI IFO
2142024-08-14T21:55:29.827Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2152024-08-14T21:55:29.827Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2162024-08-14T21:55:29.827Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2172024-08-14T21:55:29.827Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2182024-08-14T21:55:29.827Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2192024-08-14T21:55:29.827Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2202024-08-14T21:55:29.827Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2212024-08-14T21:55:29.827Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2222024-08-14T21:55:29.827Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2232024-08-14T21:55:29.827Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2242024-08-14T21:55:29.827Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2252024-08-14T21:55:29.827Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2262024-08-14T21:55:30.445Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2272024-08-14T21:55:30.675Z Updating git repository `https://github.com/oxidecomputer/zone`
2282024-08-14T21:55:30.899Z Updating crates.io index
2292024-08-14T21:55:30.901Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2302024-08-14T21:55:31.676Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312024-08-14T21:55:32.382Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2322024-08-14T21:55:32.663Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2332024-08-14T21:55:34.145Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2342024-08-14T21:55:34.371Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2352024-08-14T21:55:34.606Z Updating git repository `https://github.com/oxidecomputer/propolis`
2362024-08-14T21:55:35.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
2372024-08-14T21:55:37.474Z Updating git repository `https://github.com/oxidecomputer/opte`
2382024-08-14T21:55:38.445Z Updating git repository `https://github.com/oxidecomputer/falcon`
2392024-08-14T21:55:39.075Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2402024-08-14T21:55:39.319Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2412024-08-14T21:55:39.798Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2422024-08-14T21:55:40.076Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2432024-08-14T21:55:40.361Z Updating git repository `https://github.com/oxidecomputer/tofino`
2442024-08-14T21:55:40.655Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2452024-08-14T21:55:40.888Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2462024-08-14T21:55:41.125Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2472024-08-14T21:55:41.411Z Updating git repository `https://github.com/oxidecomputer/clickward`
2482024-08-14T21:55:41.783Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2492024-08-14T21:55:42.100Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502024-08-14T21:55:42.376Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2512024-08-14T21:55:42.659Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522024-08-14T21:55:43.039Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2532024-08-14T21:55:43.314Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2542024-08-14T21:55:43.790Z Updating git repository `https://github.com/oxidecomputer/typify`
2552024-08-14T21:55:45.889Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562024-08-14T21:55:46.144Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572024-08-14T21:55:46.404Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582024-08-14T21:55:46.738Z Updating git repository `https://github.com/oxidecomputer/rfb`
2592024-08-14T21:55:47.950Z Downloading crates ...
2602024-08-14T21:55:48.031Z Downloaded block-buffer v0.10.4
2612024-08-14T21:55:48.033Z Downloaded autocfg v1.3.0
2622024-08-14T21:55:48.035Z Downloaded anstyle-query v1.0.3
2632024-08-14T21:55:48.037Z Downloaded anstyle v1.0.8
2642024-08-14T21:55:48.059Z Downloaded swrite v0.1.0
2652024-08-14T21:55:48.064Z Downloaded equivalent v1.0.1
2662024-08-14T21:55:48.066Z Downloaded thread-id v4.2.1
2672024-08-14T21:55:48.074Z Downloaded itoa v1.0.11
2682024-08-14T21:55:48.076Z Downloaded heck v0.5.0
2692024-08-14T21:55:48.079Z Downloaded cargo-platform v0.1.8
2702024-08-14T21:55:48.079Z Downloaded generic-array v0.14.7
2712024-08-14T21:55:48.081Z Downloaded plain v0.2.3
2722024-08-14T21:55:48.081Z Downloaded dof v0.3.0
2732024-08-14T21:55:48.083Z Downloaded byteorder v1.5.0
2742024-08-14T21:55:48.083Z Downloaded crypto-common v0.1.6
2752024-08-14T21:55:48.086Z Downloaded fnv v1.0.7
2762024-08-14T21:55:48.086Z Downloaded colorchoice v1.0.1
2772024-08-14T21:55:48.089Z Downloaded utf8parse v0.2.1
2782024-08-14T21:55:48.092Z Downloaded toml_datetime v0.6.8
2792024-08-14T21:55:48.095Z Downloaded serde_spanned v0.6.7
2802024-08-14T21:55:48.097Z Downloaded usdt-impl v0.5.0
2812024-08-14T21:55:48.097Z Downloaded tabled_derive v0.7.0
2822024-08-14T21:55:48.100Z Downloaded usdt v0.5.0
2832024-08-14T21:55:48.110Z Downloaded anstyle-parse v0.2.4
2842024-08-14T21:55:48.110Z Downloaded proc-macro-error v1.0.4
2852024-08-14T21:55:48.110Z Downloaded pest_derive v2.7.10
2862024-08-14T21:55:48.113Z Downloaded memmap v0.7.0
2872024-08-14T21:55:48.114Z Downloaded macaddr v1.0.1
2882024-08-14T21:55:48.116Z Downloaded clap_derive v4.5.13
2892024-08-14T21:55:48.118Z Downloaded cargo_toml v0.20.4
2902024-08-14T21:55:48.120Z Downloaded zerocopy-derive v0.7.34
2912024-08-14T21:55:48.123Z Downloaded semver v1.0.23
2922024-08-14T21:55:48.125Z Downloaded is_terminal_polyfill v1.70.0
2932024-08-14T21:55:48.128Z Downloaded dtrace-parser v0.2.0
2942024-08-14T21:55:48.136Z Downloaded scroll_derive v0.12.0
2952024-08-14T21:55:48.139Z Downloaded pretty-hex v0.4.1
2962024-08-14T21:55:48.139Z Downloaded usdt-attr-macro v0.5.0
2972024-08-14T21:55:48.141Z Downloaded usdt-macro v0.5.0
2982024-08-14T21:55:48.144Z Downloaded thiserror v1.0.63
2992024-08-14T21:55:48.148Z Downloaded sha2 v0.10.8
3002024-08-14T21:55:48.151Z Downloaded pest_meta v2.7.10
3012024-08-14T21:55:48.153Z Downloaded unicode-ident v1.0.12
3022024-08-14T21:55:48.156Z Downloaded serde_derive v1.0.205
3032024-08-14T21:55:48.159Z Downloaded typenum v1.17.0
3042024-08-14T21:55:48.162Z Downloaded heck v0.4.1
3052024-08-14T21:55:48.165Z Downloaded cpufeatures v0.2.12
3062024-08-14T21:55:48.165Z Downloaded clap_lex v0.7.0
3072024-08-14T21:55:48.167Z Downloaded proc-macro-error-attr v1.0.4
3082024-08-14T21:55:48.167Z Downloaded fs-err v2.11.0
3092024-08-14T21:55:48.167Z Downloaded errno v0.3.9
3102024-08-14T21:55:48.170Z Downloaded version_check v0.9.5
3112024-08-14T21:55:48.170Z Downloaded digest v0.10.7
3122024-08-14T21:55:48.174Z Downloaded thiserror-impl v1.0.63
3132024-08-14T21:55:48.174Z Downloaded cfg-if v1.0.0
3142024-08-14T21:55:48.176Z Downloaded scroll v0.12.0
3152024-08-14T21:55:48.176Z Downloaded proc-macro2 v1.0.86
3162024-08-14T21:55:48.179Z Downloaded clap v4.5.15
3172024-08-14T21:55:48.186Z Downloaded terminal_size v0.3.0
3182024-08-14T21:55:48.189Z Downloaded papergrid v0.11.0
3192024-08-14T21:55:48.192Z Downloaded bitflags v2.6.0
3202024-08-14T21:55:48.196Z Downloaded cargo_metadata v0.18.1
3212024-08-14T21:55:48.199Z Downloaded pest_generator v2.7.10
3222024-08-14T21:55:48.199Z Downloaded camino v1.1.7
3232024-08-14T21:55:48.202Z Downloaded quote v1.0.36
3242024-08-14T21:55:48.205Z Downloaded anyhow v1.0.86
3252024-08-14T21:55:48.208Z Downloaded strsim v0.11.1
3262024-08-14T21:55:48.208Z Downloaded serde_tokenstream v0.2.1
3272024-08-14T21:55:48.211Z Downloaded bytecount v0.6.8
3282024-08-14T21:55:48.214Z Downloaded anstream v0.6.14
3292024-08-14T21:55:48.218Z Downloaded indexmap v2.3.0
3302024-08-14T21:55:48.225Z Downloaded once_cell v1.19.0
3312024-08-14T21:55:48.225Z Downloaded ucd-trie v0.1.6
3322024-08-14T21:55:48.227Z Downloaded toml v0.8.19
3332024-08-14T21:55:48.227Z Downloaded ryu v1.0.18
3342024-08-14T21:55:48.230Z Downloaded log v0.4.21
3352024-08-14T21:55:48.234Z Downloaded hashbrown v0.14.5
3362024-08-14T21:55:48.252Z Downloaded serde v1.0.205
3372024-08-14T21:55:48.282Z Downloaded toml_edit v0.22.20
3382024-08-14T21:55:48.304Z Downloaded memchr v2.7.2
3392024-08-14T21:55:48.310Z Downloaded winnow v0.6.18
3402024-08-14T21:55:48.317Z Downloaded pest v2.7.10
3412024-08-14T21:55:48.322Z Downloaded serde_json v1.0.122
3422024-08-14T21:55:48.330Z Downloaded clap_builder v4.5.15
3432024-08-14T21:55:48.338Z Downloaded zerocopy v0.7.34
3442024-08-14T21:55:48.354Z Downloaded tabled v0.15.0
3452024-08-14T21:55:48.370Z Downloaded goblin v0.8.2
3462024-08-14T21:55:48.375Z Downloaded syn v2.0.72
3472024-08-14T21:55:48.385Z Downloaded syn v1.0.109
3482024-08-14T21:55:48.395Z Downloaded rustix v0.38.34
3492024-08-14T21:55:48.418Z Downloaded unicode-width v0.1.13
3502024-08-14T21:55:48.436Z Downloaded libc v0.2.155
3512024-08-14T21:55:48.730Z Compiling proc-macro2 v1.0.86
3522024-08-14T21:55:48.730Z Compiling unicode-ident v1.0.12
3532024-08-14T21:55:48.732Z Compiling version_check v0.9.5
3542024-08-14T21:55:48.732Z Compiling serde v1.0.205
3552024-08-14T21:55:48.732Z Compiling thiserror v1.0.63
3562024-08-14T21:55:48.732Z Compiling memchr v2.7.2
3572024-08-14T21:55:48.732Z Compiling libc v0.2.155
3582024-08-14T21:55:48.761Z Compiling itoa v1.0.11
3592024-08-14T21:55:49.009Z Compiling ryu v1.0.18
3602024-08-14T21:55:49.036Z Compiling ucd-trie v0.1.6
3612024-08-14T21:55:49.348Z Compiling once_cell v1.19.0
3622024-08-14T21:55:49.606Z Compiling byteorder v1.5.0
3632024-08-14T21:55:49.937Z Compiling serde_json v1.0.122
3642024-08-14T21:55:51.041Z Compiling usdt-impl v0.5.0
3652024-08-14T21:55:51.060Z Compiling proc-macro-error-attr v1.0.4
3662024-08-14T21:55:51.063Z Compiling rustix v0.38.34
3672024-08-14T21:55:51.124Z Compiling syn v1.0.109
3682024-08-14T21:55:51.145Z Compiling proc-macro-error v1.0.4
3692024-08-14T21:55:51.416Z Compiling hashbrown v0.14.5
3702024-08-14T21:55:51.451Z Compiling equivalent v1.0.1
3712024-08-14T21:55:51.515Z Compiling bitflags v2.6.0
3722024-08-14T21:55:51.565Z Compiling log v0.4.21
3732024-08-14T21:55:51.833Z Compiling thread-id v4.2.1
3742024-08-14T21:55:51.859Z Compiling plain v0.2.3
3752024-08-14T21:55:51.938Z Compiling utf8parse v0.2.1
3762024-08-14T21:55:51.964Z Compiling quote v1.0.36
3772024-08-14T21:55:52.012Z Compiling colorchoice v1.0.1
3782024-08-14T21:55:52.087Z Compiling anstyle-parse v0.2.4
3792024-08-14T21:55:52.111Z Compiling is_terminal_polyfill v1.70.0
3802024-08-14T21:55:52.221Z Compiling autocfg v1.3.0
3812024-08-14T21:55:52.284Z Compiling winnow v0.6.18
3822024-08-14T21:55:52.419Z Compiling syn v2.0.72
3832024-08-14T21:55:52.463Z Compiling errno v0.3.9
3842024-08-14T21:55:52.747Z Compiling indexmap v2.3.0
3852024-08-14T21:55:52.848Z Compiling pretty-hex v0.4.1
3862024-08-14T21:55:53.050Z Compiling anstyle-query v1.0.3
3872024-08-14T21:55:53.189Z Compiling semver v1.0.23
3882024-08-14T21:55:53.233Z Compiling anstyle v1.0.8
3892024-08-14T21:55:53.741Z Compiling camino v1.1.7
3902024-08-14T21:55:53.857Z Compiling terminal_size v0.3.0
3912024-08-14T21:55:53.935Z Compiling anstream v0.6.14
3922024-08-14T21:55:54.055Z Compiling fs-err v2.11.0
3932024-08-14T21:55:54.273Z Compiling anyhow v1.0.86
3942024-08-14T21:55:54.368Z Compiling fnv v1.0.7
3952024-08-14T21:55:54.393Z Compiling strsim v0.11.1
3962024-08-14T21:55:54.499Z Compiling heck v0.5.0
3972024-08-14T21:55:54.521Z Compiling heck v0.4.1
3982024-08-14T21:55:54.696Z Compiling clap_lex v0.7.0
3992024-08-14T21:55:54.912Z Compiling bytecount v0.6.8
4002024-08-14T21:55:55.001Z Compiling unicode-width v0.1.13
4012024-08-14T21:55:55.031Z Compiling clap_builder v4.5.15
4022024-08-14T21:55:55.203Z Compiling papergrid v0.11.0
4032024-08-14T21:55:55.284Z Compiling memmap v0.7.0
4042024-08-14T21:55:55.997Z Compiling swrite v0.1.0
4052024-08-14T21:55:57.806Z Compiling tabled_derive v0.7.0
4062024-08-14T21:55:59.355Z Compiling tabled v0.15.0
4072024-08-14T21:56:00.890Z Compiling serde_derive v1.0.205
4082024-08-14T21:56:00.890Z Compiling thiserror-impl v1.0.63
4092024-08-14T21:56:00.892Z Compiling zerocopy-derive v0.7.34
4102024-08-14T21:56:00.893Z Compiling scroll_derive v0.12.0
4112024-08-14T21:56:00.929Z Compiling clap_derive v4.5.13
4122024-08-14T21:56:02.235Z Compiling scroll v0.12.0
4132024-08-14T21:56:02.732Z Compiling goblin v0.8.2
4142024-08-14T21:56:02.758Z Compiling zerocopy v0.7.34
4152024-08-14T21:56:03.486Z Compiling pest v2.7.10
4162024-08-14T21:56:04.494Z Compiling clap v4.5.15
4172024-08-14T21:56:05.730Z Compiling pest_meta v2.7.10
4182024-08-14T21:56:06.579Z Compiling pest_generator v2.7.10
4192024-08-14T21:56:08.508Z Compiling pest_derive v2.7.10
4202024-08-14T21:56:09.304Z Compiling dtrace-parser v0.2.0
4212024-08-14T21:56:11.185Z Compiling serde_tokenstream v0.2.1
4222024-08-14T21:56:11.326Z Compiling toml_datetime v0.6.8
4232024-08-14T21:56:11.326Z Compiling serde_spanned v0.6.7
4242024-08-14T21:56:11.442Z Compiling cargo-platform v0.1.8
4252024-08-14T21:56:11.702Z Compiling toml_edit v0.22.20
4262024-08-14T21:56:11.748Z Compiling macaddr v1.0.1
4272024-08-14T21:56:12.587Z Compiling dof v0.3.0
4282024-08-14T21:56:12.829Z Compiling cargo_metadata v0.18.1
4292024-08-14T21:56:14.276Z Compiling usdt-attr-macro v0.5.0
4302024-08-14T21:56:14.279Z Compiling usdt-macro v0.5.0
4312024-08-14T21:56:14.677Z Compiling toml v0.8.19
4322024-08-14T21:56:15.525Z Compiling cargo_toml v0.20.4
4332024-08-14T21:56:15.559Z Compiling usdt v0.5.0
4342024-08-14T21:56:19.277Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4352024-08-14T21:56:23.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.98s
4362024-08-14T21:56:23.444Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4372024-08-14T21:56:24.015Z Downloading crates ...
4382024-08-14T21:56:24.134Z Downloaded atomicwrites v0.4.3
4392024-08-14T21:56:24.145Z Downloaded async-stream-impl v0.3.5
4402024-08-14T21:56:24.147Z Downloaded bitstruct v0.1.1
4412024-08-14T21:56:24.157Z Downloaded cstr-argument v0.1.2
4422024-08-14T21:56:24.169Z Downloaded darling_macro v0.20.9
4432024-08-14T21:56:24.174Z Downloaded buf-list v1.0.3
4442024-08-14T21:56:24.174Z Downloaded bit-vec v0.6.3
4452024-08-14T21:56:24.174Z Downloaded match_cfg v0.1.0
4462024-08-14T21:56:24.196Z Downloaded lru v0.12.3
4472024-08-14T21:56:24.196Z Downloaded is_ci v1.2.0
4482024-08-14T21:56:24.196Z Downloaded defmt-parser v0.3.4
4492024-08-14T21:56:24.196Z Downloaded addr2line v0.21.0
4502024-08-14T21:56:24.196Z Downloaded crucible-workspace-hack v0.1.0
4512024-08-14T21:56:24.201Z Downloaded num-conv v0.1.0
4522024-08-14T21:56:24.201Z Downloaded normalize-line-endings v0.3.0
4532024-08-14T21:56:24.201Z Downloaded constant_time_eq v0.3.0
4542024-08-14T21:56:24.201Z Downloaded chacha20 v0.9.1
4552024-08-14T21:56:24.201Z Downloaded matches v0.1.10
4562024-08-14T21:56:24.201Z Downloaded defmt-macros v0.3.9
4572024-08-14T21:56:24.201Z Downloaded bitfield-struct v0.6.1
4582024-08-14T21:56:24.201Z Downloaded openssl-macros v0.1.1
4592024-08-14T21:56:24.201Z Downloaded num_threads v0.1.7
4602024-08-14T21:56:24.201Z Downloaded new_debug_unreachable v1.0.6
4612024-08-14T21:56:24.205Z Downloaded backoff v0.4.0
4622024-08-14T21:56:24.205Z Downloaded arrayvec v0.7.4
4632024-08-14T21:56:24.211Z Downloaded parse-size v1.0.0
4642024-08-14T21:56:24.211Z Downloaded is-terminal v0.4.12
4652024-08-14T21:56:24.211Z Downloaded atty v0.2.14
4662024-08-14T21:56:24.216Z Downloaded debug-ignore v1.0.5
4672024-08-14T21:56:24.216Z Downloaded lazycell v1.3.0
4682024-08-14T21:56:24.216Z Downloaded bitstruct_derive v0.1.0
4692024-08-14T21:56:24.216Z Downloaded curve25519-dalek-derive v0.1.1
4702024-08-14T21:56:24.219Z Downloaded async-trait v0.1.81
4712024-08-14T21:56:24.219Z Downloaded colored v2.1.0
4722024-08-14T21:56:24.221Z Downloaded opaque-debug v0.3.1
4732024-08-14T21:56:24.224Z Downloaded ciborium-io v0.2.2
4742024-08-14T21:56:24.224Z Downloaded openssl-probe v0.1.5
4752024-08-14T21:56:24.229Z Downloaded newtype_derive v0.1.6
4762024-08-14T21:56:24.229Z Downloaded newline-converter v0.3.0
4772024-08-14T21:56:24.229Z Downloaded cfg_aliases v0.1.1
4782024-08-14T21:56:24.231Z Downloaded camino-tempfile v1.1.1
4792024-08-14T21:56:24.231Z Downloaded bzip2 v0.4.4
4802024-08-14T21:56:24.234Z Downloaded number_prefix v0.4.0
4812024-08-14T21:56:24.234Z Downloaded mockall v0.13.0
4822024-08-14T21:56:24.237Z Downloaded cookie_store v0.20.0
4832024-08-14T21:56:24.240Z Downloaded cookie v0.17.0
4842024-08-14T21:56:24.240Z Downloaded darling v0.20.9
4852024-08-14T21:56:24.244Z Downloaded num-integer v0.1.46
4862024-08-14T21:56:24.248Z Downloaded signature v2.2.0
4872024-08-14T21:56:24.250Z Downloaded base64 v0.13.1
4882024-08-14T21:56:24.253Z Downloaded num_cpus v1.16.0
4892024-08-14T21:56:24.256Z Downloaded oso-derive v0.27.3
4902024-08-14T21:56:24.258Z Downloaded bit-set v0.5.3
4912024-08-14T21:56:24.262Z Downloaded path-slash v0.1.5
4922024-08-14T21:56:24.262Z Downloaded crunchy v0.2.2
4932024-08-14T21:56:24.264Z Downloaded paste v1.0.15
4942024-08-14T21:56:24.267Z Downloaded ipnet v2.9.0
4952024-08-14T21:56:24.270Z Downloaded shlex v1.3.0
4962024-08-14T21:56:24.272Z Downloaded try-lock v0.2.5
4972024-08-14T21:56:24.272Z Downloaded time-core v0.1.2
4982024-08-14T21:56:24.275Z Downloaded maplit v1.0.2
4992024-08-14T21:56:24.276Z Downloaded cobs v0.2.3
5002024-08-14T21:56:24.278Z Downloaded crossbeam-deque v0.8.5
5012024-08-14T21:56:24.281Z Downloaded defmt v0.3.8
5022024-08-14T21:56:24.285Z Downloaded num-iter v0.1.45
5032024-08-14T21:56:24.287Z Downloaded crc v3.2.1
5042024-08-14T21:56:24.287Z Downloaded data-encoding v2.6.0
5052024-08-14T21:56:24.290Z Downloaded linear-map v1.2.0
5062024-08-14T21:56:24.292Z Downloaded crc-any v2.5.0
5072024-08-14T21:56:24.296Z Downloaded num-derive v0.4.2
5082024-08-14T21:56:24.299Z Downloaded foreign-types v0.3.2
5092024-08-14T21:56:24.299Z Downloaded slog-json v2.6.1
5102024-08-14T21:56:24.301Z Downloaded packed_struct v0.10.1
5112024-08-14T21:56:24.305Z Downloaded difflib v0.4.0
5122024-08-14T21:56:24.307Z Downloaded ciborium v0.2.2
5132024-08-14T21:56:24.307Z Downloaded owo-colors v4.0.0
5142024-08-14T21:56:24.310Z Downloaded endian-type v0.1.2
5152024-08-14T21:56:24.313Z Downloaded serde_with_macros v3.8.3
5162024-08-14T21:56:24.317Z Downloaded cancel-safe-futures v0.1.5
5172024-08-14T21:56:24.319Z Downloaded untrusted v0.9.0
5182024-08-14T21:56:24.322Z Downloaded precomputed-hash v0.1.1
5192024-08-14T21:56:24.327Z Downloaded parse-display-derive v0.10.0
5202024-08-14T21:56:24.327Z Downloaded packed_struct_codegen v0.10.1
5212024-08-14T21:56:24.327Z Downloaded console v0.15.8
5222024-08-14T21:56:24.330Z Downloaded hubpack_derive v0.1.1
5232024-08-14T21:56:24.334Z Downloaded lock_api v0.4.12
5242024-08-14T21:56:24.334Z Downloaded memoffset v0.9.1
5252024-08-14T21:56:24.336Z Downloaded compact_str v0.8.0
5262024-08-14T21:56:24.338Z Downloaded crossbeam-epoch v0.9.18
5272024-08-14T21:56:24.343Z Downloaded phf_shared v0.10.0
5282024-08-14T21:56:24.347Z Downloaded ena v0.14.3
5292024-08-14T21:56:24.347Z Downloaded strum v0.26.3
5302024-08-14T21:56:24.349Z Downloaded embedded-io v0.4.0
5312024-08-14T21:56:24.352Z Downloaded spki v0.7.3
5322024-08-14T21:56:24.357Z Downloaded tinyvec_macros v0.1.1
5332024-08-14T21:56:24.357Z Downloaded hubpack v0.1.2
5342024-08-14T21:56:24.360Z Downloaded hash32 v0.3.1
5352024-08-14T21:56:24.360Z Downloaded getopts v0.2.21
5362024-08-14T21:56:24.363Z Downloaded downcast v0.11.0
5372024-08-14T21:56:24.363Z Downloaded zeroize_derive v1.4.2
5382024-08-14T21:56:24.365Z Downloaded toolchain_find v0.4.0
5392024-08-14T21:56:24.367Z Downloaded quick-error v1.2.3
5402024-08-14T21:56:24.368Z Downloaded crossbeam-utils v0.8.19
5412024-08-14T21:56:24.371Z Downloaded cookie v0.18.1
5422024-08-14T21:56:24.374Z Downloaded fxhash v0.2.1
5432024-08-14T21:56:24.377Z Downloaded parking_lot v0.11.2
5442024-08-14T21:56:24.379Z Downloaded indicatif v0.17.8
5452024-08-14T21:56:24.384Z Downloaded enum-as-inner v0.5.1
5462024-08-14T21:56:24.386Z Downloaded socket2 v0.5.7
5472024-08-14T21:56:24.388Z Downloaded smawk v0.3.2
5482024-08-14T21:56:24.391Z Downloaded portpicker v0.1.1
5492024-08-14T21:56:24.393Z Downloaded structmeta v0.3.0
5502024-08-14T21:56:24.394Z Downloaded structmeta-derive v0.3.0
5512024-08-14T21:56:24.397Z Downloaded serde_plain v1.0.2
5522024-08-14T21:56:24.397Z Downloaded foreign-types-macros v0.2.3
5532024-08-14T21:56:24.400Z Downloaded topological-sort v0.2.2
5542024-08-14T21:56:24.400Z Downloaded fragile v2.0.0
5552024-08-14T21:56:24.402Z Downloaded heck v0.3.3
5562024-08-14T21:56:24.404Z Downloaded allocator-api2 v0.2.18
5572024-08-14T21:56:24.408Z Downloaded structmeta-derive v0.2.0
5582024-08-14T21:56:24.412Z Downloaded termcolor v1.4.1
5592024-08-14T21:56:24.412Z Downloaded phf_shared v0.11.2
5602024-08-14T21:56:24.414Z Downloaded fastrand v2.1.0
5612024-08-14T21:56:24.414Z Downloaded fd-lock v4.0.2
5622024-08-14T21:56:24.417Z Downloaded darling_core v0.20.9
5632024-08-14T21:56:24.422Z Downloaded chacha20poly1305 v0.10.1
5642024-08-14T21:56:24.427Z Downloaded futures-task v0.3.30
5652024-08-14T21:56:24.429Z Downloaded ref-cast-impl v1.0.23
5662024-08-14T21:56:24.429Z Downloaded peg v0.8.4
5672024-08-14T21:56:24.432Z Downloaded diff v0.1.13
5682024-08-14T21:56:24.437Z Downloaded float-ord v0.3.2
5692024-08-14T21:56:24.440Z Downloaded ref-cast v1.0.23
5702024-08-14T21:56:24.443Z Downloaded crossbeam-channel v0.5.12
5712024-08-14T21:56:24.448Z Downloaded signal-hook-mio v0.2.4
5722024-08-14T21:56:24.450Z Downloaded shell-words v1.1.0
5732024-08-14T21:56:24.450Z Downloaded memmap2 v0.9.4
5742024-08-14T21:56:24.453Z Downloaded prettyplease v0.2.20
5752024-08-14T21:56:24.457Z Downloaded strip-ansi-escapes v0.2.0
5762024-08-14T21:56:24.460Z Downloaded string_cache v0.8.7
5772024-08-14T21:56:24.462Z Downloaded parking_lot v0.12.2
5782024-08-14T21:56:24.466Z Downloaded tiny-keccak v2.0.2
5792024-08-14T21:56:24.468Z Downloaded unicode-xid v0.2.4
5802024-08-14T21:56:24.470Z Downloaded zone_cfg_derive v0.1.2
5812024-08-14T21:56:24.474Z Downloaded utf-8 v0.7.6
5822024-08-14T21:56:24.474Z Downloaded unicode-truncate v1.0.0
5832024-08-14T21:56:24.476Z Downloaded getrandom v0.2.14
5842024-08-14T21:56:24.478Z Downloaded termtree v0.4.1
5852024-08-14T21:56:24.481Z Downloaded xattr v1.3.1
5862024-08-14T21:56:24.483Z Downloaded either v1.13.0
5872024-08-14T21:56:24.486Z Downloaded slog v2.7.0
5882024-08-14T21:56:24.488Z Downloaded psl-types v2.0.11
5892024-08-14T21:56:24.492Z Downloaded http-body v0.4.6
5902024-08-14T21:56:24.494Z Downloaded gethostname v0.5.0
5912024-08-14T21:56:24.494Z Downloaded signal-hook-tokio v0.3.1
5922024-08-14T21:56:24.497Z Downloaded indent_write v2.2.0
5932024-08-14T21:56:24.497Z Downloaded impl-trait-for-tuples v0.2.2
5942024-08-14T21:56:24.501Z Downloaded rand_xorshift v0.3.0
5952024-08-14T21:56:24.504Z Downloaded predicates-core v1.0.6
5962024-08-14T21:56:24.504Z Downloaded rusty-fork v0.3.0
5972024-08-14T21:56:24.506Z Downloaded rustversion v1.0.17
5982024-08-14T21:56:24.521Z Downloaded futures v0.3.30
5992024-08-14T21:56:24.525Z Downloaded strum_macros v0.24.3
6002024-08-14T21:56:24.528Z Downloaded headers-core v0.2.0
6012024-08-14T21:56:24.530Z Downloaded want v0.3.1
6022024-08-14T21:56:24.530Z Downloaded termios v0.3.3
6032024-08-14T21:56:24.533Z Downloaded samael v0.0.15
6042024-08-14T21:56:24.539Z Downloaded sync_wrapper v0.1.2
6052024-08-14T21:56:24.542Z Downloaded unarray v0.1.4
6062024-08-14T21:56:24.544Z Downloaded futures-channel v0.3.30
6072024-08-14T21:56:24.548Z Downloaded hash32 v0.2.1
6082024-08-14T21:56:24.548Z Downloaded env_logger v0.10.2
6092024-08-14T21:56:24.551Z Downloaded foreign-types-shared v0.3.1
6102024-08-14T21:56:24.556Z Downloaded futures-core v0.3.30
6112024-08-14T21:56:24.558Z Downloaded zeroize v1.7.0
6122024-08-14T21:56:24.558Z Downloaded indexmap v1.9.3
6132024-08-14T21:56:24.561Z Downloaded pin-project-lite v0.2.14
6142024-08-14T21:56:24.566Z Downloaded signal-hook v0.3.17
6152024-08-14T21:56:24.571Z Downloaded powerfmt v0.2.0
6162024-08-14T21:56:24.574Z Downloaded resolv-conf v0.7.0
6172024-08-14T21:56:24.577Z Downloaded which v4.4.2
6182024-08-14T21:56:24.580Z Downloaded slab v0.4.9
6192024-08-14T21:56:24.580Z Downloaded siphasher v0.3.11
6202024-08-14T21:56:24.583Z Downloaded signal-hook-registry v1.4.2
6212024-08-14T21:56:24.583Z Downloaded strum_macros v0.26.4
6222024-08-14T21:56:24.586Z Downloaded tungstenite v0.20.1
6232024-08-14T21:56:24.590Z Downloaded mio v0.8.11
6242024-08-14T21:56:24.596Z Downloaded display-error-chain v0.2.0
6252024-08-14T21:56:24.599Z Downloaded ident_case v1.0.1
6262024-08-14T21:56:24.601Z Downloaded thread_local v1.1.8
6272024-08-14T21:56:24.610Z Downloaded futures-macro v0.3.30
6282024-08-14T21:56:24.610Z Downloaded form_urlencoded v1.2.1
6292024-08-14T21:56:24.613Z Downloaded half v2.4.1
6302024-08-14T21:56:24.613Z Downloaded erased-serde v0.3.31
6312024-08-14T21:56:24.613Z Downloaded pkcs8 v0.10.2
6322024-08-14T21:56:24.615Z Downloaded iana-time-zone v0.1.60
6332024-08-14T21:56:24.620Z Downloaded futures-io v0.3.30
6342024-08-14T21:56:24.623Z Downloaded foreign-types v0.5.0
6352024-08-14T21:56:24.623Z Downloaded pretty-hex v0.2.1
6362024-08-14T21:56:24.623Z Downloaded postgres-types v0.2.7
6372024-08-14T21:56:24.626Z Downloaded openssl-sys v0.9.103
6382024-08-14T21:56:24.632Z Downloaded itertools v0.10.5
6392024-08-14T21:56:24.641Z Downloaded supports-color v3.0.0
6402024-08-14T21:56:24.644Z Downloaded take_mut v0.2.2
6412024-08-14T21:56:24.644Z Downloaded unicase v2.7.0
6422024-08-14T21:56:24.646Z Downloaded headers v0.3.9
6432024-08-14T21:56:24.651Z Downloaded elliptic-curve v0.13.8
6442024-08-14T21:56:24.656Z Downloaded peg-runtime v0.8.3
6452024-08-14T21:56:24.658Z Downloaded schemars_derive v0.8.21
6462024-08-14T21:56:24.661Z Downloaded funty v2.0.0
6472024-08-14T21:56:24.661Z Downloaded pin-project v1.1.5
6482024-08-14T21:56:24.674Z Downloaded scheduled-thread-pool v0.2.7
6492024-08-14T21:56:24.677Z Downloaded stable_deref_trait v1.2.0
6502024-08-14T21:56:24.677Z Downloaded toml_edit v0.19.15
6512024-08-14T21:56:24.695Z Downloaded predicates-tree v1.0.9
6522024-08-14T21:56:24.698Z Downloaded group v0.13.0
6532024-08-14T21:56:24.698Z Downloaded universal-hash v0.5.1
6542024-08-14T21:56:24.701Z Downloaded serde_arrays v0.1.0
6552024-08-14T21:56:24.701Z Downloaded rustc-hash v1.1.0
6562024-08-14T21:56:24.704Z Downloaded rustc-demangle v0.1.24
6572024-08-14T21:56:24.704Z Downloaded radium v0.7.0
6582024-08-14T21:56:24.706Z Downloaded postgres-protocol v0.6.7
6592024-08-14T21:56:24.706Z Downloaded heapless v0.8.0
6602024-08-14T21:56:24.710Z Downloaded heapless v0.7.17
6612024-08-14T21:56:24.716Z Downloaded tower-service v0.3.2
6622024-08-14T21:56:24.719Z Downloaded proc-macro-crate v1.3.1
6632024-08-14T21:56:24.719Z Downloaded hyper-rustls v0.24.2
6642024-08-14T21:56:24.722Z Downloaded textwrap v0.16.1
6652024-08-14T21:56:24.724Z Downloaded diesel_derives v2.2.2
6662024-08-14T21:56:24.729Z Downloaded pem v3.0.4
6672024-08-14T21:56:24.732Z Downloaded dirs-sys-next v0.1.2
6682024-08-14T21:56:24.732Z Downloaded dirs-next v2.0.0
6692024-08-14T21:56:24.734Z Downloaded publicsuffix v2.2.3
6702024-08-14T21:56:24.737Z Downloaded humantime v2.1.0
6712024-08-14T21:56:24.739Z Downloaded rpassword v7.3.1
6722024-08-14T21:56:24.739Z Downloaded serde-big-array v0.5.1
6732024-08-14T21:56:24.742Z Downloaded tap v1.0.1
6742024-08-14T21:56:24.742Z Downloaded waitgroup v0.1.2
6752024-08-14T21:56:24.744Z Downloaded sha1 v0.10.6
6762024-08-14T21:56:24.748Z Downloaded hex v0.4.3
6772024-08-14T21:56:24.748Z Downloaded rand v0.8.5
6782024-08-14T21:56:24.751Z Downloaded tokio-postgres v0.7.11
6792024-08-14T21:56:24.758Z Downloaded trust-dns-client v0.22.0
6802024-08-14T21:56:24.762Z Downloaded uzers v0.11.3
6812024-08-14T21:56:24.765Z Downloaded wait-timeout v0.2.0
6822024-08-14T21:56:24.768Z Downloaded pem-rfc7468 v0.7.0
6832024-08-14T21:56:24.770Z Downloaded tungstenite v0.21.0
6842024-08-14T21:56:24.773Z Downloaded glob v0.3.1
6852024-08-14T21:56:24.777Z Downloaded ppv-lite86 v0.2.17
6862024-08-14T21:56:24.779Z Downloaded dyn-clone v1.0.17
6872024-08-14T21:56:24.779Z Downloaded slog-term v2.9.1
6882024-08-14T21:56:24.782Z Downloaded derive-where v1.2.7
6892024-08-14T21:56:24.785Z Downloaded slog-stdlog v4.1.1
6902024-08-14T21:56:24.788Z Downloaded derive_builder v0.20.0
6912024-08-14T21:56:24.792Z Downloaded uuid v1.10.0
6922024-08-14T21:56:24.796Z Downloaded libxml v0.3.3
6932024-08-14T21:56:24.803Z Downloaded static_assertions v1.1.0
6942024-08-14T21:56:24.805Z Downloaded vsss-rs v3.3.4
6952024-08-14T21:56:24.808Z Downloaded schemars v0.8.21
6962024-08-14T21:56:24.821Z Downloaded hashbrown v0.13.2
6972024-08-14T21:56:24.826Z Downloaded secrecy v0.8.0
6982024-08-14T21:56:24.828Z Downloaded sec1 v0.7.3
6992024-08-14T21:56:24.831Z Downloaded flagset v0.4.5
7002024-08-14T21:56:24.831Z Downloaded pkcs1 v0.7.5
7012024-08-14T21:56:24.835Z Downloaded unsafe-libyaml v0.2.11
7022024-08-14T21:56:24.838Z Downloaded tempfile v3.10.1
7032024-08-14T21:56:24.841Z Downloaded highway v1.2.0
7042024-08-14T21:56:24.844Z Downloaded toml v0.5.11
7052024-08-14T21:56:24.849Z Downloaded tokio-tungstenite v0.20.1
7062024-08-14T21:56:24.851Z Downloaded ron v0.8.1
7072024-08-14T21:56:24.856Z Downloaded snafu v0.8.2
7082024-08-14T21:56:24.860Z Downloaded slog-scope v4.4.0
7092024-08-14T21:56:24.863Z Downloaded tough v0.17.1
7102024-08-14T21:56:24.872Z Downloaded vte v0.11.1
7112024-08-14T21:56:24.876Z Downloaded http v1.1.0
7122024-08-14T21:56:24.878Z Downloaded derive_more v0.99.18
7132024-08-14T21:56:24.886Z Downloaded tar v0.4.41
7142024-08-14T21:56:24.889Z Downloaded itertools v0.13.0
7152024-08-14T21:56:24.896Z Downloaded unicode_categories v0.1.1
7162024-08-14T21:56:24.898Z Downloaded rsa v0.9.6
7172024-08-14T21:56:24.906Z Downloaded httparse v1.8.0
7182024-08-14T21:56:24.909Z Downloaded hkdf v0.12.4
7192024-08-14T21:56:24.912Z Downloaded rayon v1.10.0
7202024-08-14T21:56:24.920Z Downloaded tracing v0.1.40
7212024-08-14T21:56:24.926Z Downloaded unicode-bidi v0.3.15
7222024-08-14T21:56:24.932Z Downloaded quick-xml v0.31.0
7232024-08-14T21:56:24.936Z Downloaded h2 v0.3.26
7242024-08-14T21:56:24.942Z Downloaded idna v0.3.0
7252024-08-14T21:56:24.950Z Downloaded hmac v0.12.1
7262024-08-14T21:56:24.953Z Downloaded globset v0.4.14
7272024-08-14T21:56:24.955Z Downloaded chrono v0.4.38
7282024-08-14T21:56:24.961Z Downloaded flume v0.11.0
7292024-08-14T21:56:24.967Z Downloaded regex-automata v0.1.10
7302024-08-14T21:56:24.972Z Downloaded reedline v0.31.0
7312024-08-14T21:56:24.981Z Downloaded expectorate v1.1.0
7322024-08-14T21:56:24.984Z Downloaded rustls-webpki v0.101.7
7332024-08-14T21:56:25.002Z Downloaded futures-util v0.3.30
7342024-08-14T21:56:25.012Z Downloaded hyper v0.14.30
7352024-08-14T21:56:25.022Z Downloaded proptest v1.5.0
7362024-08-14T21:56:25.030Z Downloaded steno v0.4.1
7372024-08-14T21:56:25.035Z Downloaded serde_with v3.8.3
7382024-08-14T21:56:25.044Z Downloaded bstr v0.2.17
7392024-08-14T21:56:25.056Z Downloaded flate2 v1.0.31
7402024-08-14T21:56:25.062Z Downloaded trust-dns-proto v0.22.0
7412024-08-14T21:56:25.078Z Downloaded sqlparser v0.45.0
7422024-08-14T21:56:25.085Z Downloaded polar-core v0.27.3
7432024-08-14T21:56:25.092Z Downloaded tokio-util v0.7.11
7442024-08-14T21:56:25.098Z Downloaded vcpkg v0.2.15
7452024-08-14T21:56:25.141Z Downloaded winnow v0.5.40
7462024-08-14T21:56:25.149Z Downloaded rustls-webpki v0.102.4
7472024-08-14T21:56:25.169Z Downloaded sled v0.34.7
7482024-08-14T21:56:25.179Z Downloaded time v0.3.36
7492024-08-14T21:56:25.187Z Downloaded ratatui v0.28.0
7502024-08-14T21:56:25.212Z Downloaded object v0.30.4
7512024-08-14T21:56:25.221Z Downloaded reqwest v0.11.27
7522024-08-14T21:56:25.227Z Downloaded smoltcp v0.9.1
7532024-08-14T21:56:25.238Z Downloaded bzip2-sys v0.1.11+1.0.8
7542024-08-14T21:56:25.251Z Downloaded regex-automata v0.4.6
7552024-08-14T21:56:25.271Z Downloaded regex v1.10.6
7562024-08-14T21:56:25.285Z Downloaded finl_unicode v1.2.0
7572024-08-14T21:56:25.299Z Downloaded webpki-roots v0.25.4
7582024-08-14T21:56:25.303Z Downloaded idna v0.5.0
7592024-08-14T21:56:25.312Z Downloaded nix v0.28.0
7602024-08-14T21:56:25.324Z Downloaded csv v1.3.0
7612024-08-14T21:56:25.347Z Downloaded openssl v0.10.66
7622024-08-14T21:56:25.358Z Downloaded smoltcp v0.11.0
7632024-08-14T21:56:25.371Z Downloaded gimli v0.28.1
7642024-08-14T21:56:25.381Z Downloaded regex-syntax v0.6.29
7652024-08-14T21:56:25.389Z Downloaded regress v0.9.1
7662024-08-14T21:56:25.399Z Downloaded regex-syntax v0.8.4
7672024-08-14T21:56:25.409Z Downloaded diesel v2.2.2
7682024-08-14T21:56:25.432Z Downloaded rustls v0.22.4
7692024-08-14T21:56:25.445Z Downloaded encoding_rs v0.8.34
7702024-08-14T21:56:25.470Z Downloaded openapiv3 v2.0.0
7712024-08-14T21:56:25.483Z Downloaded zerocopy-derive v0.6.6
7722024-08-14T21:56:25.493Z Downloaded nix v0.27.1
7732024-08-14T21:56:25.505Z Downloaded object v0.32.2
7742024-08-14T21:56:25.519Z Downloaded lalrpop v0.19.12
7752024-08-14T21:56:25.529Z Downloaded petgraph v0.6.5
7762024-08-14T21:56:25.548Z Downloaded rustls v0.21.12
7772024-08-14T21:56:25.560Z Downloaded tokio v1.38.1
7782024-08-14T21:56:25.600Z Downloaded bstr v1.9.1
7792024-08-14T21:56:25.613Z Downloaded sha3 v0.10.8
7802024-08-14T21:56:25.618Z Downloaded rustyline v14.0.0
7812024-08-14T21:56:25.624Z Downloaded curve25519-dalek v4.1.3
7822024-08-14T21:56:25.634Z Downloaded radix_trie v0.2.1
7832024-08-14T21:56:25.640Z Downloaded idna v0.2.3
7842024-08-14T21:56:25.648Z Downloaded slog-bunyan v2.5.0
7852024-08-14T21:56:25.651Z Downloaded serde-hex v0.1.0
7862024-08-14T21:56:25.653Z Downloaded pkg-config v0.3.30
7872024-08-14T21:56:25.653Z Downloaded http-range v0.1.5
7882024-08-14T21:56:25.656Z Downloaded http v0.2.12
7892024-08-14T21:56:25.658Z Downloaded bitvec v1.0.1
7902024-08-14T21:56:25.674Z Downloaded ring v0.16.20
7912024-08-14T21:56:25.758Z Downloaded portable-atomic v1.6.0
7922024-08-14T21:56:25.763Z Downloaded unicode-segmentation v1.11.0
7932024-08-14T21:56:25.767Z Downloaded itertools v0.12.1
7942024-08-14T21:56:25.773Z Downloaded r2d2 v0.8.10
7952024-08-14T21:56:25.776Z Downloaded fixedbitset v0.4.2
7962024-08-14T21:56:25.779Z Downloaded ron v0.7.1
7972024-08-14T21:56:25.781Z Downloaded serde_yaml v0.9.34+deprecated
7982024-08-14T21:56:25.786Z Downloaded tinyvec v1.6.0
7992024-08-14T21:56:25.788Z Downloaded blake3 v1.5.1
8002024-08-14T21:56:25.796Z Downloaded nom v7.1.3
8012024-08-14T21:56:25.802Z Downloaded typed-path v0.7.1
8022024-08-14T21:56:25.808Z Downloaded hashbrown v0.12.3
8032024-08-14T21:56:25.812Z Downloaded bindgen v0.69.4
8042024-08-14T21:56:25.820Z Downloaded socket2 v0.4.10
8052024-08-14T21:56:25.822Z Downloaded unicode-normalization v0.1.23
8062024-08-14T21:56:25.826Z Downloaded aho-corasick v1.1.3
8072024-08-14T21:56:25.831Z Downloaded home v0.5.9
8082024-08-14T21:56:25.834Z Downloaded tokio-macros v2.3.0
8092024-08-14T21:56:25.834Z Downloaded tokio-tungstenite v0.21.0
8102024-08-14T21:56:25.836Z Downloaded snafu-derive v0.8.2
8112024-08-14T21:56:25.839Z Downloaded serde_derive_internals v0.29.1
8122024-08-14T21:56:25.839Z Downloaded tracing-core v0.1.32
8132024-08-14T21:56:25.841Z Downloaded pin-utils v0.1.0
8142024-08-14T21:56:25.846Z Downloaded peg-macros v0.8.4
8152024-08-14T21:56:25.849Z Downloaded der v0.7.9
8162024-08-14T21:56:25.851Z Downloaded libm v0.2.8
8172024-08-14T21:56:25.857Z Downloaded semver v0.1.20
8182024-08-14T21:56:25.860Z Downloaded num-bigint-dig v0.8.4
8192024-08-14T21:56:25.864Z Downloaded tracing-attributes v0.1.27
8202024-08-14T21:56:25.866Z Downloaded predicates v3.1.2
8212024-08-14T21:56:25.868Z Downloaded dsl_auto_type v0.1.2
8222024-08-14T21:56:25.870Z Downloaded der_derive v0.7.2
8232024-08-14T21:56:25.873Z Downloaded walkdir v2.5.0
8242024-08-14T21:56:25.873Z Downloaded test-strategy v0.3.1
8252024-08-14T21:56:25.876Z Downloaded similar v2.5.0
8262024-08-14T21:56:25.882Z Downloaded float-cmp v0.9.0
8272024-08-14T21:56:25.885Z Downloaded poly1305 v0.8.0
8282024-08-14T21:56:25.888Z Downloaded futures-sink v0.3.30
8292024-08-14T21:56:25.888Z Downloaded trust-dns-resolver v0.22.0
8302024-08-14T21:56:25.892Z Downloaded crossterm v0.28.1
8312024-08-14T21:56:25.897Z Downloaded deranged v0.3.11
8322024-08-14T21:56:25.900Z Downloaded rcgen v0.12.1
8332024-08-14T21:56:25.903Z Downloaded x509-cert v0.2.5
8342024-08-14T21:56:25.908Z Downloaded mio v1.0.1
8352024-08-14T21:56:25.915Z Downloaded rtoolbox v0.0.2
8362024-08-14T21:56:25.917Z Downloaded derive_builder_core v0.20.0
8372024-08-14T21:56:25.920Z Downloaded httpdate v1.0.3
8382024-08-14T21:56:25.920Z Downloaded hyper-staticfile v0.9.5
8392024-08-14T21:56:25.923Z Downloaded thiserror-impl-no-std v2.0.2
8402024-08-14T21:56:25.923Z Downloaded ring v0.17.8
8412024-08-14T21:56:25.995Z Downloaded pin-project-internal v1.1.5
8422024-08-14T21:56:25.997Z Downloaded rustls-pemfile v2.1.3
8432024-08-14T21:56:25.999Z Downloaded subprocess v0.2.9
8442024-08-14T21:56:26.004Z Downloaded num-bigint v0.4.5
8452024-08-14T21:56:26.006Z Downloaded subtle v2.5.0
8462024-08-14T21:56:26.009Z Downloaded slog-dtrace v0.3.0
8472024-08-14T21:56:26.009Z Downloaded same-file v1.0.6
8482024-08-14T21:56:26.012Z Downloaded hostname v0.4.0
8492024-08-14T21:56:26.012Z Downloaded hostname v0.3.1
8502024-08-14T21:56:26.015Z Downloaded zerocopy v0.6.6
8512024-08-14T21:56:26.015Z Downloaded yasna v0.5.2
8522024-08-14T21:56:26.018Z Downloaded vte_generate_state_changes v0.1.1
8532024-08-14T21:56:26.018Z Downloaded ff v0.13.0
8542024-08-14T21:56:26.022Z Downloaded minimal-lexical v0.2.1
8552024-08-14T21:56:26.025Z Downloaded zip v0.6.6
8562024-08-14T21:56:26.027Z Downloaded rustls-pemfile v1.0.4
8572024-08-14T21:56:26.031Z Downloaded wyz v0.5.1
8582024-08-14T21:56:26.033Z Downloaded foreign-types-shared v0.1.1
8592024-08-14T21:56:26.033Z Downloaded derive_builder_macro v0.20.0
8602024-08-14T21:56:26.033Z Downloaded hyper-tls v0.5.0
8612024-08-14T21:56:26.033Z Downloaded fallible-iterator v0.2.0
8622024-08-14T21:56:26.035Z Downloaded whoami v1.5.1
8632024-08-14T21:56:26.035Z Downloaded base64 v0.21.7
8642024-08-14T21:56:26.039Z Downloaded postcard v1.0.8
8652024-08-14T21:56:26.042Z Downloaded sqlparser_derive v0.2.2
8662024-08-14T21:56:26.044Z Downloaded tls_codec_derive v0.4.1
8672024-08-14T21:56:26.046Z Downloaded strum_macros v0.25.3
8682024-08-14T21:56:26.046Z Downloaded filetime v0.2.24
8692024-08-14T21:56:26.049Z Downloaded diesel_table_macro_syntax v0.2.0
8702024-08-14T21:56:26.049Z Downloaded sigpipe v0.1.3
8712024-08-14T21:56:26.052Z Downloaded rustfmt-wrapper v0.2.1
8722024-08-14T21:56:26.052Z Downloaded rustc_version v0.1.7
8732024-08-14T21:56:26.052Z Downloaded sct v0.7.1
8742024-08-14T21:56:26.054Z Downloaded crossterm v0.27.0
8752024-08-14T21:56:26.060Z Downloaded smallvec v1.13.2
8762024-08-14T21:56:26.063Z Downloaded serde_urlencoded v0.7.1
8772024-08-14T21:56:26.065Z Downloaded rayon-core v1.12.1
8782024-08-14T21:56:26.068Z Downloaded num-traits v0.2.19
8792024-08-14T21:56:26.070Z Downloaded mockall_derive v0.13.0
8802024-08-14T21:56:26.072Z Downloaded fatfs v0.3.6
8812024-08-14T21:56:26.074Z Downloaded url v2.5.2
8822024-08-14T21:56:26.077Z Downloaded trust-dns-server v0.22.1
8832024-08-14T21:56:26.082Z Downloaded rustls-pki-types v1.7.0
8842024-08-14T21:56:26.086Z Downloaded toml v0.7.8
8852024-08-14T21:56:26.088Z Downloaded rand_seeder v0.3.0
8862024-08-14T21:56:26.091Z Downloaded rand_core v0.6.4
8872024-08-14T21:56:26.091Z Downloaded miniz_oxide v0.7.2
8882024-08-14T21:56:26.096Z Downloaded stringprep v0.1.4
8892024-08-14T21:56:26.099Z Downloaded smallvec v0.6.14
8902024-08-14T21:56:26.099Z Downloaded env_logger v0.9.3
8912024-08-14T21:56:26.099Z Downloaded thiserror-no-std v2.0.2
8922024-08-14T21:56:26.101Z Downloaded oso v0.27.3
8932024-08-14T21:56:26.104Z Downloaded omicron-zone-package v0.11.0
8942024-08-14T21:56:26.107Z Downloaded tls_codec v0.4.1
8952024-08-14T21:56:26.109Z Downloaded const_format v0.2.32
8962024-08-14T21:56:26.114Z Downloaded serde_repr v0.1.19
8972024-08-14T21:56:26.116Z Downloaded scopeguard v1.2.0
8982024-08-14T21:56:26.116Z Downloaded rustc_version v0.4.0
8992024-08-14T21:56:26.119Z Downloaded rand_chacha v0.3.1
9002024-08-14T21:56:26.119Z Downloaded tokio-rustls v0.24.1
9012024-08-14T21:56:26.122Z Downloaded backtrace v0.3.71
9022024-08-14T21:56:26.127Z Downloaded tokio-stream v0.1.15
9032024-08-14T21:56:26.130Z Downloaded tokio-rustls v0.25.0
9042024-08-14T21:56:26.133Z Downloaded unicode-linebreak v0.1.5
9052024-08-14T21:56:26.135Z Downloaded phf v0.11.2
9062024-08-14T21:56:26.136Z Downloaded structmeta v0.2.0
9072024-08-14T21:56:26.136Z Downloaded smf v0.2.3
9082024-08-14T21:56:26.138Z Downloaded slog-async v2.8.0
9092024-08-14T21:56:26.138Z Downloaded serde_path_to_error v0.1.16
9102024-08-14T21:56:26.141Z Downloaded nu-ansi-term v0.50.0
9112024-08-14T21:56:26.141Z Downloaded ahash v0.8.11
9122024-08-14T21:56:26.145Z Downloaded zone v0.1.8
9132024-08-14T21:56:26.148Z Downloaded password-hash v0.5.0
9142024-08-14T21:56:26.148Z Downloaded parking_lot_core v0.9.10
9152024-08-14T21:56:26.151Z Downloaded crypto-bigint v0.5.5
9162024-08-14T21:56:26.154Z Downloaded cc v1.0.97
9172024-08-14T21:56:26.157Z Downloaded percent-encoding v2.3.1
9182024-08-14T21:56:26.159Z Downloaded num-complex v0.4.6
9192024-08-14T21:56:26.159Z Downloaded futures-executor v0.3.30
9202024-08-14T21:56:26.163Z Downloaded term v0.7.0
9212024-08-14T21:56:26.166Z Downloaded spin v0.9.8
9222024-08-14T21:56:26.168Z Downloaded tokio-native-tls v0.3.1
9232024-08-14T21:56:26.168Z Downloaded tabwriter v1.4.0
9242024-08-14T21:56:26.171Z Downloaded sqlformat v0.2.4
9252024-08-14T21:56:26.171Z Downloaded native-tls v0.2.11
9262024-08-14T21:56:26.173Z Downloaded mime_guess v2.0.4
9272024-08-14T21:56:26.175Z Downloaded untrusted v0.7.1
9282024-08-14T21:56:26.175Z Downloaded tui-tree-widget v0.22.0
9292024-08-14T21:56:26.178Z Downloaded num_enum v0.5.11
9302024-08-14T21:56:26.180Z Downloaded time-macros v0.2.18
9312024-08-14T21:56:26.183Z Downloaded bcs v0.1.6
9322024-08-14T21:56:26.185Z Downloaded spin v0.5.2
9332024-08-14T21:56:26.185Z Downloaded parking_lot_core v0.8.6
9342024-08-14T21:56:26.189Z Downloaded multer v3.1.0
9352024-08-14T21:56:26.191Z Downloaded assert_matches v1.5.0
9362024-08-14T21:56:26.191Z Downloaded num-rational v0.4.2
9372024-08-14T21:56:26.193Z Downloaded mime v0.3.17
9382024-08-14T21:56:26.193Z Downloaded ascii v1.1.0
9392024-08-14T21:56:26.195Z Downloaded slog-envlogger v2.2.0
9402024-08-14T21:56:26.198Z Downloaded base64 v0.22.1
9412024-08-14T21:56:26.201Z Downloaded bytes v1.7.1
9422024-08-14T21:56:26.203Z Downloaded base64ct v1.6.0
9432024-08-14T21:56:26.206Z Downloaded arc-swap v1.7.1
9442024-08-14T21:56:26.209Z Downloaded multimap v0.10.0
9452024-08-14T21:56:26.212Z Downloaded maybe-uninit v2.0.0
9462024-08-14T21:56:26.212Z Downloaded crc32fast v1.4.0
9472024-08-14T21:56:26.214Z Downloaded const-oid v0.9.6
9482024-08-14T21:56:26.217Z Downloaded clang-sys v1.7.0
9492024-08-14T21:56:26.217Z Downloaded crc-catalog v2.4.0
9502024-08-14T21:56:26.220Z Downloaded lru-cache v0.1.2
9512024-08-14T21:56:26.220Z Downloaded lazy_static v1.5.0
9522024-08-14T21:56:26.222Z Downloaded keccak v0.1.5
9532024-08-14T21:56:26.222Z Downloaded ipnetwork v0.20.0
9542024-08-14T21:56:26.224Z Downloaded parse-display v0.10.0
9552024-08-14T21:56:26.224Z Downloaded olpc-cjson v0.1.3
9562024-08-14T21:56:26.227Z Downloaded libefi-sys v0.1.0
9572024-08-14T21:56:26.227Z Downloaded convert_case v0.4.0
9582024-08-14T21:56:26.230Z Downloaded cipher v0.4.4
9592024-08-14T21:56:26.230Z Downloaded bitflags v1.3.2
9602024-08-14T21:56:26.232Z Downloaded arrayref v0.3.7
9612024-08-14T21:56:26.232Z Downloaded cexpr v0.6.0
9622024-08-14T21:56:26.241Z Downloaded bitfield v0.14.0
9632024-08-14T21:56:26.241Z Downloaded base16ct v0.2.0
9642024-08-14T21:56:26.241Z Downloaded array-init v0.0.4
9652024-08-14T21:56:26.241Z Downloaded castaway v0.2.3
9662024-08-14T21:56:26.243Z Downloaded adler v1.0.2
9672024-08-14T21:56:26.243Z Downloaded atomic-waker v1.1.2
9682024-08-14T21:56:26.243Z Downloaded num_enum_derive v0.5.11
9692024-08-14T21:56:26.243Z Downloaded async-stream v0.3.5
9702024-08-14T21:56:26.243Z Downloaded argon2 v0.5.3
9712024-08-14T21:56:26.246Z Downloaded nanorand v0.7.0
9722024-08-14T21:56:26.248Z Downloaded num v0.4.3
9732024-08-14T21:56:26.248Z Downloaded nodrop v0.1.14
9742024-08-14T21:56:26.252Z Downloaded nibble_vec v0.1.0
9752024-08-14T21:56:26.252Z Downloaded newtype-uuid v1.1.0
9762024-08-14T21:56:26.252Z Downloaded linked-hash-map v0.5.6
9772024-08-14T21:56:26.254Z Downloaded libsw v3.3.1
9782024-08-14T21:56:26.254Z Downloaded const_format_proc_macros v0.2.32
9792024-08-14T21:56:26.258Z Downloaded blake2 v0.10.6
9802024-08-14T21:56:26.260Z Downloaded md-5 v0.10.6
9812024-08-14T21:56:26.260Z Downloaded managed v0.8.0
9822024-08-14T21:56:26.263Z Downloaded inout v0.1.3
9832024-08-14T21:56:26.263Z Downloaded csv-core v0.1.11
9842024-08-14T21:56:26.263Z Downloaded lalrpop-util v0.19.12
9852024-08-14T21:56:26.265Z Downloaded ciborium-ll v0.2.2
9862024-08-14T21:56:26.266Z Downloaded ascii-canvas v3.0.0
9872024-08-14T21:56:26.269Z Downloaded libloading v0.8.3
9882024-08-14T21:56:26.269Z Downloaded kstat-rs v0.2.4
9892024-08-14T21:56:26.271Z Downloaded instant v0.1.12
9902024-08-14T21:56:26.271Z Downloaded instability v0.3.2
9912024-08-14T21:56:26.271Z Downloaded cassowary v0.3.0
9922024-08-14T21:56:26.273Z Downloaded indoc v1.0.9
9932024-08-14T21:56:26.276Z Downloaded block-padding v0.3.3
9942024-08-14T21:56:26.276Z Downloaded bb8 v0.8.5
9952024-08-14T21:56:26.278Z Downloaded async-recursion v1.1.1
9962024-08-14T21:56:26.281Z Downloaded aead v0.5.2
9972024-08-14T21:56:26.367Z Compiling cfg-if v1.0.0
9982024-08-14T21:56:26.367Z Compiling serde v1.0.205
9992024-08-14T21:56:26.369Z Compiling lock_api v0.4.12
10002024-08-14T21:56:26.369Z Compiling scopeguard v1.2.0
10012024-08-14T21:56:26.370Z Compiling log v0.4.21
10022024-08-14T21:56:26.505Z Compiling syn v2.0.72
10032024-08-14T21:56:26.508Z Compiling cc v1.0.97
10042024-08-14T21:56:26.508Z Compiling typenum v1.17.0
10052024-08-14T21:56:26.585Z Compiling getrandom v0.2.14
10062024-08-14T21:56:26.622Z Compiling generic-array v0.14.7
10072024-08-14T21:56:26.936Z Compiling rand_core v0.6.4
10082024-08-14T21:56:26.975Z Compiling pin-project-lite v0.2.14
10092024-08-14T21:56:27.080Z Compiling parking_lot_core v0.9.10
10102024-08-14T21:56:27.096Z Compiling smallvec v1.13.2
10112024-08-14T21:56:27.122Z Compiling signal-hook-registry v1.4.2
10122024-08-14T21:56:27.564Z Compiling spin v0.9.8
10132024-08-14T21:56:27.565Z Compiling mio v0.8.11
10142024-08-14T21:56:27.632Z Compiling ahash v0.8.11
10152024-08-14T21:56:27.984Z Compiling tinyvec_macros v0.1.1
10162024-08-14T21:56:28.076Z Compiling parking_lot v0.12.2
10172024-08-14T21:56:28.093Z Compiling tinyvec v1.6.0
10182024-08-14T21:56:28.093Z Compiling socket2 v0.5.7
10192024-08-14T21:56:28.375Z Compiling num_cpus v1.16.0
10202024-08-14T21:56:28.512Z Compiling serde_json v1.0.122
10212024-08-14T21:56:28.884Z Compiling libm v0.2.8
10222024-08-14T21:56:28.983Z Compiling subtle v2.5.0
10232024-08-14T21:56:29.052Z Compiling const-oid v0.9.6
10242024-08-14T21:56:29.163Z Compiling futures-core v0.3.30
10252024-08-14T21:56:29.297Z Compiling num-traits v0.2.19
10262024-08-14T21:56:29.346Z Compiling slab v0.4.9
10272024-08-14T21:56:29.427Z Compiling futures-sink v0.3.30
10282024-08-14T21:56:29.444Z Compiling unicode-bidi v0.3.15
10292024-08-14T21:56:29.594Z Compiling allocator-api2 v0.2.18
10302024-08-14T21:56:29.664Z Compiling unicode-normalization v0.1.23
10312024-08-14T21:56:30.124Z Compiling futures-channel v0.3.30
10322024-08-14T21:56:30.170Z Compiling pin-utils v0.1.0
10332024-08-14T21:56:30.268Z Compiling futures-task v0.3.30
10342024-08-14T21:56:30.358Z Compiling futures-io v0.3.30
10352024-08-14T21:56:30.536Z Compiling pkg-config v0.3.30
10362024-08-14T21:56:30.551Z Compiling vcpkg v0.2.15
10372024-08-14T21:56:30.680Z Compiling ring v0.17.8
10382024-08-14T21:56:30.983Z Compiling ppv-lite86 v0.2.17
10392024-08-14T21:56:31.064Z Compiling percent-encoding v2.3.1
10402024-08-14T21:56:31.262Z Compiling tracing-core v0.1.32
10412024-08-14T21:56:31.427Z Compiling rustix v0.38.34
10422024-08-14T21:56:31.763Z Compiling rand_chacha v0.3.1
10432024-08-14T21:56:32.102Z Compiling untrusted v0.9.0
10442024-08-14T21:56:32.190Z Compiling powerfmt v0.2.0
10452024-08-14T21:56:32.311Z Compiling num-conv v0.1.0
10462024-08-14T21:56:32.585Z Compiling time-core v0.1.2
10472024-08-14T21:56:32.601Z Compiling syn v1.0.109
10482024-08-14T21:56:32.619Z Compiling deranged v0.3.11
10492024-08-14T21:56:32.710Z Compiling openssl-sys v0.9.103
10502024-08-14T21:56:32.738Z Compiling time-macros v0.2.18
10512024-08-14T21:56:32.876Z Compiling rand v0.8.5
10522024-08-14T21:56:33.273Z Compiling httparse v1.8.0
10532024-08-14T21:56:33.706Z Compiling openssl v0.10.66
10542024-08-14T21:56:34.044Z Compiling num_threads v0.1.7
10552024-08-14T21:56:34.123Z Compiling foreign-types-shared v0.1.1
10562024-08-14T21:56:34.158Z Compiling base64ct v1.6.0
10572024-08-14T21:56:34.189Z Compiling rustversion v1.0.17
10582024-08-14T21:56:34.213Z Compiling foreign-types v0.3.2
10592024-08-14T21:56:34.701Z Compiling pem-rfc7468 v0.7.0
10602024-08-14T21:56:34.716Z Compiling form_urlencoded v1.2.1
10612024-08-14T21:56:34.941Z Compiling try-lock v0.2.5
10622024-08-14T21:56:35.027Z Compiling siphasher v0.3.11
10632024-08-14T21:56:35.090Z Compiling flagset v0.4.5
10642024-08-14T21:56:35.309Z Compiling native-tls v0.2.11
10652024-08-14T21:56:35.379Z Compiling rustls v0.21.12
10662024-08-14T21:56:35.396Z Compiling crossbeam-utils v0.8.19
10672024-08-14T21:56:35.655Z Compiling want v0.3.1
10682024-08-14T21:56:35.777Z Compiling time v0.3.36
10692024-08-14T21:56:35.931Z Compiling idna v0.5.0
10702024-08-14T21:56:36.037Z Compiling lazy_static v1.5.0
10712024-08-14T21:56:36.159Z Compiling aho-corasick v1.1.3
10722024-08-14T21:56:36.336Z Compiling cookie v0.17.0
10732024-08-14T21:56:36.591Z Compiling slog v2.7.0
10742024-08-14T21:56:36.985Z Compiling adler v1.0.2
10752024-08-14T21:56:37.155Z Compiling openssl-probe v0.1.5
10762024-08-14T21:56:37.276Z Compiling httpdate v1.0.3
10772024-08-14T21:56:37.527Z Compiling iana-time-zone v0.1.60
10782024-08-14T21:56:37.562Z Compiling regex-syntax v0.8.4
10792024-08-14T21:56:37.766Z Compiling finl_unicode v1.2.0
10802024-08-14T21:56:37.981Z Compiling cpufeatures v0.2.12
10812024-08-14T21:56:38.079Z Compiling tower-service v0.3.2
10822024-08-14T21:56:38.272Z Compiling miniz_oxide v0.7.2
10832024-08-14T21:56:38.355Z Compiling stringprep v0.1.4
10842024-08-14T21:56:39.521Z Compiling url v2.5.2
10852024-08-14T21:56:40.760Z Compiling serde_derive v1.0.205
10862024-08-14T21:56:41.076Z Compiling zeroize_derive v1.4.2
10872024-08-14T21:56:41.213Z Compiling zerocopy-derive v0.7.34
10882024-08-14T21:56:41.389Z Compiling tokio-macros v2.3.0
10892024-08-14T21:56:41.758Z Compiling thiserror-impl v1.0.63
10902024-08-14T21:56:42.747Z Compiling zeroize v1.7.0
10912024-08-14T21:56:42.848Z Compiling futures-macro v0.3.30
10922024-08-14T21:56:43.150Z Compiling tracing-attributes v0.1.27
10932024-08-14T21:56:43.526Z Compiling zerocopy v0.7.34
10942024-08-14T21:56:44.247Z Compiling scroll_derive v0.12.0
10952024-08-14T21:56:44.555Z Compiling crypto-common v0.1.6
10962024-08-14T21:56:44.799Z Compiling block-buffer v0.10.4
10972024-08-14T21:56:44.898Z Compiling futures-util v0.3.30
10982024-08-14T21:56:45.063Z Compiling digest v0.10.7
10992024-08-14T21:56:45.206Z Compiling thiserror v1.0.63
11002024-08-14T21:56:45.347Z Compiling pest v2.7.10
11012024-08-14T21:56:45.537Z Compiling hmac v0.12.1
11022024-08-14T21:56:45.771Z Compiling hashbrown v0.14.5
11032024-08-14T21:56:45.791Z Compiling scroll v0.12.0
11042024-08-14T21:56:45.795Z Compiling der_derive v0.7.2
11052024-08-14T21:56:46.371Z Compiling goblin v0.8.2
11062024-08-14T21:56:47.017Z Compiling tracing v0.1.40
11072024-08-14T21:56:47.194Z Compiling openssl-macros v0.1.1
11082024-08-14T21:56:47.604Z Compiling rustls-webpki v0.101.7
11092024-08-14T21:56:48.027Z Compiling pest_meta v2.7.10
11102024-08-14T21:56:48.410Z Compiling sct v0.7.1
11112024-08-14T21:56:48.494Z Compiling der v0.7.9
11122024-08-14T21:56:48.693Z Compiling md-5 v0.10.6
11132024-08-14T21:56:48.962Z Compiling sha2 v0.10.8
11142024-08-14T21:56:49.583Z Compiling pest_generator v2.7.10
11152024-08-14T21:56:51.175Z Compiling spki v0.7.3
11162024-08-14T21:56:51.571Z Compiling regex-automata v0.4.6
11172024-08-14T21:56:51.609Z Compiling num-integer v0.1.46
11182024-08-14T21:56:51.853Z Compiling idna v0.3.0
11192024-08-14T21:56:52.450Z Compiling backtrace v0.3.71
11202024-08-14T21:56:52.664Z Compiling hash32 v0.2.1
11212024-08-14T21:56:52.925Z Compiling signal-hook v0.3.17
11222024-08-14T21:56:53.055Z Compiling psl-types v2.0.11
11232024-08-14T21:56:53.191Z Compiling pest_derive v2.7.10
11242024-08-14T21:56:53.209Z Compiling gimli v0.28.1
11252024-08-14T21:56:53.256Z Compiling smoltcp v0.9.1
11262024-08-14T21:56:53.525Z Compiling base64 v0.22.1
11272024-08-14T21:56:54.025Z Compiling dtrace-parser v0.2.0
11282024-08-14T21:56:54.047Z Compiling stable_deref_trait v1.2.0
11292024-08-14T21:56:54.153Z Compiling crc32fast v1.4.0
11302024-08-14T21:56:54.324Z Compiling fallible-iterator v0.2.0
11312024-08-14T21:56:54.801Z Compiling publicsuffix v2.2.3
11322024-08-14T21:56:55.077Z Compiling pkcs8 v0.10.2
11332024-08-14T21:56:55.096Z Compiling hubpack_derive v0.1.1
11342024-08-14T21:56:55.654Z Compiling bytes v1.7.1
11352024-08-14T21:56:55.824Z Compiling bitflags v2.6.0
11362024-08-14T21:56:56.160Z Compiling indexmap v2.3.0
11372024-08-14T21:56:56.267Z Compiling semver v1.0.23
11382024-08-14T21:56:56.992Z Compiling tokio v1.38.1
11392024-08-14T21:56:57.022Z Compiling http v0.2.12
11402024-08-14T21:56:57.105Z Compiling rustc_version v0.4.0
11412024-08-14T21:56:57.913Z Compiling heapless v0.7.17
11422024-08-14T21:56:58.323Z Compiling dof v0.3.0
11432024-08-14T21:56:58.363Z Compiling uuid v1.10.0
11442024-08-14T21:56:59.251Z Compiling http-body v0.4.6
11452024-08-14T21:56:59.630Z Compiling usdt-impl v0.5.0
11462024-08-14T21:56:59.792Z Compiling serde_spanned v0.6.7
11472024-08-14T21:56:59.810Z Compiling chrono v0.4.38
11482024-08-14T21:57:00.034Z Compiling serde_tokenstream v0.2.1
11492024-08-14T21:57:00.566Z Compiling toml_datetime v0.6.8
11502024-08-14T21:57:00.609Z Compiling terminal_size v0.3.0
11512024-08-14T21:57:00.812Z Compiling addr2line v0.21.0
11522024-08-14T21:57:01.080Z Compiling postgres-protocol v0.6.7
11532024-08-14T21:57:01.304Z Compiling block-padding v0.3.3
11542024-08-14T21:57:01.483Z Compiling async-trait v0.1.81
11552024-08-14T21:57:01.553Z Compiling zerocopy-derive v0.6.6
11562024-08-14T21:57:03.235Z Compiling phf_shared v0.11.2
11572024-08-14T21:57:03.329Z Compiling serde_derive_internals v0.29.1
11582024-08-14T21:57:03.607Z Compiling ff v0.13.0
11592024-08-14T21:57:03.630Z Compiling object v0.32.2
11602024-08-14T21:57:03.782Z Compiling fs-err v2.11.0
11612024-08-14T21:57:03.828Z Compiling anyhow v1.0.86
11622024-08-14T21:57:04.376Z Compiling base64 v0.21.7
11632024-08-14T21:57:04.453Z Compiling schemars v0.8.21
11642024-08-14T21:57:04.730Z Compiling ipnet v2.9.0
11652024-08-14T21:57:04.749Z Compiling bit-vec v0.6.3
11662024-08-14T21:57:04.791Z Compiling matches v0.1.10
11672024-08-14T21:57:04.889Z Compiling base16ct v0.2.0
11682024-08-14T21:57:05.114Z Compiling either v1.13.0
11692024-08-14T21:57:05.229Z Compiling tokio-util v0.7.11
11702024-08-14T21:57:05.231Z Compiling tokio-native-tls v0.3.1
11712024-08-14T21:57:05.511Z Compiling tokio-rustls v0.24.1
11722024-08-14T21:57:05.569Z Compiling rustc-demangle v0.1.24
11732024-08-14T21:57:05.921Z Compiling winnow v0.5.40
11742024-08-14T21:57:05.947Z Compiling regex-automata v0.1.10
11752024-08-14T21:57:06.171Z Compiling bitflags v1.3.2
11762024-08-14T21:57:06.275Z Compiling h2 v0.3.26
11772024-08-14T21:57:06.432Z Compiling managed v0.8.0
11782024-08-14T21:57:06.601Z Compiling bstr v0.2.17
11792024-08-14T21:57:06.662Z Compiling schemars_derive v0.8.21
11802024-08-14T21:57:06.705Z Compiling clap_builder v4.5.15
11812024-08-14T21:57:08.196Z Compiling sec1 v0.7.3
11822024-08-14T21:57:08.821Z Compiling idna v0.2.3
11832024-08-14T21:57:09.122Z Compiling rustls-pemfile v1.0.4
11842024-08-14T21:57:09.573Z Compiling toml_edit v0.19.15
11852024-08-14T21:57:10.129Z Compiling group v0.13.0
11862024-08-14T21:57:10.203Z Compiling zerocopy v0.6.6
11872024-08-14T21:57:10.463Z Compiling phf v0.11.2
11882024-08-14T21:57:10.765Z Compiling cookie_store v0.20.0
11892024-08-14T21:57:11.050Z Compiling postgres-types v0.2.7
11902024-08-14T21:57:11.088Z Compiling inout v0.1.3
11912024-08-14T21:57:11.366Z Compiling usdt-attr-macro v0.5.0
11922024-08-14T21:57:12.359Z Compiling usdt-macro v0.5.0
11932024-08-14T21:57:12.579Z Compiling regex v1.10.6
11942024-08-14T21:57:12.616Z Compiling hubpack v0.1.2
11952024-08-14T21:57:13.071Z Compiling serde_urlencoded v0.7.1
11962024-08-14T21:57:13.613Z Compiling hyper v0.14.30
11972024-08-14T21:57:13.861Z Compiling num-bigint v0.4.5
11982024-08-14T21:57:13.986Z Compiling futures-executor v0.3.30
11992024-08-14T21:57:14.022Z Compiling enum-as-inner v0.5.1
12002024-08-14T21:57:14.071Z Compiling hkdf v0.12.4
12012024-08-14T21:57:14.334Z Compiling crypto-bigint v0.5.5
12022024-08-14T21:57:14.546Z Compiling serde_repr v0.1.19
12032024-08-14T21:57:15.090Z Compiling clap_derive v4.5.13
12042024-08-14T21:57:15.778Z Compiling strum_macros v0.25.3
12052024-08-14T21:57:16.291Z Compiling phf_shared v0.10.0
12062024-08-14T21:57:16.718Z Compiling float-cmp v0.9.0
12072024-08-14T21:57:16.941Z Compiling mio v1.0.1
12082024-08-14T21:57:17.095Z Compiling encoding_rs v0.8.34
12092024-08-14T21:57:17.811Z Compiling fixedbitset v0.4.2
12102024-08-14T21:57:18.199Z Compiling unicode-segmentation v1.11.0
12112024-08-14T21:57:18.302Z Compiling sync_wrapper v0.1.2
12122024-08-14T21:57:18.434Z Compiling predicates-core v1.0.6
12132024-08-14T21:57:18.818Z Compiling difflib v0.4.0
12142024-08-14T21:57:19.085Z Compiling mime v0.3.17
12152024-08-14T21:57:19.711Z Compiling minimal-lexical v0.2.1
12162024-08-14T21:57:20.087Z Compiling precomputed-hash v0.1.1
12172024-08-14T21:57:20.211Z Compiling static_assertions v1.1.0
12182024-08-14T21:57:20.231Z Compiling data-encoding v2.6.0
12192024-08-14T21:57:20.294Z Compiling dyn-clone v1.0.17
12202024-08-14T21:57:20.313Z Compiling webpki-roots v0.25.4
12212024-08-14T21:57:20.417Z Compiling normalize-line-endings v0.3.0
12222024-08-14T21:57:20.472Z Compiling whoami v1.5.1
12232024-08-14T21:57:20.513Z Compiling new_debug_unreachable v1.0.6
12242024-08-14T21:57:20.543Z Compiling predicates v3.1.2
12252024-08-14T21:57:20.602Z Compiling string_cache v0.8.7
12262024-08-14T21:57:21.082Z Compiling hyper-tls v0.5.0
12272024-08-14T21:57:21.122Z Compiling hyper-rustls v0.24.2
12282024-08-14T21:57:21.454Z Compiling reqwest v0.11.27
12292024-08-14T21:57:21.499Z Compiling trust-dns-proto v0.22.0
12302024-08-14T21:57:21.674Z Compiling tokio-postgres v0.7.11
12312024-08-14T21:57:22.298Z Compiling clap v4.5.15
12322024-08-14T21:57:22.425Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12332024-08-14T21:57:22.713Z Compiling nom v7.1.3
12342024-08-14T21:57:23.822Z Compiling console v0.15.8
12352024-08-14T21:57:24.501Z Compiling similar v2.5.0
12362024-08-14T21:57:25.112Z Compiling toml_edit v0.22.20
12372024-08-14T21:57:25.407Z Compiling petgraph v0.6.5
12382024-08-14T21:57:26.533Z Compiling usdt v0.5.0
12392024-08-14T21:57:27.069Z Compiling signal-hook-mio v0.2.4
12402024-08-14T21:57:27.170Z Compiling elliptic-curve v0.13.8
12412024-08-14T21:57:27.258Z Compiling yasna v0.5.2
12422024-08-14T21:57:27.400Z Compiling futures v0.3.30
12432024-08-14T21:57:27.522Z Compiling flate2 v1.0.31
12442024-08-14T21:57:28.057Z Compiling toml v0.7.8
12452024-08-14T21:57:28.492Z Compiling cipher v0.4.4
12462024-08-14T21:57:29.185Z Compiling itertools v0.12.1
12472024-08-14T21:57:29.542Z Compiling itertools v0.10.5
12482024-08-14T21:57:29.750Z Compiling tokio-stream v0.1.15
12492024-08-14T21:57:29.907Z Compiling bit-set v0.5.3
12502024-08-14T21:57:29.939Z Compiling openapiv3 v2.0.0
12512024-08-14T21:57:30.034Z Compiling bstr v1.9.1
12522024-08-14T21:57:30.183Z Compiling hex v0.4.3
12532024-08-14T21:57:30.787Z Compiling num-iter v0.1.45
12542024-08-14T21:57:30.829Z Compiling crossbeam-epoch v0.9.18
12552024-08-14T21:57:30.985Z Compiling dirs-sys-next v0.1.2
12562024-08-14T21:57:31.605Z Compiling lalrpop-util v0.19.12
12572024-08-14T21:57:31.693Z Compiling unicode-xid v0.2.4
12582024-08-14T21:57:31.870Z Compiling peg-runtime v0.8.3
12592024-08-14T21:57:31.889Z Compiling dirs-next v2.0.0
12602024-08-14T21:57:31.966Z Compiling thread_local v1.1.8
12612024-08-14T21:57:32.074Z Compiling slog-async v2.8.0
12622024-08-14T21:57:32.378Z Compiling term v0.7.0
12632024-08-14T21:57:32.411Z Compiling xattr v1.3.1
12642024-08-14T21:57:32.504Z Compiling strum_macros v0.26.4
12652024-08-14T21:57:32.569Z Compiling crossbeam-channel v0.5.12
12662024-08-14T21:57:32.698Z Compiling filetime v0.2.24
12672024-08-14T21:57:32.716Z Compiling is-terminal v0.4.12
12682024-08-14T21:57:32.842Z Compiling take_mut v0.2.2
12692024-08-14T21:57:33.002Z Compiling slog-term v2.9.1
12702024-08-14T21:57:33.018Z Compiling tar v0.4.41
12712024-08-14T21:57:33.728Z Compiling camino v1.1.7
12722024-08-14T21:57:35.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12732024-08-14T21:57:35.894Z Compiling strum v0.26.3
12742024-08-14T21:57:35.974Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12752024-08-14T21:57:41.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
12762024-08-14T21:57:41.271Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12772024-08-14T21:57:41.314ZAug 14 21:57:40.229 INFO Starting download, target: Clickhouse
12782024-08-14T21:57:41.314ZAug 14 21:57:40.229 INFO Starting download, target: Cockroach
12792024-08-14T21:57:41.314ZAug 14 21:57:40.229 INFO Starting download, target: Console
12802024-08-14T21:57:41.314ZAug 14 21:57:40.229 INFO Starting download, target: DendriteOpenapi
12812024-08-14T21:57:41.314ZAug 14 21:57:40.229 INFO Starting download, target: DendriteStub
12822024-08-14T21:57:41.317ZAug 14 21:57:40.229 INFO Starting download, target: MaghemiteMgd
12832024-08-14T21:57:41.317ZAug 14 21:57:40.229 INFO Starting download, target: TransceiverControl
12842024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12852024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12862024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12872024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12882024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12892024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12902024-08-14T21:57:41.317ZAug 14 21:57:40.230 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12912024-08-14T21:57:41.521ZAug 14 21:57:40.426 INFO Download complete, target: DendriteOpenapi
12922024-08-14T21:57:41.587ZAug 14 21:57:40.500 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12932024-08-14T21:57:41.870ZAug 14 21:57:40.784 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12942024-08-14T21:57:42.029ZAug 14 21:57:40.944 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12952024-08-14T21:57:42.362ZAug 14 21:57:41.277 INFO Download complete, target: Console
12962024-08-14T21:57:42.383ZAug 14 21:57:41.298 INFO Download complete, target: TransceiverControl
12972024-08-14T21:57:42.577ZAug 14 21:57:41.492 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12982024-08-14T21:57:43.385ZAug 14 21:57:42.300 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
12992024-08-14T21:57:43.437ZAug 14 21:57:42.352 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13002024-08-14T21:57:43.437ZAug 14 21:57:42.352 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13012024-08-14T21:57:45.382ZAug 14 21:57:44.291 INFO Download complete, target: MaghemiteMgd
13022024-08-14T21:57:45.675ZAug 14 21:57:44.589 INFO Download complete, target: DendriteStub
13032024-08-14T21:57:51.626ZAug 14 21:57:50.540 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13042024-08-14T21:57:51.911ZAug 14 21:57:50.823 INFO Checking that binary works, target: Cockroach
13052024-08-14T21:57:52.075ZAug 14 21:57:50.989 INFO Download complete, target: Cockroach
13062024-08-14T21:57:57.382ZAug 14 21:57:56.295 INFO Checking that binary works, target: Clickhouse
13072024-08-14T21:57:57.556ZAug 14 21:57:56.467 INFO Download complete, target: Clickhouse
13082024-08-14T21:57:57.564ZAll prerequisites installed successfully
13092024-08-14T21:57:57.567Z
13102024-08-14T21:57:57.567Zreal 3:57.343811439
13112024-08-14T21:57:57.567Zuser 11:11.778455218
13122024-08-14T21:57:57.567Zsys 2:22.209138338
13132024-08-14T21:57:57.567Ztrap 0.434491303
13142024-08-14T21:57:57.568Ztflt 3.727905659
13152024-08-14T21:57:57.568Zdflt 6.056210255
13162024-08-14T21:57:57.568Zkflt 0.465321881
13172024-08-14T21:57:57.568Zlock 21:49.984984758
13182024-08-14T21:57:57.568Zslp 44:03.294301504
13192024-08-14T21:57:57.568Zlat 39.387110514
13202024-08-14T21:57:57.568Zstop 1:37.807461377
13212024-08-14T21:57:57.568Z+ source ./tools/include/force-git-over-https.sh
13222024-08-14T21:57:57.568Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13232024-08-14T21:57:57.568Z++ (( i = 0 ))
13242024-08-14T21:57:57.568Z++ (( i < 5 ))
13252024-08-14T21:57:57.568Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13262024-08-14T21:57:57.571Z++ (( i++ ))
13272024-08-14T21:57:57.571Z++ (( i < 5 ))
13282024-08-14T21:57:57.571Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13292024-08-14T21:57:57.574Z++ (( i++ ))
13302024-08-14T21:57:57.574Z++ (( i < 5 ))
13312024-08-14T21:57:57.574Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13322024-08-14T21:57:57.578Z++ (( i++ ))
13332024-08-14T21:57:57.578Z++ (( i < 5 ))
13342024-08-14T21:57:57.578Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13352024-08-14T21:57:57.580Z++ (( i++ ))
13362024-08-14T21:57:57.581Z++ (( i < 5 ))
13372024-08-14T21:57:57.581Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13382024-08-14T21:57:57.581Z++ (( i++ ))
13392024-08-14T21:57:57.581Z++ (( i < 5 ))
13402024-08-14T21:57:57.581Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13412024-08-14T21:57:57.581Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13422024-08-14T21:57:57.581Z+ rc=0
13432024-08-14T21:57:57.581Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13442024-08-14T21:58:30.479Z+ case $rc in
13452024-08-14T21:58:30.479Z+ pfexec zfs create -p rpool/images/build/host
13462024-08-14T21:58:30.706Z+ pfexec zfs create -p rpool/images/build/recovery
13472024-08-14T21:58:30.785Z+ cargo xtask releng --output-dir /work
13482024-08-14T21:58:31.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13492024-08-14T21:58:31.354Z Running `target/debug/xtask releng --output-dir /work`
13502024-08-14T21:58:32.229Z Compiling proc-macro2 v1.0.86
13512024-08-14T21:58:32.229Z Compiling unicode-ident v1.0.12
13522024-08-14T21:58:32.232Z Compiling libc v0.2.155
13532024-08-14T21:58:32.232Z Compiling serde v1.0.205
13542024-08-14T21:58:32.232Z Compiling autocfg v1.3.0
13552024-08-14T21:58:32.232Z Compiling version_check v0.9.5
13562024-08-14T21:58:32.232Z Compiling cfg-if v1.0.0
13572024-08-14T21:58:32.447Z Compiling cc v1.0.97
13582024-08-14T21:58:32.527Z Compiling memchr v2.7.2
13592024-08-14T21:58:33.052Z Compiling ahash v0.8.11
13602024-08-14T21:58:33.099Z Compiling libm v0.2.8
13612024-08-14T21:58:33.123Z Compiling lock_api v0.4.12
13622024-08-14T21:58:33.444Z Compiling serde_json v1.0.122
13632024-08-14T21:58:33.464Z Compiling num-traits v0.2.19
13642024-08-14T21:58:33.769Z Compiling typenum v1.17.0
13652024-08-14T21:58:33.788Z Compiling once_cell v1.19.0
13662024-08-14T21:58:34.030Z Compiling quote v1.0.36
13672024-08-14T21:58:34.209Z Compiling parking_lot_core v0.9.10
13682024-08-14T21:58:34.645Z Compiling syn v2.0.72
13692024-08-14T21:58:34.665Z Compiling getrandom v0.2.14
13702024-08-14T21:58:34.682Z Compiling generic-array v0.14.7
13712024-08-14T21:58:34.943Z Compiling byteorder v1.5.0
13722024-08-14T21:58:35.108Z Compiling scopeguard v1.2.0
13732024-08-14T21:58:35.199Z Compiling log v0.4.21
13742024-08-14T21:58:35.311Z Compiling thiserror v1.0.63
13752024-08-14T21:58:35.417Z Compiling itoa v1.0.11
13762024-08-14T21:58:35.582Z Compiling slab v0.4.9
13772024-08-14T21:58:35.652Z Compiling pkg-config v0.3.30
13782024-08-14T21:58:35.670Z Compiling ring v0.17.8
13792024-08-14T21:58:35.861Z Compiling semver v1.0.23
13802024-08-14T21:58:35.929Z Compiling ryu v1.0.18
13812024-08-14T21:58:36.001Z Compiling spin v0.9.8
13822024-08-14T21:58:36.151Z Compiling pin-project-lite v0.2.14
13832024-08-14T21:58:36.264Z Compiling smallvec v1.13.2
13842024-08-14T21:58:36.328Z Compiling vcpkg v0.2.15
13852024-08-14T21:58:36.501Z Compiling allocator-api2 v0.2.18
13862024-08-14T21:58:36.740Z Compiling rand_core v0.6.4
13872024-08-14T21:58:37.246Z Compiling num-conv v0.1.0
13882024-08-14T21:58:37.294Z Compiling time-core v0.1.2
13892024-08-14T21:58:37.541Z Compiling time-macros v0.2.18
13902024-08-14T21:58:37.882Z Compiling signal-hook-registry v1.4.2
13912024-08-14T21:58:38.049Z Compiling openssl-sys v0.9.103
13922024-08-14T21:58:38.417Z Compiling rustix v0.38.34
13932024-08-14T21:58:39.146Z Compiling httparse v1.8.0
13942024-08-14T21:58:39.436Z Compiling schemars v0.8.21
13952024-08-14T21:58:39.452Z Compiling heck v0.5.0
13962024-08-14T21:58:39.584Z Compiling parking_lot v0.12.2
13972024-08-14T21:58:39.918Z Compiling mio v0.8.11
13982024-08-14T21:58:40.288Z Compiling futures-core v0.3.30
13992024-08-14T21:58:40.700Z Compiling socket2 v0.5.7
14002024-08-14T21:58:40.791Z Compiling num_cpus v1.16.0
14012024-08-14T21:58:40.898Z Compiling openssl v0.10.66
14022024-08-14T21:58:41.418Z Compiling subtle v2.5.0
14032024-08-14T21:58:41.485Z Compiling equivalent v1.0.1
14042024-08-14T21:58:41.518Z Compiling fnv v1.0.7
14052024-08-14T21:58:41.611Z Compiling const-oid v0.9.6
14062024-08-14T21:58:42.078Z Compiling syn v1.0.109
14072024-08-14T21:58:42.192Z Compiling native-tls v0.2.11
14082024-08-14T21:58:42.332Z Compiling serde_derive_internals v0.29.1
14092024-08-14T21:58:42.420Z Compiling tinyvec_macros v0.1.1
14102024-08-14T21:58:42.500Z Compiling rustls v0.21.12
14112024-08-14T21:58:42.525Z Compiling tinyvec v1.6.0
14122024-08-14T21:58:42.894Z Compiling crossbeam-utils v0.8.19
14132024-08-14T21:58:43.481Z Compiling futures-sink v0.3.30
14142024-08-14T21:58:44.240Z Compiling unicode-normalization v0.1.23
14152024-08-14T21:58:44.284Z Compiling cookie v0.17.0
14162024-08-14T21:58:44.769Z Compiling iana-time-zone v0.1.60
14172024-08-14T21:58:44.801Z Compiling ucd-trie v0.1.6
14182024-08-14T21:58:45.420Z Compiling futures-channel v0.3.30
14192024-08-14T21:58:45.892Z Compiling unicode-bidi v0.3.15
14202024-08-14T21:58:45.947Z Compiling futures-task v0.3.30
14212024-08-14T21:58:46.006Z Compiling slog v2.7.0
14222024-08-14T21:58:46.466Z Compiling pin-utils v0.1.0
14232024-08-14T21:58:46.542Z Compiling futures-io v0.3.30
14242024-08-14T21:58:46.812Z Compiling untrusted v0.9.0
14252024-08-14T21:58:47.331Z Compiling aho-corasick v1.1.3
14262024-08-14T21:58:47.669Z Compiling powerfmt v0.2.0
14272024-08-14T21:58:47.759Z Compiling crc32fast v1.4.0
14282024-08-14T21:58:47.974Z Compiling serde_derive v1.0.205
14292024-08-14T21:58:48.009Z Compiling zerocopy-derive v0.7.34
14302024-08-14T21:58:48.322Z Compiling zeroize_derive v1.4.2
14312024-08-14T21:58:48.389Z Compiling tokio-macros v2.3.0
14322024-08-14T21:58:49.822Z Compiling thiserror-impl v1.0.63
14332024-08-14T21:58:50.028Z Compiling futures-macro v0.3.30
14342024-08-14T21:58:50.114Z Compiling zeroize v1.7.0
14352024-08-14T21:58:50.205Z Compiling zerocopy v0.7.34
14362024-08-14T21:58:52.201Z Compiling tracing-attributes v0.1.27
14372024-08-14T21:58:52.655Z Compiling hashbrown v0.14.5
14382024-08-14T21:58:53.019Z Compiling schemars_derive v0.8.21
14392024-08-14T21:58:54.139Z Compiling openssl-macros v0.1.1
14402024-08-14T21:58:54.333Z Compiling der_derive v0.7.2
14412024-08-14T21:58:54.970Z Compiling scroll_derive v0.12.0
14422024-08-14T21:58:55.511Z Compiling pest v2.7.10
14432024-08-14T21:58:55.588Z Compiling crypto-common v0.1.6
14442024-08-14T21:58:55.960Z Compiling futures-util v0.3.30
14452024-08-14T21:58:56.514Z Compiling block-buffer v0.10.4
14462024-08-14T21:58:56.824Z Compiling regex-syntax v0.8.4
14472024-08-14T21:58:56.924Z Compiling dyn-clone v1.0.17
14482024-08-14T21:58:57.189Z Compiling digest v0.10.7
14492024-08-14T21:58:58.052Z Compiling deranged v0.3.11
14502024-08-14T21:58:58.781Z Compiling pest_meta v2.7.10
14512024-08-14T21:59:00.916Z Compiling pest_generator v2.7.10
14522024-08-14T21:59:02.853Z Compiling regex-automata v0.4.6
14532024-08-14T21:59:03.361Z Compiling bytes v1.7.1
14542024-08-14T21:59:04.247Z Compiling bitflags v2.6.0
14552024-08-14T21:59:04.634Z Compiling tokio v1.38.1
14562024-08-14T21:59:04.810Z Compiling indexmap v2.3.0
14572024-08-14T21:59:04.946Z Compiling serde_tokenstream v0.2.1
14582024-08-14T21:59:05.541Z Compiling uuid v1.10.0
14592024-08-14T21:59:06.471Z Compiling chrono v0.4.38
14602024-08-14T21:59:06.628Z Compiling http v0.2.12
14612024-08-14T21:59:07.220Z Compiling rustc_version v0.4.0
14622024-08-14T21:59:08.009Z Compiling pest_derive v2.7.10
14632024-08-14T21:59:10.210Z Compiling usdt-impl v0.5.0
14642024-08-14T21:59:10.584Z Compiling percent-encoding v2.3.1
14652024-08-14T21:59:10.888Z Compiling heck v0.4.1
14662024-08-14T21:59:11.190Z Compiling num_threads v0.1.7
14672024-08-14T21:59:11.353Z Compiling heapless v0.7.17
14682024-08-14T21:59:11.581Z Compiling time v0.3.36
14692024-08-14T21:59:12.362Z Compiling scroll v0.12.0
14702024-08-14T21:59:12.829Z Compiling zerocopy-derive v0.6.6
14712024-08-14T21:59:15.123Z Compiling tracing-core v0.1.32
14722024-08-14T21:59:15.171Z Compiling backtrace v0.3.71
14732024-08-14T21:59:15.816Z Compiling errno v0.3.9
14742024-08-14T21:59:16.177Z Compiling ppv-lite86 v0.2.17
14752024-08-14T21:59:16.522Z Compiling plain v0.2.3
14762024-08-14T21:59:16.888Z Compiling goblin v0.8.2
14772024-08-14T21:59:17.028Z Compiling rand_chacha v0.3.1
14782024-08-14T21:59:17.815Z Compiling tracing v0.1.40
14792024-08-14T21:59:18.098Z Compiling tokio-util v0.7.11
14802024-08-14T21:59:18.888Z Compiling regex v1.10.6
14812024-08-14T21:59:19.550Z Compiling async-trait v0.1.81
14822024-08-14T21:59:20.028Z Compiling rustversion v1.0.17
14832024-08-14T21:59:20.590Z Compiling pretty-hex v0.4.1
14842024-08-14T21:59:20.887Z Compiling strsim v0.11.1
14852024-08-14T21:59:21.797Z Compiling rand v0.8.5
14862024-08-14T21:59:22.943Z Compiling form_urlencoded v1.2.1
14872024-08-14T21:59:23.630Z Compiling dof v0.3.0
14882024-08-14T21:59:23.950Z Compiling dtrace-parser v0.2.0
14892024-08-14T21:59:24.064Z Compiling thread-id v4.2.1
14902024-08-14T21:59:24.213Z Compiling foreign-types-shared v0.1.1
14912024-08-14T21:59:24.380Z Compiling try-lock v0.2.5
14922024-08-14T21:59:24.581Z Compiling base64ct v1.6.0
14932024-08-14T21:59:25.244Z Compiling signal-hook v0.3.17
14942024-08-14T21:59:25.347Z Compiling unicode-width v0.1.13
14952024-08-14T21:59:25.542Z Compiling smoltcp v0.9.1
14962024-08-14T21:59:25.598Z Compiling anyhow v1.0.86
14972024-08-14T21:59:25.641Z Compiling pem-rfc7468 v0.7.0
14982024-08-14T21:59:25.784Z Compiling foreign-types v0.3.2
14992024-08-14T21:59:26.306Z Compiling want v0.3.1
15002024-08-14T21:59:27.152Z Compiling h2 v0.3.26
15012024-08-14T21:59:27.747Z Compiling http-body v0.4.6
15022024-08-14T21:59:28.245Z Compiling hmac v0.12.1
15032024-08-14T21:59:28.318Z Compiling clap_derive v4.5.13
15042024-08-14T21:59:29.442Z Compiling tower-service v0.3.2
15052024-08-14T21:59:29.602Z Compiling flagset v0.4.5
15062024-08-14T21:59:29.977Z Compiling base64 v0.21.7
15072024-08-14T21:59:29.995Z Compiling httpdate v1.0.3
15082024-08-14T21:59:30.806Z Compiling siphasher v0.3.11
15092024-08-14T21:59:31.264Z Compiling der v0.7.9
15102024-08-14T21:59:36.388Z Compiling hyper v0.14.30
15112024-08-14T21:59:44.216Z Compiling rustls-webpki v0.101.7
15122024-08-14T21:59:44.259Z Compiling sct v0.7.1
15132024-08-14T21:59:46.122Z Compiling openapiv3 v2.0.0
15142024-08-14T21:59:49.200Z Compiling hubpack_derive v0.1.1
15152024-08-14T21:59:49.933Z Compiling idna v0.5.0
15162024-08-14T21:59:50.927Z Compiling lazy_static v1.5.0
15172024-08-14T21:59:51.580Z Compiling fs-err v2.11.0
15182024-08-14T21:59:51.827Z Compiling adler v1.0.2
15192024-08-14T21:59:51.876Z Compiling openssl-probe v0.1.5
15202024-08-14T21:59:51.935Z Compiling anstyle v1.0.8
15212024-08-14T21:59:52.199Z Compiling cpufeatures v0.2.12
15222024-08-14T21:59:52.315Z Compiling utf8parse v0.2.1
15232024-08-14T21:59:52.371Z Compiling finl_unicode v1.2.0
15242024-08-14T21:59:52.461Z Compiling sha2 v0.10.8
15252024-08-14T21:59:53.191Z Compiling stringprep v0.1.4
15262024-08-14T21:59:53.332Z Compiling anstyle-parse v0.2.4
15272024-08-14T21:59:53.704Z Compiling miniz_oxide v0.7.2
15282024-08-14T21:59:54.286Z Compiling url v2.5.2
15292024-08-14T21:59:57.563Z Compiling spki v0.7.3
15302024-08-14T21:59:58.622Z Compiling usdt-attr-macro v0.5.0
15312024-08-14T21:59:58.661Z Compiling usdt-macro v0.5.0
15322024-08-14T22:00:00.254Z Compiling md-5 v0.10.6
15332024-08-14T22:00:00.339Z Compiling toml_datetime v0.6.8
15342024-08-14T22:00:00.478Z Compiling serde_spanned v0.6.7
15352024-08-14T22:00:00.497Z Compiling regress v0.9.1
15362024-08-14T22:00:00.718Z Compiling idna v0.3.0
15372024-08-14T22:00:02.461Z Compiling num-integer v0.1.46
15382024-08-14T22:00:03.117Z Compiling hash32 v0.2.1
15392024-08-14T22:00:03.183Z Compiling encoding_rs v0.8.34
15402024-08-14T22:00:03.489Z Compiling anstyle-query v1.0.3
15412024-08-14T22:00:03.639Z Compiling gimli v0.28.1
15422024-08-14T22:00:04.041Z Compiling is_terminal_polyfill v1.70.0
15432024-08-14T22:00:04.170Z Compiling psl-types v2.0.11
15442024-08-14T22:00:04.371Z Compiling base64 v0.22.1
15452024-08-14T22:00:04.666Z Compiling fallible-iterator v0.2.0
15462024-08-14T22:00:05.279Z Compiling colorchoice v1.0.1
15472024-08-14T22:00:05.381Z Compiling mime v0.3.17
15482024-08-14T22:00:05.407Z Compiling stable_deref_trait v1.2.0
15492024-08-14T22:00:05.440Z Compiling anstream v0.6.14
15502024-08-14T22:00:06.118Z Compiling postgres-protocol v0.6.7
15512024-08-14T22:00:06.536Z Compiling publicsuffix v2.2.3
15522024-08-14T22:00:07.119Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15532024-08-14T22:00:08.599Z Compiling addr2line v0.21.0
15542024-08-14T22:00:09.978Z Compiling tokio-rustls v0.24.1
15552024-08-14T22:00:10.393Z Compiling pkcs8 v0.10.2
15562024-08-14T22:00:10.737Z Compiling terminal_size v0.3.0
15572024-08-14T22:00:10.943Z Compiling tokio-native-tls v0.3.1
15582024-08-14T22:00:11.229Z Compiling phf_shared v0.11.2
15592024-08-14T22:00:11.273Z Compiling strum_macros v0.25.3
15602024-08-14T22:00:11.681Z Compiling serde_urlencoded v0.7.1
15612024-08-14T22:00:11.804Z Compiling enum-as-inner v0.5.1
15622024-08-14T22:00:12.791Z Compiling block-padding v0.3.3
15632024-08-14T22:00:13.113Z Compiling serde_repr v0.1.19
15642024-08-14T22:00:13.259Z Compiling ff v0.13.0
15652024-08-14T22:00:14.047Z Compiling object v0.32.2
15662024-08-14T22:00:14.226Z Compiling base16ct v0.2.0
15672024-08-14T22:00:14.535Z Compiling clap_lex v0.7.0
15682024-08-14T22:00:14.667Z Compiling rustc-demangle v0.1.24
15692024-08-14T22:00:14.894Z Compiling winnow v0.5.40
15702024-08-14T22:00:16.133Z Compiling matches v0.1.10
15712024-08-14T22:00:16.148Z Compiling bit-vec v0.6.3
15722024-08-14T22:00:16.238Z Compiling managed v0.8.0
15732024-08-14T22:00:16.606Z Compiling ipnet v2.9.0
15742024-08-14T22:00:17.392Z Compiling regex-automata v0.1.10
15752024-08-14T22:00:17.907Z Compiling either v1.13.0
15762024-08-14T22:00:18.418Z Compiling bitflags v1.3.2
15772024-08-14T22:00:18.907Z Compiling toml_edit v0.19.15
15782024-08-14T22:00:19.416Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15792024-08-14T22:00:20.463Z Compiling bstr v0.2.17
15802024-08-14T22:00:21.422Z Compiling rustls-pemfile v1.0.4
15812024-08-14T22:00:21.812Z Compiling idna v0.2.3
15822024-08-14T22:00:21.831Z Compiling clap_builder v4.5.15
15832024-08-14T22:00:22.741Z Compiling sec1 v0.7.3
15842024-08-14T22:00:23.263Z Compiling group v0.13.0
15852024-08-14T22:00:23.574Z Compiling inout v0.1.3
15862024-08-14T22:00:23.834Z Compiling phf v0.11.2
15872024-08-14T22:00:23.852Z Compiling hyper-tls v0.5.0
15882024-08-14T22:00:24.290Z Compiling hyper-rustls v0.24.2
15892024-08-14T22:00:24.472Z Compiling cookie_store v0.20.0
15902024-08-14T22:00:24.668Z Compiling postgres-types v0.2.7
15912024-08-14T22:00:24.720Z Compiling num-bigint v0.4.5
15922024-08-14T22:00:26.119Z Compiling hubpack v0.1.2
15932024-08-14T22:00:26.190Z Compiling phf_shared v0.10.0
15942024-08-14T22:00:26.581Z Compiling hkdf v0.12.4
15952024-08-14T22:00:27.070Z Compiling zerocopy v0.6.6
15962024-08-14T22:00:27.307Z Compiling futures-executor v0.3.30
15972024-08-14T22:00:27.333Z Compiling crypto-bigint v0.5.5
15982024-08-14T22:00:27.909Z Compiling float-cmp v0.9.0
15992024-08-14T22:00:27.926Z Compiling mio v1.0.1
16002024-08-14T22:00:28.143Z Compiling memmap v0.7.0
16012024-08-14T22:00:28.485Z Compiling data-encoding v2.6.0
16022024-08-14T22:00:28.907Z Compiling precomputed-hash v0.1.1
16032024-08-14T22:00:28.967Z Compiling whoami v1.5.1
16042024-08-14T22:00:29.027Z Compiling new_debug_unreachable v1.0.6
16052024-08-14T22:00:29.045Z Compiling winnow v0.6.18
16062024-08-14T22:00:29.123Z Compiling predicates-core v1.0.6
16072024-08-14T22:00:29.179Z Compiling unicode-segmentation v1.11.0
16082024-08-14T22:00:29.444Z Compiling difflib v0.4.0
16092024-08-14T22:00:29.501Z Compiling fixedbitset v0.4.2
16102024-08-14T22:00:29.920Z Compiling minimal-lexical v0.2.1
16112024-08-14T22:00:29.977Z Compiling webpki-roots v0.25.4
16122024-08-14T22:00:30.336Z Compiling normalize-line-endings v0.3.0
16132024-08-14T22:00:30.425Z Compiling sync_wrapper v0.1.2
16142024-08-14T22:00:30.572Z Compiling static_assertions v1.1.0
16152024-08-14T22:00:30.696Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16162024-08-14T22:00:30.810Z Compiling reqwest v0.11.27
16172024-08-14T22:00:30.838Z Compiling predicates v3.1.2
16182024-08-14T22:00:31.884Z Compiling nom v7.1.3
16192024-08-14T22:00:32.092Z Compiling elliptic-curve v0.13.8
16202024-08-14T22:00:32.376Z Compiling similar v2.5.0
16212024-08-14T22:00:32.745Z Compiling toml_edit v0.22.20
16222024-08-14T22:00:32.838Z Compiling petgraph v0.6.5
16232024-08-14T22:00:34.549Z Compiling tokio-postgres v0.7.11
16242024-08-14T22:00:35.633Z Compiling trust-dns-proto v0.22.0
16252024-08-14T22:00:36.894Z Compiling string_cache v0.8.7
16262024-08-14T22:00:36.916Z Compiling signal-hook-mio v0.2.4
16272024-08-14T22:00:37.108Z Compiling usdt v0.5.0
16282024-08-14T22:00:38.116Z Compiling yasna v0.5.2
16292024-08-14T22:00:38.139Z Compiling futures v0.3.30
16302024-08-14T22:00:39.768Z Compiling clap v4.5.15
16312024-08-14T22:00:39.905Z Compiling crossbeam-epoch v0.9.18
16322024-08-14T22:00:39.933Z Compiling cipher v0.4.4
16332024-08-14T22:00:39.956Z Compiling flate2 v1.0.31
16342024-08-14T22:00:40.021Z Compiling toml v0.7.8
16352024-08-14T22:00:44.591Z Compiling itertools v0.12.1
16362024-08-14T22:00:44.591Z Compiling itertools v0.10.5
16372024-08-14T22:00:44.591Z Compiling bit-set v0.5.3
16382024-08-14T22:00:44.591Z Compiling num-iter v0.1.45
16392024-08-14T22:00:44.591Z Compiling console v0.15.8
16402024-08-14T22:00:44.591Z Compiling tokio-stream v0.1.15
16412024-08-14T22:00:44.591Z Compiling bstr v1.9.1
16422024-08-14T22:00:44.591Z Compiling hex v0.4.3
16432024-08-14T22:00:44.591Z Compiling lalrpop-util v0.19.12
16442024-08-14T22:00:44.707Z Compiling peg-runtime v0.8.3
16452024-08-14T22:00:45.020Z Compiling unicode-xid v0.2.4
16462024-08-14T22:00:45.203Z Compiling camino v1.1.7
16472024-08-14T22:00:45.253Z Compiling radium v0.7.0
16482024-08-14T22:00:45.685Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16492024-08-14T22:00:50.596Z Compiling is-terminal v0.4.12
16502024-08-14T22:00:51.554Z Compiling ident_case v1.0.1
16512024-08-14T22:00:51.751Z Compiling maybe-uninit v2.0.0
16522024-08-14T22:00:53.089Z Compiling tap v1.0.1
16532024-08-14T22:00:53.544Z Compiling rustls-pki-types v1.7.0
16542024-08-14T22:00:56.028Z Compiling wyz v0.5.1
16552024-08-14T22:01:00.604Z Compiling darling_core v0.20.9
16562024-08-14T22:01:08.443Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16572024-08-14T22:01:08.787Z Compiling getopts v0.2.21
16582024-08-14T22:01:09.532Z Compiling bzip2-sys v0.1.11+1.0.8
16592024-08-14T22:01:09.695Z Compiling dirs-sys-next v0.1.2
16602024-08-14T22:01:09.949Z Compiling paste v1.0.15
16612024-08-14T22:01:09.996Z Compiling unsafe-libyaml v0.2.11
16622024-08-14T22:01:10.014Z Compiling packed_struct v0.10.1
16632024-08-14T22:01:10.762Z Compiling num-bigint-dig v0.8.4
16642024-08-14T22:01:11.081Z Compiling rustls v0.22.4
16652024-08-14T22:01:11.392Z Compiling funty v2.0.0
16662024-08-14T22:01:11.714Z Compiling serde_yaml v0.9.34+deprecated
16672024-08-14T22:01:13.196Z Compiling bitvec v1.0.1
16682024-08-14T22:01:15.589Z Compiling dirs-next v2.0.0
16692024-08-14T22:01:15.875Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-08-14T22:01:18.089Z Compiling darling_macro v0.20.9
16712024-08-14T22:01:19.291Z Compiling rustls-webpki v0.102.4
16722024-08-14T22:01:21.377Z Compiling packed_struct_codegen v0.10.1
16732024-08-14T22:01:22.994Z Compiling structmeta-derive v0.3.0
16742024-08-14T22:01:23.822Z Compiling thread_local v1.1.8
16752024-08-14T22:01:24.321Z Compiling indexmap v1.9.3
16762024-08-14T22:01:24.341Z Compiling multer v3.1.0
16772024-08-14T22:01:24.395Z Compiling match_cfg v0.1.0
16782024-08-14T22:01:24.670Z Compiling crc-catalog v2.4.0
16792024-08-14T22:01:24.696Z Compiling nodrop v0.1.14
16802024-08-14T22:01:24.838Z Compiling rayon-core v1.12.1
16812024-08-14T22:01:25.028Z Compiling slog-async v2.8.0
16822024-08-14T22:01:25.244Z Compiling fastrand v2.1.0
16832024-08-14T22:01:25.663Z Compiling structmeta v0.3.0
16842024-08-14T22:01:25.925Z Compiling tempfile v3.10.1
16852024-08-14T22:01:26.103Z Compiling crc v3.2.1
16862024-08-14T22:01:27.521Z Compiling array-init v0.0.4
16872024-08-14T22:01:27.733Z Compiling hostname v0.3.1
16882024-08-14T22:01:28.486Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16892024-08-14T22:01:29.388Z Compiling smallvec v0.6.14
16902024-08-14T22:01:29.926Z Compiling darling v0.20.9
16912024-08-14T22:01:30.061Z Compiling term v0.7.0
16922024-08-14T22:01:35.367Z Compiling crossbeam-deque v0.8.5
16932024-08-14T22:01:35.762Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16942024-08-14T22:01:37.149Z Compiling pkcs1 v0.7.5
16952024-08-14T22:01:37.284Z Compiling slog-json v2.6.1
16962024-08-14T22:01:38.408Z Compiling crossbeam-channel v0.5.12
16972024-08-14T22:01:40.058Z Compiling http v1.1.0
16982024-08-14T22:01:41.091Z Compiling signature v2.2.0
16992024-08-14T22:01:43.374Z Compiling pin-project-internal v1.1.5
17002024-08-14T22:01:43.712Z Compiling async-stream-impl v0.3.5
17012024-08-14T22:01:45.082Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17022024-08-14T22:01:46.394Z Compiling hashbrown v0.12.3
17032024-08-14T22:01:46.741Z Compiling same-file v1.0.6
17042024-08-14T22:01:47.248Z Compiling termcolor v1.4.1
17052024-08-14T22:01:47.267Z Compiling atomic-waker v1.1.2
17062024-08-14T22:01:48.290Z Compiling bitfield v0.14.0
17072024-08-14T22:01:48.355Z Compiling take_mut v0.2.2
17082024-08-14T22:01:48.599Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17092024-08-14T22:01:57.076Z Compiling env_logger v0.10.2
17102024-08-14T22:01:58.891Z Compiling waitgroup v0.1.2
17112024-08-14T22:01:59.134Z Compiling walkdir v2.5.0
17122024-08-14T22:01:59.473Z Compiling pin-project v1.1.5
17132024-08-14T22:02:00.326Z Compiling async-stream v0.3.5
17142024-08-14T22:02:00.650Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17152024-08-14T22:02:01.384Z Compiling rsa v0.9.6
17162024-08-14T22:02:04.430Z Compiling slog-bunyan v2.5.0
17172024-08-14T22:02:04.841Z Compiling tokio-rustls v0.25.0
17182024-08-14T22:02:05.327Z Compiling slog-term v2.9.1
17192024-08-14T22:02:06.853Z Compiling serde_with_macros v3.8.3
17202024-08-14T22:02:07.157Z Compiling serde-hex v0.1.0
17212024-08-14T22:02:08.013Z Compiling bzip2 v0.4.4
17222024-08-14T22:02:08.283Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17232024-08-14T22:02:08.458Z Compiling parse-display-derive v0.10.0
17242024-08-14T22:02:08.735Z Compiling toml v0.8.19
17252024-08-14T22:02:08.943Z Compiling rustls-pemfile v2.1.3
17262024-08-14T22:02:12.450Z Compiling x509-cert v0.2.5
17272024-08-14T22:02:12.510Z Compiling sha1 v0.10.6
17282024-08-14T22:02:13.291Z Compiling ron v0.8.1
17292024-08-14T22:02:13.446Z Compiling ipnetwork v0.20.0
17302024-08-14T22:02:13.581Z Compiling newtype-uuid v1.1.0
17312024-08-14T22:02:13.911Z Compiling strum_macros v0.26.4
17322024-08-14T22:02:15.570Z Compiling xattr v1.3.1
17332024-08-14T22:02:15.934Z Compiling snafu-derive v0.8.2
17342024-08-14T22:02:17.013Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17352024-08-14T22:02:17.234Z Compiling serde_path_to_error v0.1.16
17362024-08-14T22:02:18.280Z Compiling hashbrown v0.13.2
17372024-08-14T22:02:18.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17382024-08-14T22:02:19.356Z Compiling ring v0.16.20
17392024-08-14T22:02:19.379Z Compiling blake3 v1.5.1
17402024-08-14T22:02:19.482Z Compiling hostname v0.4.0
17412024-08-14T22:02:19.655Z Compiling filetime v0.2.24
17422024-08-14T22:02:19.747Z Compiling instant v0.1.12
17432024-08-14T22:02:19.925Z Compiling buf-list v1.0.3
17442024-08-14T22:02:20.023Z Compiling debug-ignore v1.0.5
17452024-08-14T22:02:20.183Z Compiling crc-any v2.5.0
17462024-08-14T22:02:20.659Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17472024-08-14T22:02:20.726Z Compiling snafu v0.8.2
17482024-08-14T22:02:21.355Z Compiling tar v0.4.41
17492024-08-14T22:02:21.511Z Compiling backoff v0.4.0
17502024-08-14T22:02:21.885Z Compiling object v0.30.4
17512024-08-14T22:02:22.048Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17522024-08-14T22:02:22.282Z Compiling strum v0.26.3
17532024-08-14T22:02:22.493Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17542024-08-14T22:02:24.061Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17552024-08-14T22:02:24.193Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17562024-08-14T22:02:24.721Z Compiling parse-display v0.10.0
17572024-08-14T22:02:26.346Z Compiling serde_with v3.8.3
17582024-08-14T22:02:26.616Z Compiling zip v0.6.6
17592024-08-14T22:02:26.659Z Compiling rayon v1.10.0
17602024-08-14T22:02:27.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17612024-08-14T22:02:28.694Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17622024-08-14T22:02:29.434Z Compiling camino-tempfile v1.1.1
17632024-08-14T22:02:30.229Z Compiling globset v0.4.14
17642024-08-14T22:02:30.851Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17652024-08-14T22:02:31.060Z Compiling pem v3.0.4
17662024-08-14T22:02:32.508Z Compiling olpc-cjson v0.1.3
17672024-08-14T22:02:32.554Z Compiling serde_plain v1.0.2
17682024-08-14T22:02:32.854Z Compiling macaddr v1.0.1
17692024-08-14T22:02:33.051Z Compiling async-recursion v1.1.1
17702024-08-14T22:02:33.070Z Compiling memmap2 v0.9.4
17712024-08-14T22:02:33.483Z Compiling constant_time_eq v0.3.0
17722024-08-14T22:02:33.660Z Compiling untrusted v0.7.1
17732024-08-14T22:02:33.679Z Compiling typed-path v0.7.1
17742024-08-14T22:02:33.872Z Compiling arrayvec v0.7.4
17752024-08-14T22:02:34.363Z Compiling path-slash v0.1.5
17762024-08-14T22:02:34.536Z Compiling arrayref v0.3.7
17772024-08-14T22:02:34.602Z Compiling spin v0.5.2
17782024-08-14T22:02:35.345Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17792024-08-14T22:02:37.358Z Compiling tough v0.17.1
17802024-08-14T22:02:38.061Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17812024-08-14T22:02:39.752Z Compiling itertools v0.13.0
17822024-08-14T22:02:40.583Z Compiling cargo-platform v0.1.8
17832024-08-14T22:02:41.762Z Compiling topological-sort v0.2.2
17842024-08-14T22:02:42.049Z Compiling parse-size v1.0.0
17852024-08-14T22:02:42.358Z Compiling omicron-zone-package v0.11.0
17862024-08-14T22:02:42.527Z Compiling cargo_metadata v0.18.1
17872024-08-14T22:02:43.516Z Compiling shell-words v1.1.0
17882024-08-14T22:02:49.844Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17892024-08-14T22:03:02.578Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17902024-08-14T22:03:17.143Z Finished `release` profile [optimized] target(s) in 4m 45s
17912024-08-14T22:03:17.284Z Running `target/release/omicron-releng --output-dir /work`
17922024-08-14T22:03:17.328ZAug 14 22:03:16.195 DEBG changing working directory to /work/oxidecomputer/omicron
17932024-08-14T22:03:17.420ZAug 14 22:03:16.287 DEBG running: git rev-parse HEAD
17942024-08-14T22:03:17.426ZAug 14 22:03:16.293 DEBG process exited with exit status: 0 (6.363885ms)
17952024-08-14T22:03:17.426ZAug 14 22:03:16.293 INFO version: 10.0.0-0.ci+giteeab72cf9d7
17962024-08-14T22:03:17.466ZAug 14 22:03:16.333 INFO cloning helios to /work/oxidecomputer/helios
17972024-08-14T22:03:17.466ZAug 14 22:03:16.333 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
17982024-08-14T22:03:17.472ZCloning into '/work/oxidecomputer/helios'...
17992024-08-14T22:03:17.915ZAug 14 22:03:16.782 DEBG process exited with exit status: 0 (448.862456ms)
18002024-08-14T22:03:17.915ZAug 14 22:03:16.782 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18012024-08-14T22:03:17.924Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18022024-08-14T22:03:17.924Z# branch.head master
18032024-08-14T22:03:17.924Z# branch.upstream origin/master
18042024-08-14T22:03:17.924Z# branch.ab +0 -0
18052024-08-14T22:03:17.927ZAug 14 22:03:16.790 DEBG process exited with exit status: 0 (8.115237ms)
18062024-08-14T22:03:17.927ZAug 14 22:03:16.790 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18072024-08-14T22:03:18.668ZAug 14 22:03:17.535 DEBG process exited with exit status: 0 (744.362488ms)
18082024-08-14T22:03:18.668ZAug 14 22:03:17.535 DEBG running: zfs list rpool/images/build/host
18092024-08-14T22:03:18.675ZNAME USED AVAIL REFER MOUNTPOINT
18102024-08-14T22:03:18.675Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18112024-08-14T22:03:18.677ZAug 14 22:03:17.542 DEBG process exited with exit status: 0 (7.28884ms)
18122024-08-14T22:03:18.677ZAug 14 22:03:17.542 DEBG running: zfs list rpool/images/build/recovery
18132024-08-14T22:03:18.683ZNAME USED AVAIL REFER MOUNTPOINT
18142024-08-14T22:03:18.683Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18152024-08-14T22:03:18.685ZAug 14 22:03:17.549 DEBG process exited with exit status: 0 (6.265308ms)
18162024-08-14T22:03:18.685ZAug 14 22:03:17.549 INFO [hubris-staging] running task
18172024-08-14T22:03:18.685ZAug 14 22:03:17.550 INFO [hubris-production] running task
18182024-08-14T22:03:18.685ZAug 14 22:03:17.550 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18192024-08-14T22:03:18.688ZAug 14 22:03:17.553 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18202024-08-14T22:03:19.067Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18212024-08-14T22:03:19.286Z[ omicron-package] Blocking waiting for file lock on package cache
18222024-08-14T22:03:20.010Z[ omicron-package] Blocking waiting for file lock on package cache
18232024-08-14T22:03:20.094ZAug 14 22:03:18.960 INFO [hubris-production] task succeeded (1.410260175s)
18242024-08-14T22:03:20.704Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18252024-08-14T22:03:20.707Z[ omicron-package] Compiling heapless v0.8.0
18262024-08-14T22:03:20.707Z[ omicron-package] Compiling hash32 v0.3.1
18272024-08-14T22:03:20.707Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18282024-08-14T22:03:20.707Z[ omicron-package] Compiling smoltcp v0.11.0
18292024-08-14T22:03:20.707Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18302024-08-14T22:03:20.707Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18312024-08-14T22:03:20.707Z[ omicron-package] Compiling cobs v0.2.3
18322024-08-14T22:03:21.858Z[ omicron-package] Compiling embedded-io v0.4.0
18332024-08-14T22:03:22.210Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18342024-08-14T22:03:22.210Z[ omicron-package] Compiling proc-macro-error v1.0.4
18352024-08-14T22:03:22.283Z[ omicron-package] Compiling postcard v1.0.8
18362024-08-14T22:03:22.393Z[ omicron-package] Compiling num_enum_derive v0.5.11
18372024-08-14T22:03:22.393Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18382024-08-14T22:03:22.528Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18392024-08-14T22:03:22.820Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18402024-08-14T22:03:22.919Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18412024-08-14T22:03:23.593Z[ omicron-package] Compiling tabwriter v1.4.0
18422024-08-14T22:03:23.811Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18432024-08-14T22:03:24.134Z[ omicron-package] Compiling cstr-argument v0.1.2
18442024-08-14T22:03:24.173Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18452024-08-14T22:03:24.630Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18462024-08-14T22:03:24.788Z[ omicron-package] Compiling pretty-hex v0.2.1
18472024-08-14T22:03:25.343Z[ omicron-package] Compiling foreign-types v0.5.0
18482024-08-14T22:03:25.409Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18492024-08-14T22:03:25.741Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18502024-08-14T22:03:25.943Z[ omicron-package] Compiling colored v2.1.0
18512024-08-14T22:03:26.255Z[ omicron-package] Compiling socket2 v0.4.10
18522024-08-14T22:03:26.352Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18532024-08-14T22:03:26.657Z[ omicron-package] Compiling num_enum v0.5.11
18542024-08-14T22:03:26.976Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18552024-08-14T22:03:27.139Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18562024-08-14T22:03:27.380Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18572024-08-14T22:03:27.402Z[ omicron-package] Compiling sigpipe v0.1.3
18582024-08-14T22:03:27.730Z[ omicron-package] Compiling num-derive v0.4.2
18592024-08-14T22:03:28.096Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18602024-08-14T22:03:28.099Z[ omicron-package] Compiling libefi-sys v0.1.0
18612024-08-14T22:03:28.270Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18622024-08-14T22:03:28.816Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18632024-08-14T22:03:29.141ZAug 14 22:03:28.006 INFO [hubris-staging] task succeeded (10.456252243s)
18642024-08-14T22:03:29.281Z[ omicron-package] Compiling smf v0.2.3
18652024-08-14T22:03:29.446Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18662024-08-14T22:03:29.513Z[ omicron-package] Compiling bitfield-struct v0.6.1
18672024-08-14T22:03:30.311Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18682024-08-14T22:03:30.475Z[ omicron-package] Compiling portable-atomic v1.6.0
18692024-08-14T22:03:32.084Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18702024-08-14T22:03:32.335Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18712024-08-14T22:03:33.224Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18722024-08-14T22:03:34.383Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18732024-08-14T22:03:34.665Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18742024-08-14T22:03:35.000Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18752024-08-14T22:03:35.251Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18762024-08-14T22:03:36.012Z[ omicron-package] Compiling gethostname v0.5.0
18772024-08-14T22:03:36.549Z[ omicron-package] Compiling number_prefix v0.4.0
18782024-08-14T22:03:36.879Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18792024-08-14T22:03:38.385Z[ omicron-package] Compiling indicatif v0.17.8
18802024-08-14T22:03:39.672Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18812024-08-14T22:03:42.942Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18822024-08-14T22:03:43.580Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18832024-08-14T22:03:45.235Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18842024-08-14T22:04:03.034Z[ helios-setup] Aug 14 22:04:01.893 INFO helios repository root is: /work/oxidecomputer/helios
18852024-08-14T22:04:03.036Z[ helios-setup] Aug 14 22:04:01.895 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
18862024-08-14T22:04:03.036Z[ helios-setup] Aug 14 22:04:01.895 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
18872024-08-14T22:04:03.041Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
18882024-08-14T22:04:03.689Z[ helios-setup] Aug 14 22:04:02.549 INFO clone ok!, project: pinprick
18892024-08-14T22:04:03.692Z[ helios-setup] Aug 14 22:04:02.549 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
18902024-08-14T22:04:03.692Z[ helios-setup] Aug 14 22:04:02.549 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
18912024-08-14T22:04:03.695Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
18922024-08-14T22:04:04.216Z[ helios-setup] Aug 14 22:04:03.076 INFO clone ok!, project: image-builder
18932024-08-14T22:04:04.219Z[ helios-setup] Aug 14 22:04:03.076 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
18942024-08-14T22:04:04.219Z[ helios-setup] Aug 14 22:04:03.076 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
18952024-08-14T22:04:04.221Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
18962024-08-14T22:04:04.741Z[ helios-setup] Aug 14 22:04:03.601 INFO clone ok!, project: phbl
18972024-08-14T22:04:04.744Z[ helios-setup] Aug 14 22:04:03.601 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18982024-08-14T22:04:04.744Z[ helios-setup] Aug 14 22:04:03.601 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
18992024-08-14T22:04:04.744Z[ helios-setup] Aug 14 22:04:03.601 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
19002024-08-14T22:04:04.744Z[ helios-setup] Aug 14 22:04:03.601 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19012024-08-14T22:04:04.747Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19022024-08-14T22:04:05.255Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.55s
19032024-08-14T22:04:05.462Z[ omicron-package]
19042024-08-14T22:04:05.462Z[ omicron-package] real 46.727603950
19052024-08-14T22:04:05.462Z[ omicron-package] user 2:52.635136880
19062024-08-14T22:04:05.465Z[ omicron-package] sys 22.316663972
19072024-08-14T22:04:05.465Z[ omicron-package] trap 0.177921391
19082024-08-14T22:04:05.465Z[ omicron-package] tflt 0.365365081
19092024-08-14T22:04:05.465Z[ omicron-package] dflt 0.418618508
19102024-08-14T22:04:05.465Z[ omicron-package] kflt 0.010287274
19112024-08-14T22:04:05.465Z[ omicron-package] lock 5:40.477460527
19122024-08-14T22:04:05.465Z[ omicron-package] slp 9:34.212664383
19132024-08-14T22:04:05.466Z[ omicron-package] lat 1:43.999471453
19142024-08-14T22:04:05.466ZAug 14 22:04:04.323 INFO [omicron-package] process exited with exit status: 0 (46.769959499s)
19152024-08-14T22:04:05.466Z[ omicron-package] stop 55.401542103
19162024-08-14T22:04:05.466ZAug 14 22:04:04.323 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
19172024-08-14T22:04:05.505Z[ helios-setup] Aug 14 22:04:04.355 INFO clone ok!, project: pilot
19182024-08-14T22:04:05.505Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19192024-08-14T22:04:05.507Z[ helios-setup] Aug 14 22:04:04.355 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19202024-08-14T22:04:05.508Z[ helios-setup] Aug 14 22:04:04.355 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
19212024-08-14T22:04:05.508Z[ helios-setup] Aug 14 22:04:04.355 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19222024-08-14T22:04:05.508ZAug 14 22:04:04.366 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19232024-08-14T22:04:05.517Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19242024-08-14T22:04:05.520Z[ host-target] Created new build target 'host' and set it as active
19252024-08-14T22:04:05.520ZAug 14 22:04:04.380 INFO [host-target] process exited with exit status: 0 (56.154846ms)
19262024-08-14T22:04:05.520ZAug 14 22:04:04.380 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19272024-08-14T22:04:05.525Z[ recovery-target] Created new build target 'recovery' and set it as active
19282024-08-14T22:04:05.525Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19292024-08-14T22:04:05.528ZAug 14 22:04:04.387 INFO [recovery-target] process exited with exit status: 0 (20.692326ms)
19302024-08-14T22:04:05.534Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19312024-08-14T22:04:05.971Z[ helios-setup] Aug 14 22:04:04.831 INFO clone ok!, project: bootserver
19322024-08-14T22:04:05.974Z[ helios-setup] Aug 14 22:04:04.831 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
19332024-08-14T22:04:05.974Z[ helios-setup] Aug 14 22:04:04.831 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
19342024-08-14T22:04:05.976Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19352024-08-14T22:04:06.694Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19362024-08-14T22:04:06.694Z[ host-package] Compiling camino v1.1.7
19372024-08-14T22:04:06.696Z[ host-package] Compiling password-hash v0.5.0
19382024-08-14T22:04:06.696Z[ host-package] Compiling blake2 v0.10.6
19392024-08-14T22:04:06.696Z[ host-package] Compiling derive-where v1.2.7
19402024-08-14T22:04:06.696Z[ host-package] Compiling humantime v2.1.0
19412024-08-14T22:04:06.696Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19422024-08-14T22:04:06.712Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19432024-08-14T22:04:06.718Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19442024-08-14T22:04:06.812Z[ host-package] Compiling newline-converter v0.3.0
19452024-08-14T22:04:07.002Z[ host-package] Compiling expectorate v1.1.0
19462024-08-14T22:04:07.022Z[ host-package] Compiling toml v0.8.19
19472024-08-14T22:04:07.266Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19482024-08-14T22:04:07.683Z[ host-package] Compiling argon2 v0.5.3
19492024-08-14T22:04:07.703Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19502024-08-14T22:04:07.826Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19512024-08-14T22:04:07.924Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19522024-08-14T22:04:08.082Z[ host-package] Compiling dirs-sys-next v0.1.2
19532024-08-14T22:04:08.329Z[ host-package] Compiling dirs-next v2.0.0
19542024-08-14T22:04:08.507Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19552024-08-14T22:04:08.558Z[ host-package] Compiling prettyplease v0.2.20
19562024-08-14T22:04:08.606Z[ host-package] Compiling convert_case v0.4.0
19572024-08-14T22:04:08.886Z[ host-package] Compiling term v0.7.0
19582024-08-14T22:04:09.074Z[ host-package] Compiling semver v0.1.20
19592024-08-14T22:04:09.104Z[ host-package] Compiling is-terminal v0.4.12
19602024-08-14T22:04:09.259Z[ host-package] Compiling home v0.5.9
19612024-08-14T22:04:09.418Z[ host-package] Compiling derive_more v0.99.18
19622024-08-14T22:04:09.517Z[ host-package] Compiling rustc_version v0.1.7
19632024-08-14T22:04:09.748Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19642024-08-14T22:04:09.951Z[ host-package] Compiling newtype_derive v0.1.6
19652024-08-14T22:04:10.050Z[ host-package] Compiling rustls-pki-types v1.7.0
19662024-08-14T22:04:10.250Z[ host-package] Compiling rustls v0.22.4
19672024-08-14T22:04:10.284Z[ host-package] Compiling thread_local v1.1.8
19682024-08-14T22:04:10.612Z[ host-package] Compiling steno v0.4.1
19692024-08-14T22:04:10.833Z[ host-package] Compiling rustls-webpki v0.102.4
19702024-08-14T22:04:10.859Z[ host-package] Compiling slog-dtrace v0.3.0
19712024-08-14T22:04:11.223Z[ host-package] Compiling match_cfg v0.1.0
19722024-08-14T22:04:11.359Z[ host-package] Compiling linked-hash-map v0.5.6
19732024-08-14T22:04:12.821Z[ host-package] Compiling lru-cache v0.1.2
19742024-08-14T22:04:13.074Z[ host-package] Compiling hostname v0.3.1
19752024-08-14T22:04:13.228Z[ host-package] Compiling multer v3.1.0
19762024-08-14T22:04:13.306Z[ host-package] Compiling slog-async v2.8.0
19772024-08-14T22:04:13.345Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19782024-08-14T22:04:13.345Z[ host-package] Compiling slog-json v2.6.1
19792024-08-14T22:04:13.358Z[ helios-setup] Aug 14 22:04:12.216 INFO clone ok!, project: amd-host-image-builder
19802024-08-14T22:04:13.360Z[ helios-setup] Aug 14 22:04:12.217 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
19812024-08-14T22:04:13.360Z[ helios-setup] Aug 14 22:04:12.217 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19822024-08-14T22:04:13.363Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19832024-08-14T22:04:13.449Z[ host-package] Compiling crossbeam-channel v0.5.12
19842024-08-14T22:04:13.734Z[ host-package] Compiling http v1.1.0
19852024-08-14T22:04:14.377Z[ host-package] Compiling atomic-waker v1.1.2
19862024-08-14T22:04:14.532Z[ host-package] Compiling take_mut v0.2.2
19872024-08-14T22:04:14.558Z[ host-package] Compiling waitgroup v0.1.2
19882024-08-14T22:04:14.829Z[ host-package] Compiling slog-bunyan v2.5.0
19892024-08-14T22:04:16.193Z[ host-package] Compiling slog-term v2.9.1
19902024-08-14T22:04:16.539Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19912024-08-14T22:04:16.835Z[ host-package] Compiling tokio-rustls v0.25.0
19922024-08-14T22:04:16.885Z[ host-package] Compiling rustls-pemfile v2.1.3
19932024-08-14T22:04:17.267Z[ host-package] Compiling async-stream v0.3.5
19942024-08-14T22:04:17.286Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19952024-08-14T22:04:17.362Z[ host-package] Compiling sha1 v0.10.6
19962024-08-14T22:04:17.388Z[ host-package] Compiling newtype-uuid v1.1.0
19972024-08-14T22:04:17.419Z[ host-package] Compiling ipnetwork v0.20.0
19982024-08-14T22:04:17.604Z[ host-package] Compiling serde_path_to_error v0.1.16
19992024-08-14T22:04:17.698Z[ host-package] Compiling hostname v0.4.0
20002024-08-14T22:04:17.813Z[ host-package] Compiling instant v0.1.12
20012024-08-14T22:04:17.955Z[ host-package] Compiling debug-ignore v1.0.5
20022024-08-14T22:04:17.993Z[ host-package] Compiling backoff v0.4.0
20032024-08-14T22:04:18.134Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20042024-08-14T22:04:18.268Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20052024-08-14T22:04:18.479Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20062024-08-14T22:04:18.629Z[ host-package] Compiling parse-display v0.10.0
20072024-08-14T22:04:18.856Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20082024-08-14T22:04:19.078Z[ host-package] Compiling serde_with v3.8.3
20092024-08-14T22:04:19.213Z[ host-package] Compiling strum v0.26.3
20102024-08-14T22:04:19.481Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20112024-08-14T22:04:20.190Z[ helios-setup] Aug 14 22:04:19.047 INFO clone ok!, project: amd-firmware
20122024-08-14T22:04:20.192Z[ helios-setup] Aug 14 22:04:19.048 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
20132024-08-14T22:04:20.192Z[ helios-setup] Aug 14 22:04:19.048 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20142024-08-14T22:04:20.195Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20152024-08-14T22:04:20.723Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20162024-08-14T22:04:20.924Z[ host-package] Compiling num-rational v0.4.2
20172024-08-14T22:04:21.161Z[ host-package] Compiling num-complex v0.4.6
20182024-08-14T22:04:21.462Z[ helios-setup] Aug 14 22:04:20.319 INFO clone ok!, project: chelsio-t6-roms
20192024-08-14T22:04:21.466Z[ helios-setup] Aug 14 22:04:20.320 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20202024-08-14T22:04:22.264Z[ helios-setup] Aug 14 22:04:21.121 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20212024-08-14T22:04:22.427Z[ host-package] Compiling macaddr v1.0.1
20222024-08-14T22:04:22.797Z[ host-package] Compiling swrite v0.1.0
20232024-08-14T22:04:22.844Z[ helios-setup] Aug 14 22:04:21.700 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20242024-08-14T22:04:22.844Z[ helios-setup] Aug 14 22:04:21.701 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20252024-08-14T22:04:22.921Z[ host-package] Compiling num v0.4.3
20262024-08-14T22:04:23.408Z[ host-package] Compiling quick-error v1.2.3
20272024-08-14T22:04:23.448Z[ helios-setup] Aug 14 22:04:22.305 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20282024-08-14T22:04:23.535Z[ host-package] Compiling float-ord v0.3.2
20292024-08-14T22:04:23.673Z[ host-package] Compiling resolv-conf v0.7.0
20302024-08-14T22:04:24.031Z[ helios-setup] Aug 14 22:04:22.887 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20312024-08-14T22:04:24.033Z[ helios-setup] Aug 14 22:04:22.887 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20322024-08-14T22:04:24.576Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-08-14T22:04:24.638Z[ helios-setup] Aug 14 22:04:23.494 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20342024-08-14T22:04:25.193Z[ helios-setup] Aug 14 22:04:24.050 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20352024-08-14T22:04:25.193Z[ helios-setup] Aug 14 22:04:24.050 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20362024-08-14T22:04:25.193Z[ helios-setup] Aug 14 22:04:24.050 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20372024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO ok!
20382024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20392024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20402024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO ok!
20412024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20422024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20432024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.050 INFO ok!
20442024-08-14T22:04:25.195Z[ helios-setup] Aug 14 22:04:24.051 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20452024-08-14T22:04:25.196Z[ helios-setup] Aug 14 22:04:24.051 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20462024-08-14T22:04:25.573Z[ helios-setup] Aug 14 22:04:24.430 INFO E| Compiling adler v1.0.2
20472024-08-14T22:04:25.735Z[ helios-setup] Aug 14 22:04:24.592 INFO E| Compiling miniz_oxide v0.7.2
20482024-08-14T22:04:25.965Z[ host-package] Compiling trust-dns-resolver v0.22.0
20492024-08-14T22:04:26.053Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20502024-08-14T22:04:26.683Z[ host-package] Compiling rayon-core v1.12.1
20512024-08-14T22:04:26.746Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20522024-08-14T22:04:27.280Z[ host-package] Compiling crossbeam-deque v0.8.5
20532024-08-14T22:04:27.788Z[ host-package] Compiling fastrand v2.1.0
20542024-08-14T22:04:28.487Z[ helios-setup] Aug 14 22:04:27.343 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
20552024-08-14T22:04:28.525Z[ host-package] Compiling same-file v1.0.6
20562024-08-14T22:04:28.801Z[ host-package] Compiling display-error-chain v0.2.0
20572024-08-14T22:04:29.030Z[ host-package] Compiling walkdir v2.5.0
20582024-08-14T22:04:29.522Z[ helios-setup] Aug 14 22:04:28.376 INFO E| Finished `release` profile [optimized] target(s) in 4.22s
20592024-08-14T22:04:29.529Z[ helios-setup] Aug 14 22:04:28.384 INFO building project "pinprick" ok (4 seconds)
20602024-08-14T22:04:29.529Z[ helios-setup] Aug 14 22:04:28.384 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20612024-08-14T22:04:29.534Z[ helios-setup] Aug 14 22:04:28.384 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20622024-08-14T22:04:29.797Z[ host-package] Compiling tempfile v3.10.1
20632024-08-14T22:04:29.883Z[ helios-setup] Aug 14 22:04:28.740 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20642024-08-14T22:04:30.404Z[ helios-setup] Aug 14 22:04:29.260 INFO E| From https://github.com/jclulow/rust-jmclib
20652024-08-14T22:04:30.404Z[ helios-setup] Aug 14 22:04:29.260 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20662024-08-14T22:04:30.426Z[ helios-setup] Aug 14 22:04:29.282 INFO E| Updating crates.io index
20672024-08-14T22:04:30.572Z[ helios-setup] Aug 14 22:04:29.427 INFO E| Downloading crates ...
20682024-08-14T22:04:30.663Z[ helios-setup] Aug 14 22:04:29.519 INFO E| Downloaded cpufeatures v0.2.9
20692024-08-14T22:04:30.671Z[ helios-setup] Aug 14 22:04:29.528 INFO E| Downloaded unicode-width v0.1.10
20702024-08-14T22:04:30.675Z[ helios-setup] Aug 14 22:04:29.531 INFO E| Downloaded itoa v1.0.9
20712024-08-14T22:04:30.678Z[ helios-setup] Aug 14 22:04:29.534 INFO E| Downloaded bitflags v2.3.3
20722024-08-14T22:04:30.697Z[ helios-setup] Aug 14 22:04:29.553 INFO E| Downloaded proc-macro2 v1.0.66
20732024-08-14T22:04:30.701Z[ helios-setup] Aug 14 22:04:29.558 INFO E| Downloaded libdevinfo-sys v1.0.0
20742024-08-14T22:04:30.704Z[ helios-setup] Aug 14 22:04:29.559 INFO E| Downloaded errno v0.3.1
20752024-08-14T22:04:30.707Z[ helios-setup] Aug 14 22:04:29.561 INFO E| Downloaded block-buffer v0.9.0
20762024-08-14T22:04:30.707Z[ helios-setup] Aug 14 22:04:29.563 INFO E| Downloaded walkdir v2.3.3
20772024-08-14T22:04:30.709Z[ helios-setup] Aug 14 22:04:29.566 INFO E| Downloaded opaque-debug v0.3.0
20782024-08-14T22:04:30.713Z[ helios-setup] Aug 14 22:04:29.567 INFO E| Downloaded md-5 v0.9.1
20792024-08-14T22:04:30.716Z[ helios-setup] Aug 14 22:04:29.569 INFO E| Downloaded getrandom v0.2.10
20802024-08-14T22:04:30.719Z[ helios-setup] Aug 14 22:04:29.575 INFO E| Downloaded fastrand v2.0.0
20812024-08-14T22:04:30.722Z[ helios-setup] Aug 14 22:04:29.576 INFO E| Downloaded sha-1 v0.9.8
20822024-08-14T22:04:30.724Z[ helios-setup] Aug 14 22:04:29.579 INFO E| Downloaded once_cell v1.18.0
20832024-08-14T22:04:30.728Z[ helios-setup] Aug 14 22:04:29.584 INFO E| Downloaded digest v0.9.0
20842024-08-14T22:04:30.731Z[ helios-setup] Aug 14 22:04:29.586 INFO E| Downloaded uuid v0.8.2
20852024-08-14T22:04:30.734Z[ helios-setup] Aug 14 22:04:29.591 INFO E| Downloaded tempfile v3.7.0
20862024-08-14T22:04:30.738Z[ helios-setup] Aug 14 22:04:29.595 INFO E| Downloaded quote v1.0.31
20872024-08-14T22:04:30.745Z[ helios-setup] Aug 14 22:04:29.599 INFO E| Downloaded anyhow v1.0.72
20882024-08-14T22:04:30.750Z[ helios-setup] Aug 14 22:04:29.606 INFO E| Downloaded unicode-ident v1.0.11
20892024-08-14T22:04:30.755Z[ helios-setup] Aug 14 22:04:29.611 INFO E| Downloaded typenum v1.16.0
20902024-08-14T22:04:30.759Z[ helios-setup] Aug 14 22:04:29.615 INFO E| Downloaded serde v1.0.193
20912024-08-14T22:04:30.769Z[ helios-setup] Aug 14 22:04:29.621 INFO E| Downloaded serde_derive v1.0.193
20922024-08-14T22:04:30.782Z[ helios-setup] Aug 14 22:04:29.638 INFO E| Downloaded serde_json v1.0.103
20932024-08-14T22:04:30.794Z[ helios-setup] Aug 14 22:04:29.650 INFO E| Downloaded ryu v1.0.15
20942024-08-14T22:04:30.798Z[ helios-setup] Aug 14 22:04:29.655 INFO E| Downloaded syn v2.0.32
20952024-08-14T22:04:30.815Z[ helios-setup] Aug 14 22:04:29.671 INFO E| Downloaded rustix v0.38.4
20962024-08-14T22:04:30.850Z[ helios-setup] Aug 14 22:04:29.706 INFO E| Downloaded libc v0.2.147
20972024-08-14T22:04:31.089Z[ helios-setup] Aug 14 22:04:29.945 INFO E| Compiling libc v0.2.147
20982024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.945 INFO E| Compiling proc-macro2 v1.0.66
20992024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.946 INFO E| Compiling cfg-if v1.0.0
21002024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.946 INFO E| Compiling unicode-ident v1.0.11
21012024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.946 INFO E| Compiling typenum v1.16.0
21022024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.946 INFO E| Compiling version_check v0.9.4
21032024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.946 INFO E| Compiling serde v1.0.193
21042024-08-14T22:04:31.092Z[ helios-setup] Aug 14 22:04:29.946 INFO E| Compiling time-core v0.1.2
21052024-08-14T22:04:32.058Z[ helios-setup] Aug 14 22:04:30.914 INFO E| Compiling itoa v1.0.9
21062024-08-14T22:04:32.111Z[ helios-setup] Aug 14 22:04:30.967 INFO E| Compiling rustix v0.38.4
21072024-08-14T22:04:32.605Z[ helios-setup] Aug 14 22:04:31.461 INFO E| Compiling slog v2.7.0
21082024-08-14T22:04:32.735Z[ helios-setup] Aug 14 22:04:31.590 INFO E| Compiling num-conv v0.1.0
21092024-08-14T22:04:32.945Z[ host-package] Compiling half v2.4.1
21102024-08-14T22:04:33.285Z[ helios-setup] Aug 14 22:04:32.141 INFO E| Compiling powerfmt v0.2.0
21112024-08-14T22:04:33.325Z[ helios-setup] Aug 14 22:04:32.181 INFO E| Compiling time-macros v0.2.18
21122024-08-14T22:04:33.420Z[ helios-setup] Aug 14 22:04:32.276 INFO E| Compiling generic-array v0.14.7
21132024-08-14T22:04:33.624Z[ helios-setup] Aug 14 22:04:32.479 INFO E| Compiling num_threads v0.1.6
21142024-08-14T22:04:33.755Z[ helios-setup] Aug 14 22:04:32.610 INFO E| Compiling once_cell v1.18.0
21152024-08-14T22:04:33.964Z[ helios-setup] Aug 14 22:04:32.820 INFO E| Compiling quote v1.0.31
21162024-08-14T22:04:34.167Z[ helios-setup] Aug 14 22:04:33.022 INFO E| Compiling deranged v0.3.11
21172024-08-14T22:04:34.426Z[ helios-setup] Aug 14 22:04:33.281 INFO E| Compiling dirs-sys-next v0.1.2
21182024-08-14T22:04:34.619Z[ host-package] Compiling utf-8 v0.7.6
21192024-08-14T22:04:34.733Z[ helios-setup] Aug 14 22:04:33.589 INFO E| Compiling syn v2.0.32
21202024-08-14T22:04:35.032Z[ helios-setup] Aug 14 22:04:33.888 INFO E| Compiling dirs-next v2.0.0
21212024-08-14T22:04:35.114Z[ host-package] Compiling ciborium-io v0.2.2
21222024-08-14T22:04:35.149Z[ helios-setup] Aug 14 22:04:34.002 INFO E| Compiling errno v0.3.1
21232024-08-14T22:04:35.188Z[ helios-setup] Aug 14 22:04:34.044 INFO E| Compiling bitflags v2.3.3
21242024-08-14T22:04:35.484Z[ host-package] Compiling ciborium-ll v0.2.2
21252024-08-14T22:04:35.631Z[ helios-setup] Aug 14 22:04:34.486 INFO E| Compiling term v0.7.0
21262024-08-14T22:04:36.028Z[ helios-setup] Aug 14 22:04:34.884 INFO E| Compiling atty v0.2.14
21272024-08-14T22:04:36.051Z[ host-package] Compiling ring v0.16.20
21282024-08-14T22:04:36.101Z[ helios-setup] Aug 14 22:04:34.957 INFO E| Compiling thread_local v1.1.7
21292024-08-14T22:04:36.846Z[ host-package] Compiling blake3 v1.5.1
21302024-08-14T22:04:37.300Z[ helios-setup] Aug 14 22:04:36.155 INFO E| Compiling serde_json v1.0.103
21312024-08-14T22:04:37.705Z[ host-package] Compiling rayon v1.10.0
21322024-08-14T22:04:38.491Z[ helios-setup] Aug 14 22:04:37.346 INFO E| Compiling fastrand v2.0.0
21332024-08-14T22:04:38.491Z[ helios-setup] Aug 14 22:04:37.346 INFO E| Compiling anyhow v1.0.72
21342024-08-14T22:04:38.563Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21352024-08-14T22:04:38.731Z[ helios-setup] Aug 14 22:04:37.586 INFO E| Compiling digest v0.9.0
21362024-08-14T22:04:38.838Z[ helios-setup] Aug 14 22:04:37.693 INFO E| Compiling block-buffer v0.9.0
21372024-08-14T22:04:38.975Z[ helios-setup] Aug 14 22:04:37.830 INFO E| Compiling opaque-debug v0.3.0
21382024-08-14T22:04:39.056Z[ helios-setup] Aug 14 22:04:37.911 INFO E| Compiling time v0.3.36
21392024-08-14T22:04:39.120Z[ helios-setup] Aug 14 22:04:37.975 INFO E| Compiling getrandom v0.2.10
21402024-08-14T22:04:39.164Z[ helios-setup] Aug 14 22:04:38.019 INFO E| Compiling tempfile v3.7.0
21412024-08-14T22:04:39.305Z[ helios-setup] Aug 14 22:04:38.061 INFO E| Compiling unicode-width v0.1.10
21422024-08-14T22:04:39.521Z[ helios-setup] Aug 14 22:04:38.376 INFO E| Compiling same-file v1.0.6
21432024-08-14T22:04:39.856Z[ helios-setup] Aug 14 22:04:38.711 INFO E| Compiling ryu v1.0.15
21442024-08-14T22:04:39.957Z[ helios-setup] Aug 14 22:04:38.812 INFO E| Compiling cpufeatures v0.2.9
21452024-08-14T22:04:39.999Z[ helios-setup] Aug 14 22:04:38.854 INFO E| Compiling walkdir v2.3.3
21462024-08-14T22:04:40.037Z[ helios-setup] Aug 14 22:04:38.892 INFO E| Compiling getopts v0.2.21
21472024-08-14T22:04:40.450Z[ helios-setup] Aug 14 22:04:39.305 INFO E| Compiling sha-1 v0.9.8
21482024-08-14T22:04:40.612Z[ helios-setup] Aug 14 22:04:39.467 INFO E| Compiling md-5 v0.9.1
21492024-08-14T22:04:41.061Z[ helios-setup] Aug 14 22:04:39.916 INFO E| Compiling glob v0.3.1
21502024-08-14T22:04:41.387Z[ helios-setup] Aug 14 22:04:40.241 INFO E| Compiling libdevinfo-sys v1.0.0
21512024-08-14T22:04:43.043Z[ helios-setup] Aug 14 22:04:41.898 INFO E| Compiling slog-term v2.9.0
21522024-08-14T22:04:43.480Z[ helios-setup] Aug 14 22:04:42.335 INFO E| Compiling serde_derive v1.0.193
21532024-08-14T22:04:46.073Z[ host-package] Compiling xattr v1.3.1
21542024-08-14T22:04:46.382Z[ host-package] Compiling nibble_vec v0.1.0
21552024-08-14T22:04:46.659Z[ host-package] Compiling filetime v0.2.24
21562024-08-14T22:04:46.994Z[ host-package] Compiling memmap2 v0.9.4
21572024-08-14T22:04:47.242Z[ host-package] Compiling arrayvec v0.7.4
21582024-08-14T22:04:47.556Z[ host-package] Compiling endian-type v0.1.2
21592024-08-14T22:04:47.788Z[ host-package] Compiling untrusted v0.7.1
21602024-08-14T22:04:47.904Z[ host-package] Compiling arrayref v0.3.7
21612024-08-14T22:04:48.025Z[ host-package] Compiling constant_time_eq v0.3.0
21622024-08-14T22:04:48.046Z[ host-package] Compiling cancel-safe-futures v0.1.5
21632024-08-14T22:04:48.273Z[ host-package] Compiling spin v0.5.2
21642024-08-14T22:04:50.140Z[ host-package] Compiling radix_trie v0.2.1
21652024-08-14T22:04:51.433Z[ host-package] Compiling tar v0.4.41
21662024-08-14T22:04:52.728Z[ host-package] Compiling ciborium v0.2.2
21672024-08-14T22:04:53.568Z[ host-package] Compiling camino-tempfile v1.1.1
21682024-08-14T22:04:54.083Z[ host-package] Compiling toolchain_find v0.4.0
21692024-08-14T22:04:54.812Z[ host-package] Compiling glob v0.3.1
21702024-08-14T22:04:55.289Z[ host-package] Compiling topological-sort v0.2.2
21712024-08-14T22:04:55.420Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21722024-08-14T22:04:55.485Z[ host-package] Compiling crunchy v0.2.2
21732024-08-14T22:04:55.635Z[ host-package] Compiling maplit v1.0.2
21742024-08-14T22:04:55.717Z[ host-package] Compiling clang-sys v1.7.0
21752024-08-14T22:04:55.791Z[ host-package] Compiling omicron-zone-package v0.11.0
21762024-08-14T22:04:55.840Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21772024-08-14T22:04:56.456Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21782024-08-14T22:04:56.516Z[ host-package] Compiling tiny-keccak v2.0.2
21792024-08-14T22:04:57.201Z[ host-package] Compiling dsl_auto_type v0.1.2
21802024-08-14T22:04:57.236Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21812024-08-14T22:04:57.902Z[ helios-setup] Aug 14 22:04:56.754 INFO E| Compiling toml v0.5.11
21822024-08-14T22:04:57.902Z[ helios-setup] Aug 14 22:04:56.754 INFO E| Compiling uuid v0.8.2
21832024-08-14T22:04:58.942Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21842024-08-14T22:04:58.978Z[ host-package] Compiling arc-swap v1.7.1
21852024-08-14T22:04:59.607Z[ host-package] Compiling diesel_derives v2.2.2
21862024-08-14T22:04:59.927Z[ host-package] Compiling slog-scope v4.4.0
21872024-08-14T22:05:00.160Z[ helios-setup] Aug 14 22:04:59.012 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
21882024-08-14T22:05:00.739Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21892024-08-14T22:05:01.153Z[ host-package] Compiling r2d2 v0.8.10
21902024-08-14T22:05:01.791Z[ host-package] Compiling ascii-canvas v3.0.0
21912024-08-14T22:05:02.104Z[ host-package] Compiling ena v0.14.3
21922024-08-14T22:05:02.518Z[ host-package] Compiling libloading v0.8.3
21932024-08-14T22:05:02.604Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21942024-08-14T22:05:02.663Z[ host-package] Compiling diff v0.1.13
21952024-08-14T22:05:03.045Z[ helios-setup] Aug 14 22:05:01.897 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
21962024-08-14T22:05:03.067Z[ host-package] Compiling regex-syntax v0.6.29
21972024-08-14T22:05:03.366Z[ host-package] Compiling bindgen v0.69.4
21982024-08-14T22:05:09.099Z[ host-package] Compiling lalrpop v0.19.12
21992024-08-14T22:05:13.407Z[ host-package] Compiling diesel v2.2.2
22002024-08-14T22:05:15.723Z[ host-package] Compiling slog-stdlog v4.1.1
22012024-08-14T22:05:16.966Z[ host-package] Compiling tungstenite v0.21.0
22022024-08-14T22:05:18.581Z[ helios-setup] Aug 14 22:05:17.431 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.90s
22032024-08-14T22:05:18.614Z[ helios-setup] Aug 14 22:05:17.463 INFO building project "image-builder" ok (49 seconds)
22042024-08-14T22:05:18.616Z[ helios-setup] Aug 14 22:05:17.463 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22052024-08-14T22:05:18.616Z[ helios-setup] Aug 14 22:05:17.463 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22062024-08-14T22:05:19.071Z[ helios-setup] Aug 14 22:05:17.920 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22072024-08-14T22:05:19.527Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22082024-08-14T22:05:19.672Z[ helios-setup] Aug 14 22:05:18.522 INFO E| From https://github.com/jclulow/hiercmd
22092024-08-14T22:05:19.672Z[ helios-setup] Aug 14 22:05:18.522 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22102024-08-14T22:05:19.710Z[ helios-setup] Aug 14 22:05:18.559 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22112024-08-14T22:05:20.279Z[ helios-setup] Aug 14 22:05:19.129 INFO E| From https://github.com/jclulow/network-interface
22122024-08-14T22:05:20.280Z[ helios-setup] Aug 14 22:05:19.129 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22132024-08-14T22:05:20.302Z[ helios-setup] Aug 14 22:05:19.151 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22142024-08-14T22:05:20.773Z[ host-package] Compiling which v4.4.2
22152024-08-14T22:05:20.838Z[ helios-setup] Aug 14 22:05:19.687 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22162024-08-14T22:05:20.838Z[ helios-setup] Aug 14 22:05:19.687 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22172024-08-14T22:05:20.897Z[ helios-setup] Aug 14 22:05:19.745 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22182024-08-14T22:05:21.271Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22192024-08-14T22:05:21.376Z[ host-package] Compiling cexpr v0.6.0
22202024-08-14T22:05:21.520Z[ host-package] Compiling libsw v3.3.1
22212024-08-14T22:05:21.752Z[ helios-setup] Aug 14 22:05:20.601 INFO E| From https://github.com/oxidecomputer/facade
22222024-08-14T22:05:21.753Z[ helios-setup] Aug 14 22:05:20.601 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22232024-08-14T22:05:21.837Z[ helios-setup] Aug 14 22:05:20.686 INFO E| Updating crates.io index
22242024-08-14T22:05:21.913Z[ host-package] Compiling atty v0.2.14
22252024-08-14T22:05:22.180Z[ host-package] Compiling lazycell v1.3.0
22262024-08-14T22:05:22.404Z[ host-package] Compiling linear-map v1.2.0
22272024-08-14T22:05:22.549Z[ helios-setup] Aug 14 22:05:21.398 INFO E| Downloading crates ...
22282024-08-14T22:05:22.758Z[ helios-setup] Aug 14 22:05:21.607 INFO E| Downloaded anstyle-parse v0.1.1
22292024-08-14T22:05:22.764Z[ helios-setup] Aug 14 22:05:21.613 INFO E| Downloaded anstream v0.2.6
22302024-08-14T22:05:22.770Z[ helios-setup] Aug 14 22:05:21.619 INFO E| Downloaded async-trait v0.1.68
22312024-08-14T22:05:22.817Z[ helios-setup] Aug 14 22:05:21.665 INFO E| Downloaded thiserror v1.0.38
22322024-08-14T22:05:22.825Z[ helios-setup] Aug 14 22:05:21.674 INFO E| Downloaded terminal_size v0.2.6
22332024-08-14T22:05:22.828Z[ helios-setup] Aug 14 22:05:21.676 INFO E| Downloaded toolchain_find v0.2.0
22342024-08-14T22:05:22.830Z[ helios-setup] Aug 14 22:05:21.679 INFO E| Downloaded num_cpus v1.15.0
22352024-08-14T22:05:22.836Z[ helios-setup] Aug 14 22:05:21.685 INFO E| Downloaded serde_spanned v0.6.1
22362024-08-14T22:05:22.839Z[ helios-setup] Aug 14 22:05:21.688 INFO E| Downloaded try-lock v0.2.4
22372024-08-14T22:05:22.842Z[ helios-setup] Aug 14 22:05:21.690 INFO E| Downloaded want v0.3.0
22382024-08-14T22:05:22.844Z[ helios-setup] Aug 14 22:05:21.692 INFO E| Downloaded slab v0.4.7
22392024-08-14T22:05:22.847Z[ helios-setup] Aug 14 22:05:21.695 INFO E| Downloaded rustls-pemfile v1.0.2
22402024-08-14T22:05:22.850Z[ host-package] Compiling ref-cast v1.0.23
22412024-08-14T22:05:22.852Z[ helios-setup] Aug 14 22:05:21.699 INFO E| Downloaded futures-macro v0.3.28
22422024-08-14T22:05:22.855Z[ helios-setup] Aug 14 22:05:21.704 INFO E| Downloaded semver v0.11.0
22432024-08-14T22:05:22.855Z[ helios-setup] Aug 14 22:05:21.704 INFO E| Downloaded scopeguard v1.1.0
22442024-08-14T22:05:22.858Z[ helios-setup] Aug 14 22:05:21.706 INFO E| Downloaded strsim v0.10.0
22452024-08-14T22:05:22.861Z[ helios-setup] Aug 14 22:05:21.708 INFO E| Downloaded toml_datetime v0.6.1
22462024-08-14T22:05:22.861Z[ helios-setup] Aug 14 22:05:21.709 INFO E| Downloaded sha1 v0.10.5
22472024-08-14T22:05:22.863Z[ helios-setup] Aug 14 22:05:21.710 INFO E| Downloaded const-random-macro v0.1.15
22482024-08-14T22:05:22.895Z[ helios-setup] Aug 14 22:05:21.737 INFO E| Downloaded futures-sink v0.3.28
22492024-08-14T22:05:22.898Z[ helios-setup] Aug 14 22:05:21.739 INFO E| Downloaded semver-parser v0.10.2
22502024-08-14T22:05:22.898Z[ helios-setup] Aug 14 22:05:21.741 INFO E| Downloaded lazy_static v1.4.0
22512024-08-14T22:05:22.898Z[ helios-setup] Aug 14 22:05:21.743 INFO E| Downloaded ipnet v2.7.2
22522024-08-14T22:05:22.898Z[ helios-setup] Aug 14 22:05:21.746 INFO E| Downloaded futures-channel v0.3.28
22532024-08-14T22:05:22.901Z[ helios-setup] Aug 14 22:05:21.748 INFO E| Downloaded schemars_derive v0.8.12
22542024-08-14T22:05:22.903Z[ helios-setup] Aug 14 22:05:21.751 INFO E| Downloaded tokio-rustls v0.24.0
22552024-08-14T22:05:22.906Z[ helios-setup] Aug 14 22:05:21.754 INFO E| Downloaded built v0.6.0
22562024-08-14T22:05:22.909Z[ host-package] Compiling owo-colors v4.0.0
22572024-08-14T22:05:22.909Z[ helios-setup] Aug 14 22:05:21.757 INFO E| Downloaded semver v1.0.17
22582024-08-14T22:05:22.913Z[ helios-setup] Aug 14 22:05:21.762 INFO E| Downloaded sct v0.7.0
22592024-08-14T22:05:22.963Z[ helios-setup] Aug 14 22:05:21.812 INFO E| Downloaded tempfile v3.5.0
22602024-08-14T22:05:22.967Z[ helios-setup] Aug 14 22:05:21.816 INFO E| Downloaded unicode-bidi v0.3.13
22612024-08-14T22:05:22.979Z[ helios-setup] Aug 14 22:05:21.826 INFO E| Downloaded tokio-tungstenite v0.18.0
22622024-08-14T22:05:22.989Z[ helios-setup] Aug 14 22:05:21.838 INFO E| Downloaded unicode-ident v1.0.8
22632024-08-14T22:05:22.994Z[ helios-setup] Aug 14 22:05:21.843 INFO E| Downloaded schemars v0.8.12
22642024-08-14T22:05:23.027Z[ helios-setup] Aug 14 22:05:21.876 INFO E| Downloaded proc-macro-crate v1.2.1
22652024-08-14T22:05:23.030Z[ helios-setup] Aug 14 22:05:21.878 INFO E| Downloaded unicode-linebreak v0.1.4
22662024-08-14T22:05:23.032Z[ helios-setup] Aug 14 22:05:21.881 INFO E| Downloaded tracing v0.1.37
22672024-08-14T22:05:23.039Z[ helios-setup] Aug 14 22:05:21.888 INFO E| Downloaded toml_edit v0.19.8
22682024-08-14T22:05:23.068Z[ helios-setup] Aug 14 22:05:21.917 INFO E| Downloaded unicode-normalization v0.1.22
22692024-08-14T22:05:23.074Z[ helios-setup] Aug 14 22:05:21.923 INFO E| Downloaded winnow v0.4.1
22702024-08-14T22:05:23.087Z[ helios-setup] Aug 14 22:05:21.936 INFO E| Downloaded syn v1.0.107
22712024-08-14T22:05:23.098Z[ host-package] Compiling rustc-hash v1.1.0
22722024-08-14T22:05:23.106Z[ helios-setup] Aug 14 22:05:21.954 INFO E| Downloaded parking_lot v0.12.1
22732024-08-14T22:05:23.109Z[ helios-setup] Aug 14 22:05:21.958 INFO E| Downloaded tokio v1.27.0
22742024-08-14T22:05:23.160Z[ helios-setup] Aug 14 22:05:22.009 INFO E| Downloaded cc v1.0.78
22752024-08-14T22:05:23.164Z[ helios-setup] Aug 14 22:05:22.013 INFO E| Downloaded rayon-core v1.10.2
22762024-08-14T22:05:23.169Z[ helios-setup] Aug 14 22:05:22.018 INFO E| Downloaded futures v0.3.28
22772024-08-14T22:05:23.178Z[ helios-setup] Aug 14 22:05:22.027 INFO E| Downloaded rustls-webpki v0.100.1
22782024-08-14T22:05:23.187Z[ helios-setup] Aug 14 22:05:22.036 INFO E| Downloaded memchr v2.5.0
22792024-08-14T22:05:23.194Z[ helios-setup] Aug 14 22:05:22.043 INFO E| Downloaded serde v1.0.204
22802024-08-14T22:05:23.199Z[ helios-setup] Aug 14 22:05:22.048 INFO E| Downloaded aho-corasick v0.7.20
22812024-08-14T22:05:23.204Z[ helios-setup] Aug 14 22:05:22.053 INFO E| Downloaded pest v2.5.7
22822024-08-14T22:05:23.212Z[ helios-setup] Aug 14 22:05:22.061 INFO E| Downloaded crossbeam-channel v0.5.6
22832024-08-14T22:05:23.219Z[ helios-setup] Aug 14 22:05:22.067 INFO E| Downloaded mio v0.8.5
22842024-08-14T22:05:23.228Z[ helios-setup] Aug 14 22:05:22.077 INFO E| Downloaded http v0.2.9
22852024-08-14T22:05:23.234Z[ helios-setup] Aug 14 22:05:22.082 INFO E| Downloaded reqwest v0.11.16
22862024-08-14T22:05:23.246Z[ helios-setup] Aug 14 22:05:22.095 INFO E| Downloaded bytes v1.4.0
22872024-08-14T22:05:23.252Z[ helios-setup] Aug 14 22:05:22.101 INFO E| Downloaded rayon v1.6.1
22882024-08-14T22:05:23.268Z[ helios-setup] Aug 14 22:05:22.116 INFO E| Downloaded clap_builder v4.2.1
22892024-08-14T22:05:23.276Z[ helios-setup] Aug 14 22:05:22.125 INFO E| Downloaded serde_json v1.0.95
22902024-08-14T22:05:23.279Z[ host-package] Compiling shlex v1.3.0
22912024-08-14T22:05:23.288Z[ helios-setup] Aug 14 22:05:22.137 INFO E| Downloaded ryu v1.0.13
22922024-08-14T22:05:23.294Z[ helios-setup] Aug 14 22:05:22.143 INFO E| Downloaded h2 v0.3.16
22932024-08-14T22:05:23.305Z[ helios-setup] Aug 14 22:05:22.154 INFO E| Downloaded hyper v0.14.25
22942024-08-14T22:05:23.322Z[ helios-setup] Aug 14 22:05:22.168 INFO E| Downloaded git2 v0.16.1
22952024-08-14T22:05:23.339Z[ helios-setup] Aug 14 22:05:22.187 INFO E| Downloaded regex v1.7.3
22962024-08-14T22:05:23.352Z[ helios-setup] Aug 14 22:05:22.201 INFO E| Downloaded chrono v0.4.24
22972024-08-14T22:05:23.365Z[ helios-setup] Aug 14 22:05:22.213 INFO E| Downloaded regress v0.5.0
22982024-08-14T22:05:23.377Z[ helios-setup] Aug 14 22:05:22.225 INFO E| Downloaded futures-util v0.3.28
22992024-08-14T22:05:23.398Z[ helios-setup] Aug 14 22:05:22.247 INFO E| Downloaded pin-project-lite v0.2.9
23002024-08-14T22:05:23.406Z[ helios-setup] Aug 14 22:05:22.255 INFO E| Downloaded rustls v0.21.0
23012024-08-14T22:05:23.425Z[ helios-setup] Aug 14 22:05:22.273 INFO E| Downloaded rustix v0.37.3
23022024-08-14T22:05:23.452Z[ helios-setup] Aug 14 22:05:22.299 INFO E| Downloaded rhai v1.14.0
23032024-08-14T22:05:23.471Z[ helios-setup] Aug 14 22:05:22.316 INFO E| Downloaded openapiv3 v1.0.2
23042024-08-14T22:05:23.484Z[ helios-setup] Aug 14 22:05:22.333 INFO E| Downloaded lock_api v0.4.9
23052024-08-14T22:05:23.486Z[ helios-setup] Aug 14 22:05:22.335 INFO E| Downloaded crossbeam-utils v0.8.14
23062024-08-14T22:05:23.494Z[ helios-setup] Aug 14 22:05:22.342 INFO E| Downloaded tokio-util v0.7.7
23072024-08-14T22:05:23.502Z[ helios-setup] Aug 14 22:05:22.351 INFO E| Downloaded parking_lot_core v0.9.6
23082024-08-14T22:05:23.506Z[ helios-setup] Aug 14 22:05:22.355 INFO E| Downloaded flate2 v1.0.25
23092024-08-14T22:05:23.514Z[ helios-setup] Aug 14 22:05:22.363 INFO E| Downloaded once_cell v1.17.0
23102024-08-14T22:05:23.518Z[ helios-setup] Aug 14 22:05:22.367 INFO E| Downloaded libc v0.2.139
23112024-08-14T22:05:23.578Z[ helios-setup] Aug 14 22:05:22.426 INFO E| Downloaded num-traits v0.2.15
23122024-08-14T22:05:23.582Z[ helios-setup] Aug 14 22:05:22.431 INFO E| Downloaded io-lifetimes v1.0.10
23132024-08-14T22:05:23.587Z[ helios-setup] Aug 14 22:05:22.436 INFO E| Downloaded getrandom v0.2.8
23142024-08-14T22:05:23.592Z[ helios-setup] Aug 14 22:05:22.440 INFO E| Downloaded form_urlencoded v1.1.0
23152024-08-14T22:05:23.594Z[ helios-setup] Aug 14 22:05:22.442 INFO E| Downloaded base64 v0.21.0
23162024-08-14T22:05:23.599Z[ helios-setup] Aug 14 22:05:22.448 INFO E| Downloaded anyhow v1.0.68
23172024-08-14T22:05:23.606Z[ helios-setup] Aug 14 22:05:22.455 INFO E| Downloaded num_enum v0.5.7
23182024-08-14T22:05:23.621Z[ helios-setup] Aug 14 22:05:22.470 INFO E| Downloaded uuid v1.3.0
23192024-08-14T22:05:23.627Z[ helios-setup] Aug 14 22:05:22.476 INFO E| Downloaded url v2.3.1
23202024-08-14T22:05:23.631Z[ helios-setup] Aug 14 22:05:22.480 INFO E| Downloaded unsafe-libyaml v0.2.8
23212024-08-14T22:05:23.637Z[ helios-setup] Aug 14 22:05:22.486 INFO E| Downloaded tungstenite v0.18.0
23222024-08-14T22:05:23.641Z[ helios-setup] Aug 14 22:05:22.490 INFO E| Downloaded tracing-core v0.1.30
23232024-08-14T22:05:23.646Z[ helios-setup] Aug 14 22:05:22.495 INFO E| Downloaded serde_yaml v0.9.21
23242024-08-14T22:05:23.653Z[ helios-setup] Aug 14 22:05:22.502 INFO E| Downloaded rustfmt-wrapper v0.2.0
23252024-08-14T22:05:23.655Z[ helios-setup] Aug 14 22:05:22.504 INFO E| Downloaded percent-encoding v2.2.0
23262024-08-14T22:05:23.660Z[ helios-setup] Aug 14 22:05:22.505 INFO E| Downloaded log v0.4.17
23272024-08-14T22:05:23.661Z[ helios-setup] Aug 14 22:05:22.508 INFO E| Downloaded crossbeam-epoch v0.9.13
23282024-08-14T22:05:23.664Z[ helios-setup] Aug 14 22:05:22.513 INFO E| Downloaded ucd-trie v0.1.5
23292024-08-14T22:05:23.666Z[ helios-setup] Aug 14 22:05:22.515 INFO E| Downloaded toml v0.7.3
23302024-08-14T22:05:23.672Z[ helios-setup] Aug 14 22:05:22.520 INFO E| Downloaded textwrap v0.16.0
23312024-08-14T22:05:23.675Z[ helios-setup] Aug 14 22:05:22.524 INFO E| Downloaded miniz_oxide v0.6.2
23322024-08-14T22:05:23.687Z[ helios-setup] Aug 14 22:05:22.527 INFO E| Downloaded clap v4.2.1
23332024-08-14T22:05:23.702Z[ helios-setup] Aug 14 22:05:22.551 INFO E| Downloaded socket2 v0.4.9
23342024-08-14T22:05:23.706Z[ helios-setup] Aug 14 22:05:22.554 INFO E| Downloaded serde_derive v1.0.204
23352024-08-14T22:05:23.709Z[ helios-setup] Aug 14 22:05:22.558 INFO E| Downloaded jobserver v0.1.26
23362024-08-14T22:05:23.712Z[ helios-setup] Aug 14 22:05:22.561 INFO E| Downloaded futures-core v0.3.28
23372024-08-14T22:05:23.715Z[ helios-setup] Aug 14 22:05:22.563 INFO E| Downloaded encoding_rs v0.8.32
23382024-08-14T22:05:23.749Z[ helios-setup] Aug 14 22:05:22.598 INFO E| Downloaded fastrand v1.9.0
23392024-08-14T22:05:23.752Z[ helios-setup] Aug 14 22:05:22.600 INFO E| Downloaded dyn-clone v1.0.11
23402024-08-14T22:05:23.755Z[ helios-setup] Aug 14 22:05:22.603 INFO E| Downloaded crossbeam-deque v0.8.2
23412024-08-14T22:05:23.757Z[ helios-setup] Aug 14 22:05:22.605 INFO E| Downloaded cpufeatures v0.2.5
23422024-08-14T22:05:23.760Z[ helios-setup] Aug 14 22:05:22.607 INFO E| Downloaded concolor-query v0.3.3
23432024-08-14T22:05:23.760Z[ helios-setup] Aug 14 22:05:22.609 INFO E| Downloaded is-terminal v0.4.7
23442024-08-14T22:05:23.763Z[ helios-setup] Aug 14 22:05:22.610 INFO E| Downloaded iana-time-zone v0.1.56
23452024-08-14T22:05:23.766Z[ helios-setup] Aug 14 22:05:22.614 INFO E| Downloaded httpdate v1.0.2
23462024-08-14T22:05:23.769Z[ helios-setup] Aug 14 22:05:22.615 INFO E| Downloaded futures-io v0.3.28
23472024-08-14T22:05:23.769Z[ helios-setup] Aug 14 22:05:22.617 INFO E| Downloaded cargo-lock v8.0.3
23482024-08-14T22:05:23.772Z[ helios-setup] Aug 14 22:05:22.621 INFO E| Downloaded smallvec v1.10.0
23492024-08-14T22:05:23.775Z[ helios-setup] Aug 14 22:05:22.624 INFO E| Downloaded project-root v0.2.2
23502024-08-14T22:05:23.778Z[ helios-setup] Aug 14 22:05:22.625 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23512024-08-14T22:05:23.780Z[ helios-setup] Aug 14 22:05:22.628 INFO E| Downloaded paste v1.0.12
23522024-08-14T22:05:23.784Z[ helios-setup] Aug 14 22:05:22.633 INFO E| Downloaded bincode v1.3.3
23532024-08-14T22:05:23.788Z[ helios-setup] Aug 14 22:05:22.636 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23542024-08-14T22:05:23.840Z[ host-package] Compiling tokio-tungstenite v0.21.0
23552024-08-14T22:05:23.893Z[ helios-setup] Aug 14 22:05:22.737 INFO E| Downloaded autocfg v1.1.0
23562024-08-14T22:05:23.895Z[ helios-setup] Aug 14 22:05:22.740 INFO E| Downloaded tokio-macros v2.0.0
23572024-08-14T22:05:23.895Z[ helios-setup] Aug 14 22:05:22.741 INFO E| Downloaded time v0.1.45
23582024-08-14T22:05:23.895Z[ helios-setup] Aug 14 22:05:22.744 INFO E| Downloaded thiserror-impl v1.0.38
23592024-08-14T22:05:23.909Z[ helios-setup] Aug 14 22:05:22.746 INFO E| Downloaded smawk v0.3.1
23602024-08-14T22:05:23.909Z[ helios-setup] Aug 14 22:05:22.748 INFO E| Downloaded smartstring v1.0.1
23612024-08-14T22:05:23.910Z[ helios-setup] Aug 14 22:05:22.752 INFO E| Downloaded slog-async v2.7.0
23622024-08-14T22:05:23.916Z[ helios-setup] Aug 14 22:05:22.754 INFO E| Downloaded signal-hook-registry v1.4.0
23632024-08-14T22:05:23.916Z[ helios-setup] Aug 14 22:05:22.757 INFO E| Downloaded sha2 v0.10.6
23642024-08-14T22:05:23.916Z[ helios-setup] Aug 14 22:05:22.760 INFO E| Downloaded concolor-override v1.0.0
23652024-08-14T22:05:23.919Z[ helios-setup] Aug 14 22:05:22.762 INFO E| Downloaded serde_tokenstream v0.2.0
23662024-08-14T22:05:23.923Z[ helios-setup] Aug 14 22:05:22.768 INFO E| Downloaded rhai_codegen v1.5.0
23672024-08-14T22:05:23.934Z[ helios-setup] Aug 14 22:05:22.783 INFO E| Downloaded clap_derive v4.2.0
23682024-08-14T22:05:23.939Z[ helios-setup] Aug 14 22:05:22.787 INFO E| Downloaded libz-sys v1.1.8
23692024-08-14T22:05:24.016Z[ helios-setup] Aug 14 22:05:22.864 INFO E| Downloaded anstyle v0.3.5
23702024-08-14T22:05:24.019Z[ helios-setup] Aug 14 22:05:22.866 INFO E| Downloaded serde_path_to_error v0.1.11
23712024-08-14T22:05:24.023Z[ helios-setup] Aug 14 22:05:22.869 INFO E| Downloaded num_enum_derive v0.5.7
23722024-08-14T22:05:24.023Z[ helios-setup] Aug 14 22:05:22.870 INFO E| Downloaded home v0.5.4
23732024-08-14T22:05:24.024Z[ helios-setup] Aug 14 22:05:22.871 INFO E| Downloaded generic-array v0.14.6
23742024-08-14T22:05:24.029Z[ helios-setup] Aug 14 22:05:22.873 INFO E| Downloaded camino v1.1.4
23752024-08-14T22:05:24.033Z[ helios-setup] Aug 14 22:05:22.876 INFO E| Downloaded byteorder v1.4.3
23762024-08-14T22:05:24.034Z[ helios-setup] Aug 14 22:05:22.879 INFO E| Downloaded slog-bunyan v2.4.0
23772024-08-14T22:05:24.034Z[ helios-setup] Aug 14 22:05:22.880 INFO E| Downloaded pkg-config v0.3.26
23782024-08-14T22:05:24.036Z[ helios-setup] Aug 14 22:05:22.882 INFO E| Downloaded num-integer v0.1.45
23792024-08-14T22:05:24.036Z[ helios-setup] Aug 14 22:05:22.884 INFO E| Downloaded futures-task v0.3.28
23802024-08-14T22:05:24.040Z[ helios-setup] Aug 14 22:05:22.886 INFO E| Downloaded futures-executor v0.3.28
23812024-08-14T22:05:24.042Z[ helios-setup] Aug 14 22:05:22.889 INFO E| Downloaded either v1.8.0
23822024-08-14T22:05:24.043Z[ helios-setup] Aug 14 22:05:22.891 INFO E| Downloaded digest v0.10.6
23832024-08-14T22:05:24.046Z[ helios-setup] Aug 14 22:05:22.893 INFO E| Downloaded memoffset v0.7.1
23842024-08-14T22:05:24.049Z[ helios-setup] Aug 14 22:05:22.895 INFO E| Downloaded itoa v1.0.6
23852024-08-14T22:05:24.049Z[ helios-setup] Aug 14 22:05:22.897 INFO E| Downloaded http-body v0.4.5
23862024-08-14T22:05:24.053Z[ helios-setup] Aug 14 22:05:22.899 INFO E| Downloaded clap_lex v0.4.1
23872024-08-14T22:05:24.053Z[ helios-setup] Aug 14 22:05:22.901 INFO E| Downloaded serde_derive_internals v0.26.0
23882024-08-14T22:05:24.057Z[ helios-setup] Aug 14 22:05:22.903 INFO E| Downloaded const-random v0.1.15
23892024-08-14T22:05:24.057Z[ helios-setup] Aug 14 22:05:22.905 INFO E| Downloaded block-buffer v0.10.3
23902024-08-14T22:05:24.060Z[ helios-setup] Aug 14 22:05:22.906 INFO E| Downloaded ahash v0.8.3
23912024-08-14T22:05:24.063Z[ helios-setup] Aug 14 22:05:22.911 INFO E| Downloaded ahash v0.7.6
23922024-08-14T22:05:24.454Z[ helios-setup] Aug 14 22:05:23.303 INFO E| Compiling proc-macro2 v1.0.86
23932024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.303 INFO E| Compiling libc v0.2.139
23942024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.304 INFO E| Compiling unicode-ident v1.0.8
23952024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.304 INFO E| Compiling autocfg v1.1.0
23962024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.304 INFO E| Compiling cfg-if v1.0.0
23972024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.304 INFO E| Compiling version_check v0.9.4
23982024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.304 INFO E| Compiling serde v1.0.204
23992024-08-14T22:05:24.457Z[ helios-setup] Aug 14 22:05:23.305 INFO E| Compiling syn v1.0.107
24002024-08-14T22:05:24.568Z[ host-package] Compiling slog-envlogger v2.2.0
24012024-08-14T22:05:25.040Z[ helios-setup] Aug 14 22:05:23.888 INFO E| Compiling memchr v2.5.0
24022024-08-14T22:05:25.489Z[ helios-setup] Aug 14 22:05:24.338 INFO E| Compiling once_cell v1.17.0
24032024-08-14T22:05:26.072Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24042024-08-14T22:05:26.163Z[ helios-setup] Aug 14 22:05:25.011 INFO E| Compiling log v0.4.17
24052024-08-14T22:05:26.277Z[ helios-setup] Aug 14 22:05:25.125 INFO E| Compiling thiserror v1.0.38
24062024-08-14T22:05:26.847Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24072024-08-14T22:05:27.052Z[ helios-setup] Aug 14 22:05:25.901 INFO E| Compiling serde_json v1.0.95
24082024-08-14T22:05:27.055Z[ helios-setup] Aug 14 22:05:25.901 INFO E| Compiling itoa v1.0.6
24092024-08-14T22:05:28.170Z[ helios-setup] Aug 14 22:05:27.018 INFO E| Compiling quote v1.0.36
24102024-08-14T22:05:28.232Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24112024-08-14T22:05:28.557Z[ helios-setup] Aug 14 22:05:27.405 INFO E| Compiling indexmap v1.9.3
24122024-08-14T22:05:28.836Z[ helios-setup] Aug 14 22:05:27.684 INFO E| Compiling syn v2.0.72
24132024-08-14T22:05:29.133Z[ host-package] Compiling derive_builder_core v0.20.0
24142024-08-14T22:05:29.396Z[ helios-setup] Aug 14 22:05:28.244 INFO E| Compiling getrandom v0.2.8
24152024-08-14T22:05:29.398Z[ helios-setup] Aug 14 22:05:28.244 INFO E| Compiling pin-project-lite v0.2.9
24162024-08-14T22:05:29.840Z[ helios-setup] Aug 14 22:05:28.688 INFO E| Compiling jobserver v0.1.26
24172024-08-14T22:05:30.088Z[ helios-setup] Aug 14 22:05:28.935 INFO E| Compiling scopeguard v1.1.0
24182024-08-14T22:05:30.470Z[ helios-setup] Aug 14 22:05:29.318 INFO E| Compiling cc v1.0.78
24192024-08-14T22:05:30.564Z[ helios-setup] Aug 14 22:05:29.411 INFO E| Compiling num-integer v0.1.45
24202024-08-14T22:05:30.685Z[ helios-setup] Aug 14 22:05:29.533 INFO E| Compiling bytes v1.4.0
24212024-08-14T22:05:30.897Z[ helios-setup] Aug 14 22:05:29.745 INFO E| Compiling futures-core v0.3.28
24222024-08-14T22:05:31.656Z[ helios-setup] Aug 14 22:05:30.503 INFO E| Compiling ryu v1.0.13
24232024-08-14T22:05:32.479Z[ helios-setup] Aug 14 22:05:31.327 INFO E| Compiling lock_api v0.4.9
24242024-08-14T22:05:32.836Z[ helios-setup] Aug 14 22:05:31.684 INFO E| Compiling parking_lot_core v0.9.6
24252024-08-14T22:05:32.977Z[ helios-setup] Aug 14 22:05:31.825 INFO E| Compiling typenum v1.16.0
24262024-08-14T22:05:33.291Z[ host-package] Compiling headers-core v0.2.0
24272024-08-14T22:05:33.490Z[ helios-setup] Aug 14 22:05:32.338 INFO E| Compiling bitflags v1.3.2
24282024-08-14T22:05:33.841Z[ helios-setup] Aug 14 22:05:32.677 INFO E| Compiling num_cpus v1.15.0
24292024-08-14T22:05:33.880Z[ host-package] Compiling fxhash v0.2.1
24302024-08-14T22:05:34.098Z[ helios-setup] Aug 14 22:05:32.945 INFO E| Compiling slab v0.4.7
24312024-08-14T22:05:34.108Z[ helios-setup] Aug 14 22:05:32.954 INFO E| Compiling generic-array v0.14.6
24322024-08-14T22:05:34.323Z[ host-package] Compiling libxml v0.3.3
24332024-08-14T22:05:34.408Z[ helios-setup] Aug 14 22:05:33.255 INFO E| Compiling futures-sink v0.3.28
24342024-08-14T22:05:34.550Z[ helios-setup] Aug 14 22:05:33.397 INFO E| Compiling futures-task v0.3.28
24352024-08-14T22:05:34.699Z[ helios-setup] Aug 14 22:05:33.547 INFO E| Compiling futures-channel v0.3.28
24362024-08-14T22:05:35.290Z[ helios-setup] Aug 14 22:05:34.137 INFO E| Compiling tokio v1.27.0
24372024-08-14T22:05:35.580Z[ host-package] Compiling ref-cast-impl v1.0.23
24382024-08-14T22:05:35.886Z[ helios-setup] Aug 14 22:05:34.729 INFO E| Compiling schemars v0.8.12
24392024-08-14T22:05:35.979Z[ helios-setup] Aug 14 22:05:34.826 INFO E| Compiling futures-util v0.3.28
24402024-08-14T22:05:36.878Z[ helios-setup] Aug 14 22:05:35.725 INFO E| Compiling signal-hook-registry v1.4.0
24412024-08-14T22:05:37.041Z[ helios-setup] Aug 14 22:05:35.888 INFO E| Compiling mio v0.8.5
24422024-08-14T22:05:37.055Z[ helios-setup] Aug 14 22:05:35.901 INFO E| Compiling socket2 v0.4.9
24432024-08-14T22:05:37.306Z[ helios-setup] Aug 14 22:05:36.153 INFO E| Compiling num-traits v0.2.15
24442024-08-14T22:05:37.309Z[ helios-setup] Aug 14 22:05:36.154 INFO E| Compiling ahash v0.7.6
24452024-08-14T22:05:38.523Z[ helios-setup] Aug 14 22:05:37.368 INFO E| Compiling crunchy v0.2.2
24462024-08-14T22:05:38.618Z[ helios-setup] Aug 14 22:05:37.465 INFO E| Compiling io-lifetimes v1.0.10
24472024-08-14T22:05:38.653Z[ host-package] Compiling headers v0.3.9
24482024-08-14T22:05:39.254Z[ host-package] Compiling derive_builder_macro v0.20.0
24492024-08-14T22:05:39.673Z[ helios-setup] Aug 14 22:05:38.519 INFO E| Compiling pin-utils v0.1.0
24502024-08-14T22:05:39.786Z[ helios-setup] Aug 14 22:05:38.632 INFO E| Compiling futures-io v0.3.28
24512024-08-14T22:05:40.651Z[ helios-setup] Aug 14 22:05:39.497 INFO E| Compiling ahash v0.8.3
24522024-08-14T22:05:40.750Z[ helios-setup] Aug 14 22:05:39.594 INFO E| Compiling serde_derive_internals v0.26.0
24532024-08-14T22:05:41.197Z[ helios-setup] Aug 14 22:05:40.043 INFO E| Compiling tiny-keccak v2.0.2
24542024-08-14T22:05:41.272Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24552024-08-14T22:05:41.535Z[ helios-setup] Aug 14 22:05:40.380 INFO E| Compiling rustix v0.37.3
24562024-08-14T22:05:41.594Z[ helios-setup] Aug 14 22:05:40.440 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24572024-08-14T22:05:41.694Z[ helios-setup] Aug 14 22:05:40.540 INFO E| Compiling hashbrown v0.12.3
24582024-08-14T22:05:42.335Z[ helios-setup] Aug 14 22:05:41.181 INFO E| Compiling block-buffer v0.10.3
24592024-08-14T22:05:42.827Z[ helios-setup] Aug 14 22:05:41.673 INFO E| Compiling crypto-common v0.1.6
24602024-08-14T22:05:43.773Z[ helios-setup] Aug 14 22:05:42.619 INFO E| Compiling errno v0.3.1
24612024-08-14T22:05:44.182Z[ helios-setup] Aug 14 22:05:43.027 INFO E| Compiling crossbeam-utils v0.8.14
24622024-08-14T22:05:44.291Z[ helios-setup] Aug 14 22:05:43.137 INFO E| Compiling slog v2.7.0
24632024-08-14T22:05:44.741Z[ helios-setup] Aug 14 22:05:43.585 INFO E| Compiling pkg-config v0.3.26
24642024-08-14T22:05:45.013Z[ helios-setup] Aug 14 22:05:43.859 INFO E| Compiling fnv v1.0.7
24652024-08-14T22:05:45.490Z[ helios-setup] Aug 14 22:05:44.334 INFO E| Compiling http v0.2.9
24662024-08-14T22:05:45.773Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24672024-08-14T22:05:46.508Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24682024-08-14T22:05:46.696Z[ host-package] Compiling polar-core v0.27.3
24692024-08-14T22:05:47.313Z[ host-package] Compiling strum_macros v0.24.3
24702024-08-14T22:05:48.035Z[ helios-setup] Aug 14 22:05:46.880 INFO E| Compiling digest v0.10.6
24712024-08-14T22:05:48.342Z[ helios-setup] Aug 14 22:05:47.187 INFO E| Compiling aho-corasick v0.7.20
24722024-08-14T22:05:48.379Z[ helios-setup] Aug 14 22:05:47.224 INFO E| Compiling cpufeatures v0.2.5
24732024-08-14T22:05:48.639Z[ helios-setup] Aug 14 22:05:47.484 INFO E| Compiling percent-encoding v2.2.0
24742024-08-14T22:05:49.105Z[ helios-setup] Aug 14 22:05:47.950 INFO E| Compiling unicode-width v0.1.10
24752024-08-14T22:05:49.763Z[ host-package] Compiling samael v0.0.15
24762024-08-14T22:05:49.823Z[ helios-setup] Aug 14 22:05:48.668 INFO E| Compiling tinyvec_macros v0.1.1
24772024-08-14T22:05:50.053Z[ helios-setup] Aug 14 22:05:48.897 INFO E| Compiling regex-syntax v0.6.29
24782024-08-14T22:05:50.246Z[ helios-setup] Aug 14 22:05:49.091 INFO E| Compiling heck v0.4.1
24792024-08-14T22:05:50.707Z[ helios-setup] Aug 14 22:05:49.552 INFO E| Compiling httparse v1.8.0
24802024-08-14T22:05:51.034Z[ helios-setup] Aug 14 22:05:49.878 INFO E| Compiling anyhow v1.0.68
24812024-08-14T22:05:51.495Z[ helios-setup] Aug 14 22:05:50.340 INFO E| Compiling const-random-macro v0.1.15
24822024-08-14T22:05:51.555Z[ helios-setup] Aug 14 22:05:50.399 INFO E| Compiling thiserror-impl v1.0.38
24832024-08-14T22:05:51.695Z[ helios-setup] Aug 14 22:05:50.540 INFO E| Compiling serde_derive v1.0.204
24842024-08-14T22:05:52.192Z[ helios-setup] Aug 14 22:05:51.037 INFO E| Compiling futures-macro v0.3.28
24852024-08-14T22:05:52.294Z[ helios-setup] Aug 14 22:05:51.139 INFO E| Compiling tokio-macros v2.0.0
24862024-08-14T22:05:52.448Z[ helios-setup] Aug 14 22:05:51.291 INFO E| Compiling schemars_derive v0.8.12
24872024-08-14T22:05:53.233Z[ host-package] Compiling unicase v2.7.0
24882024-08-14T22:05:53.446Z[ host-package] Compiling cookie v0.18.1
24892024-08-14T22:05:54.193Z[ host-package] Compiling indoc v1.0.9
24902024-08-14T22:05:54.252Z[ helios-setup] Aug 14 22:05:53.092 INFO E| Compiling tinyvec v1.6.0
24912024-08-14T22:05:55.180Z[ host-package] Compiling derive_builder v0.20.0
24922024-08-14T22:05:55.206Z[ helios-setup] Aug 14 22:05:54.050 INFO E| Compiling form_urlencoded v1.1.0
24932024-08-14T22:05:56.147Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24942024-08-14T22:05:56.490Z[ host-package] Compiling crossterm v0.28.1
24952024-08-14T22:05:56.702Z[ helios-setup] Aug 14 22:05:55.546 INFO E| Compiling hashbrown v0.13.2
24962024-08-14T22:05:57.036Z[ host-package] Compiling oso-derive v0.27.3
24972024-08-14T22:05:58.014Z[ helios-setup] Aug 14 22:05:56.858 INFO E| Compiling regex v1.7.3
24982024-08-14T22:05:58.014Z[ helios-setup] Aug 14 22:05:56.858 INFO E| Compiling chrono v0.4.24
24992024-08-14T22:05:58.300Z[ helios-setup] Aug 14 22:05:57.144 INFO E| Compiling libz-sys v1.1.8
25002024-08-14T22:05:59.218Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25012024-08-14T22:06:02.179Z[ helios-setup] Aug 14 22:06:01.022 INFO E| Compiling uuid v1.3.0
25022024-08-14T22:06:02.363Z[ helios-setup] Aug 14 22:06:01.206 INFO E| Compiling dyn-clone v1.0.11
25032024-08-14T22:06:02.973Z[ helios-setup] Aug 14 22:06:01.815 INFO E| Compiling regress v0.5.0
25042024-08-14T22:06:03.076Z[ helios-setup] Aug 14 22:06:01.919 INFO E| Compiling unicode-normalization v0.1.22
25052024-08-14T22:06:04.295Z[ host-package] Compiling quick-xml v0.31.0
25062024-08-14T22:06:04.934Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25072024-08-14T22:06:05.395Z[ helios-setup] Aug 14 22:06:04.238 INFO E| Compiling const-random v0.1.15
25082024-08-14T22:06:05.506Z[ helios-setup] Aug 14 22:06:04.349 INFO E| Compiling getopts v0.2.21
25092024-08-14T22:06:05.619Z[ host-package] Compiling parking_lot_core v0.8.6
25102024-08-14T22:06:06.477Z[ helios-setup] Aug 14 22:06:05.320 INFO E| Compiling tracing-core v0.1.30
25112024-08-14T22:06:06.590Z[ host-package] Compiling cfg_aliases v0.1.1
25122024-08-14T22:06:06.890Z[ host-package] Compiling nix v0.28.0
25132024-08-14T22:06:07.384Z[ helios-setup] Aug 14 22:06:06.227 INFO E| Compiling memoffset v0.7.1
25142024-08-14T22:06:07.743Z[ helios-setup] Aug 14 22:06:06.585 INFO E| Compiling powerfmt v0.2.0
25152024-08-14T22:06:08.761Z[ helios-setup] Aug 14 22:06:07.603 INFO E| Compiling unicode-bidi v0.3.13
25162024-08-14T22:06:08.844Z[ helios-setup] Aug 14 22:06:07.687 INFO E| Compiling ucd-trie v0.1.5
25172024-08-14T22:06:10.009Z[ helios-setup] Aug 14 22:06:08.851 INFO E| Compiling num-conv v0.1.0
25182024-08-14T22:06:10.970Z[ helios-setup] Aug 14 22:06:09.811 INFO E| Compiling time-core v0.1.2
25192024-08-14T22:06:11.340Z[ helios-setup] Aug 14 22:06:10.182 INFO E| Compiling time-macros v0.2.18
25202024-08-14T22:06:11.797Z[ helios-setup] Aug 14 22:06:10.638 INFO E| Compiling idna v0.3.0
25212024-08-14T22:06:11.896Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25222024-08-14T22:06:12.209Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25232024-08-14T22:06:12.871Z[ helios-setup] Aug 14 22:06:11.713 INFO E| Compiling pest v2.5.7
25242024-08-14T22:06:13.811Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25252024-08-14T22:06:14.809Z[ host-package] Compiling bb8 v0.8.5
25262024-08-14T22:06:14.923Z[ helios-setup] Aug 14 22:06:13.765 INFO E| Compiling deranged v0.3.11
25272024-08-14T22:06:15.129Z[ helios-setup] Aug 14 22:06:13.969 INFO E| Compiling tracing v0.1.37
25282024-08-14T22:06:15.523Z[ host-package] Compiling const_format_proc_macros v0.2.32
25292024-08-14T22:06:17.034Z[ host-package] Compiling curve25519-dalek v4.1.3
25302024-08-14T22:06:18.454Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25312024-08-14T22:06:18.530Z[ helios-setup] Aug 14 22:06:17.371 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25322024-08-14T22:06:18.845Z[ helios-setup] Aug 14 22:06:17.685 INFO E| Compiling time v0.1.45
25332024-08-14T22:06:18.987Z[ helios-setup] Aug 14 22:06:17.827 INFO E| Compiling crossbeam-epoch v0.9.13
25342024-08-14T22:06:19.090Z[ host-package] Compiling keccak v0.1.5
25352024-08-14T22:06:19.294Z[ helios-setup] Aug 14 22:06:18.017 INFO E| Compiling semver v1.0.17
25362024-08-14T22:06:19.815Z[ host-package] Compiling vte v0.11.1
25372024-08-14T22:06:20.068Z[ helios-setup] Aug 14 22:06:18.908 INFO E| Compiling smallvec v1.10.0
25382024-08-14T22:06:20.101Z[ helios-setup] Aug 14 22:06:18.942 INFO E| Compiling toml v0.5.11
25392024-08-14T22:06:20.798Z[ helios-setup] Aug 14 22:06:19.638 INFO E| Compiling serde_tokenstream v0.2.0
25402024-08-14T22:06:21.145Z[ host-package] Compiling sha3 v0.10.8
25412024-08-14T22:06:22.092Z[ helios-setup] Aug 14 22:06:20.932 INFO E| Compiling parking_lot v0.12.1
25422024-08-14T22:06:22.177Z[ host-package] Compiling const_format v0.2.32
25432024-08-14T22:06:22.915Z[ helios-setup] Aug 14 22:06:21.755 INFO E| Compiling iana-time-zone v0.1.56
25442024-08-14T22:06:23.509Z[ host-package] Compiling fd-lock v4.0.2
25452024-08-14T22:06:23.898Z[ host-package] Compiling universal-hash v0.5.1
25462024-08-14T22:06:24.020Z[ host-package] Compiling secrecy v0.8.0
25472024-08-14T22:06:24.409Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25482024-08-14T22:06:24.707Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25492024-08-14T22:06:24.841Z[ host-package] Compiling bytecount v0.6.8
25502024-08-14T22:06:25.061Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25512024-08-14T22:06:25.160Z[ helios-setup] Aug 14 22:06:24.000 INFO E| Compiling num_threads v0.1.6
25522024-08-14T22:06:25.944Z[ host-package] Compiling opaque-debug v0.3.1
25532024-08-14T22:06:26.217Z[ host-package] Compiling poly1305 v0.8.0
25542024-08-14T22:06:26.265Z[ helios-setup] Aug 14 22:06:25.105 INFO E| Compiling time v0.3.36
25552024-08-14T22:06:26.319Z[ host-package] Compiling papergrid v0.11.0
25562024-08-14T22:06:29.599Z[ host-package] Compiling thiserror-no-std v2.0.2
25572024-08-14T22:06:29.969Z[ helios-setup] Aug 14 22:06:28.808 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25582024-08-14T22:06:30.013Z[ host-package] Compiling parking_lot v0.11.2
25592024-08-14T22:06:30.049Z[ helios-setup] Aug 14 22:06:28.889 INFO E| Compiling semver-parser v0.10.2
25602024-08-14T22:06:30.950Z[ helios-setup] Aug 14 22:06:29.790 INFO E| Compiling url v2.3.1
25612024-08-14T22:06:33.512Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25622024-08-14T22:06:34.443Z[ helios-setup] Aug 14 22:06:33.282 INFO E| Compiling crossbeam-channel v0.5.6
25632024-08-14T22:06:35.282Z[ helios-setup] Aug 14 22:06:34.106 INFO E| Compiling dirs-sys-next v0.1.2
25642024-08-14T22:06:37.463Z[ helios-setup] Aug 14 22:06:36.301 INFO E| Compiling same-file v1.0.6
25652024-08-14T22:06:38.143Z[ helios-setup] Aug 14 22:06:36.962 INFO E| Compiling try-lock v0.2.4
25662024-08-14T22:06:38.249Z[ helios-setup] Aug 14 22:06:37.077 INFO E| Compiling crc32fast v1.3.2
25672024-08-14T22:06:39.928Z[ helios-setup] Aug 14 22:06:38.765 INFO E| Compiling tokio-util v0.7.7
25682024-08-14T22:06:40.748Z[ helios-setup] Aug 14 22:06:39.586 INFO E| Compiling want v0.3.0
25692024-08-14T22:06:41.465Z[ host-package] Compiling oso v0.27.3
25702024-08-14T22:06:41.576Z[ helios-setup] Aug 14 22:06:40.413 INFO E| Compiling walkdir v2.3.3
25712024-08-14T22:06:43.048Z[ helios-setup] Aug 14 22:06:41.884 INFO E| Compiling h2 v0.3.16
25722024-08-14T22:06:43.102Z[ helios-setup] Aug 14 22:06:41.936 INFO E| Compiling dirs-next v2.0.0
25732024-08-14T22:06:44.107Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25742024-08-14T22:06:45.028Z[ helios-setup] Aug 14 22:06:43.865 INFO E| Compiling semver v0.11.0
25752024-08-14T22:06:45.778Z[ host-package] Compiling trust-dns-client v0.22.0
25762024-08-14T22:06:47.754Z[ helios-setup] Aug 14 22:06:46.590 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25772024-08-14T22:06:47.936Z[ helios-setup] Aug 14 22:06:46.772 INFO E| Compiling proc-macro-crate v1.2.1
25782024-08-14T22:06:49.796Z[ helios-setup] Aug 14 22:06:48.624 INFO E| Compiling futures-executor v0.3.28
25792024-08-14T22:06:50.099Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25802024-08-14T22:06:51.125Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25812024-08-14T22:06:51.159Z[ helios-setup] Aug 14 22:06:49.995 INFO E| Compiling http-body v0.4.5
25822024-08-14T22:06:52.171Z[ helios-setup] Aug 14 22:06:51.007 INFO E| Compiling ring v0.16.20
25832024-08-14T22:06:52.348Z[ helios-setup] Aug 14 22:06:51.176 INFO E| Compiling rand_core v0.6.4
25842024-08-14T22:06:52.517Z[ host-package] Compiling tabled_derive v0.7.0
25852024-08-14T22:06:56.289Z[ helios-setup] Aug 14 22:06:52.217 INFO E| Compiling thread_local v1.1.7
25862024-08-14T22:06:56.333Z[ helios-setup] Aug 14 22:06:53.730 INFO E| Compiling home v0.5.4
25872024-08-14T22:06:56.333Z[ helios-setup] Aug 14 22:06:53.907 INFO E| Compiling base64 v0.21.0
25882024-08-14T22:06:56.333Z[ helios-setup] Aug 14 22:06:54.126 INFO E| Compiling httpdate v1.0.2
25892024-08-14T22:06:56.712Z[ helios-setup] Aug 14 22:06:55.547 INFO E| Compiling rayon-core v1.10.2
25902024-08-14T22:06:57.224Z[ helios-setup] Aug 14 22:06:56.060 INFO E| Compiling fastrand v1.9.0
25912024-08-14T22:06:57.362Z[ helios-setup] Aug 14 22:06:56.198 INFO E| Compiling lazy_static v1.4.0
25922024-08-14T22:06:57.657Z[ helios-setup] Aug 14 22:06:56.492 INFO E| Compiling adler v1.0.2
25932024-08-14T22:06:57.826Z[ helios-setup] Aug 14 22:06:56.659 INFO E| Compiling tower-service v0.3.2
25942024-08-14T22:06:57.828Z[ host-package] Compiling chacha20 v0.9.1
25952024-08-14T22:06:57.870Z[ helios-setup] Aug 14 22:06:56.706 INFO E| Compiling ppv-lite86 v0.2.17
25962024-08-14T22:06:58.575Z[ helios-setup] Aug 14 22:06:57.411 INFO E| Compiling utf8parse v0.2.1
25972024-08-14T22:06:59.064Z[ host-package] Compiling crossterm v0.27.0
25982024-08-14T22:06:59.135Z[ helios-setup] Aug 14 22:06:57.970 INFO E| Compiling anstyle-parse v0.1.1
25992024-08-14T22:06:59.878Z[ helios-setup] Aug 14 22:06:58.713 INFO E| Compiling rand_chacha v0.3.1
26002024-08-14T22:06:59.984Z[ helios-setup] Aug 14 22:06:58.819 INFO E| Compiling miniz_oxide v0.6.2
26012024-08-14T22:07:00.978Z[ host-package] Compiling aead v0.5.2
26022024-08-14T22:07:01.715Z[ helios-setup] Aug 14 22:07:00.550 INFO E| Compiling hyper v0.14.25
26032024-08-14T22:07:02.024Z[ host-package] Compiling peg-macros v0.8.4
26042024-08-14T22:07:02.856Z[ helios-setup] Aug 14 22:07:01.690 INFO E| Compiling tempfile v3.5.0
26052024-08-14T22:07:03.933Z[ helios-setup] Aug 14 22:07:02.767 INFO E| Compiling toolchain_find v0.2.0
26062024-08-14T22:07:04.887Z[ helios-setup] Aug 14 22:07:03.721 INFO E| Compiling futures v0.3.28
26072024-08-14T22:07:05.205Z[ helios-setup] Aug 14 22:07:04.039 INFO E| Compiling num_enum_derive v0.5.7
26082024-08-14T22:07:09.216Z[ host-package] Compiling kstat-rs v0.2.4
26092024-08-14T22:07:09.295Z[ host-package] Compiling toml v0.5.11
26102024-08-14T22:07:11.523Z[ host-package] Compiling sqlparser_derive v0.2.2
26112024-08-14T22:07:11.809Z[ host-package] Compiling nu-ansi-term v0.50.0
26122024-08-14T22:07:14.097Z[ host-package] Compiling unicode_categories v0.1.1
26132024-08-14T22:07:14.993Z[ host-package] Compiling sqlformat v0.2.4
26142024-08-14T22:07:15.091Z[ host-package] Compiling rustyline v14.0.0
26152024-08-14T22:07:15.750Z[ host-package] Compiling sqlparser v0.45.0
26162024-08-14T22:07:17.774Z[ host-package] Compiling trust-dns-server v0.22.1
26172024-08-14T22:07:17.931Z[ helios-setup] Aug 14 22:07:16.763 INFO E| Compiling cargo-lock v8.0.3
26182024-08-14T22:07:18.002Z[ helios-setup] Aug 14 22:07:16.834 INFO E| Compiling crossbeam-deque v0.8.2
26192024-08-14T22:07:18.364Z[ helios-setup] Aug 14 22:07:17.196 INFO E| Compiling term v0.7.0
26202024-08-14T22:07:20.284Z[ helios-setup] Aug 14 22:07:19.116 INFO E| Compiling serde_urlencoded v0.7.1
26212024-08-14T22:07:22.033Z[ helios-setup] Aug 14 22:07:20.864 INFO E| Compiling is-terminal v0.4.7
26222024-08-14T22:07:22.962Z[ helios-setup] Aug 14 22:07:21.793 INFO E| Compiling sha1 v0.10.5
26232024-08-14T22:07:24.630Z[ helios-setup] Aug 14 22:07:23.461 INFO E| Compiling sha2 v0.10.6
26242024-08-14T22:07:24.734Z[ helios-setup] Aug 14 22:07:23.565 INFO E| Compiling atty v0.2.14
26252024-08-14T22:07:25.095Z[ helios-setup] Aug 14 22:07:23.926 INFO E| Compiling concolor-override v1.0.0
26262024-08-14T22:07:26.017Z[ helios-setup] Aug 14 22:07:24.847 INFO E| Compiling concolor-query v0.3.3
26272024-08-14T22:07:26.519Z[ helios-setup] Aug 14 22:07:25.349 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26282024-08-14T22:07:26.588Z[ host-package] Compiling reedline v0.31.0
26292024-08-14T22:07:28.126Z[ helios-setup] Aug 14 22:07:26.957 INFO E| Compiling anstyle v0.3.5
26302024-08-14T22:07:29.304Z[ helios-setup] Aug 14 22:07:28.135 INFO E| Compiling anstream v0.2.6
26312024-08-14T22:07:31.412Z[ helios-setup] Aug 14 22:07:30.242 INFO E| Compiling slog-term v2.9.0
26322024-08-14T22:07:31.458Z[ helios-setup] Aug 14 22:07:30.288 INFO E| Compiling flate2 v1.0.25
26332024-08-14T22:07:33.520Z[ helios-setup] Aug 14 22:07:32.350 INFO E| Compiling num_enum v0.5.7
26342024-08-14T22:07:34.068Z[ helios-setup] Aug 14 22:07:32.898 INFO E| Compiling rustfmt-wrapper v0.2.0
26352024-08-14T22:07:34.367Z[ helios-setup] Aug 14 22:07:33.197 INFO E| Compiling rand v0.8.5
26362024-08-14T22:07:35.558Z[ helios-setup] Aug 14 22:07:34.388 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26372024-08-14T22:07:35.889Z[ helios-setup] Aug 14 22:07:34.719 INFO E| Compiling openapiv3 v1.0.2
26382024-08-14T22:07:37.162Z[ helios-setup] Aug 14 22:07:35.992 INFO E| Compiling encoding_rs v0.8.32
26392024-08-14T22:07:37.759Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26402024-08-14T22:07:38.809Z[ helios-setup] Aug 14 22:07:37.638 INFO E| Compiling untrusted v0.7.1
26412024-08-14T22:07:39.625Z[ helios-setup] Aug 14 22:07:38.454 INFO E| Compiling ipnet v2.7.2
26422024-08-14T22:07:39.653Z[ host-package] Compiling peg v0.8.4
26432024-08-14T22:07:40.029Z[ host-package] Compiling chacha20poly1305 v0.10.1
26442024-08-14T22:07:40.939Z[ host-package] Compiling tabled v0.15.0
26452024-08-14T22:07:43.872Z[ helios-setup] Aug 14 22:07:42.701 INFO E| Compiling unsafe-libyaml v0.2.8
26462024-08-14T22:07:44.457Z[ helios-setup] Aug 14 22:07:43.285 INFO E| Compiling base64 v0.13.1
26472024-08-14T22:07:45.214Z[ helios-setup] Aug 14 22:07:44.042 INFO E| Compiling utf-8 v0.7.6
26482024-08-14T22:07:46.146Z[ helios-setup] Aug 14 22:07:44.974 INFO E| Compiling spin v0.5.2
26492024-08-14T22:07:46.285Z[ helios-setup] Aug 14 22:07:45.113 INFO E| Compiling byteorder v1.4.3
26502024-08-14T22:07:46.956Z[ helios-setup] Aug 14 22:07:45.784 INFO E| Compiling mime v0.3.17
26512024-08-14T22:07:47.329Z[ helios-setup] Aug 14 22:07:46.158 INFO E| Compiling strsim v0.10.0
26522024-08-14T22:07:47.468Z[ helios-setup] Aug 14 22:07:46.296 INFO E| Compiling either v1.8.0
26532024-08-14T22:07:47.993Z[ host-package] Compiling vsss-rs v3.3.4
26542024-08-14T22:07:48.260Z[ helios-setup] Aug 14 22:07:47.088 INFO E| Compiling project-root v0.2.2
26552024-08-14T22:07:48.962Z[ helios-setup] Aug 14 22:07:47.790 INFO E| Compiling clap_lex v0.4.1
26562024-08-14T22:07:49.246Z[ helios-setup] Aug 14 22:07:48.074 INFO E| Compiling rayon v1.6.1
26572024-08-14T22:07:50.110Z[ helios-setup] Aug 14 22:07:48.938 INFO E| Compiling clap_builder v4.2.1
26582024-08-14T22:07:50.293Z[ helios-setup] Aug 14 22:07:49.121 INFO E| Compiling reqwest v0.11.16
26592024-08-14T22:07:51.195Z[ helios-setup] Aug 14 22:07:50.022 INFO E| Compiling tungstenite v0.18.0
26602024-08-14T22:07:54.879Z[ helios-setup] Aug 14 22:07:53.706 INFO E| Compiling serde_yaml v0.9.21
26612024-08-14T22:07:57.974Z[ host-package] Compiling sled v0.34.7
26622024-08-14T22:07:58.566Z[ helios-setup] Aug 14 22:07:57.392 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26632024-08-14T22:08:00.681Z[ host-package] Compiling mime_guess v2.0.4
26642024-08-14T22:08:00.888Z[ helios-setup] Aug 14 22:07:59.714 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26652024-08-14T22:08:02.092Z[ helios-setup] Aug 14 22:08:00.918 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26662024-08-14T22:08:04.291Z[ helios-setup] Aug 14 22:08:03.117 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26672024-08-14T22:08:04.419Z[ helios-setup] Aug 14 22:08:03.245 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26682024-08-14T22:08:06.341Z[ helios-setup] Aug 14 22:08:05.166 INFO E| Compiling clap_derive v4.2.0
26692024-08-14T22:08:08.654Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702024-08-14T22:08:08.822Z[ helios-setup] Aug 14 22:08:07.647 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26712024-08-14T22:08:09.239Z[ helios-setup] Aug 14 22:08:08.064 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26722024-08-14T22:08:10.943Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26732024-08-14T22:08:11.419Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26742024-08-14T22:08:13.981Z[ host-package] Compiling env_logger v0.9.3
26752024-08-14T22:08:15.840Z[ helios-setup] Aug 14 22:08:14.664 INFO E| Compiling clap v4.2.1
26762024-08-14T22:08:21.772Z[ host-package] Compiling tungstenite v0.20.1
26772024-08-14T22:08:24.214Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26782024-08-14T22:08:31.555Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26792024-08-14T22:08:34.211Z[ helios-setup] Aug 14 22:08:33.032 INFO E| Compiling tokio-tungstenite v0.18.0
26802024-08-14T22:08:36.068Z[ helios-setup] Aug 14 22:08:34.890 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26812024-08-14T22:08:36.858Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26822024-08-14T22:08:39.306Z[ helios-setup] Aug 14 22:08:38.127 INFO E| Compiling smartstring v1.0.1
26832024-08-14T22:08:40.233Z[ helios-setup] Aug 14 22:08:39.050 INFO E| Compiling rustls v0.21.0
26842024-08-14T22:08:42.389Z[ helios-setup] Aug 14 22:08:41.210 INFO E| Compiling serde_spanned v0.6.1
26852024-08-14T22:08:42.948Z[ helios-setup] Aug 14 22:08:41.768 INFO E| Compiling toml_datetime v0.6.1
26862024-08-14T22:08:44.437Z[ helios-setup] Aug 14 22:08:43.257 INFO E| Compiling winnow v0.4.1
26872024-08-14T22:08:44.590Z[ helios-setup] Aug 14 22:08:43.410 INFO E| Compiling async-trait v0.1.68
26882024-08-14T22:08:44.968Z[ helios-setup] Aug 14 22:08:43.787 INFO E| Compiling match_cfg v0.1.0
26892024-08-14T22:08:45.638Z[ helios-setup] Aug 14 22:08:44.454 INFO E| Compiling static_assertions v1.1.0
26902024-08-14T22:08:45.749Z[ helios-setup] Aug 14 22:08:44.569 INFO E| Compiling paste v1.0.12
26912024-08-14T22:08:45.781Z[ helios-setup] Aug 14 22:08:44.601 INFO E| Compiling slog-async v2.7.0
26922024-08-14T22:08:46.964Z[ helios-setup] Aug 14 22:08:45.783 INFO E| Compiling camino v1.1.4
26932024-08-14T22:08:48.359Z[ helios-setup] Aug 14 22:08:47.178 INFO E| Compiling hostname v0.3.1
26942024-08-14T22:08:49.006Z[ helios-setup] Aug 14 22:08:47.825 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26952024-08-14T22:08:49.084Z[ helios-setup] Aug 14 22:08:47.900 INFO E| Compiling slog-json v2.6.1
26962024-08-14T22:08:49.255Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26972024-08-14T22:08:50.159Z[ helios-setup] Aug 14 22:08:48.978 INFO E| Compiling unicode-linebreak v0.1.4
26982024-08-14T22:08:52.190Z[ helios-setup] Aug 14 22:08:51.009 INFO E| Compiling toml_edit v0.19.8
26992024-08-14T22:08:53.002Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
27002024-08-14T22:08:55.446Z[ helios-setup] Aug 14 22:08:54.265 INFO E| Compiling async-stream-impl v0.3.5
27012024-08-14T22:08:56.286Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27022024-08-14T22:08:57.487Z[ host-package] Compiling bcs v0.1.6
27032024-08-14T22:08:57.954Z[ helios-setup] Aug 14 22:08:56.772 INFO E| Compiling rhai_codegen v1.5.0
27042024-08-14T22:08:58.362Z[ helios-setup] Aug 14 22:08:57.180 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27052024-08-14T22:08:59.304Z[ host-package] Compiling bitstruct_derive v0.1.0
27062024-08-14T22:08:59.571Z[ helios-setup] Aug 14 22:08:58.389 INFO E| Compiling take_mut v0.2.2
27072024-08-14T22:09:02.025Z[ host-package] Compiling nanorand v0.7.0
27082024-08-14T22:09:02.330Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27092024-08-14T22:09:02.570Z[ host-package] Compiling memoffset v0.9.1
27102024-08-14T22:09:03.333Z[ helios-setup] Aug 14 22:09:02.150 INFO E| Compiling rhai v1.14.0
27112024-08-14T22:09:03.463Z[ host-package] Compiling highway v1.2.0
27122024-08-14T22:09:03.618Z[ host-package] Compiling ascii v1.1.0
27132024-08-14T22:09:05.369Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27142024-08-14T22:09:06.029Z[ helios-setup] Aug 14 22:09:04.845 INFO E| Compiling toml v0.7.3
27152024-08-14T22:09:06.154Z[ helios-setup] Aug 14 22:09:04.966 INFO E| Compiling async-stream v0.3.5
27162024-08-14T22:09:06.529Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27172024-08-14T22:09:07.196Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182024-08-14T22:09:07.418Z[ helios-setup] Aug 14 22:09:06.234 INFO E| Compiling slog-bunyan v2.4.0
27192024-08-14T22:09:07.539Z[ host-package] Compiling flume v0.11.0
27202024-08-14T22:09:09.105Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27212024-08-14T22:09:09.979Z[ host-package] Compiling bitstruct v0.1.1
27222024-08-14T22:09:10.018Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27232024-08-14T22:09:10.525Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27242024-08-14T22:09:11.235Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27252024-08-14T22:09:12.983Z[ host-package] Compiling tokio-tungstenite v0.20.1
27262024-08-14T22:09:13.640Z[ helios-setup] Aug 14 22:09:12.456 INFO E| Compiling rustls-pemfile v1.0.2
27272024-08-14T22:09:13.912Z[ helios-setup] Aug 14 22:09:12.728 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27282024-08-14T22:09:15.044Z[ helios-setup] Aug 14 22:09:13.858 INFO E| Compiling serde_path_to_error v0.1.11
27292024-08-14T22:09:15.454Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27302024-08-14T22:09:17.241Z[ helios-setup] Aug 14 22:09:16.055 INFO E| Compiling bincode v1.3.3
27312024-08-14T22:09:17.802Z[ helios-setup] Aug 14 22:09:16.617 INFO E| Compiling terminal_size v0.2.6
27322024-08-14T22:09:18.289Z[ helios-setup] Aug 14 22:09:17.104 INFO E| Compiling smawk v0.3.1
27332024-08-14T22:09:19.046Z[ helios-setup] Aug 14 22:09:17.861 INFO E| Compiling textwrap v0.16.0
27342024-08-14T22:09:20.044Z[ helios-setup] Aug 14 22:09:18.859 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27352024-08-14T22:09:30.045Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27362024-08-14T22:09:30.205Z[ helios-setup] Aug 14 22:09:29.019 INFO E| Compiling rustls-webpki v0.100.1
27372024-08-14T22:09:30.259Z[ helios-setup] Aug 14 22:09:29.073 INFO E| Compiling sct v0.7.0
27382024-08-14T22:09:35.699Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27392024-08-14T22:09:36.081Z[ host-package] Compiling serde_arrays v0.1.0
27402024-08-14T22:09:36.617Z[ host-package] Compiling erased-serde v0.3.31
27412024-08-14T22:09:37.158Z[ helios-setup] Aug 14 22:09:35.970 INFO E| Compiling git2 v0.16.1
27422024-08-14T22:09:37.929Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27432024-08-14T22:09:39.216Z[ helios-setup] Aug 14 22:09:38.028 INFO E| Compiling tokio-rustls v0.24.0
27442024-08-14T22:09:39.323Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27452024-08-14T22:09:44.428Z[ helios-setup] Aug 14 22:09:43.239 INFO E| Compiling built v0.6.0
27462024-08-14T22:09:48.402Z[ helios-setup] Aug 14 22:09:47.213 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27472024-08-14T22:09:51.800Z[ helios-setup] Aug 14 22:09:50.610 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27482024-08-14T22:09:52.860Z[ helios-setup] Aug 14 22:09:51.670 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27492024-08-14T22:09:59.053Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27502024-08-14T22:09:59.655Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27512024-08-14T22:10:00.199Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27522024-08-14T22:10:03.743Z[ host-package] Compiling heck v0.3.3
27532024-08-14T22:10:04.755Z[ host-package] Compiling rand_seeder v0.3.0
27542024-08-14T22:10:05.826Z[ host-package] Compiling castaway v0.2.3
27552024-08-14T22:10:06.294Z[ host-package] Compiling csv-core v0.1.11
27562024-08-14T22:10:22.264Z[ helios-setup] Aug 14 22:10:21.069 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27572024-08-14T22:10:22.437Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27582024-08-14T22:10:22.969Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27592024-08-14T22:10:23.441Z[ host-package] Compiling http-range v0.1.5
27602024-08-14T22:10:24.117Z[ host-package] Compiling hyper-staticfile v0.9.5
27612024-08-14T22:10:24.421Z[ host-package] Compiling csv v1.3.0
27622024-08-14T22:10:24.566Z[ helios-setup] Aug 14 22:10:23.371 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27632024-08-14T22:10:27.511Z[ host-package] Compiling compact_str v0.8.0
27642024-08-14T22:10:28.341Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27652024-08-14T22:10:28.757Z[ host-package] Compiling zone_cfg_derive v0.1.2
27662024-08-14T22:10:31.586Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27672024-08-14T22:10:31.981Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27682024-08-14T22:10:33.335Z[ host-package] Compiling nix v0.27.1
27692024-08-14T22:10:39.436Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27702024-08-14T22:10:45.337Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27712024-08-14T22:10:51.513Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27722024-08-14T22:10:52.436Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27732024-08-14T22:10:53.291Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27742024-08-14T22:10:53.350Z[ host-package] Compiling unicode-truncate v1.0.0
27752024-08-14T22:10:53.902Z[ host-package] Compiling lru v0.12.3
27762024-08-14T22:10:54.260Z[ host-package] Compiling serde-big-array v0.5.1
27772024-08-14T22:10:54.875Z[ host-package] Compiling instability v0.3.2
27782024-08-14T22:10:54.979Z[ host-package] Compiling base64 v0.13.1
27792024-08-14T22:10:55.899Z[ host-package] Compiling cassowary v0.3.0
27802024-08-14T22:10:56.564Z[ host-package] Compiling ron v0.7.1
27812024-08-14T22:10:57.036Z[ host-package] Compiling ratatui v0.28.0
27822024-08-14T22:11:06.446Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27832024-08-14T22:11:06.594Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27842024-08-14T22:11:07.530Z[ host-package] Compiling zone v0.1.8
27852024-08-14T22:11:10.778Z[ helios-setup] Aug 14 22:11:09.577 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27862024-08-14T22:11:11.486Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27872024-08-14T22:11:24.915Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27882024-08-14T22:11:27.566Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892024-08-14T22:11:31.761Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27902024-08-14T22:11:34.739Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27912024-08-14T22:11:38.354Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27922024-08-14T22:11:40.848Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27932024-08-14T22:11:41.366Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27942024-08-14T22:11:41.766Z[ host-package] Compiling signal-hook-tokio v0.3.1
27952024-08-14T22:11:42.232Z[ host-package] Compiling portpicker v0.1.1
27962024-08-14T22:11:43.696Z[ host-package] Compiling smawk v0.3.2
27972024-08-14T22:11:44.230Z[ host-package] Compiling unicode-linebreak v0.1.5
27982024-08-14T22:11:45.240Z[ host-package] Compiling textwrap v0.16.1
27992024-08-14T22:11:49.212Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28002024-08-14T22:11:57.262Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28012024-08-14T22:12:03.146Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28022024-08-14T22:12:11.101Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28032024-08-14T22:12:16.086Z[ helios-setup] Aug 14 22:12:14.875 INFO E| Finished `release` profile [optimized] target(s) in 6m 57s
28042024-08-14T22:12:16.238Z[ helios-setup] Aug 14 22:12:15.028 INFO building project "pilot" ok (417 seconds)
28052024-08-14T22:12:16.238Z[ helios-setup] Aug 14 22:12:15.028 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28062024-08-14T22:12:16.241Z[ helios-setup] Aug 14 22:12:15.028 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28072024-08-14T22:12:16.770Z[ helios-setup] Aug 14 22:12:15.559 INFO E| Downloading crates ...
28082024-08-14T22:12:16.954Z[ helios-setup] Aug 14 22:12:15.743 INFO E| Downloaded typenum v1.15.0
28092024-08-14T22:12:16.958Z[ helios-setup] Aug 14 22:12:15.748 INFO E| Downloaded sha2 v0.10.5
28102024-08-14T22:12:16.962Z[ helios-setup] Aug 14 22:12:15.751 INFO E| Downloaded digest v0.10.3
28112024-08-14T22:12:16.965Z[ helios-setup] Aug 14 22:12:15.754 INFO E| Downloaded bytes v1.2.1
28122024-08-14T22:12:16.970Z[ helios-setup] Aug 14 22:12:15.759 INFO E| Downloaded anyhow v1.0.62
28132024-08-14T22:12:17.096Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28142024-08-14T22:12:17.105Z[ helios-setup] Aug 14 22:12:15.895 INFO E| Compiling version_check v0.9.4
28152024-08-14T22:12:17.105Z[ helios-setup] Aug 14 22:12:15.895 INFO E| Compiling typenum v1.15.0
28162024-08-14T22:12:17.105Z[ helios-setup] Aug 14 22:12:15.895 INFO E| Compiling cfg-if v1.0.0
28172024-08-14T22:12:17.108Z[ helios-setup] Aug 14 22:12:15.895 INFO E| Compiling crc32fast v1.3.2
28182024-08-14T22:12:17.108Z[ helios-setup] Aug 14 22:12:15.895 INFO E| Compiling adler v1.0.2
28192024-08-14T22:12:17.108Z[ helios-setup] Aug 14 22:12:15.895 INFO E| Compiling anyhow v1.0.62
28202024-08-14T22:12:17.108Z[ helios-setup] Aug 14 22:12:15.896 INFO E| Compiling unicode-width v0.1.10
28212024-08-14T22:12:17.113Z[ helios-setup] Aug 14 22:12:15.900 INFO E| Compiling cpufeatures v0.2.5
28222024-08-14T22:12:17.230Z[ helios-setup] Aug 14 22:12:16.019 INFO E| Compiling bytes v1.2.1
28232024-08-14T22:12:17.455Z[ helios-setup] Aug 14 22:12:16.244 INFO E| Compiling miniz_oxide v0.6.2
28242024-08-14T22:12:17.459Z[ helios-setup] Aug 14 22:12:16.249 INFO E| Compiling getopts v0.2.21
28252024-08-14T22:12:17.676Z[ helios-setup] Aug 14 22:12:16.465 INFO E| Compiling bitflags v1.3.2
28262024-08-14T22:12:18.344Z[ helios-setup] Aug 14 22:12:17.133 INFO E| Compiling generic-array v0.14.6
28272024-08-14T22:12:19.271Z[ helios-setup] Aug 14 22:12:18.060 INFO E| Compiling flate2 v1.0.25
28282024-08-14T22:12:23.227Z[ helios-setup] Aug 14 22:12:22.015 INFO E| Compiling block-buffer v0.10.3
28292024-08-14T22:12:23.228Z[ helios-setup] Aug 14 22:12:22.015 INFO E| Compiling crypto-common v0.1.6
28302024-08-14T22:12:23.425Z[ helios-setup] Aug 14 22:12:22.213 INFO E| Compiling digest v0.10.3
28312024-08-14T22:12:23.854Z[ helios-setup] Aug 14 22:12:22.642 INFO E| Compiling sha2 v0.10.5
28322024-08-14T22:12:24.229Z[ host-package] Compiling rcgen v0.12.1
28332024-08-14T22:12:24.371Z[ helios-setup] Aug 14 22:12:23.160 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28342024-08-14T22:12:24.399Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352024-08-14T22:12:25.077Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362024-08-14T22:12:26.401Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28372024-08-14T22:12:26.880Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28382024-08-14T22:12:29.857Z[ host-package] Compiling atomicwrites v0.4.3
28392024-08-14T22:12:30.464Z[ helios-setup] Aug 14 22:12:29.250 INFO E| Finished `release` profile [optimized] target(s) in 14.12s
28402024-08-14T22:12:30.479Z[ helios-setup] Aug 14 22:12:29.267 INFO building project "bootserver" ok (14 seconds)
28412024-08-14T22:12:30.479Z[ helios-setup] Aug 14 22:12:29.267 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28422024-08-14T22:12:30.482Z[ helios-setup] Aug 14 22:12:29.267 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28432024-08-14T22:12:30.491Z[ helios-setup] Aug 14 22:12:29.279 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28442024-08-14T22:12:30.628Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28452024-08-14T22:12:30.823Z[ helios-setup] Aug 14 22:12:29.611 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28462024-08-14T22:12:30.823Z[ helios-setup] Aug 14 22:12:29.611 INFO E| info: downloading component 'cargo'
28472024-08-14T22:12:32.244Z[ helios-setup] Aug 14 22:12:31.031 INFO E| info: downloading component 'clippy'
28482024-08-14T22:12:32.659Z[ helios-setup] Aug 14 22:12:31.447 INFO E| info: downloading component 'rust-docs'
28492024-08-14T22:12:34.420Z[ host-package] Compiling fatfs v0.3.6
28502024-08-14T22:12:34.428Z[ helios-setup] Aug 14 22:12:33.215 INFO E| info: downloading component 'rust-src'
28512024-08-14T22:12:34.656Z[ helios-setup] Aug 14 22:12:33.443 INFO E| info: downloading component 'rust-std'
28522024-08-14T22:12:35.196Z[ host-package] Compiling rtoolbox v0.0.2
28532024-08-14T22:12:35.708Z[ host-package] Compiling subprocess v0.2.9
28542024-08-14T22:12:36.216Z[ host-package] Compiling assert_matches v1.5.0
28552024-08-14T22:12:36.354Z[ host-package] Compiling is_ci v1.2.0
28562024-08-14T22:12:36.693Z[ host-package] Compiling supports-color v3.0.0
28572024-08-14T22:12:36.940Z[ helios-setup] Aug 14 22:12:35.727 INFO E| info: downloading component 'rustc'
28582024-08-14T22:12:37.423Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28592024-08-14T22:12:39.082Z[ host-package] Compiling rpassword v7.3.1
28602024-08-14T22:12:39.569Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28612024-08-14T22:12:40.744Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28622024-08-14T22:12:40.877Z[ host-package] Compiling tui-tree-widget v0.22.0
28632024-08-14T22:12:41.363Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28642024-08-14T22:12:43.181Z[ helios-setup] Aug 14 22:12:41.967 INFO E| info: downloading component 'rustfmt'
28652024-08-14T22:12:44.199Z[ helios-setup] Aug 14 22:12:42.985 INFO E| info: installing component 'cargo'
28662024-08-14T22:12:45.189Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28672024-08-14T22:12:45.309Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28682024-08-14T22:12:45.609Z[ helios-setup] Aug 14 22:12:44.395 INFO E| info: installing component 'clippy'
28692024-08-14T22:12:45.795Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28702024-08-14T22:12:46.087Z[ helios-setup] Aug 14 22:12:44.872 INFO E| info: installing component 'rust-docs'
28712024-08-14T22:12:48.401Z[ host-package] Compiling uzers v0.11.3
28722024-08-14T22:12:51.551Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732024-08-14T22:12:52.019Z[ helios-setup] Aug 14 22:12:50.803 INFO E| info: installing component 'rust-src'
28742024-08-14T22:12:52.956Z[ helios-setup] Aug 14 22:12:51.740 INFO E| info: installing component 'rust-std'
28752024-08-14T22:12:53.366Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28762024-08-14T22:12:55.529Z[ helios-setup] Aug 14 22:12:54.313 INFO E| info: installing component 'rustc'
28772024-08-14T22:12:55.904Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782024-08-14T22:13:01.221Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792024-08-14T22:13:02.310Z[ helios-setup] Aug 14 22:13:01.093 INFO E| info: installing component 'rustfmt'
28802024-08-14T22:13:03.269Z[ helios-setup] Aug 14 22:13:02.052 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28812024-08-14T22:13:04.130Z[ helios-setup] Aug 14 22:13:02.913 INFO E| From https://github.com/oxidecomputer/amd-apcb
28822024-08-14T22:13:04.131Z[ helios-setup] Aug 14 22:13:02.913 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
28832024-08-14T22:13:04.133Z[ helios-setup] Aug 14 22:13:02.913 INFO E| * [new tag] v0.3.3 -> v0.3.3
28842024-08-14T22:13:04.164Z[ helios-setup] Aug 14 22:13:02.947 INFO E| * [new tag] v0.1.3 -> v0.1.3
28852024-08-14T22:13:04.165Z[ helios-setup] Aug 14 22:13:02.947 INFO E| * [new tag] v0.1.4 -> v0.1.4
28862024-08-14T22:13:04.169Z[ helios-setup] Aug 14 22:13:02.947 INFO E| * [new tag] v0.1.5 -> v0.1.5
28872024-08-14T22:13:04.170Z[ helios-setup] Aug 14 22:13:02.947 INFO E| * [new tag] v0.2.0 -> v0.2.0
28882024-08-14T22:13:04.170Z[ helios-setup] Aug 14 22:13:02.948 INFO E| * [new tag] v0.3.0 -> v0.3.0
28892024-08-14T22:13:04.170Z[ helios-setup] Aug 14 22:13:02.948 INFO E| * [new tag] v0.3.1 -> v0.3.1
28902024-08-14T22:13:04.170Z[ helios-setup] Aug 14 22:13:02.948 INFO E| * [new tag] v0.3.2 -> v0.3.2
28912024-08-14T22:13:04.218Z[ helios-setup] Aug 14 22:13:03.001 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
28922024-08-14T22:13:05.102Z[ helios-setup] Aug 14 22:13:03.884 INFO E| From https://github.com/oxidecomputer/amd-efs
28932024-08-14T22:13:05.102Z[ helios-setup] Aug 14 22:13:03.884 INFO E| * [new branch] empty -> origin/empty
28942024-08-14T22:13:05.102Z[ helios-setup] Aug 14 22:13:03.884 INFO E| * [new branch] issue-99 -> origin/issue-99
28952024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.885 INFO E| * [new branch] main -> origin/main
28962024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.885 INFO E| * [new branch] review -> origin/review
28972024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.885 INFO E| * [new ref] -> origin/HEAD
28982024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.885 INFO E| * [new tag] v0.2.0 -> v0.2.0
28992024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.885 INFO E| * [new tag] v0.2.1 -> v0.2.1
29002024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.2.2 -> v0.2.2
29012024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.2.3 -> v0.2.3
29022024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.2.4 -> v0.2.4
29032024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.2.5 -> v0.2.5
29042024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.2.6 -> v0.2.6
29052024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.2.7 -> v0.2.7
29062024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.886 INFO E| * [new tag] v0.3.0 -> v0.3.0
29072024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.887 INFO E| * [new tag] v0.3.1 -> v0.3.1
29082024-08-14T22:13:05.105Z[ helios-setup] Aug 14 22:13:03.887 INFO E| * [new tag] v0.4.0 -> v0.4.0
29092024-08-14T22:13:05.130Z[ helios-setup] Aug 14 22:13:03.913 INFO E| Updating crates.io index
29102024-08-14T22:13:05.378Z[ helios-setup] Aug 14 22:13:04.160 INFO E| Downloading crates ...
29112024-08-14T22:13:05.535Z[ helios-setup] Aug 14 22:13:04.317 INFO E| Downloaded bytesize v1.3.0
29122024-08-14T22:13:05.537Z[ helios-setup] Aug 14 22:13:04.320 INFO E| Downloaded pest_derive v2.7.11
29132024-08-14T22:13:05.573Z[ helios-setup] Aug 14 22:13:04.356 INFO E| Downloaded proc-macro-crate v0.1.5
29142024-08-14T22:13:05.606Z[ helios-setup] Aug 14 22:13:04.388 INFO E| Downloaded textwrap v0.11.0
29152024-08-14T22:13:05.609Z[ helios-setup] Aug 14 22:13:04.392 INFO E| Downloaded strsim v0.8.0
29162024-08-14T22:13:05.612Z[ helios-setup] Aug 14 22:13:04.394 INFO E| Downloaded semver-parser v0.7.0
29172024-08-14T22:13:05.614Z[ helios-setup] Aug 14 22:13:04.395 INFO E| Downloaded scroll_derive v0.10.5
29182024-08-14T22:13:05.614Z[ helios-setup] Aug 14 22:13:04.397 INFO E| Downloaded pre v0.2.1
29192024-08-14T22:13:05.617Z[ helios-setup] Aug 14 22:13:04.398 INFO E| Downloaded vec_map v0.8.2
29202024-08-14T22:13:05.619Z[ helios-setup] Aug 14 22:13:04.400 INFO E| Downloaded scroll v0.10.2
29212024-08-14T22:13:05.621Z[ helios-setup] Aug 14 22:13:04.403 INFO E| Downloaded rustc_version v0.2.3
29222024-08-14T22:13:05.624Z[ helios-setup] Aug 14 22:13:04.405 INFO E| Downloaded modular-bitfield v0.11.2
29232024-08-14T22:13:05.661Z[ helios-setup] Aug 14 22:13:04.443 INFO E| Downloaded structopt v0.3.26
29242024-08-14T22:13:05.670Z[ helios-setup] Aug 14 22:13:04.452 INFO E| Downloaded pre-proc-macro v0.2.1
29252024-08-14T22:13:05.673Z[ helios-setup] Aug 14 22:13:04.455 INFO E| Downloaded pest_meta v2.7.11
29262024-08-14T22:13:05.675Z[ helios-setup] Aug 14 22:13:04.458 INFO E| Downloaded ansi_term v0.12.1
29272024-08-14T22:13:05.678Z[ helios-setup] Aug 14 22:13:04.461 INFO E| Downloaded semver v0.9.0
29282024-08-14T22:13:05.681Z[ helios-setup] Aug 14 22:13:04.464 INFO E| Downloaded pest_generator v2.7.11
29292024-08-14T22:13:05.684Z[ helios-setup] Aug 14 22:13:04.466 INFO E| Downloaded memchr v2.7.4
29302024-08-14T22:13:05.691Z[ helios-setup] Aug 14 22:13:04.474 INFO E| Downloaded pest v2.7.11
29312024-08-14T22:13:05.698Z[ helios-setup] Aug 14 22:13:04.481 INFO E| Downloaded clap v2.34.0
29322024-08-14T22:13:05.708Z[ helios-setup] Aug 14 22:13:04.490 INFO E| Downloaded serde_json v1.0.120
29332024-08-14T22:13:05.718Z[ helios-setup] Aug 14 22:13:04.501 INFO E| Downloaded syn v2.0.71
29342024-08-14T22:13:05.734Z[ helios-setup] Aug 14 22:13:04.517 INFO E| Downloaded strum v0.23.0
29352024-08-14T22:13:05.737Z[ helios-setup] Aug 14 22:13:04.518 INFO E| Downloaded goblin v0.4.3
29362024-08-14T22:13:05.745Z[ helios-setup] Aug 14 22:13:04.526 INFO E| Downloaded num-derive v0.3.3
29372024-08-14T22:13:05.750Z[ helios-setup] Aug 14 22:13:04.528 INFO E| Downloaded modular-bitfield-impl v0.11.2
29382024-08-14T22:13:05.750Z[ helios-setup] Aug 14 22:13:04.530 INFO E| Downloaded log v0.4.22
29392024-08-14T22:13:05.753Z[ helios-setup] Aug 14 22:13:04.533 INFO E| Downloaded four-cc v0.3.0
29402024-08-14T22:13:05.753Z[ helios-setup] Aug 14 22:13:04.534 INFO E| Downloaded cfg-if v0.1.10
29412024-08-14T22:13:05.756Z[ helios-setup] Aug 14 22:13:04.536 INFO E| Downloaded strum_macros v0.23.1
29422024-08-14T22:13:05.756Z[ helios-setup] Aug 14 22:13:04.538 INFO E| Downloaded structopt-derive v0.4.18
29432024-08-14T22:13:05.758Z[ helios-setup] Aug 14 22:13:04.540 INFO E| Downloaded parse_int v0.6.0
29442024-08-14T22:13:05.758Z[ helios-setup] Aug 14 22:13:04.541 INFO E| Downloaded memoffset v0.5.6
29452024-08-14T22:13:05.761Z[ helios-setup] Aug 14 22:13:04.542 INFO E| Downloaded fletcher v0.1.0
29462024-08-14T22:13:05.846Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling proc-macro2 v1.0.86
29472024-08-14T22:13:05.846Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling unicode-ident v1.0.12
29482024-08-14T22:13:05.846Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling syn v1.0.109
29492024-08-14T22:13:05.846Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling version_check v0.9.4
29502024-08-14T22:13:05.848Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling thiserror v1.0.63
29512024-08-14T22:13:05.848Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling semver-parser v0.7.0
29522024-08-14T22:13:05.848Z[ helios-setup] Aug 14 22:13:04.628 INFO E| Compiling autocfg v1.3.0
29532024-08-14T22:13:06.122Z[ helios-setup] Aug 14 22:13:04.904 INFO E| Compiling serde v1.0.204
29542024-08-14T22:13:07.152Z[ helios-setup] Aug 14 22:13:05.934 INFO E| Compiling semver v0.9.0
29552024-08-14T22:13:07.277Z[ helios-setup] Aug 14 22:13:06.060 INFO E| Compiling serde_json v1.0.120
29562024-08-14T22:13:07.408Z[ helios-setup] Aug 14 22:13:06.190 INFO E| Compiling proc-macro-error-attr v1.0.4
29572024-08-14T22:13:07.595Z[ helios-setup] Aug 14 22:13:06.377 INFO E| Compiling proc-macro-error v1.0.4
29582024-08-14T22:13:07.617Z[ helios-setup] Aug 14 22:13:06.399 INFO E| Compiling num-traits v0.2.19
29592024-08-14T22:13:07.719Z[ helios-setup] Aug 14 22:13:06.501 INFO E| Compiling ryu v1.0.18
29602024-08-14T22:13:07.931Z[ helios-setup] Aug 14 22:13:06.713 INFO E| Compiling rustc_version v0.2.3
29612024-08-14T22:13:08.298Z[ helios-setup] Aug 14 22:13:07.080 INFO E| Compiling itoa v1.0.11
29622024-08-14T22:13:08.332Z[ helios-setup] Aug 14 22:13:07.115 INFO E| Compiling unicode-segmentation v1.11.0
29632024-08-14T22:13:08.398Z[ helios-setup] Aug 14 22:13:07.180 INFO E| Compiling schemars v0.8.21
29642024-08-14T22:13:08.495Z[ helios-setup] Aug 14 22:13:07.278 INFO E| Compiling memoffset v0.5.6
29652024-08-14T22:13:08.693Z[ helios-setup] Aug 14 22:13:07.475 INFO E| Compiling lazy_static v1.5.0
29662024-08-14T22:13:08.836Z[ helios-setup] Aug 14 22:13:07.618 INFO E| Compiling memchr v2.7.4
29672024-08-14T22:13:08.894Z[ helios-setup] Aug 14 22:13:07.676 INFO E| Compiling rustversion v1.0.17
29682024-08-14T22:13:09.020Z[ helios-setup] Aug 14 22:13:07.801 INFO E| Compiling pre-proc-macro v0.2.1
29692024-08-14T22:13:09.186Z[ helios-setup] Aug 14 22:13:07.968 INFO E| Compiling libc v0.2.155
29702024-08-14T22:13:09.302Z[ helios-setup] Aug 14 22:13:08.084 INFO E| Compiling paste v1.0.15
29712024-08-14T22:13:09.823Z[ helios-setup] Aug 14 22:13:08.605 INFO E| Compiling quote v1.0.36
29722024-08-14T22:13:10.068Z[ helios-setup] Aug 14 22:13:08.850 INFO E| Compiling heck v0.3.3
29732024-08-14T22:13:10.490Z[ helios-setup] Aug 14 22:13:09.272 INFO E| Compiling dyn-clone v1.0.17
29742024-08-14T22:13:10.718Z[ helios-setup] Aug 14 22:13:09.499 INFO E| Compiling syn v2.0.71
29752024-08-14T22:13:10.983Z[ helios-setup] Aug 14 22:13:09.765 INFO E| Compiling ucd-trie v0.1.6
29762024-08-14T22:13:11.190Z[ helios-setup] Aug 14 22:13:09.971 INFO E| Compiling pre v0.2.1
29772024-08-14T22:13:11.751Z[ helios-setup] Aug 14 22:13:10.533 INFO E| Compiling static_assertions v1.1.0
29782024-08-14T22:13:11.844Z[ helios-setup] Aug 14 22:13:10.626 INFO E| Compiling once_cell v1.19.0
29792024-08-14T22:13:12.653Z[ helios-setup] Aug 14 22:13:11.434 INFO E| Compiling cfg-if v0.1.10
29802024-08-14T22:13:12.743Z[ helios-setup] Aug 14 22:13:11.525 INFO E| Compiling byteorder v1.5.0
29812024-08-14T22:13:13.687Z[ helios-setup] Aug 14 22:13:12.469 INFO E| Compiling unicode-width v0.1.13
29822024-08-14T22:13:14.140Z[ helios-setup] Aug 14 22:13:12.921 INFO E| Compiling textwrap v0.11.0
29832024-08-14T22:13:15.013Z[ helios-setup] Aug 14 22:13:13.795 INFO E| Compiling atty v0.2.14
29842024-08-14T22:13:15.271Z[ helios-setup] Aug 14 22:13:14.051 INFO E| Compiling fletcher v0.1.0
29852024-08-14T22:13:15.326Z[ helios-setup] Aug 14 22:13:14.107 INFO E| Compiling strum v0.23.0
29862024-08-14T22:13:15.471Z[ helios-setup] Aug 14 22:13:14.252 INFO E| Compiling ansi_term v0.12.1
29872024-08-14T22:13:15.559Z[ helios-setup] Aug 14 22:13:14.340 INFO E| Compiling parse_int v0.6.0
29882024-08-14T22:13:15.710Z[ helios-setup] Aug 14 22:13:14.491 INFO E| Compiling vec_map v0.8.2
29892024-08-14T22:13:15.724Z[ helios-setup] Aug 14 22:13:14.505 INFO E| Compiling bitflags v1.3.2
29902024-08-14T22:13:15.822Z[ helios-setup] Aug 14 22:13:14.603 INFO E| Compiling strsim v0.8.0
29912024-08-14T22:13:15.970Z[ helios-setup] Aug 14 22:13:14.751 INFO E| Compiling log v0.4.22
29922024-08-14T22:13:16.031Z[ helios-setup] Aug 14 22:13:14.812 INFO E| Compiling plain v0.2.3
29932024-08-14T22:13:16.189Z[ helios-setup] Aug 14 22:13:14.970 INFO E| Compiling clap v2.34.0
29942024-08-14T22:13:16.478Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29952024-08-14T22:13:16.568Z[ helios-setup] Aug 14 22:13:15.349 INFO E| Compiling bytesize v1.3.0
29962024-08-14T22:13:19.356Z[ helios-setup] Aug 14 22:13:18.136 INFO E| Compiling serde_derive_internals v0.29.1
29972024-08-14T22:13:19.443Z[ helios-setup] Aug 14 22:13:18.223 INFO E| Compiling toml v0.5.11
29982024-08-14T22:13:22.377Z[ helios-setup] Aug 14 22:13:21.157 INFO E| Compiling proc-macro-crate v0.1.5
29992024-08-14T22:13:24.472Z[ helios-setup] Aug 14 22:13:23.252 INFO E| Compiling thiserror-impl v1.0.63
30002024-08-14T22:13:24.472Z[ helios-setup] Aug 14 22:13:23.252 INFO E| Compiling serde_derive v1.0.204
30012024-08-14T22:13:24.614Z[ helios-setup] Aug 14 22:13:23.393 INFO E| Compiling schemars_derive v0.8.21
30022024-08-14T22:13:25.129Z[ helios-setup] Aug 14 22:13:23.909 INFO E| Compiling zerocopy-derive v0.6.6
30032024-08-14T22:13:28.829Z[ helios-setup] Aug 14 22:13:27.608 INFO E| Compiling zerocopy v0.6.6
30042024-08-14T22:13:29.959Z[ helios-setup] Aug 14 22:13:28.738 INFO E| Compiling pest v2.7.11
30052024-08-14T22:13:32.460Z[ host-package] Compiling multimap v0.10.0
30062024-08-14T22:13:32.972Z[ helios-setup] Aug 14 22:13:31.751 INFO E| Compiling modular-bitfield-impl v0.11.2
30072024-08-14T22:13:32.998Z[ helios-setup] Aug 14 22:13:31.777 INFO E| Compiling num-derive v0.3.3
30082024-08-14T22:13:33.409Z[ helios-setup] Aug 14 22:13:32.187 INFO E| Compiling strum_macros v0.23.1
30092024-08-14T22:13:33.470Z[ helios-setup] Aug 14 22:13:32.249 INFO E| Compiling scroll_derive v0.10.5
30102024-08-14T22:13:35.754Z[ helios-setup] Aug 14 22:13:34.532 INFO E| Compiling pest_meta v2.7.11
30112024-08-14T22:13:36.591Z[ helios-setup] Aug 14 22:13:35.369 INFO E| Compiling scroll v0.10.2
30122024-08-14T22:13:36.901Z[ helios-setup] Aug 14 22:13:35.679 INFO E| Compiling structopt-derive v0.4.18
30132024-08-14T22:13:37.779Z[ helios-setup] Aug 14 22:13:36.556 INFO E| Compiling goblin v0.4.3
30142024-08-14T22:13:38.397Z[ helios-setup] Aug 14 22:13:37.175 INFO E| Compiling modular-bitfield v0.11.2
30152024-08-14T22:13:38.547Z[ helios-setup] Aug 14 22:13:37.323 INFO E| Compiling pest_generator v2.7.11
30162024-08-14T22:13:42.095Z[ helios-setup] Aug 14 22:13:40.873 INFO E| Compiling structopt v0.3.26
30172024-08-14T22:13:43.852Z[ helios-setup] Aug 14 22:13:42.629 INFO E| Compiling pest_derive v2.7.11
30182024-08-14T22:13:49.547Z[ helios-setup] Aug 14 22:13:48.322 INFO E| Compiling json5 v0.4.1
30192024-08-14T22:13:55.212Z[ helios-setup] Aug 14 22:13:53.988 INFO E| Compiling four-cc v0.3.0
30202024-08-14T22:13:55.212Z[ helios-setup] Aug 14 22:13:53.988 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30212024-08-14T22:13:55.418Z[ helios-setup] Aug 14 22:13:54.194 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30222024-08-14T22:14:39.211Z[ helios-setup] Aug 14 22:14:37.980 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30232024-08-14T22:14:56.679Z[ helios-setup] Aug 14 22:14:55.445 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30242024-08-14T22:15:40.546Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30252024-08-14T22:15:50.497Z[ helios-setup] Aug 14 22:15:49.256 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
30262024-08-14T22:15:50.535Z[ helios-setup] Aug 14 22:15:49.293 INFO building project "amd-host-image-builder" ok (200 seconds)
30272024-08-14T22:15:50.537Z[ helios-setup] rm -f helios-build
30282024-08-14T22:15:50.540Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30292024-08-14T22:15:50.543Z[ helios-setup]
30302024-08-14T22:15:50.546Z[ helios-setup] Setup complete! ./helios-build is now available.
30312024-08-14T22:15:50.548Z[ helios-setup]
30322024-08-14T22:15:50.550Z[ helios-setup]
30332024-08-14T22:15:50.550Z[ helios-setup] real 12:31.752412887
30342024-08-14T22:15:50.550Z[ helios-setup] user 29:31.684576473
30352024-08-14T22:15:50.551ZAug 14 22:15:49.308 INFO [helios-setup] process exited with exit status: 0 (751.758003658s)
30362024-08-14T22:15:50.551Z[ helios-setup] sys 3:33.979545940
30372024-08-14T22:15:50.551Z[ helios-setup] trap 1.681721206
30382024-08-14T22:15:50.551Z[ helios-setup] tflt 7.716003154
30392024-08-14T22:15:50.551Z[ helios-setup] dflt 43.249254483
30402024-08-14T22:15:50.551Z[ helios-setup] kflt 0.039167981
30412024-08-14T22:15:50.551Z[ helios-setup] lock 2:05:07.496686566
30422024-08-14T22:15:50.551Z[ helios-setup] slp 3:51:18.488951093
30432024-08-14T22:15:50.551Z[ helios-setup] lat 33:42.593402782
30442024-08-14T22:15:50.551Z[ helios-setup] stop 4:34.564428408
30452024-08-14T22:15:50.551ZAug 14 22:15:49.309 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30462024-08-14T22:15:50.570Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30472024-08-14T22:15:50.789Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30482024-08-14T22:15:50.792Z[ phbl-toolchain] info: downloading component 'cargo'
30492024-08-14T22:15:51.906Z[ phbl-toolchain] info: downloading component 'clippy'
30502024-08-14T22:15:52.214Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30512024-08-14T22:15:56.505Z[ phbl-toolchain] info: downloading component 'miri'
30522024-08-14T22:15:56.633Z[ phbl-toolchain] info: downloading component 'rust-docs'
30532024-08-14T22:15:57.759Z[ phbl-toolchain] info: downloading component 'rust-src'
30542024-08-14T22:15:58.095Z[ phbl-toolchain] info: downloading component 'rust-std'
30552024-08-14T22:16:00.186Z[ phbl-toolchain] info: downloading component 'rustc'
30562024-08-14T22:16:06.278Z[ phbl-toolchain] info: downloading component 'rustfmt'
30572024-08-14T22:16:07.208Z[ phbl-toolchain] info: installing component 'cargo'
30582024-08-14T22:16:08.228Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30592024-08-14T22:16:08.508Z[ phbl-toolchain] info: installing component 'clippy'
30602024-08-14T22:16:09.070Z[ phbl-toolchain] info: installing component 'llvm-tools'
30612024-08-14T22:16:14.814Z[ phbl-toolchain] info: installing component 'miri'
30622024-08-14T22:16:15.113Z[ phbl-toolchain] info: installing component 'rust-docs'
30632024-08-14T22:16:21.008Z[ phbl-toolchain] info: installing component 'rust-src'
30642024-08-14T22:16:21.712Z[ phbl-toolchain] info: installing component 'rust-std'
30652024-08-14T22:16:24.227Z[ phbl-toolchain] info: installing component 'rustc'
30662024-08-14T22:16:30.696Z[ phbl-toolchain] info: installing component 'rustfmt'
30672024-08-14T22:16:31.450Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30682024-08-14T22:16:31.453ZAug 14 22:16:30.207 INFO [phbl-toolchain] process exited with exit status: 0 (40.897557694s)
30692024-08-14T22:23:07.426Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 01s
30702024-08-14T22:24:01.191ZAug 14 22:23:59.880 INFO [host-package] process exited with exit status: 0 (1195.49964061s)
30712024-08-14T22:24:01.193ZAug 14 22:23:59.880 INFO [host-stamp] running task
30722024-08-14T22:24:01.193ZAug 14 22:23:59.880 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30732024-08-14T22:24:01.194ZAug 14 22:23:59.880 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+giteeab72cf9d7
30742024-08-14T22:24:01.202ZAug 14 22:23:59.891 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+giteeab72cf9d7
30752024-08-14T22:24:01.209Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30762024-08-14T22:24:01.211ZAug 14 22:23:59.898 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+giteeab72cf9d7
30772024-08-14T22:24:01.215Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30782024-08-14T22:24:01.218Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-14T22:24:01.220ZAug 14 22:23:59.907 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+giteeab72cf9d7
30802024-08-14T22:24:01.227ZAug 14 22:23:59.916 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+giteeab72cf9d7
30812024-08-14T22:24:01.233Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-14T22:24:01.238ZAug 14 22:23:59.927 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+giteeab72cf9d7
30832024-08-14T22:24:01.245Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30842024-08-14T22:24:01.246Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30852024-08-14T22:24:01.249ZAug 14 22:23:59.938 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+giteeab72cf9d7
30862024-08-14T22:24:01.257Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30872024-08-14T22:24:01.257Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30882024-08-14T22:24:01.261Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30892024-08-14T22:24:01.261ZAug 14 22:23:59.950 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+giteeab72cf9d7
30902024-08-14T22:24:01.273ZAug 14 22:23:59.962 INFO [stamp-overlay] process exited with exit status: 0 (45.829776ms)
30912024-08-14T22:24:01.274ZAug 14 22:23:59.962 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (55.265927ms)
30922024-08-14T22:24:01.276Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30932024-08-14T22:24:01.286Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30942024-08-14T22:24:01.300Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30952024-08-14T22:24:01.303ZAug 14 22:23:59.992 INFO [stamp-oxlog] process exited with exit status: 0 (41.31031ms)
30962024-08-14T22:24:01.321Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30972024-08-14T22:24:01.324ZAug 14 22:24:00.013 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.186932ms)
30982024-08-14T22:24:01.429Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
30992024-08-14T22:24:01.432ZAug 14 22:24:00.120 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (240.126448ms)
31002024-08-14T22:24:01.551Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31012024-08-14T22:24:01.554ZAug 14 22:24:00.242 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (351.575858ms)
31022024-08-14T22:24:02.434Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31032024-08-14T22:24:02.437ZAug 14 22:24:01.125 INFO [stamp-propolis-server] process exited with exit status: 0 (1.187174689s)
31042024-08-14T22:24:02.517Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31052024-08-14T22:24:04.877Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31062024-08-14T22:24:11.350Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31072024-08-14T22:24:11.353ZAug 14 22:24:10.040 INFO [stamp-switch-asic] process exited with exit status: 0 (10.113669422s)
31082024-08-14T22:24:11.355ZAug 14 22:24:10.040 INFO [host-stamp] task succeeded (10.160634426s)
31092024-08-14T22:24:11.355ZAug 14 22:24:10.040 INFO [host-proto] running task
31102024-08-14T22:24:11.719ZAug 14 22:24:10.406 INFO [host-proto] task succeeded (365.160011ms)
31112024-08-14T22:24:11.719ZAug 14 22:24:10.406 INFO [host-profile] running task
31122024-08-14T22:24:11.721ZAug 14 22:24:10.406 INFO [host-profile] task succeeded (302.273µs)
31132024-08-14T22:24:11.721ZAug 14 22:24:10.406 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpOW0RJm/proto/host/root -N 'ci eeab72c/${os_short_commit} 2024-08-14 22:03' -s host -B
31142024-08-14T22:24:11.734Z[ host-image] Aug 14 22:24:10.421 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31152024-08-14T22:24:11.734Z[ host-image] Aug 14 22:24:10.421 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31162024-08-14T22:24:11.750Z[ host-image] Aug 14 22:24:10.437 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpOW0RJm/proto/host/root"
31172024-08-14T22:24:11.750Z[ host-image] Aug 14 22:24:10.437 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31182024-08-14T22:24:11.753Z[ host-image] Aug 14 22:24:10.437 INFO image builder template: ramdisk-01-os...
31192024-08-14T22:24:11.753Z[ host-image] Aug 14 22:24:10.437 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31202024-08-14T22:24:11.772Z[ host-image] Aug 14 22:24:10.459 INFO O| Aug 14 22:24:10.458 INFO CREATE DATASET: rpool/images/build/host/output
31212024-08-14T22:24:11.908Z[ host-image] Aug 14 22:24:10.594 INFO O| Aug 14 22:24:10.594 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31222024-08-14T22:24:11.912Z[ host-image] Aug 14 22:24:10.599 INFO O| Aug 14 22:24:10.599 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31232024-08-14T22:24:12.244Z[ host-image] Aug 14 22:24:10.930 INFO O| Aug 14 22:24:10.930 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31242024-08-14T22:24:12.339Z[ host-image] Aug 14 22:24:11.026 INFO O| Aug 14 22:24:11.025 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31252024-08-14T22:24:12.339Z[ host-image] Aug 14 22:24:11.026 INFO O| Aug 14 22:24:11.026 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31262024-08-14T22:24:12.341Z[ host-image] Aug 14 22:24:11.026 INFO O| Aug 14 22:24:11.026 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31272024-08-14T22:24:12.341Z[ host-image] Aug 14 22:24:11.026 INFO O| Aug 14 22:24:11.026 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31282024-08-14T22:24:12.347Z[ host-image] Aug 14 22:24:11.034 INFO O| Aug 14 22:24:11.034 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31292024-08-14T22:24:12.594Z[ host-image] Aug 14 22:24:11.281 INFO O| Aug 14 22:24:11.281 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31302024-08-14T22:24:12.605Z[ host-image] Aug 14 22:24:11.292 INFO O| Aug 14 22:24:11.292 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31312024-08-14T22:24:13.017Z[ host-image] Aug 14 22:24:11.704 INFO O| Aug 14 22:24:11.704 INFO O| Caching catalogs ... Done
31322024-08-14T22:24:13.123Z[ host-image] Aug 14 22:24:11.810 INFO O| Aug 14 22:24:11.810 INFO STEP 0 (pkg_image_create) COMPLETE
31332024-08-14T22:24:13.123Z[ host-image] Aug 14 22:24:11.810 INFO O| Aug 14 22:24:11.810 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31342024-08-14T22:24:13.126Z[ host-image] Aug 14 22:24:11.810 INFO O| Aug 14 22:24:11.810 INFO skip step because feature "repo_redist" is not enabled
31352024-08-14T22:24:13.126Z[ host-image] Aug 14 22:24:11.810 INFO O| Aug 14 22:24:11.810 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31362024-08-14T22:24:13.140Z[ host-image] Aug 14 22:24:11.827 INFO O| Aug 14 22:24:11.826 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31372024-08-14T22:24:13.740Z[ host-image] Aug 14 22:24:12.426 INFO O| Aug 14 22:24:12.426 INFO STEP 2 (pkg_set_publisher) COMPLETE
31382024-08-14T22:24:13.740Z[ host-image] Aug 14 22:24:12.426 INFO O| Aug 14 22:24:12.426 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31392024-08-14T22:24:13.757Z[ host-image] Aug 14 22:24:12.444 INFO O| Aug 14 22:24:12.444 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31402024-08-14T22:24:14.342Z[ host-image] Aug 14 22:24:13.029 INFO O| Aug 14 22:24:13.029 INFO STEP 3 (pkg_set_publisher) COMPLETE
31412024-08-14T22:24:14.342Z[ host-image] Aug 14 22:24:13.029 INFO O| Aug 14 22:24:13.029 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31422024-08-14T22:24:14.345Z[ host-image] Aug 14 22:24:13.029 INFO O| Aug 14 22:24:13.029 INFO skip step because feature "repo_redist" is not enabled
31432024-08-14T22:24:14.345Z[ host-image] Aug 14 22:24:13.029 INFO O| Aug 14 22:24:13.029 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31442024-08-14T22:24:14.909Z[ host-image] Aug 14 22:24:13.595 INFO O| Aug 14 22:24:13.595 INFO variant opensolaris.zone is already global
31452024-08-14T22:24:14.909Z[ host-image] Aug 14 22:24:13.595 INFO O| Aug 14 22:24:13.595 INFO STEP 5 (pkg_change_variant) COMPLETE
31462024-08-14T22:24:14.912Z[ host-image] Aug 14 22:24:13.595 INFO O| Aug 14 22:24:13.595 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31472024-08-14T22:24:15.499Z[ host-image] Aug 14 22:24:14.185 INFO O| Aug 14 22:24:14.185 INFO variant opensolaris.imagetype is full; changing to partial
31482024-08-14T22:24:15.499Z[ host-image] Aug 14 22:24:14.185 INFO O| Aug 14 22:24:14.185 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31492024-08-14T22:24:22.141Z[ host-image] Aug 14 22:24:20.827 INFO O| Aug 14 22:24:20.827 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31502024-08-14T22:24:23.833Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.39s
31512024-08-14T22:24:24.369Z[ host-image] Aug 14 22:24:23.054 INFO O| Aug 14 22:24:23.054 INFO O| Startup: Caching catalogs ... Done
31522024-08-14T22:24:24.424Z[ host-image] Aug 14 22:24:23.109 INFO O| Aug 14 22:24:23.109 INFO O| Planning: Planning completed in 0.00 seconds
31532024-08-14T22:24:24.428Z[ host-image] Aug 14 22:24:23.109 INFO O| Aug 14 22:24:23.109 INFO O| Planning: Consolidating action changes ... Done
31542024-08-14T22:24:24.428Z[ host-image] Aug 14 22:24:23.109 INFO O| Aug 14 22:24:23.109 INFO O| Planning: Evaluating mediators ... Done
31552024-08-14T22:24:24.428Z[ host-image] Aug 14 22:24:23.110 INFO O| Aug 14 22:24:23.110 INFO O| Planning: Planning completed in 0.00 seconds
31562024-08-14T22:24:24.428Z[ host-image] Aug 14 22:24:23.110 INFO O| Aug 14 22:24:23.110 INFO O| Variants/Facets to change: 1
31572024-08-14T22:24:24.440Z[ host-image] Aug 14 22:24:23.125 INFO O| Aug 14 22:24:23.125 INFO O| Done
31582024-08-14T22:24:24.441Z[ host-image] Aug 14 22:24:23.125 INFO O| Aug 14 22:24:23.125 INFO O| Done
31592024-08-14T22:24:24.831Z[ host-image] Aug 14 22:24:23.516 INFO O| Aug 14 22:24:23.516 INFO O| Done
31602024-08-14T22:24:24.865Z[ host-image] Aug 14 22:24:23.550 INFO O| Aug 14 22:24:23.550 INFO O| Done
31612024-08-14T22:24:24.868Z[ host-image] Aug 14 22:24:23.551 INFO O| Aug 14 22:24:23.551 INFO O| Done
31622024-08-14T22:24:24.868Z[ host-image] Aug 14 22:24:23.551 INFO O| Aug 14 22:24:23.551 INFO O| Done
31632024-08-14T22:24:24.868Z[ host-image] Aug 14 22:24:23.553 INFO O| Aug 14 22:24:23.553 INFO O| Done
31642024-08-14T22:24:25.188Z[ host-image] Aug 14 22:24:23.873 INFO O| Aug 14 22:24:23.873 INFO STEP 6 (pkg_change_variant) COMPLETE
31652024-08-14T22:24:25.188Z[ host-image] Aug 14 22:24:23.873 INFO O| Aug 14 22:24:23.873 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31662024-08-14T22:24:25.191Z[ host-image] Aug 14 22:24:23.873 INFO O| Aug 14 22:24:23.873 INFO skip step because feature "debug_variant" is not enabled
31672024-08-14T22:24:25.191Z[ host-image] Aug 14 22:24:23.873 INFO O| Aug 14 22:24:23.873 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31682024-08-14T22:24:25.552Z[ host-image] Aug 14 22:24:24.237 INFO O| Aug 14 22:24:24.237 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31692024-08-14T22:24:25.982ZAug 14 22:24:24.667 INFO [recovery-package] process exited with exit status: 0 (24.78718976s)
31702024-08-14T22:24:25.982ZAug 14 22:24:24.667 INFO [recovery-stamp] running task
31712024-08-14T22:24:25.985ZAug 14 22:24:24.668 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31722024-08-14T22:24:25.985ZAug 14 22:24:24.668 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+giteeab72cf9d7
31732024-08-14T22:24:25.992Z[ host-image] Aug 14 22:24:24.675 INFO O| Aug 14 22:24:24.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31742024-08-14T22:24:25.992Z[ host-image] Aug 14 22:24:24.676 INFO O| Aug 14 22:24:24.676 INFO O| Planning: Planning completed in 0.00 seconds
31752024-08-14T22:24:25.995Z[ host-image] Aug 14 22:24:24.676 INFO O| Aug 14 22:24:24.676 INFO O| Planning: Consolidating action changes ... Done
31762024-08-14T22:24:25.995Z[ host-image] Aug 14 22:24:24.677 INFO O| Aug 14 22:24:24.677 INFO O| Planning: Evaluating mediators ... Done
31772024-08-14T22:24:25.995Z[ host-image] Aug 14 22:24:24.677 INFO O| Aug 14 22:24:24.677 INFO O| Planning: Planning completed in 0.00 seconds
31782024-08-14T22:24:25.995Z[ host-image] Aug 14 22:24:24.677 INFO O| Aug 14 22:24:24.677 INFO O| Variants/Facets to change: 1
31792024-08-14T22:24:25.995ZAug 14 22:24:24.679 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+giteeab72cf9d7
31802024-08-14T22:24:26.005Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31812024-08-14T22:24:26.008Z[ host-image] Aug 14 22:24:24.693 INFO O| Aug 14 22:24:24.693 INFO O| Done
31822024-08-14T22:24:26.008Z[ host-image] Aug 14 22:24:24.693 INFO O| Aug 14 22:24:24.693 INFO O| Done
31832024-08-14T22:24:26.010Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31842024-08-14T22:24:26.077Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31852024-08-14T22:24:26.081ZAug 14 22:24:24.766 INFO [stamp-installinator] process exited with exit status: 0 (98.225922ms)
31862024-08-14T22:24:26.127Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31872024-08-14T22:24:26.130ZAug 14 22:24:24.816 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (136.616526ms)
31882024-08-14T22:24:26.133ZAug 14 22:24:24.816 INFO [recovery-stamp] task succeeded (148.348401ms)
31892024-08-14T22:24:26.133ZAug 14 22:24:24.816 INFO [recovery-proto] running task
31902024-08-14T22:24:26.133ZAug 14 22:24:24.816 INFO [tuf-stamp] running task
31912024-08-14T22:24:26.133ZAug 14 22:24:24.817 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+giteeab72cf9d7
31922024-08-14T22:24:26.142ZAug 14 22:24:24.827 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+giteeab72cf9d7
31932024-08-14T22:24:26.154Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-14T22:24:26.156ZAug 14 22:24:24.839 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+giteeab72cf9d7
31952024-08-14T22:24:26.164ZAug 14 22:24:24.850 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+giteeab72cf9d7
31962024-08-14T22:24:26.173Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-08-14T22:24:26.180Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-08-14T22:24:26.182ZAug 14 22:24:24.865 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+giteeab72cf9d7
31992024-08-14T22:24:26.203Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-08-14T22:24:26.210ZAug 14 22:24:24.889 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+giteeab72cf9d7
32012024-08-14T22:24:26.222Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-08-14T22:24:26.233ZAug 14 22:24:24.918 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+giteeab72cf9d7
32032024-08-14T22:24:26.260Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-14T22:24:26.263ZAug 14 22:24:24.946 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+giteeab72cf9d7
32052024-08-14T22:24:26.289Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-08-14T22:24:26.291ZAug 14 22:24:24.974 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+giteeab72cf9d7
32072024-08-14T22:24:26.307ZAug 14 22:24:24.992 INFO [recovery-proto] task succeeded (176.358203ms)
32082024-08-14T22:24:26.310ZAug 14 22:24:24.993 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpOW0RJm/proto/recovery/root -N 'recovery eeab72c/${os_short_commit} 2024-08-14 22:03' -s recovery -R
32092024-08-14T22:24:26.327Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-08-14T22:24:26.327ZAug 14 22:24:25.012 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+giteeab72cf9d7
32112024-08-14T22:24:26.333Z[ recovery-image] Aug 14 22:24:25.018 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32122024-08-14T22:24:26.336Z[ recovery-image] Aug 14 22:24:25.018 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32132024-08-14T22:24:26.349Z[ recovery-image] Aug 14 22:24:25.034 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpOW0RJm/proto/recovery/root"
32142024-08-14T22:24:26.349Z[ recovery-image] Aug 14 22:24:25.034 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32152024-08-14T22:24:26.352Z[ recovery-image] Aug 14 22:24:25.035 INFO image builder template: ramdisk-01-os...
32162024-08-14T22:24:26.352Z[ recovery-image] Aug 14 22:24:25.035 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32172024-08-14T22:24:26.381Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32182024-08-14T22:24:26.383ZAug 14 22:24:25.067 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+giteeab72cf9d7
32192024-08-14T22:24:26.405Z[ recovery-image] Aug 14 22:24:25.086 INFO O| Aug 14 22:24:25.086 INFO CREATE DATASET: rpool/images/build/recovery/output
32202024-08-14T22:24:26.407Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32212024-08-14T22:24:26.408Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32222024-08-14T22:24:26.479Z[ host-image] Aug 14 22:24:25.113 INFO O| Aug 14 22:24:25.113 INFO O| Done
32232024-08-14T22:24:26.513Z[ host-image] Aug 14 22:24:25.191 INFO O| Aug 14 22:24:25.191 INFO O| Done
32242024-08-14T22:24:26.516Z[ host-image] Aug 14 22:24:25.192 INFO O| Aug 14 22:24:25.192 INFO O| Done
32252024-08-14T22:24:26.539Z[ host-image] Aug 14 22:24:25.192 INFO O| Aug 14 22:24:25.192 INFO O| Done
32262024-08-14T22:24:26.590Z[ host-image] Aug 14 22:24:25.194 INFO O| Aug 14 22:24:25.194 INFO O| Done
32272024-08-14T22:24:26.638Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32282024-08-14T22:24:26.740Z[ host-image] Aug 14 22:24:25.371 INFO O| Aug 14 22:24:25.370 INFO STEP 8 (pkg_change_facet) COMPLETE
32292024-08-14T22:24:26.740Z[ host-image] Aug 14 22:24:25.371 INFO O| Aug 14 22:24:25.371 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32302024-08-14T22:24:26.740Z[ host-image] Aug 14 22:24:25.371 INFO O| Aug 14 22:24:25.371 INFO skip step because feature "recovery" is not enabled
32312024-08-14T22:24:26.740Z[ host-image] Aug 14 22:24:25.371 INFO O| Aug 14 22:24:25.371 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32322024-08-14T22:24:26.740ZAug 14 22:24:25.425 INFO [stamp-probe] process exited with exit status: 0 (357.981637ms)
32332024-08-14T22:24:26.740Z[ host-image] Aug 14 22:24:25.371 INFO O| Aug 14 22:24:25.371 INFO skip step because feature "recovery" is not enabled
32342024-08-14T22:24:26.743Z[ host-image] Aug 14 22:24:25.371 INFO O| Aug 14 22:24:25.371 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32352024-08-14T22:24:26.743Z[ host-image] Aug 14 22:24:25.390 INFO O| Aug 14 22:24:25.390 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
32362024-08-14T22:24:26.838Z[ recovery-image] Aug 14 22:24:25.523 INFO O| Aug 14 22:24:25.523 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32372024-08-14T22:24:26.910Z[ recovery-image] Aug 14 22:24:25.595 INFO O| Aug 14 22:24:25.595 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32382024-08-14T22:24:26.977Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32392024-08-14T22:24:27.063ZAug 14 22:24:25.748 INFO [stamp-ntp] process exited with exit status: 0 (801.776187ms)
32402024-08-14T22:24:27.233Z[ recovery-image] Aug 14 22:24:25.918 INFO O| Aug 14 22:24:25.917 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32412024-08-14T22:24:27.360Z[ recovery-image] Aug 14 22:24:26.045 INFO O| Aug 14 22:24:26.044 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32422024-08-14T22:24:27.360Z[ recovery-image] Aug 14 22:24:26.045 INFO O| Aug 14 22:24:26.045 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32432024-08-14T22:24:27.362Z[ recovery-image] Aug 14 22:24:26.045 INFO O| Aug 14 22:24:26.045 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32442024-08-14T22:24:27.362Z[ recovery-image] Aug 14 22:24:26.045 INFO O| Aug 14 22:24:26.045 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32452024-08-14T22:24:27.371Z[ recovery-image] Aug 14 22:24:26.056 INFO O| Aug 14 22:24:26.056 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32462024-08-14T22:24:27.512Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32472024-08-14T22:24:27.588ZAug 14 22:24:26.273 INFO [stamp-external-dns] process exited with exit status: 0 (1.407149285s)
32482024-08-14T22:24:27.662Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32492024-08-14T22:24:27.666ZAug 14 22:24:26.351 INFO [stamp-internal-dns] process exited with exit status: 0 (1.501864265s)
32502024-08-14T22:24:27.682Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32512024-08-14T22:24:27.686ZAug 14 22:24:26.371 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.553992533s)
32522024-08-14T22:24:27.701Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
32532024-08-14T22:24:27.725Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32542024-08-14T22:24:27.734Z[ recovery-image] Aug 14 22:24:26.419 INFO O| Aug 14 22:24:26.419 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-08-14T22:24:27.755Z[ recovery-image] Aug 14 22:24:26.439 INFO O| Aug 14 22:24:26.439 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32562024-08-14T22:24:27.958Z[ host-image] Aug 14 22:24:26.643 INFO O| Aug 14 22:24:26.643 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32572024-08-14T22:24:28.302Z[ recovery-image] Aug 14 22:24:26.986 INFO O| Aug 14 22:24:26.986 INFO O| Caching catalogs ... Done
32582024-08-14T22:24:28.312Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32592024-08-14T22:24:28.319Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32602024-08-14T22:24:28.323ZAug 14 22:24:27.008 INFO [stamp-oximeter] process exited with exit status: 0 (2.118923992s)
32612024-08-14T22:24:28.323ZAug 14 22:24:27.008 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.089777973s)
32622024-08-14T22:24:28.436Z[ recovery-image] Aug 14 22:24:27.121 INFO O| Aug 14 22:24:27.121 INFO STEP 0 (pkg_image_create) COMPLETE
32632024-08-14T22:24:28.437Z[ recovery-image] Aug 14 22:24:27.121 INFO O| Aug 14 22:24:27.121 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-08-14T22:24:28.437Z[ recovery-image] Aug 14 22:24:27.121 INFO O| Aug 14 22:24:27.121 INFO skip step because feature "repo_redist" is not enabled
32652024-08-14T22:24:28.437Z[ recovery-image] Aug 14 22:24:27.121 INFO O| Aug 14 22:24:27.121 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32662024-08-14T22:24:28.452Z[ recovery-image] Aug 14 22:24:27.137 INFO O| Aug 14 22:24:27.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
32672024-08-14T22:24:28.964Z[ recovery-image] Aug 14 22:24:27.648 INFO O| Aug 14 22:24:27.648 INFO STEP 2 (pkg_set_publisher) COMPLETE
32682024-08-14T22:24:28.964Z[ recovery-image] Aug 14 22:24:27.648 INFO O| Aug 14 22:24:27.648 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-14T22:24:28.979Z[ recovery-image] Aug 14 22:24:27.664 INFO O| Aug 14 22:24:27.664 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
32702024-08-14T22:24:29.508Z[ recovery-image] Aug 14 22:24:28.192 INFO O| Aug 14 22:24:28.192 INFO STEP 3 (pkg_set_publisher) COMPLETE
32712024-08-14T22:24:29.508Z[ recovery-image] Aug 14 22:24:28.193 INFO O| Aug 14 22:24:28.192 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32722024-08-14T22:24:29.508Z[ recovery-image] Aug 14 22:24:28.193 INFO O| Aug 14 22:24:28.192 INFO skip step because feature "repo_redist" is not enabled
32732024-08-14T22:24:29.510Z[ recovery-image] Aug 14 22:24:28.193 INFO O| Aug 14 22:24:28.192 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32742024-08-14T22:24:29.842Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32752024-08-14T22:24:29.846ZAug 14 22:24:28.531 INFO [stamp-nexus] process exited with exit status: 0 (3.703756123s)
32762024-08-14T22:24:29.999Z[ recovery-image] Aug 14 22:24:28.683 INFO O| Aug 14 22:24:28.683 INFO variant opensolaris.zone is already global
32772024-08-14T22:24:29.999Z[ recovery-image] Aug 14 22:24:28.683 INFO O| Aug 14 22:24:28.683 INFO STEP 5 (pkg_change_variant) COMPLETE
32782024-08-14T22:24:29.999Z[ recovery-image] Aug 14 22:24:28.683 INFO O| Aug 14 22:24:28.683 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32792024-08-14T22:24:30.488Z[ recovery-image] Aug 14 22:24:29.172 INFO O| Aug 14 22:24:29.172 INFO variant opensolaris.imagetype is full; changing to partial
32802024-08-14T22:24:30.488Z[ recovery-image] Aug 14 22:24:29.172 INFO O| Aug 14 22:24:29.172 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32812024-08-14T22:24:31.653Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32822024-08-14T22:24:31.657ZAug 14 22:24:30.342 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.367777054s)
32832024-08-14T22:24:34.689Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32842024-08-14T22:24:34.693ZAug 14 22:24:33.377 INFO [stamp-clickhouse] process exited with exit status: 0 (8.53821023s)
32852024-08-14T22:24:34.941Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32862024-08-14T22:24:34.946ZAug 14 22:24:33.628 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.585665354s)
32872024-08-14T22:24:34.946ZAug 14 22:24:33.628 INFO [tuf-stamp] task succeeded (8.8125158s)
32882024-08-14T22:24:35.225Z[ recovery-image] Aug 14 22:24:33.909 INFO O| Aug 14 22:24:33.909 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32892024-08-14T22:24:35.492Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32902024-08-14T22:24:35.613Z[verify-libraries] Compiling heck v0.4.1
32912024-08-14T22:24:35.613Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32922024-08-14T22:24:35.629Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32932024-08-14T22:24:35.631Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32942024-08-14T22:24:35.644Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32952024-08-14T22:24:35.646Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32962024-08-14T22:24:35.676Z[verify-libraries] Compiling indent_write v2.2.0
32972024-08-14T22:24:36.014Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32982024-08-14T22:24:36.113Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32992024-08-14T22:24:36.113Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33002024-08-14T22:24:36.149Z[verify-libraries] Compiling termios v0.3.3
33012024-08-14T22:24:36.486Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33022024-08-14T22:24:37.139Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33032024-08-14T22:24:41.320Z[ recovery-image] Aug 14 22:24:40.003 INFO O| Aug 14 22:24:40.003 INFO O| Startup: Caching catalogs ... Done
33042024-08-14T22:24:41.409Z[ recovery-image] Aug 14 22:24:40.092 INFO O| Aug 14 22:24:40.092 INFO O| Planning: Planning completed in 0.00 seconds
33052024-08-14T22:24:41.412Z[ recovery-image] Aug 14 22:24:40.093 INFO O| Aug 14 22:24:40.093 INFO O| Planning: Consolidating action changes ... Done
33062024-08-14T22:24:41.412Z[ recovery-image] Aug 14 22:24:40.093 INFO O| Aug 14 22:24:40.093 INFO O| Planning: Evaluating mediators ... Done
33072024-08-14T22:24:41.412Z[ recovery-image] Aug 14 22:24:40.093 INFO O| Aug 14 22:24:40.093 INFO O| Planning: Planning completed in 0.00 seconds
33082024-08-14T22:24:41.412Z[ recovery-image] Aug 14 22:24:40.094 INFO O| Aug 14 22:24:40.094 INFO O| Variants/Facets to change: 1
33092024-08-14T22:24:41.475Z[ recovery-image] Aug 14 22:24:40.158 INFO O| Aug 14 22:24:40.158 INFO O| Done
33102024-08-14T22:24:41.475Z[ recovery-image] Aug 14 22:24:40.158 INFO O| Aug 14 22:24:40.158 INFO O| Done
33112024-08-14T22:24:42.209Z[ recovery-image] Aug 14 22:24:40.892 INFO O| Aug 14 22:24:40.892 INFO O| Done
33122024-08-14T22:24:42.255Z[ recovery-image] Aug 14 22:24:40.938 INFO O| Aug 14 22:24:40.937 INFO O| Done
33132024-08-14T22:24:42.258Z[ recovery-image] Aug 14 22:24:40.940 INFO O| Aug 14 22:24:40.940 INFO O| Done
33142024-08-14T22:24:42.258Z[ recovery-image] Aug 14 22:24:40.940 INFO O| Aug 14 22:24:40.940 INFO O| Done
33152024-08-14T22:24:42.261Z[ recovery-image] Aug 14 22:24:40.942 INFO O| Aug 14 22:24:40.942 INFO O| Done
33162024-08-14T22:24:42.745Z[ recovery-image] Aug 14 22:24:41.428 INFO O| Aug 14 22:24:41.428 INFO STEP 6 (pkg_change_variant) COMPLETE
33172024-08-14T22:24:42.745Z[ recovery-image] Aug 14 22:24:41.428 INFO O| Aug 14 22:24:41.428 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33182024-08-14T22:24:42.748Z[ recovery-image] Aug 14 22:24:41.428 INFO O| Aug 14 22:24:41.428 INFO skip step because feature "debug_variant" is not enabled
33192024-08-14T22:24:42.748Z[ recovery-image] Aug 14 22:24:41.428 INFO O| Aug 14 22:24:41.428 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-08-14T22:24:43.416Z[ recovery-image] Aug 14 22:24:42.099 INFO O| Aug 14 22:24:42.099 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33212024-08-14T22:24:44.483Z[ recovery-image] Aug 14 22:24:43.165 INFO O| Aug 14 22:24:43.164 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33222024-08-14T22:24:44.485Z[ recovery-image] Aug 14 22:24:43.167 INFO O| Aug 14 22:24:43.167 INFO O| Planning: Planning completed in 0.00 seconds
33232024-08-14T22:24:44.487Z[ recovery-image] Aug 14 22:24:43.168 INFO O| Aug 14 22:24:43.168 INFO O| Planning: Consolidating action changes ... Done
33242024-08-14T22:24:44.487Z[ recovery-image] Aug 14 22:24:43.168 INFO O| Aug 14 22:24:43.168 INFO O| Planning: Evaluating mediators ... Done
33252024-08-14T22:24:44.487Z[ recovery-image] Aug 14 22:24:43.169 INFO O| Aug 14 22:24:43.169 INFO O| Planning: Planning completed in 0.00 seconds
33262024-08-14T22:24:44.487Z[ recovery-image] Aug 14 22:24:43.169 INFO O| Aug 14 22:24:43.169 INFO O| Variants/Facets to change: 1
33272024-08-14T22:24:44.517Z[ recovery-image] Aug 14 22:24:43.199 INFO O| Aug 14 22:24:43.199 INFO O| Done
33282024-08-14T22:24:44.517Z[ recovery-image] Aug 14 22:24:43.199 INFO O| Aug 14 22:24:43.199 INFO O| Done
33292024-08-14T22:24:45.054Z[ recovery-image] Aug 14 22:24:43.736 INFO O| Aug 14 22:24:43.736 INFO O| Done
33302024-08-14T22:24:45.115Z[ recovery-image] Aug 14 22:24:43.796 INFO O| Aug 14 22:24:43.796 INFO O| Done
33312024-08-14T22:24:45.117Z[ recovery-image] Aug 14 22:24:43.797 INFO O| Aug 14 22:24:43.797 INFO O| Done
33322024-08-14T22:24:45.117Z[ recovery-image] Aug 14 22:24:43.797 INFO O| Aug 14 22:24:43.797 INFO O| Done
33332024-08-14T22:24:45.117Z[ recovery-image] Aug 14 22:24:43.799 INFO O| Aug 14 22:24:43.799 INFO O| Done
33342024-08-14T22:24:45.214Z[ recovery-image] Aug 14 22:24:43.897 INFO O| Aug 14 22:24:43.896 INFO STEP 8 (pkg_change_facet) COMPLETE
33352024-08-14T22:24:45.214Z[ recovery-image] Aug 14 22:24:43.897 INFO O| Aug 14 22:24:43.896 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-14T22:24:46.009Z[ recovery-image] Aug 14 22:24:44.691 INFO O| Aug 14 22:24:44.691 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33372024-08-14T22:24:47.034Z[ recovery-image] Aug 14 22:24:45.715 INFO O| Aug 14 22:24:45.715 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33382024-08-14T22:24:47.036Z[ recovery-image] Aug 14 22:24:45.718 INFO O| Aug 14 22:24:45.717 INFO O| Planning: Planning completed in 0.00 seconds
33392024-08-14T22:24:47.036Z[ recovery-image] Aug 14 22:24:45.718 INFO O| Aug 14 22:24:45.718 INFO O| Planning: Consolidating action changes ... Done
33402024-08-14T22:24:47.036Z[ recovery-image] Aug 14 22:24:45.719 INFO O| Aug 14 22:24:45.718 INFO O| Planning: Evaluating mediators ... Done
33412024-08-14T22:24:47.039Z[ recovery-image] Aug 14 22:24:45.719 INFO O| Aug 14 22:24:45.719 INFO O| Planning: Planning completed in 0.00 seconds
33422024-08-14T22:24:47.039Z[ recovery-image] Aug 14 22:24:45.719 INFO O| Aug 14 22:24:45.719 INFO O| Variants/Facets to change: 1
33432024-08-14T22:24:47.077Z[ recovery-image] Aug 14 22:24:45.759 INFO O| Aug 14 22:24:45.758 INFO O| Done
33442024-08-14T22:24:47.077Z[ recovery-image] Aug 14 22:24:45.759 INFO O| Aug 14 22:24:45.759 INFO O| Done
33452024-08-14T22:24:47.568Z[ recovery-image] Aug 14 22:24:46.250 INFO O| Aug 14 22:24:46.250 INFO O| Done
33462024-08-14T22:24:47.620Z[ recovery-image] Aug 14 22:24:46.301 INFO O| Aug 14 22:24:46.301 INFO O| Done
33472024-08-14T22:24:47.622Z[ recovery-image] Aug 14 22:24:46.302 INFO O| Aug 14 22:24:46.302 INFO O| Done
33482024-08-14T22:24:47.622Z[ recovery-image] Aug 14 22:24:46.303 INFO O| Aug 14 22:24:46.303 INFO O| Done
33492024-08-14T22:24:47.626Z[ recovery-image] Aug 14 22:24:46.305 INFO O| Aug 14 22:24:46.305 INFO O| Done
33502024-08-14T22:24:47.738Z[ recovery-image] Aug 14 22:24:46.419 INFO O| Aug 14 22:24:46.419 INFO STEP 9 (pkg_change_facet) COMPLETE
33512024-08-14T22:24:47.738Z[ recovery-image] Aug 14 22:24:46.419 INFO O| Aug 14 22:24:46.419 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33522024-08-14T22:24:48.398Z[ recovery-image] Aug 14 22:24:47.079 INFO O| Aug 14 22:24:47.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33532024-08-14T22:24:49.388Z[ recovery-image] Aug 14 22:24:48.069 INFO O| Aug 14 22:24:48.069 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33542024-08-14T22:24:49.390Z[ recovery-image] Aug 14 22:24:48.071 INFO O| Aug 14 22:24:48.071 INFO O| Planning: Planning completed in 0.00 seconds
33552024-08-14T22:24:49.392Z[ recovery-image] Aug 14 22:24:48.072 INFO O| Aug 14 22:24:48.072 INFO O| Planning: Consolidating action changes ... Done
33562024-08-14T22:24:49.392Z[ recovery-image] Aug 14 22:24:48.072 INFO O| Aug 14 22:24:48.072 INFO O| Planning: Evaluating mediators ... Done
33572024-08-14T22:24:49.392Z[ recovery-image] Aug 14 22:24:48.073 INFO O| Aug 14 22:24:48.073 INFO O| Planning: Planning completed in 0.00 seconds
33582024-08-14T22:24:49.392Z[ recovery-image] Aug 14 22:24:48.074 INFO O| Aug 14 22:24:48.074 INFO O| Variants/Facets to change: 1
33592024-08-14T22:24:49.461Z[ recovery-image] Aug 14 22:24:48.143 INFO O| Aug 14 22:24:48.142 INFO O| Done
33602024-08-14T22:24:49.461Z[ recovery-image] Aug 14 22:24:48.143 INFO O| Aug 14 22:24:48.142 INFO O| Done
33612024-08-14T22:24:49.982Z[ recovery-image] Aug 14 22:24:48.664 INFO O| Aug 14 22:24:48.664 INFO O| Done
33622024-08-14T22:24:50.036Z[ recovery-image] Aug 14 22:24:48.717 INFO O| Aug 14 22:24:48.717 INFO O| Done
33632024-08-14T22:24:50.038Z[ recovery-image] Aug 14 22:24:48.718 INFO O| Aug 14 22:24:48.718 INFO O| Done
33642024-08-14T22:24:50.038Z[ recovery-image] Aug 14 22:24:48.719 INFO O| Aug 14 22:24:48.718 INFO O| Done
33652024-08-14T22:24:50.041Z[ recovery-image] Aug 14 22:24:48.721 INFO O| Aug 14 22:24:48.721 INFO O| Done
33662024-08-14T22:24:50.159Z[ recovery-image] Aug 14 22:24:48.840 INFO O| Aug 14 22:24:48.840 INFO STEP 10 (pkg_change_facet) COMPLETE
33672024-08-14T22:24:50.159Z[ recovery-image] Aug 14 22:24:48.840 INFO O| Aug 14 22:24:48.840 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33682024-08-14T22:24:50.179Z[ recovery-image] Aug 14 22:24:48.861 INFO O| Aug 14 22:24:48.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
33692024-08-14T22:24:51.101Z[ recovery-image] Aug 14 22:24:49.782 INFO O| Aug 14 22:24:49.782 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33702024-08-14T22:24:53.469Z[ host-image] Aug 14 22:24:52.150 INFO O| Aug 14 22:24:52.149 INFO O| Planning: Solver setup ... Done
33712024-08-14T22:25:08.667Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33722024-08-14T22:25:17.253Z[ host-image] Aug 14 22:25:15.930 INFO O| Aug 14 22:25:15.930 INFO O| Planning: Running solver ... Done
33732024-08-14T22:25:17.615Z[ host-image] Aug 14 22:25:16.292 INFO O| Aug 14 22:25:16.292 INFO O| Planning: Finding local manifests ... Done
33742024-08-14T22:25:17.629Z[ host-image] Aug 14 22:25:16.307 INFO O| Aug 14 22:25:16.307 INFO O| Planning: Fetching manifests: 0/124 0% complete
33752024-08-14T22:25:21.696Z[ recovery-image] Aug 14 22:25:20.373 INFO O| Aug 14 22:25:20.373 INFO O| Planning: Solver setup ... Done
33762024-08-14T22:25:22.596Z[ host-image] Aug 14 22:25:21.273 INFO O| Aug 14 22:25:21.273 INFO O| Planning: Fetching manifests: 124/124 100% complete
33772024-08-14T22:25:22.703Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33782024-08-14T22:25:23.921Z[ host-image] Aug 14 22:25:22.597 INFO O| Aug 14 22:25:22.597 INFO O| Planning: Package planning ... Done
33792024-08-14T22:25:25.584Z[ host-image] Aug 14 22:25:24.260 INFO O| Aug 14 22:25:24.260 INFO O| Planning: Merging actions ... Done
33802024-08-14T22:25:25.932Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33812024-08-14T22:25:26.101Z[ host-image] Aug 14 22:25:24.778 INFO O| Aug 14 22:25:24.778 INFO O| Planning: Checking for conflicting actions ... Done
33822024-08-14T22:25:26.420Z[ host-image] Aug 14 22:25:25.096 INFO O| Aug 14 22:25:25.096 INFO O| Planning: Consolidating action changes ... Done
33832024-08-14T22:25:26.999Z[ host-image] Aug 14 22:25:25.675 INFO O| Aug 14 22:25:25.675 INFO O| Planning: Evaluating mediators ... Done
33842024-08-14T22:25:33.640Z[ host-image] Aug 14 22:25:32.315 INFO O| Aug 14 22:25:32.315 INFO O| Planning: Planning completed in 65.67 seconds
33852024-08-14T22:25:33.648Z[ host-image] Aug 14 22:25:32.323 INFO O| Aug 14 22:25:32.323 INFO O| Packages to install: 124
33862024-08-14T22:25:33.650Z[ host-image] Aug 14 22:25:32.323 INFO O| Aug 14 22:25:32.323 INFO O| Mediators to change: 4
33872024-08-14T22:25:33.650Z[ host-image] Aug 14 22:25:32.323 INFO O| Aug 14 22:25:32.323 INFO O| Services to change: 6
33882024-08-14T22:25:33.782Z[ host-image] Aug 14 22:25:32.457 INFO O| Aug 14 22:25:32.457 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33892024-08-14T22:25:38.805Z[ host-image] Aug 14 22:25:37.480 INFO O| Aug 14 22:25:37.480 INFO O| Download: 1298/22727 items 7.2/196.4MB 3% complete (1.5M/s)
33902024-08-14T22:25:44.181Z[ host-image] Aug 14 22:25:42.854 INFO O| Aug 14 22:25:42.854 INFO O| Download: 1806/22727 items 16.6/196.4MB 8% complete (1.6M/s)
33912024-08-14T22:25:44.747Z[ recovery-image] Aug 14 22:25:43.421 INFO O| Aug 14 22:25:43.421 INFO O| Planning: Running solver ... Done
33922024-08-14T22:25:45.019Z[ recovery-image] Aug 14 22:25:43.693 INFO O| Aug 14 22:25:43.693 INFO O| Planning: Finding local manifests ... Done
33932024-08-14T22:25:45.035Z[ recovery-image] Aug 14 22:25:43.709 INFO O| Aug 14 22:25:43.708 INFO O| Planning: Fetching manifests: 0/124 0% complete
33942024-08-14T22:25:47.862Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33952024-08-14T22:25:49.234Z[ host-image] Aug 14 22:25:47.907 INFO O| Aug 14 22:25:47.907 INFO O| Download: 2229/22727 items 24.4/196.4MB 12% complete (1.8M/s)
33962024-08-14T22:25:50.557Z[ recovery-image] Aug 14 22:25:49.229 INFO O| Aug 14 22:25:49.229 INFO O| Planning: Fetching manifests: 124/124 100% complete
33972024-08-14T22:25:51.712Z[ recovery-image] Aug 14 22:25:50.370 INFO O| Aug 14 22:25:50.370 INFO O| Planning: Package planning ... Done
33982024-08-14T22:25:52.217Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33992024-08-14T22:25:52.349Z[ recovery-image] Aug 14 22:25:51.021 INFO O| Aug 14 22:25:51.021 INFO O| Planning: Merging actions ... Done
34002024-08-14T22:25:52.676Z[ recovery-image] Aug 14 22:25:51.348 INFO O| Aug 14 22:25:51.348 INFO O| Planning: Checking for conflicting actions ... Done
34012024-08-14T22:25:52.840Z[ recovery-image] Aug 14 22:25:51.512 INFO O| Aug 14 22:25:51.512 INFO O| Planning: Consolidating action changes ... Done
34022024-08-14T22:25:53.196Z[ recovery-image] Aug 14 22:25:51.869 INFO O| Aug 14 22:25:51.869 INFO O| Planning: Evaluating mediators ... Done
34032024-08-14T22:25:54.236Z[ host-image] Aug 14 22:25:52.909 INFO O| Aug 14 22:25:52.908 INFO O| Download: 3356/22727 items 34.2/196.4MB 17% complete (1.7M/s)
34042024-08-14T22:25:59.252Z[ host-image] Aug 14 22:25:57.910 INFO O| Aug 14 22:25:57.910 INFO O| Download: 4413/22727 items 41.2/196.4MB 20% complete (1.7M/s)
34052024-08-14T22:25:59.371Z[ recovery-image] Aug 14 22:25:58.041 INFO O| Aug 14 22:25:58.041 INFO O| Planning: Planning completed in 68.26 seconds
34062024-08-14T22:25:59.379Z[ recovery-image] Aug 14 22:25:58.048 INFO O| Aug 14 22:25:58.048 INFO O| Packages to install: 124
34072024-08-14T22:25:59.379Z[ recovery-image] Aug 14 22:25:58.048 INFO O| Aug 14 22:25:58.048 INFO O| Mediators to change: 4
34082024-08-14T22:25:59.379Z[ recovery-image] Aug 14 22:25:58.048 INFO O| Aug 14 22:25:58.048 INFO O| Services to change: 5
34092024-08-14T22:25:59.458Z[ recovery-image] Aug 14 22:25:58.129 INFO O| Aug 14 22:25:58.129 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34102024-08-14T22:26:00.887Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34112024-08-14T22:26:04.241Z[ host-image] Aug 14 22:26:02.911 INFO O| Aug 14 22:26:02.911 INFO O| Download: 4970/22727 items 45.8/196.4MB 23% complete (1.2M/s)
34122024-08-14T22:26:04.898Z[ recovery-image] Aug 14 22:26:03.568 INFO O| Aug 14 22:26:03.568 INFO O| Download: 1008/15831 items 7.9/173.2MB 4% complete (1.9M/s)
34132024-08-14T22:26:09.242Z[ host-image] Aug 14 22:26:07.912 INFO O| Aug 14 22:26:07.912 INFO O| Download: 6207/22727 items 46.5/196.4MB 23% complete (549k/s)
34142024-08-14T22:26:09.950Z[ recovery-image] Aug 14 22:26:08.618 INFO O| Aug 14 22:26:08.618 INFO O| Download: 1185/15831 items 14.9/173.2MB 8% complete (1.4M/s)
34152024-08-14T22:26:10.323Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162024-08-14T22:26:10.918Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34172024-08-14T22:26:14.334Z[ host-image] Aug 14 22:26:13.004 INFO O| Aug 14 22:26:13.004 INFO O| Download: 6989/22727 items 50.6/196.4MB 25% complete (489k/s)
34182024-08-14T22:26:15.195Z[ recovery-image] Aug 14 22:26:13.864 INFO O| Aug 14 22:26:13.864 INFO O| Download: 1636/15831 items 25.5/173.2MB 14% complete (1.8M/s)
34192024-08-14T22:26:15.443Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34202024-08-14T22:26:19.338Z[ host-image] Aug 14 22:26:18.006 INFO O| Aug 14 22:26:18.005 INFO O| Download: 7858/22727 items 59.2/196.4MB 30% complete (1.3M/s)
34212024-08-14T22:26:20.218Z[ recovery-image] Aug 14 22:26:18.883 INFO O| Aug 14 22:26:18.866 INFO O| Download: 2569/15831 items 32.8/173.2MB 18% complete (1.7M/s)
34222024-08-14T22:26:24.341Z[ host-image] Aug 14 22:26:23.008 INFO O| Aug 14 22:26:23.008 INFO O| Download: 8247/22727 items 63.6/196.4MB 32% complete (1.3M/s)
34232024-08-14T22:26:25.503Z[ recovery-image] Aug 14 22:26:24.171 INFO O| Aug 14 22:26:24.171 INFO O| Download: 3605/15831 items 39.0/173.2MB 22% complete (1.4M/s)
34242024-08-14T22:26:29.346Z[ host-image] Aug 14 22:26:28.014 INFO O| Aug 14 22:26:28.013 INFO O| Download: 8609/22727 items 70.4/196.4MB 35% complete (1.1M/s)
34252024-08-14T22:26:30.519Z[ recovery-image] Aug 14 22:26:29.186 INFO O| Aug 14 22:26:29.186 INFO O| Download: 4258/15831 items 42.7/173.2MB 24% complete (1000k/s)
34262024-08-14T22:26:34.349Z[ host-image] Aug 14 22:26:33.015 INFO O| Aug 14 22:26:33.015 INFO O| Download: 9507/22727 items 83.0/196.4MB 42% complete (2.0M/s)
34272024-08-14T22:26:35.539Z[ recovery-image] Aug 14 22:26:34.206 INFO O| Aug 14 22:26:34.205 INFO O| Download: 5146/15831 items 43.2/173.2MB 24% complete (426k/s)
34282024-08-14T22:26:39.351Z[ host-image] Aug 14 22:26:38.017 INFO O| Aug 14 22:26:38.016 INFO O| Download: 10411/22727 items 88.0/196.4MB 44% complete (1.8M/s)
34292024-08-14T22:26:40.554Z[ recovery-image] Aug 14 22:26:39.219 INFO O| Aug 14 22:26:39.219 INFO O| Download: 5823/15831 items 48.2/173.2MB 27% complete (558k/s)
34302024-08-14T22:26:44.652Z[ host-image] Aug 14 22:26:43.317 INFO O| Aug 14 22:26:43.317 INFO O| Download: 11127/22727 items 93.1/196.4MB 47% complete (1.1M/s)
34312024-08-14T22:26:45.557Z[ recovery-image] Aug 14 22:26:44.222 INFO O| Aug 14 22:26:44.222 INFO O| Download: 6268/15831 items 62.5/173.2MB 36% complete (1.9M/s)
34322024-08-14T22:26:49.658Z[ host-image] Aug 14 22:26:48.322 INFO O| Aug 14 22:26:48.322 INFO O| Download: 11718/22727 items 96.3/196.4MB 49% complete (821k/s)
34332024-08-14T22:26:51.539Z[ recovery-image] Aug 14 22:26:50.203 INFO O| Aug 14 22:26:50.203 INFO O| Download: 7206/15831 items 73.2/173.2MB 42% complete (2.7M/s)
34342024-08-14T22:26:54.666Z[ host-image] Aug 14 22:26:53.329 INFO O| Aug 14 22:26:53.329 INFO O| Download: 12264/22727 items 109.4/196.4MB 55% complete (1.6M/s)
34352024-08-14T22:26:56.541Z[ recovery-image] Aug 14 22:26:55.204 INFO O| Aug 14 22:26:55.204 INFO O| Download: 7832/15831 items 75.5/173.2MB 43% complete (1.1M/s)
34362024-08-14T22:26:59.922Z[ host-image] Aug 14 22:26:58.584 INFO O| Aug 14 22:26:58.584 INFO O| Download: 13308/22727 items 109.9/196.4MB 55% complete (1.4M/s)
34372024-08-14T22:27:02.795Z[ recovery-image] Aug 14 22:27:01.457 INFO O| Aug 14 22:27:01.457 INFO O| Download: 7919/15831 items 77.4/173.2MB 44% complete (559k/s)
34382024-08-14T22:27:05.026Z[ host-image] Aug 14 22:27:03.688 INFO O| Aug 14 22:27:03.688 INFO O| Download: 14263/22727 items 110.6/196.4MB 56% complete (174k/s)
34392024-08-14T22:27:07.884Z[ recovery-image] Aug 14 22:27:06.545 INFO O| Aug 14 22:27:06.545 INFO O| Download: 8666/15831 items 82.0/173.2MB 47% complete (519k/s)
34402024-08-14T22:27:10.027Z[ host-image] Aug 14 22:27:08.688 INFO O| Aug 14 22:27:08.688 INFO O| Download: 14886/22727 items 121.5/196.4MB 61% complete (1.1M/s)
34412024-08-14T22:27:13.119Z[ recovery-image] Aug 14 22:27:11.780 INFO O| Aug 14 22:27:11.779 INFO O| Download: 8838/15831 items 91.9/173.2MB 53% complete (1.6M/s)
34422024-08-14T22:27:15.044Z[ host-image] Aug 14 22:27:13.704 INFO O| Aug 14 22:27:13.704 INFO O| Download: 15820/22727 items 129.9/196.4MB 66% complete (1.9M/s)
34432024-08-14T22:27:18.120Z[ recovery-image] Aug 14 22:27:16.780 INFO O| Aug 14 22:27:16.779 INFO O| Download: 9935/15831 items 93.1/173.2MB 53% complete (1.0M/s)
34442024-08-14T22:27:20.047Z[ host-image] Aug 14 22:27:18.707 INFO O| Aug 14 22:27:18.707 INFO O| Download: 16761/22727 items 139.8/196.4MB 71% complete (1.9M/s)
34452024-08-14T22:27:23.132Z[ recovery-image] Aug 14 22:27:21.791 INFO O| Aug 14 22:27:21.791 INFO O| Download: 10341/15831 items 93.3/173.2MB 53% complete (146k/s)
34462024-08-14T22:27:25.048Z[ host-image] Aug 14 22:27:23.707 INFO O| Aug 14 22:27:23.707 INFO O| Download: 17770/22727 items 148.9/196.4MB 75% complete (1.9M/s)
34472024-08-14T22:27:28.370Z[ recovery-image] Aug 14 22:27:27.029 INFO O| Aug 14 22:27:27.029 INFO O| Download: 11072/15831 items 97.2/173.2MB 56% complete (324k/s)
34482024-08-14T22:27:30.053Z[ host-image] Aug 14 22:27:28.712 INFO O| Aug 14 22:27:28.712 INFO O| Download: 18352/22727 items 161.0/196.4MB 81% complete (2.1M/s)
34492024-08-14T22:27:33.654Z[ recovery-image] Aug 14 22:27:32.312 INFO O| Aug 14 22:27:32.312 INFO O| Download: 11504/15831 items 111.1/173.2MB 64% complete (1.7M/s)
34502024-08-14T22:27:35.258Z[ host-image] Aug 14 22:27:33.916 INFO O| Aug 14 22:27:33.915 INFO O| Download: 19966/22727 items 167.3/196.4MB 85% complete (1.9M/s)
34512024-08-14T22:27:38.885Z[ recovery-image] Aug 14 22:27:37.542 INFO O| Aug 14 22:27:37.542 INFO O| Download: 11912/15831 items 127.3/173.2MB 73% complete (3.2M/s)
34522024-08-14T22:27:40.357Z[ host-image] Aug 14 22:27:39.014 INFO O| Aug 14 22:27:39.013 INFO O| Download: 20765/22727 items 170.7/196.4MB 86% complete (974k/s)
34532024-08-14T22:27:43.890Z[ recovery-image] Aug 14 22:27:42.547 INFO O| Aug 14 22:27:42.547 INFO O| Download: 12936/15831 items 141.5/173.2MB 81% complete (3.5M/s)
34542024-08-14T22:27:45.596Z[ host-image] Aug 14 22:27:44.252 INFO O| Aug 14 22:27:44.252 INFO O| Download: 20958/22727 items 176.0/196.4MB 89% complete (889k/s)
34552024-08-14T22:27:48.892Z[ recovery-image] Aug 14 22:27:47.547 INFO O| Aug 14 22:27:47.547 INFO O| Download: 13967/15831 items 145.2/173.2MB 83% complete (1.8M/s)
34562024-08-14T22:27:50.597Z[ host-image] Aug 14 22:27:49.252 INFO O| Aug 14 22:27:49.252 INFO O| Download: 21652/22727 items 180.5/196.4MB 91% complete (790k/s)
34572024-08-14T22:27:54.062Z[ recovery-image] Aug 14 22:27:52.717 INFO O| Aug 14 22:27:52.717 INFO O| Download: 14675/15831 items 148.0/173.2MB 85% complete (652k/s)
34582024-08-14T22:27:55.610Z[ host-image] Aug 14 22:27:54.265 INFO O| Aug 14 22:27:54.265 INFO O| Download: 22086/22727 items 193.9/196.4MB 98% complete (1.8M/s)
34592024-08-14T22:27:59.071Z[ recovery-image] Aug 14 22:27:57.726 INFO O| Aug 14 22:27:57.726 INFO O| Download: 15486/15831 items 164.3/173.2MB 94% complete (1.9M/s)
34602024-08-14T22:28:00.618Z[ host-image] Aug 14 22:27:59.272 INFO O| Aug 14 22:27:59.272 INFO O| Download: 22684/22727 items 196.3/196.4MB 99% complete (1.6M/s)
34612024-08-14T22:28:01.134Z[ host-image] Aug 14 22:27:59.788 INFO O| Aug 14 22:27:59.788 INFO O| Download: Completed 196.39 MB in 147.33 seconds (1.3M/s)
34622024-08-14T22:28:02.644Z[ host-image] Aug 14 22:28:01.298 INFO O| Aug 14 22:28:01.298 INFO O| Actions: 1/49260 actions (Installing new actions)
34632024-08-14T22:28:04.092Z[ recovery-image] Aug 14 22:28:02.746 INFO O| Aug 14 22:28:02.746 INFO O| Download: 15789/15831 items 171.6/173.2MB 99% complete (2.4M/s)
34642024-08-14T22:28:04.896Z[ recovery-image] Aug 14 22:28:03.550 INFO O| Aug 14 22:28:03.550 INFO O| Download: Completed 173.16 MB in 125.42 seconds (1.4M/s)
34652024-08-14T22:28:06.046Z[ recovery-image] Aug 14 22:28:04.699 INFO O| Aug 14 22:28:04.699 INFO O| Actions: 1/24964 actions (Installing new actions)
34662024-08-14T22:28:07.646Z[ host-image] Aug 14 22:28:06.298 INFO O| Aug 14 22:28:06.298 INFO O| Actions: 9348/49260 actions (Installing new actions)
34672024-08-14T22:28:11.065Z[ recovery-image] Aug 14 22:28:09.717 INFO O| Aug 14 22:28:09.717 INFO O| Actions: 8240/24964 actions (Installing new actions)
34682024-08-14T22:28:12.645Z[ host-image] Aug 14 22:28:11.298 INFO O| Aug 14 22:28:11.298 INFO O| Actions: 15488/49260 actions (Installing new actions)
34692024-08-14T22:28:16.065Z[ recovery-image] Aug 14 22:28:14.717 INFO O| Aug 14 22:28:14.717 INFO O| Actions: 14185/24964 actions (Installing new actions)
34702024-08-14T22:28:17.653Z[ host-image] Aug 14 22:28:16.304 INFO O| Aug 14 22:28:16.304 INFO O| Actions: 22770/49260 actions (Installing new actions)
34712024-08-14T22:28:22.492Z[ recovery-image] Aug 14 22:28:21.143 INFO O| Aug 14 22:28:21.143 INFO O| Actions: 24411/24964 actions (Installing new actions)
34722024-08-14T22:28:22.653Z[ host-image] Aug 14 22:28:21.304 INFO O| Aug 14 22:28:21.304 INFO O| Actions: 42672/49260 actions (Installing new actions)
34732024-08-14T22:28:26.376Z[ recovery-image] Aug 14 22:28:25.026 INFO O| Aug 14 22:28:25.026 INFO O| Actions: Completed 24964 actions in 20.32 seconds.
34742024-08-14T22:28:26.789Z[ recovery-image] Aug 14 22:28:25.440 INFO O| Aug 14 22:28:25.440 INFO O| Done
34752024-08-14T22:28:26.789Z[ recovery-image] Aug 14 22:28:25.440 INFO O| Aug 14 22:28:25.440 INFO O| Done
34762024-08-14T22:28:27.673Z[ host-image] Aug 14 22:28:26.323 INFO O| Aug 14 22:28:26.323 INFO O| Actions: 48852/49260 actions (Installing new actions)
34772024-08-14T22:28:27.751Z[ recovery-image] Aug 14 22:28:26.401 INFO O| Aug 14 22:28:26.401 INFO O| Done
34782024-08-14T22:28:28.519Z[ host-image] Aug 14 22:28:27.169 INFO O| Aug 14 22:28:27.169 INFO O| Actions: Completed 49260 actions in 25.82 seconds.
34792024-08-14T22:28:28.909Z[ host-image] Aug 14 22:28:27.559 INFO O| Aug 14 22:28:27.559 INFO O| Done
34802024-08-14T22:28:28.909Z[ host-image] Aug 14 22:28:27.559 INFO O| Aug 14 22:28:27.559 INFO O| Done
34812024-08-14T22:28:29.650Z[ recovery-image] Aug 14 22:28:28.300 INFO O| Aug 14 22:28:28.300 INFO O| Done
34822024-08-14T22:28:29.673Z[ recovery-image] Aug 14 22:28:28.323 INFO O| Aug 14 22:28:28.323 INFO O| Done
34832024-08-14T22:28:29.956Z[ host-image] Aug 14 22:28:28.606 INFO O| Aug 14 22:28:28.605 INFO O| Done
34842024-08-14T22:28:32.600Z[ host-image] Aug 14 22:28:31.250 INFO O| Aug 14 22:28:31.249 INFO O| Done
34852024-08-14T22:28:32.651Z[ host-image] Aug 14 22:28:31.300 INFO O| Aug 14 22:28:31.300 INFO O| Done
34862024-08-14T22:28:39.265Z[ recovery-image] Aug 14 22:28:37.914 INFO O| Aug 14 22:28:37.914 INFO O| Done
34872024-08-14T22:28:39.975Z[ recovery-image] Aug 14 22:28:38.624 INFO O| Aug 14 22:28:38.624 INFO O| Done
34882024-08-14T22:28:40.281Z[ recovery-image] Aug 14 22:28:38.929 INFO O| Aug 14 22:28:38.929 INFO STEP 11 (pkg_install) COMPLETE
34892024-08-14T22:28:40.281Z[ recovery-image] Aug 14 22:28:38.930 INFO O| Aug 14 22:28:38.929 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34902024-08-14T22:28:40.281Z[ recovery-image] Aug 14 22:28:38.930 INFO O| Aug 14 22:28:38.929 INFO skip step because feature "recovery" is enabled
34912024-08-14T22:28:40.284Z[ recovery-image] Aug 14 22:28:38.930 INFO O| Aug 14 22:28:38.929 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34922024-08-14T22:28:40.284Z[ recovery-image] Aug 14 22:28:38.930 INFO O| Aug 14 22:28:38.930 INFO skip step because feature "omicron1" is not enabled
34932024-08-14T22:28:40.284Z[ recovery-image] Aug 14 22:28:38.930 INFO O| Aug 14 22:28:38.930 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34942024-08-14T22:28:40.301Z[ recovery-image] Aug 14 22:28:38.949 INFO O| Aug 14 22:28:38.949 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34952024-08-14T22:28:41.390Z[ recovery-image] Aug 14 22:28:40.039 INFO O| Aug 14 22:28:40.039 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34962024-08-14T22:28:44.544Z[ recovery-image] Aug 14 22:28:43.191 INFO O| Aug 14 22:28:43.191 INFO O| Planning: Solver setup ... Done
34972024-08-14T22:28:44.550Z[ recovery-image] Aug 14 22:28:43.198 INFO O| Aug 14 22:28:43.198 INFO O| Planning: Running solver ... Done
34982024-08-14T22:28:44.612Z[ recovery-image] Aug 14 22:28:43.260 INFO O| Aug 14 22:28:43.260 INFO O| Planning: Finding local manifests ... Done
34992024-08-14T22:28:44.615Z[ recovery-image] Aug 14 22:28:43.261 INFO O| Aug 14 22:28:43.261 INFO O| Planning: Fetching manifests: 0/1 0% complete
35002024-08-14T22:28:44.757Z[ recovery-image] Aug 14 22:28:43.405 INFO O| Aug 14 22:28:43.405 INFO O| Planning: Fetching manifests: 1/1 100% complete
35012024-08-14T22:28:44.796Z[ recovery-image] Aug 14 22:28:43.444 INFO O| Aug 14 22:28:43.444 INFO O| Planning: Package planning ... Done
35022024-08-14T22:28:44.799Z[ recovery-image] Aug 14 22:28:43.445 INFO O| Aug 14 22:28:43.445 INFO O| Planning: Merging actions ... Done
35032024-08-14T22:28:44.874Z[ recovery-image] Aug 14 22:28:43.522 INFO O| Aug 14 22:28:43.522 INFO O| Planning: Checking for conflicting actions ... Done
35042024-08-14T22:28:44.877Z[ recovery-image] Aug 14 22:28:43.523 INFO O| Aug 14 22:28:43.523 INFO O| Planning: Consolidating action changes ... Done
35052024-08-14T22:28:45.160Z[ recovery-image] Aug 14 22:28:43.808 INFO O| Aug 14 22:28:43.808 INFO O| Planning: Evaluating mediators ... Done
35062024-08-14T22:28:45.163Z[ recovery-image] Aug 14 22:28:43.809 INFO O| Aug 14 22:28:43.809 INFO O| Planning: Planning completed in 3.77 seconds
35072024-08-14T22:28:45.165Z[ recovery-image] Aug 14 22:28:43.812 INFO O| Aug 14 22:28:43.812 INFO O| Packages to install: 1
35082024-08-14T22:28:45.188Z[ recovery-image] Aug 14 22:28:43.836 INFO O| Aug 14 22:28:43.835 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35092024-08-14T22:28:46.640Z[ recovery-image] Aug 14 22:28:45.288 INFO O| Aug 14 22:28:45.288 INFO O| Download: Completed 20.86 MB in 1.45 seconds (14.4M/s)
35102024-08-14T22:28:46.729Z[ recovery-image] Aug 14 22:28:45.377 INFO O| Aug 14 22:28:45.377 INFO O| Actions: 1/22 actions (Installing new actions)
35112024-08-14T22:28:47.830Z[ recovery-image] Aug 14 22:28:46.477 INFO O| Aug 14 22:28:46.477 INFO O| Actions: Completed 22 actions in 1.10 seconds.
35122024-08-14T22:28:48.080Z[ recovery-image] Aug 14 22:28:46.728 INFO O| Aug 14 22:28:46.728 INFO O| Done
35132024-08-14T22:28:48.081Z[ recovery-image] Aug 14 22:28:46.728 INFO O| Aug 14 22:28:46.728 INFO O| Done
35142024-08-14T22:28:48.170Z[ host-image] Aug 14 22:28:46.817 INFO O| Aug 14 22:28:46.817 INFO O| Done
35152024-08-14T22:28:49.046Z[ recovery-image] Aug 14 22:28:47.693 INFO O| Aug 14 22:28:47.693 INFO O| Done
35162024-08-14T22:28:49.255Z[ host-image] Aug 14 22:28:47.902 INFO O| Aug 14 22:28:47.902 INFO O| Done
35172024-08-14T22:28:49.598Z[ host-image] Aug 14 22:28:48.245 INFO O| Aug 14 22:28:48.245 INFO STEP 11 (pkg_install) COMPLETE
35182024-08-14T22:28:49.598Z[ host-image] Aug 14 22:28:48.245 INFO O| Aug 14 22:28:48.245 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-08-14T22:28:49.616Z[ host-image] Aug 14 22:28:48.264 INFO O| Aug 14 22:28:48.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35202024-08-14T22:28:50.481Z[ host-image] Aug 14 22:28:49.128 INFO O| Aug 14 22:28:49.128 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35212024-08-14T22:28:50.939Z[ recovery-image] Aug 14 22:28:49.586 INFO O| Aug 14 22:28:49.586 INFO O| Done
35222024-08-14T22:28:50.962Z[ recovery-image] Aug 14 22:28:49.609 INFO O| Aug 14 22:28:49.609 INFO O| Done
35232024-08-14T22:28:50.965Z[ recovery-image] Aug 14 22:28:49.609 INFO O| Aug 14 22:28:49.609 INFO O| Done
35242024-08-14T22:28:50.984Z[ recovery-image] Aug 14 22:28:49.631 INFO O| Aug 14 22:28:49.631 INFO O| Done
35252024-08-14T22:28:51.167Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO STEP 14 (pkg_install) COMPLETE
35262024-08-14T22:28:51.171Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-08-14T22:28:51.171Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO skip step because feature "mfg" is not enabled
35282024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO skip step because feature "compliance" is not enabled
35302024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35312024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO skip step because feature "stress" is not enabled
35322024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO skip step because feature "nfs" is not enabled
35342024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35352024-08-14T22:28:51.173Z[ recovery-image] Aug 14 22:28:49.814 INFO O| Aug 14 22:28:49.814 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35362024-08-14T22:28:51.298Z[ recovery-image] Aug 14 22:28:49.945 INFO O| Aug 14 22:28:49.944 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35372024-08-14T22:28:51.397Z[ recovery-image] Aug 14 22:28:50.044 INFO O| Aug 14 22:28:50.044 INFO completed processing gimlet/ramdisk-01-os
35382024-08-14T22:28:51.400Z[ recovery-image] Aug 14 22:28:50.047 INFO image builder template: ramdisk-02-trim...
35392024-08-14T22:28:51.400Z[ recovery-image] Aug 14 22:28:50.047 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
35402024-08-14T22:28:51.440Z[ recovery-image] Aug 14 22:28:50.087 INFO O| Aug 14 22:28:50.087 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35412024-08-14T22:28:51.465Z[ recovery-image] Aug 14 22:28:50.111 INFO O| Aug 14 22:28:50.111 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35422024-08-14T22:28:51.599Z[ recovery-image] Aug 14 22:28:50.246 INFO O| Aug 14 22:28:50.246 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35432024-08-14T22:28:51.669Z[ recovery-image] Aug 14 22:28:50.316 INFO O| Aug 14 22:28:50.315 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35442024-08-14T22:28:51.671Z[ recovery-image] Aug 14 22:28:50.316 INFO O| Aug 14 22:28:50.316 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35452024-08-14T22:28:51.679Z[ recovery-image] Aug 14 22:28:50.326 INFO O| Aug 14 22:28:50.326 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35462024-08-14T22:28:51.688Z[ recovery-image] Aug 14 22:28:50.335 INFO O| Aug 14 22:28:50.335 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35472024-08-14T22:28:51.697Z[ recovery-image] Aug 14 22:28:50.344 INFO O| Aug 14 22:28:50.344 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35482024-08-14T22:28:52.053Z[ recovery-image] Aug 14 22:28:50.700 INFO O| Aug 14 22:28:50.700 INFO rolled back to input snapshot; work may begin
35492024-08-14T22:28:52.053Z[ recovery-image] Aug 14 22:28:50.700 INFO O| Aug 14 22:28:50.700 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35502024-08-14T22:28:52.074Z[ recovery-image] Aug 14 22:28:50.721 INFO O| Aug 14 22:28:50.721 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35512024-08-14T22:28:52.094Z[ recovery-image] Aug 14 22:28:50.740 INFO O| Aug 14 22:28:50.740 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35522024-08-14T22:28:52.278Z[ recovery-image] Aug 14 22:28:50.925 INFO O| Aug 14 22:28:50.925 INFO STEP 0 (remove_files) COMPLETE
35532024-08-14T22:28:52.278Z[ recovery-image] Aug 14 22:28:50.925 INFO O| Aug 14 22:28:50.925 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35542024-08-14T22:28:52.309Z[ recovery-image] Aug 14 22:28:50.956 INFO O| Aug 14 22:28:50.956 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35552024-08-14T22:28:52.312Z[ recovery-image] Aug 14 22:28:50.959 INFO O| Aug 14 22:28:50.959 INFO STEP 1 (remove_files) COMPLETE
35562024-08-14T22:28:52.314Z[ recovery-image] Aug 14 22:28:50.959 INFO O| Aug 14 22:28:50.959 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35572024-08-14T22:28:52.334Z[ recovery-image] Aug 14 22:28:50.980 INFO O| Aug 14 22:28:50.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35582024-08-14T22:28:52.375Z[ recovery-image] Aug 14 22:28:51.021 INFO O| Aug 14 22:28:51.021 INFO STEP 2 (remove_files) COMPLETE
35592024-08-14T22:28:52.375Z[ recovery-image] Aug 14 22:28:51.021 INFO O| Aug 14 22:28:51.021 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35602024-08-14T22:28:52.412Z[ recovery-image] Aug 14 22:28:51.058 INFO O| Aug 14 22:28:51.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35612024-08-14T22:28:52.415Z[ recovery-image] Aug 14 22:28:51.061 INFO O| Aug 14 22:28:51.061 INFO STEP 3 (remove_files) COMPLETE
35622024-08-14T22:28:52.415Z[ recovery-image] Aug 14 22:28:51.061 INFO O| Aug 14 22:28:51.061 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35632024-08-14T22:28:52.435Z[ recovery-image] Aug 14 22:28:51.082 INFO O| Aug 14 22:28:51.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35642024-08-14T22:28:52.441Z[ recovery-image] Aug 14 22:28:51.088 INFO O| Aug 14 22:28:51.088 INFO STEP 4 (remove_files) COMPLETE
35652024-08-14T22:28:52.441Z[ recovery-image] Aug 14 22:28:51.088 INFO O| Aug 14 22:28:51.088 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35662024-08-14T22:28:52.503Z[ recovery-image] Aug 14 22:28:51.150 INFO O| Aug 14 22:28:51.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35672024-08-14T22:28:52.505Z[ recovery-image] Aug 14 22:28:51.150 INFO O| Aug 14 22:28:51.150 INFO STEP 5 (remove_files) COMPLETE
35682024-08-14T22:28:52.506Z[ recovery-image] Aug 14 22:28:51.150 INFO O| Aug 14 22:28:51.150 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35692024-08-14T22:28:52.539Z[ recovery-image] Aug 14 22:28:51.185 INFO O| Aug 14 22:28:51.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35702024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO STEP 6 (remove_files) COMPLETE
35712024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35722024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO skip step because feature "recovery" is enabled
35732024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35742024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO skip step because feature "recovery" is enabled
35752024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35762024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO skip step because feature "recovery" is enabled
35772024-08-14T22:28:52.558Z[ recovery-image] Aug 14 22:28:51.204 INFO O| Aug 14 22:28:51.204 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35782024-08-14T22:28:52.592Z[ recovery-image] Aug 14 22:28:51.238 INFO O| Aug 14 22:28:51.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35792024-08-14T22:28:52.620Z[ recovery-image] Aug 14 22:28:51.266 INFO O| Aug 14 22:28:51.266 INFO STEP 10 (remove_files) COMPLETE
35802024-08-14T22:28:52.620Z[ recovery-image] Aug 14 22:28:51.266 INFO O| Aug 14 22:28:51.266 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35812024-08-14T22:28:52.655Z[ recovery-image] Aug 14 22:28:51.301 INFO O| Aug 14 22:28:51.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35822024-08-14T22:28:52.658Z[ recovery-image] Aug 14 22:28:51.303 INFO O| Aug 14 22:28:51.302 INFO STEP 11 (remove_files) COMPLETE
35832024-08-14T22:28:52.658Z[ recovery-image] Aug 14 22:28:51.303 INFO O| Aug 14 22:28:51.303 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35842024-08-14T22:28:52.673Z[ recovery-image] Aug 14 22:28:51.320 INFO O| Aug 14 22:28:51.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35852024-08-14T22:28:52.677Z[ recovery-image] Aug 14 22:28:51.322 INFO O| Aug 14 22:28:51.322 INFO STEP 12 (remove_files) COMPLETE
35862024-08-14T22:28:52.677Z[ recovery-image] Aug 14 22:28:51.322 INFO O| Aug 14 22:28:51.322 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35872024-08-14T22:28:52.758Z[ recovery-image] Aug 14 22:28:51.405 INFO O| Aug 14 22:28:51.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35882024-08-14T22:28:53.048Z[ recovery-image] Aug 14 22:28:51.694 INFO O| Aug 14 22:28:51.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35892024-08-14T22:28:53.051Z[ recovery-image] Aug 14 22:28:51.695 INFO O| Aug 14 22:28:51.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35902024-08-14T22:28:53.133Z[ recovery-image] Aug 14 22:28:51.780 INFO O| Aug 14 22:28:51.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35912024-08-14T22:28:53.138Z[ recovery-image] Aug 14 22:28:51.785 INFO O| Aug 14 22:28:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35922024-08-14T22:28:53.240Z[ recovery-image] Aug 14 22:28:51.886 INFO O| Aug 14 22:28:51.886 INFO STEP 13 (remove_files) COMPLETE
35932024-08-14T22:28:53.240Z[ recovery-image] Aug 14 22:28:51.886 INFO O| Aug 14 22:28:51.886 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35942024-08-14T22:28:53.272Z[ recovery-image] Aug 14 22:28:51.918 INFO O| Aug 14 22:28:51.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35952024-08-14T22:28:53.274Z[ recovery-image] Aug 14 22:28:51.921 INFO O| Aug 14 22:28:51.921 INFO STEP 14 (remove_files) COMPLETE
35962024-08-14T22:28:53.274Z[ recovery-image] Aug 14 22:28:51.921 INFO O| Aug 14 22:28:51.921 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35972024-08-14T22:28:53.295Z[ recovery-image] Aug 14 22:28:51.942 INFO O| Aug 14 22:28:51.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
35982024-08-14T22:28:53.304Z[ recovery-image] Aug 14 22:28:51.950 INFO O| Aug 14 22:28:51.950 INFO STEP 15 (remove_files) COMPLETE
35992024-08-14T22:28:53.304Z[ recovery-image] Aug 14 22:28:51.950 INFO O| Aug 14 22:28:51.950 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36002024-08-14T22:28:53.329Z[ recovery-image] Aug 14 22:28:51.975 INFO O| Aug 14 22:28:51.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36012024-08-14T22:28:53.331Z[ recovery-image] Aug 14 22:28:51.976 INFO O| Aug 14 22:28:51.976 INFO STEP 16 (remove_files) COMPLETE
36022024-08-14T22:28:53.331Z[ recovery-image] Aug 14 22:28:51.976 INFO O| Aug 14 22:28:51.976 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36032024-08-14T22:28:53.351Z[ recovery-image] Aug 14 22:28:51.998 INFO O| Aug 14 22:28:51.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36042024-08-14T22:28:53.354Z[ recovery-image] Aug 14 22:28:52.000 INFO O| Aug 14 22:28:52.000 INFO STEP 17 (remove_files) COMPLETE
36052024-08-14T22:28:53.354Z[ recovery-image] Aug 14 22:28:52.000 INFO O| Aug 14 22:28:52.000 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36062024-08-14T22:28:53.394Z[ recovery-image] Aug 14 22:28:52.040 INFO O| Aug 14 22:28:52.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36072024-08-14T22:28:53.394Z[ recovery-image] Aug 14 22:28:52.040 INFO O| Aug 14 22:28:52.040 INFO STEP 18 (remove_files) COMPLETE
36082024-08-14T22:28:53.394Z[ recovery-image] Aug 14 22:28:52.040 INFO O| Aug 14 22:28:52.040 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36092024-08-14T22:28:53.466Z[ recovery-image] Aug 14 22:28:52.113 INFO O| Aug 14 22:28:52.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36102024-08-14T22:28:53.469Z[ recovery-image] Aug 14 22:28:52.113 INFO O| Aug 14 22:28:52.113 INFO STEP 19 (remove_files) COMPLETE
36112024-08-14T22:28:53.469Z[ recovery-image] Aug 14 22:28:52.113 INFO O| Aug 14 22:28:52.113 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36122024-08-14T22:28:53.486Z[ recovery-image] Aug 14 22:28:52.133 INFO O| Aug 14 22:28:52.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36132024-08-14T22:28:53.488Z[ recovery-image] Aug 14 22:28:52.133 INFO O| Aug 14 22:28:52.133 INFO STEP 20 (remove_files) COMPLETE
36142024-08-14T22:28:53.488Z[ recovery-image] Aug 14 22:28:52.133 INFO O| Aug 14 22:28:52.133 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36152024-08-14T22:28:53.518Z[ recovery-image] Aug 14 22:28:52.164 INFO O| Aug 14 22:28:52.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36162024-08-14T22:28:53.518Z[ recovery-image] Aug 14 22:28:52.164 INFO O| Aug 14 22:28:52.164 INFO STEP 21 (remove_files) COMPLETE
36172024-08-14T22:28:53.518Z[ recovery-image] Aug 14 22:28:52.164 INFO O| Aug 14 22:28:52.164 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36182024-08-14T22:28:53.536Z[ recovery-image] Aug 14 22:28:52.182 INFO O| Aug 14 22:28:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36192024-08-14T22:28:53.536Z[ recovery-image] Aug 14 22:28:52.182 INFO O| Aug 14 22:28:52.182 INFO STEP 22 (remove_files) COMPLETE
36202024-08-14T22:28:53.536Z[ recovery-image] Aug 14 22:28:52.182 INFO O| Aug 14 22:28:52.182 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36212024-08-14T22:28:53.569Z[ recovery-image] Aug 14 22:28:52.216 INFO O| Aug 14 22:28:52.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36222024-08-14T22:28:53.569Z[ recovery-image] Aug 14 22:28:52.216 INFO O| Aug 14 22:28:52.216 INFO STEP 23 (remove_files) COMPLETE
36232024-08-14T22:28:53.569Z[ recovery-image] Aug 14 22:28:52.216 INFO O| Aug 14 22:28:52.216 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-14T22:28:53.590Z[ recovery-image] Aug 14 22:28:52.237 INFO O| Aug 14 22:28:52.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36252024-08-14T22:28:53.590Z[ recovery-image] Aug 14 22:28:52.237 INFO O| Aug 14 22:28:52.237 INFO STEP 24 (remove_files) COMPLETE
36262024-08-14T22:28:53.592Z[ recovery-image] Aug 14 22:28:52.237 INFO O| Aug 14 22:28:52.237 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36272024-08-14T22:28:53.610Z[ recovery-image] Aug 14 22:28:52.256 INFO O| Aug 14 22:28:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36282024-08-14T22:28:53.610Z[ recovery-image] Aug 14 22:28:52.256 INFO O| Aug 14 22:28:52.256 INFO STEP 25 (remove_files) COMPLETE
36292024-08-14T22:28:53.612Z[ recovery-image] Aug 14 22:28:52.256 INFO O| Aug 14 22:28:52.256 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-14T22:28:53.669Z[ recovery-image] Aug 14 22:28:52.315 INFO O| Aug 14 22:28:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36312024-08-14T22:28:53.669Z[ recovery-image] Aug 14 22:28:52.315 INFO O| Aug 14 22:28:52.315 INFO STEP 26 (remove_files) COMPLETE
36322024-08-14T22:28:53.669Z[ recovery-image] Aug 14 22:28:52.315 INFO O| Aug 14 22:28:52.315 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-14T22:28:53.692Z[ recovery-image] Aug 14 22:28:52.338 INFO O| Aug 14 22:28:52.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36342024-08-14T22:28:53.692Z[ recovery-image] Aug 14 22:28:52.338 INFO O| Aug 14 22:28:52.338 INFO STEP 27 (remove_files) COMPLETE
36352024-08-14T22:28:53.694Z[ recovery-image] Aug 14 22:28:52.338 INFO O| Aug 14 22:28:52.338 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-14T22:28:53.750Z[ recovery-image] Aug 14 22:28:52.396 INFO O| Aug 14 22:28:52.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36372024-08-14T22:28:53.750Z[ recovery-image] Aug 14 22:28:52.396 INFO O| Aug 14 22:28:52.396 INFO STEP 28 (remove_files) COMPLETE
36382024-08-14T22:28:53.752Z[ recovery-image] Aug 14 22:28:52.396 INFO O| Aug 14 22:28:52.396 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-14T22:28:53.790Z[ recovery-image] Aug 14 22:28:52.437 INFO O| Aug 14 22:28:52.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36402024-08-14T22:28:53.790Z[ recovery-image] Aug 14 22:28:52.437 INFO O| Aug 14 22:28:52.437 INFO STEP 29 (remove_files) COMPLETE
36412024-08-14T22:28:53.793Z[ recovery-image] Aug 14 22:28:52.437 INFO O| Aug 14 22:28:52.437 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-14T22:28:53.809Z[ recovery-image] Aug 14 22:28:52.456 INFO O| Aug 14 22:28:52.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36432024-08-14T22:28:53.809Z[ recovery-image] Aug 14 22:28:52.456 INFO O| Aug 14 22:28:52.456 INFO STEP 30 (remove_files) COMPLETE
36442024-08-14T22:28:53.812Z[ recovery-image] Aug 14 22:28:52.456 INFO O| Aug 14 22:28:52.456 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-14T22:28:53.815Z[ host-image] Aug 14 22:28:52.462 INFO O| Aug 14 22:28:52.462 INFO O| Planning: Solver setup ... Done
36462024-08-14T22:28:53.822Z[ host-image] Aug 14 22:28:52.468 INFO O| Aug 14 22:28:52.468 INFO O| Planning: Running solver ... Done
36472024-08-14T22:28:53.828Z[ recovery-image] Aug 14 22:28:52.475 INFO O| Aug 14 22:28:52.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36482024-08-14T22:28:53.828Z[ recovery-image] Aug 14 22:28:52.475 INFO O| Aug 14 22:28:52.475 INFO STEP 31 (remove_files) COMPLETE
36492024-08-14T22:28:53.831Z[ recovery-image] Aug 14 22:28:52.475 INFO O| Aug 14 22:28:52.475 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-14T22:28:53.867Z[ recovery-image] Aug 14 22:28:52.514 INFO O| Aug 14 22:28:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36512024-08-14T22:28:53.870Z[ recovery-image] Aug 14 22:28:52.514 INFO O| Aug 14 22:28:52.514 INFO STEP 32 (remove_files) COMPLETE
36522024-08-14T22:28:53.870Z[ recovery-image] Aug 14 22:28:52.514 INFO O| Aug 14 22:28:52.514 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-14T22:28:53.904Z[ host-image] Aug 14 22:28:52.551 INFO O| Aug 14 22:28:52.550 INFO O| Planning: Finding local manifests ... Done
36542024-08-14T22:28:53.907Z[ host-image] Aug 14 22:28:52.553 INFO O| Aug 14 22:28:52.553 INFO O| Planning: Fetching manifests: 0/4 0% complete
36552024-08-14T22:28:53.915Z[ recovery-image] Aug 14 22:28:52.561 INFO O| Aug 14 22:28:52.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36562024-08-14T22:28:53.915Z[ recovery-image] Aug 14 22:28:52.561 INFO O| Aug 14 22:28:52.561 INFO STEP 33 (remove_files) COMPLETE
36572024-08-14T22:28:53.917Z[ recovery-image] Aug 14 22:28:52.561 INFO O| Aug 14 22:28:52.561 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36582024-08-14T22:28:53.949Z[ recovery-image] Aug 14 22:28:52.596 INFO O| Aug 14 22:28:52.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36592024-08-14T22:28:53.949Z[ recovery-image] Aug 14 22:28:52.596 INFO O| Aug 14 22:28:52.596 INFO STEP 34 (remove_files) COMPLETE
36602024-08-14T22:28:53.949Z[ recovery-image] Aug 14 22:28:52.596 INFO O| Aug 14 22:28:52.596 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-14T22:28:53.971Z[ recovery-image] Aug 14 22:28:52.618 INFO O| Aug 14 22:28:52.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36622024-08-14T22:28:53.971Z[ recovery-image] Aug 14 22:28:52.618 INFO O| Aug 14 22:28:52.618 INFO STEP 35 (remove_files) COMPLETE
36632024-08-14T22:28:53.971Z[ recovery-image] Aug 14 22:28:52.618 INFO O| Aug 14 22:28:52.618 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36642024-08-14T22:28:53.991Z[ recovery-image] Aug 14 22:28:52.637 INFO O| Aug 14 22:28:52.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36652024-08-14T22:28:53.991Z[ recovery-image] Aug 14 22:28:52.637 INFO O| Aug 14 22:28:52.637 INFO STEP 36 (remove_files) COMPLETE
36662024-08-14T22:28:53.991Z[ recovery-image] Aug 14 22:28:52.637 INFO O| Aug 14 22:28:52.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-14T22:28:54.009Z[ recovery-image] Aug 14 22:28:52.655 INFO O| Aug 14 22:28:52.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36682024-08-14T22:28:54.009Z[ recovery-image] Aug 14 22:28:52.655 INFO O| Aug 14 22:28:52.655 INFO STEP 37 (remove_files) COMPLETE
36692024-08-14T22:28:54.009Z[ recovery-image] Aug 14 22:28:52.655 INFO O| Aug 14 22:28:52.655 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-14T22:28:54.032Z[ recovery-image] Aug 14 22:28:52.678 INFO O| Aug 14 22:28:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36712024-08-14T22:28:54.032Z[ recovery-image] Aug 14 22:28:52.678 INFO O| Aug 14 22:28:52.678 INFO STEP 38 (remove_files) COMPLETE
36722024-08-14T22:28:54.034Z[ recovery-image] Aug 14 22:28:52.679 INFO O| Aug 14 22:28:52.678 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36732024-08-14T22:28:54.067Z[ recovery-image] Aug 14 22:28:52.714 INFO O| Aug 14 22:28:52.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36742024-08-14T22:28:54.067Z[ recovery-image] Aug 14 22:28:52.714 INFO O| Aug 14 22:28:52.714 INFO STEP 39 (remove_files) COMPLETE
36752024-08-14T22:28:54.067Z[ recovery-image] Aug 14 22:28:52.714 INFO O| Aug 14 22:28:52.714 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-14T22:28:54.088Z[ recovery-image] Aug 14 22:28:52.735 INFO O| Aug 14 22:28:52.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36772024-08-14T22:28:54.088Z[ recovery-image] Aug 14 22:28:52.735 INFO O| Aug 14 22:28:52.735 INFO STEP 40 (remove_files) COMPLETE
36782024-08-14T22:28:54.088Z[ recovery-image] Aug 14 22:28:52.735 INFO O| Aug 14 22:28:52.735 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36792024-08-14T22:28:54.112Z[ recovery-image] Aug 14 22:28:52.758 INFO O| Aug 14 22:28:52.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36802024-08-14T22:28:54.112Z[ recovery-image] Aug 14 22:28:52.758 INFO O| Aug 14 22:28:52.758 INFO STEP 41 (remove_files) COMPLETE
36812024-08-14T22:28:54.112Z[ recovery-image] Aug 14 22:28:52.758 INFO O| Aug 14 22:28:52.758 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36822024-08-14T22:28:54.132Z[ recovery-image] Aug 14 22:28:52.778 INFO O| Aug 14 22:28:52.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36832024-08-14T22:28:54.132Z[ recovery-image] Aug 14 22:28:52.778 INFO O| Aug 14 22:28:52.778 INFO STEP 42 (remove_files) COMPLETE
36842024-08-14T22:28:54.134Z[ recovery-image] Aug 14 22:28:52.778 INFO O| Aug 14 22:28:52.778 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-08-14T22:28:54.141Z[ host-image] Aug 14 22:28:52.788 INFO O| Aug 14 22:28:52.787 INFO O| Planning: Fetching manifests: 4/4 100% complete
36862024-08-14T22:28:54.151Z[ recovery-image] Aug 14 22:28:52.798 INFO O| Aug 14 22:28:52.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36872024-08-14T22:28:54.154Z[ recovery-image] Aug 14 22:28:52.798 INFO O| Aug 14 22:28:52.798 INFO STEP 43 (remove_files) COMPLETE
36882024-08-14T22:28:54.154Z[ recovery-image] Aug 14 22:28:52.798 INFO O| Aug 14 22:28:52.798 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-14T22:28:54.172Z[ recovery-image] Aug 14 22:28:52.819 INFO O| Aug 14 22:28:52.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36902024-08-14T22:28:54.172Z[ recovery-image] Aug 14 22:28:52.819 INFO O| Aug 14 22:28:52.819 INFO STEP 44 (remove_files) COMPLETE
36912024-08-14T22:28:54.172Z[ recovery-image] Aug 14 22:28:52.819 INFO O| Aug 14 22:28:52.819 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-14T22:28:54.187Z[ host-image] Aug 14 22:28:52.833 INFO O| Aug 14 22:28:52.833 INFO O| Planning: Package planning ... Done
36932024-08-14T22:28:54.192Z[ host-image] Aug 14 22:28:52.838 INFO O| Aug 14 22:28:52.838 INFO O| Planning: Merging actions ... Done
36942024-08-14T22:28:54.194Z[ recovery-image] Aug 14 22:28:52.839 INFO O| Aug 14 22:28:52.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36952024-08-14T22:28:54.194Z[ recovery-image] Aug 14 22:28:52.839 INFO O| Aug 14 22:28:52.839 INFO STEP 45 (remove_files) COMPLETE
36962024-08-14T22:28:54.194Z[ recovery-image] Aug 14 22:28:52.839 INFO O| Aug 14 22:28:52.839 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-14T22:28:54.221Z[ recovery-image] Aug 14 22:28:52.867 INFO O| Aug 14 22:28:52.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36982024-08-14T22:28:54.221Z[ recovery-image] Aug 14 22:28:52.867 INFO O| Aug 14 22:28:52.867 INFO STEP 46 (remove_files) COMPLETE
36992024-08-14T22:28:54.221Z[ recovery-image] Aug 14 22:28:52.867 INFO O| Aug 14 22:28:52.867 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-14T22:28:54.266Z[ recovery-image] Aug 14 22:28:52.912 INFO O| Aug 14 22:28:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37012024-08-14T22:28:54.266Z[ recovery-image] Aug 14 22:28:52.912 INFO O| Aug 14 22:28:52.912 INFO STEP 47 (remove_files) COMPLETE
37022024-08-14T22:28:54.269Z[ recovery-image] Aug 14 22:28:52.913 INFO O| Aug 14 22:28:52.913 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-14T22:28:54.284Z[ recovery-image] Aug 14 22:28:52.931 INFO O| Aug 14 22:28:52.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37042024-08-14T22:28:54.284Z[ recovery-image] Aug 14 22:28:52.931 INFO O| Aug 14 22:28:52.931 INFO STEP 48 (remove_files) COMPLETE
37052024-08-14T22:28:54.287Z[ recovery-image] Aug 14 22:28:52.931 INFO O| Aug 14 22:28:52.931 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-14T22:28:54.303Z[ recovery-image] Aug 14 22:28:52.950 INFO O| Aug 14 22:28:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37072024-08-14T22:28:54.305Z[ recovery-image] Aug 14 22:28:52.950 INFO O| Aug 14 22:28:52.950 INFO STEP 49 (remove_files) COMPLETE
37082024-08-14T22:28:54.305Z[ recovery-image] Aug 14 22:28:52.950 INFO O| Aug 14 22:28:52.950 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-14T22:28:54.321Z[ recovery-image] Aug 14 22:28:52.968 INFO O| Aug 14 22:28:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37102024-08-14T22:28:54.321Z[ recovery-image] Aug 14 22:28:52.968 INFO O| Aug 14 22:28:52.968 INFO STEP 50 (remove_files) COMPLETE
37112024-08-14T22:28:54.324Z[ recovery-image] Aug 14 22:28:52.968 INFO O| Aug 14 22:28:52.968 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-14T22:28:54.339Z[ recovery-image] Aug 14 22:28:52.985 INFO O| Aug 14 22:28:52.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37132024-08-14T22:28:54.341Z[ recovery-image] Aug 14 22:28:52.985 INFO O| Aug 14 22:28:52.985 INFO STEP 51 (remove_files) COMPLETE
37142024-08-14T22:28:54.341Z[ recovery-image] Aug 14 22:28:52.985 INFO O| Aug 14 22:28:52.985 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-14T22:28:54.357Z[ recovery-image] Aug 14 22:28:53.004 INFO O| Aug 14 22:28:53.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37162024-08-14T22:28:54.357Z[ recovery-image] Aug 14 22:28:53.004 INFO O| Aug 14 22:28:53.004 INFO STEP 52 (remove_files) COMPLETE
37172024-08-14T22:28:54.360Z[ recovery-image] Aug 14 22:28:53.004 INFO O| Aug 14 22:28:53.004 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-08-14T22:28:54.375Z[ recovery-image] Aug 14 22:28:53.022 INFO O| Aug 14 22:28:53.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37192024-08-14T22:28:54.375Z[ recovery-image] Aug 14 22:28:53.022 INFO O| Aug 14 22:28:53.022 INFO STEP 53 (remove_files) COMPLETE
37202024-08-14T22:28:54.378Z[ recovery-image] Aug 14 22:28:53.022 INFO O| Aug 14 22:28:53.022 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-08-14T22:28:54.380Z[ host-image] Aug 14 22:28:53.026 INFO O| Aug 14 22:28:53.026 INFO O| Planning: Checking for conflicting actions ... Done
37222024-08-14T22:28:54.383Z[ host-image] Aug 14 22:28:53.028 INFO O| Aug 14 22:28:53.028 INFO O| Planning: Consolidating action changes ... Done
37232024-08-14T22:28:54.393Z[ recovery-image] Aug 14 22:28:53.040 INFO O| Aug 14 22:28:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37242024-08-14T22:28:54.394Z[ recovery-image] Aug 14 22:28:53.040 INFO O| Aug 14 22:28:53.040 INFO STEP 54 (remove_files) COMPLETE
37252024-08-14T22:28:54.394Z[ recovery-image] Aug 14 22:28:53.040 INFO O| Aug 14 22:28:53.040 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-14T22:28:54.409Z[ recovery-image] Aug 14 22:28:53.056 INFO O| Aug 14 22:28:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37272024-08-14T22:28:54.409Z[ recovery-image] Aug 14 22:28:53.056 INFO O| Aug 14 22:28:53.056 INFO STEP 55 (remove_files) COMPLETE
37282024-08-14T22:28:54.412Z[ recovery-image] Aug 14 22:28:53.056 INFO O| Aug 14 22:28:53.056 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-14T22:28:54.427Z[ recovery-image] Aug 14 22:28:53.073 INFO O| Aug 14 22:28:53.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37302024-08-14T22:28:54.427Z[ recovery-image] Aug 14 22:28:53.074 INFO O| Aug 14 22:28:53.074 INFO STEP 56 (remove_files) COMPLETE
37312024-08-14T22:28:54.427Z[ recovery-image] Aug 14 22:28:53.074 INFO O| Aug 14 22:28:53.074 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-14T22:28:54.446Z[ recovery-image] Aug 14 22:28:53.092 INFO O| Aug 14 22:28:53.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37332024-08-14T22:28:54.446Z[ recovery-image] Aug 14 22:28:53.092 INFO O| Aug 14 22:28:53.092 INFO STEP 57 (remove_files) COMPLETE
37342024-08-14T22:28:54.446Z[ recovery-image] Aug 14 22:28:53.092 INFO O| Aug 14 22:28:53.092 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-14T22:28:54.463Z[ recovery-image] Aug 14 22:28:53.110 INFO O| Aug 14 22:28:53.110 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37362024-08-14T22:28:54.463Z[ recovery-image] Aug 14 22:28:53.110 INFO O| Aug 14 22:28:53.110 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37372024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.110 INFO O| Aug 14 22:28:53.110 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37382024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.111 INFO O| Aug 14 22:28:53.110 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37392024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.111 INFO O| Aug 14 22:28:53.111 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37402024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.111 INFO O| Aug 14 22:28:53.111 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37412024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.111 INFO O| Aug 14 22:28:53.111 INFO ok!
37422024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.111 INFO O| Aug 14 22:28:53.111 INFO STEP 58 (ensure_file) COMPLETE
37432024-08-14T22:28:54.466Z[ recovery-image] Aug 14 22:28:53.111 INFO O| Aug 14 22:28:53.111 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-14T22:28:54.488Z[ recovery-image] Aug 14 22:28:53.134 INFO O| Aug 14 22:28:53.134 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37452024-08-14T22:28:54.488Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37462024-08-14T22:28:54.490Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37472024-08-14T22:28:54.490Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37482024-08-14T22:28:54.490Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37492024-08-14T22:28:54.490Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37502024-08-14T22:28:54.491Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO ok!
37512024-08-14T22:28:54.491Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO STEP 59 (ensure_file) COMPLETE
37522024-08-14T22:28:54.491Z[ recovery-image] Aug 14 22:28:53.135 INFO O| Aug 14 22:28:53.135 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-14T22:28:54.518Z[ recovery-image] Aug 14 22:28:53.164 INFO O| Aug 14 22:28:53.164 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37542024-08-14T22:28:54.518Z[ recovery-image] Aug 14 22:28:53.164 INFO O| Aug 14 22:28:53.164 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37552024-08-14T22:28:54.518Z[ recovery-image] Aug 14 22:28:53.164 INFO O| Aug 14 22:28:53.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37562024-08-14T22:28:54.520Z[ recovery-image] Aug 14 22:28:53.164 INFO O| Aug 14 22:28:53.164 INFO ok!
37572024-08-14T22:28:54.520Z[ recovery-image] Aug 14 22:28:53.164 INFO O| Aug 14 22:28:53.164 INFO STEP 60 (ensure_file) COMPLETE
37582024-08-14T22:28:54.520Z[ recovery-image] Aug 14 22:28:53.164 INFO O| Aug 14 22:28:53.164 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-14T22:28:54.562Z[ recovery-image] Aug 14 22:28:53.208 INFO O| Aug 14 22:28:53.208 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37602024-08-14T22:28:54.562Z[ recovery-image] Aug 14 22:28:53.208 INFO O| Aug 14 22:28:53.208 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37612024-08-14T22:28:54.564Z[ recovery-image] Aug 14 22:28:53.208 INFO O| Aug 14 22:28:53.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37622024-08-14T22:28:54.564Z[ recovery-image] Aug 14 22:28:53.208 INFO O| Aug 14 22:28:53.208 INFO ok!
37632024-08-14T22:28:54.564Z[ recovery-image] Aug 14 22:28:53.208 INFO O| Aug 14 22:28:53.208 INFO STEP 61 (ensure_file) COMPLETE
37642024-08-14T22:28:54.564Z[ recovery-image] Aug 14 22:28:53.208 INFO O| Aug 14 22:28:53.208 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-14T22:28:54.597Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37662024-08-14T22:28:54.597Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37672024-08-14T22:28:54.600Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37682024-08-14T22:28:54.600Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37692024-08-14T22:28:54.600Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 INFO ok!
37702024-08-14T22:28:54.600Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 INFO STEP 62 (ensure_file) COMPLETE
37712024-08-14T22:28:54.600Z[ recovery-image] Aug 14 22:28:53.244 INFO O| Aug 14 22:28:53.244 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-14T22:28:54.633Z[ recovery-image] Aug 14 22:28:53.279 INFO O| Aug 14 22:28:53.279 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37732024-08-14T22:28:54.633Z[ recovery-image] Aug 14 22:28:53.279 INFO O| Aug 14 22:28:53.279 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37742024-08-14T22:28:54.635Z[ recovery-image] Aug 14 22:28:53.279 INFO O| Aug 14 22:28:53.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37752024-08-14T22:28:54.635Z[ recovery-image] Aug 14 22:28:53.279 INFO O| Aug 14 22:28:53.279 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37762024-08-14T22:28:54.635Z[ recovery-image] Aug 14 22:28:53.280 INFO O| Aug 14 22:28:53.279 INFO ok!
37772024-08-14T22:28:54.635Z[ recovery-image] Aug 14 22:28:53.280 INFO O| Aug 14 22:28:53.279 INFO STEP 63 (ensure_file) COMPLETE
37782024-08-14T22:28:54.635Z[ recovery-image] Aug 14 22:28:53.280 INFO O| Aug 14 22:28:53.280 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-14T22:28:54.671Z[ recovery-image] Aug 14 22:28:53.317 INFO O| Aug 14 22:28:53.317 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37802024-08-14T22:28:54.671Z[ recovery-image] Aug 14 22:28:53.317 INFO O| Aug 14 22:28:53.317 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37812024-08-14T22:28:54.671Z[ recovery-image] Aug 14 22:28:53.317 INFO O| Aug 14 22:28:53.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37822024-08-14T22:28:54.671Z[ recovery-image] Aug 14 22:28:53.317 INFO O| Aug 14 22:28:53.317 INFO ok!
37832024-08-14T22:28:54.674Z[ recovery-image] Aug 14 22:28:53.317 INFO O| Aug 14 22:28:53.317 INFO STEP 64 (assemble_files) COMPLETE
37842024-08-14T22:28:54.674Z[ recovery-image] Aug 14 22:28:53.317 INFO O| Aug 14 22:28:53.317 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-08-14T22:28:54.688Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37862024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37872024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37882024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37892024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO ok!
37902024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO STEP 65 (ensure_file) COMPLETE
37912024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO skip step because feature "omicron1" is not enabled
37932024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO skip step because feature "omicron1" is not enabled
37952024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO skip step because feature "omicron1" is not enabled
37972024-08-14T22:28:54.691Z[ recovery-image] Aug 14 22:28:53.335 INFO O| Aug 14 22:28:53.335 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-08-14T22:28:54.739Z[ recovery-image] Aug 14 22:28:53.385 INFO O| Aug 14 22:28:53.385 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37992024-08-14T22:28:54.741Z[ recovery-image] Aug 14 22:28:53.386 INFO O| Aug 14 22:28:53.386 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38002024-08-14T22:28:54.757Z[ host-image] Aug 14 22:28:53.403 INFO O| Aug 14 22:28:53.403 INFO O| Planning: Evaluating mediators ... Done
38012024-08-14T22:28:54.759Z[ host-image] Aug 14 22:28:53.405 INFO O| Aug 14 22:28:53.405 INFO O| Planning: Planning completed in 4.28 seconds
38022024-08-14T22:28:54.761Z[ host-image] Aug 14 22:28:53.408 INFO O| Aug 14 22:28:53.408 INFO O| Packages to install: 4
38032024-08-14T22:28:54.761Z[ host-image] Aug 14 22:28:53.408 INFO O| Aug 14 22:28:53.408 INFO O| Services to change: 2
38042024-08-14T22:28:54.783Z[ host-image] Aug 14 22:28:53.428 INFO O| Aug 14 22:28:53.427 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38052024-08-14T22:28:55.834Z[ host-image] Aug 14 22:28:54.480 INFO O| Aug 14 22:28:54.480 INFO O| Download: Completed 1.39 MB in 1.05 seconds (1.3M/s)
38062024-08-14T22:28:55.860Z[ host-image] Aug 14 22:28:54.506 INFO O| Aug 14 22:28:54.506 INFO O| Actions: 1/238 actions (Installing new actions)
38072024-08-14T22:28:55.983Z[ host-image] Aug 14 22:28:54.629 INFO O| Aug 14 22:28:54.629 INFO O| Actions: Completed 238 actions in 0.12 seconds.
38082024-08-14T22:28:56.142Z[ host-image] Aug 14 22:28:54.788 INFO O| Aug 14 22:28:54.788 INFO O| Done
38092024-08-14T22:28:56.142Z[ host-image] Aug 14 22:28:54.788 INFO O| Aug 14 22:28:54.788 INFO O| Done
38102024-08-14T22:28:56.551Z[ host-image] Aug 14 22:28:55.195 INFO O| Aug 14 22:28:55.195 INFO O| Done
38112024-08-14T22:28:56.761Z[ recovery-image] Aug 14 22:28:55.407 INFO O| Aug 14 22:28:55.407 INFO STEP 69 (pack_tar) COMPLETE
38122024-08-14T22:28:56.761Z[ recovery-image] Aug 14 22:28:55.407 INFO O| Aug 14 22:28:55.407 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38132024-08-14T22:28:56.764Z[ recovery-image] Aug 14 22:28:55.407 INFO O| Aug 14 22:28:55.407 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38142024-08-14T22:28:57.091Z[ recovery-image] Aug 14 22:28:55.737 INFO O| Aug 14 22:28:55.736 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38152024-08-14T22:28:57.171Z[ recovery-image] Aug 14 22:28:55.817 INFO O| Aug 14 22:28:55.816 INFO completed processing gimlet/ramdisk-02-trim
38162024-08-14T22:28:57.173Z[ recovery-image] Aug 14 22:28:55.819 INFO image builder template: ramdisk-03-recovery-trim...
38172024-08-14T22:28:57.173Z[ recovery-image] Aug 14 22:28:55.819 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38182024-08-14T22:28:57.242Z[ recovery-image] Aug 14 22:28:55.888 INFO O| Aug 14 22:28:55.888 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38192024-08-14T22:28:57.247Z[ recovery-image] Aug 14 22:28:55.893 INFO O| Aug 14 22:28:55.893 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38202024-08-14T22:28:57.316Z[ recovery-image] Aug 14 22:28:55.962 INFO O| Aug 14 22:28:55.962 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38212024-08-14T22:28:57.372Z[ recovery-image] Aug 14 22:28:56.018 INFO O| Aug 14 22:28:56.018 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38222024-08-14T22:28:57.372Z[ recovery-image] Aug 14 22:28:56.018 INFO O| Aug 14 22:28:56.018 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38232024-08-14T22:28:57.383Z[ recovery-image] Aug 14 22:28:56.029 INFO O| Aug 14 22:28:56.029 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38242024-08-14T22:28:57.388Z[ recovery-image] Aug 14 22:28:56.034 INFO O| Aug 14 22:28:56.034 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38252024-08-14T22:28:57.395Z[ recovery-image] Aug 14 22:28:56.041 INFO O| Aug 14 22:28:56.041 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38262024-08-14T22:28:57.636Z[ recovery-image] Aug 14 22:28:56.282 INFO O| Aug 14 22:28:56.282 INFO rolled back to input snapshot; work may begin
38272024-08-14T22:28:57.636Z[ recovery-image] Aug 14 22:28:56.282 INFO O| Aug 14 22:28:56.282 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38282024-08-14T22:28:57.643Z[ recovery-image] Aug 14 22:28:56.290 INFO O| Aug 14 22:28:56.290 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38292024-08-14T22:28:57.656Z[ recovery-image] Aug 14 22:28:56.302 INFO O| Aug 14 22:28:56.302 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38302024-08-14T22:28:57.660Z[ recovery-image] Aug 14 22:28:56.306 INFO O| Aug 14 22:28:56.306 INFO STEP 0 (remove_files) COMPLETE
38312024-08-14T22:28:57.660Z[ recovery-image] Aug 14 22:28:56.306 INFO O| Aug 14 22:28:56.306 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38322024-08-14T22:28:57.671Z[ recovery-image] Aug 14 22:28:56.317 INFO O| Aug 14 22:28:56.317 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38332024-08-14T22:28:57.727Z[ recovery-image] Aug 14 22:28:56.373 INFO O| Aug 14 22:28:56.373 INFO STEP 1 (remove_files) COMPLETE
38342024-08-14T22:28:57.727Z[ recovery-image] Aug 14 22:28:56.373 INFO O| Aug 14 22:28:56.373 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38352024-08-14T22:28:57.739Z[ recovery-image] Aug 14 22:28:56.385 INFO O| Aug 14 22:28:56.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38362024-08-14T22:28:57.741Z[ recovery-image] Aug 14 22:28:56.387 INFO O| Aug 14 22:28:56.387 INFO STEP 2 (remove_files) COMPLETE
38372024-08-14T22:28:57.742Z[ recovery-image] Aug 14 22:28:56.387 INFO O| Aug 14 22:28:56.387 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38382024-08-14T22:28:57.752Z[ recovery-image] Aug 14 22:28:56.399 INFO O| Aug 14 22:28:56.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38392024-08-14T22:28:57.791Z[ recovery-image] Aug 14 22:28:56.437 INFO O| Aug 14 22:28:56.437 INFO STEP 3 (remove_files) COMPLETE
38402024-08-14T22:28:57.791Z[ recovery-image] Aug 14 22:28:56.437 INFO O| Aug 14 22:28:56.437 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38412024-08-14T22:28:57.803Z[ recovery-image] Aug 14 22:28:56.449 INFO O| Aug 14 22:28:56.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38422024-08-14T22:28:57.817Z[ recovery-image] Aug 14 22:28:56.463 INFO O| Aug 14 22:28:56.463 INFO STEP 4 (remove_files) COMPLETE
38432024-08-14T22:28:57.819Z[ recovery-image] Aug 14 22:28:56.463 INFO O| Aug 14 22:28:56.463 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38442024-08-14T22:28:57.829Z[ recovery-image] Aug 14 22:28:56.475 INFO O| Aug 14 22:28:56.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38452024-08-14T22:28:57.832Z[ recovery-image] Aug 14 22:28:56.479 INFO O| Aug 14 22:28:56.479 INFO STEP 5 (remove_files) COMPLETE
38462024-08-14T22:28:57.835Z[ recovery-image] Aug 14 22:28:56.479 INFO O| Aug 14 22:28:56.479 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38472024-08-14T22:28:57.844Z[ recovery-image] Aug 14 22:28:56.490 INFO O| Aug 14 22:28:56.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38482024-08-14T22:28:57.847Z[ recovery-image] Aug 14 22:28:56.492 INFO O| Aug 14 22:28:56.492 INFO STEP 6 (remove_files) COMPLETE
38492024-08-14T22:28:57.847Z[ recovery-image] Aug 14 22:28:56.492 INFO O| Aug 14 22:28:56.492 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38502024-08-14T22:28:57.857Z[ recovery-image] Aug 14 22:28:56.504 INFO O| Aug 14 22:28:56.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38512024-08-14T22:28:57.860Z[ recovery-image] Aug 14 22:28:56.506 INFO O| Aug 14 22:28:56.505 INFO STEP 7 (remove_files) COMPLETE
38522024-08-14T22:28:57.860Z[ recovery-image] Aug 14 22:28:56.506 INFO O| Aug 14 22:28:56.506 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38532024-08-14T22:28:57.870Z[ recovery-image] Aug 14 22:28:56.516 INFO O| Aug 14 22:28:56.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38542024-08-14T22:28:57.873Z[ recovery-image] Aug 14 22:28:56.519 INFO O| Aug 14 22:28:56.519 INFO STEP 8 (remove_files) COMPLETE
38552024-08-14T22:28:57.873Z[ recovery-image] Aug 14 22:28:56.519 INFO O| Aug 14 22:28:56.519 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38562024-08-14T22:28:57.884Z[ recovery-image] Aug 14 22:28:56.530 INFO O| Aug 14 22:28:56.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38572024-08-14T22:28:57.887Z[ recovery-image] Aug 14 22:28:56.531 INFO O| Aug 14 22:28:56.531 INFO STEP 9 (remove_files) COMPLETE
38582024-08-14T22:28:57.887Z[ recovery-image] Aug 14 22:28:56.531 INFO O| Aug 14 22:28:56.531 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38592024-08-14T22:28:57.895Z[ recovery-image] Aug 14 22:28:56.541 INFO O| Aug 14 22:28:56.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38602024-08-14T22:28:57.898Z[ recovery-image] Aug 14 22:28:56.542 INFO O| Aug 14 22:28:56.542 INFO STEP 10 (remove_files) COMPLETE
38612024-08-14T22:28:57.898Z[ recovery-image] Aug 14 22:28:56.542 INFO O| Aug 14 22:28:56.542 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38622024-08-14T22:28:57.906Z[ recovery-image] Aug 14 22:28:56.553 INFO O| Aug 14 22:28:56.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38632024-08-14T22:28:57.946Z[ recovery-image] Aug 14 22:28:56.592 INFO O| Aug 14 22:28:56.592 INFO STEP 11 (remove_files) COMPLETE
38642024-08-14T22:28:57.946Z[ recovery-image] Aug 14 22:28:56.592 INFO O| Aug 14 22:28:56.592 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38652024-08-14T22:28:57.958Z[ recovery-image] Aug 14 22:28:56.604 INFO O| Aug 14 22:28:56.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38662024-08-14T22:28:57.961Z[ recovery-image] Aug 14 22:28:56.606 INFO O| Aug 14 22:28:56.606 INFO STEP 12 (remove_files) COMPLETE
38672024-08-14T22:28:57.961Z[ recovery-image] Aug 14 22:28:56.606 INFO O| Aug 14 22:28:56.606 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38682024-08-14T22:28:57.970Z[ recovery-image] Aug 14 22:28:56.617 INFO O| Aug 14 22:28:56.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38692024-08-14T22:28:57.978Z[ recovery-image] Aug 14 22:28:56.619 INFO O| Aug 14 22:28:56.619 INFO STEP 13 (remove_files) COMPLETE
38702024-08-14T22:28:57.978Z[ recovery-image] Aug 14 22:28:56.619 INFO O| Aug 14 22:28:56.619 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38712024-08-14T22:28:57.982Z[ recovery-image] Aug 14 22:28:56.629 INFO O| Aug 14 22:28:56.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38722024-08-14T22:28:57.985Z[ recovery-image] Aug 14 22:28:56.629 INFO O| Aug 14 22:28:56.629 INFO STEP 14 (remove_files) COMPLETE
38732024-08-14T22:28:57.985Z[ recovery-image] Aug 14 22:28:56.629 INFO O| Aug 14 22:28:56.629 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38742024-08-14T22:28:57.993Z[ recovery-image] Aug 14 22:28:56.639 INFO O| Aug 14 22:28:56.639 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38752024-08-14T22:28:57.995Z[ recovery-image] Aug 14 22:28:56.640 INFO O| Aug 14 22:28:56.640 INFO STEP 15 (remove_files) COMPLETE
38762024-08-14T22:28:57.995Z[ recovery-image] Aug 14 22:28:56.640 INFO O| Aug 14 22:28:56.640 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-08-14T22:28:57.997Z[ host-image] Aug 14 22:28:56.643 INFO O| Aug 14 22:28:56.643 INFO O| Done
38782024-08-14T22:28:58.005Z[ recovery-image] Aug 14 22:28:56.651 INFO O| Aug 14 22:28:56.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38792024-08-14T22:28:58.010Z[ recovery-image] Aug 14 22:28:56.657 INFO O| Aug 14 22:28:56.657 INFO STEP 16 (remove_files) COMPLETE
38802024-08-14T22:28:58.013Z[ recovery-image] Aug 14 22:28:56.657 INFO O| Aug 14 22:28:56.657 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-14T22:28:58.022Z[ recovery-image] Aug 14 22:28:56.668 INFO O| Aug 14 22:28:56.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38822024-08-14T22:28:58.025Z[ recovery-image] Aug 14 22:28:56.669 INFO O| Aug 14 22:28:56.669 INFO STEP 17 (remove_files) COMPLETE
38832024-08-14T22:28:58.025Z[ recovery-image] Aug 14 22:28:56.669 INFO O| Aug 14 22:28:56.669 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-14T22:28:58.025Z[ host-image] Aug 14 22:28:56.670 INFO O| Aug 14 22:28:56.670 INFO O| Done
38852024-08-14T22:28:58.025Z[ host-image] Aug 14 22:28:56.670 INFO O| Aug 14 22:28:56.670 INFO O| Done
38862024-08-14T22:28:58.034Z[ recovery-image] Aug 14 22:28:56.680 INFO O| Aug 14 22:28:56.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38872024-08-14T22:28:58.036Z[ recovery-image] Aug 14 22:28:56.681 INFO O| Aug 14 22:28:56.681 INFO STEP 18 (remove_files) COMPLETE
38882024-08-14T22:28:58.037Z[ recovery-image] Aug 14 22:28:56.681 INFO O| Aug 14 22:28:56.681 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-14T22:28:58.039Z[ host-image] Aug 14 22:28:56.685 INFO O| Aug 14 22:28:56.685 INFO O| Done
38902024-08-14T22:28:58.046Z[ recovery-image] Aug 14 22:28:56.693 INFO O| Aug 14 22:28:56.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38912024-08-14T22:28:58.088Z[ recovery-image] Aug 14 22:28:56.734 INFO O| Aug 14 22:28:56.734 INFO STEP 19 (remove_files) COMPLETE
38922024-08-14T22:28:58.088Z[ recovery-image] Aug 14 22:28:56.734 INFO O| Aug 14 22:28:56.734 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-14T22:28:58.100Z[ recovery-image] Aug 14 22:28:56.746 INFO O| Aug 14 22:28:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38942024-08-14T22:28:58.103Z[ recovery-image] Aug 14 22:28:56.748 INFO O| Aug 14 22:28:56.748 INFO STEP 20 (remove_files) COMPLETE
38952024-08-14T22:28:58.103Z[ recovery-image] Aug 14 22:28:56.748 INFO O| Aug 14 22:28:56.748 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-14T22:28:58.114Z[ recovery-image] Aug 14 22:28:56.760 INFO O| Aug 14 22:28:56.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38972024-08-14T22:28:58.116Z[ recovery-image] Aug 14 22:28:56.761 INFO O| Aug 14 22:28:56.761 INFO STEP 21 (remove_files) COMPLETE
38982024-08-14T22:28:58.116Z[ recovery-image] Aug 14 22:28:56.761 INFO O| Aug 14 22:28:56.761 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-14T22:28:58.126Z[ recovery-image] Aug 14 22:28:56.772 INFO O| Aug 14 22:28:56.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39002024-08-14T22:28:58.128Z[ recovery-image] Aug 14 22:28:56.772 INFO O| Aug 14 22:28:56.772 INFO STEP 22 (remove_files) COMPLETE
39012024-08-14T22:28:58.128Z[ recovery-image] Aug 14 22:28:56.772 INFO O| Aug 14 22:28:56.772 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-14T22:28:58.137Z[ recovery-image] Aug 14 22:28:56.783 INFO O| Aug 14 22:28:56.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39032024-08-14T22:28:58.137Z[ recovery-image] Aug 14 22:28:56.783 INFO O| Aug 14 22:28:56.783 INFO STEP 23 (remove_files) COMPLETE
39042024-08-14T22:28:58.140Z[ recovery-image] Aug 14 22:28:56.783 INFO O| Aug 14 22:28:56.783 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-14T22:28:58.148Z[ recovery-image] Aug 14 22:28:56.794 INFO O| Aug 14 22:28:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39062024-08-14T22:28:58.151Z[ recovery-image] Aug 14 22:28:56.795 INFO O| Aug 14 22:28:56.795 INFO STEP 24 (remove_files) COMPLETE
39072024-08-14T22:28:58.151Z[ recovery-image] Aug 14 22:28:56.795 INFO O| Aug 14 22:28:56.795 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-14T22:28:58.153Z[ host-image] Aug 14 22:28:56.797 INFO O| Aug 14 22:28:56.797 INFO STEP 12 (pkg_install) COMPLETE
39092024-08-14T22:28:58.153Z[ host-image] Aug 14 22:28:56.797 INFO O| Aug 14 22:28:56.797 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39102024-08-14T22:28:58.160Z[ recovery-image] Aug 14 22:28:56.806 INFO O| Aug 14 22:28:56.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39112024-08-14T22:28:58.162Z[ recovery-image] Aug 14 22:28:56.806 INFO O| Aug 14 22:28:56.806 INFO STEP 25 (remove_files) COMPLETE
39122024-08-14T22:28:58.162Z[ recovery-image] Aug 14 22:28:56.806 INFO O| Aug 14 22:28:56.806 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-14T22:28:58.162Z[ host-image] Aug 14 22:28:56.807 INFO O| Aug 14 22:28:56.807 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
39142024-08-14T22:28:58.172Z[ recovery-image] Aug 14 22:28:56.818 INFO O| Aug 14 22:28:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39152024-08-14T22:28:58.174Z[ recovery-image] Aug 14 22:28:56.818 INFO O| Aug 14 22:28:56.818 INFO STEP 26 (remove_files) COMPLETE
39162024-08-14T22:28:58.174Z[ recovery-image] Aug 14 22:28:56.818 INFO O| Aug 14 22:28:56.818 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-14T22:28:58.183Z[ recovery-image] Aug 14 22:28:56.829 INFO O| Aug 14 22:28:56.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39182024-08-14T22:28:58.185Z[ recovery-image] Aug 14 22:28:56.830 INFO O| Aug 14 22:28:56.830 INFO STEP 27 (remove_files) COMPLETE
39192024-08-14T22:28:58.185Z[ recovery-image] Aug 14 22:28:56.830 INFO O| Aug 14 22:28:56.830 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-14T22:28:58.194Z[ recovery-image] Aug 14 22:28:56.840 INFO O| Aug 14 22:28:56.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39212024-08-14T22:28:58.196Z[ recovery-image] Aug 14 22:28:56.841 INFO O| Aug 14 22:28:56.841 INFO STEP 28 (remove_files) COMPLETE
39222024-08-14T22:28:58.196Z[ recovery-image] Aug 14 22:28:56.842 INFO O| Aug 14 22:28:56.841 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-14T22:28:58.205Z[ recovery-image] Aug 14 22:28:56.852 INFO O| Aug 14 22:28:56.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39242024-08-14T22:28:58.205Z[ recovery-image] Aug 14 22:28:56.852 INFO O| Aug 14 22:28:56.852 INFO STEP 29 (remove_files) COMPLETE
39252024-08-14T22:28:58.208Z[ recovery-image] Aug 14 22:28:56.852 INFO O| Aug 14 22:28:56.852 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-14T22:28:58.217Z[ recovery-image] Aug 14 22:28:56.863 INFO O| Aug 14 22:28:56.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39272024-08-14T22:28:58.219Z[ recovery-image] Aug 14 22:28:56.864 INFO O| Aug 14 22:28:56.864 INFO STEP 30 (remove_files) COMPLETE
39282024-08-14T22:28:58.219Z[ recovery-image] Aug 14 22:28:56.864 INFO O| Aug 14 22:28:56.864 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-08-14T22:28:58.230Z[ recovery-image] Aug 14 22:28:56.876 INFO O| Aug 14 22:28:56.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39302024-08-14T22:28:58.230Z[ recovery-image] Aug 14 22:28:56.876 INFO O| Aug 14 22:28:56.876 INFO STEP 31 (remove_files) COMPLETE
39312024-08-14T22:28:58.230Z[ recovery-image] Aug 14 22:28:56.876 INFO O| Aug 14 22:28:56.876 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-08-14T22:28:58.241Z[ recovery-image] Aug 14 22:28:56.887 INFO O| Aug 14 22:28:56.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39332024-08-14T22:28:58.241Z[ recovery-image] Aug 14 22:28:56.887 INFO O| Aug 14 22:28:56.887 INFO STEP 32 (remove_files) COMPLETE
39342024-08-14T22:28:58.244Z[ recovery-image] Aug 14 22:28:56.887 INFO O| Aug 14 22:28:56.887 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-08-14T22:28:58.255Z[ recovery-image] Aug 14 22:28:56.901 INFO O| Aug 14 22:28:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39362024-08-14T22:28:58.257Z[ recovery-image] Aug 14 22:28:56.902 INFO O| Aug 14 22:28:56.902 INFO STEP 33 (remove_files) COMPLETE
39372024-08-14T22:28:58.257Z[ recovery-image] Aug 14 22:28:56.902 INFO O| Aug 14 22:28:56.902 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-08-14T22:28:58.268Z[ recovery-image] Aug 14 22:28:56.914 INFO O| Aug 14 22:28:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39392024-08-14T22:28:58.268Z[ recovery-image] Aug 14 22:28:56.915 INFO O| Aug 14 22:28:56.914 INFO STEP 34 (remove_files) COMPLETE
39402024-08-14T22:28:58.271Z[ recovery-image] Aug 14 22:28:56.915 INFO O| Aug 14 22:28:56.915 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-14T22:28:58.281Z[ recovery-image] Aug 14 22:28:56.927 INFO O| Aug 14 22:28:56.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39422024-08-14T22:28:58.283Z[ recovery-image] Aug 14 22:28:56.927 INFO O| Aug 14 22:28:56.927 INFO STEP 35 (remove_files) COMPLETE
39432024-08-14T22:28:58.283Z[ recovery-image] Aug 14 22:28:56.927 INFO O| Aug 14 22:28:56.927 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-14T22:28:58.293Z[ recovery-image] Aug 14 22:28:56.940 INFO O| Aug 14 22:28:56.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39452024-08-14T22:28:58.294Z[ recovery-image] Aug 14 22:28:56.940 INFO O| Aug 14 22:28:56.940 INFO STEP 36 (remove_files) COMPLETE
39462024-08-14T22:28:58.294Z[ recovery-image] Aug 14 22:28:56.940 INFO O| Aug 14 22:28:56.940 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-14T22:28:58.307Z[ recovery-image] Aug 14 22:28:56.953 INFO O| Aug 14 22:28:56.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39482024-08-14T22:28:58.307Z[ recovery-image] Aug 14 22:28:56.953 INFO O| Aug 14 22:28:56.953 INFO STEP 37 (remove_files) COMPLETE
39492024-08-14T22:28:58.310Z[ recovery-image] Aug 14 22:28:56.954 INFO O| Aug 14 22:28:56.953 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-14T22:28:58.319Z[ recovery-image] Aug 14 22:28:56.965 INFO O| Aug 14 22:28:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39512024-08-14T22:28:58.319Z[ recovery-image] Aug 14 22:28:56.965 INFO O| Aug 14 22:28:56.965 INFO STEP 38 (remove_files) COMPLETE
39522024-08-14T22:28:58.321Z[ recovery-image] Aug 14 22:28:56.965 INFO O| Aug 14 22:28:56.965 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39532024-08-14T22:28:58.329Z[ recovery-image] Aug 14 22:28:56.975 INFO O| Aug 14 22:28:56.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39542024-08-14T22:28:58.329Z[ recovery-image] Aug 14 22:28:56.975 INFO O| Aug 14 22:28:56.975 INFO STEP 39 (remove_files) COMPLETE
39552024-08-14T22:28:58.331Z[ recovery-image] Aug 14 22:28:56.975 INFO O| Aug 14 22:28:56.975 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39562024-08-14T22:28:58.339Z[ recovery-image] Aug 14 22:28:56.985 INFO O| Aug 14 22:28:56.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39572024-08-14T22:28:58.339Z[ recovery-image] Aug 14 22:28:56.985 INFO O| Aug 14 22:28:56.985 INFO STEP 40 (remove_files) COMPLETE
39582024-08-14T22:28:58.339Z[ recovery-image] Aug 14 22:28:56.985 INFO O| Aug 14 22:28:56.985 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39592024-08-14T22:28:58.349Z[ recovery-image] Aug 14 22:28:56.995 INFO O| Aug 14 22:28:56.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39602024-08-14T22:28:58.349Z[ recovery-image] Aug 14 22:28:56.995 INFO O| Aug 14 22:28:56.995 INFO STEP 41 (remove_files) COMPLETE
39612024-08-14T22:28:58.351Z[ recovery-image] Aug 14 22:28:56.995 INFO O| Aug 14 22:28:56.995 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-08-14T22:28:58.363Z[ recovery-image] Aug 14 22:28:57.009 INFO O| Aug 14 22:28:57.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39632024-08-14T22:28:58.363Z[ recovery-image] Aug 14 22:28:57.009 INFO O| Aug 14 22:28:57.009 INFO STEP 42 (remove_files) COMPLETE
39642024-08-14T22:28:58.365Z[ recovery-image] Aug 14 22:28:57.009 INFO O| Aug 14 22:28:57.009 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-08-14T22:28:58.374Z[ recovery-image] Aug 14 22:28:57.020 INFO O| Aug 14 22:28:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39662024-08-14T22:28:58.374Z[ recovery-image] Aug 14 22:28:57.020 INFO O| Aug 14 22:28:57.020 INFO STEP 43 (remove_files) COMPLETE
39672024-08-14T22:28:58.376Z[ recovery-image] Aug 14 22:28:57.020 INFO O| Aug 14 22:28:57.020 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-14T22:28:58.386Z[ recovery-image] Aug 14 22:28:57.032 INFO O| Aug 14 22:28:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39692024-08-14T22:28:58.386Z[ recovery-image] Aug 14 22:28:57.032 INFO O| Aug 14 22:28:57.032 INFO STEP 44 (remove_files) COMPLETE
39702024-08-14T22:28:58.386Z[ recovery-image] Aug 14 22:28:57.032 INFO O| Aug 14 22:28:57.032 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-08-14T22:28:58.399Z[ recovery-image] Aug 14 22:28:57.045 INFO O| Aug 14 22:28:57.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39722024-08-14T22:28:58.399Z[ recovery-image] Aug 14 22:28:57.045 INFO O| Aug 14 22:28:57.045 INFO STEP 45 (remove_files) COMPLETE
39732024-08-14T22:28:58.402Z[ recovery-image] Aug 14 22:28:57.045 INFO O| Aug 14 22:28:57.045 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-08-14T22:28:58.410Z[ recovery-image] Aug 14 22:28:57.056 INFO O| Aug 14 22:28:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39752024-08-14T22:28:58.410Z[ recovery-image] Aug 14 22:28:57.056 INFO O| Aug 14 22:28:57.056 INFO STEP 46 (remove_files) COMPLETE
39762024-08-14T22:28:58.412Z[ recovery-image] Aug 14 22:28:57.056 INFO O| Aug 14 22:28:57.056 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-08-14T22:28:58.421Z[ recovery-image] Aug 14 22:28:57.067 INFO O| Aug 14 22:28:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39782024-08-14T22:28:58.421Z[ recovery-image] Aug 14 22:28:57.067 INFO O| Aug 14 22:28:57.067 INFO STEP 47 (remove_files) COMPLETE
39792024-08-14T22:28:58.423Z[ recovery-image] Aug 14 22:28:57.067 INFO O| Aug 14 22:28:57.067 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-08-14T22:28:58.432Z[ recovery-image] Aug 14 22:28:57.078 INFO O| Aug 14 22:28:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39812024-08-14T22:28:58.432Z[ recovery-image] Aug 14 22:28:57.078 INFO O| Aug 14 22:28:57.078 INFO STEP 48 (remove_files) COMPLETE
39822024-08-14T22:28:58.432Z[ recovery-image] Aug 14 22:28:57.078 INFO O| Aug 14 22:28:57.078 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-08-14T22:28:58.445Z[ recovery-image] Aug 14 22:28:57.090 INFO O| Aug 14 22:28:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39842024-08-14T22:28:58.445Z[ recovery-image] Aug 14 22:28:57.091 INFO O| Aug 14 22:28:57.090 INFO STEP 49 (remove_files) COMPLETE
39852024-08-14T22:28:58.447Z[ recovery-image] Aug 14 22:28:57.091 INFO O| Aug 14 22:28:57.091 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-08-14T22:28:58.456Z[ recovery-image] Aug 14 22:28:57.102 INFO O| Aug 14 22:28:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39872024-08-14T22:28:58.456Z[ recovery-image] Aug 14 22:28:57.102 INFO O| Aug 14 22:28:57.102 INFO STEP 50 (remove_files) COMPLETE
39882024-08-14T22:28:58.458Z[ recovery-image] Aug 14 22:28:57.102 INFO O| Aug 14 22:28:57.102 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-08-14T22:28:58.466Z[ recovery-image] Aug 14 22:28:57.112 INFO O| Aug 14 22:28:57.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39902024-08-14T22:28:58.466Z[ recovery-image] Aug 14 22:28:57.112 INFO O| Aug 14 22:28:57.112 INFO STEP 51 (remove_files) COMPLETE
39912024-08-14T22:28:58.466Z[ recovery-image] Aug 14 22:28:57.112 INFO O| Aug 14 22:28:57.112 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-08-14T22:28:58.477Z[ recovery-image] Aug 14 22:28:57.123 INFO O| Aug 14 22:28:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39932024-08-14T22:28:58.477Z[ recovery-image] Aug 14 22:28:57.123 INFO O| Aug 14 22:28:57.123 INFO STEP 52 (remove_files) COMPLETE
39942024-08-14T22:28:58.477Z[ recovery-image] Aug 14 22:28:57.123 INFO O| Aug 14 22:28:57.123 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-08-14T22:28:58.491Z[ recovery-image] Aug 14 22:28:57.136 INFO O| Aug 14 22:28:57.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39962024-08-14T22:28:58.491Z[ recovery-image] Aug 14 22:28:57.137 INFO O| Aug 14 22:28:57.137 INFO STEP 53 (remove_files) COMPLETE
39972024-08-14T22:28:58.491Z[ recovery-image] Aug 14 22:28:57.137 INFO O| Aug 14 22:28:57.137 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-08-14T22:28:58.503Z[ recovery-image] Aug 14 22:28:57.149 INFO O| Aug 14 22:28:57.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39992024-08-14T22:28:58.503Z[ recovery-image] Aug 14 22:28:57.149 INFO O| Aug 14 22:28:57.149 INFO STEP 54 (remove_files) COMPLETE
40002024-08-14T22:28:58.509Z[ recovery-image] Aug 14 22:28:57.149 INFO O| Aug 14 22:28:57.149 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-08-14T22:28:58.580Z[ recovery-image] Aug 14 22:28:57.160 INFO O| Aug 14 22:28:57.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40022024-08-14T22:28:58.581Z[ recovery-image] Aug 14 22:28:57.160 INFO O| Aug 14 22:28:57.160 INFO STEP 55 (remove_files) COMPLETE
40032024-08-14T22:28:58.581Z[ recovery-image] Aug 14 22:28:57.160 INFO O| Aug 14 22:28:57.160 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-08-14T22:28:58.583Z[ recovery-image] Aug 14 22:28:57.174 INFO O| Aug 14 22:28:57.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40052024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.174 INFO O| Aug 14 22:28:57.174 INFO STEP 56 (remove_files) COMPLETE
40062024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.174 INFO O| Aug 14 22:28:57.174 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.186 INFO O| Aug 14 22:28:57.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40082024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.187 INFO O| Aug 14 22:28:57.187 INFO STEP 57 (remove_files) COMPLETE
40092024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.187 INFO O| Aug 14 22:28:57.187 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.200 INFO O| Aug 14 22:28:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40112024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.200 INFO O| Aug 14 22:28:57.200 INFO STEP 58 (remove_files) COMPLETE
40122024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.200 INFO O| Aug 14 22:28:57.200 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.212 INFO O| Aug 14 22:28:57.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40142024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.212 INFO O| Aug 14 22:28:57.212 INFO STEP 59 (remove_files) COMPLETE
40152024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.212 INFO O| Aug 14 22:28:57.212 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.225 INFO O| Aug 14 22:28:57.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40172024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.226 INFO O| Aug 14 22:28:57.226 INFO STEP 60 (remove_files) COMPLETE
40182024-08-14T22:28:58.584Z[ recovery-image] Aug 14 22:28:57.226 INFO O| Aug 14 22:28:57.226 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-08-14T22:28:58.594Z[ recovery-image] Aug 14 22:28:57.239 INFO O| Aug 14 22:28:57.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40202024-08-14T22:28:58.594Z[ recovery-image] Aug 14 22:28:57.240 INFO O| Aug 14 22:28:57.239 INFO STEP 61 (remove_files) COMPLETE
40212024-08-14T22:28:58.596Z[ recovery-image] Aug 14 22:28:57.240 INFO O| Aug 14 22:28:57.240 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-08-14T22:28:58.605Z[ recovery-image] Aug 14 22:28:57.251 INFO O| Aug 14 22:28:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40232024-08-14T22:28:58.606Z[ recovery-image] Aug 14 22:28:57.251 INFO O| Aug 14 22:28:57.251 INFO STEP 62 (remove_files) COMPLETE
40242024-08-14T22:28:58.608Z[ recovery-image] Aug 14 22:28:57.252 INFO O| Aug 14 22:28:57.251 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-08-14T22:28:58.617Z[ recovery-image] Aug 14 22:28:57.263 INFO O| Aug 14 22:28:57.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40262024-08-14T22:28:58.617Z[ recovery-image] Aug 14 22:28:57.263 INFO O| Aug 14 22:28:57.263 INFO STEP 63 (remove_files) COMPLETE
40272024-08-14T22:28:58.620Z[ recovery-image] Aug 14 22:28:57.263 INFO O| Aug 14 22:28:57.263 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-08-14T22:28:58.629Z[ recovery-image] Aug 14 22:28:57.275 INFO O| Aug 14 22:28:57.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40292024-08-14T22:28:58.632Z[ recovery-image] Aug 14 22:28:57.275 INFO O| Aug 14 22:28:57.275 INFO STEP 64 (remove_files) COMPLETE
40302024-08-14T22:28:58.632Z[ recovery-image] Aug 14 22:28:57.275 INFO O| Aug 14 22:28:57.275 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-08-14T22:28:58.641Z[ recovery-image] Aug 14 22:28:57.287 INFO O| Aug 14 22:28:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40322024-08-14T22:28:58.641Z[ recovery-image] Aug 14 22:28:57.287 INFO O| Aug 14 22:28:57.287 INFO STEP 65 (remove_files) COMPLETE
40332024-08-14T22:28:58.644Z[ recovery-image] Aug 14 22:28:57.287 INFO O| Aug 14 22:28:57.287 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-08-14T22:28:58.653Z[ recovery-image] Aug 14 22:28:57.299 INFO O| Aug 14 22:28:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40352024-08-14T22:28:58.653Z[ recovery-image] Aug 14 22:28:57.299 INFO O| Aug 14 22:28:57.299 INFO STEP 66 (remove_files) COMPLETE
40362024-08-14T22:28:58.655Z[ recovery-image] Aug 14 22:28:57.299 INFO O| Aug 14 22:28:57.299 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-08-14T22:28:58.663Z[ recovery-image] Aug 14 22:28:57.309 INFO O| Aug 14 22:28:57.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40382024-08-14T22:28:58.663Z[ recovery-image] Aug 14 22:28:57.309 INFO O| Aug 14 22:28:57.309 INFO STEP 67 (remove_files) COMPLETE
40392024-08-14T22:28:58.666Z[ recovery-image] Aug 14 22:28:57.309 INFO O| Aug 14 22:28:57.309 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-14T22:28:58.666Z[ host-image] Aug 14 22:28:57.310 INFO O| Aug 14 22:28:57.310 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40412024-08-14T22:28:58.674Z[ recovery-image] Aug 14 22:28:57.320 INFO O| Aug 14 22:28:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40422024-08-14T22:28:58.676Z[ recovery-image] Aug 14 22:28:57.320 INFO O| Aug 14 22:28:57.320 INFO STEP 68 (remove_files) COMPLETE
40432024-08-14T22:28:58.676Z[ recovery-image] Aug 14 22:28:57.320 INFO O| Aug 14 22:28:57.320 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-14T22:28:58.685Z[ recovery-image] Aug 14 22:28:57.331 INFO O| Aug 14 22:28:57.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40452024-08-14T22:28:58.685Z[ recovery-image] Aug 14 22:28:57.331 INFO O| Aug 14 22:28:57.331 INFO STEP 69 (remove_files) COMPLETE
40462024-08-14T22:28:58.688Z[ recovery-image] Aug 14 22:28:57.331 INFO O| Aug 14 22:28:57.331 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-14T22:28:58.697Z[ recovery-image] Aug 14 22:28:57.343 INFO O| Aug 14 22:28:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40482024-08-14T22:28:58.697Z[ recovery-image] Aug 14 22:28:57.343 INFO O| Aug 14 22:28:57.343 INFO STEP 70 (remove_files) COMPLETE
40492024-08-14T22:28:58.697Z[ recovery-image] Aug 14 22:28:57.343 INFO O| Aug 14 22:28:57.343 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-14T22:28:58.710Z[ recovery-image] Aug 14 22:28:57.355 INFO O| Aug 14 22:28:57.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40512024-08-14T22:28:58.710Z[ recovery-image] Aug 14 22:28:57.356 INFO O| Aug 14 22:28:57.356 INFO STEP 71 (remove_files) COMPLETE
40522024-08-14T22:28:58.710Z[ recovery-image] Aug 14 22:28:57.356 INFO O| Aug 14 22:28:57.356 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-14T22:28:58.722Z[ recovery-image] Aug 14 22:28:57.368 INFO O| Aug 14 22:28:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40542024-08-14T22:28:58.722Z[ recovery-image] Aug 14 22:28:57.368 INFO O| Aug 14 22:28:57.368 INFO STEP 72 (remove_files) COMPLETE
40552024-08-14T22:28:58.722Z[ recovery-image] Aug 14 22:28:57.368 INFO O| Aug 14 22:28:57.368 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-14T22:28:58.736Z[ recovery-image] Aug 14 22:28:57.382 INFO O| Aug 14 22:28:57.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40572024-08-14T22:28:58.736Z[ recovery-image] Aug 14 22:28:57.382 INFO O| Aug 14 22:28:57.382 INFO STEP 73 (remove_files) COMPLETE
40582024-08-14T22:28:58.739Z[ recovery-image] Aug 14 22:28:57.382 INFO O| Aug 14 22:28:57.382 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-14T22:28:58.750Z[ recovery-image] Aug 14 22:28:57.396 INFO O| Aug 14 22:28:57.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40602024-08-14T22:28:58.750Z[ recovery-image] Aug 14 22:28:57.396 INFO O| Aug 14 22:28:57.396 INFO STEP 74 (remove_files) COMPLETE
40612024-08-14T22:28:58.753Z[ recovery-image] Aug 14 22:28:57.396 INFO O| Aug 14 22:28:57.396 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-14T22:28:58.763Z[ recovery-image] Aug 14 22:28:57.409 INFO O| Aug 14 22:28:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40632024-08-14T22:28:58.765Z[ recovery-image] Aug 14 22:28:57.409 INFO O| Aug 14 22:28:57.409 INFO STEP 75 (remove_files) COMPLETE
40642024-08-14T22:28:58.765Z[ recovery-image] Aug 14 22:28:57.409 INFO O| Aug 14 22:28:57.409 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-14T22:28:58.780Z[ recovery-image] Aug 14 22:28:57.425 INFO O| Aug 14 22:28:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40662024-08-14T22:28:58.780Z[ recovery-image] Aug 14 22:28:57.426 INFO O| Aug 14 22:28:57.426 INFO STEP 76 (remove_files) COMPLETE
40672024-08-14T22:28:58.782Z[ recovery-image] Aug 14 22:28:57.426 INFO O| Aug 14 22:28:57.426 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-14T22:28:58.794Z[ recovery-image] Aug 14 22:28:57.440 INFO O| Aug 14 22:28:57.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40692024-08-14T22:28:58.794Z[ recovery-image] Aug 14 22:28:57.440 INFO O| Aug 14 22:28:57.440 INFO STEP 77 (remove_files) COMPLETE
40702024-08-14T22:28:58.794Z[ recovery-image] Aug 14 22:28:57.440 INFO O| Aug 14 22:28:57.440 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-14T22:28:58.806Z[ recovery-image] Aug 14 22:28:57.452 INFO O| Aug 14 22:28:57.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40722024-08-14T22:28:58.807Z[ recovery-image] Aug 14 22:28:57.452 INFO O| Aug 14 22:28:57.452 INFO STEP 78 (remove_files) COMPLETE
40732024-08-14T22:28:58.807Z[ recovery-image] Aug 14 22:28:57.452 INFO O| Aug 14 22:28:57.452 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-14T22:28:58.819Z[ recovery-image] Aug 14 22:28:57.465 INFO O| Aug 14 22:28:57.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40752024-08-14T22:28:58.819Z[ recovery-image] Aug 14 22:28:57.465 INFO O| Aug 14 22:28:57.465 INFO STEP 79 (remove_files) COMPLETE
40762024-08-14T22:28:58.822Z[ recovery-image] Aug 14 22:28:57.465 INFO O| Aug 14 22:28:57.465 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-14T22:28:58.832Z[ recovery-image] Aug 14 22:28:57.478 INFO O| Aug 14 22:28:57.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40782024-08-14T22:28:58.833Z[ recovery-image] Aug 14 22:28:57.478 INFO O| Aug 14 22:28:57.478 INFO STEP 80 (remove_files) COMPLETE
40792024-08-14T22:28:58.835Z[ recovery-image] Aug 14 22:28:57.478 INFO O| Aug 14 22:28:57.478 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-14T22:28:58.845Z[ recovery-image] Aug 14 22:28:57.491 INFO O| Aug 14 22:28:57.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40812024-08-14T22:28:58.845Z[ recovery-image] Aug 14 22:28:57.491 INFO O| Aug 14 22:28:57.491 INFO STEP 81 (remove_files) COMPLETE
40822024-08-14T22:28:58.845Z[ recovery-image] Aug 14 22:28:57.491 INFO O| Aug 14 22:28:57.491 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-14T22:28:58.857Z[ recovery-image] Aug 14 22:28:57.502 INFO O| Aug 14 22:28:57.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40842024-08-14T22:28:58.857Z[ recovery-image] Aug 14 22:28:57.503 INFO O| Aug 14 22:28:57.503 INFO STEP 82 (remove_files) COMPLETE
40852024-08-14T22:28:58.857Z[ recovery-image] Aug 14 22:28:57.503 INFO O| Aug 14 22:28:57.503 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-14T22:28:58.869Z[ recovery-image] Aug 14 22:28:57.515 INFO O| Aug 14 22:28:57.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40872024-08-14T22:28:58.869Z[ recovery-image] Aug 14 22:28:57.515 INFO O| Aug 14 22:28:57.515 INFO STEP 83 (remove_files) COMPLETE
40882024-08-14T22:28:58.869Z[ recovery-image] Aug 14 22:28:57.515 INFO O| Aug 14 22:28:57.515 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-14T22:28:58.881Z[ recovery-image] Aug 14 22:28:57.527 INFO O| Aug 14 22:28:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40902024-08-14T22:28:58.881Z[ recovery-image] Aug 14 22:28:57.527 INFO O| Aug 14 22:28:57.527 INFO STEP 84 (remove_files) COMPLETE
40912024-08-14T22:28:58.885Z[ recovery-image] Aug 14 22:28:57.527 INFO O| Aug 14 22:28:57.527 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-14T22:28:58.893Z[ recovery-image] Aug 14 22:28:57.539 INFO O| Aug 14 22:28:57.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40932024-08-14T22:28:58.893Z[ recovery-image] Aug 14 22:28:57.539 INFO O| Aug 14 22:28:57.539 INFO STEP 85 (remove_files) COMPLETE
40942024-08-14T22:28:58.893Z[ recovery-image] Aug 14 22:28:57.539 INFO O| Aug 14 22:28:57.539 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-14T22:28:58.906Z[ recovery-image] Aug 14 22:28:57.552 INFO O| Aug 14 22:28:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40962024-08-14T22:28:58.906Z[ recovery-image] Aug 14 22:28:57.552 INFO O| Aug 14 22:28:57.552 INFO STEP 86 (remove_files) COMPLETE
40972024-08-14T22:28:58.909Z[ recovery-image] Aug 14 22:28:57.552 INFO O| Aug 14 22:28:57.552 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-14T22:28:58.921Z[ recovery-image] Aug 14 22:28:57.567 INFO O| Aug 14 22:28:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40992024-08-14T22:28:58.923Z[ recovery-image] Aug 14 22:28:57.567 INFO O| Aug 14 22:28:57.567 INFO STEP 87 (remove_files) COMPLETE
41002024-08-14T22:28:58.923Z[ recovery-image] Aug 14 22:28:57.567 INFO O| Aug 14 22:28:57.567 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-14T22:28:58.935Z[ recovery-image] Aug 14 22:28:57.581 INFO O| Aug 14 22:28:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41022024-08-14T22:28:58.935Z[ recovery-image] Aug 14 22:28:57.581 INFO O| Aug 14 22:28:57.581 INFO STEP 88 (remove_files) COMPLETE
41032024-08-14T22:28:58.935Z[ recovery-image] Aug 14 22:28:57.581 INFO O| Aug 14 22:28:57.581 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-14T22:28:58.948Z[ recovery-image] Aug 14 22:28:57.594 INFO O| Aug 14 22:28:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41052024-08-14T22:28:58.949Z[ recovery-image] Aug 14 22:28:57.594 INFO O| Aug 14 22:28:57.594 INFO STEP 89 (remove_files) COMPLETE
41062024-08-14T22:28:58.949Z[ recovery-image] Aug 14 22:28:57.594 INFO O| Aug 14 22:28:57.594 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-14T22:28:58.962Z[ recovery-image] Aug 14 22:28:57.607 INFO O| Aug 14 22:28:57.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41082024-08-14T22:28:58.962Z[ recovery-image] Aug 14 22:28:57.608 INFO O| Aug 14 22:28:57.607 INFO STEP 90 (remove_files) COMPLETE
41092024-08-14T22:28:58.964Z[ recovery-image] Aug 14 22:28:57.608 INFO O| Aug 14 22:28:57.607 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-14T22:28:58.975Z[ recovery-image] Aug 14 22:28:57.621 INFO O| Aug 14 22:28:57.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41112024-08-14T22:28:58.975Z[ recovery-image] Aug 14 22:28:57.621 INFO O| Aug 14 22:28:57.621 INFO STEP 91 (remove_files) COMPLETE
41122024-08-14T22:28:58.975Z[ recovery-image] Aug 14 22:28:57.621 INFO O| Aug 14 22:28:57.621 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-14T22:28:58.989Z[ recovery-image] Aug 14 22:28:57.635 INFO O| Aug 14 22:28:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41142024-08-14T22:28:58.992Z[ recovery-image] Aug 14 22:28:57.635 INFO O| Aug 14 22:28:57.635 INFO STEP 92 (remove_files) COMPLETE
41152024-08-14T22:28:58.992Z[ recovery-image] Aug 14 22:28:57.635 INFO O| Aug 14 22:28:57.635 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-14T22:28:59.001Z[ recovery-image] Aug 14 22:28:57.647 INFO O| Aug 14 22:28:57.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41172024-08-14T22:28:59.001Z[ recovery-image] Aug 14 22:28:57.647 INFO O| Aug 14 22:28:57.647 INFO STEP 93 (remove_files) COMPLETE
41182024-08-14T22:28:59.004Z[ recovery-image] Aug 14 22:28:57.647 INFO O| Aug 14 22:28:57.647 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-14T22:28:59.014Z[ recovery-image] Aug 14 22:28:57.660 INFO O| Aug 14 22:28:57.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41202024-08-14T22:28:59.017Z[ recovery-image] Aug 14 22:28:57.661 INFO O| Aug 14 22:28:57.661 INFO STEP 94 (remove_files) COMPLETE
41212024-08-14T22:28:59.017Z[ recovery-image] Aug 14 22:28:57.661 INFO O| Aug 14 22:28:57.661 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-14T22:28:59.028Z[ recovery-image] Aug 14 22:28:57.674 INFO O| Aug 14 22:28:57.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41232024-08-14T22:28:59.028Z[ recovery-image] Aug 14 22:28:57.674 INFO O| Aug 14 22:28:57.674 INFO STEP 95 (remove_files) COMPLETE
41242024-08-14T22:28:59.031Z[ recovery-image] Aug 14 22:28:57.674 INFO O| Aug 14 22:28:57.674 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-14T22:28:59.042Z[ recovery-image] Aug 14 22:28:57.688 INFO O| Aug 14 22:28:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41262024-08-14T22:28:59.042Z[ recovery-image] Aug 14 22:28:57.688 INFO O| Aug 14 22:28:57.688 INFO STEP 96 (remove_files) COMPLETE
41272024-08-14T22:28:59.045Z[ recovery-image] Aug 14 22:28:57.688 INFO O| Aug 14 22:28:57.688 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-14T22:28:59.057Z[ recovery-image] Aug 14 22:28:57.703 INFO O| Aug 14 22:28:57.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41292024-08-14T22:28:59.057Z[ recovery-image] Aug 14 22:28:57.703 INFO O| Aug 14 22:28:57.703 INFO STEP 97 (remove_files) COMPLETE
41302024-08-14T22:28:59.057Z[ recovery-image] Aug 14 22:28:57.703 INFO O| Aug 14 22:28:57.703 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-14T22:28:59.073Z[ recovery-image] Aug 14 22:28:57.719 INFO O| Aug 14 22:28:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41322024-08-14T22:28:59.074Z[ recovery-image] Aug 14 22:28:57.719 INFO O| Aug 14 22:28:57.719 INFO STEP 98 (remove_files) COMPLETE
41332024-08-14T22:28:59.076Z[ recovery-image] Aug 14 22:28:57.719 INFO O| Aug 14 22:28:57.719 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-14T22:28:59.088Z[ recovery-image] Aug 14 22:28:57.734 INFO O| Aug 14 22:28:57.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41352024-08-14T22:28:59.091Z[ recovery-image] Aug 14 22:28:57.735 INFO O| Aug 14 22:28:57.735 INFO STEP 99 (remove_files) COMPLETE
41362024-08-14T22:28:59.091Z[ recovery-image] Aug 14 22:28:57.735 INFO O| Aug 14 22:28:57.735 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-14T22:28:59.104Z[ recovery-image] Aug 14 22:28:57.749 INFO O| Aug 14 22:28:57.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41382024-08-14T22:28:59.106Z[ recovery-image] Aug 14 22:28:57.750 INFO O| Aug 14 22:28:57.750 INFO STEP 100 (remove_files) COMPLETE
41392024-08-14T22:28:59.106Z[ recovery-image] Aug 14 22:28:57.750 INFO O| Aug 14 22:28:57.750 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-14T22:28:59.121Z[ recovery-image] Aug 14 22:28:57.766 INFO O| Aug 14 22:28:57.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41412024-08-14T22:28:59.121Z[ recovery-image] Aug 14 22:28:57.766 INFO O| Aug 14 22:28:57.766 INFO STEP 101 (remove_files) COMPLETE
41422024-08-14T22:28:59.121Z[ recovery-image] Aug 14 22:28:57.767 INFO O| Aug 14 22:28:57.766 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-14T22:28:59.137Z[ recovery-image] Aug 14 22:28:57.782 INFO O| Aug 14 22:28:57.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41442024-08-14T22:28:59.137Z[ recovery-image] Aug 14 22:28:57.782 INFO O| Aug 14 22:28:57.782 INFO STEP 102 (remove_files) COMPLETE
41452024-08-14T22:28:59.137Z[ recovery-image] Aug 14 22:28:57.782 INFO O| Aug 14 22:28:57.782 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-14T22:28:59.154Z[ recovery-image] Aug 14 22:28:57.800 INFO O| Aug 14 22:28:57.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41472024-08-14T22:28:59.154Z[ recovery-image] Aug 14 22:28:57.800 INFO O| Aug 14 22:28:57.800 INFO STEP 103 (remove_files) COMPLETE
41482024-08-14T22:28:59.157Z[ recovery-image] Aug 14 22:28:57.800 INFO O| Aug 14 22:28:57.800 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-14T22:28:59.169Z[ recovery-image] Aug 14 22:28:57.815 INFO O| Aug 14 22:28:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41502024-08-14T22:28:59.169Z[ recovery-image] Aug 14 22:28:57.815 INFO O| Aug 14 22:28:57.815 INFO STEP 104 (remove_files) COMPLETE
41512024-08-14T22:28:59.169Z[ recovery-image] Aug 14 22:28:57.815 INFO O| Aug 14 22:28:57.815 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-14T22:28:59.182Z[ recovery-image] Aug 14 22:28:57.828 INFO O| Aug 14 22:28:57.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41532024-08-14T22:28:59.185Z[ recovery-image] Aug 14 22:28:57.829 INFO O| Aug 14 22:28:57.829 INFO STEP 105 (remove_files) COMPLETE
41542024-08-14T22:28:59.185Z[ recovery-image] Aug 14 22:28:57.829 INFO O| Aug 14 22:28:57.829 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-14T22:28:59.199Z[ recovery-image] Aug 14 22:28:57.845 INFO O| Aug 14 22:28:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41562024-08-14T22:28:59.199Z[ recovery-image] Aug 14 22:28:57.845 INFO O| Aug 14 22:28:57.845 INFO STEP 106 (remove_files) COMPLETE
41572024-08-14T22:28:59.202Z[ recovery-image] Aug 14 22:28:57.845 INFO O| Aug 14 22:28:57.845 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-14T22:28:59.214Z[ recovery-image] Aug 14 22:28:57.859 INFO O| Aug 14 22:28:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41592024-08-14T22:28:59.214Z[ recovery-image] Aug 14 22:28:57.859 INFO O| Aug 14 22:28:57.859 INFO STEP 107 (remove_files) COMPLETE
41602024-08-14T22:28:59.214Z[ recovery-image] Aug 14 22:28:57.859 INFO O| Aug 14 22:28:57.859 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-14T22:28:59.226Z[ recovery-image] Aug 14 22:28:57.872 INFO O| Aug 14 22:28:57.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41622024-08-14T22:28:59.226Z[ recovery-image] Aug 14 22:28:57.872 INFO O| Aug 14 22:28:57.872 INFO STEP 108 (remove_files) COMPLETE
41632024-08-14T22:28:59.226Z[ recovery-image] Aug 14 22:28:57.872 INFO O| Aug 14 22:28:57.872 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-14T22:28:59.238Z[ recovery-image] Aug 14 22:28:57.883 INFO O| Aug 14 22:28:57.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41652024-08-14T22:28:59.238Z[ recovery-image] Aug 14 22:28:57.884 INFO O| Aug 14 22:28:57.884 INFO STEP 109 (remove_files) COMPLETE
41662024-08-14T22:28:59.240Z[ recovery-image] Aug 14 22:28:57.884 INFO O| Aug 14 22:28:57.884 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-14T22:28:59.252Z[ recovery-image] Aug 14 22:28:57.898 INFO O| Aug 14 22:28:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41682024-08-14T22:28:59.252Z[ recovery-image] Aug 14 22:28:57.898 INFO O| Aug 14 22:28:57.898 INFO STEP 110 (remove_files) COMPLETE
41692024-08-14T22:28:59.255Z[ recovery-image] Aug 14 22:28:57.898 INFO O| Aug 14 22:28:57.898 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-14T22:28:59.266Z[ recovery-image] Aug 14 22:28:57.912 INFO O| Aug 14 22:28:57.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41712024-08-14T22:28:59.266Z[ recovery-image] Aug 14 22:28:57.912 INFO O| Aug 14 22:28:57.912 INFO STEP 111 (remove_files) COMPLETE
41722024-08-14T22:28:59.266Z[ recovery-image] Aug 14 22:28:57.912 INFO O| Aug 14 22:28:57.912 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-14T22:28:59.280Z[ recovery-image] Aug 14 22:28:57.926 INFO O| Aug 14 22:28:57.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41742024-08-14T22:28:59.280Z[ recovery-image] Aug 14 22:28:57.926 INFO O| Aug 14 22:28:57.926 INFO STEP 112 (remove_files) COMPLETE
41752024-08-14T22:28:59.280Z[ recovery-image] Aug 14 22:28:57.926 INFO O| Aug 14 22:28:57.926 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-08-14T22:28:59.292Z[ recovery-image] Aug 14 22:28:57.938 INFO O| Aug 14 22:28:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41772024-08-14T22:28:59.292Z[ recovery-image] Aug 14 22:28:57.938 INFO O| Aug 14 22:28:57.938 INFO STEP 113 (remove_files) COMPLETE
41782024-08-14T22:28:59.295Z[ recovery-image] Aug 14 22:28:57.938 INFO O| Aug 14 22:28:57.938 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-08-14T22:28:59.304Z[ recovery-image] Aug 14 22:28:57.950 INFO O| Aug 14 22:28:57.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41802024-08-14T22:28:59.304Z[ recovery-image] Aug 14 22:28:57.950 INFO O| Aug 14 22:28:57.950 INFO STEP 114 (remove_files) COMPLETE
41812024-08-14T22:28:59.304Z[ recovery-image] Aug 14 22:28:57.950 INFO O| Aug 14 22:28:57.950 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-08-14T22:28:59.316Z[ recovery-image] Aug 14 22:28:57.961 INFO O| Aug 14 22:28:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41832024-08-14T22:28:59.316Z[ recovery-image] Aug 14 22:28:57.962 INFO O| Aug 14 22:28:57.962 INFO STEP 115 (remove_files) COMPLETE
41842024-08-14T22:28:59.316Z[ recovery-image] Aug 14 22:28:57.962 INFO O| Aug 14 22:28:57.962 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-08-14T22:28:59.327Z[ recovery-image] Aug 14 22:28:57.973 INFO O| Aug 14 22:28:57.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41862024-08-14T22:28:59.330Z[ recovery-image] Aug 14 22:28:57.973 INFO O| Aug 14 22:28:57.973 INFO STEP 116 (remove_files) COMPLETE
41872024-08-14T22:28:59.330Z[ recovery-image] Aug 14 22:28:57.973 INFO O| Aug 14 22:28:57.973 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-08-14T22:28:59.339Z[ recovery-image] Aug 14 22:28:57.985 INFO O| Aug 14 22:28:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41892024-08-14T22:28:59.339Z[ recovery-image] Aug 14 22:28:57.985 INFO O| Aug 14 22:28:57.985 INFO STEP 117 (remove_files) COMPLETE
41902024-08-14T22:28:59.342Z[ recovery-image] Aug 14 22:28:57.985 INFO O| Aug 14 22:28:57.985 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-08-14T22:28:59.354Z[ recovery-image] Aug 14 22:28:58.000 INFO O| Aug 14 22:28:57.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41922024-08-14T22:28:59.356Z[ recovery-image] Aug 14 22:28:58.000 INFO O| Aug 14 22:28:58.000 INFO STEP 118 (remove_files) COMPLETE
41932024-08-14T22:28:59.356Z[ recovery-image] Aug 14 22:28:58.000 INFO O| Aug 14 22:28:58.000 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-08-14T22:28:59.371Z[ recovery-image] Aug 14 22:28:58.017 INFO O| Aug 14 22:28:58.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41952024-08-14T22:28:59.371Z[ recovery-image] Aug 14 22:28:58.017 INFO O| Aug 14 22:28:58.017 INFO STEP 119 (remove_files) COMPLETE
41962024-08-14T22:28:59.371Z[ recovery-image] Aug 14 22:28:58.017 INFO O| Aug 14 22:28:58.017 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-08-14T22:28:59.386Z[ recovery-image] Aug 14 22:28:58.032 INFO O| Aug 14 22:28:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41982024-08-14T22:28:59.388Z[ recovery-image] Aug 14 22:28:58.033 INFO O| Aug 14 22:28:58.032 INFO STEP 120 (remove_files) COMPLETE
41992024-08-14T22:28:59.389Z[ recovery-image] Aug 14 22:28:58.033 INFO O| Aug 14 22:28:58.033 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-08-14T22:28:59.401Z[ recovery-image] Aug 14 22:28:58.047 INFO O| Aug 14 22:28:58.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42012024-08-14T22:28:59.401Z[ recovery-image] Aug 14 22:28:58.047 INFO O| Aug 14 22:28:58.047 INFO STEP 121 (remove_files) COMPLETE
42022024-08-14T22:28:59.404Z[ recovery-image] Aug 14 22:28:58.047 INFO O| Aug 14 22:28:58.047 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-08-14T22:28:59.416Z[ recovery-image] Aug 14 22:28:58.062 INFO O| Aug 14 22:28:58.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42042024-08-14T22:28:59.416Z[ recovery-image] Aug 14 22:28:58.062 INFO O| Aug 14 22:28:58.062 INFO STEP 122 (remove_files) COMPLETE
42052024-08-14T22:28:59.416Z[ recovery-image] Aug 14 22:28:58.062 INFO O| Aug 14 22:28:58.062 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-08-14T22:28:59.432Z[ recovery-image] Aug 14 22:28:58.077 INFO O| Aug 14 22:28:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42072024-08-14T22:28:59.432Z[ recovery-image] Aug 14 22:28:58.077 INFO O| Aug 14 22:28:58.077 INFO STEP 123 (remove_files) COMPLETE
42082024-08-14T22:28:59.432Z[ recovery-image] Aug 14 22:28:58.077 INFO O| Aug 14 22:28:58.077 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-08-14T22:28:59.445Z[ recovery-image] Aug 14 22:28:58.091 INFO O| Aug 14 22:28:58.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42102024-08-14T22:28:59.445Z[ recovery-image] Aug 14 22:28:58.091 INFO O| Aug 14 22:28:58.091 INFO STEP 124 (remove_files) COMPLETE
42112024-08-14T22:28:59.450Z[ recovery-image] Aug 14 22:28:58.091 INFO O| Aug 14 22:28:58.091 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-08-14T22:28:59.457Z[ recovery-image] Aug 14 22:28:58.102 INFO O| Aug 14 22:28:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42132024-08-14T22:28:59.457Z[ recovery-image] Aug 14 22:28:58.103 INFO O| Aug 14 22:28:58.102 INFO STEP 125 (remove_files) COMPLETE
42142024-08-14T22:28:59.457Z[ recovery-image] Aug 14 22:28:58.103 INFO O| Aug 14 22:28:58.103 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-08-14T22:28:59.468Z[ recovery-image] Aug 14 22:28:58.114 INFO O| Aug 14 22:28:58.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42162024-08-14T22:28:59.468Z[ recovery-image] Aug 14 22:28:58.114 INFO O| Aug 14 22:28:58.114 INFO STEP 126 (remove_files) COMPLETE
42172024-08-14T22:28:59.468Z[ recovery-image] Aug 14 22:28:58.114 INFO O| Aug 14 22:28:58.114 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-08-14T22:28:59.481Z[ recovery-image] Aug 14 22:28:58.127 INFO O| Aug 14 22:28:58.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42192024-08-14T22:28:59.481Z[ recovery-image] Aug 14 22:28:58.127 INFO O| Aug 14 22:28:58.127 INFO STEP 127 (remove_files) COMPLETE
42202024-08-14T22:28:59.484Z[ recovery-image] Aug 14 22:28:58.127 INFO O| Aug 14 22:28:58.127 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-14T22:28:59.492Z[ recovery-image] Aug 14 22:28:58.138 INFO O| Aug 14 22:28:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42222024-08-14T22:28:59.493Z[ recovery-image] Aug 14 22:28:58.138 INFO O| Aug 14 22:28:58.138 INFO STEP 128 (remove_files) COMPLETE
42232024-08-14T22:28:59.495Z[ recovery-image] Aug 14 22:28:58.138 INFO O| Aug 14 22:28:58.138 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-08-14T22:28:59.504Z[ recovery-image] Aug 14 22:28:58.149 INFO O| Aug 14 22:28:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42252024-08-14T22:28:59.507Z[ recovery-image] Aug 14 22:28:58.150 INFO O| Aug 14 22:28:58.150 INFO STEP 129 (remove_files) COMPLETE
42262024-08-14T22:28:59.507Z[ recovery-image] Aug 14 22:28:58.150 INFO O| Aug 14 22:28:58.150 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-08-14T22:28:59.515Z[ recovery-image] Aug 14 22:28:58.161 INFO O| Aug 14 22:28:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42282024-08-14T22:28:59.515Z[ recovery-image] Aug 14 22:28:58.161 INFO O| Aug 14 22:28:58.161 INFO STEP 130 (remove_files) COMPLETE
42292024-08-14T22:28:59.518Z[ recovery-image] Aug 14 22:28:58.161 INFO O| Aug 14 22:28:58.161 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-08-14T22:28:59.527Z[ recovery-image] Aug 14 22:28:58.172 INFO O| Aug 14 22:28:58.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42312024-08-14T22:28:59.529Z[ recovery-image] Aug 14 22:28:58.172 INFO O| Aug 14 22:28:58.172 INFO STEP 131 (remove_files) COMPLETE
42322024-08-14T22:28:59.529Z[ recovery-image] Aug 14 22:28:58.173 INFO O| Aug 14 22:28:58.172 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-08-14T22:28:59.539Z[ recovery-image] Aug 14 22:28:58.184 INFO O| Aug 14 22:28:58.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42342024-08-14T22:28:59.539Z[ recovery-image] Aug 14 22:28:58.184 INFO O| Aug 14 22:28:58.184 INFO STEP 132 (remove_files) COMPLETE
42352024-08-14T22:28:59.541Z[ recovery-image] Aug 14 22:28:58.184 INFO O| Aug 14 22:28:58.184 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-08-14T22:28:59.552Z[ recovery-image] Aug 14 22:28:58.198 INFO O| Aug 14 22:28:58.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42372024-08-14T22:28:59.552Z[ recovery-image] Aug 14 22:28:58.198 INFO O| Aug 14 22:28:58.198 INFO STEP 133 (remove_files) COMPLETE
42382024-08-14T22:28:59.552Z[ recovery-image] Aug 14 22:28:58.198 INFO O| Aug 14 22:28:58.198 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-08-14T22:28:59.567Z[ recovery-image] Aug 14 22:28:58.212 INFO O| Aug 14 22:28:58.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42402024-08-14T22:28:59.567Z[ recovery-image] Aug 14 22:28:58.213 INFO O| Aug 14 22:28:58.213 INFO STEP 134 (remove_files) COMPLETE
42412024-08-14T22:28:59.570Z[ recovery-image] Aug 14 22:28:58.213 INFO O| Aug 14 22:28:58.213 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-08-14T22:28:59.580Z[ recovery-image] Aug 14 22:28:58.226 INFO O| Aug 14 22:28:58.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42432024-08-14T22:28:59.580Z[ recovery-image] Aug 14 22:28:58.226 INFO O| Aug 14 22:28:58.226 INFO STEP 135 (remove_files) COMPLETE
42442024-08-14T22:28:59.583Z[ recovery-image] Aug 14 22:28:58.226 INFO O| Aug 14 22:28:58.226 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-08-14T22:28:59.592Z[ recovery-image] Aug 14 22:28:58.237 INFO O| Aug 14 22:28:58.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42462024-08-14T22:28:59.592Z[ recovery-image] Aug 14 22:28:58.237 INFO O| Aug 14 22:28:58.237 INFO STEP 136 (remove_files) COMPLETE
42472024-08-14T22:28:59.592Z[ recovery-image] Aug 14 22:28:58.238 INFO O| Aug 14 22:28:58.237 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-08-14T22:28:59.603Z[ recovery-image] Aug 14 22:28:58.249 INFO O| Aug 14 22:28:58.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42492024-08-14T22:28:59.603Z[ recovery-image] Aug 14 22:28:58.249 INFO O| Aug 14 22:28:58.249 INFO STEP 137 (remove_files) COMPLETE
42502024-08-14T22:28:59.603Z[ recovery-image] Aug 14 22:28:58.249 INFO O| Aug 14 22:28:58.249 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-08-14T22:28:59.614Z[ recovery-image] Aug 14 22:28:58.260 INFO O| Aug 14 22:28:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42522024-08-14T22:28:59.614Z[ recovery-image] Aug 14 22:28:58.260 INFO O| Aug 14 22:28:58.260 INFO STEP 138 (remove_files) COMPLETE
42532024-08-14T22:28:59.614Z[ recovery-image] Aug 14 22:28:58.260 INFO O| Aug 14 22:28:58.260 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-08-14T22:28:59.626Z[ recovery-image] Aug 14 22:28:58.272 INFO O| Aug 14 22:28:58.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42552024-08-14T22:28:59.626Z[ recovery-image] Aug 14 22:28:58.272 INFO O| Aug 14 22:28:58.272 INFO STEP 139 (remove_files) COMPLETE
42562024-08-14T22:28:59.629Z[ recovery-image] Aug 14 22:28:58.272 INFO O| Aug 14 22:28:58.272 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-08-14T22:28:59.637Z[ recovery-image] Aug 14 22:28:58.283 INFO O| Aug 14 22:28:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42582024-08-14T22:28:59.637Z[ recovery-image] Aug 14 22:28:58.283 INFO O| Aug 14 22:28:58.283 INFO STEP 140 (remove_files) COMPLETE
42592024-08-14T22:28:59.640Z[ recovery-image] Aug 14 22:28:58.283 INFO O| Aug 14 22:28:58.283 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-08-14T22:28:59.650Z[ recovery-image] Aug 14 22:28:58.296 INFO O| Aug 14 22:28:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42612024-08-14T22:28:59.651Z[ recovery-image] Aug 14 22:28:58.296 INFO O| Aug 14 22:28:58.296 INFO STEP 141 (remove_files) COMPLETE
42622024-08-14T22:28:59.651Z[ recovery-image] Aug 14 22:28:58.296 INFO O| Aug 14 22:28:58.296 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-08-14T22:28:59.665Z[ recovery-image] Aug 14 22:28:58.311 INFO O| Aug 14 22:28:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42642024-08-14T22:28:59.667Z[ recovery-image] Aug 14 22:28:58.312 INFO O| Aug 14 22:28:58.312 INFO STEP 142 (remove_files) COMPLETE
42652024-08-14T22:28:59.667Z[ recovery-image] Aug 14 22:28:58.312 INFO O| Aug 14 22:28:58.312 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-08-14T22:28:59.679Z[ recovery-image] Aug 14 22:28:58.325 INFO O| Aug 14 22:28:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42672024-08-14T22:28:59.682Z[ recovery-image] Aug 14 22:28:58.325 INFO O| Aug 14 22:28:58.325 INFO STEP 143 (remove_files) COMPLETE
42682024-08-14T22:28:59.682Z[ recovery-image] Aug 14 22:28:58.326 INFO O| Aug 14 22:28:58.325 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-08-14T22:28:59.694Z[ recovery-image] Aug 14 22:28:58.340 INFO O| Aug 14 22:28:58.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42702024-08-14T22:28:59.694Z[ recovery-image] Aug 14 22:28:58.340 INFO O| Aug 14 22:28:58.340 INFO STEP 144 (remove_files) COMPLETE
42712024-08-14T22:28:59.694Z[ recovery-image] Aug 14 22:28:58.340 INFO O| Aug 14 22:28:58.340 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-14T22:28:59.708Z[ recovery-image] Aug 14 22:28:58.354 INFO O| Aug 14 22:28:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42732024-08-14T22:28:59.708Z[ recovery-image] Aug 14 22:28:58.354 INFO O| Aug 14 22:28:58.354 INFO STEP 145 (remove_files) COMPLETE
42742024-08-14T22:28:59.711Z[ recovery-image] Aug 14 22:28:58.354 INFO O| Aug 14 22:28:58.354 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-14T22:28:59.722Z[ recovery-image] Aug 14 22:28:58.367 INFO O| Aug 14 22:28:58.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42762024-08-14T22:28:59.722Z[ recovery-image] Aug 14 22:28:58.367 INFO O| Aug 14 22:28:58.367 INFO STEP 146 (remove_files) COMPLETE
42772024-08-14T22:28:59.724Z[ recovery-image] Aug 14 22:28:58.367 INFO O| Aug 14 22:28:58.367 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-08-14T22:28:59.734Z[ recovery-image] Aug 14 22:28:58.380 INFO O| Aug 14 22:28:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42792024-08-14T22:28:59.737Z[ recovery-image] Aug 14 22:28:58.380 INFO O| Aug 14 22:28:58.380 INFO STEP 147 (remove_files) COMPLETE
42802024-08-14T22:28:59.737Z[ recovery-image] Aug 14 22:28:58.380 INFO O| Aug 14 22:28:58.380 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-08-14T22:28:59.747Z[ recovery-image] Aug 14 22:28:58.393 INFO O| Aug 14 22:28:58.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42822024-08-14T22:28:59.747Z[ recovery-image] Aug 14 22:28:58.393 INFO O| Aug 14 22:28:58.393 INFO STEP 148 (remove_files) COMPLETE
42832024-08-14T22:28:59.747Z[ recovery-image] Aug 14 22:28:58.393 INFO O| Aug 14 22:28:58.393 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-08-14T22:28:59.760Z[ recovery-image] Aug 14 22:28:58.406 INFO O| Aug 14 22:28:58.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42852024-08-14T22:28:59.763Z[ recovery-image] Aug 14 22:28:58.407 INFO O| Aug 14 22:28:58.407 INFO STEP 149 (remove_files) COMPLETE
42862024-08-14T22:28:59.763Z[ recovery-image] Aug 14 22:28:58.407 INFO O| Aug 14 22:28:58.407 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-08-14T22:28:59.776Z[ recovery-image] Aug 14 22:28:58.422 INFO O| Aug 14 22:28:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42882024-08-14T22:28:59.776Z[ recovery-image] Aug 14 22:28:58.422 INFO O| Aug 14 22:28:58.422 INFO STEP 150 (remove_files) COMPLETE
42892024-08-14T22:28:59.779Z[ recovery-image] Aug 14 22:28:58.422 INFO O| Aug 14 22:28:58.422 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-08-14T22:28:59.791Z[ recovery-image] Aug 14 22:28:58.437 INFO O| Aug 14 22:28:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42912024-08-14T22:28:59.791Z[ recovery-image] Aug 14 22:28:58.437 INFO O| Aug 14 22:28:58.437 INFO STEP 151 (remove_files) COMPLETE
42922024-08-14T22:28:59.793Z[ recovery-image] Aug 14 22:28:58.437 INFO O| Aug 14 22:28:58.437 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-08-14T22:28:59.805Z[ recovery-image] Aug 14 22:28:58.451 INFO O| Aug 14 22:28:58.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42942024-08-14T22:28:59.808Z[ recovery-image] Aug 14 22:28:58.451 INFO O| Aug 14 22:28:58.451 INFO STEP 152 (remove_files) COMPLETE
42952024-08-14T22:28:59.808Z[ recovery-image] Aug 14 22:28:58.451 INFO O| Aug 14 22:28:58.451 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-08-14T22:28:59.818Z[ recovery-image] Aug 14 22:28:58.464 INFO O| Aug 14 22:28:58.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42972024-08-14T22:28:59.818Z[ recovery-image] Aug 14 22:28:58.464 INFO O| Aug 14 22:28:58.464 INFO STEP 153 (remove_files) COMPLETE
42982024-08-14T22:28:59.821Z[ recovery-image] Aug 14 22:28:58.464 INFO O| Aug 14 22:28:58.464 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-08-14T22:28:59.831Z[ recovery-image] Aug 14 22:28:58.477 INFO O| Aug 14 22:28:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43002024-08-14T22:28:59.831Z[ recovery-image] Aug 14 22:28:58.477 INFO O| Aug 14 22:28:58.477 INFO STEP 154 (remove_files) COMPLETE
43012024-08-14T22:28:59.831Z[ recovery-image] Aug 14 22:28:58.477 INFO O| Aug 14 22:28:58.477 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-08-14T22:28:59.844Z[ recovery-image] Aug 14 22:28:58.490 INFO O| Aug 14 22:28:58.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43032024-08-14T22:28:59.847Z[ recovery-image] Aug 14 22:28:58.491 INFO O| Aug 14 22:28:58.491 INFO STEP 155 (remove_files) COMPLETE
43042024-08-14T22:28:59.847Z[ recovery-image] Aug 14 22:28:58.491 INFO O| Aug 14 22:28:58.491 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-08-14T22:28:59.858Z[ recovery-image] Aug 14 22:28:58.504 INFO O| Aug 14 22:28:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43062024-08-14T22:28:59.858Z[ recovery-image] Aug 14 22:28:58.504 INFO O| Aug 14 22:28:58.504 INFO STEP 156 (remove_files) COMPLETE
43072024-08-14T22:28:59.858Z[ recovery-image] Aug 14 22:28:58.504 INFO O| Aug 14 22:28:58.504 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-08-14T22:28:59.872Z[ recovery-image] Aug 14 22:28:58.518 INFO O| Aug 14 22:28:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43092024-08-14T22:28:59.872Z[ recovery-image] Aug 14 22:28:58.518 INFO O| Aug 14 22:28:58.518 INFO STEP 157 (remove_files) COMPLETE
43102024-08-14T22:28:59.874Z[ recovery-image] Aug 14 22:28:58.518 INFO O| Aug 14 22:28:58.518 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-08-14T22:28:59.886Z[ recovery-image] Aug 14 22:28:58.532 INFO O| Aug 14 22:28:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43122024-08-14T22:28:59.888Z[ recovery-image] Aug 14 22:28:58.532 INFO O| Aug 14 22:28:58.532 INFO STEP 158 (remove_files) COMPLETE
43132024-08-14T22:28:59.888Z[ recovery-image] Aug 14 22:28:58.532 INFO O| Aug 14 22:28:58.532 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-08-14T22:28:59.900Z[ recovery-image] Aug 14 22:28:58.546 INFO O| Aug 14 22:28:58.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43152024-08-14T22:28:59.900Z[ recovery-image] Aug 14 22:28:58.546 INFO O| Aug 14 22:28:58.546 INFO STEP 159 (remove_files) COMPLETE
43162024-08-14T22:28:59.903Z[ recovery-image] Aug 14 22:28:58.546 INFO O| Aug 14 22:28:58.546 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-08-14T22:28:59.913Z[ recovery-image] Aug 14 22:28:58.558 INFO O| Aug 14 22:28:58.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43182024-08-14T22:28:59.915Z[ recovery-image] Aug 14 22:28:58.559 INFO O| Aug 14 22:28:58.558 INFO STEP 160 (remove_files) COMPLETE
43192024-08-14T22:28:59.915Z[ recovery-image] Aug 14 22:28:58.559 INFO O| Aug 14 22:28:58.559 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-08-14T22:28:59.925Z[ recovery-image] Aug 14 22:28:58.571 INFO O| Aug 14 22:28:58.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43212024-08-14T22:28:59.925Z[ recovery-image] Aug 14 22:28:58.571 INFO O| Aug 14 22:28:58.571 INFO STEP 161 (remove_files) COMPLETE
43222024-08-14T22:28:59.928Z[ recovery-image] Aug 14 22:28:58.571 INFO O| Aug 14 22:28:58.571 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-08-14T22:28:59.938Z[ recovery-image] Aug 14 22:28:58.584 INFO O| Aug 14 22:28:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43242024-08-14T22:28:59.938Z[ recovery-image] Aug 14 22:28:58.584 INFO O| Aug 14 22:28:58.584 INFO STEP 162 (remove_files) COMPLETE
43252024-08-14T22:28:59.940Z[ recovery-image] Aug 14 22:28:58.584 INFO O| Aug 14 22:28:58.584 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-08-14T22:28:59.950Z[ recovery-image] Aug 14 22:28:58.596 INFO O| Aug 14 22:28:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43272024-08-14T22:28:59.953Z[ recovery-image] Aug 14 22:28:58.596 INFO O| Aug 14 22:28:58.596 INFO STEP 163 (remove_files) COMPLETE
43282024-08-14T22:28:59.953Z[ recovery-image] Aug 14 22:28:58.596 INFO O| Aug 14 22:28:58.596 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-08-14T22:28:59.962Z[ recovery-image] Aug 14 22:28:58.608 INFO O| Aug 14 22:28:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43302024-08-14T22:28:59.962Z[ recovery-image] Aug 14 22:28:58.608 INFO O| Aug 14 22:28:58.608 INFO STEP 164 (remove_files) COMPLETE
43312024-08-14T22:28:59.965Z[ recovery-image] Aug 14 22:28:58.608 INFO O| Aug 14 22:28:58.608 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-08-14T22:28:59.973Z[ recovery-image] Aug 14 22:28:58.619 INFO O| Aug 14 22:28:58.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43332024-08-14T22:28:59.974Z[ recovery-image] Aug 14 22:28:58.619 INFO O| Aug 14 22:28:58.619 INFO STEP 165 (remove_files) COMPLETE
43342024-08-14T22:28:59.976Z[ recovery-image] Aug 14 22:28:58.619 INFO O| Aug 14 22:28:58.619 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-08-14T22:28:59.985Z[ recovery-image] Aug 14 22:28:58.630 INFO O| Aug 14 22:28:58.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43362024-08-14T22:28:59.987Z[ recovery-image] Aug 14 22:28:58.631 INFO O| Aug 14 22:28:58.630 INFO STEP 166 (remove_files) COMPLETE
43372024-08-14T22:28:59.987Z[ recovery-image] Aug 14 22:28:58.631 INFO O| Aug 14 22:28:58.630 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-08-14T22:28:59.996Z[ recovery-image] Aug 14 22:28:58.642 INFO O| Aug 14 22:28:58.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43392024-08-14T22:28:59.998Z[ recovery-image] Aug 14 22:28:58.642 INFO O| Aug 14 22:28:58.642 INFO STEP 167 (remove_files) COMPLETE
43402024-08-14T22:28:59.998Z[ recovery-image] Aug 14 22:28:58.642 INFO O| Aug 14 22:28:58.642 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-08-14T22:29:00.006Z[ recovery-image] Aug 14 22:28:58.652 INFO O| Aug 14 22:28:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43422024-08-14T22:29:00.006Z[ recovery-image] Aug 14 22:28:58.652 INFO O| Aug 14 22:28:58.652 INFO STEP 168 (remove_files) COMPLETE
43432024-08-14T22:29:00.009Z[ recovery-image] Aug 14 22:28:58.652 INFO O| Aug 14 22:28:58.652 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-08-14T22:29:00.018Z[ recovery-image] Aug 14 22:28:58.663 INFO O| Aug 14 22:28:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43452024-08-14T22:29:00.024Z[ recovery-image] Aug 14 22:28:58.664 INFO O| Aug 14 22:28:58.664 INFO STEP 169 (remove_files) COMPLETE
43462024-08-14T22:29:00.024Z[ recovery-image] Aug 14 22:28:58.664 INFO O| Aug 14 22:28:58.664 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-08-14T22:29:00.031Z[ recovery-image] Aug 14 22:28:58.675 INFO O| Aug 14 22:28:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43482024-08-14T22:29:00.034Z[ recovery-image] Aug 14 22:28:58.675 INFO O| Aug 14 22:28:58.675 INFO STEP 170 (remove_files) COMPLETE
43492024-08-14T22:29:00.034Z[ recovery-image] Aug 14 22:28:58.675 INFO O| Aug 14 22:28:58.675 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-08-14T22:29:00.043Z[ recovery-image] Aug 14 22:28:58.689 INFO O| Aug 14 22:28:58.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43512024-08-14T22:29:00.043Z[ recovery-image] Aug 14 22:28:58.689 INFO O| Aug 14 22:28:58.689 INFO STEP 171 (remove_files) COMPLETE
43522024-08-14T22:29:00.043Z[ recovery-image] Aug 14 22:28:58.689 INFO O| Aug 14 22:28:58.689 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-08-14T22:29:00.057Z[ recovery-image] Aug 14 22:28:58.703 INFO O| Aug 14 22:28:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43542024-08-14T22:29:00.057Z[ recovery-image] Aug 14 22:28:58.703 INFO O| Aug 14 22:28:58.703 INFO STEP 172 (remove_files) COMPLETE
43552024-08-14T22:29:00.060Z[ recovery-image] Aug 14 22:28:58.703 INFO O| Aug 14 22:28:58.703 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-08-14T22:29:00.071Z[ recovery-image] Aug 14 22:28:58.717 INFO O| Aug 14 22:28:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43572024-08-14T22:29:00.073Z[ recovery-image] Aug 14 22:28:58.717 INFO O| Aug 14 22:28:58.717 INFO STEP 173 (remove_files) COMPLETE
43582024-08-14T22:29:00.074Z[ recovery-image] Aug 14 22:28:58.717 INFO O| Aug 14 22:28:58.717 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-08-14T22:29:00.085Z[ recovery-image] Aug 14 22:28:58.731 INFO O| Aug 14 22:28:58.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43602024-08-14T22:29:00.088Z[ recovery-image] Aug 14 22:28:58.731 INFO O| Aug 14 22:28:58.731 INFO STEP 174 (remove_files) COMPLETE
43612024-08-14T22:29:00.088Z[ recovery-image] Aug 14 22:28:58.731 INFO O| Aug 14 22:28:58.731 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-08-14T22:29:00.099Z[ recovery-image] Aug 14 22:28:58.745 INFO O| Aug 14 22:28:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43632024-08-14T22:29:00.099Z[ recovery-image] Aug 14 22:28:58.745 INFO O| Aug 14 22:28:58.745 INFO STEP 175 (remove_files) COMPLETE
43642024-08-14T22:29:00.099Z[ recovery-image] Aug 14 22:28:58.745 INFO O| Aug 14 22:28:58.745 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-08-14T22:29:00.114Z[ recovery-image] Aug 14 22:28:58.760 INFO O| Aug 14 22:28:58.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43662024-08-14T22:29:00.114Z[ recovery-image] Aug 14 22:28:58.760 INFO O| Aug 14 22:28:58.760 INFO STEP 176 (remove_files) COMPLETE
43672024-08-14T22:29:00.114Z[ recovery-image] Aug 14 22:28:58.760 INFO O| Aug 14 22:28:58.760 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-08-14T22:29:00.129Z[ recovery-image] Aug 14 22:28:58.775 INFO O| Aug 14 22:28:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43692024-08-14T22:29:00.129Z[ recovery-image] Aug 14 22:28:58.775 INFO O| Aug 14 22:28:58.775 INFO STEP 177 (remove_files) COMPLETE
43702024-08-14T22:29:00.129Z[ recovery-image] Aug 14 22:28:58.775 INFO O| Aug 14 22:28:58.775 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-08-14T22:29:00.142Z[ recovery-image] Aug 14 22:28:58.788 INFO O| Aug 14 22:28:58.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43722024-08-14T22:29:00.145Z[ recovery-image] Aug 14 22:28:58.788 INFO O| Aug 14 22:28:58.788 INFO STEP 178 (remove_files) COMPLETE
43732024-08-14T22:29:00.145Z[ recovery-image] Aug 14 22:28:58.788 INFO O| Aug 14 22:28:58.788 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-08-14T22:29:00.154Z[ recovery-image] Aug 14 22:28:58.799 INFO O| Aug 14 22:28:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43752024-08-14T22:29:00.154Z[ recovery-image] Aug 14 22:28:58.800 INFO O| Aug 14 22:28:58.799 INFO STEP 179 (remove_files) COMPLETE
43762024-08-14T22:29:00.156Z[ recovery-image] Aug 14 22:28:58.800 INFO O| Aug 14 22:28:58.800 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-08-14T22:29:00.166Z[ recovery-image] Aug 14 22:28:58.812 INFO O| Aug 14 22:28:58.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43782024-08-14T22:29:00.166Z[ recovery-image] Aug 14 22:28:58.812 INFO O| Aug 14 22:28:58.812 INFO STEP 180 (remove_files) COMPLETE
43792024-08-14T22:29:00.169Z[ recovery-image] Aug 14 22:28:58.812 INFO O| Aug 14 22:28:58.812 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-08-14T22:29:00.179Z[ recovery-image] Aug 14 22:28:58.824 INFO O| Aug 14 22:28:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43812024-08-14T22:29:00.179Z[ recovery-image] Aug 14 22:28:58.825 INFO O| Aug 14 22:28:58.825 INFO STEP 181 (remove_files) COMPLETE
43822024-08-14T22:29:00.182Z[ recovery-image] Aug 14 22:28:58.825 INFO O| Aug 14 22:28:58.825 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-08-14T22:29:00.192Z[ recovery-image] Aug 14 22:28:58.837 INFO O| Aug 14 22:28:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43842024-08-14T22:29:00.192Z[ recovery-image] Aug 14 22:28:58.837 INFO O| Aug 14 22:28:58.837 INFO STEP 182 (remove_files) COMPLETE
43852024-08-14T22:29:00.192Z[ recovery-image] Aug 14 22:28:58.837 INFO O| Aug 14 22:28:58.837 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-08-14T22:29:00.204Z[ recovery-image] Aug 14 22:28:58.850 INFO O| Aug 14 22:28:58.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43872024-08-14T22:29:00.207Z[ recovery-image] Aug 14 22:28:58.851 INFO O| Aug 14 22:28:58.851 INFO STEP 183 (remove_files) COMPLETE
43882024-08-14T22:29:00.207Z[ recovery-image] Aug 14 22:28:58.851 INFO O| Aug 14 22:28:58.851 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-08-14T22:29:00.217Z[ recovery-image] Aug 14 22:28:58.863 INFO O| Aug 14 22:28:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43902024-08-14T22:29:00.218Z[ recovery-image] Aug 14 22:28:58.863 INFO O| Aug 14 22:28:58.863 INFO STEP 184 (remove_files) COMPLETE
43912024-08-14T22:29:00.218Z[ recovery-image] Aug 14 22:28:58.863 INFO O| Aug 14 22:28:58.863 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-08-14T22:29:00.228Z[ recovery-image] Aug 14 22:28:58.874 INFO O| Aug 14 22:28:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43932024-08-14T22:29:00.228Z[ recovery-image] Aug 14 22:28:58.874 INFO O| Aug 14 22:28:58.874 INFO STEP 185 (remove_files) COMPLETE
43942024-08-14T22:29:00.228Z[ recovery-image] Aug 14 22:28:58.874 INFO O| Aug 14 22:28:58.874 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-08-14T22:29:00.239Z[ recovery-image] Aug 14 22:28:58.885 INFO O| Aug 14 22:28:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
43962024-08-14T22:29:00.239Z[ recovery-image] Aug 14 22:28:58.885 INFO O| Aug 14 22:28:58.885 INFO STEP 186 (remove_files) COMPLETE
43972024-08-14T22:29:00.241Z[ recovery-image] Aug 14 22:28:58.885 INFO O| Aug 14 22:28:58.885 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-08-14T22:29:00.247Z[ host-image] Aug 14 22:28:58.893 INFO O| Aug 14 22:28:58.893 INFO O| Planning: Solver setup ... Done
43992024-08-14T22:29:00.249Z[ recovery-image] Aug 14 22:28:58.895 INFO O| Aug 14 22:28:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44002024-08-14T22:29:00.252Z[ recovery-image] Aug 14 22:28:58.895 INFO O| Aug 14 22:28:58.895 INFO STEP 187 (remove_files) COMPLETE
44012024-08-14T22:29:00.252Z[ recovery-image] Aug 14 22:28:58.895 INFO O| Aug 14 22:28:58.895 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-14T22:29:00.252Z[ host-image] Aug 14 22:28:58.897 INFO O| Aug 14 22:28:58.897 INFO O| Planning: Running solver ... Done
44032024-08-14T22:29:00.260Z[ recovery-image] Aug 14 22:28:58.906 INFO O| Aug 14 22:28:58.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44042024-08-14T22:29:00.260Z[ recovery-image] Aug 14 22:28:58.906 INFO O| Aug 14 22:28:58.906 INFO STEP 188 (remove_files) COMPLETE
44052024-08-14T22:29:00.263Z[ recovery-image] Aug 14 22:28:58.906 INFO O| Aug 14 22:28:58.906 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-14T22:29:00.271Z[ recovery-image] Aug 14 22:28:58.916 INFO O| Aug 14 22:28:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44072024-08-14T22:29:00.271Z[ recovery-image] Aug 14 22:28:58.916 INFO O| Aug 14 22:28:58.916 INFO STEP 189 (remove_files) COMPLETE
44082024-08-14T22:29:00.273Z[ recovery-image] Aug 14 22:28:58.916 INFO O| Aug 14 22:28:58.916 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-14T22:29:00.281Z[ recovery-image] Aug 14 22:28:58.927 INFO O| Aug 14 22:28:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44102024-08-14T22:29:00.283Z[ recovery-image] Aug 14 22:28:58.927 INFO O| Aug 14 22:28:58.927 INFO STEP 190 (remove_files) COMPLETE
44112024-08-14T22:29:00.283Z[ recovery-image] Aug 14 22:28:58.927 INFO O| Aug 14 22:28:58.927 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-14T22:29:00.291Z[ recovery-image] Aug 14 22:28:58.937 INFO O| Aug 14 22:28:58.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44132024-08-14T22:29:00.291Z[ recovery-image] Aug 14 22:28:58.937 INFO O| Aug 14 22:28:58.937 INFO STEP 191 (remove_files) COMPLETE
44142024-08-14T22:29:00.294Z[ recovery-image] Aug 14 22:28:58.937 INFO O| Aug 14 22:28:58.937 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-14T22:29:00.296Z[ host-image] Aug 14 22:28:58.942 INFO O| Aug 14 22:28:58.942 INFO O| Planning: Finding local manifests ... Done
44162024-08-14T22:29:00.299Z[ host-image] Aug 14 22:28:58.944 INFO O| Aug 14 22:28:58.944 INFO O| Planning: Fetching manifests: 0/6 0% complete
44172024-08-14T22:29:00.304Z[ recovery-image] Aug 14 22:28:58.947 INFO O| Aug 14 22:28:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44182024-08-14T22:29:00.304Z[ recovery-image] Aug 14 22:28:58.947 INFO O| Aug 14 22:28:58.947 INFO STEP 192 (remove_files) COMPLETE
44192024-08-14T22:29:00.304Z[ recovery-image] Aug 14 22:28:58.947 INFO O| Aug 14 22:28:58.947 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-14T22:29:00.313Z[ recovery-image] Aug 14 22:28:58.958 INFO O| Aug 14 22:28:58.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44212024-08-14T22:29:00.313Z[ recovery-image] Aug 14 22:28:58.959 INFO O| Aug 14 22:28:58.959 INFO STEP 193 (remove_files) COMPLETE
44222024-08-14T22:29:00.313Z[ recovery-image] Aug 14 22:28:58.959 INFO O| Aug 14 22:28:58.959 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-14T22:29:00.324Z[ recovery-image] Aug 14 22:28:58.970 INFO O| Aug 14 22:28:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44242024-08-14T22:29:00.324Z[ recovery-image] Aug 14 22:28:58.970 INFO O| Aug 14 22:28:58.970 INFO STEP 194 (remove_files) COMPLETE
44252024-08-14T22:29:00.326Z[ recovery-image] Aug 14 22:28:58.970 INFO O| Aug 14 22:28:58.970 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-14T22:29:00.335Z[ recovery-image] Aug 14 22:28:58.981 INFO O| Aug 14 22:28:58.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44272024-08-14T22:29:00.335Z[ recovery-image] Aug 14 22:28:58.981 INFO O| Aug 14 22:28:58.981 INFO STEP 195 (remove_files) COMPLETE
44282024-08-14T22:29:00.338Z[ recovery-image] Aug 14 22:28:58.981 INFO O| Aug 14 22:28:58.981 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-14T22:29:00.347Z[ recovery-image] Aug 14 22:28:58.992 INFO O| Aug 14 22:28:58.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44302024-08-14T22:29:00.349Z[ recovery-image] Aug 14 22:28:58.993 INFO O| Aug 14 22:28:58.992 INFO STEP 196 (remove_files) COMPLETE
44312024-08-14T22:29:00.349Z[ recovery-image] Aug 14 22:28:58.993 INFO O| Aug 14 22:28:58.993 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-14T22:29:00.357Z[ recovery-image] Aug 14 22:28:59.003 INFO O| Aug 14 22:28:59.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44332024-08-14T22:29:00.357Z[ recovery-image] Aug 14 22:28:59.003 INFO O| Aug 14 22:28:59.003 INFO STEP 197 (remove_files) COMPLETE
44342024-08-14T22:29:00.357Z[ recovery-image] Aug 14 22:28:59.003 INFO O| Aug 14 22:28:59.003 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-14T22:29:00.368Z[ recovery-image] Aug 14 22:28:59.014 INFO O| Aug 14 22:28:59.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44362024-08-14T22:29:00.368Z[ recovery-image] Aug 14 22:28:59.014 INFO O| Aug 14 22:28:59.014 INFO STEP 198 (remove_files) COMPLETE
44372024-08-14T22:29:00.371Z[ recovery-image] Aug 14 22:28:59.014 INFO O| Aug 14 22:28:59.014 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-14T22:29:00.381Z[ recovery-image] Aug 14 22:28:59.027 INFO O| Aug 14 22:28:59.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44392024-08-14T22:29:00.381Z[ recovery-image] Aug 14 22:28:59.027 INFO O| Aug 14 22:28:59.027 INFO STEP 199 (remove_files) COMPLETE
44402024-08-14T22:29:00.383Z[ recovery-image] Aug 14 22:28:59.027 INFO O| Aug 14 22:28:59.027 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-14T22:29:00.393Z[ recovery-image] Aug 14 22:28:59.039 INFO O| Aug 14 22:28:59.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44422024-08-14T22:29:00.393Z[ recovery-image] Aug 14 22:28:59.039 INFO O| Aug 14 22:28:59.039 INFO STEP 200 (remove_files) COMPLETE
44432024-08-14T22:29:00.393Z[ recovery-image] Aug 14 22:28:59.039 INFO O| Aug 14 22:28:59.039 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-14T22:29:00.406Z[ recovery-image] Aug 14 22:28:59.051 INFO O| Aug 14 22:28:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44452024-08-14T22:29:00.406Z[ recovery-image] Aug 14 22:28:59.052 INFO O| Aug 14 22:28:59.051 INFO STEP 201 (remove_files) COMPLETE
44462024-08-14T22:29:00.408Z[ recovery-image] Aug 14 22:28:59.052 INFO O| Aug 14 22:28:59.051 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-14T22:29:00.419Z[ recovery-image] Aug 14 22:28:59.064 INFO O| Aug 14 22:28:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44482024-08-14T22:29:00.419Z[ recovery-image] Aug 14 22:28:59.065 INFO O| Aug 14 22:28:59.064 INFO STEP 202 (remove_files) COMPLETE
44492024-08-14T22:29:00.421Z[ recovery-image] Aug 14 22:28:59.065 INFO O| Aug 14 22:28:59.065 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-14T22:29:00.432Z[ recovery-image] Aug 14 22:28:59.078 INFO O| Aug 14 22:28:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44512024-08-14T22:29:00.432Z[ recovery-image] Aug 14 22:28:59.078 INFO O| Aug 14 22:28:59.078 INFO STEP 203 (remove_files) COMPLETE
44522024-08-14T22:29:00.435Z[ recovery-image] Aug 14 22:28:59.078 INFO O| Aug 14 22:28:59.078 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-14T22:29:00.441Z[ host-image] Aug 14 22:28:59.087 INFO O| Aug 14 22:28:59.087 INFO O| Planning: Fetching manifests: 6/6 100% complete
44542024-08-14T22:29:00.446Z[ recovery-image] Aug 14 22:28:59.091 INFO O| Aug 14 22:28:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44552024-08-14T22:29:00.448Z[ recovery-image] Aug 14 22:28:59.092 INFO O| Aug 14 22:28:59.091 INFO STEP 204 (remove_files) COMPLETE
44562024-08-14T22:29:00.448Z[ recovery-image] Aug 14 22:28:59.092 INFO O| Aug 14 22:28:59.091 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-14T22:29:00.459Z[ recovery-image] Aug 14 22:28:59.105 INFO O| Aug 14 22:28:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44582024-08-14T22:29:00.459Z[ recovery-image] Aug 14 22:28:59.105 INFO O| Aug 14 22:28:59.105 INFO STEP 205 (remove_files) COMPLETE
44592024-08-14T22:29:00.459Z[ recovery-image] Aug 14 22:28:59.105 INFO O| Aug 14 22:28:59.105 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-14T22:29:00.472Z[ recovery-image] Aug 14 22:28:59.118 INFO O| Aug 14 22:28:59.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44612024-08-14T22:29:00.472Z[ recovery-image] Aug 14 22:28:59.118 INFO O| Aug 14 22:28:59.118 INFO STEP 206 (remove_files) COMPLETE
44622024-08-14T22:29:00.475Z[ recovery-image] Aug 14 22:28:59.118 INFO O| Aug 14 22:28:59.118 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-14T22:29:00.478Z[ host-image] Aug 14 22:28:59.124 INFO O| Aug 14 22:28:59.124 INFO O| Planning: Package planning ... Done
44642024-08-14T22:29:00.484Z[ recovery-image] Aug 14 22:28:59.130 INFO O| Aug 14 22:28:59.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44652024-08-14T22:29:00.487Z[ recovery-image] Aug 14 22:28:59.130 INFO O| Aug 14 22:28:59.130 INFO STEP 207 (remove_files) COMPLETE
44662024-08-14T22:29:00.487Z[ recovery-image] Aug 14 22:28:59.130 INFO O| Aug 14 22:28:59.130 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-14T22:29:00.494Z[ recovery-image] Aug 14 22:28:59.140 INFO O| Aug 14 22:28:59.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44682024-08-14T22:29:00.497Z[ recovery-image] Aug 14 22:28:59.140 INFO O| Aug 14 22:28:59.140 INFO STEP 208 (remove_files) COMPLETE
44692024-08-14T22:29:00.497Z[ recovery-image] Aug 14 22:28:59.140 INFO O| Aug 14 22:28:59.140 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-14T22:29:00.497Z[ host-image] Aug 14 22:28:59.143 INFO O| Aug 14 22:28:59.142 INFO O| Planning: Merging actions ... Done
44712024-08-14T22:29:00.504Z[ recovery-image] Aug 14 22:28:59.150 INFO O| Aug 14 22:28:59.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44722024-08-14T22:29:00.507Z[ recovery-image] Aug 14 22:28:59.150 INFO O| Aug 14 22:28:59.150 INFO STEP 209 (remove_files) COMPLETE
44732024-08-14T22:29:00.507Z[ recovery-image] Aug 14 22:28:59.150 INFO O| Aug 14 22:28:59.150 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-14T22:29:00.515Z[ recovery-image] Aug 14 22:28:59.160 INFO O| Aug 14 22:28:59.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44752024-08-14T22:29:00.515Z[ recovery-image] Aug 14 22:28:59.161 INFO O| Aug 14 22:28:59.161 INFO STEP 210 (remove_files) COMPLETE
44762024-08-14T22:29:00.517Z[ recovery-image] Aug 14 22:28:59.161 INFO O| Aug 14 22:28:59.161 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-14T22:29:00.525Z[ recovery-image] Aug 14 22:28:59.171 INFO O| Aug 14 22:28:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44782024-08-14T22:29:00.526Z[ recovery-image] Aug 14 22:28:59.171 INFO O| Aug 14 22:28:59.171 INFO STEP 211 (remove_files) COMPLETE
44792024-08-14T22:29:00.526Z[ recovery-image] Aug 14 22:28:59.171 INFO O| Aug 14 22:28:59.171 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-14T22:29:00.536Z[ recovery-image] Aug 14 22:28:59.182 INFO O| Aug 14 22:28:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44812024-08-14T22:29:00.536Z[ recovery-image] Aug 14 22:28:59.182 INFO O| Aug 14 22:28:59.182 INFO STEP 212 (remove_files) COMPLETE
44822024-08-14T22:29:00.536Z[ recovery-image] Aug 14 22:28:59.182 INFO O| Aug 14 22:28:59.182 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-14T22:29:00.548Z[ recovery-image] Aug 14 22:28:59.193 INFO O| Aug 14 22:28:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44842024-08-14T22:29:00.548Z[ recovery-image] Aug 14 22:28:59.193 INFO O| Aug 14 22:28:59.193 INFO STEP 213 (remove_files) COMPLETE
44852024-08-14T22:29:00.548Z[ recovery-image] Aug 14 22:28:59.193 INFO O| Aug 14 22:28:59.193 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-14T22:29:00.559Z[ recovery-image] Aug 14 22:28:59.205 INFO O| Aug 14 22:28:59.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44872024-08-14T22:29:00.559Z[ recovery-image] Aug 14 22:28:59.205 INFO O| Aug 14 22:28:59.205 INFO STEP 214 (remove_files) COMPLETE
44882024-08-14T22:29:00.562Z[ recovery-image] Aug 14 22:28:59.205 INFO O| Aug 14 22:28:59.205 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-14T22:29:00.571Z[ recovery-image] Aug 14 22:28:59.217 INFO O| Aug 14 22:28:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44902024-08-14T22:29:00.574Z[ recovery-image] Aug 14 22:28:59.217 INFO O| Aug 14 22:28:59.217 INFO STEP 215 (remove_files) COMPLETE
44912024-08-14T22:29:00.574Z[ recovery-image] Aug 14 22:28:59.217 INFO O| Aug 14 22:28:59.217 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-14T22:29:00.576Z[ host-image] Aug 14 22:28:59.220 INFO O| Aug 14 22:28:59.220 INFO O| Planning: Checking for conflicting actions ... Done
44932024-08-14T22:29:00.579Z[ host-image] Aug 14 22:28:59.225 INFO O| Aug 14 22:28:59.225 INFO O| Planning: Consolidating action changes ... Done
44942024-08-14T22:29:00.585Z[ recovery-image] Aug 14 22:28:59.230 INFO O| Aug 14 22:28:59.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44952024-08-14T22:29:00.585Z[ recovery-image] Aug 14 22:28:59.231 INFO O| Aug 14 22:28:59.231 INFO STEP 216 (remove_files) COMPLETE
44962024-08-14T22:29:00.587Z[ recovery-image] Aug 14 22:28:59.231 INFO O| Aug 14 22:28:59.231 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-14T22:29:00.599Z[ recovery-image] Aug 14 22:28:59.245 INFO O| Aug 14 22:28:59.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44982024-08-14T22:29:00.599Z[ recovery-image] Aug 14 22:28:59.245 INFO O| Aug 14 22:28:59.245 INFO STEP 217 (remove_files) COMPLETE
44992024-08-14T22:29:00.599Z[ recovery-image] Aug 14 22:28:59.245 INFO O| Aug 14 22:28:59.245 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-14T22:29:00.612Z[ recovery-image] Aug 14 22:28:59.257 INFO O| Aug 14 22:28:59.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45012024-08-14T22:29:00.612Z[ recovery-image] Aug 14 22:28:59.258 INFO O| Aug 14 22:28:59.258 INFO STEP 218 (remove_files) COMPLETE
45022024-08-14T22:29:00.612Z[ recovery-image] Aug 14 22:28:59.258 INFO O| Aug 14 22:28:59.258 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-14T22:29:00.627Z[ recovery-image] Aug 14 22:28:59.269 INFO O| Aug 14 22:28:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45042024-08-14T22:29:00.631Z[ recovery-image] Aug 14 22:28:59.269 INFO O| Aug 14 22:28:59.269 INFO STEP 219 (remove_files) COMPLETE
45052024-08-14T22:29:00.631Z[ recovery-image] Aug 14 22:28:59.269 INFO O| Aug 14 22:28:59.269 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-14T22:29:00.636Z[ recovery-image] Aug 14 22:28:59.282 INFO O| Aug 14 22:28:59.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45072024-08-14T22:29:00.636Z[ recovery-image] Aug 14 22:28:59.282 INFO O| Aug 14 22:28:59.282 INFO STEP 220 (remove_files) COMPLETE
45082024-08-14T22:29:00.636Z[ recovery-image] Aug 14 22:28:59.282 INFO O| Aug 14 22:28:59.282 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-14T22:29:00.647Z[ recovery-image] Aug 14 22:28:59.293 INFO O| Aug 14 22:28:59.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45102024-08-14T22:29:00.647Z[ recovery-image] Aug 14 22:28:59.293 INFO O| Aug 14 22:28:59.293 INFO STEP 221 (remove_files) COMPLETE
45112024-08-14T22:29:00.647Z[ recovery-image] Aug 14 22:28:59.293 INFO O| Aug 14 22:28:59.293 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-14T22:29:00.658Z[ recovery-image] Aug 14 22:28:59.304 INFO O| Aug 14 22:28:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45132024-08-14T22:29:00.660Z[ recovery-image] Aug 14 22:28:59.304 INFO O| Aug 14 22:28:59.304 INFO STEP 222 (remove_files) COMPLETE
45142024-08-14T22:29:00.661Z[ recovery-image] Aug 14 22:28:59.304 INFO O| Aug 14 22:28:59.304 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-14T22:29:00.668Z[ recovery-image] Aug 14 22:28:59.314 INFO O| Aug 14 22:28:59.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45162024-08-14T22:29:00.671Z[ recovery-image] Aug 14 22:28:59.314 INFO O| Aug 14 22:28:59.314 INFO STEP 223 (remove_files) COMPLETE
45172024-08-14T22:29:00.671Z[ recovery-image] Aug 14 22:28:59.314 INFO O| Aug 14 22:28:59.314 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-14T22:29:00.678Z[ recovery-image] Aug 14 22:28:59.324 INFO O| Aug 14 22:28:59.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45192024-08-14T22:29:00.681Z[ recovery-image] Aug 14 22:28:59.324 INFO O| Aug 14 22:28:59.324 INFO STEP 224 (remove_files) COMPLETE
45202024-08-14T22:29:00.681Z[ recovery-image] Aug 14 22:28:59.324 INFO O| Aug 14 22:28:59.324 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-14T22:29:00.691Z[ recovery-image] Aug 14 22:28:59.337 INFO O| Aug 14 22:28:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45222024-08-14T22:29:00.691Z[ recovery-image] Aug 14 22:28:59.337 INFO O| Aug 14 22:28:59.337 INFO STEP 225 (remove_files) COMPLETE
45232024-08-14T22:29:00.694Z[ recovery-image] Aug 14 22:28:59.337 INFO O| Aug 14 22:28:59.337 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-14T22:29:00.701Z[ recovery-image] Aug 14 22:28:59.347 INFO O| Aug 14 22:28:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45252024-08-14T22:29:00.702Z[ recovery-image] Aug 14 22:28:59.347 INFO O| Aug 14 22:28:59.347 INFO STEP 226 (remove_files) COMPLETE
45262024-08-14T22:29:00.704Z[ recovery-image] Aug 14 22:28:59.347 INFO O| Aug 14 22:28:59.347 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-14T22:29:00.712Z[ recovery-image] Aug 14 22:28:59.358 INFO O| Aug 14 22:28:59.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45282024-08-14T22:29:00.712Z[ recovery-image] Aug 14 22:28:59.358 INFO O| Aug 14 22:28:59.358 INFO STEP 227 (remove_files) COMPLETE
45292024-08-14T22:29:00.715Z[ recovery-image] Aug 14 22:28:59.358 INFO O| Aug 14 22:28:59.358 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-08-14T22:29:00.726Z[ recovery-image] Aug 14 22:28:59.372 INFO O| Aug 14 22:28:59.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45312024-08-14T22:29:00.726Z[ recovery-image] Aug 14 22:28:59.372 INFO O| Aug 14 22:28:59.372 INFO STEP 228 (remove_files) COMPLETE
45322024-08-14T22:29:00.729Z[ recovery-image] Aug 14 22:28:59.372 INFO O| Aug 14 22:28:59.372 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-14T22:29:00.738Z[ recovery-image] Aug 14 22:28:59.384 INFO O| Aug 14 22:28:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45342024-08-14T22:29:00.738Z[ recovery-image] Aug 14 22:28:59.384 INFO O| Aug 14 22:28:59.384 INFO STEP 229 (remove_files) COMPLETE
45352024-08-14T22:29:00.738Z[ recovery-image] Aug 14 22:28:59.384 INFO O| Aug 14 22:28:59.384 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-14T22:29:00.750Z[ recovery-image] Aug 14 22:28:59.396 INFO O| Aug 14 22:28:59.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45372024-08-14T22:29:00.750Z[ recovery-image] Aug 14 22:28:59.396 INFO O| Aug 14 22:28:59.396 INFO STEP 230 (remove_files) COMPLETE
45382024-08-14T22:29:00.750Z[ recovery-image] Aug 14 22:28:59.396 INFO O| Aug 14 22:28:59.396 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-14T22:29:00.762Z[ recovery-image] Aug 14 22:28:59.407 INFO O| Aug 14 22:28:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45402024-08-14T22:29:00.762Z[ recovery-image] Aug 14 22:28:59.407 INFO O| Aug 14 22:28:59.407 INFO STEP 231 (remove_files) COMPLETE
45412024-08-14T22:29:00.762Z[ recovery-image] Aug 14 22:28:59.407 INFO O| Aug 14 22:28:59.407 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-14T22:29:00.774Z[ recovery-image] Aug 14 22:28:59.419 INFO O| Aug 14 22:28:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45432024-08-14T22:29:00.777Z[ recovery-image] Aug 14 22:28:59.419 INFO O| Aug 14 22:28:59.419 INFO STEP 232 (remove_files) COMPLETE
45442024-08-14T22:29:00.777Z[ recovery-image] Aug 14 22:28:59.419 INFO O| Aug 14 22:28:59.419 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-14T22:29:00.777Z[ host-image] Aug 14 22:28:59.420 INFO O| Aug 14 22:28:59.420 INFO O| Planning: Evaluating mediators ... Done
45462024-08-14T22:29:00.779Z[ host-image] Aug 14 22:28:59.424 INFO O| Aug 14 22:28:59.424 INFO O| Planning: Planning completed in 2.11 seconds
45472024-08-14T22:29:00.782Z[ host-image] Aug 14 22:28:59.426 INFO O| Aug 14 22:28:59.426 INFO O| Packages to install: 6
45482024-08-14T22:29:00.782Z[ host-image] Aug 14 22:28:59.426 INFO O| Aug 14 22:28:59.426 INFO O| Mediators to change: 1
45492024-08-14T22:29:00.782Z[ host-image] Aug 14 22:28:59.426 INFO O| Aug 14 22:28:59.426 INFO O| Services to change: 1
45502024-08-14T22:29:00.786Z[ recovery-image] Aug 14 22:28:59.432 INFO O| Aug 14 22:28:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45512024-08-14T22:29:00.786Z[ recovery-image] Aug 14 22:28:59.432 INFO O| Aug 14 22:28:59.432 INFO STEP 233 (remove_files) COMPLETE
45522024-08-14T22:29:00.786Z[ recovery-image] Aug 14 22:28:59.432 INFO O| Aug 14 22:28:59.432 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-14T22:29:00.793Z[ host-image] Aug 14 22:28:59.439 INFO O| Aug 14 22:28:59.439 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45542024-08-14T22:29:00.798Z[ recovery-image] Aug 14 22:28:59.444 INFO O| Aug 14 22:28:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45552024-08-14T22:29:00.800Z[ recovery-image] Aug 14 22:28:59.444 INFO O| Aug 14 22:28:59.444 INFO STEP 234 (remove_files) COMPLETE
45562024-08-14T22:29:00.800Z[ recovery-image] Aug 14 22:28:59.444 INFO O| Aug 14 22:28:59.444 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-14T22:29:00.809Z[ recovery-image] Aug 14 22:28:59.455 INFO O| Aug 14 22:28:59.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45582024-08-14T22:29:00.810Z[ recovery-image] Aug 14 22:28:59.455 INFO O| Aug 14 22:28:59.455 INFO STEP 235 (remove_files) COMPLETE
45592024-08-14T22:29:00.812Z[ recovery-image] Aug 14 22:28:59.455 INFO O| Aug 14 22:28:59.455 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-14T22:29:00.820Z[ recovery-image] Aug 14 22:28:59.466 INFO O| Aug 14 22:28:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45612024-08-14T22:29:00.820Z[ recovery-image] Aug 14 22:28:59.466 INFO O| Aug 14 22:28:59.466 INFO STEP 236 (remove_files) COMPLETE
45622024-08-14T22:29:00.824Z[ recovery-image] Aug 14 22:28:59.466 INFO O| Aug 14 22:28:59.466 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-14T22:29:00.831Z[ recovery-image] Aug 14 22:28:59.477 INFO O| Aug 14 22:28:59.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45642024-08-14T22:29:00.831Z[ recovery-image] Aug 14 22:28:59.477 INFO O| Aug 14 22:28:59.477 INFO STEP 237 (remove_files) COMPLETE
45652024-08-14T22:29:00.831Z[ recovery-image] Aug 14 22:28:59.477 INFO O| Aug 14 22:28:59.477 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-14T22:29:00.843Z[ recovery-image] Aug 14 22:28:59.488 INFO O| Aug 14 22:28:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45672024-08-14T22:29:00.843Z[ recovery-image] Aug 14 22:28:59.488 INFO O| Aug 14 22:28:59.488 INFO STEP 238 (remove_files) COMPLETE
45682024-08-14T22:29:00.845Z[ recovery-image] Aug 14 22:28:59.488 INFO O| Aug 14 22:28:59.488 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-14T22:29:00.855Z[ recovery-image] Aug 14 22:28:59.500 INFO O| Aug 14 22:28:59.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45702024-08-14T22:29:00.855Z[ recovery-image] Aug 14 22:28:59.500 INFO O| Aug 14 22:28:59.500 INFO STEP 239 (remove_files) COMPLETE
45712024-08-14T22:29:00.857Z[ recovery-image] Aug 14 22:28:59.500 INFO O| Aug 14 22:28:59.500 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-14T22:29:00.866Z[ recovery-image] Aug 14 22:28:59.512 INFO O| Aug 14 22:28:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45732024-08-14T22:29:00.866Z[ recovery-image] Aug 14 22:28:59.512 INFO O| Aug 14 22:28:59.512 INFO STEP 240 (remove_files) COMPLETE
45742024-08-14T22:29:00.869Z[ recovery-image] Aug 14 22:28:59.512 INFO O| Aug 14 22:28:59.512 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-14T22:29:00.877Z[ recovery-image] Aug 14 22:28:59.523 INFO O| Aug 14 22:28:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45762024-08-14T22:29:00.879Z[ recovery-image] Aug 14 22:28:59.523 INFO O| Aug 14 22:28:59.523 INFO STEP 241 (remove_files) COMPLETE
45772024-08-14T22:29:00.879Z[ recovery-image] Aug 14 22:28:59.523 INFO O| Aug 14 22:28:59.523 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-14T22:29:00.890Z[ recovery-image] Aug 14 22:28:59.536 INFO O| Aug 14 22:28:59.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45792024-08-14T22:29:00.890Z[ recovery-image] Aug 14 22:28:59.536 INFO O| Aug 14 22:28:59.536 INFO STEP 242 (remove_files) COMPLETE
45802024-08-14T22:29:00.890Z[ recovery-image] Aug 14 22:28:59.536 INFO O| Aug 14 22:28:59.536 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-14T22:29:00.902Z[ recovery-image] Aug 14 22:28:59.547 INFO O| Aug 14 22:28:59.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45822024-08-14T22:29:00.902Z[ recovery-image] Aug 14 22:28:59.547 INFO O| Aug 14 22:28:59.547 INFO STEP 243 (remove_files) COMPLETE
45832024-08-14T22:29:00.902Z[ recovery-image] Aug 14 22:28:59.547 INFO O| Aug 14 22:28:59.547 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-14T22:29:00.912Z[ recovery-image] Aug 14 22:28:59.558 INFO O| Aug 14 22:28:59.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45852024-08-14T22:29:00.915Z[ recovery-image] Aug 14 22:28:59.558 INFO O| Aug 14 22:28:59.558 INFO STEP 244 (remove_files) COMPLETE
45862024-08-14T22:29:00.915Z[ recovery-image] Aug 14 22:28:59.558 INFO O| Aug 14 22:28:59.558 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-14T22:29:00.923Z[ recovery-image] Aug 14 22:28:59.568 INFO O| Aug 14 22:28:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45882024-08-14T22:29:00.923Z[ recovery-image] Aug 14 22:28:59.568 INFO O| Aug 14 22:28:59.568 INFO STEP 245 (remove_files) COMPLETE
45892024-08-14T22:29:00.925Z[ recovery-image] Aug 14 22:28:59.568 INFO O| Aug 14 22:28:59.568 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-14T22:29:00.933Z[ recovery-image] Aug 14 22:28:59.579 INFO O| Aug 14 22:28:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45912024-08-14T22:29:00.933Z[ recovery-image] Aug 14 22:28:59.579 INFO O| Aug 14 22:28:59.579 INFO STEP 246 (remove_files) COMPLETE
45922024-08-14T22:29:00.933Z[ recovery-image] Aug 14 22:28:59.579 INFO O| Aug 14 22:28:59.579 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-14T22:29:00.944Z[ recovery-image] Aug 14 22:28:59.590 INFO O| Aug 14 22:28:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45942024-08-14T22:29:00.944Z[ recovery-image] Aug 14 22:28:59.590 INFO O| Aug 14 22:28:59.590 INFO STEP 247 (remove_files) COMPLETE
45952024-08-14T22:29:00.947Z[ recovery-image] Aug 14 22:28:59.590 INFO O| Aug 14 22:28:59.590 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-14T22:29:00.955Z[ recovery-image] Aug 14 22:28:59.601 INFO O| Aug 14 22:28:59.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45972024-08-14T22:29:00.955Z[ recovery-image] Aug 14 22:28:59.601 INFO O| Aug 14 22:28:59.601 INFO STEP 248 (remove_files) COMPLETE
45982024-08-14T22:29:00.956Z[ recovery-image] Aug 14 22:28:59.601 INFO O| Aug 14 22:28:59.601 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-14T22:29:00.967Z[ recovery-image] Aug 14 22:28:59.613 INFO O| Aug 14 22:28:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46002024-08-14T22:29:00.967Z[ recovery-image] Aug 14 22:28:59.613 INFO O| Aug 14 22:28:59.613 INFO STEP 249 (remove_files) COMPLETE
46012024-08-14T22:29:00.970Z[ recovery-image] Aug 14 22:28:59.613 INFO O| Aug 14 22:28:59.613 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-14T22:29:00.979Z[ recovery-image] Aug 14 22:28:59.625 INFO O| Aug 14 22:28:59.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46032024-08-14T22:29:00.979Z[ recovery-image] Aug 14 22:28:59.625 INFO O| Aug 14 22:28:59.625 INFO STEP 250 (remove_files) COMPLETE
46042024-08-14T22:29:00.979Z[ recovery-image] Aug 14 22:28:59.625 INFO O| Aug 14 22:28:59.625 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-14T22:29:00.991Z[ recovery-image] Aug 14 22:28:59.637 INFO O| Aug 14 22:28:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46062024-08-14T22:29:00.991Z[ recovery-image] Aug 14 22:28:59.637 INFO O| Aug 14 22:28:59.637 INFO STEP 251 (remove_files) COMPLETE
46072024-08-14T22:29:00.991Z[ recovery-image] Aug 14 22:28:59.637 INFO O| Aug 14 22:28:59.637 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-14T22:29:01.003Z[ recovery-image] Aug 14 22:28:59.649 INFO O| Aug 14 22:28:59.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46092024-08-14T22:29:01.006Z[ recovery-image] Aug 14 22:28:59.649 INFO O| Aug 14 22:28:59.649 INFO STEP 252 (remove_files) COMPLETE
46102024-08-14T22:29:01.006Z[ recovery-image] Aug 14 22:28:59.649 INFO O| Aug 14 22:28:59.649 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-14T22:29:01.015Z[ recovery-image] Aug 14 22:28:59.660 INFO O| Aug 14 22:28:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46122024-08-14T22:29:01.015Z[ recovery-image] Aug 14 22:28:59.661 INFO O| Aug 14 22:28:59.661 INFO STEP 253 (remove_files) COMPLETE
46132024-08-14T22:29:01.017Z[ recovery-image] Aug 14 22:28:59.661 INFO O| Aug 14 22:28:59.661 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-14T22:29:01.026Z[ recovery-image] Aug 14 22:28:59.672 INFO O| Aug 14 22:28:59.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46152024-08-14T22:29:01.029Z[ recovery-image] Aug 14 22:28:59.672 INFO O| Aug 14 22:28:59.672 INFO STEP 254 (remove_files) COMPLETE
46162024-08-14T22:29:01.029Z[ recovery-image] Aug 14 22:28:59.672 INFO O| Aug 14 22:28:59.672 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-14T22:29:01.038Z[ recovery-image] Aug 14 22:28:59.684 INFO O| Aug 14 22:28:59.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46182024-08-14T22:29:01.038Z[ recovery-image] Aug 14 22:28:59.684 INFO O| Aug 14 22:28:59.684 INFO STEP 255 (remove_files) COMPLETE
46192024-08-14T22:29:01.038Z[ recovery-image] Aug 14 22:28:59.684 INFO O| Aug 14 22:28:59.684 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-14T22:29:01.050Z[ recovery-image] Aug 14 22:28:59.695 INFO O| Aug 14 22:28:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46212024-08-14T22:29:01.050Z[ recovery-image] Aug 14 22:28:59.696 INFO O| Aug 14 22:28:59.696 INFO STEP 256 (remove_files) COMPLETE
46222024-08-14T22:29:01.052Z[ recovery-image] Aug 14 22:28:59.696 INFO O| Aug 14 22:28:59.696 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-14T22:29:01.063Z[ recovery-image] Aug 14 22:28:59.708 INFO O| Aug 14 22:28:59.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46242024-08-14T22:29:01.063Z[ recovery-image] Aug 14 22:28:59.708 INFO O| Aug 14 22:28:59.708 INFO STEP 257 (remove_files) COMPLETE
46252024-08-14T22:29:01.067Z[ recovery-image] Aug 14 22:28:59.708 INFO O| Aug 14 22:28:59.708 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-14T22:29:01.075Z[ recovery-image] Aug 14 22:28:59.721 INFO O| Aug 14 22:28:59.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46272024-08-14T22:29:01.075Z[ recovery-image] Aug 14 22:28:59.721 INFO O| Aug 14 22:28:59.721 INFO STEP 258 (remove_files) COMPLETE
46282024-08-14T22:29:01.078Z[ recovery-image] Aug 14 22:28:59.721 INFO O| Aug 14 22:28:59.721 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-14T22:29:01.088Z[ recovery-image] Aug 14 22:28:59.734 INFO O| Aug 14 22:28:59.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46302024-08-14T22:29:01.088Z[ recovery-image] Aug 14 22:28:59.734 INFO O| Aug 14 22:28:59.734 INFO STEP 259 (remove_files) COMPLETE
46312024-08-14T22:29:01.088Z[ recovery-image] Aug 14 22:28:59.734 INFO O| Aug 14 22:28:59.734 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-14T22:29:01.101Z[ recovery-image] Aug 14 22:28:59.747 INFO O| Aug 14 22:28:59.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46332024-08-14T22:29:01.101Z[ recovery-image] Aug 14 22:28:59.747 INFO O| Aug 14 22:28:59.747 INFO STEP 260 (remove_files) COMPLETE
46342024-08-14T22:29:01.103Z[ recovery-image] Aug 14 22:28:59.747 INFO O| Aug 14 22:28:59.747 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-14T22:29:01.112Z[ recovery-image] Aug 14 22:28:59.758 INFO O| Aug 14 22:28:59.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46362024-08-14T22:29:01.112Z[ recovery-image] Aug 14 22:28:59.758 INFO O| Aug 14 22:28:59.758 INFO STEP 261 (remove_files) COMPLETE
46372024-08-14T22:29:01.115Z[ recovery-image] Aug 14 22:28:59.758 INFO O| Aug 14 22:28:59.758 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-14T22:29:01.123Z[ recovery-image] Aug 14 22:28:59.769 INFO O| Aug 14 22:28:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46392024-08-14T22:29:01.123Z[ recovery-image] Aug 14 22:28:59.769 INFO O| Aug 14 22:28:59.769 INFO STEP 262 (remove_files) COMPLETE
46402024-08-14T22:29:01.123Z[ recovery-image] Aug 14 22:28:59.769 INFO O| Aug 14 22:28:59.769 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-14T22:29:01.134Z[ recovery-image] Aug 14 22:28:59.780 INFO O| Aug 14 22:28:59.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46422024-08-14T22:29:01.134Z[ recovery-image] Aug 14 22:28:59.780 INFO O| Aug 14 22:28:59.780 INFO STEP 263 (remove_files) COMPLETE
46432024-08-14T22:29:01.134Z[ recovery-image] Aug 14 22:28:59.780 INFO O| Aug 14 22:28:59.780 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-14T22:29:01.145Z[ recovery-image] Aug 14 22:28:59.791 INFO O| Aug 14 22:28:59.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46452024-08-14T22:29:01.146Z[ recovery-image] Aug 14 22:28:59.791 INFO O| Aug 14 22:28:59.791 INFO STEP 264 (remove_files) COMPLETE
46462024-08-14T22:29:01.148Z[ recovery-image] Aug 14 22:28:59.791 INFO O| Aug 14 22:28:59.791 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-14T22:29:01.157Z[ recovery-image] Aug 14 22:28:59.802 INFO O| Aug 14 22:28:59.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46482024-08-14T22:29:01.157Z[ recovery-image] Aug 14 22:28:59.802 INFO O| Aug 14 22:28:59.802 INFO STEP 265 (remove_files) COMPLETE
46492024-08-14T22:29:01.157Z[ recovery-image] Aug 14 22:28:59.803 INFO O| Aug 14 22:28:59.802 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-14T22:29:01.167Z[ recovery-image] Aug 14 22:28:59.813 INFO O| Aug 14 22:28:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46512024-08-14T22:29:01.167Z[ recovery-image] Aug 14 22:28:59.813 INFO O| Aug 14 22:28:59.813 INFO STEP 266 (remove_files) COMPLETE
46522024-08-14T22:29:01.170Z[ recovery-image] Aug 14 22:28:59.813 INFO O| Aug 14 22:28:59.813 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-14T22:29:01.178Z[ recovery-image] Aug 14 22:28:59.823 INFO O| Aug 14 22:28:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46542024-08-14T22:29:01.180Z[ recovery-image] Aug 14 22:28:59.824 INFO O| Aug 14 22:28:59.824 INFO STEP 267 (remove_files) COMPLETE
46552024-08-14T22:29:01.180Z[ recovery-image] Aug 14 22:28:59.824 INFO O| Aug 14 22:28:59.824 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-14T22:29:01.188Z[ recovery-image] Aug 14 22:28:59.834 INFO O| Aug 14 22:28:59.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46572024-08-14T22:29:01.190Z[ recovery-image] Aug 14 22:28:59.834 INFO O| Aug 14 22:28:59.834 INFO STEP 268 (remove_files) COMPLETE
46582024-08-14T22:29:01.190Z[ recovery-image] Aug 14 22:28:59.834 INFO O| Aug 14 22:28:59.834 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-14T22:29:01.199Z[ recovery-image] Aug 14 22:28:59.845 INFO O| Aug 14 22:28:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46602024-08-14T22:29:01.199Z[ recovery-image] Aug 14 22:28:59.845 INFO O| Aug 14 22:28:59.845 INFO STEP 269 (remove_files) COMPLETE
46612024-08-14T22:29:01.199Z[ recovery-image] Aug 14 22:28:59.845 INFO O| Aug 14 22:28:59.845 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-14T22:29:01.211Z[ recovery-image] Aug 14 22:28:59.857 INFO O| Aug 14 22:28:59.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46632024-08-14T22:29:01.211Z[ recovery-image] Aug 14 22:28:59.857 INFO O| Aug 14 22:28:59.857 INFO STEP 270 (remove_files) COMPLETE
46642024-08-14T22:29:01.211Z[ recovery-image] Aug 14 22:28:59.857 INFO O| Aug 14 22:28:59.857 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-14T22:29:01.223Z[ recovery-image] Aug 14 22:28:59.869 INFO O| Aug 14 22:28:59.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46662024-08-14T22:29:01.226Z[ recovery-image] Aug 14 22:28:59.870 INFO O| Aug 14 22:28:59.870 INFO STEP 271 (remove_files) COMPLETE
46672024-08-14T22:29:01.226Z[ recovery-image] Aug 14 22:28:59.870 INFO O| Aug 14 22:28:59.870 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-14T22:29:01.235Z[ recovery-image] Aug 14 22:28:59.881 INFO O| Aug 14 22:28:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46692024-08-14T22:29:01.235Z[ recovery-image] Aug 14 22:28:59.881 INFO O| Aug 14 22:28:59.881 INFO STEP 272 (remove_files) COMPLETE
46702024-08-14T22:29:01.236Z[ recovery-image] Aug 14 22:28:59.881 INFO O| Aug 14 22:28:59.881 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-14T22:29:01.246Z[ recovery-image] Aug 14 22:28:59.892 INFO O| Aug 14 22:28:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46722024-08-14T22:29:01.249Z[ recovery-image] Aug 14 22:28:59.892 INFO O| Aug 14 22:28:59.892 INFO STEP 273 (remove_files) COMPLETE
46732024-08-14T22:29:01.249Z[ recovery-image] Aug 14 22:28:59.892 INFO O| Aug 14 22:28:59.892 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-14T22:29:01.257Z[ recovery-image] Aug 14 22:28:59.902 INFO O| Aug 14 22:28:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46752024-08-14T22:29:01.257Z[ recovery-image] Aug 14 22:28:59.902 INFO O| Aug 14 22:28:59.902 INFO STEP 274 (remove_files) COMPLETE
46762024-08-14T22:29:01.259Z[ recovery-image] Aug 14 22:28:59.902 INFO O| Aug 14 22:28:59.902 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-14T22:29:01.267Z[ recovery-image] Aug 14 22:28:59.913 INFO O| Aug 14 22:28:59.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46782024-08-14T22:29:01.267Z[ recovery-image] Aug 14 22:28:59.913 INFO O| Aug 14 22:28:59.913 INFO STEP 275 (remove_files) COMPLETE
46792024-08-14T22:29:01.269Z[ recovery-image] Aug 14 22:28:59.913 INFO O| Aug 14 22:28:59.913 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-14T22:29:01.277Z[ recovery-image] Aug 14 22:28:59.923 INFO O| Aug 14 22:28:59.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46812024-08-14T22:29:01.280Z[ recovery-image] Aug 14 22:28:59.923 INFO O| Aug 14 22:28:59.923 INFO STEP 276 (remove_files) COMPLETE
46822024-08-14T22:29:01.280Z[ recovery-image] Aug 14 22:28:59.923 INFO O| Aug 14 22:28:59.923 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-14T22:29:01.287Z[ recovery-image] Aug 14 22:28:59.933 INFO O| Aug 14 22:28:59.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46842024-08-14T22:29:01.290Z[ recovery-image] Aug 14 22:28:59.934 INFO O| Aug 14 22:28:59.934 INFO STEP 277 (remove_files) COMPLETE
46852024-08-14T22:29:01.290Z[ recovery-image] Aug 14 22:28:59.934 INFO O| Aug 14 22:28:59.934 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-14T22:29:01.300Z[ recovery-image] Aug 14 22:28:59.946 INFO O| Aug 14 22:28:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46872024-08-14T22:29:01.300Z[ recovery-image] Aug 14 22:28:59.946 INFO O| Aug 14 22:28:59.946 INFO STEP 278 (remove_files) COMPLETE
46882024-08-14T22:29:01.303Z[ recovery-image] Aug 14 22:28:59.946 INFO O| Aug 14 22:28:59.946 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-14T22:29:01.312Z[ recovery-image] Aug 14 22:28:59.957 INFO O| Aug 14 22:28:59.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46902024-08-14T22:29:01.312Z[ recovery-image] Aug 14 22:28:59.957 INFO O| Aug 14 22:28:59.957 INFO STEP 279 (remove_files) COMPLETE
46912024-08-14T22:29:01.314Z[ recovery-image] Aug 14 22:28:59.957 INFO O| Aug 14 22:28:59.957 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-14T22:29:01.323Z[ recovery-image] Aug 14 22:28:59.969 INFO O| Aug 14 22:28:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46932024-08-14T22:29:01.323Z[ recovery-image] Aug 14 22:28:59.969 INFO O| Aug 14 22:28:59.969 INFO STEP 280 (remove_files) COMPLETE
46942024-08-14T22:29:01.326Z[ recovery-image] Aug 14 22:28:59.969 INFO O| Aug 14 22:28:59.969 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-14T22:29:01.336Z[ recovery-image] Aug 14 22:28:59.981 INFO O| Aug 14 22:28:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46962024-08-14T22:29:01.336Z[ recovery-image] Aug 14 22:28:59.981 INFO O| Aug 14 22:28:59.981 INFO STEP 281 (remove_files) COMPLETE
46972024-08-14T22:29:01.338Z[ recovery-image] Aug 14 22:28:59.981 INFO O| Aug 14 22:28:59.981 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-14T22:29:01.346Z[ recovery-image] Aug 14 22:28:59.992 INFO O| Aug 14 22:28:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46992024-08-14T22:29:01.349Z[ recovery-image] Aug 14 22:28:59.993 INFO O| Aug 14 22:28:59.993 INFO STEP 282 (remove_files) COMPLETE
47002024-08-14T22:29:01.349Z[ recovery-image] Aug 14 22:28:59.993 INFO O| Aug 14 22:28:59.993 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-14T22:29:01.357Z[ recovery-image] Aug 14 22:29:00.003 INFO O| Aug 14 22:29:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47022024-08-14T22:29:01.359Z[ recovery-image] Aug 14 22:29:00.003 INFO O| Aug 14 22:29:00.003 INFO STEP 283 (remove_files) COMPLETE
47032024-08-14T22:29:01.360Z[ recovery-image] Aug 14 22:29:00.003 INFO O| Aug 14 22:29:00.003 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-14T22:29:01.367Z[ recovery-image] Aug 14 22:29:00.013 INFO O| Aug 14 22:29:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47052024-08-14T22:29:01.367Z[ recovery-image] Aug 14 22:29:00.013 INFO O| Aug 14 22:29:00.013 INFO STEP 284 (remove_files) COMPLETE
47062024-08-14T22:29:01.367Z[ recovery-image] Aug 14 22:29:00.013 INFO O| Aug 14 22:29:00.013 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-14T22:29:01.379Z[ recovery-image] Aug 14 22:29:00.024 INFO O| Aug 14 22:29:00.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47082024-08-14T22:29:01.381Z[ recovery-image] Aug 14 22:29:00.025 INFO O| Aug 14 22:29:00.024 INFO STEP 285 (remove_files) COMPLETE
47092024-08-14T22:29:01.381Z[ recovery-image] Aug 14 22:29:00.025 INFO O| Aug 14 22:29:00.025 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-14T22:29:01.390Z[ recovery-image] Aug 14 22:29:00.036 INFO O| Aug 14 22:29:00.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47112024-08-14T22:29:01.393Z[ recovery-image] Aug 14 22:29:00.037 INFO O| Aug 14 22:29:00.036 INFO STEP 286 (remove_files) COMPLETE
47122024-08-14T22:29:01.393Z[ recovery-image] Aug 14 22:29:00.037 INFO O| Aug 14 22:29:00.037 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-14T22:29:01.402Z[ recovery-image] Aug 14 22:29:00.048 INFO O| Aug 14 22:29:00.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47142024-08-14T22:29:01.402Z[ recovery-image] Aug 14 22:29:00.048 INFO O| Aug 14 22:29:00.048 INFO STEP 287 (remove_files) COMPLETE
47152024-08-14T22:29:01.405Z[ recovery-image] Aug 14 22:29:00.048 INFO O| Aug 14 22:29:00.048 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-14T22:29:01.413Z[ recovery-image] Aug 14 22:29:00.059 INFO O| Aug 14 22:29:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47172024-08-14T22:29:01.414Z[ recovery-image] Aug 14 22:29:00.059 INFO O| Aug 14 22:29:00.059 INFO STEP 288 (remove_files) COMPLETE
47182024-08-14T22:29:01.416Z[ recovery-image] Aug 14 22:29:00.059 INFO O| Aug 14 22:29:00.059 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-14T22:29:01.425Z[ recovery-image] Aug 14 22:29:00.071 INFO O| Aug 14 22:29:00.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47202024-08-14T22:29:01.425Z[ recovery-image] Aug 14 22:29:00.071 INFO O| Aug 14 22:29:00.071 INFO STEP 289 (remove_files) COMPLETE
47212024-08-14T22:29:01.425Z[ recovery-image] Aug 14 22:29:00.071 INFO O| Aug 14 22:29:00.071 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-14T22:29:01.437Z[ recovery-image] Aug 14 22:29:00.083 INFO O| Aug 14 22:29:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47232024-08-14T22:29:01.437Z[ recovery-image] Aug 14 22:29:00.083 INFO O| Aug 14 22:29:00.083 INFO STEP 290 (remove_files) COMPLETE
47242024-08-14T22:29:01.440Z[ recovery-image] Aug 14 22:29:00.083 INFO O| Aug 14 22:29:00.083 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-14T22:29:01.448Z[ recovery-image] Aug 14 22:29:00.094 INFO O| Aug 14 22:29:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47262024-08-14T22:29:01.448Z[ recovery-image] Aug 14 22:29:00.094 INFO O| Aug 14 22:29:00.094 INFO STEP 291 (remove_files) COMPLETE
47272024-08-14T22:29:01.450Z[ recovery-image] Aug 14 22:29:00.094 INFO O| Aug 14 22:29:00.094 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-14T22:29:01.459Z[ recovery-image] Aug 14 22:29:00.104 INFO O| Aug 14 22:29:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47292024-08-14T22:29:01.459Z[ recovery-image] Aug 14 22:29:00.105 INFO O| Aug 14 22:29:00.105 INFO STEP 292 (remove_files) COMPLETE
47302024-08-14T22:29:01.461Z[ recovery-image] Aug 14 22:29:00.105 INFO O| Aug 14 22:29:00.105 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-14T22:29:01.470Z[ recovery-image] Aug 14 22:29:00.115 INFO O| Aug 14 22:29:00.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47322024-08-14T22:29:01.470Z[ recovery-image] Aug 14 22:29:00.115 INFO O| Aug 14 22:29:00.115 INFO STEP 293 (remove_files) COMPLETE
47332024-08-14T22:29:01.472Z[ recovery-image] Aug 14 22:29:00.115 INFO O| Aug 14 22:29:00.115 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-14T22:29:01.481Z[ recovery-image] Aug 14 22:29:00.126 INFO O| Aug 14 22:29:00.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47352024-08-14T22:29:01.481Z[ recovery-image] Aug 14 22:29:00.126 INFO O| Aug 14 22:29:00.126 INFO STEP 294 (remove_files) COMPLETE
47362024-08-14T22:29:01.483Z[ recovery-image] Aug 14 22:29:00.126 INFO O| Aug 14 22:29:00.126 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-14T22:29:01.491Z[ recovery-image] Aug 14 22:29:00.137 INFO O| Aug 14 22:29:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47382024-08-14T22:29:01.491Z[ recovery-image] Aug 14 22:29:00.137 INFO O| Aug 14 22:29:00.137 INFO STEP 295 (remove_files) COMPLETE
47392024-08-14T22:29:01.494Z[ recovery-image] Aug 14 22:29:00.137 INFO O| Aug 14 22:29:00.137 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-14T22:29:01.502Z[ recovery-image] Aug 14 22:29:00.148 INFO O| Aug 14 22:29:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47412024-08-14T22:29:01.502Z[ recovery-image] Aug 14 22:29:00.148 INFO O| Aug 14 22:29:00.148 INFO STEP 296 (remove_files) COMPLETE
47422024-08-14T22:29:01.505Z[ recovery-image] Aug 14 22:29:00.148 INFO O| Aug 14 22:29:00.148 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-14T22:29:01.514Z[ recovery-image] Aug 14 22:29:00.159 INFO O| Aug 14 22:29:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47442024-08-14T22:29:01.514Z[ recovery-image] Aug 14 22:29:00.160 INFO O| Aug 14 22:29:00.160 INFO STEP 297 (remove_files) COMPLETE
47452024-08-14T22:29:01.514Z[ recovery-image] Aug 14 22:29:00.160 INFO O| Aug 14 22:29:00.160 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-14T22:29:01.525Z[ recovery-image] Aug 14 22:29:00.171 INFO O| Aug 14 22:29:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47472024-08-14T22:29:01.525Z[ recovery-image] Aug 14 22:29:00.171 INFO O| Aug 14 22:29:00.171 INFO STEP 298 (remove_files) COMPLETE
47482024-08-14T22:29:01.525Z[ recovery-image] Aug 14 22:29:00.171 INFO O| Aug 14 22:29:00.171 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-14T22:29:01.537Z[ recovery-image] Aug 14 22:29:00.182 INFO O| Aug 14 22:29:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47502024-08-14T22:29:01.539Z[ recovery-image] Aug 14 22:29:00.183 INFO O| Aug 14 22:29:00.183 INFO STEP 299 (remove_files) COMPLETE
47512024-08-14T22:29:01.539Z[ recovery-image] Aug 14 22:29:00.183 INFO O| Aug 14 22:29:00.183 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-14T22:29:01.549Z[ recovery-image] Aug 14 22:29:00.195 INFO O| Aug 14 22:29:00.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47532024-08-14T22:29:01.552Z[ recovery-image] Aug 14 22:29:00.195 INFO O| Aug 14 22:29:00.195 INFO STEP 300 (remove_files) COMPLETE
47542024-08-14T22:29:01.552Z[ recovery-image] Aug 14 22:29:00.195 INFO O| Aug 14 22:29:00.195 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-14T22:29:01.561Z[ recovery-image] Aug 14 22:29:00.207 INFO O| Aug 14 22:29:00.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47562024-08-14T22:29:01.563Z[ recovery-image] Aug 14 22:29:00.207 INFO O| Aug 14 22:29:00.207 INFO STEP 301 (remove_files) COMPLETE
47572024-08-14T22:29:01.563Z[ recovery-image] Aug 14 22:29:00.207 INFO O| Aug 14 22:29:00.207 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-14T22:29:01.571Z[ recovery-image] Aug 14 22:29:00.217 INFO O| Aug 14 22:29:00.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47592024-08-14T22:29:01.574Z[ recovery-image] Aug 14 22:29:00.217 INFO O| Aug 14 22:29:00.217 INFO STEP 302 (remove_files) COMPLETE
47602024-08-14T22:29:01.574Z[ recovery-image] Aug 14 22:29:00.217 INFO O| Aug 14 22:29:00.217 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-14T22:29:01.583Z[ recovery-image] Aug 14 22:29:00.229 INFO O| Aug 14 22:29:00.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47622024-08-14T22:29:01.586Z[ recovery-image] Aug 14 22:29:00.229 INFO O| Aug 14 22:29:00.229 INFO STEP 303 (remove_files) COMPLETE
47632024-08-14T22:29:01.586Z[ recovery-image] Aug 14 22:29:00.229 INFO O| Aug 14 22:29:00.229 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-14T22:29:01.594Z[ recovery-image] Aug 14 22:29:00.239 INFO O| Aug 14 22:29:00.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47652024-08-14T22:29:01.594Z[ recovery-image] Aug 14 22:29:00.239 INFO O| Aug 14 22:29:00.239 INFO STEP 304 (remove_files) COMPLETE
47662024-08-14T22:29:01.594Z[ recovery-image] Aug 14 22:29:00.239 INFO O| Aug 14 22:29:00.239 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-14T22:29:01.605Z[ recovery-image] Aug 14 22:29:00.250 INFO O| Aug 14 22:29:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47682024-08-14T22:29:01.605Z[ recovery-image] Aug 14 22:29:00.251 INFO O| Aug 14 22:29:00.250 INFO STEP 305 (remove_files) COMPLETE
47692024-08-14T22:29:01.608Z[ recovery-image] Aug 14 22:29:00.251 INFO O| Aug 14 22:29:00.250 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-14T22:29:01.616Z[ recovery-image] Aug 14 22:29:00.262 INFO O| Aug 14 22:29:00.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47712024-08-14T22:29:01.616Z[ recovery-image] Aug 14 22:29:00.262 INFO O| Aug 14 22:29:00.262 INFO STEP 306 (remove_files) COMPLETE
47722024-08-14T22:29:01.619Z[ recovery-image] Aug 14 22:29:00.262 INFO O| Aug 14 22:29:00.262 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-14T22:29:01.627Z[ recovery-image] Aug 14 22:29:00.273 INFO O| Aug 14 22:29:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47742024-08-14T22:29:01.627Z[ recovery-image] Aug 14 22:29:00.273 INFO O| Aug 14 22:29:00.273 INFO STEP 307 (remove_files) COMPLETE
47752024-08-14T22:29:01.630Z[ recovery-image] Aug 14 22:29:00.273 INFO O| Aug 14 22:29:00.273 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-14T22:29:01.638Z[ recovery-image] Aug 14 22:29:00.284 INFO O| Aug 14 22:29:00.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47772024-08-14T22:29:01.638Z[ recovery-image] Aug 14 22:29:00.284 INFO O| Aug 14 22:29:00.284 INFO STEP 308 (remove_files) COMPLETE
47782024-08-14T22:29:01.641Z[ recovery-image] Aug 14 22:29:00.284 INFO O| Aug 14 22:29:00.284 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-14T22:29:01.648Z[ recovery-image] Aug 14 22:29:00.294 INFO O| Aug 14 22:29:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47802024-08-14T22:29:01.648Z[ recovery-image] Aug 14 22:29:00.294 INFO O| Aug 14 22:29:00.294 INFO STEP 309 (remove_files) COMPLETE
47812024-08-14T22:29:01.649Z[ recovery-image] Aug 14 22:29:00.294 INFO O| Aug 14 22:29:00.294 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-14T22:29:01.659Z[ recovery-image] Aug 14 22:29:00.304 INFO O| Aug 14 22:29:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47832024-08-14T22:29:01.659Z[ recovery-image] Aug 14 22:29:00.304 INFO O| Aug 14 22:29:00.304 INFO STEP 310 (remove_files) COMPLETE
47842024-08-14T22:29:01.661Z[ recovery-image] Aug 14 22:29:00.304 INFO O| Aug 14 22:29:00.304 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-14T22:29:01.669Z[ recovery-image] Aug 14 22:29:00.315 INFO O| Aug 14 22:29:00.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47862024-08-14T22:29:01.671Z[ recovery-image] Aug 14 22:29:00.315 INFO O| Aug 14 22:29:00.315 INFO STEP 311 (remove_files) COMPLETE
47872024-08-14T22:29:01.671Z[ recovery-image] Aug 14 22:29:00.315 INFO O| Aug 14 22:29:00.315 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-14T22:29:01.680Z[ recovery-image] Aug 14 22:29:00.325 INFO O| Aug 14 22:29:00.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47892024-08-14T22:29:01.680Z[ recovery-image] Aug 14 22:29:00.325 INFO O| Aug 14 22:29:00.325 INFO STEP 312 (remove_files) COMPLETE
47902024-08-14T22:29:01.682Z[ recovery-image] Aug 14 22:29:00.325 INFO O| Aug 14 22:29:00.325 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-14T22:29:01.690Z[ recovery-image] Aug 14 22:29:00.336 INFO O| Aug 14 22:29:00.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47922024-08-14T22:29:01.690Z[ recovery-image] Aug 14 22:29:00.336 INFO O| Aug 14 22:29:00.336 INFO STEP 313 (remove_files) COMPLETE
47932024-08-14T22:29:01.690Z[ recovery-image] Aug 14 22:29:00.336 INFO O| Aug 14 22:29:00.336 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-14T22:29:01.701Z[ recovery-image] Aug 14 22:29:00.346 INFO O| Aug 14 22:29:00.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47952024-08-14T22:29:01.701Z[ recovery-image] Aug 14 22:29:00.346 INFO O| Aug 14 22:29:00.346 INFO STEP 314 (remove_files) COMPLETE
47962024-08-14T22:29:01.701Z[ recovery-image] Aug 14 22:29:00.346 INFO O| Aug 14 22:29:00.346 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-14T22:29:01.712Z[ recovery-image] Aug 14 22:29:00.357 INFO O| Aug 14 22:29:00.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47982024-08-14T22:29:01.712Z[ recovery-image] Aug 14 22:29:00.357 INFO O| Aug 14 22:29:00.357 INFO STEP 315 (remove_files) COMPLETE
47992024-08-14T22:29:01.714Z[ recovery-image] Aug 14 22:29:00.357 INFO O| Aug 14 22:29:00.357 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-14T22:29:01.722Z[ recovery-image] Aug 14 22:29:00.368 INFO O| Aug 14 22:29:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48012024-08-14T22:29:01.722Z[ recovery-image] Aug 14 22:29:00.368 INFO O| Aug 14 22:29:00.368 INFO STEP 316 (remove_files) COMPLETE
48022024-08-14T22:29:01.722Z[ recovery-image] Aug 14 22:29:00.368 INFO O| Aug 14 22:29:00.368 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-14T22:29:01.733Z[ recovery-image] Aug 14 22:29:00.379 INFO O| Aug 14 22:29:00.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48042024-08-14T22:29:01.733Z[ recovery-image] Aug 14 22:29:00.379 INFO O| Aug 14 22:29:00.379 INFO STEP 317 (remove_files) COMPLETE
48052024-08-14T22:29:01.733Z[ recovery-image] Aug 14 22:29:00.379 INFO O| Aug 14 22:29:00.379 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-14T22:29:01.744Z[ recovery-image] Aug 14 22:29:00.390 INFO O| Aug 14 22:29:00.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48072024-08-14T22:29:01.744Z[ recovery-image] Aug 14 22:29:00.390 INFO O| Aug 14 22:29:00.390 INFO STEP 318 (remove_files) COMPLETE
48082024-08-14T22:29:01.744Z[ recovery-image] Aug 14 22:29:00.390 INFO O| Aug 14 22:29:00.390 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-14T22:29:01.755Z[ recovery-image] Aug 14 22:29:00.401 INFO O| Aug 14 22:29:00.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48102024-08-14T22:29:01.755Z[ recovery-image] Aug 14 22:29:00.401 INFO O| Aug 14 22:29:00.401 INFO STEP 319 (remove_files) COMPLETE
48112024-08-14T22:29:01.758Z[ recovery-image] Aug 14 22:29:00.401 INFO O| Aug 14 22:29:00.401 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-14T22:29:01.766Z[ recovery-image] Aug 14 22:29:00.412 INFO O| Aug 14 22:29:00.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48132024-08-14T22:29:01.766Z[ recovery-image] Aug 14 22:29:00.412 INFO O| Aug 14 22:29:00.412 INFO STEP 320 (remove_files) COMPLETE
48142024-08-14T22:29:01.766Z[ recovery-image] Aug 14 22:29:00.412 INFO O| Aug 14 22:29:00.412 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-14T22:29:01.777Z[ recovery-image] Aug 14 22:29:00.423 INFO O| Aug 14 22:29:00.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48162024-08-14T22:29:01.777Z[ recovery-image] Aug 14 22:29:00.423 INFO O| Aug 14 22:29:00.423 INFO STEP 321 (remove_files) COMPLETE
48172024-08-14T22:29:01.777Z[ recovery-image] Aug 14 22:29:00.423 INFO O| Aug 14 22:29:00.423 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-14T22:29:01.788Z[ recovery-image] Aug 14 22:29:00.433 INFO O| Aug 14 22:29:00.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48192024-08-14T22:29:01.791Z[ recovery-image] Aug 14 22:29:00.434 INFO O| Aug 14 22:29:00.433 INFO STEP 322 (remove_files) COMPLETE
48202024-08-14T22:29:01.791Z[ recovery-image] Aug 14 22:29:00.434 INFO O| Aug 14 22:29:00.433 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-14T22:29:01.799Z[ recovery-image] Aug 14 22:29:00.444 INFO O| Aug 14 22:29:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48222024-08-14T22:29:01.799Z[ recovery-image] Aug 14 22:29:00.444 INFO O| Aug 14 22:29:00.444 INFO STEP 323 (remove_files) COMPLETE
48232024-08-14T22:29:01.801Z[ recovery-image] Aug 14 22:29:00.444 INFO O| Aug 14 22:29:00.444 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-14T22:29:01.809Z[ recovery-image] Aug 14 22:29:00.455 INFO O| Aug 14 22:29:00.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48252024-08-14T22:29:01.810Z[ recovery-image] Aug 14 22:29:00.455 INFO O| Aug 14 22:29:00.455 INFO STEP 324 (remove_files) COMPLETE
48262024-08-14T22:29:01.810Z[ recovery-image] Aug 14 22:29:00.455 INFO O| Aug 14 22:29:00.455 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-14T22:29:01.820Z[ recovery-image] Aug 14 22:29:00.466 INFO O| Aug 14 22:29:00.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48282024-08-14T22:29:01.820Z[ recovery-image] Aug 14 22:29:00.466 INFO O| Aug 14 22:29:00.466 INFO STEP 325 (remove_files) COMPLETE
48292024-08-14T22:29:01.823Z[ recovery-image] Aug 14 22:29:00.466 INFO O| Aug 14 22:29:00.466 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-14T22:29:01.834Z[ recovery-image] Aug 14 22:29:00.480 INFO O| Aug 14 22:29:00.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48312024-08-14T22:29:01.834Z[ recovery-image] Aug 14 22:29:00.480 INFO O| Aug 14 22:29:00.480 INFO STEP 326 (remove_files) COMPLETE
48322024-08-14T22:29:01.837Z[ recovery-image] Aug 14 22:29:00.480 INFO O| Aug 14 22:29:00.480 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-14T22:29:01.837Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 27s
48342024-08-14T22:29:01.849Z[ recovery-image] Aug 14 22:29:00.495 INFO O| Aug 14 22:29:00.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48352024-08-14T22:29:01.849Z[ recovery-image] Aug 14 22:29:00.495 INFO O| Aug 14 22:29:00.495 INFO STEP 327 (remove_files) COMPLETE
48362024-08-14T22:29:01.849Z[ recovery-image] Aug 14 22:29:00.495 INFO O| Aug 14 22:29:00.495 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-14T22:29:01.863Z[ recovery-image] Aug 14 22:29:00.508 INFO O| Aug 14 22:29:00.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48382024-08-14T22:29:01.863Z[ recovery-image] Aug 14 22:29:00.509 INFO O| Aug 14 22:29:00.508 INFO STEP 328 (remove_files) COMPLETE
48392024-08-14T22:29:01.866Z[ recovery-image] Aug 14 22:29:00.509 INFO O| Aug 14 22:29:00.509 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-14T22:29:01.877Z[ recovery-image] Aug 14 22:29:00.523 INFO O| Aug 14 22:29:00.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48412024-08-14T22:29:01.877Z[ recovery-image] Aug 14 22:29:00.523 INFO O| Aug 14 22:29:00.523 INFO STEP 329 (remove_files) COMPLETE
48422024-08-14T22:29:01.880Z[ recovery-image] Aug 14 22:29:00.523 INFO O| Aug 14 22:29:00.523 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-14T22:29:01.888Z[ recovery-image] Aug 14 22:29:00.534 INFO O| Aug 14 22:29:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48442024-08-14T22:29:01.891Z[ recovery-image] Aug 14 22:29:00.534 INFO O| Aug 14 22:29:00.534 INFO STEP 330 (remove_files) COMPLETE
48452024-08-14T22:29:01.891Z[ recovery-image] Aug 14 22:29:00.534 INFO O| Aug 14 22:29:00.534 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-14T22:29:01.901Z[ recovery-image] Aug 14 22:29:00.546 INFO O| Aug 14 22:29:00.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48472024-08-14T22:29:01.901Z[ recovery-image] Aug 14 22:29:00.546 INFO O| Aug 14 22:29:00.546 INFO STEP 331 (remove_files) COMPLETE
48482024-08-14T22:29:01.901Z[ recovery-image] Aug 14 22:29:00.546 INFO O| Aug 14 22:29:00.546 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-14T22:29:01.911Z[ recovery-image] Aug 14 22:29:00.557 INFO O| Aug 14 22:29:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48502024-08-14T22:29:01.912Z[ recovery-image] Aug 14 22:29:00.557 INFO O| Aug 14 22:29:00.557 INFO STEP 332 (remove_files) COMPLETE
48512024-08-14T22:29:01.914Z[ recovery-image] Aug 14 22:29:00.557 INFO O| Aug 14 22:29:00.557 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-14T22:29:01.923Z[ recovery-image] Aug 14 22:29:00.569 INFO O| Aug 14 22:29:00.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48532024-08-14T22:29:01.923Z[ recovery-image] Aug 14 22:29:00.569 INFO O| Aug 14 22:29:00.569 INFO STEP 333 (remove_files) COMPLETE
48542024-08-14T22:29:01.926Z[ recovery-image] Aug 14 22:29:00.569 INFO O| Aug 14 22:29:00.569 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-14T22:29:01.934Z[ recovery-image] Aug 14 22:29:00.580 INFO O| Aug 14 22:29:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48562024-08-14T22:29:01.937Z[ recovery-image] Aug 14 22:29:00.580 INFO O| Aug 14 22:29:00.580 INFO STEP 334 (remove_files) COMPLETE
48572024-08-14T22:29:01.937Z[ recovery-image] Aug 14 22:29:00.580 INFO O| Aug 14 22:29:00.580 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-14T22:29:01.946Z[ recovery-image] Aug 14 22:29:00.592 INFO O| Aug 14 22:29:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48592024-08-14T22:29:01.946Z[ recovery-image] Aug 14 22:29:00.592 INFO O| Aug 14 22:29:00.592 INFO STEP 335 (remove_files) COMPLETE
48602024-08-14T22:29:01.949Z[ recovery-image] Aug 14 22:29:00.592 INFO O| Aug 14 22:29:00.592 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-14T22:29:01.958Z[ recovery-image] Aug 14 22:29:00.604 INFO O| Aug 14 22:29:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48622024-08-14T22:29:01.958Z[ recovery-image] Aug 14 22:29:00.604 INFO O| Aug 14 22:29:00.604 INFO STEP 336 (remove_files) COMPLETE
48632024-08-14T22:29:01.961Z[ recovery-image] Aug 14 22:29:00.604 INFO O| Aug 14 22:29:00.604 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-14T22:29:01.971Z[ recovery-image] Aug 14 22:29:00.616 INFO O| Aug 14 22:29:00.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48652024-08-14T22:29:01.971Z[ recovery-image] Aug 14 22:29:00.616 INFO O| Aug 14 22:29:00.616 INFO STEP 337 (remove_files) COMPLETE
48662024-08-14T22:29:01.973Z[ recovery-image] Aug 14 22:29:00.616 INFO O| Aug 14 22:29:00.616 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-14T22:29:01.985Z[ recovery-image] Aug 14 22:29:00.630 INFO O| Aug 14 22:29:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48682024-08-14T22:29:01.985Z[ recovery-image] Aug 14 22:29:00.630 INFO O| Aug 14 22:29:00.630 INFO STEP 338 (remove_files) COMPLETE
48692024-08-14T22:29:01.985Z[ recovery-image] Aug 14 22:29:00.630 INFO O| Aug 14 22:29:00.630 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-14T22:29:01.996Z[ recovery-image] Aug 14 22:29:00.642 INFO O| Aug 14 22:29:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48712024-08-14T22:29:01.996Z[ recovery-image] Aug 14 22:29:00.642 INFO O| Aug 14 22:29:00.642 INFO STEP 339 (remove_files) COMPLETE
48722024-08-14T22:29:01.999Z[ recovery-image] Aug 14 22:29:00.642 INFO O| Aug 14 22:29:00.642 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-14T22:29:02.009Z[ recovery-image] Aug 14 22:29:00.655 INFO O| Aug 14 22:29:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48742024-08-14T22:29:02.012Z[ recovery-image] Aug 14 22:29:00.655 INFO O| Aug 14 22:29:00.655 INFO STEP 340 (remove_files) COMPLETE
48752024-08-14T22:29:02.012Z[ recovery-image] Aug 14 22:29:00.655 INFO O| Aug 14 22:29:00.655 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-14T22:29:02.021Z[ recovery-image] Aug 14 22:29:00.666 INFO O| Aug 14 22:29:00.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48772024-08-14T22:29:02.021Z[ recovery-image] Aug 14 22:29:00.666 INFO O| Aug 14 22:29:00.666 INFO STEP 341 (remove_files) COMPLETE
48782024-08-14T22:29:02.023Z[ recovery-image] Aug 14 22:29:00.667 INFO O| Aug 14 22:29:00.666 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-14T22:29:02.032Z[ recovery-image] Aug 14 22:29:00.677 INFO O| Aug 14 22:29:00.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48802024-08-14T22:29:02.032Z[ recovery-image] Aug 14 22:29:00.677 INFO O| Aug 14 22:29:00.677 INFO STEP 342 (remove_files) COMPLETE
48812024-08-14T22:29:02.032Z[ recovery-image] Aug 14 22:29:00.677 INFO O| Aug 14 22:29:00.677 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-14T22:29:02.042Z[ recovery-image] Aug 14 22:29:00.688 INFO O| Aug 14 22:29:00.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48832024-08-14T22:29:02.042Z[ recovery-image] Aug 14 22:29:00.688 INFO O| Aug 14 22:29:00.688 INFO STEP 343 (remove_files) COMPLETE
48842024-08-14T22:29:02.045Z[ recovery-image] Aug 14 22:29:00.688 INFO O| Aug 14 22:29:00.688 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-14T22:29:02.053Z[ recovery-image] Aug 14 22:29:00.698 INFO O| Aug 14 22:29:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48862024-08-14T22:29:02.053Z[ recovery-image] Aug 14 22:29:00.698 INFO O| Aug 14 22:29:00.698 INFO STEP 344 (remove_files) COMPLETE
48872024-08-14T22:29:02.055Z[ recovery-image] Aug 14 22:29:00.698 INFO O| Aug 14 22:29:00.698 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-14T22:29:02.062Z[ recovery-image] Aug 14 22:29:00.708 INFO O| Aug 14 22:29:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48892024-08-14T22:29:02.062Z[ recovery-image] Aug 14 22:29:00.708 INFO O| Aug 14 22:29:00.708 INFO STEP 345 (remove_files) COMPLETE
48902024-08-14T22:29:02.065Z[ recovery-image] Aug 14 22:29:00.708 INFO O| Aug 14 22:29:00.708 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-14T22:29:02.073Z[ recovery-image] Aug 14 22:29:00.718 INFO O| Aug 14 22:29:00.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48922024-08-14T22:29:02.073Z[ recovery-image] Aug 14 22:29:00.718 INFO O| Aug 14 22:29:00.718 INFO STEP 346 (remove_files) COMPLETE
48932024-08-14T22:29:02.075Z[ recovery-image] Aug 14 22:29:00.718 INFO O| Aug 14 22:29:00.718 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-14T22:29:02.083Z[ recovery-image] Aug 14 22:29:00.729 INFO O| Aug 14 22:29:00.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48952024-08-14T22:29:02.083Z[ recovery-image] Aug 14 22:29:00.729 INFO O| Aug 14 22:29:00.729 INFO STEP 347 (remove_files) COMPLETE
48962024-08-14T22:29:02.083Z[ recovery-image] Aug 14 22:29:00.729 INFO O| Aug 14 22:29:00.729 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-08-14T22:29:02.093Z[ recovery-image] Aug 14 22:29:00.739 INFO O| Aug 14 22:29:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48982024-08-14T22:29:02.093Z[ recovery-image] Aug 14 22:29:00.739 INFO O| Aug 14 22:29:00.739 INFO STEP 348 (remove_files) COMPLETE
48992024-08-14T22:29:02.096Z[ recovery-image] Aug 14 22:29:00.739 INFO O| Aug 14 22:29:00.739 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-08-14T22:29:02.103Z[ recovery-image] Aug 14 22:29:00.749 INFO O| Aug 14 22:29:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49012024-08-14T22:29:02.106Z[ recovery-image] Aug 14 22:29:00.749 INFO O| Aug 14 22:29:00.749 INFO STEP 349 (remove_files) COMPLETE
49022024-08-14T22:29:02.106Z[ recovery-image] Aug 14 22:29:00.749 INFO O| Aug 14 22:29:00.749 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-08-14T22:29:02.113Z[ recovery-image] Aug 14 22:29:00.759 INFO O| Aug 14 22:29:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49042024-08-14T22:29:02.113Z[ recovery-image] Aug 14 22:29:00.759 INFO O| Aug 14 22:29:00.759 INFO STEP 350 (remove_files) COMPLETE
49052024-08-14T22:29:02.113Z[ recovery-image] Aug 14 22:29:00.759 INFO O| Aug 14 22:29:00.759 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-08-14T22:29:02.123Z[ recovery-image] Aug 14 22:29:00.769 INFO O| Aug 14 22:29:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49072024-08-14T22:29:02.125Z[ recovery-image] Aug 14 22:29:00.769 INFO O| Aug 14 22:29:00.769 INFO STEP 351 (remove_files) COMPLETE
49082024-08-14T22:29:02.125Z[ recovery-image] Aug 14 22:29:00.769 INFO O| Aug 14 22:29:00.769 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-08-14T22:29:02.128ZAug 14 22:29:00.774 INFO [verify-libraries] process exited with exit status: 0 (276.105762131s)
49102024-08-14T22:29:02.133Z[ recovery-image] Aug 14 22:29:00.779 INFO O| Aug 14 22:29:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49112024-08-14T22:29:02.136Z[ recovery-image] Aug 14 22:29:00.779 INFO O| Aug 14 22:29:00.779 INFO STEP 352 (remove_files) COMPLETE
49122024-08-14T22:29:02.136Z[ recovery-image] Aug 14 22:29:00.779 INFO O| Aug 14 22:29:00.779 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-14T22:29:02.143Z[ recovery-image] Aug 14 22:29:00.788 INFO O| Aug 14 22:29:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49142024-08-14T22:29:02.145Z[ recovery-image] Aug 14 22:29:00.789 INFO O| Aug 14 22:29:00.789 INFO STEP 353 (remove_files) COMPLETE
49152024-08-14T22:29:02.145Z[ recovery-image] Aug 14 22:29:00.789 INFO O| Aug 14 22:29:00.789 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-14T22:29:02.154Z[ recovery-image] Aug 14 22:29:00.799 INFO O| Aug 14 22:29:00.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49172024-08-14T22:29:02.154Z[ recovery-image] Aug 14 22:29:00.799 INFO O| Aug 14 22:29:00.799 INFO STEP 354 (remove_files) COMPLETE
49182024-08-14T22:29:02.156Z[ recovery-image] Aug 14 22:29:00.799 INFO O| Aug 14 22:29:00.799 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-14T22:29:02.163Z[ recovery-image] Aug 14 22:29:00.809 INFO O| Aug 14 22:29:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49202024-08-14T22:29:02.164Z[ recovery-image] Aug 14 22:29:00.809 INFO O| Aug 14 22:29:00.809 INFO STEP 355 (remove_files) COMPLETE
49212024-08-14T22:29:02.166Z[ recovery-image] Aug 14 22:29:00.809 INFO O| Aug 14 22:29:00.809 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-14T22:29:02.174Z[ recovery-image] Aug 14 22:29:00.820 INFO O| Aug 14 22:29:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49232024-08-14T22:29:02.174Z[ recovery-image] Aug 14 22:29:00.820 INFO O| Aug 14 22:29:00.820 INFO STEP 356 (remove_files) COMPLETE
49242024-08-14T22:29:02.174Z[ recovery-image] Aug 14 22:29:00.820 INFO O| Aug 14 22:29:00.820 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-14T22:29:02.184Z[ recovery-image] Aug 14 22:29:00.830 INFO O| Aug 14 22:29:00.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49262024-08-14T22:29:02.184Z[ recovery-image] Aug 14 22:29:00.830 INFO O| Aug 14 22:29:00.830 INFO STEP 357 (remove_files) COMPLETE
49272024-08-14T22:29:02.187Z[ recovery-image] Aug 14 22:29:00.830 INFO O| Aug 14 22:29:00.830 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-14T22:29:02.195Z[ recovery-image] Aug 14 22:29:00.840 INFO O| Aug 14 22:29:00.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49292024-08-14T22:29:02.195Z[ recovery-image] Aug 14 22:29:00.840 INFO O| Aug 14 22:29:00.840 INFO STEP 358 (remove_files) COMPLETE
49302024-08-14T22:29:02.195Z[ recovery-image] Aug 14 22:29:00.840 INFO O| Aug 14 22:29:00.840 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-14T22:29:02.205Z[ recovery-image] Aug 14 22:29:00.850 INFO O| Aug 14 22:29:00.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49322024-08-14T22:29:02.205Z[ recovery-image] Aug 14 22:29:00.850 INFO O| Aug 14 22:29:00.850 INFO STEP 359 (remove_files) COMPLETE
49332024-08-14T22:29:02.205Z[ recovery-image] Aug 14 22:29:00.850 INFO O| Aug 14 22:29:00.850 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-14T22:29:02.215Z[ recovery-image] Aug 14 22:29:00.861 INFO O| Aug 14 22:29:00.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49352024-08-14T22:29:02.215Z[ recovery-image] Aug 14 22:29:00.861 INFO O| Aug 14 22:29:00.861 INFO STEP 360 (remove_files) COMPLETE
49362024-08-14T22:29:02.218Z[ recovery-image] Aug 14 22:29:00.861 INFO O| Aug 14 22:29:00.861 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-14T22:29:02.225Z[ recovery-image] Aug 14 22:29:00.870 INFO O| Aug 14 22:29:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49382024-08-14T22:29:02.225Z[ recovery-image] Aug 14 22:29:00.870 INFO O| Aug 14 22:29:00.870 INFO STEP 361 (remove_files) COMPLETE
49392024-08-14T22:29:02.227Z[ recovery-image] Aug 14 22:29:00.870 INFO O| Aug 14 22:29:00.870 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-14T22:29:02.235Z[ recovery-image] Aug 14 22:29:00.880 INFO O| Aug 14 22:29:00.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49412024-08-14T22:29:02.237Z[ recovery-image] Aug 14 22:29:00.880 INFO O| Aug 14 22:29:00.880 INFO STEP 362 (remove_files) COMPLETE
49422024-08-14T22:29:02.237Z[ recovery-image] Aug 14 22:29:00.880 INFO O| Aug 14 22:29:00.880 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-14T22:29:02.245Z[ recovery-image] Aug 14 22:29:00.891 INFO O| Aug 14 22:29:00.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49442024-08-14T22:29:02.245Z[ recovery-image] Aug 14 22:29:00.891 INFO O| Aug 14 22:29:00.891 INFO STEP 363 (remove_files) COMPLETE
49452024-08-14T22:29:02.248Z[ recovery-image] Aug 14 22:29:00.891 INFO O| Aug 14 22:29:00.891 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-14T22:29:02.256Z[ recovery-image] Aug 14 22:29:00.900 INFO O| Aug 14 22:29:00.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49472024-08-14T22:29:02.256Z[ recovery-image] Aug 14 22:29:00.901 INFO O| Aug 14 22:29:00.900 INFO STEP 364 (remove_files) COMPLETE
49482024-08-14T22:29:02.256Z[ recovery-image] Aug 14 22:29:00.901 INFO O| Aug 14 22:29:00.901 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-14T22:29:02.265Z[ recovery-image] Aug 14 22:29:00.910 INFO O| Aug 14 22:29:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49502024-08-14T22:29:02.268Z[ recovery-image] Aug 14 22:29:00.910 INFO O| Aug 14 22:29:00.910 INFO STEP 365 (remove_files) COMPLETE
49512024-08-14T22:29:02.268Z[ recovery-image] Aug 14 22:29:00.911 INFO O| Aug 14 22:29:00.910 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-14T22:29:02.275Z[ recovery-image] Aug 14 22:29:00.920 INFO O| Aug 14 22:29:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49532024-08-14T22:29:02.277Z[ recovery-image] Aug 14 22:29:00.920 INFO O| Aug 14 22:29:00.920 INFO STEP 366 (remove_files) COMPLETE
49542024-08-14T22:29:02.277Z[ recovery-image] Aug 14 22:29:00.920 INFO O| Aug 14 22:29:00.920 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-14T22:29:02.285Z[ recovery-image] Aug 14 22:29:00.930 INFO O| Aug 14 22:29:00.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49562024-08-14T22:29:02.285Z[ recovery-image] Aug 14 22:29:00.931 INFO O| Aug 14 22:29:00.930 INFO STEP 367 (remove_files) COMPLETE
49572024-08-14T22:29:02.285Z[ recovery-image] Aug 14 22:29:00.931 INFO O| Aug 14 22:29:00.931 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-14T22:29:02.295Z[ recovery-image] Aug 14 22:29:00.940 INFO O| Aug 14 22:29:00.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49592024-08-14T22:29:02.295Z[ recovery-image] Aug 14 22:29:00.941 INFO O| Aug 14 22:29:00.941 INFO STEP 368 (remove_files) COMPLETE
49602024-08-14T22:29:02.298Z[ recovery-image] Aug 14 22:29:00.941 INFO O| Aug 14 22:29:00.941 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-14T22:29:02.308Z[ recovery-image] Aug 14 22:29:00.950 INFO O| Aug 14 22:29:00.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49622024-08-14T22:29:02.308Z[ recovery-image] Aug 14 22:29:00.950 INFO O| Aug 14 22:29:00.950 INFO STEP 369 (remove_files) COMPLETE
49632024-08-14T22:29:02.308Z[ recovery-image] Aug 14 22:29:00.950 INFO O| Aug 14 22:29:00.950 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-14T22:29:02.314Z[ recovery-image] Aug 14 22:29:00.960 INFO O| Aug 14 22:29:00.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49652024-08-14T22:29:02.314Z[ recovery-image] Aug 14 22:29:00.960 INFO O| Aug 14 22:29:00.960 INFO STEP 370 (remove_files) COMPLETE
49662024-08-14T22:29:02.317Z[ recovery-image] Aug 14 22:29:00.960 INFO O| Aug 14 22:29:00.960 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-14T22:29:02.325Z[ recovery-image] Aug 14 22:29:00.970 INFO O| Aug 14 22:29:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49682024-08-14T22:29:02.325Z[ recovery-image] Aug 14 22:29:00.970 INFO O| Aug 14 22:29:00.970 INFO STEP 371 (remove_files) COMPLETE
49692024-08-14T22:29:02.327Z[ recovery-image] Aug 14 22:29:00.970 INFO O| Aug 14 22:29:00.970 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-14T22:29:02.335Z[ recovery-image] Aug 14 22:29:00.981 INFO O| Aug 14 22:29:00.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49712024-08-14T22:29:02.338Z[ recovery-image] Aug 14 22:29:00.981 INFO O| Aug 14 22:29:00.981 INFO STEP 372 (remove_files) COMPLETE
49722024-08-14T22:29:02.338Z[ recovery-image] Aug 14 22:29:00.981 INFO O| Aug 14 22:29:00.981 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-14T22:29:02.346Z[ recovery-image] Aug 14 22:29:00.992 INFO O| Aug 14 22:29:00.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49742024-08-14T22:29:02.349Z[ recovery-image] Aug 14 22:29:00.992 INFO O| Aug 14 22:29:00.992 INFO STEP 373 (remove_files) COMPLETE
49752024-08-14T22:29:02.349Z[ recovery-image] Aug 14 22:29:00.992 INFO O| Aug 14 22:29:00.992 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-14T22:29:02.358Z[ recovery-image] Aug 14 22:29:01.003 INFO O| Aug 14 22:29:01.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49772024-08-14T22:29:02.358Z[ recovery-image] Aug 14 22:29:01.003 INFO O| Aug 14 22:29:01.003 INFO STEP 374 (remove_files) COMPLETE
49782024-08-14T22:29:02.361Z[ recovery-image] Aug 14 22:29:01.003 INFO O| Aug 14 22:29:01.003 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-14T22:29:02.369Z[ recovery-image] Aug 14 22:29:01.014 INFO O| Aug 14 22:29:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49802024-08-14T22:29:02.369Z[ recovery-image] Aug 14 22:29:01.014 INFO O| Aug 14 22:29:01.014 INFO STEP 375 (remove_files) COMPLETE
49812024-08-14T22:29:02.371Z[ recovery-image] Aug 14 22:29:01.014 INFO O| Aug 14 22:29:01.014 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-14T22:29:02.379Z[ recovery-image] Aug 14 22:29:01.024 INFO O| Aug 14 22:29:01.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49832024-08-14T22:29:02.379Z[ recovery-image] Aug 14 22:29:01.024 INFO O| Aug 14 22:29:01.024 INFO STEP 376 (remove_files) COMPLETE
49842024-08-14T22:29:02.379Z[ recovery-image] Aug 14 22:29:01.024 INFO O| Aug 14 22:29:01.024 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-14T22:29:02.389Z[ recovery-image] Aug 14 22:29:01.034 INFO O| Aug 14 22:29:01.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49862024-08-14T22:29:02.389Z[ recovery-image] Aug 14 22:29:01.034 INFO O| Aug 14 22:29:01.034 INFO STEP 377 (remove_files) COMPLETE
49872024-08-14T22:29:02.389Z[ recovery-image] Aug 14 22:29:01.035 INFO O| Aug 14 22:29:01.034 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-14T22:29:02.399Z[ recovery-image] Aug 14 22:29:01.044 INFO O| Aug 14 22:29:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49892024-08-14T22:29:02.399Z[ recovery-image] Aug 14 22:29:01.044 INFO O| Aug 14 22:29:01.044 INFO STEP 378 (remove_files) COMPLETE
49902024-08-14T22:29:02.399Z[ recovery-image] Aug 14 22:29:01.045 INFO O| Aug 14 22:29:01.044 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-14T22:29:02.409Z[ recovery-image] Aug 14 22:29:01.054 INFO O| Aug 14 22:29:01.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49922024-08-14T22:29:02.409Z[ recovery-image] Aug 14 22:29:01.054 INFO O| Aug 14 22:29:01.054 INFO STEP 379 (remove_files) COMPLETE
49932024-08-14T22:29:02.412Z[ recovery-image] Aug 14 22:29:01.054 INFO O| Aug 14 22:29:01.054 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-14T22:29:02.419Z[ recovery-image] Aug 14 22:29:01.064 INFO O| Aug 14 22:29:01.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49952024-08-14T22:29:02.419Z[ recovery-image] Aug 14 22:29:01.064 INFO O| Aug 14 22:29:01.064 INFO STEP 380 (remove_files) COMPLETE
49962024-08-14T22:29:02.419Z[ recovery-image] Aug 14 22:29:01.064 INFO O| Aug 14 22:29:01.064 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-14T22:29:02.429Z[ recovery-image] Aug 14 22:29:01.074 INFO O| Aug 14 22:29:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49982024-08-14T22:29:02.429Z[ recovery-image] Aug 14 22:29:01.074 INFO O| Aug 14 22:29:01.074 INFO STEP 381 (remove_files) COMPLETE
49992024-08-14T22:29:02.432Z[ recovery-image] Aug 14 22:29:01.075 INFO O| Aug 14 22:29:01.074 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-14T22:29:02.439Z[ recovery-image] Aug 14 22:29:01.085 INFO O| Aug 14 22:29:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50012024-08-14T22:29:02.439Z[ recovery-image] Aug 14 22:29:01.085 INFO O| Aug 14 22:29:01.085 INFO STEP 382 (remove_files) COMPLETE
50022024-08-14T22:29:02.439Z[ recovery-image] Aug 14 22:29:01.085 INFO O| Aug 14 22:29:01.085 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-14T22:29:02.450Z[ recovery-image] Aug 14 22:29:01.095 INFO O| Aug 14 22:29:01.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50042024-08-14T22:29:02.450Z[ recovery-image] Aug 14 22:29:01.095 INFO O| Aug 14 22:29:01.095 INFO STEP 383 (remove_files) COMPLETE
50052024-08-14T22:29:02.450Z[ recovery-image] Aug 14 22:29:01.095 INFO O| Aug 14 22:29:01.095 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-14T22:29:02.460Z[ recovery-image] Aug 14 22:29:01.106 INFO O| Aug 14 22:29:01.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50072024-08-14T22:29:02.460Z[ recovery-image] Aug 14 22:29:01.106 INFO O| Aug 14 22:29:01.106 INFO STEP 384 (remove_files) COMPLETE
50082024-08-14T22:29:02.463Z[ recovery-image] Aug 14 22:29:01.106 INFO O| Aug 14 22:29:01.106 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-14T22:29:02.471Z[ recovery-image] Aug 14 22:29:01.116 INFO O| Aug 14 22:29:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50102024-08-14T22:29:02.471Z[ recovery-image] Aug 14 22:29:01.116 INFO O| Aug 14 22:29:01.116 INFO STEP 385 (remove_files) COMPLETE
50112024-08-14T22:29:02.473Z[ recovery-image] Aug 14 22:29:01.116 INFO O| Aug 14 22:29:01.116 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-14T22:29:02.481Z[ recovery-image] Aug 14 22:29:01.126 INFO O| Aug 14 22:29:01.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50132024-08-14T22:29:02.481Z[ recovery-image] Aug 14 22:29:01.126 INFO O| Aug 14 22:29:01.126 INFO STEP 386 (remove_files) COMPLETE
50142024-08-14T22:29:02.483Z[ recovery-image] Aug 14 22:29:01.126 INFO O| Aug 14 22:29:01.126 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-14T22:29:02.490Z[ recovery-image] Aug 14 22:29:01.136 INFO O| Aug 14 22:29:01.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50162024-08-14T22:29:02.490Z[ recovery-image] Aug 14 22:29:01.136 INFO O| Aug 14 22:29:01.136 INFO STEP 387 (remove_files) COMPLETE
50172024-08-14T22:29:02.490Z[ recovery-image] Aug 14 22:29:01.136 INFO O| Aug 14 22:29:01.136 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-14T22:29:02.500Z[ recovery-image] Aug 14 22:29:01.146 INFO O| Aug 14 22:29:01.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50192024-08-14T22:29:02.503Z[ recovery-image] Aug 14 22:29:01.146 INFO O| Aug 14 22:29:01.146 INFO STEP 388 (remove_files) COMPLETE
50202024-08-14T22:29:02.503Z[ recovery-image] Aug 14 22:29:01.146 INFO O| Aug 14 22:29:01.146 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-14T22:29:02.510Z[ recovery-image] Aug 14 22:29:01.155 INFO O| Aug 14 22:29:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50222024-08-14T22:29:02.510Z[ recovery-image] Aug 14 22:29:01.155 INFO O| Aug 14 22:29:01.155 INFO STEP 389 (remove_files) COMPLETE
50232024-08-14T22:29:02.512Z[ recovery-image] Aug 14 22:29:01.155 INFO O| Aug 14 22:29:01.155 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-14T22:29:02.519Z[ recovery-image] Aug 14 22:29:01.165 INFO O| Aug 14 22:29:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50252024-08-14T22:29:02.519Z[ recovery-image] Aug 14 22:29:01.165 INFO O| Aug 14 22:29:01.165 INFO STEP 390 (remove_files) COMPLETE
50262024-08-14T22:29:02.522Z[ recovery-image] Aug 14 22:29:01.165 INFO O| Aug 14 22:29:01.165 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-14T22:29:02.528Z[ recovery-image] Aug 14 22:29:01.174 INFO O| Aug 14 22:29:01.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50282024-08-14T22:29:02.531Z[ recovery-image] Aug 14 22:29:01.174 INFO O| Aug 14 22:29:01.174 INFO STEP 391 (remove_files) COMPLETE
50292024-08-14T22:29:02.531Z[ recovery-image] Aug 14 22:29:01.174 INFO O| Aug 14 22:29:01.174 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-14T22:29:02.538Z[ recovery-image] Aug 14 22:29:01.183 INFO O| Aug 14 22:29:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50312024-08-14T22:29:02.538Z[ recovery-image] Aug 14 22:29:01.183 INFO O| Aug 14 22:29:01.183 INFO STEP 392 (remove_files) COMPLETE
50322024-08-14T22:29:02.540Z[ recovery-image] Aug 14 22:29:01.183 INFO O| Aug 14 22:29:01.183 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-14T22:29:02.547Z[ recovery-image] Aug 14 22:29:01.193 INFO O| Aug 14 22:29:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50342024-08-14T22:29:02.550Z[ recovery-image] Aug 14 22:29:01.193 INFO O| Aug 14 22:29:01.193 INFO STEP 393 (remove_files) COMPLETE
50352024-08-14T22:29:02.550Z[ recovery-image] Aug 14 22:29:01.193 INFO O| Aug 14 22:29:01.193 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-14T22:29:02.557Z[ recovery-image] Aug 14 22:29:01.203 INFO O| Aug 14 22:29:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50372024-08-14T22:29:02.557Z[ recovery-image] Aug 14 22:29:01.203 INFO O| Aug 14 22:29:01.203 INFO STEP 394 (remove_files) COMPLETE
50382024-08-14T22:29:02.557Z[ recovery-image] Aug 14 22:29:01.203 INFO O| Aug 14 22:29:01.203 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-14T22:29:02.567Z[ recovery-image] Aug 14 22:29:01.212 INFO O| Aug 14 22:29:01.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50402024-08-14T22:29:02.567Z[ recovery-image] Aug 14 22:29:01.212 INFO O| Aug 14 22:29:01.212 INFO STEP 395 (remove_files) COMPLETE
50412024-08-14T22:29:02.567Z[ recovery-image] Aug 14 22:29:01.212 INFO O| Aug 14 22:29:01.212 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-14T22:29:02.579Z[ recovery-image] Aug 14 22:29:01.224 INFO O| Aug 14 22:29:01.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50432024-08-14T22:29:02.579Z[ recovery-image] Aug 14 22:29:01.224 INFO O| Aug 14 22:29:01.224 INFO STEP 396 (remove_files) COMPLETE
50442024-08-14T22:29:02.579Z[ recovery-image] Aug 14 22:29:01.224 INFO O| Aug 14 22:29:01.224 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-14T22:29:02.601Z[ recovery-image] Aug 14 22:29:01.246 INFO O| Aug 14 22:29:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50462024-08-14T22:29:02.604Z[ recovery-image] Aug 14 22:29:01.247 INFO O| Aug 14 22:29:01.247 INFO STEP 397 (remove_files) COMPLETE
50472024-08-14T22:29:02.604Z[ recovery-image] Aug 14 22:29:01.247 INFO O| Aug 14 22:29:01.247 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-14T22:29:02.620Z[ recovery-image] Aug 14 22:29:01.265 INFO O| Aug 14 22:29:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50492024-08-14T22:29:02.620Z[ recovery-image] Aug 14 22:29:01.266 INFO O| Aug 14 22:29:01.265 INFO STEP 398 (remove_files) COMPLETE
50502024-08-14T22:29:02.620Z[ recovery-image] Aug 14 22:29:01.266 INFO O| Aug 14 22:29:01.265 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-14T22:29:02.639Z[ recovery-image] Aug 14 22:29:01.284 INFO O| Aug 14 22:29:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50522024-08-14T22:29:02.639Z[ recovery-image] Aug 14 22:29:01.284 INFO O| Aug 14 22:29:01.284 INFO STEP 399 (remove_files) COMPLETE
50532024-08-14T22:29:02.641Z[ recovery-image] Aug 14 22:29:01.285 INFO O| Aug 14 22:29:01.284 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-14T22:29:02.658Z[ recovery-image] Aug 14 22:29:01.303 INFO O| Aug 14 22:29:01.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50552024-08-14T22:29:02.658Z[ recovery-image] Aug 14 22:29:01.303 INFO O| Aug 14 22:29:01.303 INFO STEP 400 (remove_files) COMPLETE
50562024-08-14T22:29:02.658Z[ recovery-image] Aug 14 22:29:01.303 INFO O| Aug 14 22:29:01.303 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-14T22:29:02.672Z[ recovery-image] Aug 14 22:29:01.318 INFO O| Aug 14 22:29:01.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50582024-08-14T22:29:02.672Z[ recovery-image] Aug 14 22:29:01.318 INFO O| Aug 14 22:29:01.318 INFO STEP 401 (remove_files) COMPLETE
50592024-08-14T22:29:02.672Z[ recovery-image] Aug 14 22:29:01.318 INFO O| Aug 14 22:29:01.318 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-14T22:29:02.686Z[ recovery-image] Aug 14 22:29:01.331 INFO O| Aug 14 22:29:01.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50612024-08-14T22:29:02.686Z[ recovery-image] Aug 14 22:29:01.332 INFO O| Aug 14 22:29:01.331 INFO STEP 402 (remove_files) COMPLETE
50622024-08-14T22:29:02.686Z[ recovery-image] Aug 14 22:29:01.332 INFO O| Aug 14 22:29:01.332 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-14T22:29:02.699Z[ recovery-image] Aug 14 22:29:01.344 INFO O| Aug 14 22:29:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50642024-08-14T22:29:02.699Z[ recovery-image] Aug 14 22:29:01.344 INFO O| Aug 14 22:29:01.344 INFO STEP 403 (remove_files) COMPLETE
50652024-08-14T22:29:02.699Z[ recovery-image] Aug 14 22:29:01.344 INFO O| Aug 14 22:29:01.344 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-14T22:29:02.710Z[ recovery-image] Aug 14 22:29:01.356 INFO O| Aug 14 22:29:01.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50672024-08-14T22:29:02.710Z[ recovery-image] Aug 14 22:29:01.356 INFO O| Aug 14 22:29:01.356 INFO STEP 404 (remove_files) COMPLETE
50682024-08-14T22:29:02.711Z[ recovery-image] Aug 14 22:29:01.356 INFO O| Aug 14 22:29:01.356 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-14T22:29:02.722Z[ recovery-image] Aug 14 22:29:01.368 INFO O| Aug 14 22:29:01.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50702024-08-14T22:29:02.725Z[ recovery-image] Aug 14 22:29:01.368 INFO O| Aug 14 22:29:01.368 INFO STEP 405 (remove_files) COMPLETE
50712024-08-14T22:29:02.725Z[ recovery-image] Aug 14 22:29:01.368 INFO O| Aug 14 22:29:01.368 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-14T22:29:02.735Z[ recovery-image] Aug 14 22:29:01.381 INFO O| Aug 14 22:29:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50732024-08-14T22:29:02.735Z[ recovery-image] Aug 14 22:29:01.381 INFO O| Aug 14 22:29:01.381 INFO STEP 406 (remove_files) COMPLETE
50742024-08-14T22:29:02.735Z[ recovery-image] Aug 14 22:29:01.381 INFO O| Aug 14 22:29:01.381 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-14T22:29:02.747Z[ recovery-image] Aug 14 22:29:01.392 INFO O| Aug 14 22:29:01.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50762024-08-14T22:29:02.747Z[ recovery-image] Aug 14 22:29:01.392 INFO O| Aug 14 22:29:01.392 INFO STEP 407 (remove_files) COMPLETE
50772024-08-14T22:29:02.749Z[ recovery-image] Aug 14 22:29:01.392 INFO O| Aug 14 22:29:01.392 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-14T22:29:02.757Z[ recovery-image] Aug 14 22:29:01.403 INFO O| Aug 14 22:29:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50792024-08-14T22:29:02.757Z[ recovery-image] Aug 14 22:29:01.403 INFO O| Aug 14 22:29:01.403 INFO STEP 408 (remove_files) COMPLETE
50802024-08-14T22:29:02.760Z[ recovery-image] Aug 14 22:29:01.403 INFO O| Aug 14 22:29:01.403 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-14T22:29:02.768Z[ recovery-image] Aug 14 22:29:01.414 INFO O| Aug 14 22:29:01.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50822024-08-14T22:29:02.771Z[ recovery-image] Aug 14 22:29:01.414 INFO O| Aug 14 22:29:01.414 INFO STEP 409 (remove_files) COMPLETE
50832024-08-14T22:29:02.771Z[ recovery-image] Aug 14 22:29:01.414 INFO O| Aug 14 22:29:01.414 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-14T22:29:02.780Z[ recovery-image] Aug 14 22:29:01.425 INFO O| Aug 14 22:29:01.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50852024-08-14T22:29:02.780Z[ recovery-image] Aug 14 22:29:01.425 INFO O| Aug 14 22:29:01.425 INFO STEP 410 (remove_files) COMPLETE
50862024-08-14T22:29:02.782Z[ recovery-image] Aug 14 22:29:01.425 INFO O| Aug 14 22:29:01.425 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-14T22:29:02.790Z[ recovery-image] Aug 14 22:29:01.436 INFO O| Aug 14 22:29:01.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50882024-08-14T22:29:02.790Z[ recovery-image] Aug 14 22:29:01.436 INFO O| Aug 14 22:29:01.436 INFO STEP 411 (remove_files) COMPLETE
50892024-08-14T22:29:02.790Z[ recovery-image] Aug 14 22:29:01.436 INFO O| Aug 14 22:29:01.436 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-14T22:29:02.800Z[ recovery-image] Aug 14 22:29:01.446 INFO O| Aug 14 22:29:01.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50912024-08-14T22:29:02.800Z[ recovery-image] Aug 14 22:29:01.446 INFO O| Aug 14 22:29:01.446 INFO STEP 412 (remove_files) COMPLETE
50922024-08-14T22:29:02.803Z[ recovery-image] Aug 14 22:29:01.446 INFO O| Aug 14 22:29:01.446 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-14T22:29:02.810Z[ recovery-image] Aug 14 22:29:01.456 INFO O| Aug 14 22:29:01.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50942024-08-14T22:29:02.810Z[ recovery-image] Aug 14 22:29:01.456 INFO O| Aug 14 22:29:01.456 INFO STEP 413 (remove_files) COMPLETE
50952024-08-14T22:29:02.813Z[ recovery-image] Aug 14 22:29:01.456 INFO O| Aug 14 22:29:01.456 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-14T22:29:02.820Z[ recovery-image] Aug 14 22:29:01.466 INFO O| Aug 14 22:29:01.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50972024-08-14T22:29:02.823Z[ recovery-image] Aug 14 22:29:01.466 INFO O| Aug 14 22:29:01.466 INFO STEP 414 (remove_files) COMPLETE
50982024-08-14T22:29:02.823Z[ recovery-image] Aug 14 22:29:01.466 INFO O| Aug 14 22:29:01.466 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-14T22:29:02.830Z[ recovery-image] Aug 14 22:29:01.476 INFO O| Aug 14 22:29:01.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51002024-08-14T22:29:02.831Z[ recovery-image] Aug 14 22:29:01.476 INFO O| Aug 14 22:29:01.476 INFO STEP 415 (remove_files) COMPLETE
51012024-08-14T22:29:02.831Z[ recovery-image] Aug 14 22:29:01.476 INFO O| Aug 14 22:29:01.476 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-14T22:29:02.840Z[ recovery-image] Aug 14 22:29:01.486 INFO O| Aug 14 22:29:01.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51032024-08-14T22:29:02.840Z[ recovery-image] Aug 14 22:29:01.486 INFO O| Aug 14 22:29:01.486 INFO STEP 416 (remove_files) COMPLETE
51042024-08-14T22:29:02.843Z[ recovery-image] Aug 14 22:29:01.486 INFO O| Aug 14 22:29:01.486 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-14T22:29:02.850Z[ recovery-image] Aug 14 22:29:01.496 INFO O| Aug 14 22:29:01.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51062024-08-14T22:29:02.853Z[ recovery-image] Aug 14 22:29:01.496 INFO O| Aug 14 22:29:01.496 INFO STEP 417 (remove_files) COMPLETE
51072024-08-14T22:29:02.853Z[ recovery-image] Aug 14 22:29:01.496 INFO O| Aug 14 22:29:01.496 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-14T22:29:02.860Z[ recovery-image] Aug 14 22:29:01.506 INFO O| Aug 14 22:29:01.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51092024-08-14T22:29:02.863Z[ recovery-image] Aug 14 22:29:01.506 INFO O| Aug 14 22:29:01.506 INFO STEP 418 (remove_files) COMPLETE
51102024-08-14T22:29:02.863Z[ recovery-image] Aug 14 22:29:01.506 INFO O| Aug 14 22:29:01.506 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-14T22:29:02.870Z[ recovery-image] Aug 14 22:29:01.516 INFO O| Aug 14 22:29:01.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51122024-08-14T22:29:02.870Z[ recovery-image] Aug 14 22:29:01.516 INFO O| Aug 14 22:29:01.516 INFO STEP 419 (remove_files) COMPLETE
51132024-08-14T22:29:02.873Z[ recovery-image] Aug 14 22:29:01.516 INFO O| Aug 14 22:29:01.516 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-14T22:29:02.880Z[ recovery-image] Aug 14 22:29:01.526 INFO O| Aug 14 22:29:01.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51152024-08-14T22:29:02.883Z[ recovery-image] Aug 14 22:29:01.526 INFO O| Aug 14 22:29:01.526 INFO STEP 420 (remove_files) COMPLETE
51162024-08-14T22:29:02.883Z[ recovery-image] Aug 14 22:29:01.526 INFO O| Aug 14 22:29:01.526 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-14T22:29:02.890Z[ recovery-image] Aug 14 22:29:01.536 INFO O| Aug 14 22:29:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51182024-08-14T22:29:02.893Z[ recovery-image] Aug 14 22:29:01.536 INFO O| Aug 14 22:29:01.536 INFO STEP 421 (remove_files) COMPLETE
51192024-08-14T22:29:02.893Z[ recovery-image] Aug 14 22:29:01.536 INFO O| Aug 14 22:29:01.536 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-14T22:29:02.900Z[ recovery-image] Aug 14 22:29:01.546 INFO O| Aug 14 22:29:01.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51212024-08-14T22:29:02.903Z[ recovery-image] Aug 14 22:29:01.546 INFO O| Aug 14 22:29:01.546 INFO STEP 422 (remove_files) COMPLETE
51222024-08-14T22:29:02.903Z[ recovery-image] Aug 14 22:29:01.546 INFO O| Aug 14 22:29:01.546 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-14T22:29:02.911Z[ recovery-image] Aug 14 22:29:01.556 INFO O| Aug 14 22:29:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51242024-08-14T22:29:02.911Z[ recovery-image] Aug 14 22:29:01.556 INFO O| Aug 14 22:29:01.556 INFO STEP 423 (remove_files) COMPLETE
51252024-08-14T22:29:02.911Z[ recovery-image] Aug 14 22:29:01.556 INFO O| Aug 14 22:29:01.556 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-14T22:29:02.921Z[ recovery-image] Aug 14 22:29:01.566 INFO O| Aug 14 22:29:01.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51272024-08-14T22:29:02.921Z[ recovery-image] Aug 14 22:29:01.566 INFO O| Aug 14 22:29:01.566 INFO STEP 424 (remove_files) COMPLETE
51282024-08-14T22:29:02.923Z[ recovery-image] Aug 14 22:29:01.566 INFO O| Aug 14 22:29:01.566 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-14T22:29:02.930Z[ recovery-image] Aug 14 22:29:01.576 INFO O| Aug 14 22:29:01.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51302024-08-14T22:29:02.930Z[ recovery-image] Aug 14 22:29:01.576 INFO O| Aug 14 22:29:01.576 INFO STEP 425 (remove_files) COMPLETE
51312024-08-14T22:29:02.930Z[ recovery-image] Aug 14 22:29:01.576 INFO O| Aug 14 22:29:01.576 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-14T22:29:02.941Z[ recovery-image] Aug 14 22:29:01.586 INFO O| Aug 14 22:29:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51332024-08-14T22:29:02.941Z[ recovery-image] Aug 14 22:29:01.586 INFO O| Aug 14 22:29:01.586 INFO STEP 426 (remove_files) COMPLETE
51342024-08-14T22:29:02.943Z[ recovery-image] Aug 14 22:29:01.586 INFO O| Aug 14 22:29:01.586 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-14T22:29:02.951Z[ recovery-image] Aug 14 22:29:01.596 INFO O| Aug 14 22:29:01.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51362024-08-14T22:29:02.951Z[ recovery-image] Aug 14 22:29:01.596 INFO O| Aug 14 22:29:01.596 INFO STEP 427 (remove_files) COMPLETE
51372024-08-14T22:29:02.953Z[ recovery-image] Aug 14 22:29:01.596 INFO O| Aug 14 22:29:01.596 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-14T22:29:02.961Z[ recovery-image] Aug 14 22:29:01.606 INFO O| Aug 14 22:29:01.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51392024-08-14T22:29:02.961Z[ recovery-image] Aug 14 22:29:01.606 INFO O| Aug 14 22:29:01.606 INFO STEP 428 (remove_files) COMPLETE
51402024-08-14T22:29:02.964Z[ recovery-image] Aug 14 22:29:01.606 INFO O| Aug 14 22:29:01.606 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-14T22:29:02.971Z[ recovery-image] Aug 14 22:29:01.616 INFO O| Aug 14 22:29:01.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51422024-08-14T22:29:02.973Z[ recovery-image] Aug 14 22:29:01.616 INFO O| Aug 14 22:29:01.616 INFO STEP 429 (remove_files) COMPLETE
51432024-08-14T22:29:02.973Z[ recovery-image] Aug 14 22:29:01.616 INFO O| Aug 14 22:29:01.616 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-14T22:29:02.980Z[ recovery-image] Aug 14 22:29:01.626 INFO O| Aug 14 22:29:01.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51452024-08-14T22:29:02.983Z[ recovery-image] Aug 14 22:29:01.626 INFO O| Aug 14 22:29:01.626 INFO STEP 430 (remove_files) COMPLETE
51462024-08-14T22:29:02.983Z[ recovery-image] Aug 14 22:29:01.626 INFO O| Aug 14 22:29:01.626 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-14T22:29:02.991Z[ recovery-image] Aug 14 22:29:01.636 INFO O| Aug 14 22:29:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51482024-08-14T22:29:02.993Z[ recovery-image] Aug 14 22:29:01.636 INFO O| Aug 14 22:29:01.636 INFO STEP 431 (remove_files) COMPLETE
51492024-08-14T22:29:02.993Z[ recovery-image] Aug 14 22:29:01.636 INFO O| Aug 14 22:29:01.636 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-14T22:29:03.001Z[ recovery-image] Aug 14 22:29:01.646 INFO O| Aug 14 22:29:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51512024-08-14T22:29:03.004Z[ recovery-image] Aug 14 22:29:01.646 INFO O| Aug 14 22:29:01.646 INFO STEP 432 (remove_files) COMPLETE
51522024-08-14T22:29:03.004Z[ recovery-image] Aug 14 22:29:01.646 INFO O| Aug 14 22:29:01.646 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-14T22:29:03.010Z[ recovery-image] Aug 14 22:29:01.656 INFO O| Aug 14 22:29:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51542024-08-14T22:29:03.010Z[ recovery-image] Aug 14 22:29:01.656 INFO O| Aug 14 22:29:01.656 INFO STEP 433 (remove_files) COMPLETE
51552024-08-14T22:29:03.011Z[ recovery-image] Aug 14 22:29:01.656 INFO O| Aug 14 22:29:01.656 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-14T22:29:03.020Z[ recovery-image] Aug 14 22:29:01.666 INFO O| Aug 14 22:29:01.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51572024-08-14T22:29:03.020Z[ recovery-image] Aug 14 22:29:01.666 INFO O| Aug 14 22:29:01.666 INFO STEP 434 (remove_files) COMPLETE
51582024-08-14T22:29:03.020Z[ recovery-image] Aug 14 22:29:01.666 INFO O| Aug 14 22:29:01.666 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-14T22:29:03.030Z[ recovery-image] Aug 14 22:29:01.675 INFO O| Aug 14 22:29:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51602024-08-14T22:29:03.030Z[ recovery-image] Aug 14 22:29:01.675 INFO O| Aug 14 22:29:01.675 INFO STEP 435 (remove_files) COMPLETE
51612024-08-14T22:29:03.032Z[ recovery-image] Aug 14 22:29:01.675 INFO O| Aug 14 22:29:01.675 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-14T22:29:03.039Z[ recovery-image] Aug 14 22:29:01.685 INFO O| Aug 14 22:29:01.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51632024-08-14T22:29:03.039Z[ recovery-image] Aug 14 22:29:01.685 INFO O| Aug 14 22:29:01.685 INFO STEP 436 (remove_files) COMPLETE
51642024-08-14T22:29:03.042Z[ recovery-image] Aug 14 22:29:01.685 INFO O| Aug 14 22:29:01.685 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-14T22:29:03.049Z[ recovery-image] Aug 14 22:29:01.694 INFO O| Aug 14 22:29:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51662024-08-14T22:29:03.049Z[ recovery-image] Aug 14 22:29:01.694 INFO O| Aug 14 22:29:01.694 INFO STEP 437 (remove_files) COMPLETE
51672024-08-14T22:29:03.052Z[ recovery-image] Aug 14 22:29:01.694 INFO O| Aug 14 22:29:01.694 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-14T22:29:03.059Z[ recovery-image] Aug 14 22:29:01.704 INFO O| Aug 14 22:29:01.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51692024-08-14T22:29:03.059Z[ recovery-image] Aug 14 22:29:01.704 INFO O| Aug 14 22:29:01.704 INFO STEP 438 (remove_files) COMPLETE
51702024-08-14T22:29:03.061Z[ recovery-image] Aug 14 22:29:01.704 INFO O| Aug 14 22:29:01.704 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-14T22:29:03.070Z[ recovery-image] Aug 14 22:29:01.714 INFO O| Aug 14 22:29:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51722024-08-14T22:29:03.070Z[ recovery-image] Aug 14 22:29:01.714 INFO O| Aug 14 22:29:01.714 INFO STEP 439 (remove_files) COMPLETE
51732024-08-14T22:29:03.070Z[ recovery-image] Aug 14 22:29:01.714 INFO O| Aug 14 22:29:01.714 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-14T22:29:03.078Z[ recovery-image] Aug 14 22:29:01.723 INFO O| Aug 14 22:29:01.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51752024-08-14T22:29:03.078Z[ recovery-image] Aug 14 22:29:01.723 INFO O| Aug 14 22:29:01.723 INFO STEP 440 (remove_files) COMPLETE
51762024-08-14T22:29:03.078Z[ recovery-image] Aug 14 22:29:01.723 INFO O| Aug 14 22:29:01.723 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-14T22:29:03.088Z[ recovery-image] Aug 14 22:29:01.733 INFO O| Aug 14 22:29:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51782024-08-14T22:29:03.088Z[ recovery-image] Aug 14 22:29:01.733 INFO O| Aug 14 22:29:01.733 INFO STEP 441 (remove_files) COMPLETE
51792024-08-14T22:29:03.090Z[ recovery-image] Aug 14 22:29:01.733 INFO O| Aug 14 22:29:01.733 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-14T22:29:03.098Z[ recovery-image] Aug 14 22:29:01.744 INFO O| Aug 14 22:29:01.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51812024-08-14T22:29:03.098Z[ recovery-image] Aug 14 22:29:01.744 INFO O| Aug 14 22:29:01.744 INFO STEP 442 (remove_files) COMPLETE
51822024-08-14T22:29:03.098Z[ recovery-image] Aug 14 22:29:01.744 INFO O| Aug 14 22:29:01.744 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-14T22:29:03.109Z[ recovery-image] Aug 14 22:29:01.754 INFO O| Aug 14 22:29:01.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51842024-08-14T22:29:03.109Z[ recovery-image] Aug 14 22:29:01.754 INFO O| Aug 14 22:29:01.754 INFO STEP 443 (remove_files) COMPLETE
51852024-08-14T22:29:03.112Z[ recovery-image] Aug 14 22:29:01.754 INFO O| Aug 14 22:29:01.754 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-14T22:29:03.119Z[ recovery-image] Aug 14 22:29:01.764 INFO O| Aug 14 22:29:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51872024-08-14T22:29:03.119Z[ recovery-image] Aug 14 22:29:01.764 INFO O| Aug 14 22:29:01.764 INFO STEP 444 (remove_files) COMPLETE
51882024-08-14T22:29:03.119Z[ recovery-image] Aug 14 22:29:01.764 INFO O| Aug 14 22:29:01.764 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-14T22:29:03.128Z[ recovery-image] Aug 14 22:29:01.774 INFO O| Aug 14 22:29:01.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51902024-08-14T22:29:03.128Z[ recovery-image] Aug 14 22:29:01.774 INFO O| Aug 14 22:29:01.774 INFO STEP 445 (remove_files) COMPLETE
51912024-08-14T22:29:03.131Z[ recovery-image] Aug 14 22:29:01.774 INFO O| Aug 14 22:29:01.774 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-14T22:29:03.138Z[ recovery-image] Aug 14 22:29:01.784 INFO O| Aug 14 22:29:01.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51932024-08-14T22:29:03.138Z[ recovery-image] Aug 14 22:29:01.784 INFO O| Aug 14 22:29:01.784 INFO STEP 446 (remove_files) COMPLETE
51942024-08-14T22:29:03.138Z[ recovery-image] Aug 14 22:29:01.784 INFO O| Aug 14 22:29:01.784 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-14T22:29:03.148Z[ recovery-image] Aug 14 22:29:01.794 INFO O| Aug 14 22:29:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51962024-08-14T22:29:03.148Z[ recovery-image] Aug 14 22:29:01.794 INFO O| Aug 14 22:29:01.794 INFO STEP 447 (remove_files) COMPLETE
51972024-08-14T22:29:03.148Z[ recovery-image] Aug 14 22:29:01.794 INFO O| Aug 14 22:29:01.794 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-14T22:29:03.158Z[ recovery-image] Aug 14 22:29:01.804 INFO O| Aug 14 22:29:01.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51992024-08-14T22:29:03.158Z[ recovery-image] Aug 14 22:29:01.804 INFO O| Aug 14 22:29:01.804 INFO STEP 448 (remove_files) COMPLETE
52002024-08-14T22:29:03.158Z[ recovery-image] Aug 14 22:29:01.804 INFO O| Aug 14 22:29:01.804 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-14T22:29:03.168Z[ recovery-image] Aug 14 22:29:01.814 INFO O| Aug 14 22:29:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52022024-08-14T22:29:03.168Z[ recovery-image] Aug 14 22:29:01.814 INFO O| Aug 14 22:29:01.814 INFO STEP 449 (remove_files) COMPLETE
52032024-08-14T22:29:03.168Z[ recovery-image] Aug 14 22:29:01.814 INFO O| Aug 14 22:29:01.814 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-14T22:29:03.178Z[ recovery-image] Aug 14 22:29:01.823 INFO O| Aug 14 22:29:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52052024-08-14T22:29:03.178Z[ recovery-image] Aug 14 22:29:01.823 INFO O| Aug 14 22:29:01.823 INFO STEP 450 (remove_files) COMPLETE
52062024-08-14T22:29:03.178Z[ recovery-image] Aug 14 22:29:01.823 INFO O| Aug 14 22:29:01.823 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-14T22:29:03.187Z[ recovery-image] Aug 14 22:29:01.833 INFO O| Aug 14 22:29:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52082024-08-14T22:29:03.187Z[ recovery-image] Aug 14 22:29:01.833 INFO O| Aug 14 22:29:01.833 INFO STEP 451 (remove_files) COMPLETE
52092024-08-14T22:29:03.190Z[ recovery-image] Aug 14 22:29:01.833 INFO O| Aug 14 22:29:01.833 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-14T22:29:03.197Z[ recovery-image] Aug 14 22:29:01.842 INFO O| Aug 14 22:29:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52112024-08-14T22:29:03.199Z[ recovery-image] Aug 14 22:29:01.842 INFO O| Aug 14 22:29:01.842 INFO STEP 452 (remove_files) COMPLETE
52122024-08-14T22:29:03.199Z[ recovery-image] Aug 14 22:29:01.842 INFO O| Aug 14 22:29:01.842 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-14T22:29:03.207Z[ recovery-image] Aug 14 22:29:01.852 INFO O| Aug 14 22:29:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52142024-08-14T22:29:03.207Z[ recovery-image] Aug 14 22:29:01.852 INFO O| Aug 14 22:29:01.852 INFO STEP 453 (remove_files) COMPLETE
52152024-08-14T22:29:03.209Z[ recovery-image] Aug 14 22:29:01.852 INFO O| Aug 14 22:29:01.852 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-14T22:29:03.217Z[ recovery-image] Aug 14 22:29:01.862 INFO O| Aug 14 22:29:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52172024-08-14T22:29:03.217Z[ recovery-image] Aug 14 22:29:01.862 INFO O| Aug 14 22:29:01.862 INFO STEP 454 (remove_files) COMPLETE
52182024-08-14T22:29:03.219Z[ recovery-image] Aug 14 22:29:01.862 INFO O| Aug 14 22:29:01.862 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-14T22:29:03.226Z[ recovery-image] Aug 14 22:29:01.872 INFO O| Aug 14 22:29:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52202024-08-14T22:29:03.226Z[ recovery-image] Aug 14 22:29:01.872 INFO O| Aug 14 22:29:01.872 INFO STEP 455 (remove_files) COMPLETE
52212024-08-14T22:29:03.229Z[ recovery-image] Aug 14 22:29:01.872 INFO O| Aug 14 22:29:01.872 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-14T22:29:03.236Z[ recovery-image] Aug 14 22:29:01.881 INFO O| Aug 14 22:29:01.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52232024-08-14T22:29:03.236Z[ recovery-image] Aug 14 22:29:01.881 INFO O| Aug 14 22:29:01.881 INFO STEP 456 (remove_files) COMPLETE
52242024-08-14T22:29:03.239Z[ recovery-image] Aug 14 22:29:01.882 INFO O| Aug 14 22:29:01.881 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-14T22:29:03.246Z[ recovery-image] Aug 14 22:29:01.891 INFO O| Aug 14 22:29:01.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52262024-08-14T22:29:03.248Z[ recovery-image] Aug 14 22:29:01.891 INFO O| Aug 14 22:29:01.891 INFO STEP 457 (remove_files) COMPLETE
52272024-08-14T22:29:03.248Z[ recovery-image] Aug 14 22:29:01.891 INFO O| Aug 14 22:29:01.891 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-14T22:29:03.256Z[ recovery-image] Aug 14 22:29:01.901 INFO O| Aug 14 22:29:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52292024-08-14T22:29:03.256Z[ recovery-image] Aug 14 22:29:01.901 INFO O| Aug 14 22:29:01.901 INFO STEP 458 (remove_files) COMPLETE
52302024-08-14T22:29:03.256Z[ recovery-image] Aug 14 22:29:01.901 INFO O| Aug 14 22:29:01.901 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-14T22:29:03.265Z[ recovery-image] Aug 14 22:29:01.911 INFO O| Aug 14 22:29:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52322024-08-14T22:29:03.265Z[ recovery-image] Aug 14 22:29:01.911 INFO O| Aug 14 22:29:01.911 INFO STEP 459 (remove_files) COMPLETE
52332024-08-14T22:29:03.265Z[ recovery-image] Aug 14 22:29:01.911 INFO O| Aug 14 22:29:01.911 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-14T22:29:03.275Z[ recovery-image] Aug 14 22:29:01.921 INFO O| Aug 14 22:29:01.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52352024-08-14T22:29:03.275Z[ recovery-image] Aug 14 22:29:01.921 INFO O| Aug 14 22:29:01.921 INFO STEP 460 (remove_files) COMPLETE
52362024-08-14T22:29:03.278Z[ recovery-image] Aug 14 22:29:01.921 INFO O| Aug 14 22:29:01.921 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-14T22:29:03.285Z[ recovery-image] Aug 14 22:29:01.931 INFO O| Aug 14 22:29:01.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52382024-08-14T22:29:03.288Z[ recovery-image] Aug 14 22:29:01.932 INFO O| Aug 14 22:29:01.932 INFO STEP 461 (remove_files) COMPLETE
52392024-08-14T22:29:03.288Z[ recovery-image] Aug 14 22:29:01.932 INFO O| Aug 14 22:29:01.932 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-14T22:29:03.296Z[ recovery-image] Aug 14 22:29:01.942 INFO O| Aug 14 22:29:01.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52412024-08-14T22:29:03.296Z[ recovery-image] Aug 14 22:29:01.942 INFO O| Aug 14 22:29:01.942 INFO STEP 462 (remove_files) COMPLETE
52422024-08-14T22:29:03.299Z[ recovery-image] Aug 14 22:29:01.942 INFO O| Aug 14 22:29:01.942 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-14T22:29:03.306Z[ recovery-image] Aug 14 22:29:01.951 INFO O| Aug 14 22:29:01.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52442024-08-14T22:29:03.306Z[ recovery-image] Aug 14 22:29:01.951 INFO O| Aug 14 22:29:01.951 INFO STEP 463 (remove_files) COMPLETE
52452024-08-14T22:29:03.309Z[ recovery-image] Aug 14 22:29:01.951 INFO O| Aug 14 22:29:01.951 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-14T22:29:03.315Z[ recovery-image] Aug 14 22:29:01.961 INFO O| Aug 14 22:29:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52472024-08-14T22:29:03.318Z[ recovery-image] Aug 14 22:29:01.961 INFO O| Aug 14 22:29:01.961 INFO STEP 464 (remove_files) COMPLETE
52482024-08-14T22:29:03.318Z[ recovery-image] Aug 14 22:29:01.961 INFO O| Aug 14 22:29:01.961 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-14T22:29:03.324Z[ recovery-image] Aug 14 22:29:01.970 INFO O| Aug 14 22:29:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52502024-08-14T22:29:03.324Z[ recovery-image] Aug 14 22:29:01.970 INFO O| Aug 14 22:29:01.970 INFO STEP 465 (remove_files) COMPLETE
52512024-08-14T22:29:03.327Z[ recovery-image] Aug 14 22:29:01.970 INFO O| Aug 14 22:29:01.970 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-14T22:29:03.333Z[ recovery-image] Aug 14 22:29:01.979 INFO O| Aug 14 22:29:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52532024-08-14T22:29:03.336Z[ recovery-image] Aug 14 22:29:01.979 INFO O| Aug 14 22:29:01.979 INFO STEP 466 (remove_files) COMPLETE
52542024-08-14T22:29:03.336Z[ recovery-image] Aug 14 22:29:01.979 INFO O| Aug 14 22:29:01.979 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-14T22:29:03.343Z[ recovery-image] Aug 14 22:29:01.988 INFO O| Aug 14 22:29:01.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52562024-08-14T22:29:03.343Z[ recovery-image] Aug 14 22:29:01.988 INFO O| Aug 14 22:29:01.988 INFO STEP 467 (remove_files) COMPLETE
52572024-08-14T22:29:03.346Z[ recovery-image] Aug 14 22:29:01.988 INFO O| Aug 14 22:29:01.988 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-14T22:29:03.353Z[ recovery-image] Aug 14 22:29:01.998 INFO O| Aug 14 22:29:01.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52592024-08-14T22:29:03.353Z[ recovery-image] Aug 14 22:29:01.998 INFO O| Aug 14 22:29:01.998 INFO STEP 468 (remove_files) COMPLETE
52602024-08-14T22:29:03.353Z[ recovery-image] Aug 14 22:29:01.998 INFO O| Aug 14 22:29:01.998 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-14T22:29:03.362Z[ recovery-image] Aug 14 22:29:02.008 INFO O| Aug 14 22:29:02.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52622024-08-14T22:29:03.362Z[ recovery-image] Aug 14 22:29:02.008 INFO O| Aug 14 22:29:02.008 INFO STEP 469 (remove_files) COMPLETE
52632024-08-14T22:29:03.365Z[ recovery-image] Aug 14 22:29:02.008 INFO O| Aug 14 22:29:02.008 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-14T22:29:03.372Z[ recovery-image] Aug 14 22:29:02.017 INFO O| Aug 14 22:29:02.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52652024-08-14T22:29:03.372Z[ recovery-image] Aug 14 22:29:02.017 INFO O| Aug 14 22:29:02.017 INFO STEP 470 (remove_files) COMPLETE
52662024-08-14T22:29:03.374Z[ recovery-image] Aug 14 22:29:02.017 INFO O| Aug 14 22:29:02.017 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-14T22:29:03.381Z[ recovery-image] Aug 14 22:29:02.026 INFO O| Aug 14 22:29:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52682024-08-14T22:29:03.383Z[ recovery-image] Aug 14 22:29:02.027 INFO O| Aug 14 22:29:02.027 INFO STEP 471 (remove_files) COMPLETE
52692024-08-14T22:29:03.383Z[ recovery-image] Aug 14 22:29:02.027 INFO O| Aug 14 22:29:02.027 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-14T22:29:03.392Z[ recovery-image] Aug 14 22:29:02.037 INFO O| Aug 14 22:29:02.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52712024-08-14T22:29:03.392Z[ recovery-image] Aug 14 22:29:02.037 INFO O| Aug 14 22:29:02.037 INFO STEP 472 (remove_files) COMPLETE
52722024-08-14T22:29:03.394Z[ recovery-image] Aug 14 22:29:02.037 INFO O| Aug 14 22:29:02.037 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-14T22:29:03.401Z[ recovery-image] Aug 14 22:29:02.046 INFO O| Aug 14 22:29:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52742024-08-14T22:29:03.403Z[ recovery-image] Aug 14 22:29:02.046 INFO O| Aug 14 22:29:02.046 INFO STEP 473 (remove_files) COMPLETE
52752024-08-14T22:29:03.404Z[ recovery-image] Aug 14 22:29:02.047 INFO O| Aug 14 22:29:02.046 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-14T22:29:03.411Z[ recovery-image] Aug 14 22:29:02.056 INFO O| Aug 14 22:29:02.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52772024-08-14T22:29:03.411Z[ recovery-image] Aug 14 22:29:02.056 INFO O| Aug 14 22:29:02.056 INFO STEP 474 (remove_files) COMPLETE
52782024-08-14T22:29:03.411Z[ recovery-image] Aug 14 22:29:02.056 INFO O| Aug 14 22:29:02.056 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-14T22:29:03.421Z[ recovery-image] Aug 14 22:29:02.066 INFO O| Aug 14 22:29:02.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52802024-08-14T22:29:03.421Z[ recovery-image] Aug 14 22:29:02.066 INFO O| Aug 14 22:29:02.066 INFO STEP 475 (remove_files) COMPLETE
52812024-08-14T22:29:03.421Z[ recovery-image] Aug 14 22:29:02.066 INFO O| Aug 14 22:29:02.066 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-14T22:29:03.431Z[ recovery-image] Aug 14 22:29:02.076 INFO O| Aug 14 22:29:02.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52832024-08-14T22:29:03.431Z[ recovery-image] Aug 14 22:29:02.077 INFO O| Aug 14 22:29:02.077 INFO STEP 476 (remove_files) COMPLETE
52842024-08-14T22:29:03.434Z[ recovery-image] Aug 14 22:29:02.077 INFO O| Aug 14 22:29:02.077 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-14T22:29:03.441Z[ recovery-image] Aug 14 22:29:02.086 INFO O| Aug 14 22:29:02.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52862024-08-14T22:29:03.441Z[ recovery-image] Aug 14 22:29:02.087 INFO O| Aug 14 22:29:02.086 INFO STEP 477 (remove_files) COMPLETE
52872024-08-14T22:29:03.441Z[ recovery-image] Aug 14 22:29:02.087 INFO O| Aug 14 22:29:02.087 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-14T22:29:03.451Z[ recovery-image] Aug 14 22:29:02.096 INFO O| Aug 14 22:29:02.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52892024-08-14T22:29:03.451Z[ recovery-image] Aug 14 22:29:02.096 INFO O| Aug 14 22:29:02.096 INFO STEP 478 (remove_files) COMPLETE
52902024-08-14T22:29:03.453Z[ recovery-image] Aug 14 22:29:02.096 INFO O| Aug 14 22:29:02.096 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-14T22:29:03.460Z[ recovery-image] Aug 14 22:29:02.106 INFO O| Aug 14 22:29:02.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52922024-08-14T22:29:03.463Z[ recovery-image] Aug 14 22:29:02.106 INFO O| Aug 14 22:29:02.106 INFO STEP 479 (remove_files) COMPLETE
52932024-08-14T22:29:03.463Z[ recovery-image] Aug 14 22:29:02.106 INFO O| Aug 14 22:29:02.106 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-14T22:29:03.470Z[ recovery-image] Aug 14 22:29:02.115 INFO O| Aug 14 22:29:02.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52952024-08-14T22:29:03.473Z[ recovery-image] Aug 14 22:29:02.116 INFO O| Aug 14 22:29:02.116 INFO STEP 480 (remove_files) COMPLETE
52962024-08-14T22:29:03.473Z[ recovery-image] Aug 14 22:29:02.116 INFO O| Aug 14 22:29:02.116 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-14T22:29:03.480Z[ recovery-image] Aug 14 22:29:02.126 INFO O| Aug 14 22:29:02.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52982024-08-14T22:29:03.480Z[ recovery-image] Aug 14 22:29:02.126 INFO O| Aug 14 22:29:02.126 INFO STEP 481 (remove_files) COMPLETE
52992024-08-14T22:29:03.483Z[ recovery-image] Aug 14 22:29:02.126 INFO O| Aug 14 22:29:02.126 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-14T22:29:03.490Z[ recovery-image] Aug 14 22:29:02.135 INFO O| Aug 14 22:29:02.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53012024-08-14T22:29:03.490Z[ recovery-image] Aug 14 22:29:02.136 INFO O| Aug 14 22:29:02.136 INFO STEP 482 (remove_files) COMPLETE
53022024-08-14T22:29:03.493Z[ recovery-image] Aug 14 22:29:02.136 INFO O| Aug 14 22:29:02.136 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-14T22:29:03.500Z[ recovery-image] Aug 14 22:29:02.146 INFO O| Aug 14 22:29:02.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53042024-08-14T22:29:03.503Z[ recovery-image] Aug 14 22:29:02.146 INFO O| Aug 14 22:29:02.146 INFO STEP 483 (remove_files) COMPLETE
53052024-08-14T22:29:03.503Z[ recovery-image] Aug 14 22:29:02.146 INFO O| Aug 14 22:29:02.146 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-14T22:29:03.511Z[ recovery-image] Aug 14 22:29:02.156 INFO O| Aug 14 22:29:02.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53072024-08-14T22:29:03.511Z[ recovery-image] Aug 14 22:29:02.156 INFO O| Aug 14 22:29:02.156 INFO STEP 484 (remove_files) COMPLETE
53082024-08-14T22:29:03.513Z[ recovery-image] Aug 14 22:29:02.156 INFO O| Aug 14 22:29:02.156 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-14T22:29:03.521Z[ recovery-image] Aug 14 22:29:02.166 INFO O| Aug 14 22:29:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53102024-08-14T22:29:03.521Z[ recovery-image] Aug 14 22:29:02.166 INFO O| Aug 14 22:29:02.166 INFO STEP 485 (remove_files) COMPLETE
53112024-08-14T22:29:03.523Z[ recovery-image] Aug 14 22:29:02.166 INFO O| Aug 14 22:29:02.166 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-14T22:29:03.531Z[ recovery-image] Aug 14 22:29:02.176 INFO O| Aug 14 22:29:02.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53132024-08-14T22:29:03.531Z[ recovery-image] Aug 14 22:29:02.176 INFO O| Aug 14 22:29:02.176 INFO STEP 486 (remove_files) COMPLETE
53142024-08-14T22:29:03.533Z[ recovery-image] Aug 14 22:29:02.176 INFO O| Aug 14 22:29:02.176 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-14T22:29:03.540Z[ recovery-image] Aug 14 22:29:02.186 INFO O| Aug 14 22:29:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53162024-08-14T22:29:03.543Z[ recovery-image] Aug 14 22:29:02.186 INFO O| Aug 14 22:29:02.186 INFO STEP 487 (remove_files) COMPLETE
53172024-08-14T22:29:03.543Z[ recovery-image] Aug 14 22:29:02.186 INFO O| Aug 14 22:29:02.186 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-14T22:29:03.551Z[ recovery-image] Aug 14 22:29:02.196 INFO O| Aug 14 22:29:02.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53192024-08-14T22:29:03.551Z[ recovery-image] Aug 14 22:29:02.196 INFO O| Aug 14 22:29:02.196 INFO STEP 488 (remove_files) COMPLETE
53202024-08-14T22:29:03.553Z[ recovery-image] Aug 14 22:29:02.196 INFO O| Aug 14 22:29:02.196 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-14T22:29:03.561Z[ recovery-image] Aug 14 22:29:02.207 INFO O| Aug 14 22:29:02.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53222024-08-14T22:29:03.562Z[ recovery-image] Aug 14 22:29:02.207 INFO O| Aug 14 22:29:02.207 INFO STEP 489 (remove_files) COMPLETE
53232024-08-14T22:29:03.562Z[ recovery-image] Aug 14 22:29:02.207 INFO O| Aug 14 22:29:02.207 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-14T22:29:03.572Z[ recovery-image] Aug 14 22:29:02.218 INFO O| Aug 14 22:29:02.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53252024-08-14T22:29:03.572Z[ recovery-image] Aug 14 22:29:02.218 INFO O| Aug 14 22:29:02.218 INFO STEP 490 (remove_files) COMPLETE
53262024-08-14T22:29:03.572Z[ recovery-image] Aug 14 22:29:02.218 INFO O| Aug 14 22:29:02.218 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-14T22:29:03.583Z[ recovery-image] Aug 14 22:29:02.228 INFO O| Aug 14 22:29:02.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53282024-08-14T22:29:03.583Z[ recovery-image] Aug 14 22:29:02.228 INFO O| Aug 14 22:29:02.228 INFO STEP 491 (remove_files) COMPLETE
53292024-08-14T22:29:03.585Z[ recovery-image] Aug 14 22:29:02.228 INFO O| Aug 14 22:29:02.228 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-14T22:29:03.593Z[ recovery-image] Aug 14 22:29:02.239 INFO O| Aug 14 22:29:02.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53312024-08-14T22:29:03.596Z[ recovery-image] Aug 14 22:29:02.239 INFO O| Aug 14 22:29:02.239 INFO STEP 492 (remove_files) COMPLETE
53322024-08-14T22:29:03.596Z[ recovery-image] Aug 14 22:29:02.239 INFO O| Aug 14 22:29:02.239 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-14T22:29:03.603Z[ recovery-image] Aug 14 22:29:02.249 INFO O| Aug 14 22:29:02.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53342024-08-14T22:29:03.606Z[ recovery-image] Aug 14 22:29:02.249 INFO O| Aug 14 22:29:02.249 INFO STEP 493 (remove_files) COMPLETE
53352024-08-14T22:29:03.606Z[ recovery-image] Aug 14 22:29:02.249 INFO O| Aug 14 22:29:02.249 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-14T22:29:03.613Z[ recovery-image] Aug 14 22:29:02.259 INFO O| Aug 14 22:29:02.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53372024-08-14T22:29:03.616Z[ recovery-image] Aug 14 22:29:02.259 INFO O| Aug 14 22:29:02.259 INFO STEP 494 (remove_files) COMPLETE
53382024-08-14T22:29:03.616Z[ recovery-image] Aug 14 22:29:02.259 INFO O| Aug 14 22:29:02.259 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-14T22:29:03.623Z[ recovery-image] Aug 14 22:29:02.268 INFO O| Aug 14 22:29:02.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53402024-08-14T22:29:03.625Z[ recovery-image] Aug 14 22:29:02.269 INFO O| Aug 14 22:29:02.268 INFO STEP 495 (remove_files) COMPLETE
53412024-08-14T22:29:03.625Z[ recovery-image] Aug 14 22:29:02.269 INFO O| Aug 14 22:29:02.268 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-14T22:29:03.633Z[ recovery-image] Aug 14 22:29:02.278 INFO O| Aug 14 22:29:02.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53432024-08-14T22:29:03.633Z[ recovery-image] Aug 14 22:29:02.278 INFO O| Aug 14 22:29:02.278 INFO STEP 496 (remove_files) COMPLETE
53442024-08-14T22:29:03.635Z[ recovery-image] Aug 14 22:29:02.278 INFO O| Aug 14 22:29:02.278 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-14T22:29:03.642Z[ recovery-image] Aug 14 22:29:02.288 INFO O| Aug 14 22:29:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53462024-08-14T22:29:03.642Z[ recovery-image] Aug 14 22:29:02.288 INFO O| Aug 14 22:29:02.288 INFO STEP 497 (remove_files) COMPLETE
53472024-08-14T22:29:03.642Z[ recovery-image] Aug 14 22:29:02.288 INFO O| Aug 14 22:29:02.288 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-14T22:29:03.653Z[ recovery-image] Aug 14 22:29:02.298 INFO O| Aug 14 22:29:02.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53492024-08-14T22:29:03.655Z[ recovery-image] Aug 14 22:29:02.298 INFO O| Aug 14 22:29:02.298 INFO STEP 498 (remove_files) COMPLETE
53502024-08-14T22:29:03.655Z[ recovery-image] Aug 14 22:29:02.298 INFO O| Aug 14 22:29:02.298 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-14T22:29:03.663Z[ recovery-image] Aug 14 22:29:02.308 INFO O| Aug 14 22:29:02.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53522024-08-14T22:29:03.663Z[ recovery-image] Aug 14 22:29:02.308 INFO O| Aug 14 22:29:02.308 INFO STEP 499 (remove_files) COMPLETE
53532024-08-14T22:29:03.665Z[ recovery-image] Aug 14 22:29:02.308 INFO O| Aug 14 22:29:02.308 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-14T22:29:03.673Z[ recovery-image] Aug 14 22:29:02.318 INFO O| Aug 14 22:29:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53552024-08-14T22:29:03.675Z[ recovery-image] Aug 14 22:29:02.318 INFO O| Aug 14 22:29:02.318 INFO STEP 500 (remove_files) COMPLETE
53562024-08-14T22:29:03.675Z[ recovery-image] Aug 14 22:29:02.318 INFO O| Aug 14 22:29:02.318 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-14T22:29:03.683Z[ recovery-image] Aug 14 22:29:02.329 INFO O| Aug 14 22:29:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53582024-08-14T22:29:03.686Z[ recovery-image] Aug 14 22:29:02.329 INFO O| Aug 14 22:29:02.329 INFO STEP 501 (remove_files) COMPLETE
53592024-08-14T22:29:03.686Z[ recovery-image] Aug 14 22:29:02.329 INFO O| Aug 14 22:29:02.329 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-14T22:29:03.694Z[ recovery-image] Aug 14 22:29:02.339 INFO O| Aug 14 22:29:02.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53612024-08-14T22:29:03.694Z[ recovery-image] Aug 14 22:29:02.339 INFO O| Aug 14 22:29:02.339 INFO STEP 502 (remove_files) COMPLETE
53622024-08-14T22:29:03.694Z[ recovery-image] Aug 14 22:29:02.339 INFO O| Aug 14 22:29:02.339 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-14T22:29:03.704Z[ recovery-image] Aug 14 22:29:02.349 INFO O| Aug 14 22:29:02.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53642024-08-14T22:29:03.704Z[ recovery-image] Aug 14 22:29:02.349 INFO O| Aug 14 22:29:02.349 INFO STEP 503 (remove_files) COMPLETE
53652024-08-14T22:29:03.704Z[ recovery-image] Aug 14 22:29:02.349 INFO O| Aug 14 22:29:02.349 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-14T22:29:03.713Z[ recovery-image] Aug 14 22:29:02.359 INFO O| Aug 14 22:29:02.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53672024-08-14T22:29:03.716Z[ recovery-image] Aug 14 22:29:02.359 INFO O| Aug 14 22:29:02.359 INFO STEP 504 (remove_files) COMPLETE
53682024-08-14T22:29:03.716Z[ recovery-image] Aug 14 22:29:02.359 INFO O| Aug 14 22:29:02.359 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-14T22:29:03.723Z[ recovery-image] Aug 14 22:29:02.369 INFO O| Aug 14 22:29:02.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53702024-08-14T22:29:03.723Z[ recovery-image] Aug 14 22:29:02.369 INFO O| Aug 14 22:29:02.369 INFO STEP 505 (remove_files) COMPLETE
53712024-08-14T22:29:03.726Z[ recovery-image] Aug 14 22:29:02.369 INFO O| Aug 14 22:29:02.369 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-14T22:29:03.733Z[ recovery-image] Aug 14 22:29:02.378 INFO O| Aug 14 22:29:02.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53732024-08-14T22:29:03.736Z[ recovery-image] Aug 14 22:29:02.379 INFO O| Aug 14 22:29:02.379 INFO STEP 506 (remove_files) COMPLETE
53742024-08-14T22:29:03.736Z[ recovery-image] Aug 14 22:29:02.379 INFO O| Aug 14 22:29:02.379 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-14T22:29:03.744Z[ recovery-image] Aug 14 22:29:02.389 INFO O| Aug 14 22:29:02.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53762024-08-14T22:29:03.744Z[ recovery-image] Aug 14 22:29:02.389 INFO O| Aug 14 22:29:02.389 INFO STEP 507 (remove_files) COMPLETE
53772024-08-14T22:29:03.744Z[ recovery-image] Aug 14 22:29:02.389 INFO O| Aug 14 22:29:02.389 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-14T22:29:03.754Z[ recovery-image] Aug 14 22:29:02.399 INFO O| Aug 14 22:29:02.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53792024-08-14T22:29:03.754Z[ recovery-image] Aug 14 22:29:02.399 INFO O| Aug 14 22:29:02.399 INFO STEP 508 (remove_files) COMPLETE
53802024-08-14T22:29:03.754Z[ recovery-image] Aug 14 22:29:02.399 INFO O| Aug 14 22:29:02.399 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-14T22:29:03.764Z[ recovery-image] Aug 14 22:29:02.410 INFO O| Aug 14 22:29:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53822024-08-14T22:29:03.764Z[ recovery-image] Aug 14 22:29:02.410 INFO O| Aug 14 22:29:02.410 INFO STEP 509 (remove_files) COMPLETE
53832024-08-14T22:29:03.767Z[ recovery-image] Aug 14 22:29:02.410 INFO O| Aug 14 22:29:02.410 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-14T22:29:03.775Z[ recovery-image] Aug 14 22:29:02.420 INFO O| Aug 14 22:29:02.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53852024-08-14T22:29:03.775Z[ recovery-image] Aug 14 22:29:02.420 INFO O| Aug 14 22:29:02.420 INFO STEP 510 (remove_files) COMPLETE
53862024-08-14T22:29:03.778Z[ recovery-image] Aug 14 22:29:02.420 INFO O| Aug 14 22:29:02.420 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-14T22:29:03.785Z[ recovery-image] Aug 14 22:29:02.431 INFO O| Aug 14 22:29:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53882024-08-14T22:29:03.785Z[ recovery-image] Aug 14 22:29:02.431 INFO O| Aug 14 22:29:02.431 INFO STEP 511 (remove_files) COMPLETE
53892024-08-14T22:29:03.788Z[ recovery-image] Aug 14 22:29:02.431 INFO O| Aug 14 22:29:02.431 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-14T22:29:03.796Z[ recovery-image] Aug 14 22:29:02.441 INFO O| Aug 14 22:29:02.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53912024-08-14T22:29:03.798Z[ recovery-image] Aug 14 22:29:02.441 INFO O| Aug 14 22:29:02.441 INFO STEP 512 (remove_files) COMPLETE
53922024-08-14T22:29:03.798Z[ recovery-image] Aug 14 22:29:02.441 INFO O| Aug 14 22:29:02.441 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-14T22:29:03.806Z[ recovery-image] Aug 14 22:29:02.451 INFO O| Aug 14 22:29:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53942024-08-14T22:29:03.806Z[ recovery-image] Aug 14 22:29:02.451 INFO O| Aug 14 22:29:02.451 INFO STEP 513 (remove_files) COMPLETE
53952024-08-14T22:29:03.806Z[ recovery-image] Aug 14 22:29:02.451 INFO O| Aug 14 22:29:02.451 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-14T22:29:03.816Z[ recovery-image] Aug 14 22:29:02.461 INFO O| Aug 14 22:29:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53972024-08-14T22:29:03.816Z[ recovery-image] Aug 14 22:29:02.461 INFO O| Aug 14 22:29:02.461 INFO STEP 514 (remove_files) COMPLETE
53982024-08-14T22:29:03.818Z[ recovery-image] Aug 14 22:29:02.461 INFO O| Aug 14 22:29:02.461 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-14T22:29:03.827Z[ recovery-image] Aug 14 22:29:02.472 INFO O| Aug 14 22:29:02.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54002024-08-14T22:29:03.827Z[ recovery-image] Aug 14 22:29:02.472 INFO O| Aug 14 22:29:02.472 INFO STEP 515 (remove_files) COMPLETE
54012024-08-14T22:29:03.829Z[ recovery-image] Aug 14 22:29:02.472 INFO O| Aug 14 22:29:02.472 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-14T22:29:03.837Z[ recovery-image] Aug 14 22:29:02.482 INFO O| Aug 14 22:29:02.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54032024-08-14T22:29:03.837Z[ recovery-image] Aug 14 22:29:02.482 INFO O| Aug 14 22:29:02.482 INFO STEP 516 (remove_files) COMPLETE
54042024-08-14T22:29:03.837Z[ recovery-image] Aug 14 22:29:02.482 INFO O| Aug 14 22:29:02.482 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-14T22:29:03.846Z[ recovery-image] Aug 14 22:29:02.492 INFO O| Aug 14 22:29:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54062024-08-14T22:29:03.846Z[ recovery-image] Aug 14 22:29:02.492 INFO O| Aug 14 22:29:02.492 INFO STEP 517 (remove_files) COMPLETE
54072024-08-14T22:29:03.850Z[ recovery-image] Aug 14 22:29:02.492 INFO O| Aug 14 22:29:02.492 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-14T22:29:03.857Z[ recovery-image] Aug 14 22:29:02.502 INFO O| Aug 14 22:29:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54092024-08-14T22:29:03.857Z[ recovery-image] Aug 14 22:29:02.502 INFO O| Aug 14 22:29:02.502 INFO STEP 518 (remove_files) COMPLETE
54102024-08-14T22:29:03.857Z[ recovery-image] Aug 14 22:29:02.502 INFO O| Aug 14 22:29:02.502 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-14T22:29:03.867Z[ recovery-image] Aug 14 22:29:02.512 INFO O| Aug 14 22:29:02.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54122024-08-14T22:29:03.867Z[ recovery-image] Aug 14 22:29:02.512 INFO O| Aug 14 22:29:02.512 INFO STEP 519 (remove_files) COMPLETE
54132024-08-14T22:29:03.867Z[ recovery-image] Aug 14 22:29:02.512 INFO O| Aug 14 22:29:02.512 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-14T22:29:03.877Z[ recovery-image] Aug 14 22:29:02.522 INFO O| Aug 14 22:29:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54152024-08-14T22:29:03.877Z[ recovery-image] Aug 14 22:29:02.522 INFO O| Aug 14 22:29:02.522 INFO STEP 520 (remove_files) COMPLETE
54162024-08-14T22:29:03.877Z[ recovery-image] Aug 14 22:29:02.522 INFO O| Aug 14 22:29:02.522 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-14T22:29:03.887Z[ recovery-image] Aug 14 22:29:02.532 INFO O| Aug 14 22:29:02.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54182024-08-14T22:29:03.887Z[ recovery-image] Aug 14 22:29:02.532 INFO O| Aug 14 22:29:02.532 INFO STEP 521 (remove_files) COMPLETE
54192024-08-14T22:29:03.889Z[ recovery-image] Aug 14 22:29:02.532 INFO O| Aug 14 22:29:02.532 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-14T22:29:03.897Z[ recovery-image] Aug 14 22:29:02.543 INFO O| Aug 14 22:29:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54212024-08-14T22:29:03.900Z[ recovery-image] Aug 14 22:29:02.543 INFO O| Aug 14 22:29:02.543 INFO STEP 522 (remove_files) COMPLETE
54222024-08-14T22:29:03.900Z[ recovery-image] Aug 14 22:29:02.543 INFO O| Aug 14 22:29:02.543 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-14T22:29:03.910Z[ recovery-image] Aug 14 22:29:02.554 INFO O| Aug 14 22:29:02.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54242024-08-14T22:29:03.912Z[ recovery-image] Aug 14 22:29:02.554 INFO O| Aug 14 22:29:02.554 INFO STEP 523 (remove_files) COMPLETE
54252024-08-14T22:29:03.912Z[ recovery-image] Aug 14 22:29:02.554 INFO O| Aug 14 22:29:02.554 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-14T22:29:03.919Z[ recovery-image] Aug 14 22:29:02.564 INFO O| Aug 14 22:29:02.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54272024-08-14T22:29:03.919Z[ recovery-image] Aug 14 22:29:02.564 INFO O| Aug 14 22:29:02.564 INFO STEP 524 (remove_files) COMPLETE
54282024-08-14T22:29:03.919Z[ recovery-image] Aug 14 22:29:02.564 INFO O| Aug 14 22:29:02.564 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-14T22:29:03.929Z[ recovery-image] Aug 14 22:29:02.574 INFO O| Aug 14 22:29:02.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54302024-08-14T22:29:03.929Z[ recovery-image] Aug 14 22:29:02.574 INFO O| Aug 14 22:29:02.574 INFO STEP 525 (remove_files) COMPLETE
54312024-08-14T22:29:03.932Z[ recovery-image] Aug 14 22:29:02.574 INFO O| Aug 14 22:29:02.574 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-14T22:29:03.938Z[ recovery-image] Aug 14 22:29:02.584 INFO O| Aug 14 22:29:02.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54332024-08-14T22:29:03.938Z[ recovery-image] Aug 14 22:29:02.584 INFO O| Aug 14 22:29:02.584 INFO STEP 526 (remove_files) COMPLETE
54342024-08-14T22:29:03.938Z[ recovery-image] Aug 14 22:29:02.584 INFO O| Aug 14 22:29:02.584 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-14T22:29:03.949Z[ recovery-image] Aug 14 22:29:02.594 INFO O| Aug 14 22:29:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54362024-08-14T22:29:03.949Z[ recovery-image] Aug 14 22:29:02.594 INFO O| Aug 14 22:29:02.594 INFO STEP 527 (remove_files) COMPLETE
54372024-08-14T22:29:03.949Z[ recovery-image] Aug 14 22:29:02.594 INFO O| Aug 14 22:29:02.594 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-14T22:29:03.958Z[ recovery-image] Aug 14 22:29:02.604 INFO O| Aug 14 22:29:02.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54392024-08-14T22:29:03.958Z[ recovery-image] Aug 14 22:29:02.604 INFO O| Aug 14 22:29:02.604 INFO STEP 528 (remove_files) COMPLETE
54402024-08-14T22:29:03.958Z[ recovery-image] Aug 14 22:29:02.604 INFO O| Aug 14 22:29:02.604 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-14T22:29:03.969Z[ recovery-image] Aug 14 22:29:02.614 INFO O| Aug 14 22:29:02.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54422024-08-14T22:29:03.969Z[ recovery-image] Aug 14 22:29:02.614 INFO O| Aug 14 22:29:02.614 INFO STEP 529 (remove_files) COMPLETE
54432024-08-14T22:29:03.969Z[ recovery-image] Aug 14 22:29:02.614 INFO O| Aug 14 22:29:02.614 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-14T22:29:03.979Z[ recovery-image] Aug 14 22:29:02.625 INFO O| Aug 14 22:29:02.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54452024-08-14T22:29:03.979Z[ recovery-image] Aug 14 22:29:02.625 INFO O| Aug 14 22:29:02.625 INFO STEP 530 (remove_files) COMPLETE
54462024-08-14T22:29:03.979Z[ recovery-image] Aug 14 22:29:02.625 INFO O| Aug 14 22:29:02.625 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-14T22:29:03.989Z[ recovery-image] Aug 14 22:29:02.634 INFO O| Aug 14 22:29:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54482024-08-14T22:29:03.992Z[ recovery-image] Aug 14 22:29:02.634 INFO O| Aug 14 22:29:02.634 INFO STEP 531 (remove_files) COMPLETE
54492024-08-14T22:29:03.992Z[ recovery-image] Aug 14 22:29:02.635 INFO O| Aug 14 22:29:02.634 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-14T22:29:03.999Z[ recovery-image] Aug 14 22:29:02.644 INFO O| Aug 14 22:29:02.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54512024-08-14T22:29:04.001Z[ recovery-image] Aug 14 22:29:02.644 INFO O| Aug 14 22:29:02.644 INFO STEP 532 (remove_files) COMPLETE
54522024-08-14T22:29:04.001Z[ recovery-image] Aug 14 22:29:02.644 INFO O| Aug 14 22:29:02.644 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-14T22:29:04.009Z[ recovery-image] Aug 14 22:29:02.654 INFO O| Aug 14 22:29:02.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54542024-08-14T22:29:04.011Z[ recovery-image] Aug 14 22:29:02.654 INFO O| Aug 14 22:29:02.654 INFO STEP 533 (remove_files) COMPLETE
54552024-08-14T22:29:04.012Z[ recovery-image] Aug 14 22:29:02.654 INFO O| Aug 14 22:29:02.654 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-14T22:29:04.017Z[ recovery-image] Aug 14 22:29:02.663 INFO O| Aug 14 22:29:02.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54572024-08-14T22:29:04.020Z[ recovery-image] Aug 14 22:29:02.663 INFO O| Aug 14 22:29:02.663 INFO STEP 534 (remove_files) COMPLETE
54582024-08-14T22:29:04.020Z[ recovery-image] Aug 14 22:29:02.663 INFO O| Aug 14 22:29:02.663 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-14T22:29:04.027Z[ recovery-image] Aug 14 22:29:02.672 INFO O| Aug 14 22:29:02.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54602024-08-14T22:29:04.029Z[ recovery-image] Aug 14 22:29:02.672 INFO O| Aug 14 22:29:02.672 INFO STEP 535 (remove_files) COMPLETE
54612024-08-14T22:29:04.029Z[ recovery-image] Aug 14 22:29:02.672 INFO O| Aug 14 22:29:02.672 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-14T22:29:04.036Z[ recovery-image] Aug 14 22:29:02.682 INFO O| Aug 14 22:29:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54632024-08-14T22:29:04.036Z[ recovery-image] Aug 14 22:29:02.682 INFO O| Aug 14 22:29:02.682 INFO STEP 536 (remove_files) COMPLETE
54642024-08-14T22:29:04.036Z[ recovery-image] Aug 14 22:29:02.682 INFO O| Aug 14 22:29:02.682 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-14T22:29:04.046Z[ recovery-image] Aug 14 22:29:02.691 INFO O| Aug 14 22:29:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54662024-08-14T22:29:04.046Z[ recovery-image] Aug 14 22:29:02.691 INFO O| Aug 14 22:29:02.691 INFO STEP 537 (remove_files) COMPLETE
54672024-08-14T22:29:04.048Z[ recovery-image] Aug 14 22:29:02.691 INFO O| Aug 14 22:29:02.691 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-14T22:29:04.055Z[ recovery-image] Aug 14 22:29:02.700 INFO O| Aug 14 22:29:02.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54692024-08-14T22:29:04.055Z[ recovery-image] Aug 14 22:29:02.700 INFO O| Aug 14 22:29:02.700 INFO STEP 538 (remove_files) COMPLETE
54702024-08-14T22:29:04.057Z[ recovery-image] Aug 14 22:29:02.700 INFO O| Aug 14 22:29:02.700 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-14T22:29:04.064Z[ recovery-image] Aug 14 22:29:02.709 INFO O| Aug 14 22:29:02.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54722024-08-14T22:29:04.064Z[ recovery-image] Aug 14 22:29:02.710 INFO O| Aug 14 22:29:02.709 INFO STEP 539 (remove_files) COMPLETE
54732024-08-14T22:29:04.067Z[ recovery-image] Aug 14 22:29:02.710 INFO O| Aug 14 22:29:02.710 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-14T22:29:04.074Z[ recovery-image] Aug 14 22:29:02.719 INFO O| Aug 14 22:29:02.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54752024-08-14T22:29:04.074Z[ recovery-image] Aug 14 22:29:02.719 INFO O| Aug 14 22:29:02.719 INFO STEP 540 (remove_files) COMPLETE
54762024-08-14T22:29:04.074Z[ recovery-image] Aug 14 22:29:02.720 INFO O| Aug 14 22:29:02.719 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-14T22:29:04.084Z[ recovery-image] Aug 14 22:29:02.729 INFO O| Aug 14 22:29:02.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54782024-08-14T22:29:04.084Z[ recovery-image] Aug 14 22:29:02.729 INFO O| Aug 14 22:29:02.729 INFO STEP 541 (remove_files) COMPLETE
54792024-08-14T22:29:04.084Z[ recovery-image] Aug 14 22:29:02.729 INFO O| Aug 14 22:29:02.729 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-14T22:29:04.094Z[ recovery-image] Aug 14 22:29:02.739 INFO O| Aug 14 22:29:02.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54812024-08-14T22:29:04.094Z[ recovery-image] Aug 14 22:29:02.739 INFO O| Aug 14 22:29:02.739 INFO STEP 542 (remove_files) COMPLETE
54822024-08-14T22:29:04.094Z[ recovery-image] Aug 14 22:29:02.739 INFO O| Aug 14 22:29:02.739 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-14T22:29:04.105Z[ recovery-image] Aug 14 22:29:02.750 INFO O| Aug 14 22:29:02.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54842024-08-14T22:29:04.105Z[ recovery-image] Aug 14 22:29:02.750 INFO O| Aug 14 22:29:02.750 INFO STEP 543 (remove_files) COMPLETE
54852024-08-14T22:29:04.108Z[ recovery-image] Aug 14 22:29:02.750 INFO O| Aug 14 22:29:02.750 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-14T22:29:04.115Z[ recovery-image] Aug 14 22:29:02.760 INFO O| Aug 14 22:29:02.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54872024-08-14T22:29:04.115Z[ recovery-image] Aug 14 22:29:02.760 INFO O| Aug 14 22:29:02.760 INFO STEP 544 (remove_files) COMPLETE
54882024-08-14T22:29:04.118Z[ recovery-image] Aug 14 22:29:02.760 INFO O| Aug 14 22:29:02.760 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-14T22:29:04.125Z[ recovery-image] Aug 14 22:29:02.770 INFO O| Aug 14 22:29:02.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54902024-08-14T22:29:04.125Z[ recovery-image] Aug 14 22:29:02.770 INFO O| Aug 14 22:29:02.770 INFO STEP 545 (remove_files) COMPLETE
54912024-08-14T22:29:04.128Z[ recovery-image] Aug 14 22:29:02.770 INFO O| Aug 14 22:29:02.770 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-14T22:29:04.134Z[ recovery-image] Aug 14 22:29:02.780 INFO O| Aug 14 22:29:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54932024-08-14T22:29:04.134Z[ recovery-image] Aug 14 22:29:02.780 INFO O| Aug 14 22:29:02.780 INFO STEP 546 (remove_files) COMPLETE
54942024-08-14T22:29:04.137Z[ recovery-image] Aug 14 22:29:02.780 INFO O| Aug 14 22:29:02.780 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-14T22:29:04.144Z[ recovery-image] Aug 14 22:29:02.789 INFO O| Aug 14 22:29:02.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54962024-08-14T22:29:04.144Z[ recovery-image] Aug 14 22:29:02.789 INFO O| Aug 14 22:29:02.789 INFO STEP 547 (remove_files) COMPLETE
54972024-08-14T22:29:04.144Z[ recovery-image] Aug 14 22:29:02.789 INFO O| Aug 14 22:29:02.789 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-14T22:29:04.154Z[ recovery-image] Aug 14 22:29:02.799 INFO O| Aug 14 22:29:02.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54992024-08-14T22:29:04.154Z[ recovery-image] Aug 14 22:29:02.799 INFO O| Aug 14 22:29:02.799 INFO STEP 548 (remove_files) COMPLETE
55002024-08-14T22:29:04.154Z[ recovery-image] Aug 14 22:29:02.799 INFO O| Aug 14 22:29:02.799 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-14T22:29:04.164Z[ recovery-image] Aug 14 22:29:02.810 INFO O| Aug 14 22:29:02.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55022024-08-14T22:29:04.164Z[ recovery-image] Aug 14 22:29:02.810 INFO O| Aug 14 22:29:02.810 INFO STEP 549 (remove_files) COMPLETE
55032024-08-14T22:29:04.167Z[ recovery-image] Aug 14 22:29:02.810 INFO O| Aug 14 22:29:02.810 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-14T22:29:04.175Z[ recovery-image] Aug 14 22:29:02.820 INFO O| Aug 14 22:29:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55052024-08-14T22:29:04.175Z[ recovery-image] Aug 14 22:29:02.820 INFO O| Aug 14 22:29:02.820 INFO STEP 550 (remove_files) COMPLETE
55062024-08-14T22:29:04.175Z[ recovery-image] Aug 14 22:29:02.820 INFO O| Aug 14 22:29:02.820 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-14T22:29:04.185Z[ recovery-image] Aug 14 22:29:02.830 INFO O| Aug 14 22:29:02.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55082024-08-14T22:29:04.185Z[ recovery-image] Aug 14 22:29:02.830 INFO O| Aug 14 22:29:02.830 INFO STEP 551 (remove_files) COMPLETE
55092024-08-14T22:29:04.185Z[ recovery-image] Aug 14 22:29:02.830 INFO O| Aug 14 22:29:02.830 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-14T22:29:04.194Z[ recovery-image] Aug 14 22:29:02.840 INFO O| Aug 14 22:29:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55112024-08-14T22:29:04.197Z[ recovery-image] Aug 14 22:29:02.840 INFO O| Aug 14 22:29:02.840 INFO STEP 552 (remove_files) COMPLETE
55122024-08-14T22:29:04.197Z[ recovery-image] Aug 14 22:29:02.840 INFO O| Aug 14 22:29:02.840 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-14T22:29:04.206Z[ recovery-image] Aug 14 22:29:02.850 INFO O| Aug 14 22:29:02.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55142024-08-14T22:29:04.206Z[ recovery-image] Aug 14 22:29:02.850 INFO O| Aug 14 22:29:02.850 INFO STEP 553 (remove_files) COMPLETE
55152024-08-14T22:29:04.206Z[ recovery-image] Aug 14 22:29:02.850 INFO O| Aug 14 22:29:02.850 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-14T22:29:04.216Z[ recovery-image] Aug 14 22:29:02.861 INFO O| Aug 14 22:29:02.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55172024-08-14T22:29:04.216Z[ recovery-image] Aug 14 22:29:02.861 INFO O| Aug 14 22:29:02.861 INFO STEP 554 (remove_files) COMPLETE
55182024-08-14T22:29:04.219Z[ recovery-image] Aug 14 22:29:02.861 INFO O| Aug 14 22:29:02.861 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-14T22:29:04.228Z[ recovery-image] Aug 14 22:29:02.873 INFO O| Aug 14 22:29:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55202024-08-14T22:29:04.230Z[ recovery-image] Aug 14 22:29:02.873 INFO O| Aug 14 22:29:02.873 INFO STEP 555 (remove_files) COMPLETE
55212024-08-14T22:29:04.230Z[ recovery-image] Aug 14 22:29:02.873 INFO O| Aug 14 22:29:02.873 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-14T22:29:04.240Z[ recovery-image] Aug 14 22:29:02.886 INFO O| Aug 14 22:29:02.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55232024-08-14T22:29:04.240Z[ recovery-image] Aug 14 22:29:02.886 INFO O| Aug 14 22:29:02.886 INFO STEP 556 (remove_files) COMPLETE
55242024-08-14T22:29:04.241Z[ recovery-image] Aug 14 22:29:02.886 INFO O| Aug 14 22:29:02.886 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-14T22:29:04.251Z[ recovery-image] Aug 14 22:29:02.897 INFO O| Aug 14 22:29:02.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55262024-08-14T22:29:04.251Z[ recovery-image] Aug 14 22:29:02.897 INFO O| Aug 14 22:29:02.897 INFO STEP 557 (remove_files) COMPLETE
55272024-08-14T22:29:04.251Z[ recovery-image] Aug 14 22:29:02.897 INFO O| Aug 14 22:29:02.897 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-14T22:29:04.262Z[ recovery-image] Aug 14 22:29:02.907 INFO O| Aug 14 22:29:02.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55292024-08-14T22:29:04.264Z[ recovery-image] Aug 14 22:29:02.908 INFO O| Aug 14 22:29:02.908 INFO STEP 558 (remove_files) COMPLETE
55302024-08-14T22:29:04.264Z[ recovery-image] Aug 14 22:29:02.908 INFO O| Aug 14 22:29:02.908 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-14T22:29:04.273Z[ recovery-image] Aug 14 22:29:02.918 INFO O| Aug 14 22:29:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55322024-08-14T22:29:04.273Z[ recovery-image] Aug 14 22:29:02.918 INFO O| Aug 14 22:29:02.918 INFO STEP 559 (remove_files) COMPLETE
55332024-08-14T22:29:04.273Z[ recovery-image] Aug 14 22:29:02.918 INFO O| Aug 14 22:29:02.918 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-14T22:29:04.284Z[ recovery-image] Aug 14 22:29:02.929 INFO O| Aug 14 22:29:02.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55352024-08-14T22:29:04.284Z[ recovery-image] Aug 14 22:29:02.929 INFO O| Aug 14 22:29:02.929 INFO STEP 560 (remove_files) COMPLETE
55362024-08-14T22:29:04.284Z[ recovery-image] Aug 14 22:29:02.929 INFO O| Aug 14 22:29:02.929 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-14T22:29:04.294Z[ recovery-image] Aug 14 22:29:02.939 INFO O| Aug 14 22:29:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55382024-08-14T22:29:04.294Z[ recovery-image] Aug 14 22:29:02.939 INFO O| Aug 14 22:29:02.939 INFO STEP 561 (remove_files) COMPLETE
55392024-08-14T22:29:04.296Z[ recovery-image] Aug 14 22:29:02.939 INFO O| Aug 14 22:29:02.939 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-14T22:29:04.304Z[ recovery-image] Aug 14 22:29:02.949 INFO O| Aug 14 22:29:02.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55412024-08-14T22:29:04.304Z[ recovery-image] Aug 14 22:29:02.949 INFO O| Aug 14 22:29:02.949 INFO STEP 562 (remove_files) COMPLETE
55422024-08-14T22:29:04.307Z[ recovery-image] Aug 14 22:29:02.949 INFO O| Aug 14 22:29:02.949 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-14T22:29:04.314Z[ recovery-image] Aug 14 22:29:02.959 INFO O| Aug 14 22:29:02.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55442024-08-14T22:29:04.314Z[ recovery-image] Aug 14 22:29:02.959 INFO O| Aug 14 22:29:02.959 INFO STEP 563 (remove_files) COMPLETE
55452024-08-14T22:29:04.314Z[ recovery-image] Aug 14 22:29:02.959 INFO O| Aug 14 22:29:02.959 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-14T22:29:04.324Z[ recovery-image] Aug 14 22:29:02.969 INFO O| Aug 14 22:29:02.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55472024-08-14T22:29:04.326Z[ recovery-image] Aug 14 22:29:02.969 INFO O| Aug 14 22:29:02.969 INFO STEP 564 (remove_files) COMPLETE
55482024-08-14T22:29:04.326Z[ recovery-image] Aug 14 22:29:02.969 INFO O| Aug 14 22:29:02.969 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-14T22:29:04.333Z[ recovery-image] Aug 14 22:29:02.978 INFO O| Aug 14 22:29:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55502024-08-14T22:29:04.333Z[ recovery-image] Aug 14 22:29:02.979 INFO O| Aug 14 22:29:02.979 INFO STEP 565 (remove_files) COMPLETE
55512024-08-14T22:29:04.336Z[ recovery-image] Aug 14 22:29:02.979 INFO O| Aug 14 22:29:02.979 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-14T22:29:04.343Z[ recovery-image] Aug 14 22:29:02.988 INFO O| Aug 14 22:29:02.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55532024-08-14T22:29:04.343Z[ recovery-image] Aug 14 22:29:02.988 INFO O| Aug 14 22:29:02.988 INFO STEP 566 (remove_files) COMPLETE
55542024-08-14T22:29:04.343Z[ recovery-image] Aug 14 22:29:02.988 INFO O| Aug 14 22:29:02.988 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-14T22:29:04.352Z[ recovery-image] Aug 14 22:29:02.997 INFO O| Aug 14 22:29:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55562024-08-14T22:29:04.352Z[ recovery-image] Aug 14 22:29:02.998 INFO O| Aug 14 22:29:02.997 INFO STEP 567 (remove_files) COMPLETE
55572024-08-14T22:29:04.355Z[ recovery-image] Aug 14 22:29:02.998 INFO O| Aug 14 22:29:02.997 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-14T22:29:04.362Z[ recovery-image] Aug 14 22:29:03.008 INFO O| Aug 14 22:29:03.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55592024-08-14T22:29:04.363Z[ recovery-image] Aug 14 22:29:03.008 INFO O| Aug 14 22:29:03.008 INFO STEP 568 (remove_files) COMPLETE
55602024-08-14T22:29:04.365Z[ recovery-image] Aug 14 22:29:03.008 INFO O| Aug 14 22:29:03.008 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-14T22:29:04.372Z[ recovery-image] Aug 14 22:29:03.018 INFO O| Aug 14 22:29:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55622024-08-14T22:29:04.372Z[ recovery-image] Aug 14 22:29:03.018 INFO O| Aug 14 22:29:03.018 INFO STEP 569 (remove_files) COMPLETE
55632024-08-14T22:29:04.375Z[ recovery-image] Aug 14 22:29:03.018 INFO O| Aug 14 22:29:03.018 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-14T22:29:04.382Z[ recovery-image] Aug 14 22:29:03.027 INFO O| Aug 14 22:29:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55652024-08-14T22:29:04.382Z[ recovery-image] Aug 14 22:29:03.028 INFO O| Aug 14 22:29:03.028 INFO STEP 570 (remove_files) COMPLETE
55662024-08-14T22:29:04.382Z[ recovery-image] Aug 14 22:29:03.028 INFO O| Aug 14 22:29:03.028 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-14T22:29:04.392Z[ recovery-image] Aug 14 22:29:03.037 INFO O| Aug 14 22:29:03.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55682024-08-14T22:29:04.392Z[ recovery-image] Aug 14 22:29:03.037 INFO O| Aug 14 22:29:03.037 INFO STEP 571 (remove_files) COMPLETE
55692024-08-14T22:29:04.392Z[ recovery-image] Aug 14 22:29:03.037 INFO O| Aug 14 22:29:03.037 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-14T22:29:04.402Z[ recovery-image] Aug 14 22:29:03.047 INFO O| Aug 14 22:29:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55712024-08-14T22:29:04.402Z[ recovery-image] Aug 14 22:29:03.047 INFO O| Aug 14 22:29:03.047 INFO STEP 572 (remove_files) COMPLETE
55722024-08-14T22:29:04.402Z[ recovery-image] Aug 14 22:29:03.047 INFO O| Aug 14 22:29:03.047 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-14T22:29:04.411Z[ recovery-image] Aug 14 22:29:03.056 INFO O| Aug 14 22:29:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55742024-08-14T22:29:04.414Z[ recovery-image] Aug 14 22:29:03.056 INFO O| Aug 14 22:29:03.056 INFO STEP 573 (remove_files) COMPLETE
55752024-08-14T22:29:04.414Z[ recovery-image] Aug 14 22:29:03.057 INFO O| Aug 14 22:29:03.056 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-14T22:29:04.421Z[ recovery-image] Aug 14 22:29:03.066 INFO O| Aug 14 22:29:03.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55772024-08-14T22:29:04.421Z[ recovery-image] Aug 14 22:29:03.066 INFO O| Aug 14 22:29:03.066 INFO STEP 574 (remove_files) COMPLETE
55782024-08-14T22:29:04.423Z[ recovery-image] Aug 14 22:29:03.066 INFO O| Aug 14 22:29:03.066 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-14T22:29:04.430Z[ recovery-image] Aug 14 22:29:03.075 INFO O| Aug 14 22:29:03.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55802024-08-14T22:29:04.430Z[ recovery-image] Aug 14 22:29:03.075 INFO O| Aug 14 22:29:03.075 INFO STEP 575 (remove_files) COMPLETE
55812024-08-14T22:29:04.433Z[ recovery-image] Aug 14 22:29:03.075 INFO O| Aug 14 22:29:03.075 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-14T22:29:04.439Z[ recovery-image] Aug 14 22:29:03.085 INFO O| Aug 14 22:29:03.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55832024-08-14T22:29:04.439Z[ recovery-image] Aug 14 22:29:03.085 INFO O| Aug 14 22:29:03.085 INFO STEP 576 (remove_files) COMPLETE
55842024-08-14T22:29:04.442Z[ recovery-image] Aug 14 22:29:03.085 INFO O| Aug 14 22:29:03.085 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-14T22:29:04.449Z[ recovery-image] Aug 14 22:29:03.094 INFO O| Aug 14 22:29:03.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55862024-08-14T22:29:04.449Z[ recovery-image] Aug 14 22:29:03.094 INFO O| Aug 14 22:29:03.094 INFO STEP 577 (remove_files) COMPLETE
55872024-08-14T22:29:04.451Z[ recovery-image] Aug 14 22:29:03.094 INFO O| Aug 14 22:29:03.094 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-14T22:29:04.458Z[ recovery-image] Aug 14 22:29:03.103 INFO O| Aug 14 22:29:03.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55892024-08-14T22:29:04.458Z[ recovery-image] Aug 14 22:29:03.103 INFO O| Aug 14 22:29:03.103 INFO STEP 578 (remove_files) COMPLETE
55902024-08-14T22:29:04.458Z[ recovery-image] Aug 14 22:29:03.103 INFO O| Aug 14 22:29:03.103 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-14T22:29:04.467Z[ recovery-image] Aug 14 22:29:03.113 INFO O| Aug 14 22:29:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55922024-08-14T22:29:04.467Z[ recovery-image] Aug 14 22:29:03.113 INFO O| Aug 14 22:29:03.113 INFO STEP 579 (remove_files) COMPLETE
55932024-08-14T22:29:04.468Z[ recovery-image] Aug 14 22:29:03.113 INFO O| Aug 14 22:29:03.113 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-14T22:29:04.478Z[ recovery-image] Aug 14 22:29:03.122 INFO O| Aug 14 22:29:03.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55952024-08-14T22:29:04.478Z[ recovery-image] Aug 14 22:29:03.122 INFO O| Aug 14 22:29:03.122 INFO STEP 580 (remove_files) COMPLETE
55962024-08-14T22:29:04.480Z[ recovery-image] Aug 14 22:29:03.122 INFO O| Aug 14 22:29:03.122 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-14T22:29:04.487Z[ recovery-image] Aug 14 22:29:03.132 INFO O| Aug 14 22:29:03.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55982024-08-14T22:29:04.487Z[ recovery-image] Aug 14 22:29:03.132 INFO O| Aug 14 22:29:03.132 INFO STEP 581 (remove_files) COMPLETE
55992024-08-14T22:29:04.490Z[ recovery-image] Aug 14 22:29:03.132 INFO O| Aug 14 22:29:03.132 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-14T22:29:04.497Z[ recovery-image] Aug 14 22:29:03.142 INFO O| Aug 14 22:29:03.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56012024-08-14T22:29:04.499Z[ recovery-image] Aug 14 22:29:03.142 INFO O| Aug 14 22:29:03.142 INFO STEP 582 (remove_files) COMPLETE
56022024-08-14T22:29:04.499Z[ recovery-image] Aug 14 22:29:03.142 INFO O| Aug 14 22:29:03.142 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-14T22:29:04.506Z[ recovery-image] Aug 14 22:29:03.152 INFO O| Aug 14 22:29:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56042024-08-14T22:29:04.509Z[ recovery-image] Aug 14 22:29:03.152 INFO O| Aug 14 22:29:03.152 INFO STEP 583 (remove_files) COMPLETE
56052024-08-14T22:29:04.509Z[ recovery-image] Aug 14 22:29:03.152 INFO O| Aug 14 22:29:03.152 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-14T22:29:04.516Z[ recovery-image] Aug 14 22:29:03.161 INFO O| Aug 14 22:29:03.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56072024-08-14T22:29:04.516Z[ recovery-image] Aug 14 22:29:03.161 INFO O| Aug 14 22:29:03.161 INFO STEP 584 (remove_files) COMPLETE
56082024-08-14T22:29:04.516Z[ recovery-image] Aug 14 22:29:03.161 INFO O| Aug 14 22:29:03.161 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-14T22:29:04.526Z[ recovery-image] Aug 14 22:29:03.171 INFO O| Aug 14 22:29:03.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56102024-08-14T22:29:04.526Z[ recovery-image] Aug 14 22:29:03.171 INFO O| Aug 14 22:29:03.171 INFO STEP 585 (remove_files) COMPLETE
56112024-08-14T22:29:04.526Z[ recovery-image] Aug 14 22:29:03.171 INFO O| Aug 14 22:29:03.171 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-14T22:29:04.535Z[ recovery-image] Aug 14 22:29:03.181 INFO O| Aug 14 22:29:03.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56132024-08-14T22:29:04.535Z[ recovery-image] Aug 14 22:29:03.181 INFO O| Aug 14 22:29:03.181 INFO STEP 586 (remove_files) COMPLETE
56142024-08-14T22:29:04.538Z[ recovery-image] Aug 14 22:29:03.181 INFO O| Aug 14 22:29:03.181 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-14T22:29:04.545Z[ recovery-image] Aug 14 22:29:03.190 INFO O| Aug 14 22:29:03.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56162024-08-14T22:29:04.545Z[ recovery-image] Aug 14 22:29:03.190 INFO O| Aug 14 22:29:03.190 INFO STEP 587 (remove_files) COMPLETE
56172024-08-14T22:29:04.545Z[ recovery-image] Aug 14 22:29:03.190 INFO O| Aug 14 22:29:03.190 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-14T22:29:04.554Z[ recovery-image] Aug 14 22:29:03.199 INFO O| Aug 14 22:29:03.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56192024-08-14T22:29:04.554Z[ recovery-image] Aug 14 22:29:03.199 INFO O| Aug 14 22:29:03.199 INFO STEP 588 (remove_files) COMPLETE
56202024-08-14T22:29:04.556Z[ recovery-image] Aug 14 22:29:03.199 INFO O| Aug 14 22:29:03.199 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-14T22:29:04.563Z[ recovery-image] Aug 14 22:29:03.209 INFO O| Aug 14 22:29:03.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56222024-08-14T22:29:04.566Z[ recovery-image] Aug 14 22:29:03.209 INFO O| Aug 14 22:29:03.209 INFO STEP 589 (remove_files) COMPLETE
56232024-08-14T22:29:04.566Z[ recovery-image] Aug 14 22:29:03.209 INFO O| Aug 14 22:29:03.209 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-14T22:29:04.573Z[ recovery-image] Aug 14 22:29:03.218 INFO O| Aug 14 22:29:03.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56252024-08-14T22:29:04.573Z[ recovery-image] Aug 14 22:29:03.218 INFO O| Aug 14 22:29:03.218 INFO STEP 590 (remove_files) COMPLETE
56262024-08-14T22:29:04.576Z[ recovery-image] Aug 14 22:29:03.218 INFO O| Aug 14 22:29:03.218 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-14T22:29:04.583Z[ recovery-image] Aug 14 22:29:03.228 INFO O| Aug 14 22:29:03.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56282024-08-14T22:29:04.585Z[ recovery-image] Aug 14 22:29:03.228 INFO O| Aug 14 22:29:03.228 INFO STEP 591 (remove_files) COMPLETE
56292024-08-14T22:29:04.585Z[ recovery-image] Aug 14 22:29:03.228 INFO O| Aug 14 22:29:03.228 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-14T22:29:04.593Z[ recovery-image] Aug 14 22:29:03.238 INFO O| Aug 14 22:29:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56312024-08-14T22:29:04.595Z[ recovery-image] Aug 14 22:29:03.239 INFO O| Aug 14 22:29:03.238 INFO STEP 592 (remove_files) COMPLETE
56322024-08-14T22:29:04.595Z[ recovery-image] Aug 14 22:29:03.239 INFO O| Aug 14 22:29:03.238 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-14T22:29:04.603Z[ recovery-image] Aug 14 22:29:03.248 INFO O| Aug 14 22:29:03.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56342024-08-14T22:29:04.605Z[ recovery-image] Aug 14 22:29:03.248 INFO O| Aug 14 22:29:03.248 INFO STEP 593 (remove_files) COMPLETE
56352024-08-14T22:29:04.605Z[ recovery-image] Aug 14 22:29:03.248 INFO O| Aug 14 22:29:03.248 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-14T22:29:04.612Z[ recovery-image] Aug 14 22:29:03.258 INFO O| Aug 14 22:29:03.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56372024-08-14T22:29:04.615Z[ recovery-image] Aug 14 22:29:03.258 INFO O| Aug 14 22:29:03.258 INFO STEP 594 (remove_files) COMPLETE
56382024-08-14T22:29:04.615Z[ recovery-image] Aug 14 22:29:03.258 INFO O| Aug 14 22:29:03.258 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-14T22:29:04.622Z[ recovery-image] Aug 14 22:29:03.268 INFO O| Aug 14 22:29:03.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56402024-08-14T22:29:04.622Z[ recovery-image] Aug 14 22:29:03.268 INFO O| Aug 14 22:29:03.268 INFO STEP 595 (remove_files) COMPLETE
56412024-08-14T22:29:04.625Z[ recovery-image] Aug 14 22:29:03.268 INFO O| Aug 14 22:29:03.268 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-14T22:29:04.632Z[ recovery-image] Aug 14 22:29:03.277 INFO O| Aug 14 22:29:03.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56432024-08-14T22:29:04.632Z[ recovery-image] Aug 14 22:29:03.277 INFO O| Aug 14 22:29:03.277 INFO STEP 596 (remove_files) COMPLETE
56442024-08-14T22:29:04.635Z[ recovery-image] Aug 14 22:29:03.277 INFO O| Aug 14 22:29:03.277 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-14T22:29:04.642Z[ recovery-image] Aug 14 22:29:03.287 INFO O| Aug 14 22:29:03.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56462024-08-14T22:29:04.642Z[ recovery-image] Aug 14 22:29:03.287 INFO O| Aug 14 22:29:03.287 INFO STEP 597 (remove_files) COMPLETE
56472024-08-14T22:29:04.642Z[ recovery-image] Aug 14 22:29:03.287 INFO O| Aug 14 22:29:03.287 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-14T22:29:04.651Z[ recovery-image] Aug 14 22:29:03.296 INFO O| Aug 14 22:29:03.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56492024-08-14T22:29:04.651Z[ recovery-image] Aug 14 22:29:03.297 INFO O| Aug 14 22:29:03.297 INFO STEP 598 (remove_files) COMPLETE
56502024-08-14T22:29:04.654Z[ recovery-image] Aug 14 22:29:03.297 INFO O| Aug 14 22:29:03.297 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-14T22:29:04.661Z[ recovery-image] Aug 14 22:29:03.306 INFO O| Aug 14 22:29:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56522024-08-14T22:29:04.664Z[ recovery-image] Aug 14 22:29:03.306 INFO O| Aug 14 22:29:03.306 INFO STEP 599 (remove_files) COMPLETE
56532024-08-14T22:29:04.664Z[ recovery-image] Aug 14 22:29:03.306 INFO O| Aug 14 22:29:03.306 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-14T22:29:04.671Z[ recovery-image] Aug 14 22:29:03.316 INFO O| Aug 14 22:29:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56552024-08-14T22:29:04.673Z[ recovery-image] Aug 14 22:29:03.316 INFO O| Aug 14 22:29:03.316 INFO STEP 600 (remove_files) COMPLETE
56562024-08-14T22:29:04.674Z[ recovery-image] Aug 14 22:29:03.316 INFO O| Aug 14 22:29:03.316 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-14T22:29:04.681Z[ recovery-image] Aug 14 22:29:03.326 INFO O| Aug 14 22:29:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56582024-08-14T22:29:04.681Z[ recovery-image] Aug 14 22:29:03.326 INFO O| Aug 14 22:29:03.326 INFO STEP 601 (remove_files) COMPLETE
56592024-08-14T22:29:04.681Z[ recovery-image] Aug 14 22:29:03.326 INFO O| Aug 14 22:29:03.326 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-14T22:29:04.690Z[ recovery-image] Aug 14 22:29:03.335 INFO O| Aug 14 22:29:03.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56612024-08-14T22:29:04.690Z[ recovery-image] Aug 14 22:29:03.336 INFO O| Aug 14 22:29:03.336 INFO STEP 602 (remove_files) COMPLETE
56622024-08-14T22:29:04.692Z[ recovery-image] Aug 14 22:29:03.336 INFO O| Aug 14 22:29:03.336 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-14T22:29:04.700Z[ recovery-image] Aug 14 22:29:03.345 INFO O| Aug 14 22:29:03.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56642024-08-14T22:29:04.700Z[ recovery-image] Aug 14 22:29:03.345 INFO O| Aug 14 22:29:03.345 INFO STEP 603 (remove_files) COMPLETE
56652024-08-14T22:29:04.700Z[ recovery-image] Aug 14 22:29:03.345 INFO O| Aug 14 22:29:03.345 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-14T22:29:04.710Z[ recovery-image] Aug 14 22:29:03.355 INFO O| Aug 14 22:29:03.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56672024-08-14T22:29:04.713Z[ recovery-image] Aug 14 22:29:03.355 INFO O| Aug 14 22:29:03.355 INFO STEP 604 (remove_files) COMPLETE
56682024-08-14T22:29:04.713Z[ recovery-image] Aug 14 22:29:03.355 INFO O| Aug 14 22:29:03.355 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-14T22:29:04.720Z[ recovery-image] Aug 14 22:29:03.365 INFO O| Aug 14 22:29:03.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56702024-08-14T22:29:04.720Z[ recovery-image] Aug 14 22:29:03.365 INFO O| Aug 14 22:29:03.365 INFO STEP 605 (remove_files) COMPLETE
56712024-08-14T22:29:04.720Z[ recovery-image] Aug 14 22:29:03.365 INFO O| Aug 14 22:29:03.365 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-14T22:29:04.729Z[ recovery-image] Aug 14 22:29:03.374 INFO O| Aug 14 22:29:03.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56732024-08-14T22:29:04.729Z[ recovery-image] Aug 14 22:29:03.374 INFO O| Aug 14 22:29:03.374 INFO STEP 606 (remove_files) COMPLETE
56742024-08-14T22:29:04.729Z[ recovery-image] Aug 14 22:29:03.374 INFO O| Aug 14 22:29:03.374 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-14T22:29:04.739Z[ recovery-image] Aug 14 22:29:03.384 INFO O| Aug 14 22:29:03.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56762024-08-14T22:29:04.739Z[ recovery-image] Aug 14 22:29:03.384 INFO O| Aug 14 22:29:03.384 INFO STEP 607 (remove_files) COMPLETE
56772024-08-14T22:29:04.741Z[ recovery-image] Aug 14 22:29:03.384 INFO O| Aug 14 22:29:03.384 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-14T22:29:04.748Z[ recovery-image] Aug 14 22:29:03.394 INFO O| Aug 14 22:29:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56792024-08-14T22:29:04.748Z[ recovery-image] Aug 14 22:29:03.394 INFO O| Aug 14 22:29:03.394 INFO STEP 608 (remove_files) COMPLETE
56802024-08-14T22:29:04.751Z[ recovery-image] Aug 14 22:29:03.394 INFO O| Aug 14 22:29:03.394 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-14T22:29:04.758Z[ recovery-image] Aug 14 22:29:03.403 INFO O| Aug 14 22:29:03.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56822024-08-14T22:29:04.758Z[ recovery-image] Aug 14 22:29:03.404 INFO O| Aug 14 22:29:03.404 INFO STEP 609 (remove_files) COMPLETE
56832024-08-14T22:29:04.761Z[ recovery-image] Aug 14 22:29:03.404 INFO O| Aug 14 22:29:03.404 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-14T22:29:04.769Z[ recovery-image] Aug 14 22:29:03.414 INFO O| Aug 14 22:29:03.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56852024-08-14T22:29:04.769Z[ recovery-image] Aug 14 22:29:03.414 INFO O| Aug 14 22:29:03.414 INFO STEP 610 (remove_files) COMPLETE
56862024-08-14T22:29:04.771Z[ recovery-image] Aug 14 22:29:03.414 INFO O| Aug 14 22:29:03.414 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-14T22:29:04.779Z[ recovery-image] Aug 14 22:29:03.424 INFO O| Aug 14 22:29:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56882024-08-14T22:29:04.779Z[ recovery-image] Aug 14 22:29:03.424 INFO O| Aug 14 22:29:03.424 INFO STEP 611 (remove_files) COMPLETE
56892024-08-14T22:29:04.781Z[ recovery-image] Aug 14 22:29:03.424 INFO O| Aug 14 22:29:03.424 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-14T22:29:04.789Z[ recovery-image] Aug 14 22:29:03.434 INFO O| Aug 14 22:29:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56912024-08-14T22:29:04.789Z[ recovery-image] Aug 14 22:29:03.434 INFO O| Aug 14 22:29:03.434 INFO STEP 612 (remove_files) COMPLETE
56922024-08-14T22:29:04.789Z[ recovery-image] Aug 14 22:29:03.434 INFO O| Aug 14 22:29:03.434 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-14T22:29:04.800Z[ recovery-image] Aug 14 22:29:03.445 INFO O| Aug 14 22:29:03.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56942024-08-14T22:29:04.800Z[ recovery-image] Aug 14 22:29:03.446 INFO O| Aug 14 22:29:03.446 INFO STEP 613 (remove_files) COMPLETE
56952024-08-14T22:29:04.800Z[ recovery-image] Aug 14 22:29:03.446 INFO O| Aug 14 22:29:03.446 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-14T22:29:04.812Z[ recovery-image] Aug 14 22:29:03.458 INFO O| Aug 14 22:29:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56972024-08-14T22:29:04.813Z[ recovery-image] Aug 14 22:29:03.458 INFO O| Aug 14 22:29:03.458 INFO STEP 614 (remove_files) COMPLETE
56982024-08-14T22:29:04.815Z[ recovery-image] Aug 14 22:29:03.458 INFO O| Aug 14 22:29:03.458 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-14T22:29:04.826Z[ recovery-image] Aug 14 22:29:03.471 INFO O| Aug 14 22:29:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57002024-08-14T22:29:04.826Z[ recovery-image] Aug 14 22:29:03.471 INFO O| Aug 14 22:29:03.471 INFO STEP 615 (remove_files) COMPLETE
57012024-08-14T22:29:04.828Z[ recovery-image] Aug 14 22:29:03.471 INFO O| Aug 14 22:29:03.471 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-14T22:29:04.837Z[ recovery-image] Aug 14 22:29:03.482 INFO O| Aug 14 22:29:03.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57032024-08-14T22:29:04.839Z[ recovery-image] Aug 14 22:29:03.483 INFO O| Aug 14 22:29:03.483 INFO STEP 616 (remove_files) COMPLETE
57042024-08-14T22:29:04.839Z[ recovery-image] Aug 14 22:29:03.483 INFO O| Aug 14 22:29:03.483 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-14T22:29:04.847Z[ recovery-image] Aug 14 22:29:03.492 INFO O| Aug 14 22:29:03.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57062024-08-14T22:29:04.850Z[ recovery-image] Aug 14 22:29:03.493 INFO O| Aug 14 22:29:03.492 INFO STEP 617 (remove_files) COMPLETE
57072024-08-14T22:29:04.850Z[ recovery-image] Aug 14 22:29:03.493 INFO O| Aug 14 22:29:03.493 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-14T22:29:04.857Z[ recovery-image] Aug 14 22:29:03.503 INFO O| Aug 14 22:29:03.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57092024-08-14T22:29:04.863Z[ recovery-image] Aug 14 22:29:03.503 INFO O| Aug 14 22:29:03.503 INFO STEP 618 (remove_files) COMPLETE
57102024-08-14T22:29:04.863Z[ recovery-image] Aug 14 22:29:03.503 INFO O| Aug 14 22:29:03.503 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-14T22:29:04.869Z[ recovery-image] Aug 14 22:29:03.512 INFO O| Aug 14 22:29:03.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57122024-08-14T22:29:04.869Z[ recovery-image] Aug 14 22:29:03.512 INFO O| Aug 14 22:29:03.512 INFO STEP 619 (remove_files) COMPLETE
57132024-08-14T22:29:04.869Z[ recovery-image] Aug 14 22:29:03.513 INFO O| Aug 14 22:29:03.512 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-14T22:29:04.878Z[ recovery-image] Aug 14 22:29:03.523 INFO O| Aug 14 22:29:03.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57152024-08-14T22:29:04.878Z[ recovery-image] Aug 14 22:29:03.523 INFO O| Aug 14 22:29:03.523 INFO STEP 620 (remove_files) COMPLETE
57162024-08-14T22:29:04.885Z[ recovery-image] Aug 14 22:29:03.523 INFO O| Aug 14 22:29:03.523 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-14T22:29:04.888Z[ recovery-image] Aug 14 22:29:03.533 INFO O| Aug 14 22:29:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57182024-08-14T22:29:04.891Z[ recovery-image] Aug 14 22:29:03.533 INFO O| Aug 14 22:29:03.533 INFO STEP 621 (remove_files) COMPLETE
57192024-08-14T22:29:04.891Z[ recovery-image] Aug 14 22:29:03.533 INFO O| Aug 14 22:29:03.533 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-14T22:29:04.898Z[ recovery-image] Aug 14 22:29:03.543 INFO O| Aug 14 22:29:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57212024-08-14T22:29:04.898Z[ recovery-image] Aug 14 22:29:03.543 INFO O| Aug 14 22:29:03.543 INFO STEP 622 (remove_files) COMPLETE
57222024-08-14T22:29:04.901Z[ recovery-image] Aug 14 22:29:03.544 INFO O| Aug 14 22:29:03.543 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-14T22:29:04.909Z[ recovery-image] Aug 14 22:29:03.554 INFO O| Aug 14 22:29:03.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57242024-08-14T22:29:04.909Z[ recovery-image] Aug 14 22:29:03.554 INFO O| Aug 14 22:29:03.554 INFO STEP 623 (remove_files) COMPLETE
57252024-08-14T22:29:04.909Z[ recovery-image] Aug 14 22:29:03.554 INFO O| Aug 14 22:29:03.554 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-14T22:29:04.920Z[ recovery-image] Aug 14 22:29:03.564 INFO O| Aug 14 22:29:03.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57272024-08-14T22:29:04.920Z[ recovery-image] Aug 14 22:29:03.564 INFO O| Aug 14 22:29:03.564 INFO STEP 624 (remove_files) COMPLETE
57282024-08-14T22:29:04.923Z[ recovery-image] Aug 14 22:29:03.564 INFO O| Aug 14 22:29:03.564 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-14T22:29:04.929Z[ recovery-image] Aug 14 22:29:03.574 INFO O| Aug 14 22:29:03.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57302024-08-14T22:29:04.931Z[ recovery-image] Aug 14 22:29:03.574 INFO O| Aug 14 22:29:03.574 INFO STEP 625 (remove_files) COMPLETE
57312024-08-14T22:29:04.931Z[ recovery-image] Aug 14 22:29:03.574 INFO O| Aug 14 22:29:03.574 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-14T22:29:04.939Z[ recovery-image] Aug 14 22:29:03.584 INFO O| Aug 14 22:29:03.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57332024-08-14T22:29:04.941Z[ recovery-image] Aug 14 22:29:03.584 INFO O| Aug 14 22:29:03.584 INFO STEP 626 (remove_files) COMPLETE
57342024-08-14T22:29:04.941Z[ recovery-image] Aug 14 22:29:03.584 INFO O| Aug 14 22:29:03.584 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-14T22:29:04.949Z[ recovery-image] Aug 14 22:29:03.594 INFO O| Aug 14 22:29:03.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57362024-08-14T22:29:04.949Z[ recovery-image] Aug 14 22:29:03.594 INFO O| Aug 14 22:29:03.594 INFO STEP 627 (remove_files) COMPLETE
57372024-08-14T22:29:04.951Z[ recovery-image] Aug 14 22:29:03.594 INFO O| Aug 14 22:29:03.594 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-14T22:29:04.959Z[ recovery-image] Aug 14 22:29:03.604 INFO O| Aug 14 22:29:03.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57392024-08-14T22:29:04.961Z[ recovery-image] Aug 14 22:29:03.604 INFO O| Aug 14 22:29:03.604 INFO STEP 628 (remove_files) COMPLETE
57402024-08-14T22:29:04.962Z[ recovery-image] Aug 14 22:29:03.604 INFO O| Aug 14 22:29:03.604 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-14T22:29:04.969Z[ recovery-image] Aug 14 22:29:03.614 INFO O| Aug 14 22:29:03.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57422024-08-14T22:29:04.969Z[ recovery-image] Aug 14 22:29:03.614 INFO O| Aug 14 22:29:03.614 INFO STEP 629 (remove_files) COMPLETE
57432024-08-14T22:29:04.971Z[ recovery-image] Aug 14 22:29:03.614 INFO O| Aug 14 22:29:03.614 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-14T22:29:04.979Z[ recovery-image] Aug 14 22:29:03.624 INFO O| Aug 14 22:29:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57452024-08-14T22:29:04.979Z[ recovery-image] Aug 14 22:29:03.625 INFO O| Aug 14 22:29:03.624 INFO STEP 630 (remove_files) COMPLETE
57462024-08-14T22:29:04.979Z[ recovery-image] Aug 14 22:29:03.625 INFO O| Aug 14 22:29:03.625 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-14T22:29:04.989Z[ recovery-image] Aug 14 22:29:03.634 INFO O| Aug 14 22:29:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57482024-08-14T22:29:04.989Z[ recovery-image] Aug 14 22:29:03.634 INFO O| Aug 14 22:29:03.634 INFO STEP 631 (remove_files) COMPLETE
57492024-08-14T22:29:04.989Z[ recovery-image] Aug 14 22:29:03.634 INFO O| Aug 14 22:29:03.634 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-14T22:29:04.998Z[ recovery-image] Aug 14 22:29:03.644 INFO O| Aug 14 22:29:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57512024-08-14T22:29:04.999Z[ recovery-image] Aug 14 22:29:03.644 INFO O| Aug 14 22:29:03.644 INFO STEP 632 (remove_files) COMPLETE
57522024-08-14T22:29:04.999Z[ recovery-image] Aug 14 22:29:03.644 INFO O| Aug 14 22:29:03.644 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-14T22:29:05.008Z[ recovery-image] Aug 14 22:29:03.653 INFO O| Aug 14 22:29:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57542024-08-14T22:29:05.008Z[ recovery-image] Aug 14 22:29:03.653 INFO O| Aug 14 22:29:03.653 INFO STEP 633 (remove_files) COMPLETE
57552024-08-14T22:29:05.008Z[ recovery-image] Aug 14 22:29:03.653 INFO O| Aug 14 22:29:03.653 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-14T22:29:05.018Z[ recovery-image] Aug 14 22:29:03.663 INFO O| Aug 14 22:29:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57572024-08-14T22:29:05.018Z[ recovery-image] Aug 14 22:29:03.663 INFO O| Aug 14 22:29:03.663 INFO STEP 634 (remove_files) COMPLETE
57582024-08-14T22:29:05.022Z[ recovery-image] Aug 14 22:29:03.663 INFO O| Aug 14 22:29:03.663 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-14T22:29:05.028Z[ recovery-image] Aug 14 22:29:03.673 INFO O| Aug 14 22:29:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57602024-08-14T22:29:05.028Z[ recovery-image] Aug 14 22:29:03.673 INFO O| Aug 14 22:29:03.673 INFO STEP 635 (remove_files) COMPLETE
57612024-08-14T22:29:05.030Z[ recovery-image] Aug 14 22:29:03.673 INFO O| Aug 14 22:29:03.673 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-14T22:29:05.038Z[ recovery-image] Aug 14 22:29:03.683 INFO O| Aug 14 22:29:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57632024-08-14T22:29:05.038Z[ recovery-image] Aug 14 22:29:03.683 INFO O| Aug 14 22:29:03.683 INFO STEP 636 (remove_files) COMPLETE
57642024-08-14T22:29:05.040Z[ recovery-image] Aug 14 22:29:03.683 INFO O| Aug 14 22:29:03.683 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-14T22:29:05.048Z[ recovery-image] Aug 14 22:29:03.693 INFO O| Aug 14 22:29:03.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57662024-08-14T22:29:05.048Z[ recovery-image] Aug 14 22:29:03.693 INFO O| Aug 14 22:29:03.693 INFO STEP 637 (remove_files) COMPLETE
57672024-08-14T22:29:05.048Z[ recovery-image] Aug 14 22:29:03.693 INFO O| Aug 14 22:29:03.693 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-14T22:29:05.058Z[ recovery-image] Aug 14 22:29:03.703 INFO O| Aug 14 22:29:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57692024-08-14T22:29:05.058Z[ recovery-image] Aug 14 22:29:03.703 INFO O| Aug 14 22:29:03.703 INFO STEP 638 (remove_files) COMPLETE
57702024-08-14T22:29:05.058Z[ recovery-image] Aug 14 22:29:03.703 INFO O| Aug 14 22:29:03.703 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-14T22:29:05.068Z[ recovery-image] Aug 14 22:29:03.713 INFO O| Aug 14 22:29:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57722024-08-14T22:29:05.068Z[ recovery-image] Aug 14 22:29:03.713 INFO O| Aug 14 22:29:03.713 INFO STEP 639 (remove_files) COMPLETE
57732024-08-14T22:29:05.068Z[ recovery-image] Aug 14 22:29:03.713 INFO O| Aug 14 22:29:03.713 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-14T22:29:05.078Z[ recovery-image] Aug 14 22:29:03.723 INFO O| Aug 14 22:29:03.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57752024-08-14T22:29:05.078Z[ recovery-image] Aug 14 22:29:03.724 INFO O| Aug 14 22:29:03.723 INFO STEP 640 (remove_files) COMPLETE
57762024-08-14T22:29:05.081Z[ recovery-image] Aug 14 22:29:03.724 INFO O| Aug 14 22:29:03.723 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-14T22:29:05.088Z[ recovery-image] Aug 14 22:29:03.733 INFO O| Aug 14 22:29:03.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57782024-08-14T22:29:05.088Z[ recovery-image] Aug 14 22:29:03.733 INFO O| Aug 14 22:29:03.733 INFO STEP 641 (remove_files) COMPLETE
57792024-08-14T22:29:05.091Z[ recovery-image] Aug 14 22:29:03.733 INFO O| Aug 14 22:29:03.733 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-14T22:29:05.098Z[ recovery-image] Aug 14 22:29:03.743 INFO O| Aug 14 22:29:03.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57812024-08-14T22:29:05.098Z[ recovery-image] Aug 14 22:29:03.743 INFO O| Aug 14 22:29:03.743 INFO STEP 642 (remove_files) COMPLETE
57822024-08-14T22:29:05.098Z[ recovery-image] Aug 14 22:29:03.743 INFO O| Aug 14 22:29:03.743 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-14T22:29:05.108Z[ recovery-image] Aug 14 22:29:03.753 INFO O| Aug 14 22:29:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57842024-08-14T22:29:05.110Z[ recovery-image] Aug 14 22:29:03.753 INFO O| Aug 14 22:29:03.753 INFO STEP 643 (remove_files) COMPLETE
57852024-08-14T22:29:05.110Z[ recovery-image] Aug 14 22:29:03.753 INFO O| Aug 14 22:29:03.753 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-14T22:29:05.118Z[ recovery-image] Aug 14 22:29:03.763 INFO O| Aug 14 22:29:03.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57872024-08-14T22:29:05.118Z[ recovery-image] Aug 14 22:29:03.763 INFO O| Aug 14 22:29:03.763 INFO STEP 644 (remove_files) COMPLETE
57882024-08-14T22:29:05.118Z[ recovery-image] Aug 14 22:29:03.763 INFO O| Aug 14 22:29:03.763 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-14T22:29:05.128Z[ recovery-image] Aug 14 22:29:03.773 INFO O| Aug 14 22:29:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57902024-08-14T22:29:05.128Z[ recovery-image] Aug 14 22:29:03.773 INFO O| Aug 14 22:29:03.773 INFO STEP 645 (remove_files) COMPLETE
57912024-08-14T22:29:05.131Z[ recovery-image] Aug 14 22:29:03.773 INFO O| Aug 14 22:29:03.773 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-14T22:29:05.139Z[ recovery-image] Aug 14 22:29:03.784 INFO O| Aug 14 22:29:03.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57932024-08-14T22:29:05.139Z[ recovery-image] Aug 14 22:29:03.784 INFO O| Aug 14 22:29:03.784 INFO STEP 646 (remove_files) COMPLETE
57942024-08-14T22:29:05.139Z[ recovery-image] Aug 14 22:29:03.784 INFO O| Aug 14 22:29:03.784 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-14T22:29:05.150Z[ recovery-image] Aug 14 22:29:03.795 INFO O| Aug 14 22:29:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57962024-08-14T22:29:05.150Z[ recovery-image] Aug 14 22:29:03.795 INFO O| Aug 14 22:29:03.795 INFO STEP 647 (remove_files) COMPLETE
57972024-08-14T22:29:05.150Z[ recovery-image] Aug 14 22:29:03.795 INFO O| Aug 14 22:29:03.795 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-14T22:29:05.160Z[ recovery-image] Aug 14 22:29:03.805 INFO O| Aug 14 22:29:03.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57992024-08-14T22:29:05.163Z[ recovery-image] Aug 14 22:29:03.805 INFO O| Aug 14 22:29:03.805 INFO STEP 648 (remove_files) COMPLETE
58002024-08-14T22:29:05.163Z[ recovery-image] Aug 14 22:29:03.805 INFO O| Aug 14 22:29:03.805 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-14T22:29:05.170Z[ recovery-image] Aug 14 22:29:03.815 INFO O| Aug 14 22:29:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58022024-08-14T22:29:05.170Z[ recovery-image] Aug 14 22:29:03.815 INFO O| Aug 14 22:29:03.815 INFO STEP 649 (remove_files) COMPLETE
58032024-08-14T22:29:05.172Z[ recovery-image] Aug 14 22:29:03.815 INFO O| Aug 14 22:29:03.815 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-14T22:29:05.180Z[ recovery-image] Aug 14 22:29:03.825 INFO O| Aug 14 22:29:03.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58052024-08-14T22:29:05.182Z[ recovery-image] Aug 14 22:29:03.825 INFO O| Aug 14 22:29:03.825 INFO STEP 650 (remove_files) COMPLETE
58062024-08-14T22:29:05.182Z[ recovery-image] Aug 14 22:29:03.825 INFO O| Aug 14 22:29:03.825 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-14T22:29:05.189Z[ recovery-image] Aug 14 22:29:03.835 INFO O| Aug 14 22:29:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58082024-08-14T22:29:05.189Z[ recovery-image] Aug 14 22:29:03.835 INFO O| Aug 14 22:29:03.835 INFO STEP 651 (remove_files) COMPLETE
58092024-08-14T22:29:05.190Z[ recovery-image] Aug 14 22:29:03.835 INFO O| Aug 14 22:29:03.835 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-14T22:29:05.200Z[ recovery-image] Aug 14 22:29:03.845 INFO O| Aug 14 22:29:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58112024-08-14T22:29:05.200Z[ recovery-image] Aug 14 22:29:03.845 INFO O| Aug 14 22:29:03.845 INFO STEP 652 (remove_files) COMPLETE
58122024-08-14T22:29:05.203Z[ recovery-image] Aug 14 22:29:03.845 INFO O| Aug 14 22:29:03.845 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-14T22:29:05.211Z[ recovery-image] Aug 14 22:29:03.856 INFO O| Aug 14 22:29:03.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58142024-08-14T22:29:05.213Z[ recovery-image] Aug 14 22:29:03.857 INFO O| Aug 14 22:29:03.856 INFO STEP 653 (remove_files) COMPLETE
58152024-08-14T22:29:05.213Z[ recovery-image] Aug 14 22:29:03.857 INFO O| Aug 14 22:29:03.856 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-14T22:29:05.222Z[ recovery-image] Aug 14 22:29:03.867 INFO O| Aug 14 22:29:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58172024-08-14T22:29:05.225Z[ recovery-image] Aug 14 22:29:03.868 INFO O| Aug 14 22:29:03.867 INFO STEP 654 (remove_files) COMPLETE
58182024-08-14T22:29:05.225Z[ recovery-image] Aug 14 22:29:03.868 INFO O| Aug 14 22:29:03.867 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-14T22:29:05.233Z[ recovery-image] Aug 14 22:29:03.878 INFO O| Aug 14 22:29:03.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58202024-08-14T22:29:05.233Z[ recovery-image] Aug 14 22:29:03.878 INFO O| Aug 14 22:29:03.878 INFO STEP 655 (remove_files) COMPLETE
58212024-08-14T22:29:05.233Z[ recovery-image] Aug 14 22:29:03.878 INFO O| Aug 14 22:29:03.878 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-14T22:29:05.243Z[ recovery-image] Aug 14 22:29:03.888 INFO O| Aug 14 22:29:03.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58232024-08-14T22:29:05.246Z[ recovery-image] Aug 14 22:29:03.888 INFO O| Aug 14 22:29:03.888 INFO STEP 656 (remove_files) COMPLETE
58242024-08-14T22:29:05.246Z[ recovery-image] Aug 14 22:29:03.888 INFO O| Aug 14 22:29:03.888 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-14T22:29:05.246Z[ host-image] Aug 14 22:29:03.890 INFO O| Aug 14 22:29:03.890 INFO O| Download: Completed 8.42 MB in 4.45 seconds (1.9M/s)
58262024-08-14T22:29:05.254Z[ recovery-image] Aug 14 22:29:03.899 INFO O| Aug 14 22:29:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58272024-08-14T22:29:05.254Z[ recovery-image] Aug 14 22:29:03.899 INFO O| Aug 14 22:29:03.899 INFO STEP 657 (remove_files) COMPLETE
58282024-08-14T22:29:05.256Z[ recovery-image] Aug 14 22:29:03.899 INFO O| Aug 14 22:29:03.899 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-14T22:29:05.264Z[ recovery-image] Aug 14 22:29:03.909 INFO O| Aug 14 22:29:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58302024-08-14T22:29:05.264Z[ recovery-image] Aug 14 22:29:03.909 INFO O| Aug 14 22:29:03.909 INFO STEP 658 (remove_files) COMPLETE
58312024-08-14T22:29:05.267Z[ recovery-image] Aug 14 22:29:03.909 INFO O| Aug 14 22:29:03.909 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-14T22:29:05.274Z[ recovery-image] Aug 14 22:29:03.919 INFO O| Aug 14 22:29:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58332024-08-14T22:29:05.279Z[ recovery-image] Aug 14 22:29:03.919 INFO O| Aug 14 22:29:03.919 INFO STEP 659 (remove_files) COMPLETE
58342024-08-14T22:29:05.279Z[ recovery-image] Aug 14 22:29:03.919 INFO O| Aug 14 22:29:03.919 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-14T22:29:05.284Z[ recovery-image] Aug 14 22:29:03.929 INFO O| Aug 14 22:29:03.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58362024-08-14T22:29:05.284Z[ recovery-image] Aug 14 22:29:03.929 INFO O| Aug 14 22:29:03.929 INFO STEP 660 (remove_files) COMPLETE
58372024-08-14T22:29:05.287Z[ recovery-image] Aug 14 22:29:03.929 INFO O| Aug 14 22:29:03.929 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-14T22:29:05.294Z[ recovery-image] Aug 14 22:29:03.939 INFO O| Aug 14 22:29:03.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58392024-08-14T22:29:05.294Z[ recovery-image] Aug 14 22:29:03.939 INFO O| Aug 14 22:29:03.939 INFO STEP 661 (remove_files) COMPLETE
58402024-08-14T22:29:05.296Z[ recovery-image] Aug 14 22:29:03.939 INFO O| Aug 14 22:29:03.939 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-14T22:29:05.299Z[ host-image] Aug 14 22:29:03.943 INFO O| Aug 14 22:29:03.943 INFO O| Actions: 1/1361 actions (Installing new actions)
58422024-08-14T22:29:05.304Z[ recovery-image] Aug 14 22:29:03.949 INFO O| Aug 14 22:29:03.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58432024-08-14T22:29:05.307Z[ recovery-image] Aug 14 22:29:03.950 INFO O| Aug 14 22:29:03.949 INFO STEP 662 (remove_files) COMPLETE
58442024-08-14T22:29:05.307Z[ recovery-image] Aug 14 22:29:03.950 INFO O| Aug 14 22:29:03.949 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-14T22:29:05.314Z[ recovery-image] Aug 14 22:29:03.959 INFO O| Aug 14 22:29:03.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58462024-08-14T22:29:05.314Z[ recovery-image] Aug 14 22:29:03.959 INFO O| Aug 14 22:29:03.959 INFO STEP 663 (remove_files) COMPLETE
58472024-08-14T22:29:05.314Z[ recovery-image] Aug 14 22:29:03.959 INFO O| Aug 14 22:29:03.959 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-14T22:29:05.324Z[ recovery-image] Aug 14 22:29:03.969 INFO O| Aug 14 22:29:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58492024-08-14T22:29:05.324Z[ recovery-image] Aug 14 22:29:03.969 INFO O| Aug 14 22:29:03.969 INFO STEP 664 (remove_files) COMPLETE
58502024-08-14T22:29:05.324Z[ recovery-image] Aug 14 22:29:03.969 INFO O| Aug 14 22:29:03.969 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-14T22:29:05.334Z[ recovery-image] Aug 14 22:29:03.979 INFO O| Aug 14 22:29:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58522024-08-14T22:29:05.334Z[ recovery-image] Aug 14 22:29:03.979 INFO O| Aug 14 22:29:03.979 INFO STEP 665 (remove_files) COMPLETE
58532024-08-14T22:29:05.334Z[ recovery-image] Aug 14 22:29:03.979 INFO O| Aug 14 22:29:03.979 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-14T22:29:05.344Z[ recovery-image] Aug 14 22:29:03.989 INFO O| Aug 14 22:29:03.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58552024-08-14T22:29:05.344Z[ recovery-image] Aug 14 22:29:03.989 INFO O| Aug 14 22:29:03.989 INFO STEP 666 (remove_files) COMPLETE
58562024-08-14T22:29:05.344Z[ recovery-image] Aug 14 22:29:03.989 INFO O| Aug 14 22:29:03.989 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-14T22:29:05.355Z[ recovery-image] Aug 14 22:29:04.000 INFO O| Aug 14 22:29:04.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58582024-08-14T22:29:05.357Z[ recovery-image] Aug 14 22:29:04.000 INFO O| Aug 14 22:29:04.000 INFO STEP 667 (remove_files) COMPLETE
58592024-08-14T22:29:05.358Z[ recovery-image] Aug 14 22:29:04.000 INFO O| Aug 14 22:29:04.000 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-14T22:29:05.367Z[ recovery-image] Aug 14 22:29:04.012 INFO O| Aug 14 22:29:04.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58612024-08-14T22:29:05.367Z[ recovery-image] Aug 14 22:29:04.012 INFO O| Aug 14 22:29:04.012 INFO STEP 668 (remove_files) COMPLETE
58622024-08-14T22:29:05.367Z[ recovery-image] Aug 14 22:29:04.012 INFO O| Aug 14 22:29:04.012 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-14T22:29:05.378Z[ recovery-image] Aug 14 22:29:04.023 INFO O| Aug 14 22:29:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58642024-08-14T22:29:05.378Z[ recovery-image] Aug 14 22:29:04.023 INFO O| Aug 14 22:29:04.023 INFO STEP 669 (remove_files) COMPLETE
58652024-08-14T22:29:05.378Z[ recovery-image] Aug 14 22:29:04.023 INFO O| Aug 14 22:29:04.023 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-14T22:29:05.388Z[ recovery-image] Aug 14 22:29:04.033 INFO O| Aug 14 22:29:04.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58672024-08-14T22:29:05.388Z[ recovery-image] Aug 14 22:29:04.033 INFO O| Aug 14 22:29:04.033 INFO STEP 670 (remove_files) COMPLETE
58682024-08-14T22:29:05.391Z[ recovery-image] Aug 14 22:29:04.033 INFO O| Aug 14 22:29:04.033 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-14T22:29:05.398Z[ recovery-image] Aug 14 22:29:04.043 INFO O| Aug 14 22:29:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58702024-08-14T22:29:05.400Z[ recovery-image] Aug 14 22:29:04.043 INFO O| Aug 14 22:29:04.043 INFO STEP 671 (remove_files) COMPLETE
58712024-08-14T22:29:05.400Z[ recovery-image] Aug 14 22:29:04.043 INFO O| Aug 14 22:29:04.043 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-14T22:29:05.407Z[ recovery-image] Aug 14 22:29:04.052 INFO O| Aug 14 22:29:04.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58732024-08-14T22:29:05.407Z[ recovery-image] Aug 14 22:29:04.052 INFO O| Aug 14 22:29:04.052 INFO STEP 672 (remove_files) COMPLETE
58742024-08-14T22:29:05.407Z[ recovery-image] Aug 14 22:29:04.052 INFO O| Aug 14 22:29:04.052 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-14T22:29:05.417Z[ recovery-image] Aug 14 22:29:04.062 INFO O| Aug 14 22:29:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58762024-08-14T22:29:05.420Z[ recovery-image] Aug 14 22:29:04.063 INFO O| Aug 14 22:29:04.062 INFO STEP 673 (remove_files) COMPLETE
58772024-08-14T22:29:05.420Z[ recovery-image] Aug 14 22:29:04.063 INFO O| Aug 14 22:29:04.062 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-14T22:29:05.428Z[ recovery-image] Aug 14 22:29:04.073 INFO O| Aug 14 22:29:04.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58792024-08-14T22:29:05.428Z[ recovery-image] Aug 14 22:29:04.073 INFO O| Aug 14 22:29:04.073 INFO STEP 674 (remove_files) COMPLETE
58802024-08-14T22:29:05.431Z[ recovery-image] Aug 14 22:29:04.073 INFO O| Aug 14 22:29:04.073 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-14T22:29:05.439Z[ recovery-image] Aug 14 22:29:04.084 INFO O| Aug 14 22:29:04.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58822024-08-14T22:29:05.439Z[ recovery-image] Aug 14 22:29:04.084 INFO O| Aug 14 22:29:04.084 INFO STEP 675 (remove_files) COMPLETE
58832024-08-14T22:29:05.439Z[ recovery-image] Aug 14 22:29:04.084 INFO O| Aug 14 22:29:04.084 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-14T22:29:05.449Z[ recovery-image] Aug 14 22:29:04.094 INFO O| Aug 14 22:29:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58852024-08-14T22:29:05.449Z[ recovery-image] Aug 14 22:29:04.094 INFO O| Aug 14 22:29:04.094 INFO STEP 676 (remove_files) COMPLETE
58862024-08-14T22:29:05.449Z[ recovery-image] Aug 14 22:29:04.094 INFO O| Aug 14 22:29:04.094 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-14T22:29:05.459Z[ recovery-image] Aug 14 22:29:04.104 INFO O| Aug 14 22:29:04.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58882024-08-14T22:29:05.462Z[ recovery-image] Aug 14 22:29:04.105 INFO O| Aug 14 22:29:04.104 INFO STEP 677 (remove_files) COMPLETE
58892024-08-14T22:29:05.462Z[ recovery-image] Aug 14 22:29:04.105 INFO O| Aug 14 22:29:04.104 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-08-14T22:29:05.469Z[ recovery-image] Aug 14 22:29:04.114 INFO O| Aug 14 22:29:04.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58912024-08-14T22:29:05.469Z[ recovery-image] Aug 14 22:29:04.114 INFO O| Aug 14 22:29:04.114 INFO STEP 678 (remove_files) COMPLETE
58922024-08-14T22:29:05.472Z[ recovery-image] Aug 14 22:29:04.114 INFO O| Aug 14 22:29:04.114 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-08-14T22:29:05.478Z[ recovery-image] Aug 14 22:29:04.123 INFO O| Aug 14 22:29:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58942024-08-14T22:29:05.478Z[ recovery-image] Aug 14 22:29:04.123 INFO O| Aug 14 22:29:04.123 INFO STEP 679 (remove_files) COMPLETE
58952024-08-14T22:29:05.481Z[ recovery-image] Aug 14 22:29:04.123 INFO O| Aug 14 22:29:04.123 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-08-14T22:29:05.488Z[ recovery-image] Aug 14 22:29:04.133 INFO O| Aug 14 22:29:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58972024-08-14T22:29:05.488Z[ recovery-image] Aug 14 22:29:04.133 INFO O| Aug 14 22:29:04.133 INFO STEP 680 (remove_files) COMPLETE
58982024-08-14T22:29:05.491Z[ recovery-image] Aug 14 22:29:04.133 INFO O| Aug 14 22:29:04.133 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-14T22:29:05.497Z[ recovery-image] Aug 14 22:29:04.142 INFO O| Aug 14 22:29:04.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59002024-08-14T22:29:05.497Z[ recovery-image] Aug 14 22:29:04.142 INFO O| Aug 14 22:29:04.142 INFO STEP 681 (remove_files) COMPLETE
59012024-08-14T22:29:05.500Z[ recovery-image] Aug 14 22:29:04.142 INFO O| Aug 14 22:29:04.142 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-14T22:29:05.507Z[ recovery-image] Aug 14 22:29:04.152 INFO O| Aug 14 22:29:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59032024-08-14T22:29:05.507Z[ recovery-image] Aug 14 22:29:04.152 INFO O| Aug 14 22:29:04.152 INFO STEP 682 (remove_files) COMPLETE
59042024-08-14T22:29:05.509Z[ recovery-image] Aug 14 22:29:04.152 INFO O| Aug 14 22:29:04.152 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-14T22:29:05.516Z[ recovery-image] Aug 14 22:29:04.161 INFO O| Aug 14 22:29:04.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59062024-08-14T22:29:05.516Z[ recovery-image] Aug 14 22:29:04.162 INFO O| Aug 14 22:29:04.161 INFO STEP 683 (remove_files) COMPLETE
59072024-08-14T22:29:05.517Z[ recovery-image] Aug 14 22:29:04.162 INFO O| Aug 14 22:29:04.162 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-14T22:29:05.526Z[ recovery-image] Aug 14 22:29:04.171 INFO O| Aug 14 22:29:04.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59092024-08-14T22:29:05.526Z[ recovery-image] Aug 14 22:29:04.171 INFO O| Aug 14 22:29:04.171 INFO STEP 684 (remove_files) COMPLETE
59102024-08-14T22:29:05.528Z[ recovery-image] Aug 14 22:29:04.171 INFO O| Aug 14 22:29:04.171 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-14T22:29:05.536Z[ recovery-image] Aug 14 22:29:04.181 INFO O| Aug 14 22:29:04.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59122024-08-14T22:29:05.536Z[ recovery-image] Aug 14 22:29:04.181 INFO O| Aug 14 22:29:04.181 INFO STEP 685 (remove_files) COMPLETE
59132024-08-14T22:29:05.540Z[ recovery-image] Aug 14 22:29:04.181 INFO O| Aug 14 22:29:04.181 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-14T22:29:05.546Z[ recovery-image] Aug 14 22:29:04.191 INFO O| Aug 14 22:29:04.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59152024-08-14T22:29:05.549Z[ recovery-image] Aug 14 22:29:04.191 INFO O| Aug 14 22:29:04.191 INFO STEP 686 (remove_files) COMPLETE
59162024-08-14T22:29:05.549Z[ recovery-image] Aug 14 22:29:04.191 INFO O| Aug 14 22:29:04.191 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-14T22:29:05.556Z[ recovery-image] Aug 14 22:29:04.201 INFO O| Aug 14 22:29:04.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59182024-08-14T22:29:05.556Z[ recovery-image] Aug 14 22:29:04.201 INFO O| Aug 14 22:29:04.201 INFO STEP 687 (remove_files) COMPLETE
59192024-08-14T22:29:05.556Z[ recovery-image] Aug 14 22:29:04.201 INFO O| Aug 14 22:29:04.201 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-14T22:29:05.565Z[ recovery-image] Aug 14 22:29:04.211 INFO O| Aug 14 22:29:04.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59212024-08-14T22:29:05.565Z[ recovery-image] Aug 14 22:29:04.211 INFO O| Aug 14 22:29:04.211 INFO STEP 688 (remove_files) COMPLETE
59222024-08-14T22:29:05.566Z[ recovery-image] Aug 14 22:29:04.211 INFO O| Aug 14 22:29:04.211 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-14T22:29:05.575Z[ recovery-image] Aug 14 22:29:04.220 INFO O| Aug 14 22:29:04.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59242024-08-14T22:29:05.575Z[ recovery-image] Aug 14 22:29:04.220 INFO O| Aug 14 22:29:04.220 INFO STEP 689 (remove_files) COMPLETE
59252024-08-14T22:29:05.575Z[ recovery-image] Aug 14 22:29:04.220 INFO O| Aug 14 22:29:04.220 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-14T22:29:05.584Z[ recovery-image] Aug 14 22:29:04.229 INFO O| Aug 14 22:29:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59272024-08-14T22:29:05.587Z[ recovery-image] Aug 14 22:29:04.229 INFO O| Aug 14 22:29:04.229 INFO STEP 690 (remove_files) COMPLETE
59282024-08-14T22:29:05.587Z[ recovery-image] Aug 14 22:29:04.229 INFO O| Aug 14 22:29:04.229 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-14T22:29:05.594Z[ recovery-image] Aug 14 22:29:04.239 INFO O| Aug 14 22:29:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59302024-08-14T22:29:05.596Z[ recovery-image] Aug 14 22:29:04.239 INFO O| Aug 14 22:29:04.239 INFO STEP 691 (remove_files) COMPLETE
59312024-08-14T22:29:05.596Z[ recovery-image] Aug 14 22:29:04.239 INFO O| Aug 14 22:29:04.239 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-14T22:29:05.603Z[ recovery-image] Aug 14 22:29:04.248 INFO O| Aug 14 22:29:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59332024-08-14T22:29:05.603Z[ recovery-image] Aug 14 22:29:04.248 INFO O| Aug 14 22:29:04.248 INFO STEP 692 (remove_files) COMPLETE
59342024-08-14T22:29:05.605Z[ recovery-image] Aug 14 22:29:04.248 INFO O| Aug 14 22:29:04.248 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-14T22:29:05.613Z[ recovery-image] Aug 14 22:29:04.258 INFO O| Aug 14 22:29:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59362024-08-14T22:29:05.613Z[ recovery-image] Aug 14 22:29:04.258 INFO O| Aug 14 22:29:04.258 INFO STEP 693 (remove_files) COMPLETE
59372024-08-14T22:29:05.613Z[ recovery-image] Aug 14 22:29:04.258 INFO O| Aug 14 22:29:04.258 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-14T22:29:05.622Z[ recovery-image] Aug 14 22:29:04.267 INFO O| Aug 14 22:29:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59392024-08-14T22:29:05.622Z[ recovery-image] Aug 14 22:29:04.267 INFO O| Aug 14 22:29:04.267 INFO STEP 694 (remove_files) COMPLETE
59402024-08-14T22:29:05.629Z[ recovery-image] Aug 14 22:29:04.267 INFO O| Aug 14 22:29:04.267 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-14T22:29:05.633Z[ recovery-image] Aug 14 22:29:04.278 INFO O| Aug 14 22:29:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59422024-08-14T22:29:05.633Z[ recovery-image] Aug 14 22:29:04.279 INFO O| Aug 14 22:29:04.279 INFO STEP 695 (remove_files) COMPLETE
59432024-08-14T22:29:05.636Z[ recovery-image] Aug 14 22:29:04.279 INFO O| Aug 14 22:29:04.279 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-14T22:29:05.644Z[ recovery-image] Aug 14 22:29:04.289 INFO O| Aug 14 22:29:04.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59452024-08-14T22:29:05.644Z[ recovery-image] Aug 14 22:29:04.289 INFO O| Aug 14 22:29:04.289 INFO STEP 696 (remove_files) COMPLETE
59462024-08-14T22:29:05.646Z[ recovery-image] Aug 14 22:29:04.289 INFO O| Aug 14 22:29:04.289 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-14T22:29:05.653Z[ recovery-image] Aug 14 22:29:04.298 INFO O| Aug 14 22:29:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59482024-08-14T22:29:05.656Z[ recovery-image] Aug 14 22:29:04.299 INFO O| Aug 14 22:29:04.298 INFO STEP 697 (remove_files) COMPLETE
59492024-08-14T22:29:05.656Z[ recovery-image] Aug 14 22:29:04.299 INFO O| Aug 14 22:29:04.299 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-14T22:29:05.664Z[ recovery-image] Aug 14 22:29:04.308 INFO O| Aug 14 22:29:04.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59512024-08-14T22:29:05.664Z[ recovery-image] Aug 14 22:29:04.308 INFO O| Aug 14 22:29:04.308 INFO STEP 698 (remove_files) COMPLETE
59522024-08-14T22:29:05.667Z[ recovery-image] Aug 14 22:29:04.308 INFO O| Aug 14 22:29:04.308 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-14T22:29:05.673Z[ recovery-image] Aug 14 22:29:04.318 INFO O| Aug 14 22:29:04.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59542024-08-14T22:29:05.673Z[ recovery-image] Aug 14 22:29:04.318 INFO O| Aug 14 22:29:04.318 INFO STEP 699 (remove_files) COMPLETE
59552024-08-14T22:29:05.673Z[ recovery-image] Aug 14 22:29:04.318 INFO O| Aug 14 22:29:04.318 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-14T22:29:05.683Z[ recovery-image] Aug 14 22:29:04.328 INFO O| Aug 14 22:29:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59572024-08-14T22:29:05.683Z[ recovery-image] Aug 14 22:29:04.328 INFO O| Aug 14 22:29:04.328 INFO STEP 700 (remove_files) COMPLETE
59582024-08-14T22:29:05.687Z[ recovery-image] Aug 14 22:29:04.328 INFO O| Aug 14 22:29:04.328 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-14T22:29:05.694Z[ recovery-image] Aug 14 22:29:04.339 INFO O| Aug 14 22:29:04.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59602024-08-14T22:29:05.698Z[ recovery-image] Aug 14 22:29:04.340 INFO O| Aug 14 22:29:04.340 INFO STEP 701 (remove_files) COMPLETE
59612024-08-14T22:29:05.698Z[ recovery-image] Aug 14 22:29:04.340 INFO O| Aug 14 22:29:04.340 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-14T22:29:05.707Z[ recovery-image] Aug 14 22:29:04.350 INFO O| Aug 14 22:29:04.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59632024-08-14T22:29:05.707Z[ recovery-image] Aug 14 22:29:04.350 INFO O| Aug 14 22:29:04.350 INFO STEP 702 (remove_files) COMPLETE
59642024-08-14T22:29:05.710Z[ recovery-image] Aug 14 22:29:04.350 INFO O| Aug 14 22:29:04.350 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-14T22:29:05.716Z[ recovery-image] Aug 14 22:29:04.361 INFO O| Aug 14 22:29:04.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59662024-08-14T22:29:05.716Z[ recovery-image] Aug 14 22:29:04.361 INFO O| Aug 14 22:29:04.361 INFO STEP 703 (remove_files) COMPLETE
59672024-08-14T22:29:05.716Z[ recovery-image] Aug 14 22:29:04.362 INFO O| Aug 14 22:29:04.361 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-14T22:29:05.728Z[ recovery-image] Aug 14 22:29:04.372 INFO O| Aug 14 22:29:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59692024-08-14T22:29:05.728Z[ recovery-image] Aug 14 22:29:04.372 INFO O| Aug 14 22:29:04.372 INFO STEP 704 (remove_files) COMPLETE
59702024-08-14T22:29:05.731Z[ recovery-image] Aug 14 22:29:04.372 INFO O| Aug 14 22:29:04.372 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-14T22:29:05.731Z[ host-image] Aug 14 22:29:04.376 INFO O| Aug 14 22:29:04.376 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
59722024-08-14T22:29:05.738Z[ recovery-image] Aug 14 22:29:04.383 INFO O| Aug 14 22:29:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59732024-08-14T22:29:05.741Z[ recovery-image] Aug 14 22:29:04.383 INFO O| Aug 14 22:29:04.383 INFO STEP 705 (remove_files) COMPLETE
59742024-08-14T22:29:05.741Z[ recovery-image] Aug 14 22:29:04.383 INFO O| Aug 14 22:29:04.383 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-14T22:29:05.752Z[ recovery-image] Aug 14 22:29:04.394 INFO O| Aug 14 22:29:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59762024-08-14T22:29:05.752Z[ recovery-image] Aug 14 22:29:04.394 INFO O| Aug 14 22:29:04.394 INFO STEP 706 (remove_files) COMPLETE
59772024-08-14T22:29:05.752Z[ recovery-image] Aug 14 22:29:04.394 INFO O| Aug 14 22:29:04.394 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-14T22:29:05.761Z[ recovery-image] Aug 14 22:29:04.404 INFO O| Aug 14 22:29:04.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59792024-08-14T22:29:05.764Z[ recovery-image] Aug 14 22:29:04.404 INFO O| Aug 14 22:29:04.404 INFO STEP 707 (remove_files) COMPLETE
59802024-08-14T22:29:05.764Z[ recovery-image] Aug 14 22:29:04.404 INFO O| Aug 14 22:29:04.404 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-14T22:29:05.769Z[ recovery-image] Aug 14 22:29:04.414 INFO O| Aug 14 22:29:04.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59822024-08-14T22:29:05.769Z[ recovery-image] Aug 14 22:29:04.414 INFO O| Aug 14 22:29:04.414 INFO STEP 708 (remove_files) COMPLETE
59832024-08-14T22:29:05.771Z[ recovery-image] Aug 14 22:29:04.414 INFO O| Aug 14 22:29:04.414 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-14T22:29:05.778Z[ recovery-image] Aug 14 22:29:04.424 INFO O| Aug 14 22:29:04.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59852024-08-14T22:29:05.781Z[ recovery-image] Aug 14 22:29:04.424 INFO O| Aug 14 22:29:04.424 INFO STEP 709 (remove_files) COMPLETE
59862024-08-14T22:29:05.781Z[ recovery-image] Aug 14 22:29:04.424 INFO O| Aug 14 22:29:04.424 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-14T22:29:05.788Z[ recovery-image] Aug 14 22:29:04.433 INFO O| Aug 14 22:29:04.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59882024-08-14T22:29:05.788Z[ recovery-image] Aug 14 22:29:04.434 INFO O| Aug 14 22:29:04.433 INFO STEP 710 (remove_files) COMPLETE
59892024-08-14T22:29:05.791Z[ recovery-image] Aug 14 22:29:04.434 INFO O| Aug 14 22:29:04.434 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-14T22:29:05.798Z[ recovery-image] Aug 14 22:29:04.443 INFO O| Aug 14 22:29:04.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59912024-08-14T22:29:05.798Z[ recovery-image] Aug 14 22:29:04.443 INFO O| Aug 14 22:29:04.443 INFO STEP 711 (remove_files) COMPLETE
59922024-08-14T22:29:05.801Z[ recovery-image] Aug 14 22:29:04.443 INFO O| Aug 14 22:29:04.443 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-14T22:29:05.810Z[ recovery-image] Aug 14 22:29:04.455 INFO O| Aug 14 22:29:04.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59942024-08-14T22:29:05.813Z[ recovery-image] Aug 14 22:29:04.456 INFO O| Aug 14 22:29:04.455 INFO STEP 712 (remove_files) COMPLETE
59952024-08-14T22:29:05.813Z[ recovery-image] Aug 14 22:29:04.456 INFO O| Aug 14 22:29:04.456 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-14T22:29:05.820Z[ recovery-image] Aug 14 22:29:04.465 INFO O| Aug 14 22:29:04.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59972024-08-14T22:29:05.822Z[ recovery-image] Aug 14 22:29:04.465 INFO O| Aug 14 22:29:04.465 INFO STEP 713 (remove_files) COMPLETE
59982024-08-14T22:29:05.823Z[ recovery-image] Aug 14 22:29:04.465 INFO O| Aug 14 22:29:04.465 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-14T22:29:05.830Z[ recovery-image] Aug 14 22:29:04.475 INFO O| Aug 14 22:29:04.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60002024-08-14T22:29:05.830Z[ recovery-image] Aug 14 22:29:04.475 INFO O| Aug 14 22:29:04.475 INFO STEP 714 (remove_files) COMPLETE
60012024-08-14T22:29:05.833Z[ recovery-image] Aug 14 22:29:04.475 INFO O| Aug 14 22:29:04.475 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-14T22:29:05.840Z[ recovery-image] Aug 14 22:29:04.486 INFO O| Aug 14 22:29:04.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60032024-08-14T22:29:05.841Z[ recovery-image] Aug 14 22:29:04.486 INFO O| Aug 14 22:29:04.486 INFO STEP 715 (remove_files) COMPLETE
60042024-08-14T22:29:05.841Z[ recovery-image] Aug 14 22:29:04.486 INFO O| Aug 14 22:29:04.486 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-14T22:29:05.851Z[ recovery-image] Aug 14 22:29:04.496 INFO O| Aug 14 22:29:04.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60062024-08-14T22:29:05.851Z[ recovery-image] Aug 14 22:29:04.496 INFO O| Aug 14 22:29:04.496 INFO STEP 716 (remove_files) COMPLETE
60072024-08-14T22:29:05.851Z[ recovery-image] Aug 14 22:29:04.496 INFO O| Aug 14 22:29:04.496 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-14T22:29:05.861Z[ recovery-image] Aug 14 22:29:04.506 INFO O| Aug 14 22:29:04.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60092024-08-14T22:29:05.861Z[ recovery-image] Aug 14 22:29:04.506 INFO O| Aug 14 22:29:04.506 INFO STEP 717 (remove_files) COMPLETE
60102024-08-14T22:29:05.863Z[ recovery-image] Aug 14 22:29:04.506 INFO O| Aug 14 22:29:04.506 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-14T22:29:05.870Z[ recovery-image] Aug 14 22:29:04.515 INFO O| Aug 14 22:29:04.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60122024-08-14T22:29:05.873Z[ recovery-image] Aug 14 22:29:04.516 INFO O| Aug 14 22:29:04.515 INFO STEP 718 (remove_files) COMPLETE
60132024-08-14T22:29:05.873Z[ recovery-image] Aug 14 22:29:04.516 INFO O| Aug 14 22:29:04.516 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-14T22:29:05.881Z[ recovery-image] Aug 14 22:29:04.526 INFO O| Aug 14 22:29:04.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60152024-08-14T22:29:05.881Z[ recovery-image] Aug 14 22:29:04.526 INFO O| Aug 14 22:29:04.526 INFO STEP 719 (remove_files) COMPLETE
60162024-08-14T22:29:05.881Z[ recovery-image] Aug 14 22:29:04.526 INFO O| Aug 14 22:29:04.526 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-14T22:29:05.892Z[ recovery-image] Aug 14 22:29:04.537 INFO O| Aug 14 22:29:04.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60182024-08-14T22:29:05.892Z[ recovery-image] Aug 14 22:29:04.537 INFO O| Aug 14 22:29:04.537 INFO STEP 720 (remove_files) COMPLETE
60192024-08-14T22:29:05.895Z[ recovery-image] Aug 14 22:29:04.537 INFO O| Aug 14 22:29:04.537 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-14T22:29:05.903Z[ recovery-image] Aug 14 22:29:04.548 INFO O| Aug 14 22:29:04.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60212024-08-14T22:29:05.903Z[ recovery-image] Aug 14 22:29:04.548 INFO O| Aug 14 22:29:04.548 INFO STEP 721 (remove_files) COMPLETE
60222024-08-14T22:29:05.903Z[ recovery-image] Aug 14 22:29:04.548 INFO O| Aug 14 22:29:04.548 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-14T22:29:05.914Z[ recovery-image] Aug 14 22:29:04.559 INFO O| Aug 14 22:29:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60242024-08-14T22:29:05.914Z[ recovery-image] Aug 14 22:29:04.559 INFO O| Aug 14 22:29:04.559 INFO STEP 722 (remove_files) COMPLETE
60252024-08-14T22:29:05.917Z[ recovery-image] Aug 14 22:29:04.559 INFO O| Aug 14 22:29:04.559 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-14T22:29:05.925Z[ recovery-image] Aug 14 22:29:04.570 INFO O| Aug 14 22:29:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60272024-08-14T22:29:05.925Z[ recovery-image] Aug 14 22:29:04.570 INFO O| Aug 14 22:29:04.570 INFO STEP 723 (remove_files) COMPLETE
60282024-08-14T22:29:05.925Z[ recovery-image] Aug 14 22:29:04.570 INFO O| Aug 14 22:29:04.570 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-14T22:29:05.936Z[ recovery-image] Aug 14 22:29:04.581 INFO O| Aug 14 22:29:04.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60302024-08-14T22:29:05.936Z[ recovery-image] Aug 14 22:29:04.582 INFO O| Aug 14 22:29:04.582 INFO STEP 724 (remove_files) COMPLETE
60312024-08-14T22:29:05.939Z[ recovery-image] Aug 14 22:29:04.582 INFO O| Aug 14 22:29:04.582 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-14T22:29:05.948Z[ recovery-image] Aug 14 22:29:04.593 INFO O| Aug 14 22:29:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60332024-08-14T22:29:05.948Z[ recovery-image] Aug 14 22:29:04.593 INFO O| Aug 14 22:29:04.593 INFO STEP 725 (remove_files) COMPLETE
60342024-08-14T22:29:05.948Z[ recovery-image] Aug 14 22:29:04.593 INFO O| Aug 14 22:29:04.593 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-14T22:29:05.960Z[ recovery-image] Aug 14 22:29:04.605 INFO O| Aug 14 22:29:04.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60362024-08-14T22:29:05.960Z[ recovery-image] Aug 14 22:29:04.605 INFO O| Aug 14 22:29:04.605 INFO STEP 726 (remove_files) COMPLETE
60372024-08-14T22:29:05.960Z[ recovery-image] Aug 14 22:29:04.605 INFO O| Aug 14 22:29:04.605 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-14T22:29:05.972Z[ recovery-image] Aug 14 22:29:04.617 INFO O| Aug 14 22:29:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60392024-08-14T22:29:05.972Z[ recovery-image] Aug 14 22:29:04.617 INFO O| Aug 14 22:29:04.617 INFO STEP 727 (remove_files) COMPLETE
60402024-08-14T22:29:05.972Z[ recovery-image] Aug 14 22:29:04.617 INFO O| Aug 14 22:29:04.617 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-14T22:29:05.977Z[ host-image] Aug 14 22:29:04.622 INFO O| Aug 14 22:29:04.622 INFO O| Done
60422024-08-14T22:29:05.977Z[ host-image] Aug 14 22:29:04.622 INFO O| Aug 14 22:29:04.622 INFO O| Done
60432024-08-14T22:29:05.983Z[ recovery-image] Aug 14 22:29:04.628 INFO O| Aug 14 22:29:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60442024-08-14T22:29:05.983Z[ recovery-image] Aug 14 22:29:04.629 INFO O| Aug 14 22:29:04.628 INFO STEP 728 (remove_files) COMPLETE
60452024-08-14T22:29:05.983Z[ recovery-image] Aug 14 22:29:04.629 INFO O| Aug 14 22:29:04.628 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-14T22:29:05.995Z[ recovery-image] Aug 14 22:29:04.640 INFO O| Aug 14 22:29:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60472024-08-14T22:29:05.995Z[ recovery-image] Aug 14 22:29:04.640 INFO O| Aug 14 22:29:04.640 INFO STEP 729 (remove_files) COMPLETE
60482024-08-14T22:29:05.995Z[ recovery-image] Aug 14 22:29:04.640 INFO O| Aug 14 22:29:04.640 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-14T22:29:06.005Z[ recovery-image] Aug 14 22:29:04.650 INFO O| Aug 14 22:29:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60502024-08-14T22:29:06.005Z[ recovery-image] Aug 14 22:29:04.650 INFO O| Aug 14 22:29:04.650 INFO STEP 730 (remove_files) COMPLETE
60512024-08-14T22:29:06.005Z[ recovery-image] Aug 14 22:29:04.650 INFO O| Aug 14 22:29:04.650 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-14T22:29:06.016Z[ recovery-image] Aug 14 22:29:04.661 INFO O| Aug 14 22:29:04.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60532024-08-14T22:29:06.018Z[ recovery-image] Aug 14 22:29:04.661 INFO O| Aug 14 22:29:04.661 INFO STEP 731 (remove_files) COMPLETE
60542024-08-14T22:29:06.018Z[ recovery-image] Aug 14 22:29:04.661 INFO O| Aug 14 22:29:04.661 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-14T22:29:06.027Z[ recovery-image] Aug 14 22:29:04.672 INFO O| Aug 14 22:29:04.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60562024-08-14T22:29:06.029Z[ recovery-image] Aug 14 22:29:04.672 INFO O| Aug 14 22:29:04.672 INFO STEP 732 (remove_files) COMPLETE
60572024-08-14T22:29:06.029Z[ recovery-image] Aug 14 22:29:04.672 INFO O| Aug 14 22:29:04.672 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-14T22:29:06.038Z[ recovery-image] Aug 14 22:29:04.683 INFO O| Aug 14 22:29:04.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60592024-08-14T22:29:06.038Z[ recovery-image] Aug 14 22:29:04.683 INFO O| Aug 14 22:29:04.683 INFO STEP 733 (remove_files) COMPLETE
60602024-08-14T22:29:06.038Z[ recovery-image] Aug 14 22:29:04.683 INFO O| Aug 14 22:29:04.683 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-14T22:29:06.048Z[ recovery-image] Aug 14 22:29:04.693 INFO O| Aug 14 22:29:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60622024-08-14T22:29:06.051Z[ recovery-image] Aug 14 22:29:04.693 INFO O| Aug 14 22:29:04.693 INFO STEP 734 (remove_files) COMPLETE
60632024-08-14T22:29:06.051Z[ recovery-image] Aug 14 22:29:04.693 INFO O| Aug 14 22:29:04.693 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-14T22:29:06.058Z[ recovery-image] Aug 14 22:29:04.703 INFO O| Aug 14 22:29:04.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60652024-08-14T22:29:06.058Z[ recovery-image] Aug 14 22:29:04.703 INFO O| Aug 14 22:29:04.703 INFO STEP 735 (remove_files) COMPLETE
60662024-08-14T22:29:06.058Z[ recovery-image] Aug 14 22:29:04.703 INFO O| Aug 14 22:29:04.703 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-14T22:29:06.068Z[ recovery-image] Aug 14 22:29:04.713 INFO O| Aug 14 22:29:04.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60682024-08-14T22:29:06.178Z[ recovery-image] Aug 14 22:29:04.714 INFO O| Aug 14 22:29:04.714 INFO STEP 736 (remove_files) COMPLETE
60692024-08-14T22:29:06.178Z[ recovery-image] Aug 14 22:29:04.714 INFO O| Aug 14 22:29:04.714 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.724 INFO O| Aug 14 22:29:04.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60712024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.724 INFO O| Aug 14 22:29:04.724 INFO STEP 737 (remove_files) COMPLETE
60722024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.724 INFO O| Aug 14 22:29:04.724 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.734 INFO O| Aug 14 22:29:04.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60742024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.734 INFO O| Aug 14 22:29:04.734 INFO STEP 738 (remove_files) COMPLETE
60752024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.734 INFO O| Aug 14 22:29:04.734 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.744 INFO O| Aug 14 22:29:04.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60772024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.744 INFO O| Aug 14 22:29:04.744 INFO STEP 739 (remove_files) COMPLETE
60782024-08-14T22:29:06.181Z[ recovery-image] Aug 14 22:29:04.744 INFO O| Aug 14 22:29:04.744 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.753 INFO O| Aug 14 22:29:04.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60802024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.753 INFO O| Aug 14 22:29:04.753 INFO STEP 740 (remove_files) COMPLETE
60812024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.753 INFO O| Aug 14 22:29:04.753 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.763 INFO O| Aug 14 22:29:04.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60832024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.763 INFO O| Aug 14 22:29:04.763 INFO STEP 741 (remove_files) COMPLETE
60842024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.763 INFO O| Aug 14 22:29:04.763 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.773 INFO O| Aug 14 22:29:04.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60862024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.773 INFO O| Aug 14 22:29:04.773 INFO STEP 742 (remove_files) COMPLETE
60872024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.773 INFO O| Aug 14 22:29:04.773 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.783 INFO O| Aug 14 22:29:04.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60892024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.783 INFO O| Aug 14 22:29:04.783 INFO STEP 743 (remove_files) COMPLETE
60902024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.783 INFO O| Aug 14 22:29:04.783 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.793 INFO O| Aug 14 22:29:04.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60922024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.793 INFO O| Aug 14 22:29:04.793 INFO STEP 744 (remove_files) COMPLETE
60932024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.793 INFO O| Aug 14 22:29:04.793 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.802 INFO O| Aug 14 22:29:04.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60952024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.802 INFO O| Aug 14 22:29:04.802 INFO STEP 745 (remove_files) COMPLETE
60962024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.802 INFO O| Aug 14 22:29:04.802 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.812 INFO O| Aug 14 22:29:04.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60982024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.812 INFO O| Aug 14 22:29:04.812 INFO STEP 746 (remove_files) COMPLETE
60992024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.812 INFO O| Aug 14 22:29:04.812 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.821 INFO O| Aug 14 22:29:04.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61012024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.821 INFO O| Aug 14 22:29:04.821 INFO STEP 747 (remove_files) COMPLETE
61022024-08-14T22:29:06.182Z[ recovery-image] Aug 14 22:29:04.821 INFO O| Aug 14 22:29:04.821 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-14T22:29:06.190Z[ recovery-image] Aug 14 22:29:04.830 INFO O| Aug 14 22:29:04.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61042024-08-14T22:29:06.190Z[ recovery-image] Aug 14 22:29:04.830 INFO O| Aug 14 22:29:04.830 INFO STEP 748 (remove_files) COMPLETE
61052024-08-14T22:29:06.190Z[ recovery-image] Aug 14 22:29:04.830 INFO O| Aug 14 22:29:04.830 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-14T22:29:06.194Z[ recovery-image] Aug 14 22:29:04.839 INFO O| Aug 14 22:29:04.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61072024-08-14T22:29:06.194Z[ recovery-image] Aug 14 22:29:04.839 INFO O| Aug 14 22:29:04.839 INFO STEP 749 (remove_files) COMPLETE
61082024-08-14T22:29:06.197Z[ recovery-image] Aug 14 22:29:04.839 INFO O| Aug 14 22:29:04.839 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-14T22:29:06.204Z[ recovery-image] Aug 14 22:29:04.849 INFO O| Aug 14 22:29:04.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61102024-08-14T22:29:06.206Z[ recovery-image] Aug 14 22:29:04.849 INFO O| Aug 14 22:29:04.849 INFO STEP 750 (remove_files) COMPLETE
61112024-08-14T22:29:06.206Z[ recovery-image] Aug 14 22:29:04.849 INFO O| Aug 14 22:29:04.849 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-14T22:29:06.213Z[ recovery-image] Aug 14 22:29:04.858 INFO O| Aug 14 22:29:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61132024-08-14T22:29:06.215Z[ recovery-image] Aug 14 22:29:04.858 INFO O| Aug 14 22:29:04.858 INFO STEP 751 (remove_files) COMPLETE
61142024-08-14T22:29:06.215Z[ recovery-image] Aug 14 22:29:04.858 INFO O| Aug 14 22:29:04.858 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-14T22:29:06.222Z[ recovery-image] Aug 14 22:29:04.867 INFO O| Aug 14 22:29:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61162024-08-14T22:29:06.222Z[ recovery-image] Aug 14 22:29:04.868 INFO O| Aug 14 22:29:04.867 INFO STEP 752 (remove_files) COMPLETE
61172024-08-14T22:29:06.222Z[ recovery-image] Aug 14 22:29:04.868 INFO O| Aug 14 22:29:04.867 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-14T22:29:06.232Z[ recovery-image] Aug 14 22:29:04.877 INFO O| Aug 14 22:29:04.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61192024-08-14T22:29:06.235Z[ recovery-image] Aug 14 22:29:04.878 INFO O| Aug 14 22:29:04.878 INFO STEP 753 (remove_files) COMPLETE
61202024-08-14T22:29:06.235Z[ recovery-image] Aug 14 22:29:04.878 INFO O| Aug 14 22:29:04.878 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-14T22:29:06.242Z[ recovery-image] Aug 14 22:29:04.887 INFO O| Aug 14 22:29:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61222024-08-14T22:29:06.242Z[ recovery-image] Aug 14 22:29:04.887 INFO O| Aug 14 22:29:04.887 INFO STEP 754 (remove_files) COMPLETE
61232024-08-14T22:29:06.245Z[ recovery-image] Aug 14 22:29:04.887 INFO O| Aug 14 22:29:04.887 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-14T22:29:06.251Z[ recovery-image] Aug 14 22:29:04.897 INFO O| Aug 14 22:29:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61252024-08-14T22:29:06.254Z[ recovery-image] Aug 14 22:29:04.897 INFO O| Aug 14 22:29:04.897 INFO STEP 755 (remove_files) COMPLETE
61262024-08-14T22:29:06.254Z[ recovery-image] Aug 14 22:29:04.897 INFO O| Aug 14 22:29:04.897 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-14T22:29:06.261Z[ recovery-image] Aug 14 22:29:04.906 INFO O| Aug 14 22:29:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61282024-08-14T22:29:06.261Z[ recovery-image] Aug 14 22:29:04.906 INFO O| Aug 14 22:29:04.906 INFO STEP 756 (remove_files) COMPLETE
61292024-08-14T22:29:06.263Z[ recovery-image] Aug 14 22:29:04.906 INFO O| Aug 14 22:29:04.906 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-14T22:29:06.270Z[ recovery-image] Aug 14 22:29:04.915 INFO O| Aug 14 22:29:04.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61312024-08-14T22:29:06.270Z[ recovery-image] Aug 14 22:29:04.916 INFO O| Aug 14 22:29:04.915 INFO STEP 757 (remove_files) COMPLETE
61322024-08-14T22:29:06.273Z[ recovery-image] Aug 14 22:29:04.916 INFO O| Aug 14 22:29:04.916 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-14T22:29:06.280Z[ recovery-image] Aug 14 22:29:04.925 INFO O| Aug 14 22:29:04.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61342024-08-14T22:29:06.280Z[ recovery-image] Aug 14 22:29:04.925 INFO O| Aug 14 22:29:04.925 INFO STEP 758 (remove_files) COMPLETE
61352024-08-14T22:29:06.280Z[ recovery-image] Aug 14 22:29:04.925 INFO O| Aug 14 22:29:04.925 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-14T22:29:06.290Z[ recovery-image] Aug 14 22:29:04.935 INFO O| Aug 14 22:29:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61372024-08-14T22:29:06.290Z[ recovery-image] Aug 14 22:29:04.935 INFO O| Aug 14 22:29:04.935 INFO STEP 759 (remove_files) COMPLETE
61382024-08-14T22:29:06.290Z[ recovery-image] Aug 14 22:29:04.935 INFO O| Aug 14 22:29:04.935 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-14T22:29:06.299Z[ recovery-image] Aug 14 22:29:04.944 INFO O| Aug 14 22:29:04.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61402024-08-14T22:29:06.303Z[ recovery-image] Aug 14 22:29:04.945 INFO O| Aug 14 22:29:04.945 INFO STEP 760 (remove_files) COMPLETE
61412024-08-14T22:29:06.303Z[ recovery-image] Aug 14 22:29:04.945 INFO O| Aug 14 22:29:04.945 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-14T22:29:06.309Z[ recovery-image] Aug 14 22:29:04.955 INFO O| Aug 14 22:29:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61432024-08-14T22:29:06.312Z[ recovery-image] Aug 14 22:29:04.955 INFO O| Aug 14 22:29:04.955 INFO STEP 761 (remove_files) COMPLETE
61442024-08-14T22:29:06.312Z[ recovery-image] Aug 14 22:29:04.955 INFO O| Aug 14 22:29:04.955 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-14T22:29:06.319Z[ recovery-image] Aug 14 22:29:04.964 INFO O| Aug 14 22:29:04.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61462024-08-14T22:29:06.319Z[ recovery-image] Aug 14 22:29:04.964 INFO O| Aug 14 22:29:04.964 INFO STEP 762 (remove_files) COMPLETE
61472024-08-14T22:29:06.321Z[ recovery-image] Aug 14 22:29:04.964 INFO O| Aug 14 22:29:04.964 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-14T22:29:06.328Z[ recovery-image] Aug 14 22:29:04.974 INFO O| Aug 14 22:29:04.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61492024-08-14T22:29:06.329Z[ recovery-image] Aug 14 22:29:04.974 INFO O| Aug 14 22:29:04.974 INFO STEP 763 (remove_files) COMPLETE
61502024-08-14T22:29:06.331Z[ recovery-image] Aug 14 22:29:04.974 INFO O| Aug 14 22:29:04.974 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-14T22:29:06.331Z[ host-image] Aug 14 22:29:04.976 INFO O| Aug 14 22:29:04.976 INFO O| Done
61522024-08-14T22:29:06.339Z[ recovery-image] Aug 14 22:29:04.984 INFO O| Aug 14 22:29:04.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61532024-08-14T22:29:06.339Z[ recovery-image] Aug 14 22:29:04.984 INFO O| Aug 14 22:29:04.984 INFO STEP 764 (remove_files) COMPLETE
61542024-08-14T22:29:06.341Z[ recovery-image] Aug 14 22:29:04.984 INFO O| Aug 14 22:29:04.984 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-14T22:29:06.350Z[ recovery-image] Aug 14 22:29:04.995 INFO O| Aug 14 22:29:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61562024-08-14T22:29:06.350Z[ recovery-image] Aug 14 22:29:04.995 INFO O| Aug 14 22:29:04.995 INFO STEP 765 (remove_files) COMPLETE
61572024-08-14T22:29:06.352Z[ recovery-image] Aug 14 22:29:04.995 INFO O| Aug 14 22:29:04.995 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-14T22:29:06.362Z[ recovery-image] Aug 14 22:29:05.007 INFO O| Aug 14 22:29:05.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61592024-08-14T22:29:06.362Z[ recovery-image] Aug 14 22:29:05.007 INFO O| Aug 14 22:29:05.007 INFO STEP 766 (remove_files) COMPLETE
61602024-08-14T22:29:06.364Z[ recovery-image] Aug 14 22:29:05.007 INFO O| Aug 14 22:29:05.007 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-14T22:29:06.372Z[ recovery-image] Aug 14 22:29:05.017 INFO O| Aug 14 22:29:05.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61622024-08-14T22:29:06.372Z[ recovery-image] Aug 14 22:29:05.017 INFO O| Aug 14 22:29:05.017 INFO STEP 767 (remove_files) COMPLETE
61632024-08-14T22:29:06.372Z[ recovery-image] Aug 14 22:29:05.017 INFO O| Aug 14 22:29:05.017 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-14T22:29:06.382Z[ recovery-image] Aug 14 22:29:05.027 INFO O| Aug 14 22:29:05.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61652024-08-14T22:29:06.384Z[ recovery-image] Aug 14 22:29:05.027 INFO O| Aug 14 22:29:05.027 INFO STEP 768 (remove_files) COMPLETE
61662024-08-14T22:29:06.385Z[ recovery-image] Aug 14 22:29:05.027 INFO O| Aug 14 22:29:05.027 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-14T22:29:06.392Z[ recovery-image] Aug 14 22:29:05.037 INFO O| Aug 14 22:29:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61682024-08-14T22:29:06.392Z[ recovery-image] Aug 14 22:29:05.037 INFO O| Aug 14 22:29:05.037 INFO STEP 769 (remove_files) COMPLETE
61692024-08-14T22:29:06.392Z[ recovery-image] Aug 14 22:29:05.037 INFO O| Aug 14 22:29:05.037 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-14T22:29:06.402Z[ recovery-image] Aug 14 22:29:05.047 INFO O| Aug 14 22:29:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61712024-08-14T22:29:06.402Z[ recovery-image] Aug 14 22:29:05.048 INFO O| Aug 14 22:29:05.047 INFO STEP 770 (remove_files) COMPLETE
61722024-08-14T22:29:06.402Z[ recovery-image] Aug 14 22:29:05.048 INFO O| Aug 14 22:29:05.047 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-14T22:29:06.413Z[ recovery-image] Aug 14 22:29:05.058 INFO O| Aug 14 22:29:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61742024-08-14T22:29:06.413Z[ recovery-image] Aug 14 22:29:05.058 INFO O| Aug 14 22:29:05.058 INFO STEP 771 (remove_files) COMPLETE
61752024-08-14T22:29:06.413Z[ recovery-image] Aug 14 22:29:05.058 INFO O| Aug 14 22:29:05.058 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-14T22:29:06.423Z[ recovery-image] Aug 14 22:29:05.068 INFO O| Aug 14 22:29:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61772024-08-14T22:29:06.423Z[ recovery-image] Aug 14 22:29:05.068 INFO O| Aug 14 22:29:05.068 INFO STEP 772 (remove_files) COMPLETE
61782024-08-14T22:29:06.426Z[ recovery-image] Aug 14 22:29:05.069 INFO O| Aug 14 22:29:05.068 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-14T22:29:06.434Z[ recovery-image] Aug 14 22:29:05.079 INFO O| Aug 14 22:29:05.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61802024-08-14T22:29:06.436Z[ recovery-image] Aug 14 22:29:05.079 INFO O| Aug 14 22:29:05.079 INFO STEP 773 (remove_files) COMPLETE
61812024-08-14T22:29:06.436Z[ recovery-image] Aug 14 22:29:05.079 INFO O| Aug 14 22:29:05.079 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-14T22:29:06.444Z[ recovery-image] Aug 14 22:29:05.089 INFO O| Aug 14 22:29:05.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61832024-08-14T22:29:06.444Z[ recovery-image] Aug 14 22:29:05.090 INFO O| Aug 14 22:29:05.090 INFO STEP 774 (remove_files) COMPLETE
61842024-08-14T22:29:06.447Z[ recovery-image] Aug 14 22:29:05.090 INFO O| Aug 14 22:29:05.090 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-14T22:29:06.454Z[ recovery-image] Aug 14 22:29:05.099 INFO O| Aug 14 22:29:05.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61862024-08-14T22:29:06.454Z[ recovery-image] Aug 14 22:29:05.100 INFO O| Aug 14 22:29:05.100 INFO STEP 775 (remove_files) COMPLETE
61872024-08-14T22:29:06.455Z[ recovery-image] Aug 14 22:29:05.100 INFO O| Aug 14 22:29:05.100 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-14T22:29:06.465Z[ recovery-image] Aug 14 22:29:05.110 INFO O| Aug 14 22:29:05.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61892024-08-14T22:29:06.465Z[ recovery-image] Aug 14 22:29:05.110 INFO O| Aug 14 22:29:05.110 INFO STEP 776 (remove_files) COMPLETE
61902024-08-14T22:29:06.465Z[ recovery-image] Aug 14 22:29:05.110 INFO O| Aug 14 22:29:05.110 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-14T22:29:06.476Z[ recovery-image] Aug 14 22:29:05.121 INFO O| Aug 14 22:29:05.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61922024-08-14T22:29:06.476Z[ recovery-image] Aug 14 22:29:05.121 INFO O| Aug 14 22:29:05.121 INFO STEP 777 (remove_files) COMPLETE
61932024-08-14T22:29:06.476Z[ recovery-image] Aug 14 22:29:05.121 INFO O| Aug 14 22:29:05.121 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-14T22:29:06.486Z[ recovery-image] Aug 14 22:29:05.131 INFO O| Aug 14 22:29:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61952024-08-14T22:29:06.486Z[ recovery-image] Aug 14 22:29:05.131 INFO O| Aug 14 22:29:05.131 INFO STEP 778 (remove_files) COMPLETE
61962024-08-14T22:29:06.488Z[ recovery-image] Aug 14 22:29:05.131 INFO O| Aug 14 22:29:05.131 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-14T22:29:06.496Z[ recovery-image] Aug 14 22:29:05.141 INFO O| Aug 14 22:29:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61982024-08-14T22:29:06.496Z[ recovery-image] Aug 14 22:29:05.141 INFO O| Aug 14 22:29:05.141 INFO STEP 779 (remove_files) COMPLETE
61992024-08-14T22:29:06.499Z[ recovery-image] Aug 14 22:29:05.141 INFO O| Aug 14 22:29:05.141 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-14T22:29:06.506Z[ recovery-image] Aug 14 22:29:05.151 INFO O| Aug 14 22:29:05.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62012024-08-14T22:29:06.506Z[ recovery-image] Aug 14 22:29:05.151 INFO O| Aug 14 22:29:05.151 INFO STEP 780 (remove_files) COMPLETE
62022024-08-14T22:29:06.509Z[ recovery-image] Aug 14 22:29:05.151 INFO O| Aug 14 22:29:05.151 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-14T22:29:06.516Z[ recovery-image] Aug 14 22:29:05.161 INFO O| Aug 14 22:29:05.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62042024-08-14T22:29:06.518Z[ recovery-image] Aug 14 22:29:05.161 INFO O| Aug 14 22:29:05.161 INFO STEP 781 (remove_files) COMPLETE
62052024-08-14T22:29:06.518Z[ recovery-image] Aug 14 22:29:05.161 INFO O| Aug 14 22:29:05.161 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-14T22:29:06.525Z[ recovery-image] Aug 14 22:29:05.170 INFO O| Aug 14 22:29:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62072024-08-14T22:29:06.525Z[ recovery-image] Aug 14 22:29:05.170 INFO O| Aug 14 22:29:05.170 INFO STEP 782 (remove_files) COMPLETE
62082024-08-14T22:29:06.525Z[ recovery-image] Aug 14 22:29:05.170 INFO O| Aug 14 22:29:05.170 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-14T22:29:06.535Z[ recovery-image] Aug 14 22:29:05.180 INFO O| Aug 14 22:29:05.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62102024-08-14T22:29:06.535Z[ recovery-image] Aug 14 22:29:05.180 INFO O| Aug 14 22:29:05.180 INFO STEP 783 (remove_files) COMPLETE
62112024-08-14T22:29:06.537Z[ recovery-image] Aug 14 22:29:05.180 INFO O| Aug 14 22:29:05.180 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-14T22:29:06.545Z[ recovery-image] Aug 14 22:29:05.190 INFO O| Aug 14 22:29:05.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62132024-08-14T22:29:06.547Z[ recovery-image] Aug 14 22:29:05.190 INFO O| Aug 14 22:29:05.190 INFO STEP 784 (remove_files) COMPLETE
62142024-08-14T22:29:06.547Z[ recovery-image] Aug 14 22:29:05.190 INFO O| Aug 14 22:29:05.190 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-14T22:29:06.555Z[ recovery-image] Aug 14 22:29:05.200 INFO O| Aug 14 22:29:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62162024-08-14T22:29:06.555Z[ recovery-image] Aug 14 22:29:05.200 INFO O| Aug 14 22:29:05.200 INFO STEP 785 (remove_files) COMPLETE
62172024-08-14T22:29:06.557Z[ recovery-image] Aug 14 22:29:05.200 INFO O| Aug 14 22:29:05.200 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-14T22:29:06.565Z[ recovery-image] Aug 14 22:29:05.210 INFO O| Aug 14 22:29:05.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62192024-08-14T22:29:06.567Z[ recovery-image] Aug 14 22:29:05.210 INFO O| Aug 14 22:29:05.210 INFO STEP 786 (remove_files) COMPLETE
62202024-08-14T22:29:06.567Z[ recovery-image] Aug 14 22:29:05.210 INFO O| Aug 14 22:29:05.210 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-14T22:29:06.574Z[ recovery-image] Aug 14 22:29:05.219 INFO O| Aug 14 22:29:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62222024-08-14T22:29:06.577Z[ recovery-image] Aug 14 22:29:05.219 INFO O| Aug 14 22:29:05.219 INFO STEP 787 (remove_files) COMPLETE
62232024-08-14T22:29:06.577Z[ recovery-image] Aug 14 22:29:05.219 INFO O| Aug 14 22:29:05.219 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-14T22:29:06.584Z[ recovery-image] Aug 14 22:29:05.229 INFO O| Aug 14 22:29:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62252024-08-14T22:29:06.586Z[ recovery-image] Aug 14 22:29:05.229 INFO O| Aug 14 22:29:05.229 INFO STEP 788 (remove_files) COMPLETE
62262024-08-14T22:29:06.586Z[ recovery-image] Aug 14 22:29:05.229 INFO O| Aug 14 22:29:05.229 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-14T22:29:06.593Z[ recovery-image] Aug 14 22:29:05.238 INFO O| Aug 14 22:29:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62282024-08-14T22:29:06.595Z[ recovery-image] Aug 14 22:29:05.238 INFO O| Aug 14 22:29:05.238 INFO STEP 789 (remove_files) COMPLETE
62292024-08-14T22:29:06.595Z[ recovery-image] Aug 14 22:29:05.238 INFO O| Aug 14 22:29:05.238 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-14T22:29:06.602Z[ recovery-image] Aug 14 22:29:05.247 INFO O| Aug 14 22:29:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62312024-08-14T22:29:06.606Z[ recovery-image] Aug 14 22:29:05.247 INFO O| Aug 14 22:29:05.247 INFO STEP 790 (remove_files) COMPLETE
62322024-08-14T22:29:06.606Z[ recovery-image] Aug 14 22:29:05.247 INFO O| Aug 14 22:29:05.247 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-14T22:29:06.613Z[ recovery-image] Aug 14 22:29:05.258 INFO O| Aug 14 22:29:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62342024-08-14T22:29:06.616Z[ recovery-image] Aug 14 22:29:05.258 INFO O| Aug 14 22:29:05.258 INFO STEP 791 (remove_files) COMPLETE
62352024-08-14T22:29:06.616Z[ recovery-image] Aug 14 22:29:05.258 INFO O| Aug 14 22:29:05.258 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-14T22:29:06.623Z[ recovery-image] Aug 14 22:29:05.268 INFO O| Aug 14 22:29:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62372024-08-14T22:29:06.623Z[ recovery-image] Aug 14 22:29:05.268 INFO O| Aug 14 22:29:05.268 INFO STEP 792 (remove_files) COMPLETE
62382024-08-14T22:29:06.623Z[ recovery-image] Aug 14 22:29:05.268 INFO O| Aug 14 22:29:05.268 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-14T22:29:06.633Z[ recovery-image] Aug 14 22:29:05.277 INFO O| Aug 14 22:29:05.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62402024-08-14T22:29:06.633Z[ recovery-image] Aug 14 22:29:05.278 INFO O| Aug 14 22:29:05.278 INFO STEP 793 (remove_files) COMPLETE
62412024-08-14T22:29:06.635Z[ recovery-image] Aug 14 22:29:05.278 INFO O| Aug 14 22:29:05.278 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-14T22:29:06.643Z[ recovery-image] Aug 14 22:29:05.287 INFO O| Aug 14 22:29:05.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62432024-08-14T22:29:06.643Z[ recovery-image] Aug 14 22:29:05.287 INFO O| Aug 14 22:29:05.287 INFO STEP 794 (remove_files) COMPLETE
62442024-08-14T22:29:06.646Z[ recovery-image] Aug 14 22:29:05.287 INFO O| Aug 14 22:29:05.287 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-14T22:29:06.653Z[ recovery-image] Aug 14 22:29:05.298 INFO O| Aug 14 22:29:05.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62462024-08-14T22:29:06.653Z[ recovery-image] Aug 14 22:29:05.298 INFO O| Aug 14 22:29:05.298 INFO STEP 795 (remove_files) COMPLETE
62472024-08-14T22:29:06.653Z[ recovery-image] Aug 14 22:29:05.298 INFO O| Aug 14 22:29:05.298 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-14T22:29:06.664Z[ recovery-image] Aug 14 22:29:05.309 INFO O| Aug 14 22:29:05.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62492024-08-14T22:29:06.664Z[ recovery-image] Aug 14 22:29:05.309 INFO O| Aug 14 22:29:05.309 INFO STEP 796 (remove_files) COMPLETE
62502024-08-14T22:29:06.664Z[ recovery-image] Aug 14 22:29:05.309 INFO O| Aug 14 22:29:05.309 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-14T22:29:06.674Z[ recovery-image] Aug 14 22:29:05.319 INFO O| Aug 14 22:29:05.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62522024-08-14T22:29:06.679Z[ recovery-image] Aug 14 22:29:05.320 INFO O| Aug 14 22:29:05.320 INFO STEP 797 (remove_files) COMPLETE
62532024-08-14T22:29:06.679Z[ recovery-image] Aug 14 22:29:05.320 INFO O| Aug 14 22:29:05.320 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-14T22:29:06.686Z[ recovery-image] Aug 14 22:29:05.331 INFO O| Aug 14 22:29:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62552024-08-14T22:29:06.689Z[ recovery-image] Aug 14 22:29:05.332 INFO O| Aug 14 22:29:05.332 INFO STEP 798 (remove_files) COMPLETE
62562024-08-14T22:29:06.689Z[ recovery-image] Aug 14 22:29:05.332 INFO O| Aug 14 22:29:05.332 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-14T22:29:06.698Z[ recovery-image] Aug 14 22:29:05.343 INFO O| Aug 14 22:29:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62582024-08-14T22:29:06.698Z[ recovery-image] Aug 14 22:29:05.343 INFO O| Aug 14 22:29:05.343 INFO STEP 799 (remove_files) COMPLETE
62592024-08-14T22:29:06.701Z[ recovery-image] Aug 14 22:29:05.343 INFO O| Aug 14 22:29:05.343 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-14T22:29:06.708Z[ recovery-image] Aug 14 22:29:05.353 INFO O| Aug 14 22:29:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62612024-08-14T22:29:06.708Z[ recovery-image] Aug 14 22:29:05.353 INFO O| Aug 14 22:29:05.353 INFO STEP 800 (remove_files) COMPLETE
62622024-08-14T22:29:06.711Z[ recovery-image] Aug 14 22:29:05.353 INFO O| Aug 14 22:29:05.353 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-14T22:29:06.720Z[ recovery-image] Aug 14 22:29:05.363 INFO O| Aug 14 22:29:05.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62642024-08-14T22:29:06.721Z[ recovery-image] Aug 14 22:29:05.363 INFO O| Aug 14 22:29:05.363 INFO STEP 801 (remove_files) COMPLETE
62652024-08-14T22:29:06.723Z[ recovery-image] Aug 14 22:29:05.363 INFO O| Aug 14 22:29:05.363 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-14T22:29:06.728Z[ recovery-image] Aug 14 22:29:05.373 INFO O| Aug 14 22:29:05.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62672024-08-14T22:29:06.732Z[ recovery-image] Aug 14 22:29:05.373 INFO O| Aug 14 22:29:05.373 INFO STEP 802 (remove_files) COMPLETE
62682024-08-14T22:29:06.732Z[ recovery-image] Aug 14 22:29:05.374 INFO O| Aug 14 22:29:05.373 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-14T22:29:06.739Z[ recovery-image] Aug 14 22:29:05.384 INFO O| Aug 14 22:29:05.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62702024-08-14T22:29:06.739Z[ recovery-image] Aug 14 22:29:05.384 INFO O| Aug 14 22:29:05.384 INFO STEP 803 (remove_files) COMPLETE
62712024-08-14T22:29:06.739Z[ recovery-image] Aug 14 22:29:05.384 INFO O| Aug 14 22:29:05.384 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-14T22:29:06.749Z[ recovery-image] Aug 14 22:29:05.394 INFO O| Aug 14 22:29:05.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62732024-08-14T22:29:06.752Z[ recovery-image] Aug 14 22:29:05.394 INFO O| Aug 14 22:29:05.394 INFO STEP 804 (remove_files) COMPLETE
62742024-08-14T22:29:06.752Z[ recovery-image] Aug 14 22:29:05.394 INFO O| Aug 14 22:29:05.394 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-14T22:29:06.759Z[ recovery-image] Aug 14 22:29:05.404 INFO O| Aug 14 22:29:05.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62762024-08-14T22:29:06.759Z[ recovery-image] Aug 14 22:29:05.404 INFO O| Aug 14 22:29:05.404 INFO STEP 805 (remove_files) COMPLETE
62772024-08-14T22:29:06.759Z[ recovery-image] Aug 14 22:29:05.404 INFO O| Aug 14 22:29:05.404 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-14T22:29:06.770Z[ recovery-image] Aug 14 22:29:05.415 INFO O| Aug 14 22:29:05.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62792024-08-14T22:29:06.772Z[ recovery-image] Aug 14 22:29:05.415 INFO O| Aug 14 22:29:05.415 INFO STEP 806 (remove_files) COMPLETE
62802024-08-14T22:29:06.772Z[ recovery-image] Aug 14 22:29:05.415 INFO O| Aug 14 22:29:05.415 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-14T22:29:06.780Z[ recovery-image] Aug 14 22:29:05.425 INFO O| Aug 14 22:29:05.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62822024-08-14T22:29:06.780Z[ recovery-image] Aug 14 22:29:05.425 INFO O| Aug 14 22:29:05.425 INFO STEP 807 (remove_files) COMPLETE
62832024-08-14T22:29:06.783Z[ recovery-image] Aug 14 22:29:05.425 INFO O| Aug 14 22:29:05.425 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-14T22:29:06.790Z[ recovery-image] Aug 14 22:29:05.435 INFO O| Aug 14 22:29:05.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62852024-08-14T22:29:06.790Z[ recovery-image] Aug 14 22:29:05.435 INFO O| Aug 14 22:29:05.435 INFO STEP 808 (remove_files) COMPLETE
62862024-08-14T22:29:06.792Z[ recovery-image] Aug 14 22:29:05.435 INFO O| Aug 14 22:29:05.435 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-14T22:29:06.801Z[ recovery-image] Aug 14 22:29:05.446 INFO O| Aug 14 22:29:05.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62882024-08-14T22:29:06.803Z[ recovery-image] Aug 14 22:29:05.446 INFO O| Aug 14 22:29:05.446 INFO STEP 809 (remove_files) COMPLETE
62892024-08-14T22:29:06.804Z[ recovery-image] Aug 14 22:29:05.446 INFO O| Aug 14 22:29:05.446 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-14T22:29:06.811Z[ recovery-image] Aug 14 22:29:05.456 INFO O| Aug 14 22:29:05.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62912024-08-14T22:29:06.813Z[ recovery-image] Aug 14 22:29:05.456 INFO O| Aug 14 22:29:05.456 INFO STEP 810 (remove_files) COMPLETE
62922024-08-14T22:29:06.813Z[ recovery-image] Aug 14 22:29:05.456 INFO O| Aug 14 22:29:05.456 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-14T22:29:06.821Z[ recovery-image] Aug 14 22:29:05.466 INFO O| Aug 14 22:29:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62942024-08-14T22:29:06.823Z[ recovery-image] Aug 14 22:29:05.466 INFO O| Aug 14 22:29:05.466 INFO STEP 811 (remove_files) COMPLETE
62952024-08-14T22:29:06.823Z[ recovery-image] Aug 14 22:29:05.466 INFO O| Aug 14 22:29:05.466 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-14T22:29:06.831Z[ recovery-image] Aug 14 22:29:05.476 INFO O| Aug 14 22:29:05.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62972024-08-14T22:29:06.833Z[ recovery-image] Aug 14 22:29:05.476 INFO O| Aug 14 22:29:05.476 INFO STEP 812 (remove_files) COMPLETE
62982024-08-14T22:29:06.833Z[ recovery-image] Aug 14 22:29:05.476 INFO O| Aug 14 22:29:05.476 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-14T22:29:06.842Z[ recovery-image] Aug 14 22:29:05.487 INFO O| Aug 14 22:29:05.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63002024-08-14T22:29:06.842Z[ recovery-image] Aug 14 22:29:05.487 INFO O| Aug 14 22:29:05.487 INFO STEP 813 (remove_files) COMPLETE
63012024-08-14T22:29:06.842Z[ recovery-image] Aug 14 22:29:05.487 INFO O| Aug 14 22:29:05.487 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-14T22:29:06.854Z[ recovery-image] Aug 14 22:29:05.498 INFO O| Aug 14 22:29:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63032024-08-14T22:29:06.854Z[ recovery-image] Aug 14 22:29:05.498 INFO O| Aug 14 22:29:05.498 INFO STEP 814 (remove_files) COMPLETE
63042024-08-14T22:29:06.856Z[ recovery-image] Aug 14 22:29:05.499 INFO O| Aug 14 22:29:05.498 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-14T22:29:06.865Z[ recovery-image] Aug 14 22:29:05.510 INFO O| Aug 14 22:29:05.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63062024-08-14T22:29:06.865Z[ recovery-image] Aug 14 22:29:05.510 INFO O| Aug 14 22:29:05.510 INFO STEP 815 (remove_files) COMPLETE
63072024-08-14T22:29:06.868Z[ recovery-image] Aug 14 22:29:05.510 INFO O| Aug 14 22:29:05.510 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-14T22:29:06.876Z[ recovery-image] Aug 14 22:29:05.521 INFO O| Aug 14 22:29:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63092024-08-14T22:29:06.876Z[ recovery-image] Aug 14 22:29:05.521 INFO O| Aug 14 22:29:05.521 INFO STEP 816 (remove_files) COMPLETE
63102024-08-14T22:29:06.878Z[ recovery-image] Aug 14 22:29:05.521 INFO O| Aug 14 22:29:05.521 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-14T22:29:06.886Z[ recovery-image] Aug 14 22:29:05.531 INFO O| Aug 14 22:29:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63122024-08-14T22:29:06.888Z[ recovery-image] Aug 14 22:29:05.531 INFO O| Aug 14 22:29:05.531 INFO STEP 817 (remove_files) COMPLETE
63132024-08-14T22:29:06.888Z[ recovery-image] Aug 14 22:29:05.531 INFO O| Aug 14 22:29:05.531 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-14T22:29:06.896Z[ recovery-image] Aug 14 22:29:05.541 INFO O| Aug 14 22:29:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63152024-08-14T22:29:06.898Z[ recovery-image] Aug 14 22:29:05.541 INFO O| Aug 14 22:29:05.541 INFO STEP 818 (remove_files) COMPLETE
63162024-08-14T22:29:06.898Z[ recovery-image] Aug 14 22:29:05.541 INFO O| Aug 14 22:29:05.541 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-14T22:29:06.906Z[ recovery-image] Aug 14 22:29:05.551 INFO O| Aug 14 22:29:05.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63182024-08-14T22:29:06.906Z[ recovery-image] Aug 14 22:29:05.551 INFO O| Aug 14 22:29:05.551 INFO STEP 819 (remove_files) COMPLETE
63192024-08-14T22:29:06.912Z[ recovery-image] Aug 14 22:29:05.551 INFO O| Aug 14 22:29:05.551 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-14T22:29:06.917Z[ recovery-image] Aug 14 22:29:05.561 INFO O| Aug 14 22:29:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63212024-08-14T22:29:06.917Z[ recovery-image] Aug 14 22:29:05.561 INFO O| Aug 14 22:29:05.561 INFO STEP 820 (remove_files) COMPLETE
63222024-08-14T22:29:06.917Z[ recovery-image] Aug 14 22:29:05.561 INFO O| Aug 14 22:29:05.561 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-14T22:29:06.926Z[ recovery-image] Aug 14 22:29:05.571 INFO O| Aug 14 22:29:05.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63242024-08-14T22:29:06.926Z[ recovery-image] Aug 14 22:29:05.571 INFO O| Aug 14 22:29:05.571 INFO STEP 821 (remove_files) COMPLETE
63252024-08-14T22:29:06.926Z[ recovery-image] Aug 14 22:29:05.571 INFO O| Aug 14 22:29:05.571 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-14T22:29:06.936Z[ recovery-image] Aug 14 22:29:05.581 INFO O| Aug 14 22:29:05.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63272024-08-14T22:29:06.936Z[ recovery-image] Aug 14 22:29:05.581 INFO O| Aug 14 22:29:05.581 INFO STEP 822 (remove_files) COMPLETE
63282024-08-14T22:29:06.936Z[ recovery-image] Aug 14 22:29:05.581 INFO O| Aug 14 22:29:05.581 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-14T22:29:06.946Z[ recovery-image] Aug 14 22:29:05.591 INFO O| Aug 14 22:29:05.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63302024-08-14T22:29:06.948Z[ recovery-image] Aug 14 22:29:05.591 INFO O| Aug 14 22:29:05.591 INFO STEP 823 (remove_files) COMPLETE
63312024-08-14T22:29:06.948Z[ recovery-image] Aug 14 22:29:05.591 INFO O| Aug 14 22:29:05.591 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-14T22:29:06.955Z[ recovery-image] Aug 14 22:29:05.600 INFO O| Aug 14 22:29:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63332024-08-14T22:29:06.955Z[ recovery-image] Aug 14 22:29:05.600 INFO O| Aug 14 22:29:05.600 INFO STEP 824 (remove_files) COMPLETE
63342024-08-14T22:29:06.955Z[ recovery-image] Aug 14 22:29:05.600 INFO O| Aug 14 22:29:05.600 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-14T22:29:06.965Z[ recovery-image] Aug 14 22:29:05.610 INFO O| Aug 14 22:29:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63362024-08-14T22:29:06.965Z[ recovery-image] Aug 14 22:29:05.610 INFO O| Aug 14 22:29:05.610 INFO STEP 825 (remove_files) COMPLETE
63372024-08-14T22:29:06.965Z[ recovery-image] Aug 14 22:29:05.610 INFO O| Aug 14 22:29:05.610 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-14T22:29:06.975Z[ recovery-image] Aug 14 22:29:05.620 INFO O| Aug 14 22:29:05.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63392024-08-14T22:29:06.978Z[ recovery-image] Aug 14 22:29:05.620 INFO O| Aug 14 22:29:05.620 INFO STEP 826 (remove_files) COMPLETE
63402024-08-14T22:29:06.978Z[ recovery-image] Aug 14 22:29:05.620 INFO O| Aug 14 22:29:05.620 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-14T22:29:06.986Z[ recovery-image] Aug 14 22:29:05.631 INFO O| Aug 14 22:29:05.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63422024-08-14T22:29:06.986Z[ recovery-image] Aug 14 22:29:05.631 INFO O| Aug 14 22:29:05.631 INFO STEP 827 (remove_files) COMPLETE
63432024-08-14T22:29:06.986Z[ recovery-image] Aug 14 22:29:05.631 INFO O| Aug 14 22:29:05.631 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-14T22:29:06.997Z[ recovery-image] Aug 14 22:29:05.642 INFO O| Aug 14 22:29:05.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63452024-08-14T22:29:06.997Z[ recovery-image] Aug 14 22:29:05.642 INFO O| Aug 14 22:29:05.642 INFO STEP 828 (remove_files) COMPLETE
63462024-08-14T22:29:06.999Z[ recovery-image] Aug 14 22:29:05.642 INFO O| Aug 14 22:29:05.642 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-14T22:29:07.007Z[ recovery-image] Aug 14 22:29:05.652 INFO O| Aug 14 22:29:05.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63482024-08-14T22:29:07.007Z[ recovery-image] Aug 14 22:29:05.652 INFO O| Aug 14 22:29:05.652 INFO STEP 829 (remove_files) COMPLETE
63492024-08-14T22:29:07.007Z[ recovery-image] Aug 14 22:29:05.652 INFO O| Aug 14 22:29:05.652 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-14T22:29:07.017Z[ recovery-image] Aug 14 22:29:05.662 INFO O| Aug 14 22:29:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63512024-08-14T22:29:07.017Z[ recovery-image] Aug 14 22:29:05.662 INFO O| Aug 14 22:29:05.662 INFO STEP 830 (remove_files) COMPLETE
63522024-08-14T22:29:07.017Z[ recovery-image] Aug 14 22:29:05.662 INFO O| Aug 14 22:29:05.662 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-14T22:29:07.028Z[ recovery-image] Aug 14 22:29:05.673 INFO O| Aug 14 22:29:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63542024-08-14T22:29:07.028Z[ recovery-image] Aug 14 22:29:05.673 INFO O| Aug 14 22:29:05.673 INFO STEP 831 (remove_files) COMPLETE
63552024-08-14T22:29:07.028Z[ recovery-image] Aug 14 22:29:05.673 INFO O| Aug 14 22:29:05.673 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-14T22:29:07.039Z[ recovery-image] Aug 14 22:29:05.684 INFO O| Aug 14 22:29:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63572024-08-14T22:29:07.039Z[ recovery-image] Aug 14 22:29:05.684 INFO O| Aug 14 22:29:05.684 INFO STEP 832 (remove_files) COMPLETE
63582024-08-14T22:29:07.042Z[ recovery-image] Aug 14 22:29:05.684 INFO O| Aug 14 22:29:05.684 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-14T22:29:07.050Z[ recovery-image] Aug 14 22:29:05.695 INFO O| Aug 14 22:29:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63602024-08-14T22:29:07.050Z[ recovery-image] Aug 14 22:29:05.695 INFO O| Aug 14 22:29:05.695 INFO STEP 833 (remove_files) COMPLETE
63612024-08-14T22:29:07.052Z[ recovery-image] Aug 14 22:29:05.695 INFO O| Aug 14 22:29:05.695 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-14T22:29:07.060Z[ recovery-image] Aug 14 22:29:05.705 INFO O| Aug 14 22:29:05.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63632024-08-14T22:29:07.060Z[ recovery-image] Aug 14 22:29:05.705 INFO O| Aug 14 22:29:05.705 INFO STEP 834 (remove_files) COMPLETE
63642024-08-14T22:29:07.062Z[ recovery-image] Aug 14 22:29:05.705 INFO O| Aug 14 22:29:05.705 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-14T22:29:07.071Z[ recovery-image] Aug 14 22:29:05.716 INFO O| Aug 14 22:29:05.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63662024-08-14T22:29:07.071Z[ recovery-image] Aug 14 22:29:05.716 INFO O| Aug 14 22:29:05.716 INFO STEP 835 (remove_files) COMPLETE
63672024-08-14T22:29:07.071Z[ recovery-image] Aug 14 22:29:05.716 INFO O| Aug 14 22:29:05.716 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-14T22:29:07.081Z[ recovery-image] Aug 14 22:29:05.726 INFO O| Aug 14 22:29:05.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63692024-08-14T22:29:07.083Z[ recovery-image] Aug 14 22:29:05.726 INFO O| Aug 14 22:29:05.726 INFO STEP 836 (remove_files) COMPLETE
63702024-08-14T22:29:07.083Z[ recovery-image] Aug 14 22:29:05.726 INFO O| Aug 14 22:29:05.726 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-14T22:29:07.092Z[ recovery-image] Aug 14 22:29:05.737 INFO O| Aug 14 22:29:05.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63722024-08-14T22:29:07.092Z[ recovery-image] Aug 14 22:29:05.737 INFO O| Aug 14 22:29:05.737 INFO STEP 837 (remove_files) COMPLETE
63732024-08-14T22:29:07.094Z[ recovery-image] Aug 14 22:29:05.737 INFO O| Aug 14 22:29:05.737 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-14T22:29:07.103Z[ recovery-image] Aug 14 22:29:05.748 INFO O| Aug 14 22:29:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63752024-08-14T22:29:07.103Z[ recovery-image] Aug 14 22:29:05.748 INFO O| Aug 14 22:29:05.748 INFO STEP 838 (remove_files) COMPLETE
63762024-08-14T22:29:07.103Z[ recovery-image] Aug 14 22:29:05.748 INFO O| Aug 14 22:29:05.748 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-14T22:29:07.114Z[ recovery-image] Aug 14 22:29:05.759 INFO O| Aug 14 22:29:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63782024-08-14T22:29:07.114Z[ recovery-image] Aug 14 22:29:05.759 INFO O| Aug 14 22:29:05.759 INFO STEP 839 (remove_files) COMPLETE
63792024-08-14T22:29:07.114Z[ recovery-image] Aug 14 22:29:05.759 INFO O| Aug 14 22:29:05.759 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-14T22:29:07.124Z[ recovery-image] Aug 14 22:29:05.769 INFO O| Aug 14 22:29:05.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63812024-08-14T22:29:07.124Z[ recovery-image] Aug 14 22:29:05.769 INFO O| Aug 14 22:29:05.769 INFO STEP 840 (remove_files) COMPLETE
63822024-08-14T22:29:07.124Z[ recovery-image] Aug 14 22:29:05.769 INFO O| Aug 14 22:29:05.769 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-14T22:29:07.135Z[ recovery-image] Aug 14 22:29:05.780 INFO O| Aug 14 22:29:05.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63842024-08-14T22:29:07.135Z[ recovery-image] Aug 14 22:29:05.780 INFO O| Aug 14 22:29:05.780 INFO STEP 841 (remove_files) COMPLETE
63852024-08-14T22:29:07.135Z[ recovery-image] Aug 14 22:29:05.780 INFO O| Aug 14 22:29:05.780 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-14T22:29:07.145Z[ recovery-image] Aug 14 22:29:05.790 INFO O| Aug 14 22:29:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63872024-08-14T22:29:07.145Z[ recovery-image] Aug 14 22:29:05.790 INFO O| Aug 14 22:29:05.790 INFO STEP 842 (remove_files) COMPLETE
63882024-08-14T22:29:07.145Z[ recovery-image] Aug 14 22:29:05.790 INFO O| Aug 14 22:29:05.790 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-14T22:29:07.157Z[ recovery-image] Aug 14 22:29:05.801 INFO O| Aug 14 22:29:05.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63902024-08-14T22:29:07.157Z[ recovery-image] Aug 14 22:29:05.802 INFO O| Aug 14 22:29:05.801 INFO STEP 843 (remove_files) COMPLETE
63912024-08-14T22:29:07.157Z[ recovery-image] Aug 14 22:29:05.802 INFO O| Aug 14 22:29:05.802 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-14T22:29:07.167Z[ recovery-image] Aug 14 22:29:05.812 INFO O| Aug 14 22:29:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63932024-08-14T22:29:07.167Z[ recovery-image] Aug 14 22:29:05.812 INFO O| Aug 14 22:29:05.812 INFO STEP 844 (remove_files) COMPLETE
63942024-08-14T22:29:07.170Z[ recovery-image] Aug 14 22:29:05.812 INFO O| Aug 14 22:29:05.812 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-14T22:29:07.177Z[ recovery-image] Aug 14 22:29:05.822 INFO O| Aug 14 22:29:05.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63962024-08-14T22:29:07.177Z[ recovery-image] Aug 14 22:29:05.822 INFO O| Aug 14 22:29:05.822 INFO STEP 845 (remove_files) COMPLETE
63972024-08-14T22:29:07.179Z[ recovery-image] Aug 14 22:29:05.822 INFO O| Aug 14 22:29:05.822 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-14T22:29:07.188Z[ recovery-image] Aug 14 22:29:05.832 INFO O| Aug 14 22:29:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63992024-08-14T22:29:07.188Z[ recovery-image] Aug 14 22:29:05.833 INFO O| Aug 14 22:29:05.833 INFO STEP 846 (remove_files) COMPLETE
64002024-08-14T22:29:07.188Z[ recovery-image] Aug 14 22:29:05.833 INFO O| Aug 14 22:29:05.833 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-14T22:29:07.198Z[ recovery-image] Aug 14 22:29:05.843 INFO O| Aug 14 22:29:05.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64022024-08-14T22:29:07.198Z[ recovery-image] Aug 14 22:29:05.843 INFO O| Aug 14 22:29:05.843 INFO STEP 847 (remove_files) COMPLETE
64032024-08-14T22:29:07.200Z[ recovery-image] Aug 14 22:29:05.843 INFO O| Aug 14 22:29:05.843 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-14T22:29:07.209Z[ recovery-image] Aug 14 22:29:05.854 INFO O| Aug 14 22:29:05.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64052024-08-14T22:29:07.209Z[ recovery-image] Aug 14 22:29:05.854 INFO O| Aug 14 22:29:05.854 INFO STEP 848 (remove_files) COMPLETE
64062024-08-14T22:29:07.209Z[ recovery-image] Aug 14 22:29:05.854 INFO O| Aug 14 22:29:05.854 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-14T22:29:07.219Z[ recovery-image] Aug 14 22:29:05.864 INFO O| Aug 14 22:29:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64082024-08-14T22:29:07.219Z[ recovery-image] Aug 14 22:29:05.864 INFO O| Aug 14 22:29:05.864 INFO STEP 849 (remove_files) COMPLETE
64092024-08-14T22:29:07.219Z[ recovery-image] Aug 14 22:29:05.864 INFO O| Aug 14 22:29:05.864 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-14T22:29:07.229Z[ recovery-image] Aug 14 22:29:05.874 INFO O| Aug 14 22:29:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64112024-08-14T22:29:07.229Z[ recovery-image] Aug 14 22:29:05.874 INFO O| Aug 14 22:29:05.874 INFO STEP 850 (remove_files) COMPLETE
64122024-08-14T22:29:07.229Z[ recovery-image] Aug 14 22:29:05.874 INFO O| Aug 14 22:29:05.874 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-14T22:29:07.239Z[ recovery-image] Aug 14 22:29:05.884 INFO O| Aug 14 22:29:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64142024-08-14T22:29:07.242Z[ recovery-image] Aug 14 22:29:05.884 INFO O| Aug 14 22:29:05.884 INFO STEP 851 (remove_files) COMPLETE
64152024-08-14T22:29:07.242Z[ recovery-image] Aug 14 22:29:05.884 INFO O| Aug 14 22:29:05.884 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-14T22:29:07.250Z[ recovery-image] Aug 14 22:29:05.894 INFO O| Aug 14 22:29:05.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64172024-08-14T22:29:07.250Z[ recovery-image] Aug 14 22:29:05.895 INFO O| Aug 14 22:29:05.894 INFO STEP 852 (remove_files) COMPLETE
64182024-08-14T22:29:07.252Z[ recovery-image] Aug 14 22:29:05.895 INFO O| Aug 14 22:29:05.895 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-14T22:29:07.260Z[ recovery-image] Aug 14 22:29:05.905 INFO O| Aug 14 22:29:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64202024-08-14T22:29:07.260Z[ recovery-image] Aug 14 22:29:05.905 INFO O| Aug 14 22:29:05.905 INFO STEP 853 (remove_files) COMPLETE
64212024-08-14T22:29:07.260Z[ recovery-image] Aug 14 22:29:05.905 INFO O| Aug 14 22:29:05.905 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-14T22:29:07.270Z[ recovery-image] Aug 14 22:29:05.915 INFO O| Aug 14 22:29:05.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64232024-08-14T22:29:07.270Z[ recovery-image] Aug 14 22:29:05.915 INFO O| Aug 14 22:29:05.915 INFO STEP 854 (remove_files) COMPLETE
64242024-08-14T22:29:07.270Z[ recovery-image] Aug 14 22:29:05.915 INFO O| Aug 14 22:29:05.915 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-14T22:29:07.279Z[ recovery-image] Aug 14 22:29:05.924 INFO O| Aug 14 22:29:05.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64262024-08-14T22:29:07.280Z[ recovery-image] Aug 14 22:29:05.925 INFO O| Aug 14 22:29:05.924 INFO STEP 855 (remove_files) COMPLETE
64272024-08-14T22:29:07.280Z[ recovery-image] Aug 14 22:29:05.925 INFO O| Aug 14 22:29:05.925 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-14T22:29:07.289Z[ recovery-image] Aug 14 22:29:05.934 INFO O| Aug 14 22:29:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64292024-08-14T22:29:07.289Z[ recovery-image] Aug 14 22:29:05.934 INFO O| Aug 14 22:29:05.934 INFO STEP 856 (remove_files) COMPLETE
64302024-08-14T22:29:07.289Z[ recovery-image] Aug 14 22:29:05.934 INFO O| Aug 14 22:29:05.934 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-14T22:29:07.299Z[ recovery-image] Aug 14 22:29:05.944 INFO O| Aug 14 22:29:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64322024-08-14T22:29:07.299Z[ recovery-image] Aug 14 22:29:05.944 INFO O| Aug 14 22:29:05.944 INFO STEP 857 (remove_files) COMPLETE
64332024-08-14T22:29:07.299Z[ recovery-image] Aug 14 22:29:05.944 INFO O| Aug 14 22:29:05.944 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-14T22:29:07.310Z[ recovery-image] Aug 14 22:29:05.954 INFO O| Aug 14 22:29:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64352024-08-14T22:29:07.312Z[ recovery-image] Aug 14 22:29:05.955 INFO O| Aug 14 22:29:05.955 INFO STEP 858 (remove_files) COMPLETE
64362024-08-14T22:29:07.312Z[ recovery-image] Aug 14 22:29:05.955 INFO O| Aug 14 22:29:05.955 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-14T22:29:07.320Z[ recovery-image] Aug 14 22:29:05.965 INFO O| Aug 14 22:29:05.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64382024-08-14T22:29:07.320Z[ recovery-image] Aug 14 22:29:05.965 INFO O| Aug 14 22:29:05.965 INFO STEP 859 (remove_files) COMPLETE
64392024-08-14T22:29:07.323Z[ recovery-image] Aug 14 22:29:05.965 INFO O| Aug 14 22:29:05.965 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-14T22:29:07.330Z[ recovery-image] Aug 14 22:29:05.975 INFO O| Aug 14 22:29:05.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64412024-08-14T22:29:07.330Z[ recovery-image] Aug 14 22:29:05.975 INFO O| Aug 14 22:29:05.975 INFO STEP 860 (remove_files) COMPLETE
64422024-08-14T22:29:07.331Z[ recovery-image] Aug 14 22:29:05.975 INFO O| Aug 14 22:29:05.975 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-14T22:29:07.342Z[ recovery-image] Aug 14 22:29:05.987 INFO O| Aug 14 22:29:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64442024-08-14T22:29:07.342Z[ recovery-image] Aug 14 22:29:05.987 INFO O| Aug 14 22:29:05.987 INFO STEP 861 (remove_files) COMPLETE
64452024-08-14T22:29:07.345Z[ recovery-image] Aug 14 22:29:05.987 INFO O| Aug 14 22:29:05.987 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-14T22:29:07.354Z[ recovery-image] Aug 14 22:29:05.999 INFO O| Aug 14 22:29:05.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64472024-08-14T22:29:07.354Z[ recovery-image] Aug 14 22:29:05.999 INFO O| Aug 14 22:29:05.999 INFO STEP 862 (remove_files) COMPLETE
64482024-08-14T22:29:07.357Z[ recovery-image] Aug 14 22:29:05.999 INFO O| Aug 14 22:29:05.999 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-14T22:29:07.367Z[ recovery-image] Aug 14 22:29:06.012 INFO O| Aug 14 22:29:06.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64502024-08-14T22:29:07.367Z[ recovery-image] Aug 14 22:29:06.012 INFO O| Aug 14 22:29:06.012 INFO STEP 863 (remove_files) COMPLETE
64512024-08-14T22:29:07.369Z[ recovery-image] Aug 14 22:29:06.012 INFO O| Aug 14 22:29:06.012 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-14T22:29:07.378Z[ recovery-image] Aug 14 22:29:06.023 INFO O| Aug 14 22:29:06.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64532024-08-14T22:29:07.378Z[ recovery-image] Aug 14 22:29:06.023 INFO O| Aug 14 22:29:06.023 INFO STEP 864 (remove_files) COMPLETE
64542024-08-14T22:29:07.381Z[ recovery-image] Aug 14 22:29:06.023 INFO O| Aug 14 22:29:06.023 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-14T22:29:07.390Z[ recovery-image] Aug 14 22:29:06.035 INFO O| Aug 14 22:29:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64562024-08-14T22:29:07.390Z[ recovery-image] Aug 14 22:29:06.035 INFO O| Aug 14 22:29:06.035 INFO STEP 865 (remove_files) COMPLETE
64572024-08-14T22:29:07.390Z[ recovery-image] Aug 14 22:29:06.035 INFO O| Aug 14 22:29:06.035 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-14T22:29:07.402Z[ recovery-image] Aug 14 22:29:06.047 INFO O| Aug 14 22:29:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64592024-08-14T22:29:07.405Z[ recovery-image] Aug 14 22:29:06.048 INFO O| Aug 14 22:29:06.048 INFO STEP 866 (remove_files) COMPLETE
64602024-08-14T22:29:07.405Z[ recovery-image] Aug 14 22:29:06.048 INFO O| Aug 14 22:29:06.048 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-14T22:29:07.414Z[ recovery-image] Aug 14 22:29:06.059 INFO O| Aug 14 22:29:06.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64622024-08-14T22:29:07.414Z[ recovery-image] Aug 14 22:29:06.059 INFO O| Aug 14 22:29:06.059 INFO STEP 867 (remove_files) COMPLETE
64632024-08-14T22:29:07.415Z[ recovery-image] Aug 14 22:29:06.059 INFO O| Aug 14 22:29:06.059 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-14T22:29:07.426Z[ recovery-image] Aug 14 22:29:06.070 INFO O| Aug 14 22:29:06.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64652024-08-14T22:29:07.426Z[ recovery-image] Aug 14 22:29:06.071 INFO O| Aug 14 22:29:06.071 INFO STEP 868 (remove_files) COMPLETE
64662024-08-14T22:29:07.428Z[ recovery-image] Aug 14 22:29:06.071 INFO O| Aug 14 22:29:06.071 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-14T22:29:07.437Z[ recovery-image] Aug 14 22:29:06.082 INFO O| Aug 14 22:29:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64682024-08-14T22:29:07.437Z[ recovery-image] Aug 14 22:29:06.082 INFO O| Aug 14 22:29:06.082 INFO STEP 869 (remove_files) COMPLETE
64692024-08-14T22:29:07.437Z[ recovery-image] Aug 14 22:29:06.082 INFO O| Aug 14 22:29:06.082 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-14T22:29:07.448Z[ recovery-image] Aug 14 22:29:06.093 INFO O| Aug 14 22:29:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64712024-08-14T22:29:07.448Z[ recovery-image] Aug 14 22:29:06.093 INFO O| Aug 14 22:29:06.093 INFO STEP 870 (remove_files) COMPLETE
64722024-08-14T22:29:07.448Z[ recovery-image] Aug 14 22:29:06.093 INFO O| Aug 14 22:29:06.093 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-14T22:29:07.459Z[ recovery-image] Aug 14 22:29:06.104 INFO O| Aug 14 22:29:06.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64742024-08-14T22:29:07.459Z[ recovery-image] Aug 14 22:29:06.104 INFO O| Aug 14 22:29:06.104 INFO STEP 871 (remove_files) COMPLETE
64752024-08-14T22:29:07.462Z[ recovery-image] Aug 14 22:29:06.104 INFO O| Aug 14 22:29:06.104 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-14T22:29:07.470Z[ recovery-image] Aug 14 22:29:06.114 INFO O| Aug 14 22:29:06.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64772024-08-14T22:29:07.470Z[ recovery-image] Aug 14 22:29:06.115 INFO O| Aug 14 22:29:06.114 INFO STEP 872 (remove_files) COMPLETE
64782024-08-14T22:29:07.472Z[ recovery-image] Aug 14 22:29:06.115 INFO O| Aug 14 22:29:06.115 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-14T22:29:07.481Z[ recovery-image] Aug 14 22:29:06.126 INFO O| Aug 14 22:29:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64802024-08-14T22:29:07.483Z[ recovery-image] Aug 14 22:29:06.126 INFO O| Aug 14 22:29:06.126 INFO STEP 873 (remove_files) COMPLETE
64812024-08-14T22:29:07.483Z[ recovery-image] Aug 14 22:29:06.126 INFO O| Aug 14 22:29:06.126 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-14T22:29:07.490Z[ recovery-image] Aug 14 22:29:06.135 INFO O| Aug 14 22:29:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64832024-08-14T22:29:07.493Z[ recovery-image] Aug 14 22:29:06.135 INFO O| Aug 14 22:29:06.135 INFO STEP 874 (remove_files) COMPLETE
64842024-08-14T22:29:07.493Z[ recovery-image] Aug 14 22:29:06.135 INFO O| Aug 14 22:29:06.135 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-14T22:29:07.500Z[ recovery-image] Aug 14 22:29:06.145 INFO O| Aug 14 22:29:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64862024-08-14T22:29:07.502Z[ recovery-image] Aug 14 22:29:06.145 INFO O| Aug 14 22:29:06.145 INFO STEP 875 (remove_files) COMPLETE
64872024-08-14T22:29:07.502Z[ recovery-image] Aug 14 22:29:06.145 INFO O| Aug 14 22:29:06.145 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-14T22:29:07.510Z[ recovery-image] Aug 14 22:29:06.154 INFO O| Aug 14 22:29:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64892024-08-14T22:29:07.510Z[ recovery-image] Aug 14 22:29:06.155 INFO O| Aug 14 22:29:06.154 INFO STEP 876 (remove_files) COMPLETE
64902024-08-14T22:29:07.512Z[ recovery-image] Aug 14 22:29:06.155 INFO O| Aug 14 22:29:06.155 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-14T22:29:07.519Z[ recovery-image] Aug 14 22:29:06.164 INFO O| Aug 14 22:29:06.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64922024-08-14T22:29:07.519Z[ recovery-image] Aug 14 22:29:06.164 INFO O| Aug 14 22:29:06.164 INFO STEP 877 (remove_files) COMPLETE
64932024-08-14T22:29:07.522Z[ recovery-image] Aug 14 22:29:06.164 INFO O| Aug 14 22:29:06.164 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-14T22:29:07.529Z[ recovery-image] Aug 14 22:29:06.174 INFO O| Aug 14 22:29:06.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64952024-08-14T22:29:07.529Z[ recovery-image] Aug 14 22:29:06.174 INFO O| Aug 14 22:29:06.174 INFO STEP 878 (remove_files) COMPLETE
64962024-08-14T22:29:07.533Z[ recovery-image] Aug 14 22:29:06.174 INFO O| Aug 14 22:29:06.174 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-14T22:29:07.539Z[ recovery-image] Aug 14 22:29:06.184 INFO O| Aug 14 22:29:06.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64982024-08-14T22:29:07.539Z[ recovery-image] Aug 14 22:29:06.184 INFO O| Aug 14 22:29:06.184 INFO STEP 879 (remove_files) COMPLETE
64992024-08-14T22:29:07.542Z[ recovery-image] Aug 14 22:29:06.184 INFO O| Aug 14 22:29:06.184 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-14T22:29:07.549Z[ recovery-image] Aug 14 22:29:06.194 INFO O| Aug 14 22:29:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65012024-08-14T22:29:07.549Z[ recovery-image] Aug 14 22:29:06.194 INFO O| Aug 14 22:29:06.194 INFO STEP 880 (remove_files) COMPLETE
65022024-08-14T22:29:07.551Z[ recovery-image] Aug 14 22:29:06.194 INFO O| Aug 14 22:29:06.194 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-14T22:29:07.557Z[ host-image] Aug 14 22:29:06.202 INFO O| Aug 14 22:29:06.202 INFO O| Done
65042024-08-14T22:29:07.560Z[ recovery-image] Aug 14 22:29:06.203 INFO O| Aug 14 22:29:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65052024-08-14T22:29:07.560Z[ recovery-image] Aug 14 22:29:06.203 INFO O| Aug 14 22:29:06.203 INFO STEP 881 (remove_files) COMPLETE
65062024-08-14T22:29:07.560Z[ recovery-image] Aug 14 22:29:06.203 INFO O| Aug 14 22:29:06.203 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-14T22:29:07.568Z[ recovery-image] Aug 14 22:29:06.213 INFO O| Aug 14 22:29:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65082024-08-14T22:29:07.568Z[ recovery-image] Aug 14 22:29:06.213 INFO O| Aug 14 22:29:06.213 INFO STEP 882 (remove_files) COMPLETE
65092024-08-14T22:29:07.568Z[ recovery-image] Aug 14 22:29:06.213 INFO O| Aug 14 22:29:06.213 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-14T22:29:07.587Z[ recovery-image] Aug 14 22:29:06.231 INFO O| Aug 14 22:29:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65112024-08-14T22:29:07.587Z[ recovery-image] Aug 14 22:29:06.231 INFO O| Aug 14 22:29:06.230 INFO STEP 883 (remove_files) COMPLETE
65122024-08-14T22:29:07.587Z[ recovery-image] Aug 14 22:29:06.231 INFO O| Aug 14 22:29:06.230 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-14T22:29:07.590Z[ host-image] Aug 14 22:29:06.233 INFO O| Aug 14 22:29:06.233 INFO O| Done
65142024-08-14T22:29:07.590Z[ host-image] Aug 14 22:29:06.234 INFO O| Aug 14 22:29:06.233 INFO O| Done
65152024-08-14T22:29:07.610Z[ recovery-image] Aug 14 22:29:06.255 INFO O| Aug 14 22:29:06.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65162024-08-14T22:29:07.613Z[ recovery-image] Aug 14 22:29:06.255 INFO O| Aug 14 22:29:06.255 INFO STEP 884 (remove_files) COMPLETE
65172024-08-14T22:29:07.613Z[ recovery-image] Aug 14 22:29:06.255 INFO O| Aug 14 22:29:06.255 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-14T22:29:07.624Z[ recovery-image] Aug 14 22:29:06.269 INFO O| Aug 14 22:29:06.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65192024-08-14T22:29:07.624Z[ recovery-image] Aug 14 22:29:06.269 INFO O| Aug 14 22:29:06.269 INFO STEP 885 (remove_files) COMPLETE
65202024-08-14T22:29:07.624Z[ recovery-image] Aug 14 22:29:06.269 INFO O| Aug 14 22:29:06.269 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-14T22:29:07.637Z[ recovery-image] Aug 14 22:29:06.282 INFO O| Aug 14 22:29:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65222024-08-14T22:29:07.637Z[ recovery-image] Aug 14 22:29:06.282 INFO O| Aug 14 22:29:06.282 INFO STEP 886 (remove_files) COMPLETE
65232024-08-14T22:29:07.639Z[ recovery-image] Aug 14 22:29:06.282 INFO O| Aug 14 22:29:06.282 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-14T22:29:07.642Z[ host-image] Aug 14 22:29:06.287 INFO O| Aug 14 22:29:06.287 INFO O| Done
65252024-08-14T22:29:07.651Z[ recovery-image] Aug 14 22:29:06.296 INFO O| Aug 14 22:29:06.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65262024-08-14T22:29:07.653Z[ recovery-image] Aug 14 22:29:06.296 INFO O| Aug 14 22:29:06.296 INFO STEP 887 (remove_files) COMPLETE
65272024-08-14T22:29:07.653Z[ recovery-image] Aug 14 22:29:06.296 INFO O| Aug 14 22:29:06.296 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-14T22:29:07.665Z[ recovery-image] Aug 14 22:29:06.310 INFO O| Aug 14 22:29:06.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65292024-08-14T22:29:07.665Z[ recovery-image] Aug 14 22:29:06.310 INFO O| Aug 14 22:29:06.310 INFO STEP 888 (remove_files) COMPLETE
65302024-08-14T22:29:07.667Z[ recovery-image] Aug 14 22:29:06.310 INFO O| Aug 14 22:29:06.310 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-14T22:29:07.678Z[ recovery-image] Aug 14 22:29:06.323 INFO O| Aug 14 22:29:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65322024-08-14T22:29:07.679Z[ recovery-image] Aug 14 22:29:06.323 INFO O| Aug 14 22:29:06.323 INFO STEP 889 (remove_files) COMPLETE
65332024-08-14T22:29:07.679Z[ recovery-image] Aug 14 22:29:06.323 INFO O| Aug 14 22:29:06.323 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-14T22:29:07.690Z[ recovery-image] Aug 14 22:29:06.334 INFO O| Aug 14 22:29:06.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65352024-08-14T22:29:07.692Z[ recovery-image] Aug 14 22:29:06.335 INFO O| Aug 14 22:29:06.334 INFO STEP 890 (remove_files) COMPLETE
65362024-08-14T22:29:07.692Z[ recovery-image] Aug 14 22:29:06.335 INFO O| Aug 14 22:29:06.334 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-14T22:29:07.701Z[ recovery-image] Aug 14 22:29:06.346 INFO O| Aug 14 22:29:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65382024-08-14T22:29:07.701Z[ recovery-image] Aug 14 22:29:06.346 INFO O| Aug 14 22:29:06.346 INFO STEP 891 (remove_files) COMPLETE
65392024-08-14T22:29:07.703Z[ recovery-image] Aug 14 22:29:06.346 INFO O| Aug 14 22:29:06.346 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-14T22:29:07.711Z[ recovery-image] Aug 14 22:29:06.356 INFO O| Aug 14 22:29:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65412024-08-14T22:29:07.711Z[ recovery-image] Aug 14 22:29:06.356 INFO O| Aug 14 22:29:06.356 INFO STEP 892 (remove_files) COMPLETE
65422024-08-14T22:29:07.711Z[ recovery-image] Aug 14 22:29:06.356 INFO O| Aug 14 22:29:06.356 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-14T22:29:07.721Z[ recovery-image] Aug 14 22:29:06.366 INFO O| Aug 14 22:29:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65442024-08-14T22:29:07.721Z[ recovery-image] Aug 14 22:29:06.366 INFO O| Aug 14 22:29:06.366 INFO STEP 893 (remove_files) COMPLETE
65452024-08-14T22:29:07.723Z[ recovery-image] Aug 14 22:29:06.366 INFO O| Aug 14 22:29:06.366 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-14T22:29:07.731Z[ recovery-image] Aug 14 22:29:06.376 INFO O| Aug 14 22:29:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65472024-08-14T22:29:07.731Z[ recovery-image] Aug 14 22:29:06.376 INFO O| Aug 14 22:29:06.376 INFO STEP 894 (remove_files) COMPLETE
65482024-08-14T22:29:07.734Z[ recovery-image] Aug 14 22:29:06.376 INFO O| Aug 14 22:29:06.376 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-14T22:29:07.741Z[ recovery-image] Aug 14 22:29:06.386 INFO O| Aug 14 22:29:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65502024-08-14T22:29:07.741Z[ recovery-image] Aug 14 22:29:06.386 INFO O| Aug 14 22:29:06.386 INFO STEP 895 (remove_files) COMPLETE
65512024-08-14T22:29:07.741Z[ recovery-image] Aug 14 22:29:06.386 INFO O| Aug 14 22:29:06.386 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-14T22:29:07.751Z[ host-image] Aug 14 22:29:06.396 INFO O| Aug 14 22:29:06.395 INFO STEP 13 (pkg_install) COMPLETE
65532024-08-14T22:29:07.751Z[ host-image] Aug 14 22:29:06.396 INFO O| Aug 14 22:29:06.395 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65542024-08-14T22:29:07.753Z[ recovery-image] Aug 14 22:29:06.396 INFO O| Aug 14 22:29:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65552024-08-14T22:29:07.753Z[ recovery-image] Aug 14 22:29:06.396 INFO O| Aug 14 22:29:06.396 INFO STEP 896 (remove_files) COMPLETE
65562024-08-14T22:29:07.753Z[ recovery-image] Aug 14 22:29:06.396 INFO O| Aug 14 22:29:06.396 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-14T22:29:07.762Z[ host-image] Aug 14 22:29:06.406 INFO O| Aug 14 22:29:06.406 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
65582024-08-14T22:29:07.764Z[ recovery-image] Aug 14 22:29:06.407 INFO O| Aug 14 22:29:06.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65592024-08-14T22:29:07.764Z[ recovery-image] Aug 14 22:29:06.408 INFO O| Aug 14 22:29:06.408 INFO STEP 897 (remove_files) COMPLETE
65602024-08-14T22:29:07.764Z[ recovery-image] Aug 14 22:29:06.408 INFO O| Aug 14 22:29:06.408 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-14T22:29:07.773Z[ recovery-image] Aug 14 22:29:06.418 INFO O| Aug 14 22:29:06.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65622024-08-14T22:29:07.773Z[ recovery-image] Aug 14 22:29:06.418 INFO O| Aug 14 22:29:06.418 INFO STEP 898 (remove_files) COMPLETE
65632024-08-14T22:29:07.774Z[ recovery-image] Aug 14 22:29:06.418 INFO O| Aug 14 22:29:06.418 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-14T22:29:07.784Z[ recovery-image] Aug 14 22:29:06.429 INFO O| Aug 14 22:29:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65652024-08-14T22:29:07.784Z[ recovery-image] Aug 14 22:29:06.429 INFO O| Aug 14 22:29:06.429 INFO STEP 899 (remove_files) COMPLETE
65662024-08-14T22:29:07.784Z[ recovery-image] Aug 14 22:29:06.429 INFO O| Aug 14 22:29:06.429 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-14T22:29:07.795Z[ recovery-image] Aug 14 22:29:06.440 INFO O| Aug 14 22:29:06.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65682024-08-14T22:29:07.797Z[ recovery-image] Aug 14 22:29:06.440 INFO O| Aug 14 22:29:06.440 INFO STEP 900 (remove_files) COMPLETE
65692024-08-14T22:29:07.797Z[ recovery-image] Aug 14 22:29:06.440 INFO O| Aug 14 22:29:06.440 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-14T22:29:07.805Z[ recovery-image] Aug 14 22:29:06.450 INFO O| Aug 14 22:29:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65712024-08-14T22:29:07.805Z[ recovery-image] Aug 14 22:29:06.450 INFO O| Aug 14 22:29:06.450 INFO STEP 901 (remove_files) COMPLETE
65722024-08-14T22:29:07.805Z[ recovery-image] Aug 14 22:29:06.450 INFO O| Aug 14 22:29:06.450 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-14T22:29:07.816Z[ recovery-image] Aug 14 22:29:06.461 INFO O| Aug 14 22:29:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65742024-08-14T22:29:07.816Z[ recovery-image] Aug 14 22:29:06.461 INFO O| Aug 14 22:29:06.461 INFO STEP 902 (remove_files) COMPLETE
65752024-08-14T22:29:07.816Z[ recovery-image] Aug 14 22:29:06.461 INFO O| Aug 14 22:29:06.461 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-14T22:29:07.827Z[ recovery-image] Aug 14 22:29:06.472 INFO O| Aug 14 22:29:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65772024-08-14T22:29:07.827Z[ recovery-image] Aug 14 22:29:06.472 INFO O| Aug 14 22:29:06.472 INFO STEP 903 (remove_files) COMPLETE
65782024-08-14T22:29:07.827Z[ recovery-image] Aug 14 22:29:06.472 INFO O| Aug 14 22:29:06.472 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-14T22:29:07.838Z[ recovery-image] Aug 14 22:29:06.483 INFO O| Aug 14 22:29:06.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65802024-08-14T22:29:07.838Z[ recovery-image] Aug 14 22:29:06.483 INFO O| Aug 14 22:29:06.483 INFO STEP 904 (remove_files) COMPLETE
65812024-08-14T22:29:07.838Z[ recovery-image] Aug 14 22:29:06.483 INFO O| Aug 14 22:29:06.483 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-14T22:29:07.849Z[ recovery-image] Aug 14 22:29:06.494 INFO O| Aug 14 22:29:06.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65832024-08-14T22:29:07.849Z[ recovery-image] Aug 14 22:29:06.494 INFO O| Aug 14 22:29:06.494 INFO STEP 905 (remove_files) COMPLETE
65842024-08-14T22:29:07.849Z[ recovery-image] Aug 14 22:29:06.494 INFO O| Aug 14 22:29:06.494 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-14T22:29:07.860Z[ recovery-image] Aug 14 22:29:06.505 INFO O| Aug 14 22:29:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65862024-08-14T22:29:07.860Z[ recovery-image] Aug 14 22:29:06.505 INFO O| Aug 14 22:29:06.505 INFO STEP 906 (remove_files) COMPLETE
65872024-08-14T22:29:07.860Z[ recovery-image] Aug 14 22:29:06.505 INFO O| Aug 14 22:29:06.505 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-14T22:29:07.871Z[ recovery-image] Aug 14 22:29:06.515 INFO O| Aug 14 22:29:06.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65892024-08-14T22:29:07.871Z[ recovery-image] Aug 14 22:29:06.515 INFO O| Aug 14 22:29:06.515 INFO STEP 907 (remove_files) COMPLETE
65902024-08-14T22:29:07.871Z[ recovery-image] Aug 14 22:29:06.515 INFO O| Aug 14 22:29:06.515 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-14T22:29:07.881Z[ recovery-image] Aug 14 22:29:06.525 INFO O| Aug 14 22:29:06.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65922024-08-14T22:29:07.881Z[ recovery-image] Aug 14 22:29:06.525 INFO O| Aug 14 22:29:06.525 INFO STEP 908 (remove_files) COMPLETE
65932024-08-14T22:29:07.883Z[ recovery-image] Aug 14 22:29:06.525 INFO O| Aug 14 22:29:06.525 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-14T22:29:07.891Z[ recovery-image] Aug 14 22:29:06.535 INFO O| Aug 14 22:29:06.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65952024-08-14T22:29:07.891Z[ recovery-image] Aug 14 22:29:06.536 INFO O| Aug 14 22:29:06.536 INFO STEP 909 (remove_files) COMPLETE
65962024-08-14T22:29:07.891Z[ recovery-image] Aug 14 22:29:06.536 INFO O| Aug 14 22:29:06.536 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-14T22:29:07.900Z[ recovery-image] Aug 14 22:29:06.545 INFO O| Aug 14 22:29:06.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65982024-08-14T22:29:07.903Z[ recovery-image] Aug 14 22:29:06.545 INFO O| Aug 14 22:29:06.545 INFO STEP 910 (remove_files) COMPLETE
65992024-08-14T22:29:07.903Z[ recovery-image] Aug 14 22:29:06.545 INFO O| Aug 14 22:29:06.545 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-14T22:29:07.910Z[ recovery-image] Aug 14 22:29:06.555 INFO O| Aug 14 22:29:06.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66012024-08-14T22:29:07.910Z[ recovery-image] Aug 14 22:29:06.555 INFO O| Aug 14 22:29:06.555 INFO STEP 911 (remove_files) COMPLETE
66022024-08-14T22:29:07.910Z[ recovery-image] Aug 14 22:29:06.555 INFO O| Aug 14 22:29:06.555 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-14T22:29:07.920Z[ recovery-image] Aug 14 22:29:06.565 INFO O| Aug 14 22:29:06.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66042024-08-14T22:29:07.920Z[ recovery-image] Aug 14 22:29:06.565 INFO O| Aug 14 22:29:06.565 INFO STEP 912 (remove_files) COMPLETE
66052024-08-14T22:29:07.920Z[ recovery-image] Aug 14 22:29:06.565 INFO O| Aug 14 22:29:06.565 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-14T22:29:07.930Z[ recovery-image] Aug 14 22:29:06.575 INFO O| Aug 14 22:29:06.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66072024-08-14T22:29:07.930Z[ recovery-image] Aug 14 22:29:06.575 INFO O| Aug 14 22:29:06.575 INFO STEP 913 (remove_files) COMPLETE
66082024-08-14T22:29:07.934Z[ recovery-image] Aug 14 22:29:06.575 INFO O| Aug 14 22:29:06.575 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-14T22:29:07.940Z[ recovery-image] Aug 14 22:29:06.585 INFO O| Aug 14 22:29:06.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66102024-08-14T22:29:07.941Z[ recovery-image] Aug 14 22:29:06.585 INFO O| Aug 14 22:29:06.585 INFO STEP 914 (remove_files) COMPLETE
66112024-08-14T22:29:07.943Z[ recovery-image] Aug 14 22:29:06.585 INFO O| Aug 14 22:29:06.585 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-14T22:29:07.950Z[ recovery-image] Aug 14 22:29:06.595 INFO O| Aug 14 22:29:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66132024-08-14T22:29:07.950Z[ recovery-image] Aug 14 22:29:06.595 INFO O| Aug 14 22:29:06.595 INFO STEP 915 (remove_files) COMPLETE
66142024-08-14T22:29:07.953Z[ recovery-image] Aug 14 22:29:06.595 INFO O| Aug 14 22:29:06.595 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-14T22:29:07.960Z[ recovery-image] Aug 14 22:29:06.605 INFO O| Aug 14 22:29:06.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66162024-08-14T22:29:07.960Z[ recovery-image] Aug 14 22:29:06.605 INFO O| Aug 14 22:29:06.605 INFO STEP 916 (remove_files) COMPLETE
66172024-08-14T22:29:07.960Z[ recovery-image] Aug 14 22:29:06.605 INFO O| Aug 14 22:29:06.605 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-14T22:29:07.970Z[ recovery-image] Aug 14 22:29:06.614 INFO O| Aug 14 22:29:06.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66192024-08-14T22:29:07.970Z[ recovery-image] Aug 14 22:29:06.614 INFO O| Aug 14 22:29:06.614 INFO STEP 917 (remove_files) COMPLETE
66202024-08-14T22:29:07.972Z[ recovery-image] Aug 14 22:29:06.615 INFO O| Aug 14 22:29:06.614 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-14T22:29:07.979Z[ recovery-image] Aug 14 22:29:06.624 INFO O| Aug 14 22:29:06.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66222024-08-14T22:29:07.979Z[ recovery-image] Aug 14 22:29:06.624 INFO O| Aug 14 22:29:06.624 INFO STEP 918 (remove_files) COMPLETE
66232024-08-14T22:29:07.979Z[ recovery-image] Aug 14 22:29:06.624 INFO O| Aug 14 22:29:06.624 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-14T22:29:07.990Z[ recovery-image] Aug 14 22:29:06.634 INFO O| Aug 14 22:29:06.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66252024-08-14T22:29:07.990Z[ recovery-image] Aug 14 22:29:06.634 INFO O| Aug 14 22:29:06.634 INFO STEP 919 (remove_files) COMPLETE
66262024-08-14T22:29:07.990Z[ recovery-image] Aug 14 22:29:06.634 INFO O| Aug 14 22:29:06.634 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-14T22:29:08.000Z[ recovery-image] Aug 14 22:29:06.645 INFO O| Aug 14 22:29:06.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66282024-08-14T22:29:08.000Z[ recovery-image] Aug 14 22:29:06.645 INFO O| Aug 14 22:29:06.645 INFO STEP 920 (remove_files) COMPLETE
66292024-08-14T22:29:08.001Z[ recovery-image] Aug 14 22:29:06.645 INFO O| Aug 14 22:29:06.645 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-14T22:29:08.011Z[ recovery-image] Aug 14 22:29:06.656 INFO O| Aug 14 22:29:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66312024-08-14T22:29:08.011Z[ recovery-image] Aug 14 22:29:06.656 INFO O| Aug 14 22:29:06.656 INFO STEP 921 (remove_files) COMPLETE
66322024-08-14T22:29:08.011Z[ recovery-image] Aug 14 22:29:06.656 INFO O| Aug 14 22:29:06.656 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-14T22:29:08.022Z[ recovery-image] Aug 14 22:29:06.667 INFO O| Aug 14 22:29:06.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66342024-08-14T22:29:08.025Z[ recovery-image] Aug 14 22:29:06.667 INFO O| Aug 14 22:29:06.667 INFO STEP 922 (remove_files) COMPLETE
66352024-08-14T22:29:08.025Z[ recovery-image] Aug 14 22:29:06.668 INFO O| Aug 14 22:29:06.667 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-14T22:29:08.034Z[ recovery-image] Aug 14 22:29:06.679 INFO O| Aug 14 22:29:06.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66372024-08-14T22:29:08.036Z[ recovery-image] Aug 14 22:29:06.679 INFO O| Aug 14 22:29:06.679 INFO STEP 923 (remove_files) COMPLETE
66382024-08-14T22:29:08.036Z[ recovery-image] Aug 14 22:29:06.679 INFO O| Aug 14 22:29:06.679 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-14T22:29:08.046Z[ recovery-image] Aug 14 22:29:06.690 INFO O| Aug 14 22:29:06.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66402024-08-14T22:29:08.046Z[ recovery-image] Aug 14 22:29:06.690 INFO O| Aug 14 22:29:06.690 INFO STEP 924 (remove_files) COMPLETE
66412024-08-14T22:29:08.048Z[ recovery-image] Aug 14 22:29:06.690 INFO O| Aug 14 22:29:06.690 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-14T22:29:08.056Z[ recovery-image] Aug 14 22:29:06.700 INFO O| Aug 14 22:29:06.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66432024-08-14T22:29:08.056Z[ recovery-image] Aug 14 22:29:06.701 INFO O| Aug 14 22:29:06.701 INFO STEP 925 (remove_files) COMPLETE
66442024-08-14T22:29:08.056Z[ recovery-image] Aug 14 22:29:06.701 INFO O| Aug 14 22:29:06.701 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-14T22:29:08.066Z[ recovery-image] Aug 14 22:29:06.711 INFO O| Aug 14 22:29:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66462024-08-14T22:29:08.066Z[ recovery-image] Aug 14 22:29:06.711 INFO O| Aug 14 22:29:06.711 INFO STEP 926 (remove_files) COMPLETE
66472024-08-14T22:29:08.066Z[ recovery-image] Aug 14 22:29:06.711 INFO O| Aug 14 22:29:06.711 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-14T22:29:08.076Z[ recovery-image] Aug 14 22:29:06.721 INFO O| Aug 14 22:29:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66492024-08-14T22:29:08.076Z[ recovery-image] Aug 14 22:29:06.721 INFO O| Aug 14 22:29:06.721 INFO STEP 927 (remove_files) COMPLETE
66502024-08-14T22:29:08.078Z[ recovery-image] Aug 14 22:29:06.721 INFO O| Aug 14 22:29:06.721 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-14T22:29:08.086Z[ recovery-image] Aug 14 22:29:06.731 INFO O| Aug 14 22:29:06.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66522024-08-14T22:29:08.088Z[ recovery-image] Aug 14 22:29:06.731 INFO O| Aug 14 22:29:06.731 INFO STEP 928 (remove_files) COMPLETE
66532024-08-14T22:29:08.089Z[ recovery-image] Aug 14 22:29:06.731 INFO O| Aug 14 22:29:06.731 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-14T22:29:08.096Z[ recovery-image] Aug 14 22:29:06.741 INFO O| Aug 14 22:29:06.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66552024-08-14T22:29:08.096Z[ recovery-image] Aug 14 22:29:06.741 INFO O| Aug 14 22:29:06.741 INFO STEP 929 (remove_files) COMPLETE
66562024-08-14T22:29:08.096Z[ recovery-image] Aug 14 22:29:06.741 INFO O| Aug 14 22:29:06.741 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-14T22:29:08.106Z[ recovery-image] Aug 14 22:29:06.751 INFO O| Aug 14 22:29:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66582024-08-14T22:29:08.109Z[ recovery-image] Aug 14 22:29:06.751 INFO O| Aug 14 22:29:06.751 INFO STEP 930 (remove_files) COMPLETE
66592024-08-14T22:29:08.109Z[ recovery-image] Aug 14 22:29:06.751 INFO O| Aug 14 22:29:06.751 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-14T22:29:08.118Z[ recovery-image] Aug 14 22:29:06.763 INFO O| Aug 14 22:29:06.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66612024-08-14T22:29:08.118Z[ recovery-image] Aug 14 22:29:06.763 INFO O| Aug 14 22:29:06.763 INFO STEP 931 (remove_files) COMPLETE
66622024-08-14T22:29:08.118Z[ recovery-image] Aug 14 22:29:06.763 INFO O| Aug 14 22:29:06.763 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-14T22:29:08.129Z[ recovery-image] Aug 14 22:29:06.774 INFO O| Aug 14 22:29:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66642024-08-14T22:29:08.129Z[ recovery-image] Aug 14 22:29:06.774 INFO O| Aug 14 22:29:06.774 INFO STEP 932 (remove_files) COMPLETE
66652024-08-14T22:29:08.129Z[ recovery-image] Aug 14 22:29:06.774 INFO O| Aug 14 22:29:06.774 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-14T22:29:08.142Z[ recovery-image] Aug 14 22:29:06.786 INFO O| Aug 14 22:29:06.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66672024-08-14T22:29:08.142Z[ recovery-image] Aug 14 22:29:06.786 INFO O| Aug 14 22:29:06.786 INFO STEP 933 (remove_files) COMPLETE
66682024-08-14T22:29:08.150Z[ recovery-image] Aug 14 22:29:06.787 INFO O| Aug 14 22:29:06.786 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-14T22:29:08.154Z[ recovery-image] Aug 14 22:29:06.798 INFO O| Aug 14 22:29:06.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66702024-08-14T22:29:08.154Z[ recovery-image] Aug 14 22:29:06.799 INFO O| Aug 14 22:29:06.799 INFO STEP 934 (remove_files) COMPLETE
66712024-08-14T22:29:08.154Z[ recovery-image] Aug 14 22:29:06.799 INFO O| Aug 14 22:29:06.799 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-14T22:29:08.165Z[ recovery-image] Aug 14 22:29:06.810 INFO O| Aug 14 22:29:06.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66732024-08-14T22:29:08.168Z[ recovery-image] Aug 14 22:29:06.810 INFO O| Aug 14 22:29:06.810 INFO STEP 935 (remove_files) COMPLETE
66742024-08-14T22:29:08.168Z[ recovery-image] Aug 14 22:29:06.810 INFO O| Aug 14 22:29:06.810 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-14T22:29:08.176Z[ recovery-image] Aug 14 22:29:06.821 INFO O| Aug 14 22:29:06.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66762024-08-14T22:29:08.176Z[ recovery-image] Aug 14 22:29:06.821 INFO O| Aug 14 22:29:06.821 INFO STEP 936 (remove_files) COMPLETE
66772024-08-14T22:29:08.179Z[ recovery-image] Aug 14 22:29:06.821 INFO O| Aug 14 22:29:06.821 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-14T22:29:08.186Z[ recovery-image] Aug 14 22:29:06.830 INFO O| Aug 14 22:29:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66792024-08-14T22:29:08.186Z[ recovery-image] Aug 14 22:29:06.830 INFO O| Aug 14 22:29:06.830 INFO STEP 937 (remove_files) COMPLETE
66802024-08-14T22:29:08.188Z[ recovery-image] Aug 14 22:29:06.831 INFO O| Aug 14 22:29:06.830 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-14T22:29:08.195Z[ recovery-image] Aug 14 22:29:06.840 INFO O| Aug 14 22:29:06.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66822024-08-14T22:29:08.196Z[ recovery-image] Aug 14 22:29:06.840 INFO O| Aug 14 22:29:06.840 INFO STEP 938 (remove_files) COMPLETE
66832024-08-14T22:29:08.196Z[ recovery-image] Aug 14 22:29:06.840 INFO O| Aug 14 22:29:06.840 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-14T22:29:08.206Z[ recovery-image] Aug 14 22:29:06.851 INFO O| Aug 14 22:29:06.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66852024-08-14T22:29:08.206Z[ recovery-image] Aug 14 22:29:06.851 INFO O| Aug 14 22:29:06.851 INFO STEP 939 (remove_files) COMPLETE
66862024-08-14T22:29:08.206Z[ recovery-image] Aug 14 22:29:06.851 INFO O| Aug 14 22:29:06.851 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-14T22:29:08.214Z[ host-image] Aug 14 22:29:06.859 INFO O| Aug 14 22:29:06.859 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
66882024-08-14T22:29:08.216Z[ recovery-image] Aug 14 22:29:06.861 INFO O| Aug 14 22:29:06.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66892024-08-14T22:29:08.216Z[ recovery-image] Aug 14 22:29:06.861 INFO O| Aug 14 22:29:06.861 INFO STEP 940 (remove_files) COMPLETE
66902024-08-14T22:29:08.216Z[ recovery-image] Aug 14 22:29:06.861 INFO O| Aug 14 22:29:06.861 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-14T22:29:08.227Z[ recovery-image] Aug 14 22:29:06.871 INFO O| Aug 14 22:29:06.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66922024-08-14T22:29:08.227Z[ recovery-image] Aug 14 22:29:06.871 INFO O| Aug 14 22:29:06.871 INFO STEP 941 (remove_files) COMPLETE
66932024-08-14T22:29:08.229Z[ recovery-image] Aug 14 22:29:06.871 INFO O| Aug 14 22:29:06.871 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-14T22:29:08.237Z[ recovery-image] Aug 14 22:29:06.882 INFO O| Aug 14 22:29:06.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66952024-08-14T22:29:08.237Z[ recovery-image] Aug 14 22:29:06.882 INFO O| Aug 14 22:29:06.882 INFO STEP 942 (remove_files) COMPLETE
66962024-08-14T22:29:08.239Z[ recovery-image] Aug 14 22:29:06.882 INFO O| Aug 14 22:29:06.882 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-14T22:29:08.248Z[ recovery-image] Aug 14 22:29:06.893 INFO O| Aug 14 22:29:06.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66982024-08-14T22:29:08.248Z[ recovery-image] Aug 14 22:29:06.893 INFO O| Aug 14 22:29:06.893 INFO STEP 943 (remove_files) COMPLETE
66992024-08-14T22:29:08.248Z[ recovery-image] Aug 14 22:29:06.893 INFO O| Aug 14 22:29:06.893 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-14T22:29:08.259Z[ recovery-image] Aug 14 22:29:06.904 INFO O| Aug 14 22:29:06.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67012024-08-14T22:29:08.259Z[ recovery-image] Aug 14 22:29:06.904 INFO O| Aug 14 22:29:06.904 INFO STEP 944 (remove_files) COMPLETE
67022024-08-14T22:29:08.259Z[ recovery-image] Aug 14 22:29:06.904 INFO O| Aug 14 22:29:06.904 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-14T22:29:08.269Z[ recovery-image] Aug 14 22:29:06.914 INFO O| Aug 14 22:29:06.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67042024-08-14T22:29:08.269Z[ recovery-image] Aug 14 22:29:06.914 INFO O| Aug 14 22:29:06.914 INFO STEP 945 (remove_files) COMPLETE
67052024-08-14T22:29:08.272Z[ recovery-image] Aug 14 22:29:06.914 INFO O| Aug 14 22:29:06.914 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-14T22:29:08.278Z[ recovery-image] Aug 14 22:29:06.923 INFO O| Aug 14 22:29:06.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67072024-08-14T22:29:08.278Z[ recovery-image] Aug 14 22:29:06.923 INFO O| Aug 14 22:29:06.923 INFO STEP 946 (remove_files) COMPLETE
67082024-08-14T22:29:08.278Z[ recovery-image] Aug 14 22:29:06.923 INFO O| Aug 14 22:29:06.923 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-14T22:29:08.288Z[ recovery-image] Aug 14 22:29:06.933 INFO O| Aug 14 22:29:06.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67102024-08-14T22:29:08.291Z[ recovery-image] Aug 14 22:29:06.933 INFO O| Aug 14 22:29:06.933 INFO STEP 947 (remove_files) COMPLETE
67112024-08-14T22:29:08.291Z[ recovery-image] Aug 14 22:29:06.933 INFO O| Aug 14 22:29:06.933 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-14T22:29:08.298Z[ recovery-image] Aug 14 22:29:06.943 INFO O| Aug 14 22:29:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67132024-08-14T22:29:08.298Z[ recovery-image] Aug 14 22:29:06.943 INFO O| Aug 14 22:29:06.943 INFO STEP 948 (remove_files) COMPLETE
67142024-08-14T22:29:08.301Z[ recovery-image] Aug 14 22:29:06.943 INFO O| Aug 14 22:29:06.943 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-14T22:29:08.308Z[ recovery-image] Aug 14 22:29:06.953 INFO O| Aug 14 22:29:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67162024-08-14T22:29:08.308Z[ recovery-image] Aug 14 22:29:06.953 INFO O| Aug 14 22:29:06.953 INFO STEP 949 (remove_files) COMPLETE
67172024-08-14T22:29:08.311Z[ recovery-image] Aug 14 22:29:06.953 INFO O| Aug 14 22:29:06.953 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-14T22:29:08.319Z[ recovery-image] Aug 14 22:29:06.964 INFO O| Aug 14 22:29:06.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67192024-08-14T22:29:08.319Z[ recovery-image] Aug 14 22:29:06.964 INFO O| Aug 14 22:29:06.964 INFO STEP 950 (remove_files) COMPLETE
67202024-08-14T22:29:08.321Z[ recovery-image] Aug 14 22:29:06.964 INFO O| Aug 14 22:29:06.964 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-14T22:29:08.329Z[ recovery-image] Aug 14 22:29:06.974 INFO O| Aug 14 22:29:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67222024-08-14T22:29:08.331Z[ recovery-image] Aug 14 22:29:06.974 INFO O| Aug 14 22:29:06.974 INFO STEP 951 (remove_files) COMPLETE
67232024-08-14T22:29:08.331Z[ recovery-image] Aug 14 22:29:06.974 INFO O| Aug 14 22:29:06.974 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-14T22:29:08.339Z[ recovery-image] Aug 14 22:29:06.984 INFO O| Aug 14 22:29:06.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67252024-08-14T22:29:08.339Z[ recovery-image] Aug 14 22:29:06.984 INFO O| Aug 14 22:29:06.984 INFO STEP 952 (remove_files) COMPLETE
67262024-08-14T22:29:08.342Z[ recovery-image] Aug 14 22:29:06.984 INFO O| Aug 14 22:29:06.984 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-14T22:29:08.349Z[ recovery-image] Aug 14 22:29:06.994 INFO O| Aug 14 22:29:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67282024-08-14T22:29:08.349Z[ recovery-image] Aug 14 22:29:06.994 INFO O| Aug 14 22:29:06.994 INFO STEP 953 (remove_files) COMPLETE
67292024-08-14T22:29:08.349Z[ recovery-image] Aug 14 22:29:06.994 INFO O| Aug 14 22:29:06.994 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-14T22:29:08.361Z[ recovery-image] Aug 14 22:29:07.006 INFO O| Aug 14 22:29:07.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67312024-08-14T22:29:08.361Z[ recovery-image] Aug 14 22:29:07.006 INFO O| Aug 14 22:29:07.006 INFO STEP 954 (remove_files) COMPLETE
67322024-08-14T22:29:08.361Z[ recovery-image] Aug 14 22:29:07.006 INFO O| Aug 14 22:29:07.006 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-14T22:29:08.373Z[ recovery-image] Aug 14 22:29:07.017 INFO O| Aug 14 22:29:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67342024-08-14T22:29:08.373Z[ recovery-image] Aug 14 22:29:07.018 INFO O| Aug 14 22:29:07.017 INFO STEP 955 (remove_files) COMPLETE
67352024-08-14T22:29:08.375Z[ recovery-image] Aug 14 22:29:07.018 INFO O| Aug 14 22:29:07.017 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-14T22:29:08.384Z[ recovery-image] Aug 14 22:29:07.028 INFO O| Aug 14 22:29:07.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67372024-08-14T22:29:08.384Z[ recovery-image] Aug 14 22:29:07.029 INFO O| Aug 14 22:29:07.029 INFO STEP 956 (remove_files) COMPLETE
67382024-08-14T22:29:08.386Z[ recovery-image] Aug 14 22:29:07.029 INFO O| Aug 14 22:29:07.029 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-14T22:29:08.395Z[ recovery-image] Aug 14 22:29:07.040 INFO O| Aug 14 22:29:07.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67402024-08-14T22:29:08.395Z[ recovery-image] Aug 14 22:29:07.040 INFO O| Aug 14 22:29:07.040 INFO STEP 957 (remove_files) COMPLETE
67412024-08-14T22:29:08.395Z[ recovery-image] Aug 14 22:29:07.040 INFO O| Aug 14 22:29:07.040 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-14T22:29:08.406Z[ recovery-image] Aug 14 22:29:07.051 INFO O| Aug 14 22:29:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67432024-08-14T22:29:08.406Z[ recovery-image] Aug 14 22:29:07.051 INFO O| Aug 14 22:29:07.051 INFO STEP 958 (remove_files) COMPLETE
67442024-08-14T22:29:08.408Z[ recovery-image] Aug 14 22:29:07.051 INFO O| Aug 14 22:29:07.051 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-14T22:29:08.416Z[ recovery-image] Aug 14 22:29:07.061 INFO O| Aug 14 22:29:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67462024-08-14T22:29:08.416Z[ recovery-image] Aug 14 22:29:07.061 INFO O| Aug 14 22:29:07.061 INFO STEP 959 (remove_files) COMPLETE
67472024-08-14T22:29:08.419Z[ recovery-image] Aug 14 22:29:07.061 INFO O| Aug 14 22:29:07.061 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-14T22:29:08.427Z[ recovery-image] Aug 14 22:29:07.071 INFO O| Aug 14 22:29:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67492024-08-14T22:29:08.429Z[ recovery-image] Aug 14 22:29:07.072 INFO O| Aug 14 22:29:07.071 INFO STEP 960 (remove_files) COMPLETE
67502024-08-14T22:29:08.429Z[ recovery-image] Aug 14 22:29:07.072 INFO O| Aug 14 22:29:07.071 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-14T22:29:08.437Z[ recovery-image] Aug 14 22:29:07.082 INFO O| Aug 14 22:29:07.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67522024-08-14T22:29:08.437Z[ recovery-image] Aug 14 22:29:07.082 INFO O| Aug 14 22:29:07.082 INFO STEP 961 (remove_files) COMPLETE
67532024-08-14T22:29:08.437Z[ recovery-image] Aug 14 22:29:07.082 INFO O| Aug 14 22:29:07.082 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-14T22:29:08.447Z[ recovery-image] Aug 14 22:29:07.092 INFO O| Aug 14 22:29:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67552024-08-14T22:29:08.448Z[ recovery-image] Aug 14 22:29:07.092 INFO O| Aug 14 22:29:07.092 INFO STEP 962 (remove_files) COMPLETE
67562024-08-14T22:29:08.448Z[ recovery-image] Aug 14 22:29:07.092 INFO O| Aug 14 22:29:07.092 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-14T22:29:08.458Z[ recovery-image] Aug 14 22:29:07.103 INFO O| Aug 14 22:29:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67582024-08-14T22:29:08.458Z[ recovery-image] Aug 14 22:29:07.103 INFO O| Aug 14 22:29:07.103 INFO STEP 963 (remove_files) COMPLETE
67592024-08-14T22:29:08.458Z[ recovery-image] Aug 14 22:29:07.103 INFO O| Aug 14 22:29:07.103 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-14T22:29:08.469Z[ recovery-image] Aug 14 22:29:07.114 INFO O| Aug 14 22:29:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67612024-08-14T22:29:08.470Z[ recovery-image] Aug 14 22:29:07.114 INFO O| Aug 14 22:29:07.114 INFO STEP 964 (remove_files) COMPLETE
67622024-08-14T22:29:08.470Z[ recovery-image] Aug 14 22:29:07.114 INFO O| Aug 14 22:29:07.114 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-14T22:29:08.483Z[ recovery-image] Aug 14 22:29:07.128 INFO O| Aug 14 22:29:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67642024-08-14T22:29:08.483Z[ recovery-image] Aug 14 22:29:07.128 INFO O| Aug 14 22:29:07.128 INFO STEP 965 (remove_files) COMPLETE
67652024-08-14T22:29:08.483Z[ recovery-image] Aug 14 22:29:07.128 INFO O| Aug 14 22:29:07.128 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-14T22:29:08.495Z[ recovery-image] Aug 14 22:29:07.140 INFO O| Aug 14 22:29:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67672024-08-14T22:29:08.495Z[ recovery-image] Aug 14 22:29:07.140 INFO O| Aug 14 22:29:07.140 INFO STEP 966 (remove_files) COMPLETE
67682024-08-14T22:29:08.495Z[ recovery-image] Aug 14 22:29:07.140 INFO O| Aug 14 22:29:07.140 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-14T22:29:08.507Z[ recovery-image] Aug 14 22:29:07.151 INFO O| Aug 14 22:29:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67702024-08-14T22:29:08.509Z[ recovery-image] Aug 14 22:29:07.152 INFO O| Aug 14 22:29:07.152 INFO STEP 967 (remove_files) COMPLETE
67712024-08-14T22:29:08.509Z[ recovery-image] Aug 14 22:29:07.152 INFO O| Aug 14 22:29:07.152 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-14T22:29:08.518Z[ recovery-image] Aug 14 22:29:07.162 INFO O| Aug 14 22:29:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67732024-08-14T22:29:08.518Z[ recovery-image] Aug 14 22:29:07.162 INFO O| Aug 14 22:29:07.162 INFO STEP 968 (remove_files) COMPLETE
67742024-08-14T22:29:08.518Z[ recovery-image] Aug 14 22:29:07.162 INFO O| Aug 14 22:29:07.162 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-14T22:29:08.528Z[ recovery-image] Aug 14 22:29:07.173 INFO O| Aug 14 22:29:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67762024-08-14T22:29:08.530Z[ recovery-image] Aug 14 22:29:07.173 INFO O| Aug 14 22:29:07.173 INFO STEP 969 (remove_files) COMPLETE
67772024-08-14T22:29:08.530Z[ recovery-image] Aug 14 22:29:07.173 INFO O| Aug 14 22:29:07.173 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-14T22:29:08.539Z[ recovery-image] Aug 14 22:29:07.184 INFO O| Aug 14 22:29:07.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67792024-08-14T22:29:08.539Z[ recovery-image] Aug 14 22:29:07.184 INFO O| Aug 14 22:29:07.184 INFO STEP 970 (remove_files) COMPLETE
67802024-08-14T22:29:08.541Z[ recovery-image] Aug 14 22:29:07.184 INFO O| Aug 14 22:29:07.184 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-14T22:29:08.550Z[ recovery-image] Aug 14 22:29:07.195 INFO O| Aug 14 22:29:07.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67822024-08-14T22:29:08.550Z[ recovery-image] Aug 14 22:29:07.195 INFO O| Aug 14 22:29:07.195 INFO STEP 971 (remove_files) COMPLETE
67832024-08-14T22:29:08.550Z[ recovery-image] Aug 14 22:29:07.195 INFO O| Aug 14 22:29:07.195 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-14T22:29:08.561Z[ recovery-image] Aug 14 22:29:07.206 INFO O| Aug 14 22:29:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67852024-08-14T22:29:08.561Z[ recovery-image] Aug 14 22:29:07.206 INFO O| Aug 14 22:29:07.206 INFO STEP 972 (remove_files) COMPLETE
67862024-08-14T22:29:08.561Z[ recovery-image] Aug 14 22:29:07.206 INFO O| Aug 14 22:29:07.206 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-14T22:29:08.571Z[ recovery-image] Aug 14 22:29:07.216 INFO O| Aug 14 22:29:07.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67882024-08-14T22:29:08.574Z[ recovery-image] Aug 14 22:29:07.216 INFO O| Aug 14 22:29:07.216 INFO STEP 973 (remove_files) COMPLETE
67892024-08-14T22:29:08.574Z[ recovery-image] Aug 14 22:29:07.216 INFO O| Aug 14 22:29:07.216 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-14T22:29:08.581Z[ recovery-image] Aug 14 22:29:07.226 INFO O| Aug 14 22:29:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67912024-08-14T22:29:08.584Z[ recovery-image] Aug 14 22:29:07.226 INFO O| Aug 14 22:29:07.226 INFO STEP 974 (remove_files) COMPLETE
67922024-08-14T22:29:08.584Z[ recovery-image] Aug 14 22:29:07.226 INFO O| Aug 14 22:29:07.226 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-14T22:29:08.592Z[ recovery-image] Aug 14 22:29:07.236 INFO O| Aug 14 22:29:07.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67942024-08-14T22:29:08.594Z[ recovery-image] Aug 14 22:29:07.236 INFO O| Aug 14 22:29:07.236 INFO STEP 975 (remove_files) COMPLETE
67952024-08-14T22:29:08.594Z[ recovery-image] Aug 14 22:29:07.236 INFO O| Aug 14 22:29:07.236 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-14T22:29:08.602Z[ recovery-image] Aug 14 22:29:07.247 INFO O| Aug 14 22:29:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67972024-08-14T22:29:08.602Z[ recovery-image] Aug 14 22:29:07.247 INFO O| Aug 14 22:29:07.247 INFO STEP 976 (remove_files) COMPLETE
67982024-08-14T22:29:08.605Z[ recovery-image] Aug 14 22:29:07.247 INFO O| Aug 14 22:29:07.247 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-14T22:29:08.614Z[ recovery-image] Aug 14 22:29:07.258 INFO O| Aug 14 22:29:07.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68002024-08-14T22:29:08.616Z[ recovery-image] Aug 14 22:29:07.258 INFO O| Aug 14 22:29:07.258 INFO STEP 977 (remove_files) COMPLETE
68012024-08-14T22:29:08.616Z[ recovery-image] Aug 14 22:29:07.258 INFO O| Aug 14 22:29:07.258 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-14T22:29:08.625Z[ recovery-image] Aug 14 22:29:07.270 INFO O| Aug 14 22:29:07.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68032024-08-14T22:29:08.627Z[ recovery-image] Aug 14 22:29:07.270 INFO O| Aug 14 22:29:07.270 INFO STEP 978 (remove_files) COMPLETE
68042024-08-14T22:29:08.628Z[ recovery-image] Aug 14 22:29:07.270 INFO O| Aug 14 22:29:07.270 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-14T22:29:08.637Z[ recovery-image] Aug 14 22:29:07.282 INFO O| Aug 14 22:29:07.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68062024-08-14T22:29:08.640Z[ recovery-image] Aug 14 22:29:07.282 INFO O| Aug 14 22:29:07.282 INFO STEP 979 (remove_files) COMPLETE
68072024-08-14T22:29:08.640Z[ recovery-image] Aug 14 22:29:07.282 INFO O| Aug 14 22:29:07.282 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-14T22:29:08.651Z[ recovery-image] Aug 14 22:29:07.295 INFO O| Aug 14 22:29:07.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68092024-08-14T22:29:08.651Z[ recovery-image] Aug 14 22:29:07.296 INFO O| Aug 14 22:29:07.295 INFO STEP 980 (remove_files) COMPLETE
68102024-08-14T22:29:08.654Z[ recovery-image] Aug 14 22:29:07.296 INFO O| Aug 14 22:29:07.295 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-14T22:29:08.664Z[ recovery-image] Aug 14 22:29:07.308 INFO O| Aug 14 22:29:07.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68122024-08-14T22:29:08.664Z[ recovery-image] Aug 14 22:29:07.308 INFO O| Aug 14 22:29:07.308 INFO STEP 981 (remove_files) COMPLETE
68132024-08-14T22:29:08.666Z[ recovery-image] Aug 14 22:29:07.308 INFO O| Aug 14 22:29:07.308 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-14T22:29:08.675Z[ recovery-image] Aug 14 22:29:07.320 INFO O| Aug 14 22:29:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68152024-08-14T22:29:08.678Z[ recovery-image] Aug 14 22:29:07.320 INFO O| Aug 14 22:29:07.320 INFO STEP 982 (remove_files) COMPLETE
68162024-08-14T22:29:08.678Z[ recovery-image] Aug 14 22:29:07.320 INFO O| Aug 14 22:29:07.320 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-14T22:29:08.687Z[ recovery-image] Aug 14 22:29:07.332 INFO O| Aug 14 22:29:07.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68182024-08-14T22:29:08.687Z[ recovery-image] Aug 14 22:29:07.332 INFO O| Aug 14 22:29:07.332 INFO STEP 983 (remove_files) COMPLETE
68192024-08-14T22:29:08.689Z[ recovery-image] Aug 14 22:29:07.332 INFO O| Aug 14 22:29:07.332 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-14T22:29:08.698Z[ recovery-image] Aug 14 22:29:07.343 INFO O| Aug 14 22:29:07.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68212024-08-14T22:29:08.700Z[ recovery-image] Aug 14 22:29:07.343 INFO O| Aug 14 22:29:07.343 INFO STEP 984 (remove_files) COMPLETE
68222024-08-14T22:29:08.700Z[ recovery-image] Aug 14 22:29:07.343 INFO O| Aug 14 22:29:07.343 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-14T22:29:08.709Z[ recovery-image] Aug 14 22:29:07.354 INFO O| Aug 14 22:29:07.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68242024-08-14T22:29:08.709Z[ recovery-image] Aug 14 22:29:07.354 INFO O| Aug 14 22:29:07.354 INFO STEP 985 (remove_files) COMPLETE
68252024-08-14T22:29:08.711Z[ recovery-image] Aug 14 22:29:07.354 INFO O| Aug 14 22:29:07.354 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-14T22:29:08.720Z[ recovery-image] Aug 14 22:29:07.365 INFO O| Aug 14 22:29:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68272024-08-14T22:29:08.720Z[ recovery-image] Aug 14 22:29:07.365 INFO O| Aug 14 22:29:07.365 INFO STEP 986 (remove_files) COMPLETE
68282024-08-14T22:29:08.722Z[ recovery-image] Aug 14 22:29:07.365 INFO O| Aug 14 22:29:07.365 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-14T22:29:08.731Z[ recovery-image] Aug 14 22:29:07.376 INFO O| Aug 14 22:29:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68302024-08-14T22:29:08.731Z[ recovery-image] Aug 14 22:29:07.376 INFO O| Aug 14 22:29:07.376 INFO STEP 987 (remove_files) COMPLETE
68312024-08-14T22:29:08.731Z[ recovery-image] Aug 14 22:29:07.376 INFO O| Aug 14 22:29:07.376 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-14T22:29:08.742Z[ recovery-image] Aug 14 22:29:07.387 INFO O| Aug 14 22:29:07.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68332024-08-14T22:29:08.742Z[ recovery-image] Aug 14 22:29:07.387 INFO O| Aug 14 22:29:07.387 INFO STEP 988 (remove_files) COMPLETE
68342024-08-14T22:29:08.742Z[ recovery-image] Aug 14 22:29:07.387 INFO O| Aug 14 22:29:07.387 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-14T22:29:08.753Z[ recovery-image] Aug 14 22:29:07.397 INFO O| Aug 14 22:29:07.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68362024-08-14T22:29:08.753Z[ recovery-image] Aug 14 22:29:07.397 INFO O| Aug 14 22:29:07.397 INFO STEP 989 (remove_files) COMPLETE
68372024-08-14T22:29:08.755Z[ recovery-image] Aug 14 22:29:07.397 INFO O| Aug 14 22:29:07.397 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-14T22:29:08.763Z[ recovery-image] Aug 14 22:29:07.407 INFO O| Aug 14 22:29:07.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68392024-08-14T22:29:08.763Z[ recovery-image] Aug 14 22:29:07.407 INFO O| Aug 14 22:29:07.407 INFO STEP 990 (remove_files) COMPLETE
68402024-08-14T22:29:08.763Z[ recovery-image] Aug 14 22:29:07.407 INFO O| Aug 14 22:29:07.407 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-14T22:29:08.774Z[ recovery-image] Aug 14 22:29:07.418 INFO O| Aug 14 22:29:07.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68422024-08-14T22:29:08.774Z[ recovery-image] Aug 14 22:29:07.418 INFO O| Aug 14 22:29:07.418 INFO STEP 991 (remove_files) COMPLETE
68432024-08-14T22:29:08.776Z[ recovery-image] Aug 14 22:29:07.418 INFO O| Aug 14 22:29:07.418 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-14T22:29:08.785Z[ recovery-image] Aug 14 22:29:07.430 INFO O| Aug 14 22:29:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68452024-08-14T22:29:08.785Z[ recovery-image] Aug 14 22:29:07.430 INFO O| Aug 14 22:29:07.430 INFO STEP 992 (remove_files) COMPLETE
68462024-08-14T22:29:08.788Z[ recovery-image] Aug 14 22:29:07.430 INFO O| Aug 14 22:29:07.430 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-14T22:29:08.796Z[ recovery-image] Aug 14 22:29:07.441 INFO O| Aug 14 22:29:07.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68482024-08-14T22:29:08.796Z[ recovery-image] Aug 14 22:29:07.441 INFO O| Aug 14 22:29:07.441 INFO STEP 993 (remove_files) COMPLETE
68492024-08-14T22:29:08.798Z[ recovery-image] Aug 14 22:29:07.441 INFO O| Aug 14 22:29:07.441 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-14T22:29:08.807Z[ recovery-image] Aug 14 22:29:07.452 INFO O| Aug 14 22:29:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68512024-08-14T22:29:08.807Z[ recovery-image] Aug 14 22:29:07.452 INFO O| Aug 14 22:29:07.452 INFO STEP 994 (remove_files) COMPLETE
68522024-08-14T22:29:08.809Z[ recovery-image] Aug 14 22:29:07.452 INFO O| Aug 14 22:29:07.452 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-14T22:29:08.817Z[ recovery-image] Aug 14 22:29:07.462 INFO O| Aug 14 22:29:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68542024-08-14T22:29:08.817Z[ recovery-image] Aug 14 22:29:07.462 INFO O| Aug 14 22:29:07.462 INFO STEP 995 (remove_files) COMPLETE
68552024-08-14T22:29:08.817Z[ recovery-image] Aug 14 22:29:07.462 INFO O| Aug 14 22:29:07.462 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-14T22:29:08.827Z[ recovery-image] Aug 14 22:29:07.472 INFO O| Aug 14 22:29:07.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68572024-08-14T22:29:08.827Z[ recovery-image] Aug 14 22:29:07.472 INFO O| Aug 14 22:29:07.472 INFO STEP 996 (remove_files) COMPLETE
68582024-08-14T22:29:08.827Z[ recovery-image] Aug 14 22:29:07.472 INFO O| Aug 14 22:29:07.472 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-14T22:29:08.840Z[ recovery-image] Aug 14 22:29:07.484 INFO O| Aug 14 22:29:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68602024-08-14T22:29:08.840Z[ recovery-image] Aug 14 22:29:07.484 INFO O| Aug 14 22:29:07.484 INFO STEP 997 (remove_files) COMPLETE
68612024-08-14T22:29:08.842Z[ recovery-image] Aug 14 22:29:07.484 INFO O| Aug 14 22:29:07.484 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-14T22:29:08.852Z[ recovery-image] Aug 14 22:29:07.496 INFO O| Aug 14 22:29:07.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68632024-08-14T22:29:08.852Z[ recovery-image] Aug 14 22:29:07.496 INFO O| Aug 14 22:29:07.496 INFO STEP 998 (remove_files) COMPLETE
68642024-08-14T22:29:08.852Z[ recovery-image] Aug 14 22:29:07.497 INFO O| Aug 14 22:29:07.496 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-14T22:29:08.865Z[ recovery-image] Aug 14 22:29:07.509 INFO O| Aug 14 22:29:07.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68662024-08-14T22:29:08.865Z[ recovery-image] Aug 14 22:29:07.509 INFO O| Aug 14 22:29:07.509 INFO STEP 999 (remove_files) COMPLETE
68672024-08-14T22:29:08.865Z[ recovery-image] Aug 14 22:29:07.509 INFO O| Aug 14 22:29:07.509 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-14T22:29:08.878Z[ recovery-image] Aug 14 22:29:07.522 INFO O| Aug 14 22:29:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68692024-08-14T22:29:08.878Z[ recovery-image] Aug 14 22:29:07.522 INFO O| Aug 14 22:29:07.522 INFO STEP 1000 (remove_files) COMPLETE
68702024-08-14T22:29:08.880Z[ recovery-image] Aug 14 22:29:07.522 INFO O| Aug 14 22:29:07.522 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-14T22:29:08.891Z[ recovery-image] Aug 14 22:29:07.535 INFO O| Aug 14 22:29:07.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68722024-08-14T22:29:08.891Z[ recovery-image] Aug 14 22:29:07.535 INFO O| Aug 14 22:29:07.535 INFO STEP 1001 (remove_files) COMPLETE
68732024-08-14T22:29:08.891Z[ recovery-image] Aug 14 22:29:07.535 INFO O| Aug 14 22:29:07.535 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-14T22:29:08.904Z[ recovery-image] Aug 14 22:29:07.548 INFO O| Aug 14 22:29:07.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68752024-08-14T22:29:08.904Z[ recovery-image] Aug 14 22:29:07.549 INFO O| Aug 14 22:29:07.549 INFO STEP 1002 (remove_files) COMPLETE
68762024-08-14T22:29:08.907Z[ recovery-image] Aug 14 22:29:07.549 INFO O| Aug 14 22:29:07.549 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-14T22:29:08.915Z[ recovery-image] Aug 14 22:29:07.560 INFO O| Aug 14 22:29:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68782024-08-14T22:29:08.917Z[ recovery-image] Aug 14 22:29:07.560 INFO O| Aug 14 22:29:07.560 INFO STEP 1003 (remove_files) COMPLETE
68792024-08-14T22:29:08.917Z[ recovery-image] Aug 14 22:29:07.560 INFO O| Aug 14 22:29:07.560 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-14T22:29:08.926Z[ recovery-image] Aug 14 22:29:07.570 INFO O| Aug 14 22:29:07.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68812024-08-14T22:29:08.926Z[ recovery-image] Aug 14 22:29:07.571 INFO O| Aug 14 22:29:07.571 INFO STEP 1004 (remove_files) COMPLETE
68822024-08-14T22:29:08.928Z[ recovery-image] Aug 14 22:29:07.571 INFO O| Aug 14 22:29:07.571 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-14T22:29:08.938Z[ recovery-image] Aug 14 22:29:07.580 INFO O| Aug 14 22:29:07.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68842024-08-14T22:29:08.941Z[ recovery-image] Aug 14 22:29:07.581 INFO O| Aug 14 22:29:07.581 INFO STEP 1005 (remove_files) COMPLETE
68852024-08-14T22:29:08.941Z[ recovery-image] Aug 14 22:29:07.581 INFO O| Aug 14 22:29:07.581 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-14T22:29:08.945Z[ recovery-image] Aug 14 22:29:07.590 INFO O| Aug 14 22:29:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68872024-08-14T22:29:08.945Z[ recovery-image] Aug 14 22:29:07.590 INFO O| Aug 14 22:29:07.590 INFO STEP 1006 (remove_files) COMPLETE
68882024-08-14T22:29:08.948Z[ recovery-image] Aug 14 22:29:07.590 INFO O| Aug 14 22:29:07.590 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-14T22:29:08.955Z[ recovery-image] Aug 14 22:29:07.600 INFO O| Aug 14 22:29:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68902024-08-14T22:29:08.958Z[ recovery-image] Aug 14 22:29:07.600 INFO O| Aug 14 22:29:07.600 INFO STEP 1007 (remove_files) COMPLETE
68912024-08-14T22:29:08.958Z[ recovery-image] Aug 14 22:29:07.600 INFO O| Aug 14 22:29:07.600 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-14T22:29:08.965Z[ recovery-image] Aug 14 22:29:07.610 INFO O| Aug 14 22:29:07.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68932024-08-14T22:29:08.965Z[ recovery-image] Aug 14 22:29:07.610 INFO O| Aug 14 22:29:07.610 INFO STEP 1008 (remove_files) COMPLETE
68942024-08-14T22:29:08.965Z[ recovery-image] Aug 14 22:29:07.610 INFO O| Aug 14 22:29:07.610 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-14T22:29:08.975Z[ recovery-image] Aug 14 22:29:07.620 INFO O| Aug 14 22:29:07.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68962024-08-14T22:29:08.975Z[ recovery-image] Aug 14 22:29:07.620 INFO O| Aug 14 22:29:07.620 INFO STEP 1009 (remove_files) COMPLETE
68972024-08-14T22:29:08.978Z[ recovery-image] Aug 14 22:29:07.620 INFO O| Aug 14 22:29:07.620 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-14T22:29:08.987Z[ recovery-image] Aug 14 22:29:07.631 INFO O| Aug 14 22:29:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68992024-08-14T22:29:08.987Z[ recovery-image] Aug 14 22:29:07.631 INFO O| Aug 14 22:29:07.631 INFO STEP 1010 (remove_files) COMPLETE
69002024-08-14T22:29:08.989Z[ recovery-image] Aug 14 22:29:07.631 INFO O| Aug 14 22:29:07.631 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-14T22:29:08.996Z[ recovery-image] Aug 14 22:29:07.641 INFO O| Aug 14 22:29:07.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69022024-08-14T22:29:08.996Z[ recovery-image] Aug 14 22:29:07.641 INFO O| Aug 14 22:29:07.641 INFO STEP 1011 (remove_files) COMPLETE
69032024-08-14T22:29:08.996Z[ recovery-image] Aug 14 22:29:07.641 INFO O| Aug 14 22:29:07.641 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-14T22:29:09.008Z[ recovery-image] Aug 14 22:29:07.651 INFO O| Aug 14 22:29:07.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69052024-08-14T22:29:09.008Z[ recovery-image] Aug 14 22:29:07.651 INFO O| Aug 14 22:29:07.651 INFO STEP 1012 (remove_files) COMPLETE
69062024-08-14T22:29:09.010Z[ recovery-image] Aug 14 22:29:07.651 INFO O| Aug 14 22:29:07.651 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-14T22:29:09.016Z[ recovery-image] Aug 14 22:29:07.661 INFO O| Aug 14 22:29:07.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69082024-08-14T22:29:09.016Z[ recovery-image] Aug 14 22:29:07.661 INFO O| Aug 14 22:29:07.661 INFO STEP 1013 (remove_files) COMPLETE
69092024-08-14T22:29:09.016Z[ recovery-image] Aug 14 22:29:07.661 INFO O| Aug 14 22:29:07.661 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-14T22:29:09.026Z[ recovery-image] Aug 14 22:29:07.671 INFO O| Aug 14 22:29:07.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69112024-08-14T22:29:09.029Z[ recovery-image] Aug 14 22:29:07.671 INFO O| Aug 14 22:29:07.671 INFO STEP 1014 (remove_files) COMPLETE
69122024-08-14T22:29:09.029Z[ recovery-image] Aug 14 22:29:07.671 INFO O| Aug 14 22:29:07.671 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-14T22:29:09.036Z[ recovery-image] Aug 14 22:29:07.681 INFO O| Aug 14 22:29:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69142024-08-14T22:29:09.036Z[ recovery-image] Aug 14 22:29:07.681 INFO O| Aug 14 22:29:07.681 INFO STEP 1015 (remove_files) COMPLETE
69152024-08-14T22:29:09.036Z[ recovery-image] Aug 14 22:29:07.681 INFO O| Aug 14 22:29:07.681 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-14T22:29:09.046Z[ recovery-image] Aug 14 22:29:07.691 INFO O| Aug 14 22:29:07.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69172024-08-14T22:29:09.048Z[ recovery-image] Aug 14 22:29:07.691 INFO O| Aug 14 22:29:07.691 INFO STEP 1016 (remove_files) COMPLETE
69182024-08-14T22:29:09.049Z[ recovery-image] Aug 14 22:29:07.691 INFO O| Aug 14 22:29:07.691 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-14T22:29:09.057Z[ recovery-image] Aug 14 22:29:07.702 INFO O| Aug 14 22:29:07.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69202024-08-14T22:29:09.057Z[ recovery-image] Aug 14 22:29:07.702 INFO O| Aug 14 22:29:07.702 INFO STEP 1017 (remove_files) COMPLETE
69212024-08-14T22:29:09.057Z[ recovery-image] Aug 14 22:29:07.702 INFO O| Aug 14 22:29:07.702 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-14T22:29:09.069Z[ recovery-image] Aug 14 22:29:07.713 INFO O| Aug 14 22:29:07.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69232024-08-14T22:29:09.069Z[ recovery-image] Aug 14 22:29:07.713 INFO O| Aug 14 22:29:07.713 INFO STEP 1018 (remove_files) COMPLETE
69242024-08-14T22:29:09.069Z[ recovery-image] Aug 14 22:29:07.713 INFO O| Aug 14 22:29:07.713 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-14T22:29:09.079Z[ recovery-image] Aug 14 22:29:07.724 INFO O| Aug 14 22:29:07.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69262024-08-14T22:29:09.081Z[ recovery-image] Aug 14 22:29:07.724 INFO O| Aug 14 22:29:07.724 INFO STEP 1019 (remove_files) COMPLETE
69272024-08-14T22:29:09.082Z[ recovery-image] Aug 14 22:29:07.724 INFO O| Aug 14 22:29:07.724 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-14T22:29:09.092Z[ recovery-image] Aug 14 22:29:07.736 INFO O| Aug 14 22:29:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69292024-08-14T22:29:09.092Z[ recovery-image] Aug 14 22:29:07.736 INFO O| Aug 14 22:29:07.736 INFO STEP 1020 (remove_files) COMPLETE
69302024-08-14T22:29:09.092Z[ recovery-image] Aug 14 22:29:07.736 INFO O| Aug 14 22:29:07.736 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-14T22:29:09.102Z[ recovery-image] Aug 14 22:29:07.747 INFO O| Aug 14 22:29:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69322024-08-14T22:29:09.105Z[ recovery-image] Aug 14 22:29:07.747 INFO O| Aug 14 22:29:07.747 INFO STEP 1021 (remove_files) COMPLETE
69332024-08-14T22:29:09.105Z[ recovery-image] Aug 14 22:29:07.747 INFO O| Aug 14 22:29:07.747 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-14T22:29:09.116Z[ recovery-image] Aug 14 22:29:07.761 INFO O| Aug 14 22:29:07.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69352024-08-14T22:29:09.116Z[ recovery-image] Aug 14 22:29:07.761 INFO O| Aug 14 22:29:07.761 INFO STEP 1022 (remove_files) COMPLETE
69362024-08-14T22:29:09.116Z[ recovery-image] Aug 14 22:29:07.761 INFO O| Aug 14 22:29:07.761 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-14T22:29:09.129Z[ recovery-image] Aug 14 22:29:07.774 INFO O| Aug 14 22:29:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69382024-08-14T22:29:09.129Z[ recovery-image] Aug 14 22:29:07.774 INFO O| Aug 14 22:29:07.774 INFO STEP 1023 (remove_files) COMPLETE
69392024-08-14T22:29:09.129Z[ recovery-image] Aug 14 22:29:07.774 INFO O| Aug 14 22:29:07.774 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-14T22:29:09.144Z[ recovery-image] Aug 14 22:29:07.788 INFO O| Aug 14 22:29:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69412024-08-14T22:29:09.144Z[ recovery-image] Aug 14 22:29:07.789 INFO O| Aug 14 22:29:07.789 INFO STEP 1024 (remove_files) COMPLETE
69422024-08-14T22:29:09.146Z[ recovery-image] Aug 14 22:29:07.789 INFO O| Aug 14 22:29:07.789 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-14T22:29:09.160Z[ recovery-image] Aug 14 22:29:07.805 INFO O| Aug 14 22:29:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69442024-08-14T22:29:09.160Z[ recovery-image] Aug 14 22:29:07.805 INFO O| Aug 14 22:29:07.805 INFO STEP 1025 (remove_files) COMPLETE
69452024-08-14T22:29:09.160Z[ recovery-image] Aug 14 22:29:07.805 INFO O| Aug 14 22:29:07.805 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-14T22:29:09.175Z[ recovery-image] Aug 14 22:29:07.820 INFO O| Aug 14 22:29:07.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69472024-08-14T22:29:09.175Z[ recovery-image] Aug 14 22:29:07.820 INFO O| Aug 14 22:29:07.820 INFO STEP 1026 (remove_files) COMPLETE
69482024-08-14T22:29:09.175Z[ recovery-image] Aug 14 22:29:07.820 INFO O| Aug 14 22:29:07.820 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-14T22:29:09.190Z[ recovery-image] Aug 14 22:29:07.834 INFO O| Aug 14 22:29:07.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69502024-08-14T22:29:09.190Z[ recovery-image] Aug 14 22:29:07.834 INFO O| Aug 14 22:29:07.834 INFO STEP 1027 (remove_files) COMPLETE
69512024-08-14T22:29:09.190Z[ recovery-image] Aug 14 22:29:07.834 INFO O| Aug 14 22:29:07.834 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-14T22:29:09.206Z[ recovery-image] Aug 14 22:29:07.850 INFO O| Aug 14 22:29:07.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69532024-08-14T22:29:09.206Z[ recovery-image] Aug 14 22:29:07.850 INFO O| Aug 14 22:29:07.850 INFO STEP 1028 (remove_files) COMPLETE
69542024-08-14T22:29:09.206Z[ recovery-image] Aug 14 22:29:07.850 INFO O| Aug 14 22:29:07.850 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-14T22:29:09.219Z[ recovery-image] Aug 14 22:29:07.863 INFO O| Aug 14 22:29:07.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69562024-08-14T22:29:09.219Z[ recovery-image] Aug 14 22:29:07.863 INFO O| Aug 14 22:29:07.863 INFO STEP 1029 (remove_files) COMPLETE
69572024-08-14T22:29:09.221Z[ recovery-image] Aug 14 22:29:07.863 INFO O| Aug 14 22:29:07.863 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-14T22:29:09.231Z[ recovery-image] Aug 14 22:29:07.875 INFO O| Aug 14 22:29:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69592024-08-14T22:29:09.231Z[ recovery-image] Aug 14 22:29:07.875 INFO O| Aug 14 22:29:07.875 INFO STEP 1030 (remove_files) COMPLETE
69602024-08-14T22:29:09.231Z[ recovery-image] Aug 14 22:29:07.875 INFO O| Aug 14 22:29:07.875 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-14T22:29:09.244Z[ recovery-image] Aug 14 22:29:07.888 INFO O| Aug 14 22:29:07.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69622024-08-14T22:29:09.246Z[ recovery-image] Aug 14 22:29:07.888 INFO O| Aug 14 22:29:07.888 INFO STEP 1031 (remove_files) COMPLETE
69632024-08-14T22:29:09.246Z[ recovery-image] Aug 14 22:29:07.888 INFO O| Aug 14 22:29:07.888 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-14T22:29:09.255Z[ recovery-image] Aug 14 22:29:07.899 INFO O| Aug 14 22:29:07.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69652024-08-14T22:29:09.255Z[ recovery-image] Aug 14 22:29:07.900 INFO O| Aug 14 22:29:07.899 INFO STEP 1032 (remove_files) COMPLETE
69662024-08-14T22:29:09.257Z[ recovery-image] Aug 14 22:29:07.900 INFO O| Aug 14 22:29:07.900 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-14T22:29:09.265Z[ recovery-image] Aug 14 22:29:07.910 INFO O| Aug 14 22:29:07.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69682024-08-14T22:29:09.265Z[ recovery-image] Aug 14 22:29:07.910 INFO O| Aug 14 22:29:07.910 INFO STEP 1033 (remove_files) COMPLETE
69692024-08-14T22:29:09.268Z[ recovery-image] Aug 14 22:29:07.910 INFO O| Aug 14 22:29:07.910 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-14T22:29:09.276Z[ recovery-image] Aug 14 22:29:07.920 INFO O| Aug 14 22:29:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69712024-08-14T22:29:09.276Z[ recovery-image] Aug 14 22:29:07.921 INFO O| Aug 14 22:29:07.920 INFO STEP 1034 (remove_files) COMPLETE
69722024-08-14T22:29:09.276Z[ recovery-image] Aug 14 22:29:07.921 INFO O| Aug 14 22:29:07.921 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-14T22:29:09.286Z[ recovery-image] Aug 14 22:29:07.931 INFO O| Aug 14 22:29:07.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69742024-08-14T22:29:09.286Z[ recovery-image] Aug 14 22:29:07.931 INFO O| Aug 14 22:29:07.931 INFO STEP 1035 (remove_files) COMPLETE
69752024-08-14T22:29:09.289Z[ recovery-image] Aug 14 22:29:07.931 INFO O| Aug 14 22:29:07.931 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-14T22:29:09.296Z[ recovery-image] Aug 14 22:29:07.941 INFO O| Aug 14 22:29:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69772024-08-14T22:29:09.299Z[ recovery-image] Aug 14 22:29:07.941 INFO O| Aug 14 22:29:07.941 INFO STEP 1036 (remove_files) COMPLETE
69782024-08-14T22:29:09.299Z[ recovery-image] Aug 14 22:29:07.941 INFO O| Aug 14 22:29:07.941 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-14T22:29:09.306Z[ recovery-image] Aug 14 22:29:07.951 INFO O| Aug 14 22:29:07.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69802024-08-14T22:29:09.306Z[ recovery-image] Aug 14 22:29:07.951 INFO O| Aug 14 22:29:07.951 INFO STEP 1037 (remove_files) COMPLETE
69812024-08-14T22:29:09.309Z[ recovery-image] Aug 14 22:29:07.951 INFO O| Aug 14 22:29:07.951 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-14T22:29:09.317Z[ recovery-image] Aug 14 22:29:07.961 INFO O| Aug 14 22:29:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69832024-08-14T22:29:09.317Z[ recovery-image] Aug 14 22:29:07.961 INFO O| Aug 14 22:29:07.961 INFO STEP 1038 (remove_files) COMPLETE
69842024-08-14T22:29:09.319Z[ recovery-image] Aug 14 22:29:07.961 INFO O| Aug 14 22:29:07.961 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-14T22:29:09.327Z[ recovery-image] Aug 14 22:29:07.971 INFO O| Aug 14 22:29:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69862024-08-14T22:29:09.327Z[ recovery-image] Aug 14 22:29:07.971 INFO O| Aug 14 22:29:07.971 INFO STEP 1039 (remove_files) COMPLETE
69872024-08-14T22:29:09.327Z[ recovery-image] Aug 14 22:29:07.971 INFO O| Aug 14 22:29:07.971 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-14T22:29:09.336Z[ recovery-image] Aug 14 22:29:07.981 INFO O| Aug 14 22:29:07.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69892024-08-14T22:29:09.339Z[ recovery-image] Aug 14 22:29:07.981 INFO O| Aug 14 22:29:07.981 INFO STEP 1040 (remove_files) COMPLETE
69902024-08-14T22:29:09.339Z[ recovery-image] Aug 14 22:29:07.981 INFO O| Aug 14 22:29:07.981 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-14T22:29:09.346Z[ recovery-image] Aug 14 22:29:07.991 INFO O| Aug 14 22:29:07.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69922024-08-14T22:29:09.348Z[ recovery-image] Aug 14 22:29:07.991 INFO O| Aug 14 22:29:07.991 INFO STEP 1041 (remove_files) COMPLETE
69932024-08-14T22:29:09.348Z[ recovery-image] Aug 14 22:29:07.991 INFO O| Aug 14 22:29:07.991 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-14T22:29:09.356Z[ recovery-image] Aug 14 22:29:08.001 INFO O| Aug 14 22:29:08.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69952024-08-14T22:29:09.356Z[ recovery-image] Aug 14 22:29:08.001 INFO O| Aug 14 22:29:08.001 INFO STEP 1042 (remove_files) COMPLETE
69962024-08-14T22:29:09.359Z[ recovery-image] Aug 14 22:29:08.001 INFO O| Aug 14 22:29:08.001 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-14T22:29:09.367Z[ recovery-image] Aug 14 22:29:08.011 INFO O| Aug 14 22:29:08.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69982024-08-14T22:29:09.367Z[ recovery-image] Aug 14 22:29:08.011 INFO O| Aug 14 22:29:08.011 INFO STEP 1043 (remove_files) COMPLETE
69992024-08-14T22:29:09.369Z[ recovery-image] Aug 14 22:29:08.011 INFO O| Aug 14 22:29:08.011 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-14T22:29:09.377Z[ recovery-image] Aug 14 22:29:08.021 INFO O| Aug 14 22:29:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70012024-08-14T22:29:09.379Z[ recovery-image] Aug 14 22:29:08.021 INFO O| Aug 14 22:29:08.021 INFO STEP 1044 (remove_files) COMPLETE
70022024-08-14T22:29:09.379Z[ recovery-image] Aug 14 22:29:08.021 INFO O| Aug 14 22:29:08.021 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-14T22:29:09.387Z[ recovery-image] Aug 14 22:29:08.032 INFO O| Aug 14 22:29:08.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70042024-08-14T22:29:09.387Z[ recovery-image] Aug 14 22:29:08.032 INFO O| Aug 14 22:29:08.032 INFO STEP 1045 (remove_files) COMPLETE
70052024-08-14T22:29:09.387Z[ recovery-image] Aug 14 22:29:08.032 INFO O| Aug 14 22:29:08.032 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-14T22:29:09.398Z[ recovery-image] Aug 14 22:29:08.042 INFO O| Aug 14 22:29:08.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70072024-08-14T22:29:09.398Z[ recovery-image] Aug 14 22:29:08.042 INFO O| Aug 14 22:29:08.042 INFO STEP 1046 (remove_files) COMPLETE
70082024-08-14T22:29:09.398Z[ recovery-image] Aug 14 22:29:08.042 INFO O| Aug 14 22:29:08.042 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-14T22:29:09.408Z[ recovery-image] Aug 14 22:29:08.053 INFO O| Aug 14 22:29:08.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70102024-08-14T22:29:09.408Z[ recovery-image] Aug 14 22:29:08.053 INFO O| Aug 14 22:29:08.053 INFO STEP 1047 (remove_files) COMPLETE
70112024-08-14T22:29:09.409Z[ recovery-image] Aug 14 22:29:08.053 INFO O| Aug 14 22:29:08.053 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-14T22:29:09.419Z[ recovery-image] Aug 14 22:29:08.064 INFO O| Aug 14 22:29:08.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70132024-08-14T22:29:09.419Z[ recovery-image] Aug 14 22:29:08.064 INFO O| Aug 14 22:29:08.064 INFO STEP 1048 (remove_files) COMPLETE
70142024-08-14T22:29:09.419Z[ recovery-image] Aug 14 22:29:08.064 INFO O| Aug 14 22:29:08.064 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-14T22:29:09.430Z[ recovery-image] Aug 14 22:29:08.075 INFO O| Aug 14 22:29:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70162024-08-14T22:29:09.430Z[ recovery-image] Aug 14 22:29:08.075 INFO O| Aug 14 22:29:08.075 INFO STEP 1049 (remove_files) COMPLETE
70172024-08-14T22:29:09.430Z[ recovery-image] Aug 14 22:29:08.075 INFO O| Aug 14 22:29:08.075 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-14T22:29:09.441Z[ recovery-image] Aug 14 22:29:08.086 INFO O| Aug 14 22:29:08.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70192024-08-14T22:29:09.441Z[ recovery-image] Aug 14 22:29:08.086 INFO O| Aug 14 22:29:08.086 INFO STEP 1050 (remove_files) COMPLETE
70202024-08-14T22:29:09.441Z[ recovery-image] Aug 14 22:29:08.086 INFO O| Aug 14 22:29:08.086 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-14T22:29:09.451Z[ recovery-image] Aug 14 22:29:08.096 INFO O| Aug 14 22:29:08.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70222024-08-14T22:29:09.451Z[ recovery-image] Aug 14 22:29:08.096 INFO O| Aug 14 22:29:08.096 INFO STEP 1051 (remove_files) COMPLETE
70232024-08-14T22:29:09.454Z[ recovery-image] Aug 14 22:29:08.096 INFO O| Aug 14 22:29:08.096 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-14T22:29:09.462Z[ recovery-image] Aug 14 22:29:08.107 INFO O| Aug 14 22:29:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70252024-08-14T22:29:09.462Z[ recovery-image] Aug 14 22:29:08.107 INFO O| Aug 14 22:29:08.107 INFO STEP 1052 (remove_files) COMPLETE
70262024-08-14T22:29:09.462Z[ recovery-image] Aug 14 22:29:08.107 INFO O| Aug 14 22:29:08.107 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-14T22:29:09.473Z[ recovery-image] Aug 14 22:29:08.118 INFO O| Aug 14 22:29:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70282024-08-14T22:29:09.473Z[ recovery-image] Aug 14 22:29:08.118 INFO O| Aug 14 22:29:08.118 INFO STEP 1053 (remove_files) COMPLETE
70292024-08-14T22:29:09.473Z[ recovery-image] Aug 14 22:29:08.118 INFO O| Aug 14 22:29:08.118 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-14T22:29:09.484Z[ recovery-image] Aug 14 22:29:08.129 INFO O| Aug 14 22:29:08.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70312024-08-14T22:29:09.484Z[ recovery-image] Aug 14 22:29:08.129 INFO O| Aug 14 22:29:08.129 INFO STEP 1054 (remove_files) COMPLETE
70322024-08-14T22:29:09.484Z[ recovery-image] Aug 14 22:29:08.129 INFO O| Aug 14 22:29:08.129 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-14T22:29:09.495Z[ recovery-image] Aug 14 22:29:08.140 INFO O| Aug 14 22:29:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70342024-08-14T22:29:09.495Z[ recovery-image] Aug 14 22:29:08.140 INFO O| Aug 14 22:29:08.140 INFO STEP 1055 (remove_files) COMPLETE
70352024-08-14T22:29:09.498Z[ recovery-image] Aug 14 22:29:08.140 INFO O| Aug 14 22:29:08.140 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-14T22:29:09.507Z[ recovery-image] Aug 14 22:29:08.152 INFO O| Aug 14 22:29:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70372024-08-14T22:29:09.507Z[ recovery-image] Aug 14 22:29:08.152 INFO O| Aug 14 22:29:08.152 INFO STEP 1056 (remove_files) COMPLETE
70382024-08-14T22:29:09.507Z[ recovery-image] Aug 14 22:29:08.152 INFO O| Aug 14 22:29:08.152 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-14T22:29:09.523Z[ recovery-image] Aug 14 22:29:08.167 INFO O| Aug 14 22:29:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70402024-08-14T22:29:09.523Z[ recovery-image] Aug 14 22:29:08.168 INFO O| Aug 14 22:29:08.167 INFO STEP 1057 (remove_files) COMPLETE
70412024-08-14T22:29:09.523Z[ recovery-image] Aug 14 22:29:08.168 INFO O| Aug 14 22:29:08.168 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-14T22:29:09.536Z[ recovery-image] Aug 14 22:29:08.181 INFO O| Aug 14 22:29:08.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70432024-08-14T22:29:09.536Z[ recovery-image] Aug 14 22:29:08.181 INFO O| Aug 14 22:29:08.181 INFO STEP 1058 (remove_files) COMPLETE
70442024-08-14T22:29:09.536Z[ recovery-image] Aug 14 22:29:08.181 INFO O| Aug 14 22:29:08.181 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-14T22:29:09.549Z[ recovery-image] Aug 14 22:29:08.194 INFO O| Aug 14 22:29:08.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70462024-08-14T22:29:09.549Z[ recovery-image] Aug 14 22:29:08.194 INFO O| Aug 14 22:29:08.194 INFO STEP 1059 (remove_files) COMPLETE
70472024-08-14T22:29:09.549Z[ recovery-image] Aug 14 22:29:08.194 INFO O| Aug 14 22:29:08.194 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-14T22:29:09.562Z[ recovery-image] Aug 14 22:29:08.207 INFO O| Aug 14 22:29:08.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70492024-08-14T22:29:09.562Z[ recovery-image] Aug 14 22:29:08.207 INFO O| Aug 14 22:29:08.207 INFO STEP 1060 (remove_files) COMPLETE
70502024-08-14T22:29:09.562Z[ recovery-image] Aug 14 22:29:08.207 INFO O| Aug 14 22:29:08.207 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-14T22:29:09.575Z[ recovery-image] Aug 14 22:29:08.219 INFO O| Aug 14 22:29:08.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70522024-08-14T22:29:09.575Z[ recovery-image] Aug 14 22:29:08.219 INFO O| Aug 14 22:29:08.219 INFO STEP 1061 (remove_files) COMPLETE
70532024-08-14T22:29:09.575Z[ recovery-image] Aug 14 22:29:08.219 INFO O| Aug 14 22:29:08.219 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-14T22:29:09.589Z[ recovery-image] Aug 14 22:29:08.233 INFO O| Aug 14 22:29:08.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70552024-08-14T22:29:09.589Z[ recovery-image] Aug 14 22:29:08.233 INFO O| Aug 14 22:29:08.233 INFO STEP 1062 (remove_files) COMPLETE
70562024-08-14T22:29:09.591Z[ recovery-image] Aug 14 22:29:08.233 INFO O| Aug 14 22:29:08.233 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-14T22:29:09.602Z[ recovery-image] Aug 14 22:29:08.247 INFO O| Aug 14 22:29:08.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70582024-08-14T22:29:09.602Z[ recovery-image] Aug 14 22:29:08.247 INFO O| Aug 14 22:29:08.247 INFO STEP 1063 (remove_files) COMPLETE
70592024-08-14T22:29:09.602Z[ recovery-image] Aug 14 22:29:08.247 INFO O| Aug 14 22:29:08.247 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-14T22:29:09.614Z[ recovery-image] Aug 14 22:29:08.259 INFO O| Aug 14 22:29:08.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70612024-08-14T22:29:09.614Z[ recovery-image] Aug 14 22:29:08.259 INFO O| Aug 14 22:29:08.259 INFO STEP 1064 (remove_files) COMPLETE
70622024-08-14T22:29:09.614Z[ recovery-image] Aug 14 22:29:08.259 INFO O| Aug 14 22:29:08.259 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-14T22:29:09.625Z[ recovery-image] Aug 14 22:29:08.270 INFO O| Aug 14 22:29:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70642024-08-14T22:29:09.625Z[ recovery-image] Aug 14 22:29:08.270 INFO O| Aug 14 22:29:08.270 INFO STEP 1065 (remove_files) COMPLETE
70652024-08-14T22:29:09.628Z[ recovery-image] Aug 14 22:29:08.270 INFO O| Aug 14 22:29:08.270 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-14T22:29:09.636Z[ recovery-image] Aug 14 22:29:08.281 INFO O| Aug 14 22:29:08.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70672024-08-14T22:29:09.639Z[ recovery-image] Aug 14 22:29:08.281 INFO O| Aug 14 22:29:08.281 INFO STEP 1066 (remove_files) COMPLETE
70682024-08-14T22:29:09.639Z[ recovery-image] Aug 14 22:29:08.281 INFO O| Aug 14 22:29:08.281 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-14T22:29:09.647Z[ recovery-image] Aug 14 22:29:08.291 INFO O| Aug 14 22:29:08.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70702024-08-14T22:29:09.647Z[ recovery-image] Aug 14 22:29:08.291 INFO O| Aug 14 22:29:08.291 INFO STEP 1067 (remove_files) COMPLETE
70712024-08-14T22:29:09.649Z[ recovery-image] Aug 14 22:29:08.291 INFO O| Aug 14 22:29:08.291 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-14T22:29:09.657Z[ recovery-image] Aug 14 22:29:08.301 INFO O| Aug 14 22:29:08.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70732024-08-14T22:29:09.657Z[ recovery-image] Aug 14 22:29:08.301 INFO O| Aug 14 22:29:08.301 INFO STEP 1068 (remove_files) COMPLETE
70742024-08-14T22:29:09.659Z[ recovery-image] Aug 14 22:29:08.301 INFO O| Aug 14 22:29:08.301 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-14T22:29:09.667Z[ recovery-image] Aug 14 22:29:08.311 INFO O| Aug 14 22:29:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70762024-08-14T22:29:09.667Z[ recovery-image] Aug 14 22:29:08.311 INFO O| Aug 14 22:29:08.311 INFO STEP 1069 (remove_files) COMPLETE
70772024-08-14T22:29:09.669Z[ recovery-image] Aug 14 22:29:08.311 INFO O| Aug 14 22:29:08.311 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-14T22:29:09.677Z[ recovery-image] Aug 14 22:29:08.321 INFO O| Aug 14 22:29:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70792024-08-14T22:29:09.677Z[ recovery-image] Aug 14 22:29:08.321 INFO O| Aug 14 22:29:08.321 INFO STEP 1070 (remove_files) COMPLETE
70802024-08-14T22:29:09.677Z[ recovery-image] Aug 14 22:29:08.321 INFO O| Aug 14 22:29:08.321 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-14T22:29:09.686Z[ recovery-image] Aug 14 22:29:08.331 INFO O| Aug 14 22:29:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70822024-08-14T22:29:09.686Z[ recovery-image] Aug 14 22:29:08.331 INFO O| Aug 14 22:29:08.331 INFO STEP 1071 (remove_files) COMPLETE
70832024-08-14T22:29:09.686Z[ recovery-image] Aug 14 22:29:08.331 INFO O| Aug 14 22:29:08.331 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-14T22:29:09.697Z[ recovery-image] Aug 14 22:29:08.341 INFO O| Aug 14 22:29:08.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70852024-08-14T22:29:09.697Z[ recovery-image] Aug 14 22:29:08.341 INFO O| Aug 14 22:29:08.341 INFO STEP 1072 (remove_files) COMPLETE
70862024-08-14T22:29:09.699Z[ recovery-image] Aug 14 22:29:08.341 INFO O| Aug 14 22:29:08.341 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-14T22:29:09.707Z[ recovery-image] Aug 14 22:29:08.351 INFO O| Aug 14 22:29:08.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70882024-08-14T22:29:09.707Z[ recovery-image] Aug 14 22:29:08.351 INFO O| Aug 14 22:29:08.351 INFO STEP 1073 (remove_files) COMPLETE
70892024-08-14T22:29:09.709Z[ recovery-image] Aug 14 22:29:08.351 INFO O| Aug 14 22:29:08.351 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-14T22:29:09.717Z[ recovery-image] Aug 14 22:29:08.361 INFO O| Aug 14 22:29:08.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70912024-08-14T22:29:09.717Z[ recovery-image] Aug 14 22:29:08.361 INFO O| Aug 14 22:29:08.361 INFO STEP 1074 (remove_files) COMPLETE
70922024-08-14T22:29:09.719Z[ recovery-image] Aug 14 22:29:08.361 INFO O| Aug 14 22:29:08.361 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-14T22:29:09.719Z[ host-image] Aug 14 22:29:08.364 INFO O| Aug 14 22:29:08.364 INFO O| Planning: Solver setup ... Done
70942024-08-14T22:29:09.723Z[ host-image] Aug 14 22:29:08.368 INFO O| Aug 14 22:29:08.368 INFO O| Planning: Running solver ... Done
70952024-08-14T22:29:09.727Z[ recovery-image] Aug 14 22:29:08.372 INFO O| Aug 14 22:29:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70962024-08-14T22:29:09.729Z[ recovery-image] Aug 14 22:29:08.372 INFO O| Aug 14 22:29:08.372 INFO STEP 1075 (remove_files) COMPLETE
70972024-08-14T22:29:09.729Z[ recovery-image] Aug 14 22:29:08.372 INFO O| Aug 14 22:29:08.372 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-14T22:29:09.737Z[ recovery-image] Aug 14 22:29:08.382 INFO O| Aug 14 22:29:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70992024-08-14T22:29:09.737Z[ recovery-image] Aug 14 22:29:08.382 INFO O| Aug 14 22:29:08.382 INFO STEP 1076 (remove_files) COMPLETE
71002024-08-14T22:29:09.740Z[ recovery-image] Aug 14 22:29:08.382 INFO O| Aug 14 22:29:08.382 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-14T22:29:09.748Z[ recovery-image] Aug 14 22:29:08.392 INFO O| Aug 14 22:29:08.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71022024-08-14T22:29:09.750Z[ recovery-image] Aug 14 22:29:08.393 INFO O| Aug 14 22:29:08.393 INFO STEP 1077 (remove_files) COMPLETE
71032024-08-14T22:29:09.750Z[ recovery-image] Aug 14 22:29:08.393 INFO O| Aug 14 22:29:08.393 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-14T22:29:09.759Z[ recovery-image] Aug 14 22:29:08.403 INFO O| Aug 14 22:29:08.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71052024-08-14T22:29:09.759Z[ recovery-image] Aug 14 22:29:08.403 INFO O| Aug 14 22:29:08.403 INFO STEP 1078 (remove_files) COMPLETE
71062024-08-14T22:29:09.759Z[ recovery-image] Aug 14 22:29:08.403 INFO O| Aug 14 22:29:08.403 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-14T22:29:09.765Z[ host-image] Aug 14 22:29:08.408 INFO O| Aug 14 22:29:08.408 INFO O| Planning: Finding local manifests ... Done
71082024-08-14T22:29:09.767Z[ host-image] Aug 14 22:29:08.409 INFO O| Aug 14 22:29:08.409 INFO O| Planning: Fetching manifests: 0/1 0% complete
71092024-08-14T22:29:09.770Z[ recovery-image] Aug 14 22:29:08.413 INFO O| Aug 14 22:29:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71102024-08-14T22:29:09.770Z[ recovery-image] Aug 14 22:29:08.414 INFO O| Aug 14 22:29:08.414 INFO STEP 1079 (remove_files) COMPLETE
71112024-08-14T22:29:09.770Z[ recovery-image] Aug 14 22:29:08.414 INFO O| Aug 14 22:29:08.414 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-14T22:29:09.780Z[ recovery-image] Aug 14 22:29:08.424 INFO O| Aug 14 22:29:08.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71132024-08-14T22:29:09.780Z[ recovery-image] Aug 14 22:29:08.424 INFO O| Aug 14 22:29:08.424 INFO STEP 1080 (remove_files) COMPLETE
71142024-08-14T22:29:09.780Z[ recovery-image] Aug 14 22:29:08.424 INFO O| Aug 14 22:29:08.424 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-14T22:29:09.791Z[ recovery-image] Aug 14 22:29:08.435 INFO O| Aug 14 22:29:08.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71162024-08-14T22:29:09.791Z[ recovery-image] Aug 14 22:29:08.435 INFO O| Aug 14 22:29:08.435 INFO STEP 1081 (remove_files) COMPLETE
71172024-08-14T22:29:09.793Z[ recovery-image] Aug 14 22:29:08.435 INFO O| Aug 14 22:29:08.435 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-14T22:29:09.801Z[ recovery-image] Aug 14 22:29:08.446 INFO O| Aug 14 22:29:08.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71192024-08-14T22:29:09.801Z[ recovery-image] Aug 14 22:29:08.446 INFO O| Aug 14 22:29:08.446 INFO STEP 1082 (remove_files) COMPLETE
71202024-08-14T22:29:09.804Z[ recovery-image] Aug 14 22:29:08.446 INFO O| Aug 14 22:29:08.446 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-14T22:29:09.812Z[ recovery-image] Aug 14 22:29:08.457 INFO O| Aug 14 22:29:08.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71222024-08-14T22:29:09.812Z[ recovery-image] Aug 14 22:29:08.457 INFO O| Aug 14 22:29:08.457 INFO STEP 1083 (remove_files) COMPLETE
71232024-08-14T22:29:09.812Z[ recovery-image] Aug 14 22:29:08.457 INFO O| Aug 14 22:29:08.457 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-14T22:29:09.823Z[ recovery-image] Aug 14 22:29:08.468 INFO O| Aug 14 22:29:08.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71252024-08-14T22:29:09.823Z[ recovery-image] Aug 14 22:29:08.468 INFO O| Aug 14 22:29:08.468 INFO STEP 1084 (remove_files) COMPLETE
71262024-08-14T22:29:09.826Z[ recovery-image] Aug 14 22:29:08.468 INFO O| Aug 14 22:29:08.468 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-14T22:29:09.830Z[ host-image] Aug 14 22:29:08.474 INFO O| Aug 14 22:29:08.474 INFO O| Planning: Fetching manifests: 1/1 100% complete
71282024-08-14T22:29:09.836Z[ recovery-image] Aug 14 22:29:08.480 INFO O| Aug 14 22:29:08.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71292024-08-14T22:29:09.836Z[ recovery-image] Aug 14 22:29:08.480 INFO O| Aug 14 22:29:08.480 INFO STEP 1085 (remove_files) COMPLETE
71302024-08-14T22:29:09.838Z[ recovery-image] Aug 14 22:29:08.480 INFO O| Aug 14 22:29:08.480 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-14T22:29:09.848Z[ recovery-image] Aug 14 22:29:08.492 INFO O| Aug 14 22:29:08.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71322024-08-14T22:29:09.848Z[ recovery-image] Aug 14 22:29:08.492 INFO O| Aug 14 22:29:08.492 INFO STEP 1086 (remove_files) COMPLETE
71332024-08-14T22:29:09.850Z[ recovery-image] Aug 14 22:29:08.492 INFO O| Aug 14 22:29:08.492 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-14T22:29:09.853Z[ host-image] Aug 14 22:29:08.496 INFO O| Aug 14 22:29:08.495 INFO O| Planning: Package planning ... Done
71352024-08-14T22:29:09.853Z[ host-image] Aug 14 22:29:08.496 INFO O| Aug 14 22:29:08.496 INFO O| Planning: Merging actions ... Done
71362024-08-14T22:29:09.859Z[ recovery-image] Aug 14 22:29:08.504 INFO O| Aug 14 22:29:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71372024-08-14T22:29:09.859Z[ recovery-image] Aug 14 22:29:08.504 INFO O| Aug 14 22:29:08.504 INFO STEP 1087 (remove_files) COMPLETE
71382024-08-14T22:29:09.859Z[ recovery-image] Aug 14 22:29:08.504 INFO O| Aug 14 22:29:08.504 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-14T22:29:09.871Z[ recovery-image] Aug 14 22:29:08.515 INFO O| Aug 14 22:29:08.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71402024-08-14T22:29:09.871Z[ recovery-image] Aug 14 22:29:08.515 INFO O| Aug 14 22:29:08.515 INFO STEP 1088 (remove_files) COMPLETE
71412024-08-14T22:29:09.871Z[ recovery-image] Aug 14 22:29:08.515 INFO O| Aug 14 22:29:08.515 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-14T22:29:09.881Z[ recovery-image] Aug 14 22:29:08.526 INFO O| Aug 14 22:29:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71432024-08-14T22:29:09.884Z[ recovery-image] Aug 14 22:29:08.526 INFO O| Aug 14 22:29:08.526 INFO STEP 1089 (remove_files) COMPLETE
71442024-08-14T22:29:09.884Z[ recovery-image] Aug 14 22:29:08.526 INFO O| Aug 14 22:29:08.526 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-14T22:29:09.891Z[ recovery-image] Aug 14 22:29:08.536 INFO O| Aug 14 22:29:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71462024-08-14T22:29:09.891Z[ recovery-image] Aug 14 22:29:08.536 INFO O| Aug 14 22:29:08.536 INFO STEP 1090 (remove_files) COMPLETE
71472024-08-14T22:29:09.894Z[ recovery-image] Aug 14 22:29:08.536 INFO O| Aug 14 22:29:08.536 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-14T22:29:09.902Z[ recovery-image] Aug 14 22:29:08.546 INFO O| Aug 14 22:29:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71492024-08-14T22:29:09.902Z[ recovery-image] Aug 14 22:29:08.546 INFO O| Aug 14 22:29:08.546 INFO STEP 1091 (remove_files) COMPLETE
71502024-08-14T22:29:09.904Z[ recovery-image] Aug 14 22:29:08.547 INFO O| Aug 14 22:29:08.546 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-14T22:29:09.912Z[ recovery-image] Aug 14 22:29:08.557 INFO O| Aug 14 22:29:08.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71522024-08-14T22:29:09.915Z[ recovery-image] Aug 14 22:29:08.557 INFO O| Aug 14 22:29:08.557 INFO STEP 1092 (remove_files) COMPLETE
71532024-08-14T22:29:09.915Z[ recovery-image] Aug 14 22:29:08.557 INFO O| Aug 14 22:29:08.557 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-14T22:29:09.915Z[ host-image] Aug 14 22:29:08.559 INFO O| Aug 14 22:29:08.559 INFO O| Planning: Checking for conflicting actions ... Done
71552024-08-14T22:29:09.915Z[ host-image] Aug 14 22:29:08.559 INFO O| Aug 14 22:29:08.559 INFO O| Planning: Consolidating action changes ... Done
71562024-08-14T22:29:09.922Z[ recovery-image] Aug 14 22:29:08.567 INFO O| Aug 14 22:29:08.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71572024-08-14T22:29:09.922Z[ recovery-image] Aug 14 22:29:08.567 INFO O| Aug 14 22:29:08.567 INFO STEP 1093 (remove_files) COMPLETE
71582024-08-14T22:29:09.925Z[ recovery-image] Aug 14 22:29:08.567 INFO O| Aug 14 22:29:08.567 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-14T22:29:09.932Z[ recovery-image] Aug 14 22:29:08.577 INFO O| Aug 14 22:29:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71602024-08-14T22:29:09.932Z[ recovery-image] Aug 14 22:29:08.577 INFO O| Aug 14 22:29:08.577 INFO STEP 1094 (remove_files) COMPLETE
71612024-08-14T22:29:09.932Z[ recovery-image] Aug 14 22:29:08.577 INFO O| Aug 14 22:29:08.577 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-14T22:29:09.942Z[ recovery-image] Aug 14 22:29:08.587 INFO O| Aug 14 22:29:08.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71632024-08-14T22:29:09.942Z[ recovery-image] Aug 14 22:29:08.587 INFO O| Aug 14 22:29:08.587 INFO STEP 1095 (remove_files) COMPLETE
71642024-08-14T22:29:09.942Z[ recovery-image] Aug 14 22:29:08.587 INFO O| Aug 14 22:29:08.587 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-14T22:29:09.952Z[ recovery-image] Aug 14 22:29:08.596 INFO O| Aug 14 22:29:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71662024-08-14T22:29:09.952Z[ recovery-image] Aug 14 22:29:08.596 INFO O| Aug 14 22:29:08.596 INFO STEP 1096 (remove_files) COMPLETE
71672024-08-14T22:29:09.954Z[ recovery-image] Aug 14 22:29:08.596 INFO O| Aug 14 22:29:08.596 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-14T22:29:09.961Z[ recovery-image] Aug 14 22:29:08.606 INFO O| Aug 14 22:29:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71692024-08-14T22:29:09.961Z[ recovery-image] Aug 14 22:29:08.606 INFO O| Aug 14 22:29:08.606 INFO STEP 1097 (remove_files) COMPLETE
71702024-08-14T22:29:09.963Z[ recovery-image] Aug 14 22:29:08.606 INFO O| Aug 14 22:29:08.606 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-14T22:29:09.971Z[ recovery-image] Aug 14 22:29:08.616 INFO O| Aug 14 22:29:08.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71722024-08-14T22:29:09.971Z[ recovery-image] Aug 14 22:29:08.616 INFO O| Aug 14 22:29:08.616 INFO STEP 1098 (remove_files) COMPLETE
71732024-08-14T22:29:09.974Z[ recovery-image] Aug 14 22:29:08.616 INFO O| Aug 14 22:29:08.616 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-14T22:29:09.981Z[ recovery-image] Aug 14 22:29:08.626 INFO O| Aug 14 22:29:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71752024-08-14T22:29:09.981Z[ recovery-image] Aug 14 22:29:08.626 INFO O| Aug 14 22:29:08.626 INFO STEP 1099 (remove_files) COMPLETE
71762024-08-14T22:29:09.984Z[ recovery-image] Aug 14 22:29:08.626 INFO O| Aug 14 22:29:08.626 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-14T22:29:09.991Z[ recovery-image] Aug 14 22:29:08.636 INFO O| Aug 14 22:29:08.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71782024-08-14T22:29:09.991Z[ recovery-image] Aug 14 22:29:08.636 INFO O| Aug 14 22:29:08.636 INFO STEP 1100 (remove_files) COMPLETE
71792024-08-14T22:29:09.994Z[ recovery-image] Aug 14 22:29:08.636 INFO O| Aug 14 22:29:08.636 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-14T22:29:10.001Z[ recovery-image] Aug 14 22:29:08.645 INFO O| Aug 14 22:29:08.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71812024-08-14T22:29:10.001Z[ recovery-image] Aug 14 22:29:08.645 INFO O| Aug 14 22:29:08.645 INFO STEP 1101 (remove_files) COMPLETE
71822024-08-14T22:29:10.004Z[ recovery-image] Aug 14 22:29:08.645 INFO O| Aug 14 22:29:08.645 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-14T22:29:10.010Z[ recovery-image] Aug 14 22:29:08.655 INFO O| Aug 14 22:29:08.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71842024-08-14T22:29:10.010Z[ recovery-image] Aug 14 22:29:08.655 INFO O| Aug 14 22:29:08.655 INFO STEP 1102 (remove_files) COMPLETE
71852024-08-14T22:29:10.013Z[ recovery-image] Aug 14 22:29:08.655 INFO O| Aug 14 22:29:08.655 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-14T22:29:10.020Z[ recovery-image] Aug 14 22:29:08.664 INFO O| Aug 14 22:29:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71872024-08-14T22:29:10.023Z[ recovery-image] Aug 14 22:29:08.664 INFO O| Aug 14 22:29:08.664 INFO STEP 1103 (remove_files) COMPLETE
71882024-08-14T22:29:10.023Z[ recovery-image] Aug 14 22:29:08.664 INFO O| Aug 14 22:29:08.664 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-14T22:29:10.029Z[ recovery-image] Aug 14 22:29:08.674 INFO O| Aug 14 22:29:08.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71902024-08-14T22:29:10.029Z[ recovery-image] Aug 14 22:29:08.674 INFO O| Aug 14 22:29:08.674 INFO STEP 1104 (remove_files) COMPLETE
71912024-08-14T22:29:10.029Z[ recovery-image] Aug 14 22:29:08.674 INFO O| Aug 14 22:29:08.674 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-14T22:29:10.039Z[ recovery-image] Aug 14 22:29:08.684 INFO O| Aug 14 22:29:08.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71932024-08-14T22:29:10.039Z[ recovery-image] Aug 14 22:29:08.684 INFO O| Aug 14 22:29:08.684 INFO STEP 1105 (remove_files) COMPLETE
71942024-08-14T22:29:10.041Z[ recovery-image] Aug 14 22:29:08.684 INFO O| Aug 14 22:29:08.684 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-14T22:29:10.049Z[ recovery-image] Aug 14 22:29:08.693 INFO O| Aug 14 22:29:08.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71962024-08-14T22:29:10.049Z[ recovery-image] Aug 14 22:29:08.693 INFO O| Aug 14 22:29:08.693 INFO STEP 1106 (remove_files) COMPLETE
71972024-08-14T22:29:10.049Z[ recovery-image] Aug 14 22:29:08.693 INFO O| Aug 14 22:29:08.693 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-14T22:29:10.059Z[ recovery-image] Aug 14 22:29:08.703 INFO O| Aug 14 22:29:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71992024-08-14T22:29:10.059Z[ recovery-image] Aug 14 22:29:08.703 INFO O| Aug 14 22:29:08.703 INFO STEP 1107 (remove_files) COMPLETE
72002024-08-14T22:29:10.059Z[ recovery-image] Aug 14 22:29:08.703 INFO O| Aug 14 22:29:08.703 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-14T22:29:10.069Z[ recovery-image] Aug 14 22:29:08.714 INFO O| Aug 14 22:29:08.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72022024-08-14T22:29:10.069Z[ recovery-image] Aug 14 22:29:08.714 INFO O| Aug 14 22:29:08.714 INFO STEP 1108 (remove_files) COMPLETE
72032024-08-14T22:29:10.072Z[ recovery-image] Aug 14 22:29:08.714 INFO O| Aug 14 22:29:08.714 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-14T22:29:10.080Z[ recovery-image] Aug 14 22:29:08.724 INFO O| Aug 14 22:29:08.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72052024-08-14T22:29:10.080Z[ recovery-image] Aug 14 22:29:08.724 INFO O| Aug 14 22:29:08.724 INFO STEP 1109 (remove_files) COMPLETE
72062024-08-14T22:29:10.080Z[ recovery-image] Aug 14 22:29:08.724 INFO O| Aug 14 22:29:08.724 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-14T22:29:10.091Z[ recovery-image] Aug 14 22:29:08.735 INFO O| Aug 14 22:29:08.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72082024-08-14T22:29:10.091Z[ recovery-image] Aug 14 22:29:08.735 INFO O| Aug 14 22:29:08.735 INFO STEP 1110 (remove_files) COMPLETE
72092024-08-14T22:29:10.091Z[ recovery-image] Aug 14 22:29:08.735 INFO O| Aug 14 22:29:08.735 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-14T22:29:10.101Z[ host-image] Aug 14 22:29:08.746 INFO O| Aug 14 22:29:08.746 INFO O| Planning: Evaluating mediators ... Done
72112024-08-14T22:29:10.101Z[ recovery-image] Aug 14 22:29:08.746 INFO O| Aug 14 22:29:08.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72122024-08-14T22:29:10.104Z[ recovery-image] Aug 14 22:29:08.746 INFO O| Aug 14 22:29:08.746 INFO STEP 1111 (remove_files) COMPLETE
72132024-08-14T22:29:10.104Z[ recovery-image] Aug 14 22:29:08.746 INFO O| Aug 14 22:29:08.746 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-14T22:29:10.104Z[ host-image] Aug 14 22:29:08.746 INFO O| Aug 14 22:29:08.746 INFO O| Planning: Planning completed in 1.89 seconds
72152024-08-14T22:29:10.104Z[ host-image] Aug 14 22:29:08.748 INFO O| Aug 14 22:29:08.748 INFO O| Packages to install: 1
72162024-08-14T22:29:10.112Z[ recovery-image] Aug 14 22:29:08.756 INFO O| Aug 14 22:29:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72172024-08-14T22:29:10.112Z[ recovery-image] Aug 14 22:29:08.757 INFO O| Aug 14 22:29:08.757 INFO STEP 1112 (remove_files) COMPLETE
72182024-08-14T22:29:10.112Z[ recovery-image] Aug 14 22:29:08.757 INFO O| Aug 14 22:29:08.757 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-14T22:29:10.114Z[ host-image] Aug 14 22:29:08.759 INFO O| Aug 14 22:29:08.759 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
72202024-08-14T22:29:10.124Z[ recovery-image] Aug 14 22:29:08.768 INFO O| Aug 14 22:29:08.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72212024-08-14T22:29:10.124Z[ recovery-image] Aug 14 22:29:08.768 INFO O| Aug 14 22:29:08.768 INFO STEP 1113 (remove_files) COMPLETE
72222024-08-14T22:29:10.126Z[ recovery-image] Aug 14 22:29:08.768 INFO O| Aug 14 22:29:08.768 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-08-14T22:29:10.138Z[ recovery-image] Aug 14 22:29:08.782 INFO O| Aug 14 22:29:08.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72242024-08-14T22:29:10.142Z[ recovery-image] Aug 14 22:29:08.783 INFO O| Aug 14 22:29:08.783 INFO STEP 1114 (remove_files) COMPLETE
72252024-08-14T22:29:10.142Z[ recovery-image] Aug 14 22:29:08.783 INFO O| Aug 14 22:29:08.783 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-14T22:29:10.153Z[ recovery-image] Aug 14 22:29:08.798 INFO O| Aug 14 22:29:08.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72272024-08-14T22:29:10.156Z[ recovery-image] Aug 14 22:29:08.798 INFO O| Aug 14 22:29:08.798 INFO STEP 1115 (remove_files) COMPLETE
72282024-08-14T22:29:10.156Z[ recovery-image] Aug 14 22:29:08.798 INFO O| Aug 14 22:29:08.798 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-08-14T22:29:10.168Z[ recovery-image] Aug 14 22:29:08.813 INFO O| Aug 14 22:29:08.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72302024-08-14T22:29:10.168Z[ recovery-image] Aug 14 22:29:08.813 INFO O| Aug 14 22:29:08.813 INFO STEP 1116 (remove_files) COMPLETE
72312024-08-14T22:29:10.168Z[ recovery-image] Aug 14 22:29:08.813 INFO O| Aug 14 22:29:08.813 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-08-14T22:29:10.184Z[ recovery-image] Aug 14 22:29:08.829 INFO O| Aug 14 22:29:08.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72332024-08-14T22:29:10.187Z[ recovery-image] Aug 14 22:29:08.829 INFO O| Aug 14 22:29:08.829 INFO STEP 1117 (remove_files) COMPLETE
72342024-08-14T22:29:10.187Z[ recovery-image] Aug 14 22:29:08.829 INFO O| Aug 14 22:29:08.829 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-08-14T22:29:10.201Z[ recovery-image] Aug 14 22:29:08.845 INFO O| Aug 14 22:29:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72362024-08-14T22:29:10.203Z[ recovery-image] Aug 14 22:29:08.845 INFO O| Aug 14 22:29:08.845 INFO STEP 1118 (remove_files) COMPLETE
72372024-08-14T22:29:10.203Z[ recovery-image] Aug 14 22:29:08.845 INFO O| Aug 14 22:29:08.845 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-08-14T22:29:10.216Z[ recovery-image] Aug 14 22:29:08.860 INFO O| Aug 14 22:29:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72392024-08-14T22:29:10.216Z[ recovery-image] Aug 14 22:29:08.860 INFO O| Aug 14 22:29:08.860 INFO STEP 1119 (remove_files) COMPLETE
72402024-08-14T22:29:10.216Z[ recovery-image] Aug 14 22:29:08.860 INFO O| Aug 14 22:29:08.860 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-08-14T22:29:10.228Z[ recovery-image] Aug 14 22:29:08.872 INFO O| Aug 14 22:29:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72422024-08-14T22:29:10.230Z[ recovery-image] Aug 14 22:29:08.872 INFO O| Aug 14 22:29:08.872 INFO STEP 1120 (remove_files) COMPLETE
72432024-08-14T22:29:10.230Z[ recovery-image] Aug 14 22:29:08.872 INFO O| Aug 14 22:29:08.872 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-08-14T22:29:10.246Z[ recovery-image] Aug 14 22:29:08.890 INFO O| Aug 14 22:29:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72452024-08-14T22:29:10.246Z[ recovery-image] Aug 14 22:29:08.890 INFO O| Aug 14 22:29:08.890 INFO STEP 1121 (remove_files) COMPLETE
72462024-08-14T22:29:10.248Z[ recovery-image] Aug 14 22:29:08.890 INFO O| Aug 14 22:29:08.890 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-08-14T22:29:10.257Z[ recovery-image] Aug 14 22:29:08.901 INFO O| Aug 14 22:29:08.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72482024-08-14T22:29:10.257Z[ recovery-image] Aug 14 22:29:08.901 INFO O| Aug 14 22:29:08.901 INFO STEP 1122 (remove_files) COMPLETE
72492024-08-14T22:29:10.257Z[ recovery-image] Aug 14 22:29:08.901 INFO O| Aug 14 22:29:08.901 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-08-14T22:29:10.270Z[ recovery-image] Aug 14 22:29:08.914 INFO O| Aug 14 22:29:08.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72512024-08-14T22:29:10.272Z[ recovery-image] Aug 14 22:29:08.914 INFO O| Aug 14 22:29:08.914 INFO STEP 1123 (remove_files) COMPLETE
72522024-08-14T22:29:10.272Z[ recovery-image] Aug 14 22:29:08.914 INFO O| Aug 14 22:29:08.914 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-14T22:29:10.282Z[ recovery-image] Aug 14 22:29:08.927 INFO O| Aug 14 22:29:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72542024-08-14T22:29:10.284Z[ recovery-image] Aug 14 22:29:08.927 INFO O| Aug 14 22:29:08.927 INFO STEP 1124 (remove_files) COMPLETE
72552024-08-14T22:29:10.284Z[ recovery-image] Aug 14 22:29:08.927 INFO O| Aug 14 22:29:08.927 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-14T22:29:10.295Z[ recovery-image] Aug 14 22:29:08.940 INFO O| Aug 14 22:29:08.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72572024-08-14T22:29:10.298Z[ recovery-image] Aug 14 22:29:08.940 INFO O| Aug 14 22:29:08.940 INFO STEP 1125 (remove_files) COMPLETE
72582024-08-14T22:29:10.298Z[ recovery-image] Aug 14 22:29:08.940 INFO O| Aug 14 22:29:08.940 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-14T22:29:10.310Z[ recovery-image] Aug 14 22:29:08.955 INFO O| Aug 14 22:29:08.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72602024-08-14T22:29:10.310Z[ recovery-image] Aug 14 22:29:08.955 INFO O| Aug 14 22:29:08.955 INFO STEP 1126 (remove_files) COMPLETE
72612024-08-14T22:29:10.313Z[ recovery-image] Aug 14 22:29:08.955 INFO O| Aug 14 22:29:08.955 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-14T22:29:10.323Z[ recovery-image] Aug 14 22:29:08.967 INFO O| Aug 14 22:29:08.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72632024-08-14T22:29:10.325Z[ recovery-image] Aug 14 22:29:08.968 INFO O| Aug 14 22:29:08.967 INFO STEP 1127 (remove_files) COMPLETE
72642024-08-14T22:29:10.325Z[ recovery-image] Aug 14 22:29:08.968 INFO O| Aug 14 22:29:08.968 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-14T22:29:10.336Z[ recovery-image] Aug 14 22:29:08.980 INFO O| Aug 14 22:29:08.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72662024-08-14T22:29:10.336Z[ recovery-image] Aug 14 22:29:08.980 INFO O| Aug 14 22:29:08.980 INFO STEP 1128 (remove_files) COMPLETE
72672024-08-14T22:29:10.338Z[ recovery-image] Aug 14 22:29:08.980 INFO O| Aug 14 22:29:08.980 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-14T22:29:10.348Z[ recovery-image] Aug 14 22:29:08.993 INFO O| Aug 14 22:29:08.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72692024-08-14T22:29:10.351Z[ recovery-image] Aug 14 22:29:08.993 INFO O| Aug 14 22:29:08.993 INFO STEP 1129 (remove_files) COMPLETE
72702024-08-14T22:29:10.351Z[ recovery-image] Aug 14 22:29:08.993 INFO O| Aug 14 22:29:08.993 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-14T22:29:10.361Z[ recovery-image] Aug 14 22:29:09.005 INFO O| Aug 14 22:29:09.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72722024-08-14T22:29:10.361Z[ recovery-image] Aug 14 22:29:09.005 INFO O| Aug 14 22:29:09.005 INFO STEP 1130 (remove_files) COMPLETE
72732024-08-14T22:29:10.361Z[ recovery-image] Aug 14 22:29:09.005 INFO O| Aug 14 22:29:09.005 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-14T22:29:10.378Z[ recovery-image] Aug 14 22:29:09.022 INFO O| Aug 14 22:29:09.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72752024-08-14T22:29:10.378Z[ recovery-image] Aug 14 22:29:09.022 INFO O| Aug 14 22:29:09.022 INFO STEP 1131 (remove_files) COMPLETE
72762024-08-14T22:29:10.380Z[ recovery-image] Aug 14 22:29:09.022 INFO O| Aug 14 22:29:09.022 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-14T22:29:10.391Z[ recovery-image] Aug 14 22:29:09.035 INFO O| Aug 14 22:29:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72782024-08-14T22:29:10.393Z[ recovery-image] Aug 14 22:29:09.035 INFO O| Aug 14 22:29:09.035 INFO STEP 1132 (remove_files) COMPLETE
72792024-08-14T22:29:10.393Z[ recovery-image] Aug 14 22:29:09.035 INFO O| Aug 14 22:29:09.035 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-14T22:29:10.407Z[ recovery-image] Aug 14 22:29:09.051 INFO O| Aug 14 22:29:09.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72812024-08-14T22:29:10.407Z[ recovery-image] Aug 14 22:29:09.051 INFO O| Aug 14 22:29:09.051 INFO STEP 1133 (remove_files) COMPLETE
72822024-08-14T22:29:10.410Z[ recovery-image] Aug 14 22:29:09.052 INFO O| Aug 14 22:29:09.051 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-14T22:29:10.423Z[ recovery-image] Aug 14 22:29:09.067 INFO O| Aug 14 22:29:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72842024-08-14T22:29:10.425Z[ recovery-image] Aug 14 22:29:09.067 INFO O| Aug 14 22:29:09.067 INFO STEP 1134 (remove_files) COMPLETE
72852024-08-14T22:29:10.425Z[ recovery-image] Aug 14 22:29:09.067 INFO O| Aug 14 22:29:09.067 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-14T22:29:10.435Z[ recovery-image] Aug 14 22:29:09.079 INFO O| Aug 14 22:29:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72872024-08-14T22:29:10.435Z[ recovery-image] Aug 14 22:29:09.079 INFO O| Aug 14 22:29:09.079 INFO STEP 1135 (remove_files) COMPLETE
72882024-08-14T22:29:10.435Z[ recovery-image] Aug 14 22:29:09.079 INFO O| Aug 14 22:29:09.079 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-08-14T22:29:10.445Z[ recovery-image] Aug 14 22:29:09.090 INFO O| Aug 14 22:29:09.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72902024-08-14T22:29:10.445Z[ recovery-image] Aug 14 22:29:09.090 INFO O| Aug 14 22:29:09.090 INFO STEP 1136 (remove_files) COMPLETE
72912024-08-14T22:29:10.445Z[ recovery-image] Aug 14 22:29:09.090 INFO O| Aug 14 22:29:09.090 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-08-14T22:29:10.457Z[ recovery-image] Aug 14 22:29:09.101 INFO O| Aug 14 22:29:09.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72932024-08-14T22:29:10.457Z[ recovery-image] Aug 14 22:29:09.101 INFO O| Aug 14 22:29:09.101 INFO STEP 1137 (remove_files) COMPLETE
72942024-08-14T22:29:10.457Z[ recovery-image] Aug 14 22:29:09.101 INFO O| Aug 14 22:29:09.101 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-08-14T22:29:10.469Z[ recovery-image] Aug 14 22:29:09.113 INFO O| Aug 14 22:29:09.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72962024-08-14T22:29:10.469Z[ recovery-image] Aug 14 22:29:09.113 INFO O| Aug 14 22:29:09.113 INFO STEP 1138 (remove_files) COMPLETE
72972024-08-14T22:29:10.469Z[ recovery-image] Aug 14 22:29:09.113 INFO O| Aug 14 22:29:09.113 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-08-14T22:29:10.479Z[ recovery-image] Aug 14 22:29:09.123 INFO O| Aug 14 22:29:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72992024-08-14T22:29:10.479Z[ recovery-image] Aug 14 22:29:09.123 INFO O| Aug 14 22:29:09.123 INFO STEP 1139 (remove_files) COMPLETE
73002024-08-14T22:29:10.479Z[ recovery-image] Aug 14 22:29:09.123 INFO O| Aug 14 22:29:09.123 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-08-14T22:29:10.481Z[ host-image] Aug 14 22:29:09.125 INFO O| Aug 14 22:29:09.125 INFO O| Download: Completed 20.86 MB in 0.37 seconds (57.0M/s)
73022024-08-14T22:29:10.489Z[ recovery-image] Aug 14 22:29:09.134 INFO O| Aug 14 22:29:09.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73032024-08-14T22:29:10.489Z[ recovery-image] Aug 14 22:29:09.134 INFO O| Aug 14 22:29:09.134 INFO STEP 1140 (remove_files) COMPLETE
73042024-08-14T22:29:10.492Z[ recovery-image] Aug 14 22:29:09.134 INFO O| Aug 14 22:29:09.134 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-14T22:29:10.500Z[ recovery-image] Aug 14 22:29:09.145 INFO O| Aug 14 22:29:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73062024-08-14T22:29:10.500Z[ recovery-image] Aug 14 22:29:09.145 INFO O| Aug 14 22:29:09.145 INFO STEP 1141 (remove_files) COMPLETE
73072024-08-14T22:29:10.500Z[ recovery-image] Aug 14 22:29:09.145 INFO O| Aug 14 22:29:09.145 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-14T22:29:10.503Z[ host-image] Aug 14 22:29:09.148 INFO O| Aug 14 22:29:09.147 INFO O| Actions: 1/22 actions (Installing new actions)
73092024-08-14T22:29:10.511Z[ recovery-image] Aug 14 22:29:09.156 INFO O| Aug 14 22:29:09.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73102024-08-14T22:29:10.511Z[ recovery-image] Aug 14 22:29:09.156 INFO O| Aug 14 22:29:09.156 INFO STEP 1142 (remove_files) COMPLETE
73112024-08-14T22:29:10.514Z[ recovery-image] Aug 14 22:29:09.156 INFO O| Aug 14 22:29:09.156 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-14T22:29:10.523Z[ recovery-image] Aug 14 22:29:09.167 INFO O| Aug 14 22:29:09.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73132024-08-14T22:29:10.523Z[ recovery-image] Aug 14 22:29:09.167 INFO O| Aug 14 22:29:09.167 INFO STEP 1143 (remove_files) COMPLETE
73142024-08-14T22:29:10.525Z[ recovery-image] Aug 14 22:29:09.167 INFO O| Aug 14 22:29:09.167 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-14T22:29:10.534Z[ recovery-image] Aug 14 22:29:09.178 INFO O| Aug 14 22:29:09.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73162024-08-14T22:29:10.534Z[ recovery-image] Aug 14 22:29:09.178 INFO O| Aug 14 22:29:09.178 INFO STEP 1144 (remove_files) COMPLETE
73172024-08-14T22:29:10.534Z[ recovery-image] Aug 14 22:29:09.178 INFO O| Aug 14 22:29:09.178 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-14T22:29:10.545Z[ recovery-image] Aug 14 22:29:09.189 INFO O| Aug 14 22:29:09.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73192024-08-14T22:29:10.545Z[ recovery-image] Aug 14 22:29:09.189 INFO O| Aug 14 22:29:09.189 INFO STEP 1145 (remove_files) COMPLETE
73202024-08-14T22:29:10.545Z[ recovery-image] Aug 14 22:29:09.189 INFO O| Aug 14 22:29:09.189 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-14T22:29:10.555Z[ recovery-image] Aug 14 22:29:09.199 INFO O| Aug 14 22:29:09.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73222024-08-14T22:29:10.555Z[ recovery-image] Aug 14 22:29:09.199 INFO O| Aug 14 22:29:09.199 INFO STEP 1146 (remove_files) COMPLETE
73232024-08-14T22:29:10.555Z[ recovery-image] Aug 14 22:29:09.199 INFO O| Aug 14 22:29:09.199 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-14T22:29:10.566Z[ recovery-image] Aug 14 22:29:09.209 INFO O| Aug 14 22:29:09.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73252024-08-14T22:29:10.566Z[ recovery-image] Aug 14 22:29:09.209 INFO O| Aug 14 22:29:09.209 INFO STEP 1147 (remove_files) COMPLETE
73262024-08-14T22:29:10.569Z[ recovery-image] Aug 14 22:29:09.209 INFO O| Aug 14 22:29:09.209 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-14T22:29:10.575Z[ recovery-image] Aug 14 22:29:09.219 INFO O| Aug 14 22:29:09.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73282024-08-14T22:29:10.577Z[ recovery-image] Aug 14 22:29:09.219 INFO O| Aug 14 22:29:09.219 INFO STEP 1148 (remove_files) COMPLETE
73292024-08-14T22:29:10.577Z[ recovery-image] Aug 14 22:29:09.219 INFO O| Aug 14 22:29:09.219 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-14T22:29:10.584Z[ recovery-image] Aug 14 22:29:09.229 INFO O| Aug 14 22:29:09.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73312024-08-14T22:29:10.584Z[ recovery-image] Aug 14 22:29:09.229 INFO O| Aug 14 22:29:09.229 INFO STEP 1149 (remove_files) COMPLETE
73322024-08-14T22:29:10.584Z[ recovery-image] Aug 14 22:29:09.229 INFO O| Aug 14 22:29:09.229 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-14T22:29:10.594Z[ recovery-image] Aug 14 22:29:09.239 INFO O| Aug 14 22:29:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73342024-08-14T22:29:10.594Z[ recovery-image] Aug 14 22:29:09.239 INFO O| Aug 14 22:29:09.239 INFO STEP 1150 (remove_files) COMPLETE
73352024-08-14T22:29:10.594Z[ recovery-image] Aug 14 22:29:09.239 INFO O| Aug 14 22:29:09.239 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-14T22:29:10.605Z[ recovery-image] Aug 14 22:29:09.249 INFO O| Aug 14 22:29:09.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73372024-08-14T22:29:10.605Z[ recovery-image] Aug 14 22:29:09.249 INFO O| Aug 14 22:29:09.249 INFO STEP 1151 (remove_files) COMPLETE
73382024-08-14T22:29:10.605Z[ recovery-image] Aug 14 22:29:09.249 INFO O| Aug 14 22:29:09.249 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-14T22:29:10.615Z[ recovery-image] Aug 14 22:29:09.259 INFO O| Aug 14 22:29:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73402024-08-14T22:29:10.617Z[ recovery-image] Aug 14 22:29:09.259 INFO O| Aug 14 22:29:09.259 INFO STEP 1152 (remove_files) COMPLETE
73412024-08-14T22:29:10.617Z[ recovery-image] Aug 14 22:29:09.260 INFO O| Aug 14 22:29:09.259 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-14T22:29:10.625Z[ recovery-image] Aug 14 22:29:09.269 INFO O| Aug 14 22:29:09.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73432024-08-14T22:29:10.625Z[ recovery-image] Aug 14 22:29:09.269 INFO O| Aug 14 22:29:09.269 INFO STEP 1153 (remove_files) COMPLETE
73442024-08-14T22:29:10.627Z[ recovery-image] Aug 14 22:29:09.269 INFO O| Aug 14 22:29:09.269 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-14T22:29:10.634Z[ recovery-image] Aug 14 22:29:09.279 INFO O| Aug 14 22:29:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73462024-08-14T22:29:10.637Z[ recovery-image] Aug 14 22:29:09.279 INFO O| Aug 14 22:29:09.279 INFO STEP 1154 (remove_files) COMPLETE
73472024-08-14T22:29:10.637Z[ recovery-image] Aug 14 22:29:09.279 INFO O| Aug 14 22:29:09.279 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-14T22:29:10.644Z[ recovery-image] Aug 14 22:29:09.289 INFO O| Aug 14 22:29:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73492024-08-14T22:29:10.644Z[ recovery-image] Aug 14 22:29:09.289 INFO O| Aug 14 22:29:09.289 INFO STEP 1155 (remove_files) COMPLETE
73502024-08-14T22:29:10.647Z[ recovery-image] Aug 14 22:29:09.289 INFO O| Aug 14 22:29:09.289 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-14T22:29:10.654Z[ recovery-image] Aug 14 22:29:09.299 INFO O| Aug 14 22:29:09.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73522024-08-14T22:29:10.654Z[ recovery-image] Aug 14 22:29:09.299 INFO O| Aug 14 22:29:09.299 INFO STEP 1156 (remove_files) COMPLETE
73532024-08-14T22:29:10.657Z[ recovery-image] Aug 14 22:29:09.299 INFO O| Aug 14 22:29:09.299 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-14T22:29:10.665Z[ recovery-image] Aug 14 22:29:09.309 INFO O| Aug 14 22:29:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73552024-08-14T22:29:10.665Z[ recovery-image] Aug 14 22:29:09.309 INFO O| Aug 14 22:29:09.309 INFO STEP 1157 (remove_files) COMPLETE
73562024-08-14T22:29:10.667Z[ recovery-image] Aug 14 22:29:09.309 INFO O| Aug 14 22:29:09.309 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-14T22:29:10.676Z[ recovery-image] Aug 14 22:29:09.320 INFO O| Aug 14 22:29:09.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73582024-08-14T22:29:10.676Z[ recovery-image] Aug 14 22:29:09.320 INFO O| Aug 14 22:29:09.320 INFO STEP 1158 (remove_files) COMPLETE
73592024-08-14T22:29:10.676Z[ recovery-image] Aug 14 22:29:09.320 INFO O| Aug 14 22:29:09.320 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-14T22:29:10.687Z[ recovery-image] Aug 14 22:29:09.331 INFO O| Aug 14 22:29:09.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73612024-08-14T22:29:10.687Z[ recovery-image] Aug 14 22:29:09.331 INFO O| Aug 14 22:29:09.331 INFO STEP 1159 (remove_files) COMPLETE
73622024-08-14T22:29:10.687Z[ recovery-image] Aug 14 22:29:09.331 INFO O| Aug 14 22:29:09.331 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-14T22:29:10.697Z[ recovery-image] Aug 14 22:29:09.341 INFO O| Aug 14 22:29:09.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73642024-08-14T22:29:10.697Z[ recovery-image] Aug 14 22:29:09.342 INFO O| Aug 14 22:29:09.342 INFO STEP 1160 (remove_files) COMPLETE
73652024-08-14T22:29:10.697Z[ recovery-image] Aug 14 22:29:09.342 INFO O| Aug 14 22:29:09.342 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-14T22:29:10.708Z[ recovery-image] Aug 14 22:29:09.352 INFO O| Aug 14 22:29:09.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73672024-08-14T22:29:10.708Z[ recovery-image] Aug 14 22:29:09.352 INFO O| Aug 14 22:29:09.352 INFO STEP 1161 (remove_files) COMPLETE
73682024-08-14T22:29:10.710Z[ recovery-image] Aug 14 22:29:09.352 INFO O| Aug 14 22:29:09.352 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-14T22:29:10.719Z[ recovery-image] Aug 14 22:29:09.363 INFO O| Aug 14 22:29:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73702024-08-14T22:29:10.719Z[ recovery-image] Aug 14 22:29:09.363 INFO O| Aug 14 22:29:09.363 INFO STEP 1162 (remove_files) COMPLETE
73712024-08-14T22:29:10.721Z[ recovery-image] Aug 14 22:29:09.363 INFO O| Aug 14 22:29:09.363 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-14T22:29:10.730Z[ recovery-image] Aug 14 22:29:09.374 INFO O| Aug 14 22:29:09.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73732024-08-14T22:29:10.730Z[ recovery-image] Aug 14 22:29:09.374 INFO O| Aug 14 22:29:09.374 INFO STEP 1163 (remove_files) COMPLETE
73742024-08-14T22:29:10.732Z[ recovery-image] Aug 14 22:29:09.374 INFO O| Aug 14 22:29:09.374 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-14T22:29:10.741Z[ recovery-image] Aug 14 22:29:09.386 INFO O| Aug 14 22:29:09.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73762024-08-14T22:29:10.741Z[ recovery-image] Aug 14 22:29:09.386 INFO O| Aug 14 22:29:09.386 INFO STEP 1164 (remove_files) COMPLETE
73772024-08-14T22:29:10.744Z[ recovery-image] Aug 14 22:29:09.386 INFO O| Aug 14 22:29:09.386 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-14T22:29:10.753Z[ recovery-image] Aug 14 22:29:09.397 INFO O| Aug 14 22:29:09.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73792024-08-14T22:29:10.753Z[ recovery-image] Aug 14 22:29:09.397 INFO O| Aug 14 22:29:09.397 INFO STEP 1165 (remove_files) COMPLETE
73802024-08-14T22:29:10.755Z[ recovery-image] Aug 14 22:29:09.397 INFO O| Aug 14 22:29:09.397 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-14T22:29:10.764Z[ recovery-image] Aug 14 22:29:09.409 INFO O| Aug 14 22:29:09.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73822024-08-14T22:29:10.764Z[ recovery-image] Aug 14 22:29:09.409 INFO O| Aug 14 22:29:09.409 INFO STEP 1166 (remove_files) COMPLETE
73832024-08-14T22:29:10.767Z[ recovery-image] Aug 14 22:29:09.409 INFO O| Aug 14 22:29:09.409 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-14T22:29:10.776Z[ recovery-image] Aug 14 22:29:09.420 INFO O| Aug 14 22:29:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73852024-08-14T22:29:10.776Z[ recovery-image] Aug 14 22:29:09.420 INFO O| Aug 14 22:29:09.420 INFO STEP 1167 (remove_files) COMPLETE
73862024-08-14T22:29:10.778Z[ recovery-image] Aug 14 22:29:09.420 INFO O| Aug 14 22:29:09.420 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-14T22:29:10.786Z[ recovery-image] Aug 14 22:29:09.430 INFO O| Aug 14 22:29:09.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73882024-08-14T22:29:10.788Z[ recovery-image] Aug 14 22:29:09.430 INFO O| Aug 14 22:29:09.430 INFO STEP 1168 (remove_files) COMPLETE
73892024-08-14T22:29:10.788Z[ recovery-image] Aug 14 22:29:09.431 INFO O| Aug 14 22:29:09.430 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-14T22:29:10.797Z[ recovery-image] Aug 14 22:29:09.441 INFO O| Aug 14 22:29:09.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73912024-08-14T22:29:10.797Z[ recovery-image] Aug 14 22:29:09.441 INFO O| Aug 14 22:29:09.441 INFO STEP 1169 (remove_files) COMPLETE
73922024-08-14T22:29:10.799Z[ recovery-image] Aug 14 22:29:09.441 INFO O| Aug 14 22:29:09.441 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-14T22:29:10.807Z[ recovery-image] Aug 14 22:29:09.451 INFO O| Aug 14 22:29:09.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73942024-08-14T22:29:10.807Z[ recovery-image] Aug 14 22:29:09.452 INFO O| Aug 14 22:29:09.452 INFO STEP 1170 (remove_files) COMPLETE
73952024-08-14T22:29:10.807Z[ recovery-image] Aug 14 22:29:09.452 INFO O| Aug 14 22:29:09.452 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-14T22:29:10.818Z[ recovery-image] Aug 14 22:29:09.463 INFO O| Aug 14 22:29:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73972024-08-14T22:29:10.818Z[ recovery-image] Aug 14 22:29:09.463 INFO O| Aug 14 22:29:09.463 INFO STEP 1171 (remove_files) COMPLETE
73982024-08-14T22:29:10.819Z[ recovery-image] Aug 14 22:29:09.463 INFO O| Aug 14 22:29:09.463 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-14T22:29:10.829Z[ recovery-image] Aug 14 22:29:09.474 INFO O| Aug 14 22:29:09.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74002024-08-14T22:29:10.829Z[ recovery-image] Aug 14 22:29:09.474 INFO O| Aug 14 22:29:09.474 INFO STEP 1172 (remove_files) COMPLETE
74012024-08-14T22:29:10.829Z[ recovery-image] Aug 14 22:29:09.474 INFO O| Aug 14 22:29:09.474 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-14T22:29:10.840Z[ recovery-image] Aug 14 22:29:09.484 INFO O| Aug 14 22:29:09.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74032024-08-14T22:29:10.840Z[ recovery-image] Aug 14 22:29:09.484 INFO O| Aug 14 22:29:09.484 INFO STEP 1173 (remove_files) COMPLETE
74042024-08-14T22:29:10.842Z[ recovery-image] Aug 14 22:29:09.484 INFO O| Aug 14 22:29:09.484 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-14T22:29:10.850Z[ recovery-image] Aug 14 22:29:09.494 INFO O| Aug 14 22:29:09.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74062024-08-14T22:29:10.852Z[ recovery-image] Aug 14 22:29:09.494 INFO O| Aug 14 22:29:09.494 INFO STEP 1174 (remove_files) COMPLETE
74072024-08-14T22:29:10.852Z[ recovery-image] Aug 14 22:29:09.494 INFO O| Aug 14 22:29:09.494 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-14T22:29:10.859Z[ recovery-image] Aug 14 22:29:09.504 INFO O| Aug 14 22:29:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74092024-08-14T22:29:10.859Z[ recovery-image] Aug 14 22:29:09.504 INFO O| Aug 14 22:29:09.504 INFO STEP 1175 (remove_files) COMPLETE
74102024-08-14T22:29:10.862Z[ recovery-image] Aug 14 22:29:09.504 INFO O| Aug 14 22:29:09.504 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-14T22:29:10.870Z[ recovery-image] Aug 14 22:29:09.514 INFO O| Aug 14 22:29:09.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74122024-08-14T22:29:10.872Z[ recovery-image] Aug 14 22:29:09.514 INFO O| Aug 14 22:29:09.514 INFO STEP 1176 (remove_files) COMPLETE
74132024-08-14T22:29:10.872Z[ recovery-image] Aug 14 22:29:09.514 INFO O| Aug 14 22:29:09.514 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-14T22:29:10.880Z[ recovery-image] Aug 14 22:29:09.524 INFO O| Aug 14 22:29:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74152024-08-14T22:29:10.880Z[ recovery-image] Aug 14 22:29:09.524 INFO O| Aug 14 22:29:09.524 INFO STEP 1177 (remove_files) COMPLETE
74162024-08-14T22:29:10.880Z[ recovery-image] Aug 14 22:29:09.524 INFO O| Aug 14 22:29:09.524 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-14T22:29:10.890Z[ recovery-image] Aug 14 22:29:09.534 INFO O| Aug 14 22:29:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74182024-08-14T22:29:10.890Z[ recovery-image] Aug 14 22:29:09.534 INFO O| Aug 14 22:29:09.534 INFO STEP 1178 (remove_files) COMPLETE
74192024-08-14T22:29:10.890Z[ recovery-image] Aug 14 22:29:09.534 INFO O| Aug 14 22:29:09.534 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-14T22:29:10.900Z[ recovery-image] Aug 14 22:29:09.545 INFO O| Aug 14 22:29:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74212024-08-14T22:29:10.903Z[ recovery-image] Aug 14 22:29:09.545 INFO O| Aug 14 22:29:09.545 INFO STEP 1179 (remove_files) COMPLETE
74222024-08-14T22:29:10.903Z[ recovery-image] Aug 14 22:29:09.545 INFO O| Aug 14 22:29:09.545 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-14T22:29:10.911Z[ recovery-image] Aug 14 22:29:09.556 INFO O| Aug 14 22:29:09.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74242024-08-14T22:29:10.911Z[ recovery-image] Aug 14 22:29:09.556 INFO O| Aug 14 22:29:09.556 INFO STEP 1180 (remove_files) COMPLETE
74252024-08-14T22:29:10.914Z[ recovery-image] Aug 14 22:29:09.556 INFO O| Aug 14 22:29:09.556 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-14T22:29:10.922Z[ recovery-image] Aug 14 22:29:09.566 INFO O| Aug 14 22:29:09.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74272024-08-14T22:29:10.922Z[ recovery-image] Aug 14 22:29:09.566 INFO O| Aug 14 22:29:09.566 INFO STEP 1181 (remove_files) COMPLETE
74282024-08-14T22:29:10.924Z[ recovery-image] Aug 14 22:29:09.566 INFO O| Aug 14 22:29:09.566 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-14T22:29:10.932Z[ recovery-image] Aug 14 22:29:09.576 INFO O| Aug 14 22:29:09.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74302024-08-14T22:29:10.932Z[ recovery-image] Aug 14 22:29:09.576 INFO O| Aug 14 22:29:09.576 INFO STEP 1182 (remove_files) COMPLETE
74312024-08-14T22:29:10.934Z[ recovery-image] Aug 14 22:29:09.576 INFO O| Aug 14 22:29:09.576 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-14T22:29:10.946Z[ recovery-image] Aug 14 22:29:09.589 INFO O| Aug 14 22:29:09.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74332024-08-14T22:29:10.949Z[ recovery-image] Aug 14 22:29:09.590 INFO O| Aug 14 22:29:09.590 INFO STEP 1183 (remove_files) COMPLETE
74342024-08-14T22:29:10.949Z[ recovery-image] Aug 14 22:29:09.590 INFO O| Aug 14 22:29:09.590 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-14T22:29:10.964Z[ recovery-image] Aug 14 22:29:09.608 INFO O| Aug 14 22:29:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74362024-08-14T22:29:10.966Z[ recovery-image] Aug 14 22:29:09.608 INFO O| Aug 14 22:29:09.608 INFO STEP 1184 (remove_files) COMPLETE
74372024-08-14T22:29:10.966Z[ recovery-image] Aug 14 22:29:09.608 INFO O| Aug 14 22:29:09.608 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-14T22:29:10.982Z[ recovery-image] Aug 14 22:29:09.626 INFO O| Aug 14 22:29:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74392024-08-14T22:29:10.984Z[ recovery-image] Aug 14 22:29:09.626 INFO O| Aug 14 22:29:09.626 INFO STEP 1185 (remove_files) COMPLETE
74402024-08-14T22:29:10.984Z[ recovery-image] Aug 14 22:29:09.626 INFO O| Aug 14 22:29:09.626 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-14T22:29:10.994Z[ recovery-image] Aug 14 22:29:09.638 INFO O| Aug 14 22:29:09.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74422024-08-14T22:29:10.994Z[ recovery-image] Aug 14 22:29:09.638 INFO O| Aug 14 22:29:09.638 INFO STEP 1186 (remove_files) COMPLETE
74432024-08-14T22:29:11.001Z[ recovery-image] Aug 14 22:29:09.638 INFO O| Aug 14 22:29:09.638 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-14T22:29:11.008Z[ recovery-image] Aug 14 22:29:09.650 INFO O| Aug 14 22:29:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74452024-08-14T22:29:11.008Z[ recovery-image] Aug 14 22:29:09.650 INFO O| Aug 14 22:29:09.650 INFO STEP 1187 (remove_files) COMPLETE
74462024-08-14T22:29:11.008Z[ recovery-image] Aug 14 22:29:09.650 INFO O| Aug 14 22:29:09.650 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-14T22:29:11.017Z[ recovery-image] Aug 14 22:29:09.661 INFO O| Aug 14 22:29:09.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74482024-08-14T22:29:11.017Z[ recovery-image] Aug 14 22:29:09.661 INFO O| Aug 14 22:29:09.661 INFO STEP 1188 (remove_files) COMPLETE
74492024-08-14T22:29:11.017Z[ recovery-image] Aug 14 22:29:09.661 INFO O| Aug 14 22:29:09.661 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-14T22:29:11.024Z[ host-image] Aug 14 22:29:09.665 INFO O| Aug 14 22:29:09.665 INFO O| Actions: Completed 22 actions in 0.52 seconds.
74512024-08-14T22:29:11.030Z[ recovery-image] Aug 14 22:29:09.672 INFO O| Aug 14 22:29:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74522024-08-14T22:29:11.030Z[ recovery-image] Aug 14 22:29:09.672 INFO O| Aug 14 22:29:09.672 INFO STEP 1189 (remove_files) COMPLETE
74532024-08-14T22:29:11.030Z[ recovery-image] Aug 14 22:29:09.672 INFO O| Aug 14 22:29:09.672 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-14T22:29:11.038Z[ recovery-image] Aug 14 22:29:09.682 INFO O| Aug 14 22:29:09.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74552024-08-14T22:29:11.038Z[ recovery-image] Aug 14 22:29:09.682 INFO O| Aug 14 22:29:09.682 INFO STEP 1190 (remove_files) COMPLETE
74562024-08-14T22:29:11.040Z[ recovery-image] Aug 14 22:29:09.682 INFO O| Aug 14 22:29:09.682 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-14T22:29:11.048Z[ recovery-image] Aug 14 22:29:09.693 INFO O| Aug 14 22:29:09.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74582024-08-14T22:29:11.048Z[ recovery-image] Aug 14 22:29:09.693 INFO O| Aug 14 22:29:09.693 INFO STEP 1191 (remove_files) COMPLETE
74592024-08-14T22:29:11.051Z[ recovery-image] Aug 14 22:29:09.693 INFO O| Aug 14 22:29:09.693 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-14T22:29:11.059Z[ recovery-image] Aug 14 22:29:09.704 INFO O| Aug 14 22:29:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74612024-08-14T22:29:11.059Z[ recovery-image] Aug 14 22:29:09.704 INFO O| Aug 14 22:29:09.704 INFO STEP 1192 (remove_files) COMPLETE
74622024-08-14T22:29:11.059Z[ recovery-image] Aug 14 22:29:09.704 INFO O| Aug 14 22:29:09.704 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-14T22:29:11.070Z[ recovery-image] Aug 14 22:29:09.715 INFO O| Aug 14 22:29:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74642024-08-14T22:29:11.070Z[ recovery-image] Aug 14 22:29:09.715 INFO O| Aug 14 22:29:09.715 INFO STEP 1193 (remove_files) COMPLETE
74652024-08-14T22:29:11.070Z[ recovery-image] Aug 14 22:29:09.715 INFO O| Aug 14 22:29:09.715 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-14T22:29:11.081Z[ recovery-image] Aug 14 22:29:09.726 INFO O| Aug 14 22:29:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74672024-08-14T22:29:11.081Z[ recovery-image] Aug 14 22:29:09.726 INFO O| Aug 14 22:29:09.726 INFO STEP 1194 (remove_files) COMPLETE
74682024-08-14T22:29:11.081Z[ recovery-image] Aug 14 22:29:09.726 INFO O| Aug 14 22:29:09.726 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-14T22:29:11.092Z[ recovery-image] Aug 14 22:29:09.736 INFO O| Aug 14 22:29:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74702024-08-14T22:29:11.092Z[ recovery-image] Aug 14 22:29:09.736 INFO O| Aug 14 22:29:09.736 INFO STEP 1195 (remove_files) COMPLETE
74712024-08-14T22:29:11.092Z[ recovery-image] Aug 14 22:29:09.737 INFO O| Aug 14 22:29:09.736 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-08-14T22:29:11.103Z[ recovery-image] Aug 14 22:29:09.747 INFO O| Aug 14 22:29:09.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74732024-08-14T22:29:11.103Z[ recovery-image] Aug 14 22:29:09.747 INFO O| Aug 14 22:29:09.747 INFO STEP 1196 (remove_files) COMPLETE
74742024-08-14T22:29:11.103Z[ recovery-image] Aug 14 22:29:09.747 INFO O| Aug 14 22:29:09.747 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-08-14T22:29:11.115Z[ recovery-image] Aug 14 22:29:09.759 INFO O| Aug 14 22:29:09.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74762024-08-14T22:29:11.115Z[ recovery-image] Aug 14 22:29:09.759 INFO O| Aug 14 22:29:09.759 INFO STEP 1197 (remove_files) COMPLETE
74772024-08-14T22:29:11.117Z[ recovery-image] Aug 14 22:29:09.759 INFO O| Aug 14 22:29:09.759 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-08-14T22:29:11.126Z[ recovery-image] Aug 14 22:29:09.770 INFO O| Aug 14 22:29:09.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74792024-08-14T22:29:11.126Z[ recovery-image] Aug 14 22:29:09.770 INFO O| Aug 14 22:29:09.770 INFO STEP 1198 (remove_files) COMPLETE
74802024-08-14T22:29:11.128Z[ recovery-image] Aug 14 22:29:09.770 INFO O| Aug 14 22:29:09.770 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-08-14T22:29:11.137Z[ recovery-image] Aug 14 22:29:09.781 INFO O| Aug 14 22:29:09.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74822024-08-14T22:29:11.137Z[ recovery-image] Aug 14 22:29:09.781 INFO O| Aug 14 22:29:09.781 INFO STEP 1199 (remove_files) COMPLETE
74832024-08-14T22:29:11.139Z[ recovery-image] Aug 14 22:29:09.781 INFO O| Aug 14 22:29:09.781 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-08-14T22:29:11.147Z[ recovery-image] Aug 14 22:29:09.791 INFO O| Aug 14 22:29:09.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74852024-08-14T22:29:11.149Z[ recovery-image] Aug 14 22:29:09.792 INFO O| Aug 14 22:29:09.792 INFO STEP 1200 (remove_files) COMPLETE
74862024-08-14T22:29:11.149Z[ recovery-image] Aug 14 22:29:09.792 INFO O| Aug 14 22:29:09.792 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-08-14T22:29:11.158Z[ recovery-image] Aug 14 22:29:09.802 INFO O| Aug 14 22:29:09.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74882024-08-14T22:29:11.158Z[ recovery-image] Aug 14 22:29:09.802 INFO O| Aug 14 22:29:09.802 INFO STEP 1201 (remove_files) COMPLETE
74892024-08-14T22:29:11.158Z[ recovery-image] Aug 14 22:29:09.802 INFO O| Aug 14 22:29:09.802 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-08-14T22:29:11.169Z[ recovery-image] Aug 14 22:29:09.813 INFO O| Aug 14 22:29:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74912024-08-14T22:29:11.169Z[ recovery-image] Aug 14 22:29:09.813 INFO O| Aug 14 22:29:09.813 INFO STEP 1202 (remove_files) COMPLETE
74922024-08-14T22:29:11.171Z[ recovery-image] Aug 14 22:29:09.813 INFO O| Aug 14 22:29:09.813 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-08-14T22:29:11.181Z[ recovery-image] Aug 14 22:29:09.825 INFO O| Aug 14 22:29:09.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74942024-08-14T22:29:11.181Z[ recovery-image] Aug 14 22:29:09.826 INFO O| Aug 14 22:29:09.826 INFO STEP 1203 (remove_files) COMPLETE
74952024-08-14T22:29:11.181Z[ recovery-image] Aug 14 22:29:09.826 INFO O| Aug 14 22:29:09.826 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-08-14T22:29:11.194Z[ recovery-image] Aug 14 22:29:09.838 INFO O| Aug 14 22:29:09.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74972024-08-14T22:29:11.194Z[ recovery-image] Aug 14 22:29:09.838 INFO O| Aug 14 22:29:09.838 INFO STEP 1204 (remove_files) COMPLETE
74982024-08-14T22:29:11.196Z[ recovery-image] Aug 14 22:29:09.838 INFO O| Aug 14 22:29:09.838 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-08-14T22:29:11.205Z[ recovery-image] Aug 14 22:29:09.850 INFO O| Aug 14 22:29:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75002024-08-14T22:29:11.208Z[ recovery-image] Aug 14 22:29:09.850 INFO O| Aug 14 22:29:09.850 INFO STEP 1205 (remove_files) COMPLETE
75012024-08-14T22:29:11.208Z[ recovery-image] Aug 14 22:29:09.850 INFO O| Aug 14 22:29:09.850 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-08-14T22:29:11.217Z[ recovery-image] Aug 14 22:29:09.861 INFO O| Aug 14 22:29:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75032024-08-14T22:29:11.217Z[ recovery-image] Aug 14 22:29:09.861 INFO O| Aug 14 22:29:09.861 INFO STEP 1206 (remove_files) COMPLETE
75042024-08-14T22:29:11.219Z[ recovery-image] Aug 14 22:29:09.861 INFO O| Aug 14 22:29:09.861 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75052024-08-14T22:29:11.235Z[ recovery-image] Aug 14 22:29:09.879 INFO O| Aug 14 22:29:09.879 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75062024-08-14T22:29:11.235Z[ recovery-image] Aug 14 22:29:09.879 INFO O| Aug 14 22:29:09.879 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75072024-08-14T22:29:11.259Z[ host-image] Aug 14 22:29:09.903 INFO O| Aug 14 22:29:09.903 INFO O| Done
75082024-08-14T22:29:11.259Z[ host-image] Aug 14 22:29:09.903 INFO O| Aug 14 22:29:09.903 INFO O| Done
75092024-08-14T22:29:11.607Z[ host-image] Aug 14 22:29:10.250 INFO O| Aug 14 22:29:10.250 INFO O| Done
75102024-08-14T22:29:11.988Z[ recovery-image] Aug 14 22:29:10.632 INFO O| Aug 14 22:29:10.632 INFO STEP 1207 (pack_tar) COMPLETE
75112024-08-14T22:29:11.988Z[ recovery-image] Aug 14 22:29:10.632 INFO O| Aug 14 22:29:10.632 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75122024-08-14T22:29:11.988Z[ recovery-image] Aug 14 22:29:10.632 INFO O| Aug 14 22:29:10.632 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75132024-08-14T22:29:12.239Z[ recovery-image] Aug 14 22:29:10.883 INFO O| Aug 14 22:29:10.883 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75142024-08-14T22:29:12.309Z[ recovery-image] Aug 14 22:29:10.953 INFO O| Aug 14 22:29:10.953 INFO completed processing gimlet/ramdisk-03-recovery-trim
75152024-08-14T22:29:12.315Z[ recovery-image] Aug 14 22:29:10.959 INFO image builder template: zfs-recovery...
75162024-08-14T22:29:12.315Z[ recovery-image] Aug 14 22:29:10.960 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
75172024-08-14T22:29:12.349Z[ recovery-image] Aug 14 22:29:10.993 INFO O| Aug 14 22:29:10.993 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75182024-08-14T22:29:12.353Z[ recovery-image] Aug 14 22:29:10.997 INFO O| Aug 14 22:29:10.997 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75192024-08-14T22:29:12.418Z[ recovery-image] Aug 14 22:29:11.062 INFO O| Aug 14 22:29:11.062 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75202024-08-14T22:29:12.473Z[ recovery-image] Aug 14 22:29:11.117 INFO O| Aug 14 22:29:11.117 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75212024-08-14T22:29:12.473Z[ recovery-image] Aug 14 22:29:11.117 INFO O| Aug 14 22:29:11.117 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75222024-08-14T22:29:12.477Z[ recovery-image] Aug 14 22:29:11.121 INFO O| Aug 14 22:29:11.121 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75232024-08-14T22:29:12.541Z[ recovery-image] Aug 14 22:29:11.185 INFO O| Aug 14 22:29:11.185 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75242024-08-14T22:29:12.578Z[ recovery-image] Aug 14 22:29:11.222 INFO O| Aug 14 22:29:11.222 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75252024-08-14T22:29:12.588Z[ recovery-image] Aug 14 22:29:11.232 INFO O| Aug 14 22:29:11.232 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75262024-08-14T22:29:12.592Z[ recovery-image] Aug 14 22:29:11.237 INFO O| Aug 14 22:29:11.237 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75272024-08-14T22:29:12.595Z[ recovery-image] Aug 14 22:29:11.238 INFO O| Aug 14 22:29:11.238 INFO no lofi found
75282024-08-14T22:29:12.595Z[ recovery-image] Aug 14 22:29:11.238 INFO O| Aug 14 22:29:11.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75292024-08-14T22:29:12.595Z[ recovery-image] Aug 14 22:29:11.238 INFO O| Aug 14 22:29:11.238 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75302024-08-14T22:29:12.924Z[ host-image] Aug 14 22:29:11.568 INFO O| Aug 14 22:29:11.568 INFO O| Done
75312024-08-14T22:29:12.955Z[ host-image] Aug 14 22:29:11.599 INFO O| Aug 14 22:29:11.598 INFO O| Done
75322024-08-14T22:29:12.955Z[ host-image] Aug 14 22:29:11.599 INFO O| Aug 14 22:29:11.599 INFO O| Done
75332024-08-14T22:29:12.965Z[ host-image] Aug 14 22:29:11.609 INFO O| Aug 14 22:29:11.609 INFO O| Done
75342024-08-14T22:29:13.114Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO STEP 14 (pkg_install) COMPLETE
75352024-08-14T22:29:13.114Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75362024-08-14T22:29:13.116Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO skip step because feature "mfg" is not enabled
75372024-08-14T22:29:13.116Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75382024-08-14T22:29:13.116Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO skip step because feature "compliance" is not enabled
75392024-08-14T22:29:13.117Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75402024-08-14T22:29:13.117Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO skip step because feature "stress" is not enabled
75412024-08-14T22:29:13.117Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75422024-08-14T22:29:13.117Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO skip step because feature "nfs" is not enabled
75432024-08-14T22:29:13.117Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75442024-08-14T22:29:13.117Z[ host-image] Aug 14 22:29:11.758 INFO O| Aug 14 22:29:11.758 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75452024-08-14T22:29:13.164Z[ host-image] Aug 14 22:29:11.808 INFO O| Aug 14 22:29:11.808 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75462024-08-14T22:29:13.240Z[ host-image] Aug 14 22:29:11.884 INFO O| Aug 14 22:29:11.884 INFO completed processing gimlet/ramdisk-01-os
75472024-08-14T22:29:13.242Z[ host-image] Aug 14 22:29:11.886 INFO omicron1 baseline generation...
75482024-08-14T22:29:13.242Z[ host-image] Aug 14 22:29:11.886 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75492024-08-14T22:29:13.654Z[ host-image] Aug 14 22:29:12.298 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z
75502024-08-14T22:29:14.366Z[ recovery-image] Aug 14 22:29:13.010 INFO O| Aug 14 22:29:13.009 INFO lofi device = /dev/dsk/c2t1d0p0
75512024-08-14T22:29:14.366Z[ recovery-image] Aug 14 22:29:13.010 INFO O| Aug 14 22:29:13.009 INFO pool device = /dev/dsk/c2t1d0p0
75522024-08-14T22:29:14.369Z[ recovery-image] Aug 14 22:29:13.010 INFO O| Aug 14 22:29:13.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75532024-08-14T22:29:14.443Z[ recovery-image] Aug 14 22:29:13.087 INFO O| Aug 14 22:29:13.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75542024-08-14T22:29:14.443Z[ recovery-image] Aug 14 22:29:13.087 INFO O| Aug 14 22:29:13.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75552024-08-14T22:29:14.461Z[ recovery-image] Aug 14 22:29:13.105 INFO O| Aug 14 22:29:13.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75562024-08-14T22:29:14.521Z[ recovery-image] Aug 14 22:29:13.165 INFO O| Aug 14 22:29:13.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75572024-08-14T22:29:14.559Z[ recovery-image] Aug 14 22:29:13.203 INFO O| Aug 14 22:29:13.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75582024-08-14T22:29:14.575Z[ recovery-image] Aug 14 22:29:13.218 INFO O| Aug 14 22:29:13.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75592024-08-14T22:29:14.586Z[ recovery-image] Aug 14 22:29:13.230 INFO O| Aug 14 22:29:13.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75602024-08-14T22:29:14.634Z[ recovery-image] Aug 14 22:29:13.278 INFO O| Aug 14 22:29:13.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75612024-08-14T22:29:14.634Z[ recovery-image] Aug 14 22:29:13.278 INFO O| Aug 14 22:29:13.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75622024-08-14T22:29:14.637Z[ recovery-image] Aug 14 22:29:13.278 INFO O| Aug 14 22:29:13.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75632024-08-14T22:29:14.643Z[ recovery-image] Aug 14 22:29:13.286 INFO O| Aug 14 22:29:13.286 INFO boot environment UUID: b72ddd63-e0c0-497f-b591-124c2c133205
75642024-08-14T22:29:14.643Z[ recovery-image] Aug 14 22:29:13.286 INFO O| Aug 14 22:29:13.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b72ddd63-e0c0-497f-b591-124c2c133205
75652024-08-14T22:29:14.654Z[ recovery-image] Aug 14 22:29:13.298 INFO O| Aug 14 22:29:13.298 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75662024-08-14T22:29:14.665Z[ recovery-image] Aug 14 22:29:13.309 INFO O| Aug 14 22:29:13.309 INFO STEP 0 (create_be) COMPLETE
75672024-08-14T22:29:14.665Z[ recovery-image] Aug 14 22:29:13.309 INFO O| Aug 14 22:29:13.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75682024-08-14T22:29:14.681Z[ recovery-image] Aug 14 22:29:13.325 INFO O| Aug 14 22:29:13.325 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75692024-08-14T22:29:16.793Z[ recovery-image] Aug 14 22:29:15.437 INFO O| Aug 14 22:29:15.437 INFO STEP 1 (unpack_tar) COMPLETE
75702024-08-14T22:29:16.794Z[ recovery-image] Aug 14 22:29:15.437 INFO O| Aug 14 22:29:15.437 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75712024-08-14T22:29:16.805Z[ recovery-image] Aug 14 22:29:15.448 INFO O| Aug 14 22:29:15.448 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75722024-08-14T22:29:17.194Z[ recovery-image] Aug 14 22:29:15.837 INFO O| Aug 14 22:29:15.837 INFO STEP 2 (devfsadm) COMPLETE
75732024-08-14T22:29:17.194Z[ recovery-image] Aug 14 22:29:15.837 INFO O| Aug 14 22:29:15.837 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75742024-08-14T22:29:17.206Z[ recovery-image] Aug 14 22:29:15.849 INFO O| Aug 14 22:29:15.849 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75752024-08-14T22:29:17.206Z[ recovery-image] Aug 14 22:29:15.849 INFO O| Aug 14 22:29:15.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75762024-08-14T22:29:17.206Z[ recovery-image] Aug 14 22:29:15.850 INFO O| Aug 14 22:29:15.849 INFO STEP 3 (ensure_dir) COMPLETE
75772024-08-14T22:29:17.209Z[ recovery-image] Aug 14 22:29:15.850 INFO O| Aug 14 22:29:15.849 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75782024-08-14T22:29:17.217Z[ recovery-image] Aug 14 22:29:15.860 INFO O| Aug 14 22:29:15.860 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75792024-08-14T22:29:17.217Z[ recovery-image] Aug 14 22:29:15.860 INFO O| Aug 14 22:29:15.860 INFO STEP 4 (ensure_dir) COMPLETE
75802024-08-14T22:29:17.219Z[ recovery-image] Aug 14 22:29:15.860 INFO O| Aug 14 22:29:15.860 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75812024-08-14T22:29:17.227Z[ recovery-image] Aug 14 22:29:15.871 INFO O| Aug 14 22:29:15.871 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75822024-08-14T22:29:17.227Z[ recovery-image] Aug 14 22:29:15.871 INFO O| Aug 14 22:29:15.871 INFO STEP 5 (ensure_dir) COMPLETE
75832024-08-14T22:29:17.227Z[ recovery-image] Aug 14 22:29:15.871 INFO O| Aug 14 22:29:15.871 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75842024-08-14T22:29:17.237Z[ recovery-image] Aug 14 22:29:15.881 INFO O| Aug 14 22:29:15.881 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75852024-08-14T22:29:17.240Z[ recovery-image] Aug 14 22:29:15.881 INFO O| Aug 14 22:29:15.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75862024-08-14T22:29:17.240Z[ recovery-image] Aug 14 22:29:15.881 INFO O| Aug 14 22:29:15.881 INFO STEP 6 (ensure_dir) COMPLETE
75872024-08-14T22:29:17.240Z[ recovery-image] Aug 14 22:29:15.881 INFO O| Aug 14 22:29:15.881 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-14T22:29:17.248Z[ recovery-image] Aug 14 22:29:15.892 INFO O| Aug 14 22:29:15.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75892024-08-14T22:29:17.248Z[ recovery-image] Aug 14 22:29:15.892 INFO O| Aug 14 22:29:15.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75902024-08-14T22:29:17.251Z[ recovery-image] Aug 14 22:29:15.892 INFO O| Aug 14 22:29:15.892 INFO STEP 7 (ensure_dir) COMPLETE
75912024-08-14T22:29:17.251Z[ recovery-image] Aug 14 22:29:15.892 INFO O| Aug 14 22:29:15.892 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75922024-08-14T22:29:17.260Z[ recovery-image] Aug 14 22:29:15.903 INFO O| Aug 14 22:29:15.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75932024-08-14T22:29:17.262Z[ recovery-image] Aug 14 22:29:15.904 INFO O| Aug 14 22:29:15.903 INFO STEP 8 (remove_files) COMPLETE
75942024-08-14T22:29:17.262Z[ recovery-image] Aug 14 22:29:15.904 INFO O| Aug 14 22:29:15.904 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-14T22:29:17.270Z[ recovery-image] Aug 14 22:29:15.914 INFO O| Aug 14 22:29:15.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75962024-08-14T22:29:17.273Z[ recovery-image] Aug 14 22:29:15.915 INFO O| Aug 14 22:29:15.915 INFO STEP 9 (remove_files) COMPLETE
75972024-08-14T22:29:17.273Z[ recovery-image] Aug 14 22:29:15.915 INFO O| Aug 14 22:29:15.915 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75982024-08-14T22:29:17.281Z[ recovery-image] Aug 14 22:29:15.925 INFO O| Aug 14 22:29:15.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75992024-08-14T22:29:17.284Z[ recovery-image] Aug 14 22:29:15.926 INFO O| Aug 14 22:29:15.925 INFO STEP 10 (remove_files) COMPLETE
76002024-08-14T22:29:17.284Z[ recovery-image] Aug 14 22:29:15.926 INFO O| Aug 14 22:29:15.926 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76012024-08-14T22:29:17.292Z[ recovery-image] Aug 14 22:29:15.935 INFO O| Aug 14 22:29:15.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76022024-08-14T22:29:17.295Z[ recovery-image] Aug 14 22:29:15.936 INFO O| Aug 14 22:29:15.936 INFO STEP 11 (remove_files) COMPLETE
76032024-08-14T22:29:17.295Z[ recovery-image] Aug 14 22:29:15.936 INFO O| Aug 14 22:29:15.936 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76042024-08-14T22:29:17.302Z[ recovery-image] Aug 14 22:29:15.945 INFO O| Aug 14 22:29:15.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76052024-08-14T22:29:17.302Z[ recovery-image] Aug 14 22:29:15.946 INFO O| Aug 14 22:29:15.946 INFO STEP 12 (remove_files) COMPLETE
76062024-08-14T22:29:17.304Z[ recovery-image] Aug 14 22:29:15.946 INFO O| Aug 14 22:29:15.946 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76072024-08-14T22:29:17.312Z[ recovery-image] Aug 14 22:29:15.956 INFO O| Aug 14 22:29:15.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76082024-08-14T22:29:17.312Z[ recovery-image] Aug 14 22:29:15.956 INFO O| Aug 14 22:29:15.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76092024-08-14T22:29:17.314Z[ recovery-image] Aug 14 22:29:15.956 INFO O| Aug 14 22:29:15.956 INFO STEP 13 (ensure_dir) COMPLETE
76102024-08-14T22:29:17.314Z[ recovery-image] Aug 14 22:29:15.956 INFO O| Aug 14 22:29:15.956 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-14T22:29:17.323Z[ recovery-image] Aug 14 22:29:15.967 INFO O| Aug 14 22:29:15.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76122024-08-14T22:29:17.323Z[ recovery-image] Aug 14 22:29:15.967 INFO O| Aug 14 22:29:15.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76132024-08-14T22:29:17.326Z[ recovery-image] Aug 14 22:29:15.967 INFO O| Aug 14 22:29:15.967 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76142024-08-14T22:29:17.326Z[ recovery-image] Aug 14 22:29:15.967 INFO O| Aug 14 22:29:15.967 INFO STEP 14 (ensure_dir) COMPLETE
76152024-08-14T22:29:17.326Z[ recovery-image] Aug 14 22:29:15.967 INFO O| Aug 14 22:29:15.967 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76162024-08-14T22:29:17.334Z[ recovery-image] Aug 14 22:29:15.978 INFO O| Aug 14 22:29:15.978 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76172024-08-14T22:29:17.334Z[ recovery-image] Aug 14 22:29:15.978 INFO O| Aug 14 22:29:15.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76182024-08-14T22:29:17.337Z[ recovery-image] Aug 14 22:29:15.978 INFO O| Aug 14 22:29:15.978 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76192024-08-14T22:29:17.337Z[ recovery-image] Aug 14 22:29:15.978 INFO O| Aug 14 22:29:15.978 INFO STEP 15 (ensure_dir) COMPLETE
76202024-08-14T22:29:17.337Z[ recovery-image] Aug 14 22:29:15.978 INFO O| Aug 14 22:29:15.978 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76212024-08-14T22:29:17.345Z[ recovery-image] Aug 14 22:29:15.988 INFO O| Aug 14 22:29:15.988 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76222024-08-14T22:29:17.345Z[ recovery-image] Aug 14 22:29:15.989 INFO O| Aug 14 22:29:15.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76232024-08-14T22:29:17.347Z[ recovery-image] Aug 14 22:29:15.989 INFO O| Aug 14 22:29:15.989 INFO STEP 16 (ensure_dir) COMPLETE
76242024-08-14T22:29:17.347Z[ recovery-image] Aug 14 22:29:15.989 INFO O| Aug 14 22:29:15.989 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76252024-08-14T22:29:17.356Z[ recovery-image] Aug 14 22:29:15.999 INFO O| Aug 14 22:29:15.999 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76262024-08-14T22:29:17.356Z[ recovery-image] Aug 14 22:29:15.999 INFO O| Aug 14 22:29:15.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76272024-08-14T22:29:17.356Z[ recovery-image] Aug 14 22:29:15.999 INFO O| Aug 14 22:29:15.999 INFO STEP 17 (ensure_dir) COMPLETE
76282024-08-14T22:29:17.356Z[ recovery-image] Aug 14 22:29:15.999 INFO O| Aug 14 22:29:15.999 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76292024-08-14T22:29:17.367Z[ recovery-image] Aug 14 22:29:16.011 INFO O| Aug 14 22:29:16.011 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76302024-08-14T22:29:17.367Z[ recovery-image] Aug 14 22:29:16.011 INFO O| Aug 14 22:29:16.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76312024-08-14T22:29:17.370Z[ recovery-image] Aug 14 22:29:16.011 INFO O| Aug 14 22:29:16.011 INFO ok!
76322024-08-14T22:29:17.370Z[ recovery-image] Aug 14 22:29:16.011 INFO O| Aug 14 22:29:16.011 INFO STEP 18 (ensure_symlink) COMPLETE
76332024-08-14T22:29:17.370Z[ recovery-image] Aug 14 22:29:16.011 INFO O| Aug 14 22:29:16.011 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76342024-08-14T22:29:17.377Z[ recovery-image] Aug 14 22:29:16.020 INFO O| Aug 14 22:29:16.020 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76352024-08-14T22:29:17.377Z[ recovery-image] Aug 14 22:29:16.020 INFO O| Aug 14 22:29:16.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76362024-08-14T22:29:17.379Z[ recovery-image] Aug 14 22:29:16.020 INFO O| Aug 14 22:29:16.020 INFO ok!
76372024-08-14T22:29:17.379Z[ recovery-image] Aug 14 22:29:16.020 INFO O| Aug 14 22:29:16.020 INFO STEP 19 (ensure_file) COMPLETE
76382024-08-14T22:29:17.379Z[ recovery-image] Aug 14 22:29:16.020 INFO O| Aug 14 22:29:16.020 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76392024-08-14T22:29:17.387Z[ recovery-image] Aug 14 22:29:16.030 INFO O| Aug 14 22:29:16.030 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76402024-08-14T22:29:17.387Z[ recovery-image] Aug 14 22:29:16.030 INFO O| Aug 14 22:29:16.030 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76412024-08-14T22:29:17.389Z[ recovery-image] Aug 14 22:29:16.030 INFO O| Aug 14 22:29:16.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76422024-08-14T22:29:17.389Z[ recovery-image] Aug 14 22:29:16.030 INFO O| Aug 14 22:29:16.030 INFO ok!
76432024-08-14T22:29:17.389Z[ recovery-image] Aug 14 22:29:16.030 INFO O| Aug 14 22:29:16.030 INFO STEP 20 (ensure_symlink) COMPLETE
76442024-08-14T22:29:17.389Z[ recovery-image] Aug 14 22:29:16.030 INFO O| Aug 14 22:29:16.030 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76452024-08-14T22:29:17.396Z[ recovery-image] Aug 14 22:29:16.040 INFO O| Aug 14 22:29:16.040 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76462024-08-14T22:29:17.396Z[ recovery-image] Aug 14 22:29:16.040 INFO O| Aug 14 22:29:16.040 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76472024-08-14T22:29:17.399Z[ recovery-image] Aug 14 22:29:16.040 INFO O| Aug 14 22:29:16.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76482024-08-14T22:29:17.399Z[ recovery-image] Aug 14 22:29:16.040 INFO O| Aug 14 22:29:16.040 INFO ok!
76492024-08-14T22:29:17.399Z[ recovery-image] Aug 14 22:29:16.040 INFO O| Aug 14 22:29:16.040 INFO STEP 21 (ensure_symlink) COMPLETE
76502024-08-14T22:29:17.399Z[ recovery-image] Aug 14 22:29:16.040 INFO O| Aug 14 22:29:16.040 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76512024-08-14T22:29:17.406Z[ recovery-image] Aug 14 22:29:16.050 INFO O| Aug 14 22:29:16.050 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76522024-08-14T22:29:17.406Z[ recovery-image] Aug 14 22:29:16.050 INFO O| Aug 14 22:29:16.050 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76532024-08-14T22:29:17.409Z[ recovery-image] Aug 14 22:29:16.050 INFO O| Aug 14 22:29:16.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76542024-08-14T22:29:17.409Z[ recovery-image] Aug 14 22:29:16.050 INFO O| Aug 14 22:29:16.050 INFO ok!
76552024-08-14T22:29:17.409Z[ recovery-image] Aug 14 22:29:16.050 INFO O| Aug 14 22:29:16.050 INFO STEP 22 (ensure_symlink) COMPLETE
76562024-08-14T22:29:17.409Z[ recovery-image] Aug 14 22:29:16.050 INFO O| Aug 14 22:29:16.050 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76572024-08-14T22:29:17.417Z[ recovery-image] Aug 14 22:29:16.060 INFO O| Aug 14 22:29:16.060 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76582024-08-14T22:29:17.417Z[ recovery-image] Aug 14 22:29:16.060 INFO O| Aug 14 22:29:16.060 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76592024-08-14T22:29:17.417Z[ recovery-image] Aug 14 22:29:16.060 INFO O| Aug 14 22:29:16.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76602024-08-14T22:29:17.419Z[ recovery-image] Aug 14 22:29:16.060 INFO O| Aug 14 22:29:16.060 INFO ok!
76612024-08-14T22:29:17.419Z[ recovery-image] Aug 14 22:29:16.060 INFO O| Aug 14 22:29:16.060 INFO STEP 23 (ensure_symlink) COMPLETE
76622024-08-14T22:29:17.419Z[ recovery-image] Aug 14 22:29:16.060 INFO O| Aug 14 22:29:16.060 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76632024-08-14T22:29:17.427Z[ recovery-image] Aug 14 22:29:16.071 INFO O| Aug 14 22:29:16.071 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76642024-08-14T22:29:17.430Z[ recovery-image] Aug 14 22:29:16.071 INFO O| Aug 14 22:29:16.071 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
76652024-08-14T22:29:17.430Z[ recovery-image] Aug 14 22:29:16.071 INFO O| Aug 14 22:29:16.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76662024-08-14T22:29:17.430Z[ recovery-image] Aug 14 22:29:16.071 INFO O| Aug 14 22:29:16.071 INFO ok!
76672024-08-14T22:29:17.430Z[ recovery-image] Aug 14 22:29:16.071 INFO O| Aug 14 22:29:16.071 INFO STEP 24 (ensure_file) COMPLETE
76682024-08-14T22:29:17.430Z[ recovery-image] Aug 14 22:29:16.071 INFO O| Aug 14 22:29:16.071 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76692024-08-14T22:29:17.439Z[ recovery-image] Aug 14 22:29:16.082 INFO O| Aug 14 22:29:16.082 INFO updating shadow file
76702024-08-14T22:29:17.442Z[ recovery-image] Aug 14 22:29:16.082 INFO O| Aug 14 22:29:16.082 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76712024-08-14T22:29:17.442Z[ recovery-image] Aug 14 22:29:16.082 INFO O| Aug 14 22:29:16.082 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76722024-08-14T22:29:17.442Z[ recovery-image] Aug 14 22:29:16.082 INFO O| Aug 14 22:29:16.082 INFO STEP 25 (shadow) COMPLETE
76732024-08-14T22:29:17.442Z[ recovery-image] Aug 14 22:29:16.082 INFO O| Aug 14 22:29:16.082 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76742024-08-14T22:29:17.451Z[ recovery-image] Aug 14 22:29:16.094 INFO O| Aug 14 22:29:16.094 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76752024-08-14T22:29:17.451Z[ recovery-image] Aug 14 22:29:16.094 INFO O| Aug 14 22:29:16.094 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76762024-08-14T22:29:17.454Z[ recovery-image] Aug 14 22:29:16.095 INFO O| Aug 14 22:29:16.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76772024-08-14T22:29:17.454Z[ recovery-image] Aug 14 22:29:16.095 INFO O| Aug 14 22:29:16.095 INFO ok!
76782024-08-14T22:29:17.454Z[ recovery-image] Aug 14 22:29:16.095 INFO O| Aug 14 22:29:16.095 INFO STEP 26 (ensure_file) COMPLETE
76792024-08-14T22:29:17.454Z[ recovery-image] Aug 14 22:29:16.095 INFO O| Aug 14 22:29:16.095 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76802024-08-14T22:29:17.463Z[ recovery-image] Aug 14 22:29:16.106 INFO O| Aug 14 22:29:16.106 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76812024-08-14T22:29:17.463Z[ recovery-image] Aug 14 22:29:16.106 INFO O| Aug 14 22:29:16.106 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76822024-08-14T22:29:17.465Z[ recovery-image] Aug 14 22:29:16.106 INFO O| Aug 14 22:29:16.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76832024-08-14T22:29:17.465Z[ recovery-image] Aug 14 22:29:16.106 INFO O| Aug 14 22:29:16.106 INFO ok!
76842024-08-14T22:29:17.465Z[ recovery-image] Aug 14 22:29:16.106 INFO O| Aug 14 22:29:16.106 INFO STEP 27 (ensure_file) COMPLETE
76852024-08-14T22:29:17.465Z[ recovery-image] Aug 14 22:29:16.106 INFO O| Aug 14 22:29:16.106 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76862024-08-14T22:29:17.474Z[ recovery-image] Aug 14 22:29:16.117 INFO O| Aug 14 22:29:16.117 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76872024-08-14T22:29:17.474Z[ recovery-image] Aug 14 22:29:16.117 INFO O| Aug 14 22:29:16.117 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76882024-08-14T22:29:17.474Z[ recovery-image] Aug 14 22:29:16.118 INFO O| Aug 14 22:29:16.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76892024-08-14T22:29:17.477Z[ recovery-image] Aug 14 22:29:16.118 INFO O| Aug 14 22:29:16.118 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76902024-08-14T22:29:17.477Z[ recovery-image] Aug 14 22:29:16.118 INFO O| Aug 14 22:29:16.118 INFO ok!
76912024-08-14T22:29:17.477Z[ recovery-image] Aug 14 22:29:16.118 INFO O| Aug 14 22:29:16.118 INFO STEP 28 (ensure_file) COMPLETE
76922024-08-14T22:29:17.477Z[ recovery-image] Aug 14 22:29:16.118 INFO O| Aug 14 22:29:16.118 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76932024-08-14T22:29:17.485Z[ recovery-image] Aug 14 22:29:16.129 INFO O| Aug 14 22:29:16.128 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76942024-08-14T22:29:17.485Z[ recovery-image] Aug 14 22:29:16.129 INFO O| Aug 14 22:29:16.129 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76952024-08-14T22:29:17.485Z[ recovery-image] Aug 14 22:29:16.129 INFO O| Aug 14 22:29:16.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76962024-08-14T22:29:17.488Z[ recovery-image] Aug 14 22:29:16.129 INFO O| Aug 14 22:29:16.129 INFO ok!
76972024-08-14T22:29:17.488Z[ recovery-image] Aug 14 22:29:16.129 INFO O| Aug 14 22:29:16.129 INFO STEP 29 (ensure_file) COMPLETE
76982024-08-14T22:29:17.488Z[ recovery-image] Aug 14 22:29:16.129 INFO O| Aug 14 22:29:16.129 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76992024-08-14T22:29:17.497Z[ recovery-image] Aug 14 22:29:16.140 INFO O| Aug 14 22:29:16.140 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77002024-08-14T22:29:17.497Z[ recovery-image] Aug 14 22:29:16.140 INFO O| Aug 14 22:29:16.140 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77012024-08-14T22:29:17.499Z[ recovery-image] Aug 14 22:29:16.141 INFO O| Aug 14 22:29:16.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77022024-08-14T22:29:17.499Z[ recovery-image] Aug 14 22:29:16.141 INFO O| Aug 14 22:29:16.141 INFO ok!
77032024-08-14T22:29:17.499Z[ recovery-image] Aug 14 22:29:16.141 INFO O| Aug 14 22:29:16.141 INFO STEP 30 (ensure_file) COMPLETE
77042024-08-14T22:29:17.499Z[ recovery-image] Aug 14 22:29:16.141 INFO O| Aug 14 22:29:16.141 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77052024-08-14T22:29:17.508Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.151 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77062024-08-14T22:29:17.508Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.152 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77072024-08-14T22:29:17.508Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77082024-08-14T22:29:17.511Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77092024-08-14T22:29:17.511Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.152 INFO ok!
77102024-08-14T22:29:17.511Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.152 INFO STEP 31 (ensure_file) COMPLETE
77112024-08-14T22:29:17.511Z[ recovery-image] Aug 14 22:29:16.152 INFO O| Aug 14 22:29:16.152 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77122024-08-14T22:29:17.518Z[ recovery-image] Aug 14 22:29:16.162 INFO O| Aug 14 22:29:16.162 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77132024-08-14T22:29:17.518Z[ recovery-image] Aug 14 22:29:16.162 INFO O| Aug 14 22:29:16.162 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77142024-08-14T22:29:17.521Z[ recovery-image] Aug 14 22:29:16.162 INFO O| Aug 14 22:29:16.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77152024-08-14T22:29:17.521Z[ recovery-image] Aug 14 22:29:16.162 INFO O| Aug 14 22:29:16.162 INFO ok!
77162024-08-14T22:29:17.521Z[ recovery-image] Aug 14 22:29:16.162 INFO O| Aug 14 22:29:16.162 INFO STEP 32 (ensure_file) COMPLETE
77172024-08-14T22:29:17.521Z[ recovery-image] Aug 14 22:29:16.162 INFO O| Aug 14 22:29:16.162 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77182024-08-14T22:29:17.534Z[ recovery-image] Aug 14 22:29:16.177 INFO O| Aug 14 22:29:16.177 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77192024-08-14T22:29:17.534Z[ recovery-image] Aug 14 22:29:16.177 INFO O| Aug 14 22:29:16.177 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77202024-08-14T22:29:17.537Z[ recovery-image] Aug 14 22:29:16.177 INFO O| Aug 14 22:29:16.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77212024-08-14T22:29:17.537Z[ recovery-image] Aug 14 22:29:16.177 INFO O| Aug 14 22:29:16.177 INFO ok!
77222024-08-14T22:29:17.537Z[ recovery-image] Aug 14 22:29:16.177 INFO O| Aug 14 22:29:16.177 INFO STEP 33 (ensure_file) COMPLETE
77232024-08-14T22:29:17.537Z[ recovery-image] Aug 14 22:29:16.177 INFO O| Aug 14 22:29:16.177 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77242024-08-14T22:29:17.545Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.188 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77252024-08-14T22:29:17.545Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77262024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77272024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77282024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77292024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77302024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO ok!
77312024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO STEP 34 (ensure_file) COMPLETE
77322024-08-14T22:29:17.549Z[ recovery-image] Aug 14 22:29:16.189 INFO O| Aug 14 22:29:16.189 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77332024-08-14T22:29:17.556Z[ recovery-image] Aug 14 22:29:16.200 INFO O| Aug 14 22:29:16.200 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77342024-08-14T22:29:17.559Z[ recovery-image] Aug 14 22:29:16.200 INFO O| Aug 14 22:29:16.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77352024-08-14T22:29:17.559Z[ recovery-image] Aug 14 22:29:16.200 INFO O| Aug 14 22:29:16.200 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77362024-08-14T22:29:17.559Z[ recovery-image] Aug 14 22:29:16.200 INFO O| Aug 14 22:29:16.200 INFO STEP 35 (ensure_dir) COMPLETE
77372024-08-14T22:29:17.559Z[ recovery-image] Aug 14 22:29:16.200 INFO O| Aug 14 22:29:16.200 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77382024-08-14T22:29:17.568Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
77392024-08-14T22:29:17.568Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77402024-08-14T22:29:17.568Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77412024-08-14T22:29:17.570Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77422024-08-14T22:29:17.570Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77432024-08-14T22:29:17.570Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77442024-08-14T22:29:17.570Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO ok!
77452024-08-14T22:29:17.570Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO STEP 36 (ensure_file) COMPLETE
77462024-08-14T22:29:17.570Z[ recovery-image] Aug 14 22:29:16.211 INFO O| Aug 14 22:29:16.211 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77472024-08-14T22:29:17.578Z[ recovery-image] Aug 14 22:29:16.222 INFO O| Aug 14 22:29:16.222 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77482024-08-14T22:29:17.578Z[ recovery-image] Aug 14 22:29:16.222 INFO O| Aug 14 22:29:16.222 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77492024-08-14T22:29:17.580Z[ recovery-image] Aug 14 22:29:16.222 INFO O| Aug 14 22:29:16.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77502024-08-14T22:29:17.580Z[ recovery-image] Aug 14 22:29:16.222 INFO O| Aug 14 22:29:16.222 INFO ok!
77512024-08-14T22:29:17.581Z[ recovery-image] Aug 14 22:29:16.222 INFO O| Aug 14 22:29:16.222 INFO STEP 37 (ensure_symlink) COMPLETE
77522024-08-14T22:29:17.581Z[ recovery-image] Aug 14 22:29:16.222 INFO O| Aug 14 22:29:16.222 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77532024-08-14T22:29:17.588Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77542024-08-14T22:29:17.589Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77552024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77562024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77572024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77582024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77592024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO ok!
77602024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO STEP 38 (ensure_file) COMPLETE
77612024-08-14T22:29:17.591Z[ recovery-image] Aug 14 22:29:16.232 INFO O| Aug 14 22:29:16.232 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77622024-08-14T22:29:17.599Z[ recovery-image] Aug 14 22:29:16.242 INFO O| Aug 14 22:29:16.242 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77632024-08-14T22:29:17.599Z[ recovery-image] Aug 14 22:29:16.242 INFO O| Aug 14 22:29:16.242 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
77642024-08-14T22:29:17.602Z[ recovery-image] Aug 14 22:29:16.243 INFO O| Aug 14 22:29:16.242 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77652024-08-14T22:29:17.602Z[ recovery-image] Aug 14 22:29:16.243 INFO O| Aug 14 22:29:16.243 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77662024-08-14T22:29:17.602Z[ recovery-image] Aug 14 22:29:16.243 INFO O| Aug 14 22:29:16.243 INFO ok!
77672024-08-14T22:29:17.602Z[ recovery-image] Aug 14 22:29:16.243 INFO O| Aug 14 22:29:16.243 INFO STEP 39 (ensure_file) COMPLETE
77682024-08-14T22:29:17.602Z[ recovery-image] Aug 14 22:29:16.243 INFO O| Aug 14 22:29:16.243 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77692024-08-14T22:29:17.610Z[ recovery-image] Aug 14 22:29:16.254 INFO O| Aug 14 22:29:16.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77702024-08-14T22:29:17.610Z[ recovery-image] Aug 14 22:29:16.254 INFO O| Aug 14 22:29:16.254 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77712024-08-14T22:29:17.613Z[ recovery-image] Aug 14 22:29:16.254 INFO O| Aug 14 22:29:16.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77722024-08-14T22:29:17.613Z[ recovery-image] Aug 14 22:29:16.254 INFO O| Aug 14 22:29:16.254 INFO ok!
77732024-08-14T22:29:17.613Z[ recovery-image] Aug 14 22:29:16.254 INFO O| Aug 14 22:29:16.254 INFO STEP 40 (ensure_file) COMPLETE
77742024-08-14T22:29:17.613Z[ recovery-image] Aug 14 22:29:16.254 INFO O| Aug 14 22:29:16.254 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77752024-08-14T22:29:17.622Z[ recovery-image] Aug 14 22:29:16.265 INFO O| Aug 14 22:29:16.265 INFO updating shadow file
77762024-08-14T22:29:17.622Z[ recovery-image] Aug 14 22:29:16.265 INFO O| Aug 14 22:29:16.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77772024-08-14T22:29:17.624Z[ recovery-image] Aug 14 22:29:16.265 INFO O| Aug 14 22:29:16.265 INFO STEP 41 (shadow) COMPLETE
77782024-08-14T22:29:17.625Z[ recovery-image] Aug 14 22:29:16.265 INFO O| Aug 14 22:29:16.265 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77792024-08-14T22:29:17.634Z[ recovery-image] Aug 14 22:29:16.277 INFO O| Aug 14 22:29:16.277 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77802024-08-14T22:29:17.634Z[ recovery-image] Aug 14 22:29:16.277 INFO O| Aug 14 22:29:16.277 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77812024-08-14T22:29:17.636Z[ recovery-image] Aug 14 22:29:16.278 INFO O| Aug 14 22:29:16.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77822024-08-14T22:29:17.636Z[ recovery-image] Aug 14 22:29:16.278 INFO O| Aug 14 22:29:16.278 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77832024-08-14T22:29:17.636Z[ recovery-image] Aug 14 22:29:16.278 INFO O| Aug 14 22:29:16.278 INFO ok!
77842024-08-14T22:29:17.636Z[ recovery-image] Aug 14 22:29:16.278 INFO O| Aug 14 22:29:16.278 INFO STEP 42 (ensure_file) COMPLETE
77852024-08-14T22:29:17.636Z[ recovery-image] Aug 14 22:29:16.278 INFO O| Aug 14 22:29:16.278 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77862024-08-14T22:29:17.645Z[ recovery-image] Aug 14 22:29:16.289 INFO O| Aug 14 22:29:16.289 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77872024-08-14T22:29:17.646Z[ recovery-image] Aug 14 22:29:16.289 INFO O| Aug 14 22:29:16.289 INFO STEP 43 (ensure_dir) COMPLETE
77882024-08-14T22:29:17.648Z[ recovery-image] Aug 14 22:29:16.289 INFO O| Aug 14 22:29:16.289 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77892024-08-14T22:29:17.657Z[ recovery-image] Aug 14 22:29:16.301 INFO O| Aug 14 22:29:16.300 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77902024-08-14T22:29:17.657Z[ recovery-image] Aug 14 22:29:16.301 INFO O| Aug 14 22:29:16.301 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77912024-08-14T22:29:17.660Z[ recovery-image] Aug 14 22:29:16.301 INFO O| Aug 14 22:29:16.301 INFO STEP 44 (ensure_dir) COMPLETE
77922024-08-14T22:29:17.660Z[ recovery-image] Aug 14 22:29:16.301 INFO O| Aug 14 22:29:16.301 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77932024-08-14T22:29:17.668Z[ recovery-image] Aug 14 22:29:16.311 INFO O| Aug 14 22:29:16.311 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77942024-08-14T22:29:17.670Z[ recovery-image] Aug 14 22:29:16.311 INFO O| Aug 14 22:29:16.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77952024-08-14T22:29:17.670Z[ recovery-image] Aug 14 22:29:16.311 INFO O| Aug 14 22:29:16.311 INFO STEP 45 (ensure_dir) COMPLETE
77962024-08-14T22:29:17.670Z[ recovery-image] Aug 14 22:29:16.311 INFO O| Aug 14 22:29:16.311 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77972024-08-14T22:29:17.679Z[ recovery-image] Aug 14 22:29:16.322 INFO O| Aug 14 22:29:16.322 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77982024-08-14T22:29:17.679Z[ recovery-image] Aug 14 22:29:16.322 INFO O| Aug 14 22:29:16.322 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77992024-08-14T22:29:17.706Z[ recovery-image] Aug 14 22:29:16.349 INFO O| Aug 14 22:29:16.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78002024-08-14T22:29:17.706Z[ recovery-image] Aug 14 22:29:16.349 INFO O| Aug 14 22:29:16.349 INFO ok!
78012024-08-14T22:29:17.706Z[ recovery-image] Aug 14 22:29:16.349 INFO O| Aug 14 22:29:16.349 INFO STEP 46 (ensure_file) COMPLETE
78022024-08-14T22:29:17.706Z[ recovery-image] Aug 14 22:29:16.349 INFO O| Aug 14 22:29:16.349 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78032024-08-14T22:29:17.717Z[ recovery-image] Aug 14 22:29:16.360 INFO O| Aug 14 22:29:16.360 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78042024-08-14T22:29:17.717Z[ recovery-image] Aug 14 22:29:16.360 INFO O| Aug 14 22:29:16.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78052024-08-14T22:29:17.720Z[ recovery-image] Aug 14 22:29:16.360 INFO O| Aug 14 22:29:16.360 INFO STEP 47 (ensure_dir) COMPLETE
78062024-08-14T22:29:17.720Z[ recovery-image] Aug 14 22:29:16.360 INFO O| Aug 14 22:29:16.360 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78072024-08-14T22:29:17.727Z[ recovery-image] Aug 14 22:29:16.371 INFO O| Aug 14 22:29:16.371 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78082024-08-14T22:29:17.727Z[ recovery-image] Aug 14 22:29:16.371 INFO O| Aug 14 22:29:16.371 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78092024-08-14T22:29:17.730Z[ recovery-image] Aug 14 22:29:16.371 INFO O| Aug 14 22:29:16.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78102024-08-14T22:29:17.730Z[ recovery-image] Aug 14 22:29:16.371 INFO O| Aug 14 22:29:16.371 INFO ok!
78112024-08-14T22:29:17.730Z[ recovery-image] Aug 14 22:29:16.371 INFO O| Aug 14 22:29:16.371 INFO STEP 48 (ensure_file) COMPLETE
78122024-08-14T22:29:17.730Z[ recovery-image] Aug 14 22:29:16.371 INFO O| Aug 14 22:29:16.371 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78132024-08-14T22:29:17.738Z[ recovery-image] Aug 14 22:29:16.382 INFO O| Aug 14 22:29:16.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78142024-08-14T22:29:17.738Z[ recovery-image] Aug 14 22:29:16.382 INFO O| Aug 14 22:29:16.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78152024-08-14T22:29:17.738Z[ recovery-image] Aug 14 22:29:16.382 INFO O| Aug 14 22:29:16.382 INFO STEP 49 (ensure_dir) COMPLETE
78162024-08-14T22:29:17.741Z[ recovery-image] Aug 14 22:29:16.382 INFO O| Aug 14 22:29:16.382 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78172024-08-14T22:29:17.749Z[ recovery-image] Aug 14 22:29:16.392 INFO O| Aug 14 22:29:16.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78182024-08-14T22:29:17.749Z[ recovery-image] Aug 14 22:29:16.393 INFO O| Aug 14 22:29:16.392 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78192024-08-14T22:29:17.763Z[ recovery-image] Aug 14 22:29:16.406 INFO O| Aug 14 22:29:16.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78202024-08-14T22:29:17.765Z[ recovery-image] Aug 14 22:29:16.406 INFO O| Aug 14 22:29:16.406 INFO ok!
78212024-08-14T22:29:17.765Z[ recovery-image] Aug 14 22:29:16.406 INFO O| Aug 14 22:29:16.406 INFO STEP 50 (ensure_file) COMPLETE
78222024-08-14T22:29:17.765Z[ recovery-image] Aug 14 22:29:16.406 INFO O| Aug 14 22:29:16.406 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-14T22:29:17.773Z[ recovery-image] Aug 14 22:29:16.416 INFO O| Aug 14 22:29:16.416 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78242024-08-14T22:29:17.773Z[ recovery-image] Aug 14 22:29:16.416 INFO O| Aug 14 22:29:16.416 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78252024-08-14T22:29:18.366Z[ recovery-image] Aug 14 22:29:17.009 INFO O| Aug 14 22:29:17.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78262024-08-14T22:29:18.366Z[ recovery-image] Aug 14 22:29:17.009 INFO O| Aug 14 22:29:17.009 INFO ok!
78272024-08-14T22:29:18.369Z[ recovery-image] Aug 14 22:29:17.009 INFO O| Aug 14 22:29:17.009 INFO STEP 51 (ensure_file) COMPLETE
78282024-08-14T22:29:18.369Z[ recovery-image] Aug 14 22:29:17.009 INFO O| Aug 14 22:29:17.009 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-14T22:29:18.381Z[ recovery-image] Aug 14 22:29:17.023 INFO O| Aug 14 22:29:17.023 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78302024-08-14T22:29:18.381Z[ recovery-image] Aug 14 22:29:17.023 INFO O| Aug 14 22:29:17.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78312024-08-14T22:29:18.384Z[ recovery-image] Aug 14 22:29:17.023 INFO O| Aug 14 22:29:17.023 INFO STEP 52 (ensure_dir) COMPLETE
78322024-08-14T22:29:18.384Z[ recovery-image] Aug 14 22:29:17.023 INFO O| Aug 14 22:29:17.023 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78332024-08-14T22:29:18.393Z[ recovery-image] Aug 14 22:29:17.037 INFO O| Aug 14 22:29:17.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78342024-08-14T22:29:18.394Z[ recovery-image] Aug 14 22:29:17.037 INFO O| Aug 14 22:29:17.037 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
78352024-08-14T22:29:18.396Z[ recovery-image] Aug 14 22:29:17.037 INFO O| Aug 14 22:29:17.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
78362024-08-14T22:29:18.396Z[ recovery-image] Aug 14 22:29:17.037 INFO O| Aug 14 22:29:17.037 INFO ok!
78372024-08-14T22:29:18.396Z[ recovery-image] Aug 14 22:29:17.037 INFO O| Aug 14 22:29:17.037 INFO STEP 53 (ensure_file) COMPLETE
78382024-08-14T22:29:18.396Z[ recovery-image] Aug 14 22:29:17.037 INFO O| Aug 14 22:29:17.037 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78392024-08-14T22:29:18.406Z[ recovery-image] Aug 14 22:29:17.049 INFO O| Aug 14 22:29:17.049 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78402024-08-14T22:29:18.406Z[ recovery-image] Aug 14 22:29:17.049 INFO O| Aug 14 22:29:17.049 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
78412024-08-14T22:29:18.408Z[ recovery-image] Aug 14 22:29:17.049 INFO O| Aug 14 22:29:17.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
78422024-08-14T22:29:18.408Z[ recovery-image] Aug 14 22:29:17.050 INFO O| Aug 14 22:29:17.049 INFO ok!
78432024-08-14T22:29:18.409Z[ recovery-image] Aug 14 22:29:17.050 INFO O| Aug 14 22:29:17.049 INFO STEP 54 (ensure_file) COMPLETE
78442024-08-14T22:29:18.409Z[ recovery-image] Aug 14 22:29:17.050 INFO O| Aug 14 22:29:17.049 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78452024-08-14T22:29:18.419Z[ recovery-image] Aug 14 22:29:17.062 INFO O| Aug 14 22:29:17.062 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78462024-08-14T22:29:18.419Z[ recovery-image] Aug 14 22:29:17.062 INFO O| Aug 14 22:29:17.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78472024-08-14T22:29:18.421Z[ recovery-image] Aug 14 22:29:17.062 INFO O| Aug 14 22:29:17.062 INFO STEP 55 (ensure_dir) COMPLETE
78482024-08-14T22:29:18.421Z[ recovery-image] Aug 14 22:29:17.062 INFO O| Aug 14 22:29:17.062 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78492024-08-14T22:29:18.433Z[ recovery-image] Aug 14 22:29:17.076 INFO O| Aug 14 22:29:17.076 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78502024-08-14T22:29:18.435Z[ recovery-image] Aug 14 22:29:17.076 INFO O| Aug 14 22:29:17.076 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
78512024-08-14T22:29:18.435Z[ recovery-image] Aug 14 22:29:17.076 INFO O| Aug 14 22:29:17.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78522024-08-14T22:29:18.435Z[ recovery-image] Aug 14 22:29:17.076 INFO O| Aug 14 22:29:17.076 INFO ok!
78532024-08-14T22:29:18.435Z[ recovery-image] Aug 14 22:29:17.076 INFO O| Aug 14 22:29:17.076 INFO STEP 56 (ensure_file) COMPLETE
78542024-08-14T22:29:18.435Z[ recovery-image] Aug 14 22:29:17.076 INFO O| Aug 14 22:29:17.076 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78552024-08-14T22:29:18.447Z[ recovery-image] Aug 14 22:29:17.090 INFO O| Aug 14 22:29:17.090 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78562024-08-14T22:29:18.447Z[ recovery-image] Aug 14 22:29:17.090 INFO O| Aug 14 22:29:17.090 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
78572024-08-14T22:29:18.449Z[ recovery-image] Aug 14 22:29:17.090 INFO O| Aug 14 22:29:17.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
78582024-08-14T22:29:18.449Z[ recovery-image] Aug 14 22:29:17.090 INFO O| Aug 14 22:29:17.090 INFO ok!
78592024-08-14T22:29:18.449Z[ recovery-image] Aug 14 22:29:17.090 INFO O| Aug 14 22:29:17.090 INFO STEP 57 (ensure_file) COMPLETE
78602024-08-14T22:29:18.449Z[ recovery-image] Aug 14 22:29:17.090 INFO O| Aug 14 22:29:17.090 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78612024-08-14T22:29:18.459Z[ recovery-image] Aug 14 22:29:17.102 INFO O| Aug 14 22:29:17.102 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78622024-08-14T22:29:18.459Z[ recovery-image] Aug 14 22:29:17.103 INFO O| Aug 14 22:29:17.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78632024-08-14T22:29:18.462Z[ recovery-image] Aug 14 22:29:17.103 INFO O| Aug 14 22:29:17.103 INFO STEP 58 (ensure_dir) COMPLETE
78642024-08-14T22:29:18.462Z[ recovery-image] Aug 14 22:29:17.103 INFO O| Aug 14 22:29:17.103 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78652024-08-14T22:29:18.471Z[ recovery-image] Aug 14 22:29:17.114 INFO O| Aug 14 22:29:17.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78662024-08-14T22:29:18.471Z[ recovery-image] Aug 14 22:29:17.114 INFO O| Aug 14 22:29:17.114 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
78672024-08-14T22:29:18.473Z[ recovery-image] Aug 14 22:29:17.114 INFO O| Aug 14 22:29:17.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78682024-08-14T22:29:18.473Z[ recovery-image] Aug 14 22:29:17.114 INFO O| Aug 14 22:29:17.114 INFO ok!
78692024-08-14T22:29:18.473Z[ recovery-image] Aug 14 22:29:17.114 INFO O| Aug 14 22:29:17.114 INFO STEP 59 (ensure_file) COMPLETE
78702024-08-14T22:29:18.473Z[ recovery-image] Aug 14 22:29:17.114 INFO O| Aug 14 22:29:17.114 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78712024-08-14T22:29:18.483Z[ recovery-image] Aug 14 22:29:17.126 INFO O| Aug 14 22:29:17.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78722024-08-14T22:29:18.483Z[ recovery-image] Aug 14 22:29:17.126 INFO O| Aug 14 22:29:17.126 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78732024-08-14T22:29:18.483Z[ recovery-image] Aug 14 22:29:17.126 INFO O| Aug 14 22:29:17.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78742024-08-14T22:29:18.485Z[ recovery-image] Aug 14 22:29:17.126 INFO O| Aug 14 22:29:17.126 INFO ok!
78752024-08-14T22:29:18.485Z[ recovery-image] Aug 14 22:29:17.126 INFO O| Aug 14 22:29:17.126 INFO STEP 60 (ensure_file) COMPLETE
78762024-08-14T22:29:18.485Z[ recovery-image] Aug 14 22:29:17.126 INFO O| Aug 14 22:29:17.126 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78772024-08-14T22:29:18.494Z[ recovery-image] Aug 14 22:29:17.137 INFO O| Aug 14 22:29:17.137 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78782024-08-14T22:29:18.494Z[ recovery-image] Aug 14 22:29:17.137 INFO O| Aug 14 22:29:17.137 INFO STEP 61 (ensure_dir) COMPLETE
78792024-08-14T22:29:18.496Z[ recovery-image] Aug 14 22:29:17.137 INFO O| Aug 14 22:29:17.137 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78802024-08-14T22:29:18.505Z[ recovery-image] Aug 14 22:29:17.148 INFO O| Aug 14 22:29:17.148 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78812024-08-14T22:29:18.505Z[ recovery-image] Aug 14 22:29:17.148 INFO O| Aug 14 22:29:17.148 INFO STEP 62 (ensure_dir) COMPLETE
78822024-08-14T22:29:18.507Z[ recovery-image] Aug 14 22:29:17.148 INFO O| Aug 14 22:29:17.148 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78832024-08-14T22:29:18.515Z[ recovery-image] Aug 14 22:29:17.158 INFO O| Aug 14 22:29:17.158 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78842024-08-14T22:29:18.515Z[ recovery-image] Aug 14 22:29:17.158 INFO O| Aug 14 22:29:17.158 INFO STEP 63 (ensure_dir) COMPLETE
78852024-08-14T22:29:18.517Z[ recovery-image] Aug 14 22:29:17.158 INFO O| Aug 14 22:29:17.158 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78862024-08-14T22:29:18.524Z[ recovery-image] Aug 14 22:29:17.168 INFO O| Aug 14 22:29:17.168 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78872024-08-14T22:29:18.524Z[ recovery-image] Aug 14 22:29:17.168 INFO O| Aug 14 22:29:17.168 INFO STEP 64 (ensure_dir) COMPLETE
78882024-08-14T22:29:18.527Z[ recovery-image] Aug 14 22:29:17.168 INFO O| Aug 14 22:29:17.168 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78892024-08-14T22:29:18.535Z[ recovery-image] Aug 14 22:29:17.178 INFO O| Aug 14 22:29:17.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78902024-08-14T22:29:18.535Z[ recovery-image] Aug 14 22:29:17.178 INFO O| Aug 14 22:29:17.178 INFO copying /tmp/.tmpOW0RJm/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78912024-08-14T22:29:18.537Z[ recovery-image] Aug 14 22:29:17.178 INFO O| Aug 14 22:29:17.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78922024-08-14T22:29:18.537Z[ recovery-image] Aug 14 22:29:17.178 INFO O| Aug 14 22:29:17.178 INFO ok!
78932024-08-14T22:29:18.537Z[ recovery-image] Aug 14 22:29:17.178 INFO O| Aug 14 22:29:17.178 INFO STEP 65 (ensure_file) COMPLETE
78942024-08-14T22:29:18.537Z[ recovery-image] Aug 14 22:29:17.178 INFO O| Aug 14 22:29:17.178 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78952024-08-14T22:29:18.544Z[ recovery-image] Aug 14 22:29:17.188 INFO O| Aug 14 22:29:17.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78962024-08-14T22:29:18.547Z[ recovery-image] Aug 14 22:29:17.188 INFO O| Aug 14 22:29:17.188 INFO STEP 66 (remove_files) COMPLETE
78972024-08-14T22:29:18.547Z[ recovery-image] Aug 14 22:29:17.188 INFO O| Aug 14 22:29:17.188 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78982024-08-14T22:29:18.555Z[ recovery-image] Aug 14 22:29:17.198 INFO O| Aug 14 22:29:17.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78992024-08-14T22:29:18.557Z[ recovery-image] Aug 14 22:29:17.198 INFO O| Aug 14 22:29:17.198 INFO STEP 67 (remove_files) COMPLETE
79002024-08-14T22:29:18.557Z[ recovery-image] Aug 14 22:29:17.198 INFO O| Aug 14 22:29:17.198 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79012024-08-14T22:29:18.565Z[ recovery-image] Aug 14 22:29:17.208 INFO O| Aug 14 22:29:17.208 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79022024-08-14T22:29:18.567Z[ recovery-image] Aug 14 22:29:17.208 INFO O| Aug 14 22:29:17.208 INFO STEP 68 (remove_files) COMPLETE
79032024-08-14T22:29:18.567Z[ recovery-image] Aug 14 22:29:17.208 INFO O| Aug 14 22:29:17.208 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-14T22:29:18.575Z[ recovery-image] Aug 14 22:29:17.219 INFO O| Aug 14 22:29:17.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79052024-08-14T22:29:18.577Z[ recovery-image] Aug 14 22:29:17.219 INFO O| Aug 14 22:29:17.219 INFO STEP 69 (remove_files) COMPLETE
79062024-08-14T22:29:18.578Z[ recovery-image] Aug 14 22:29:17.219 INFO O| Aug 14 22:29:17.219 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-14T22:29:18.585Z[ recovery-image] Aug 14 22:29:17.229 INFO O| Aug 14 22:29:17.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79082024-08-14T22:29:18.588Z[ recovery-image] Aug 14 22:29:17.229 INFO O| Aug 14 22:29:17.229 INFO STEP 70 (remove_files) COMPLETE
79092024-08-14T22:29:18.588Z[ recovery-image] Aug 14 22:29:17.229 INFO O| Aug 14 22:29:17.229 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-14T22:29:18.598Z[ recovery-image] Aug 14 22:29:17.241 INFO O| Aug 14 22:29:17.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79112024-08-14T22:29:18.600Z[ recovery-image] Aug 14 22:29:17.242 INFO O| Aug 14 22:29:17.242 INFO STEP 71 (remove_files) COMPLETE
79122024-08-14T22:29:18.600Z[ recovery-image] Aug 14 22:29:17.242 INFO O| Aug 14 22:29:17.242 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-14T22:29:18.609Z[ recovery-image] Aug 14 22:29:17.252 INFO O| Aug 14 22:29:17.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79142024-08-14T22:29:18.609Z[ recovery-image] Aug 14 22:29:17.252 INFO O| Aug 14 22:29:17.252 INFO STEP 72 (remove_files) COMPLETE
79152024-08-14T22:29:18.611Z[ recovery-image] Aug 14 22:29:17.252 INFO O| Aug 14 22:29:17.252 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-14T22:29:18.619Z[ recovery-image] Aug 14 22:29:17.262 INFO O| Aug 14 22:29:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79172024-08-14T22:29:18.619Z[ recovery-image] Aug 14 22:29:17.263 INFO O| Aug 14 22:29:17.263 INFO STEP 73 (remove_files) COMPLETE
79182024-08-14T22:29:18.619Z[ recovery-image] Aug 14 22:29:17.263 INFO O| Aug 14 22:29:17.263 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-14T22:29:18.629Z[ recovery-image] Aug 14 22:29:17.273 INFO O| Aug 14 22:29:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79202024-08-14T22:29:18.632Z[ recovery-image] Aug 14 22:29:17.273 INFO O| Aug 14 22:29:17.273 INFO STEP 74 (remove_files) COMPLETE
79212024-08-14T22:29:18.632Z[ recovery-image] Aug 14 22:29:17.273 INFO O| Aug 14 22:29:17.273 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-14T22:29:18.641Z[ recovery-image] Aug 14 22:29:17.284 INFO O| Aug 14 22:29:17.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79232024-08-14T22:29:18.641Z[ recovery-image] Aug 14 22:29:17.284 INFO O| Aug 14 22:29:17.284 INFO STEP 75 (remove_files) COMPLETE
79242024-08-14T22:29:18.643Z[ recovery-image] Aug 14 22:29:17.284 INFO O| Aug 14 22:29:17.284 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-14T22:29:18.653Z[ recovery-image] Aug 14 22:29:17.296 INFO O| Aug 14 22:29:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79262024-08-14T22:29:18.653Z[ recovery-image] Aug 14 22:29:17.296 INFO O| Aug 14 22:29:17.296 INFO STEP 76 (remove_files) COMPLETE
79272024-08-14T22:29:18.654Z[ recovery-image] Aug 14 22:29:17.296 INFO O| Aug 14 22:29:17.296 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-14T22:29:18.666Z[ recovery-image] Aug 14 22:29:17.309 INFO O| Aug 14 22:29:17.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79292024-08-14T22:29:18.666Z[ recovery-image] Aug 14 22:29:17.310 INFO O| Aug 14 22:29:17.310 INFO STEP 77 (remove_files) COMPLETE
79302024-08-14T22:29:18.666Z[ recovery-image] Aug 14 22:29:17.310 INFO O| Aug 14 22:29:17.310 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-14T22:29:18.678Z[ recovery-image] Aug 14 22:29:17.321 INFO O| Aug 14 22:29:17.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79322024-08-14T22:29:18.678Z[ recovery-image] Aug 14 22:29:17.321 INFO O| Aug 14 22:29:17.321 INFO STEP 78 (remove_files) COMPLETE
79332024-08-14T22:29:18.678Z[ recovery-image] Aug 14 22:29:17.321 INFO O| Aug 14 22:29:17.321 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-14T22:29:18.689Z[ recovery-image] Aug 14 22:29:17.332 INFO O| Aug 14 22:29:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79352024-08-14T22:29:18.689Z[ recovery-image] Aug 14 22:29:17.333 INFO O| Aug 14 22:29:17.333 INFO STEP 79 (remove_files) COMPLETE
79362024-08-14T22:29:18.689Z[ recovery-image] Aug 14 22:29:17.333 INFO O| Aug 14 22:29:17.333 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-14T22:29:18.700Z[ recovery-image] Aug 14 22:29:17.343 INFO O| Aug 14 22:29:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79382024-08-14T22:29:18.700Z[ recovery-image] Aug 14 22:29:17.344 INFO O| Aug 14 22:29:17.344 INFO STEP 80 (remove_files) COMPLETE
79392024-08-14T22:29:18.700Z[ recovery-image] Aug 14 22:29:17.344 INFO O| Aug 14 22:29:17.344 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-14T22:29:18.712Z[ recovery-image] Aug 14 22:29:17.355 INFO O| Aug 14 22:29:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79412024-08-14T22:29:18.712Z[ recovery-image] Aug 14 22:29:17.355 INFO O| Aug 14 22:29:17.355 INFO STEP 81 (remove_files) COMPLETE
79422024-08-14T22:29:18.712Z[ recovery-image] Aug 14 22:29:17.355 INFO O| Aug 14 22:29:17.355 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-14T22:29:18.723Z[ recovery-image] Aug 14 22:29:17.366 INFO O| Aug 14 22:29:17.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79442024-08-14T22:29:18.723Z[ recovery-image] Aug 14 22:29:17.367 INFO O| Aug 14 22:29:17.366 INFO STEP 82 (remove_files) COMPLETE
79452024-08-14T22:29:18.723Z[ recovery-image] Aug 14 22:29:17.367 INFO O| Aug 14 22:29:17.367 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-14T22:29:18.735Z[ recovery-image] Aug 14 22:29:17.378 INFO O| Aug 14 22:29:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79472024-08-14T22:29:18.735Z[ recovery-image] Aug 14 22:29:17.378 INFO O| Aug 14 22:29:17.378 INFO STEP 83 (remove_files) COMPLETE
79482024-08-14T22:29:18.735Z[ recovery-image] Aug 14 22:29:17.378 INFO O| Aug 14 22:29:17.378 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-14T22:29:18.745Z[ recovery-image] Aug 14 22:29:17.388 INFO O| Aug 14 22:29:17.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79502024-08-14T22:29:18.745Z[ recovery-image] Aug 14 22:29:17.389 INFO O| Aug 14 22:29:17.389 INFO STEP 84 (remove_files) COMPLETE
79512024-08-14T22:29:18.748Z[ recovery-image] Aug 14 22:29:17.389 INFO O| Aug 14 22:29:17.389 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-14T22:29:18.755Z[ recovery-image] Aug 14 22:29:17.398 INFO O| Aug 14 22:29:17.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79532024-08-14T22:29:18.758Z[ recovery-image] Aug 14 22:29:17.398 INFO O| Aug 14 22:29:17.398 INFO STEP 85 (remove_files) COMPLETE
79542024-08-14T22:29:18.758Z[ recovery-image] Aug 14 22:29:17.398 INFO O| Aug 14 22:29:17.398 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-14T22:29:18.765Z[ recovery-image] Aug 14 22:29:17.408 INFO O| Aug 14 22:29:17.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79562024-08-14T22:29:18.767Z[ recovery-image] Aug 14 22:29:17.408 INFO O| Aug 14 22:29:17.408 INFO STEP 86 (remove_files) COMPLETE
79572024-08-14T22:29:18.767Z[ recovery-image] Aug 14 22:29:17.408 INFO O| Aug 14 22:29:17.408 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-14T22:29:18.775Z[ recovery-image] Aug 14 22:29:17.418 INFO O| Aug 14 22:29:17.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79592024-08-14T22:29:18.775Z[ recovery-image] Aug 14 22:29:17.418 INFO O| Aug 14 22:29:17.418 INFO STEP 87 (remove_files) COMPLETE
79602024-08-14T22:29:18.775Z[ recovery-image] Aug 14 22:29:17.418 INFO O| Aug 14 22:29:17.418 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-14T22:29:18.787Z[ recovery-image] Aug 14 22:29:17.430 INFO O| Aug 14 22:29:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79622024-08-14T22:29:18.787Z[ recovery-image] Aug 14 22:29:17.430 INFO O| Aug 14 22:29:17.430 INFO STEP 88 (remove_files) COMPLETE
79632024-08-14T22:29:18.789Z[ recovery-image] Aug 14 22:29:17.430 INFO O| Aug 14 22:29:17.430 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-14T22:29:18.800Z[ recovery-image] Aug 14 22:29:17.443 INFO O| Aug 14 22:29:17.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79652024-08-14T22:29:18.800Z[ recovery-image] Aug 14 22:29:17.443 INFO O| Aug 14 22:29:17.443 INFO STEP 89 (remove_files) COMPLETE
79662024-08-14T22:29:18.800Z[ recovery-image] Aug 14 22:29:17.443 INFO O| Aug 14 22:29:17.443 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-14T22:29:18.810Z[ recovery-image] Aug 14 22:29:17.453 INFO O| Aug 14 22:29:17.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79682024-08-14T22:29:18.810Z[ recovery-image] Aug 14 22:29:17.453 INFO O| Aug 14 22:29:17.453 INFO STEP 90 (remove_files) COMPLETE
79692024-08-14T22:29:18.812Z[ recovery-image] Aug 14 22:29:17.453 INFO O| Aug 14 22:29:17.453 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-14T22:29:18.820Z[ recovery-image] Aug 14 22:29:17.463 INFO O| Aug 14 22:29:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79712024-08-14T22:29:18.820Z[ recovery-image] Aug 14 22:29:17.463 INFO O| Aug 14 22:29:17.463 INFO STEP 91 (remove_files) COMPLETE
79722024-08-14T22:29:18.820Z[ recovery-image] Aug 14 22:29:17.463 INFO O| Aug 14 22:29:17.463 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-14T22:29:18.831Z[ recovery-image] Aug 14 22:29:17.474 INFO O| Aug 14 22:29:17.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79742024-08-14T22:29:18.831Z[ recovery-image] Aug 14 22:29:17.474 INFO O| Aug 14 22:29:17.474 INFO STEP 92 (remove_files) COMPLETE
79752024-08-14T22:29:18.834Z[ recovery-image] Aug 14 22:29:17.474 INFO O| Aug 14 22:29:17.474 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-14T22:29:18.842Z[ recovery-image] Aug 14 22:29:17.485 INFO O| Aug 14 22:29:17.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79772024-08-14T22:29:18.844Z[ recovery-image] Aug 14 22:29:17.485 INFO O| Aug 14 22:29:17.485 INFO STEP 93 (remove_files) COMPLETE
79782024-08-14T22:29:18.845Z[ recovery-image] Aug 14 22:29:17.485 INFO O| Aug 14 22:29:17.485 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-14T22:29:18.853Z[ recovery-image] Aug 14 22:29:17.496 INFO O| Aug 14 22:29:17.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79802024-08-14T22:29:18.853Z[ recovery-image] Aug 14 22:29:17.496 INFO O| Aug 14 22:29:17.496 INFO STEP 94 (remove_files) COMPLETE
79812024-08-14T22:29:18.856Z[ recovery-image] Aug 14 22:29:17.496 INFO O| Aug 14 22:29:17.496 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79822024-08-14T22:29:18.871Z[ recovery-image] Aug 14 22:29:17.514 INFO O| Aug 14 22:29:17.514 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79832024-08-14T22:29:18.871Z[ recovery-image] Aug 14 22:29:17.514 INFO O| Aug 14 22:29:17.514 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
79842024-08-14T22:29:27.151Z[ recovery-image] Aug 14 22:29:25.792 INFO O| Aug 14 22:29:25.792 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
79852024-08-14T22:29:27.151Z[ recovery-image] Aug 14 22:29:25.792 INFO O| Aug 14 22:29:25.792 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79862024-08-14T22:29:27.163Z[ recovery-image] Aug 14 22:29:25.805 INFO O| Aug 14 22:29:25.805 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79872024-08-14T22:29:27.239Z[ recovery-image] Aug 14 22:29:25.881 INFO O| Aug 14 22:29:25.881 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79882024-08-14T22:29:27.239Z[ recovery-image] Aug 14 22:29:25.881 INFO O| Aug 14 22:29:25.881 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
79892024-08-14T22:29:27.242Z[ recovery-image] Aug 14 22:29:25.883 INFO O| Aug 14 22:29:25.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79902024-08-14T22:29:27.242Z[ recovery-image] Aug 14 22:29:25.883 INFO O| Aug 14 22:29:25.883 INFO ok!
79912024-08-14T22:29:27.242Z[ recovery-image] Aug 14 22:29:25.883 INFO O| Aug 14 22:29:25.883 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79922024-08-14T22:29:27.242Z[ recovery-image] Aug 14 22:29:25.883 INFO O| Aug 14 22:29:25.883 INFO STEP 95 (seed_smf) COMPLETE
79932024-08-14T22:29:27.242Z[ recovery-image] Aug 14 22:29:25.883 INFO O| Aug 14 22:29:25.883 INFO steps complete; finalising image!
79942024-08-14T22:29:27.242Z[ recovery-image] Aug 14 22:29:25.883 INFO O| Aug 14 22:29:25.883 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79952024-08-14T22:29:27.275Z[ recovery-image] Aug 14 22:29:25.916 INFO O| Aug 14 22:29:25.916 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Wed Aug 14 22:29:25 2024)
79962024-08-14T22:29:27.484Z[ recovery-image] Aug 14 22:29:26.126 INFO O| Aug 14 22:29:26.126 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Wed Aug 14 22:29:25 2024)
79972024-08-14T22:29:27.706Z[ recovery-image] Aug 14 22:29:26.347 INFO O| Aug 14 22:29:26.347 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
79982024-08-14T22:29:27.706Z[ recovery-image] Aug 14 22:29:26.347 INFO O| Aug 14 22:29:26.347 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79992024-08-14T22:29:27.938Z[ recovery-image] Aug 14 22:29:26.580 INFO O| Aug 14 22:29:26.580 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80002024-08-14T22:29:27.938Z[ recovery-image] Aug 14 22:29:26.580 INFO O| Aug 14 22:29:26.580 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80012024-08-14T22:29:30.935Z[ recovery-image] Aug 14 22:29:29.576 INFO O| Aug 14 22:29:29.576 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80022024-08-14T22:29:30.935Z[ recovery-image] Aug 14 22:29:29.576 INFO O| Aug 14 22:29:29.576 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80032024-08-14T22:29:30.938Z[ recovery-image] Aug 14 22:29:29.576 INFO O| Aug 14 22:29:29.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80042024-08-14T22:29:30.938Z[ recovery-image] Aug 14 22:29:29.576 INFO O| Aug 14 22:29:29.576 INFO completed processing gimlet/zfs-recovery
80052024-08-14T22:29:30.938Z[ recovery-image] Aug 14 22:29:29.576 INFO O| Aug 14 22:29:29.576 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80062024-08-14T22:29:31.314Z[ recovery-image] Aug 14 22:29:29.955 INFO O| Aug 14 22:29:29.955 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80072024-08-14T22:29:31.401Z[ recovery-image] Aug 14 22:29:30.042 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
80082024-08-14T22:29:31.401Z[ recovery-image] Aug 14 22:29:30.042 INFO expanded image name: "recovery eeab72c/${os_short_commit} 2024-08-14 22:03" -> "recovery eeab72c/f449ff4 2024-08-14 22:03"
80092024-08-14T22:29:31.404Z[ recovery-image] Aug 14 22:29:30.042 INFO output artefacts stored in: "/work/os-recovery"
80102024-08-14T22:29:31.404Z[ recovery-image] Aug 14 22:29:30.043 INFO collecting git info from project "amd-firmware"...
80112024-08-14T22:29:31.627Z[ recovery-image] Aug 14 22:29:30.268 INFO collecting git info from project "image-builder"...
80122024-08-14T22:29:31.634Z[ recovery-image] Aug 14 22:29:30.276 INFO collecting git info from project "phbl"...
80132024-08-14T22:29:31.641Z[ recovery-image] Aug 14 22:29:30.282 INFO collecting git info from project "pilot"...
80142024-08-14T22:29:31.653Z[ recovery-image] Aug 14 22:29:30.294 INFO collecting git info from project "pinprick"...
80152024-08-14T22:29:31.658Z[ recovery-image] Aug 14 22:29:30.300 INFO collecting git info from project "amd-host-image-builder"...
80162024-08-14T22:29:31.831Z[ recovery-image] Aug 14 22:29:30.472 INFO collecting git info from project "chelsio-t6-roms"...
80172024-08-14T22:29:31.853Z[ recovery-image] Aug 14 22:29:30.494 INFO collecting git info from project "bootserver"...
80182024-08-14T22:29:31.859Z[ recovery-image] Aug 14 22:29:30.500 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80192024-08-14T22:29:32.241Z[ recovery-image] Aug 14 22:29:30.882 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80202024-08-14T22:29:32.604Z[ recovery-image] Aug 14 22:29:31.244 INFO creating Oxide boot image...
80212024-08-14T22:29:32.604Z[ recovery-image] Aug 14 22:29:31.245 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery eeab72c/f449ff4 2024-08-14 22:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80222024-08-14T22:30:05.009Z[ host-image] Aug 14 22:30:03.644 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z
80232024-08-14T22:30:05.009Z[ host-image] Aug 14 22:30:03.644 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z
80242024-08-14T22:30:05.011Z[ host-image] Aug 14 22:30:03.644 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80252024-08-14T22:30:05.011Z[ host-image] Aug 14 22:30:03.645 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80262024-08-14T22:30:05.011Z[ host-image] Aug 14 22:30:03.645 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80272024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.645 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80282024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.646 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80292024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.646 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80302024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.646 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80312024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.646 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80322024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.646 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z
80332024-08-14T22:30:05.012Z[ host-image] Aug 14 22:30:03.648 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z
80342024-08-14T22:30:05.014Z[ host-image] Aug 14 22:30:03.649 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z
80352024-08-14T22:30:05.014Z[ host-image] Aug 14 22:30:03.649 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z
80362024-08-14T22:30:05.015Z[ host-image] Aug 14 22:30:03.649 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80372024-08-14T22:30:05.015Z[ host-image] Aug 14 22:30:03.650 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z
80382024-08-14T22:30:05.015Z[ host-image] Aug 14 22:30:03.651 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z
80392024-08-14T22:30:05.015Z[ host-image] Aug 14 22:30:03.651 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z
80402024-08-14T22:30:05.015Z[ host-image] Aug 14 22:30:03.651 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z
80412024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.651 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z
80422024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.651 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z
80432024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z
80442024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z
80452024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z
80462024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z
80472024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z
80482024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z
80492024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z
80502024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.652 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80512024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.653 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z
80522024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.653 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z
80532024-08-14T22:30:05.017Z[ host-image] Aug 14 22:30:03.653 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z
80542024-08-14T22:30:05.018Z[ host-image] Aug 14 22:30:03.653 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z
80552024-08-14T22:30:05.020Z[ host-image] Aug 14 22:30:03.654 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z
80562024-08-14T22:30:05.020Z[ host-image] Aug 14 22:30:03.654 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z
80572024-08-14T22:30:05.027Z[ host-image] Aug 14 22:30:03.664 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80582024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.664 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z
80592024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.664 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80602024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.664 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80612024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.665 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80622024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.665 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z
80632024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.665 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80642024-08-14T22:30:05.030Z[ host-image] Aug 14 22:30:03.666 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80652024-08-14T22:30:05.032Z[ host-image] Aug 14 22:30:03.667 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80662024-08-14T22:30:05.032Z[ host-image] Aug 14 22:30:03.667 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80672024-08-14T22:30:05.044Z[ host-image] Aug 14 22:30:03.679 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80682024-08-14T22:30:05.044Z[ host-image] Aug 14 22:30:03.679 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80692024-08-14T22:30:05.047Z[ host-image] Aug 14 22:30:03.680 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80702024-08-14T22:30:05.047Z[ host-image] Aug 14 22:30:03.680 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80712024-08-14T22:30:05.047Z[ host-image] Aug 14 22:30:03.681 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80722024-08-14T22:30:05.047Z[ host-image] Aug 14 22:30:03.681 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80732024-08-14T22:30:05.081Z[ host-image] Aug 14 22:30:03.717 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80742024-08-14T22:30:05.083Z[ host-image] Aug 14 22:30:03.718 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80752024-08-14T22:30:05.083Z[ host-image] Aug 14 22:30:03.718 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80762024-08-14T22:30:05.083Z[ host-image] Aug 14 22:30:03.719 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z
80772024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.719 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z
80782024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.719 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80792024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.719 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z
80802024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.720 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80812024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.720 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80822024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.720 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80832024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.720 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z
80842024-08-14T22:30:05.084Z[ host-image] Aug 14 22:30:03.720 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80852024-08-14T22:30:05.088Z[ host-image] Aug 14 22:30:03.725 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80862024-08-14T22:30:05.091Z[ host-image] Aug 14 22:30:03.725 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80872024-08-14T22:30:05.091Z[ host-image] Aug 14 22:30:03.725 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80882024-08-14T22:30:05.091Z[ host-image] Aug 14 22:30:03.725 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z
80892024-08-14T22:30:05.091Z[ host-image] Aug 14 22:30:03.725 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80902024-08-14T22:30:05.104Z[ host-image] Aug 14 22:30:03.740 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80912024-08-14T22:30:05.106Z[ host-image] Aug 14 22:30:03.741 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z
80922024-08-14T22:30:05.107Z[ host-image] Aug 14 22:30:03.743 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z
80932024-08-14T22:30:05.107Z[ host-image] Aug 14 22:30:03.743 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z
80942024-08-14T22:30:05.109Z[ host-image] Aug 14 22:30:03.743 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80952024-08-14T22:30:05.109Z[ host-image] Aug 14 22:30:03.744 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z
80962024-08-14T22:30:05.109Z[ host-image] Aug 14 22:30:03.744 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z
80972024-08-14T22:30:05.109Z[ host-image] Aug 14 22:30:03.744 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z
80982024-08-14T22:30:05.109Z[ host-image] Aug 14 22:30:03.745 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z
80992024-08-14T22:30:05.113Z[ host-image] Aug 14 22:30:03.749 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81002024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.749 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z
81012024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.750 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z
81022024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.750 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81032024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.750 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z
81042024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.750 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z
81052024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.750 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z
81062024-08-14T22:30:05.115Z[ host-image] Aug 14 22:30:03.751 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z
81072024-08-14T22:30:05.123Z[ host-image] Aug 14 22:30:03.759 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z
81082024-08-14T22:30:05.123Z[ host-image] Aug 14 22:30:03.759 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81092024-08-14T22:30:05.125Z[ host-image] Aug 14 22:30:03.761 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z
81102024-08-14T22:30:05.128Z[ host-image] Aug 14 22:30:03.763 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z
81112024-08-14T22:30:05.128Z[ host-image] Aug 14 22:30:03.763 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z
81122024-08-14T22:30:05.128Z[ host-image] Aug 14 22:30:03.763 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z
81132024-08-14T22:30:05.128Z[ host-image] Aug 14 22:30:03.764 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z
81142024-08-14T22:30:05.128Z[ host-image] Aug 14 22:30:03.764 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z
81152024-08-14T22:30:05.138Z[ host-image] Aug 14 22:30:03.775 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z
81162024-08-14T22:30:05.138Z[ host-image] Aug 14 22:30:03.775 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z
81172024-08-14T22:30:05.142Z[ host-image] Aug 14 22:30:03.775 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z
81182024-08-14T22:30:05.142Z[ host-image] Aug 14 22:30:03.776 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z
81192024-08-14T22:30:05.142Z[ host-image] Aug 14 22:30:03.777 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z
81202024-08-14T22:30:05.162Z[ host-image] Aug 14 22:30:03.799 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z
81212024-08-14T22:30:05.163Z[ host-image] Aug 14 22:30:03.799 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z
81222024-08-14T22:30:05.165Z[ host-image] Aug 14 22:30:03.799 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z
81232024-08-14T22:30:05.165Z[ host-image] Aug 14 22:30:03.799 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81242024-08-14T22:30:05.165Z[ host-image] Aug 14 22:30:03.800 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81252024-08-14T22:30:05.194Z[ host-image] Aug 14 22:30:03.829 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z
81262024-08-14T22:30:05.196Z[ host-image] Aug 14 22:30:03.829 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81272024-08-14T22:30:05.196Z[ host-image] Aug 14 22:30:03.830 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z
81282024-08-14T22:30:05.196Z[ host-image] Aug 14 22:30:03.830 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z
81292024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.831 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z
81302024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.831 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81312024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.832 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81322024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.832 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z
81332024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.832 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z
81342024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.832 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z
81352024-08-14T22:30:05.197Z[ host-image] Aug 14 22:30:03.833 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z
81362024-08-14T22:30:05.199Z[ host-image] Aug 14 22:30:03.833 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z
81372024-08-14T22:30:05.199Z[ host-image] Aug 14 22:30:03.833 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z
81382024-08-14T22:30:05.202Z[ host-image] Aug 14 22:30:03.836 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81392024-08-14T22:30:05.202Z[ host-image] Aug 14 22:30:03.836 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z
81402024-08-14T22:30:05.202Z[ host-image] Aug 14 22:30:03.838 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z
81412024-08-14T22:30:05.202Z[ host-image] Aug 14 22:30:03.838 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z
81422024-08-14T22:30:05.202Z[ host-image] Aug 14 22:30:03.839 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z
81432024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.839 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z
81442024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.839 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z
81452024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.839 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81462024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.839 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81472024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z
81482024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z
81492024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81502024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81512024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81522024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81532024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.840 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81542024-08-14T22:30:05.205Z[ host-image] Aug 14 22:30:03.841 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81552024-08-14T22:30:05.208Z[ host-image] Aug 14 22:30:03.842 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81562024-08-14T22:30:05.208Z[ host-image] Aug 14 22:30:03.842 INFO O| tempdir @ "/tmp/.tmppjv9oa/tmp"
81572024-08-14T22:30:05.208Z[ host-image] Aug 14 22:30:03.843 INFO O| image root @ "/tmp/.tmppjv9oa/tmp/root"
81582024-08-14T22:30:05.208Z[ host-image] Aug 14 22:30:03.843 INFO O| creating image...
81592024-08-14T22:30:05.716Z[ host-image] Aug 14 22:30:04.352 INFO O| copying publishers...
81602024-08-14T22:30:12.392Z[ host-image] Aug 14 22:30:11.027 INFO O| adding properties...
81612024-08-14T22:30:13.458Z[ host-image] Aug 14 22:30:12.093 INFO O| installing packages...
81622024-08-14T22:30:24.829Z[ recovery-image] Aug 14 22:30:23.463 INFO O| ok, image written!
81632024-08-14T22:30:24.829Z[ recovery-image] Aug 14 22:30:23.463 INFO O| ok, boot_image_csum file written!
81642024-08-14T22:30:24.832Z[ recovery-image] Aug 14 22:30:23.466 INFO creating boot archive (CPIO)...
81652024-08-14T22:30:24.832Z[ recovery-image] Aug 14 22:30:23.466 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
81662024-08-14T22:30:24.840Z[ recovery-image] Aug 14 22:30:23.474 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81672024-08-14T22:30:24.840Z[ recovery-image] Aug 14 22:30:23.474 INFO E| + outfile=/work/os-recovery/cpio
81682024-08-14T22:30:24.840Z[ recovery-image] Aug 14 22:30:23.474 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81692024-08-14T22:30:24.843Z[ recovery-image] Aug 14 22:30:23.476 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81702024-08-14T22:30:24.843Z[ recovery-image] Aug 14 22:30:23.476 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81712024-08-14T22:30:24.874Z[ recovery-image] Aug 14 22:30:23.508 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81722024-08-14T22:30:24.874Z[ recovery-image] Aug 14 22:30:23.508 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81732024-08-14T22:30:24.881Z[ recovery-image] Aug 14 22:30:23.515 INFO creating compressed cpio/unix for nanobl-rs...
81742024-08-14T22:30:24.881Z[ recovery-image] Aug 14 22:30:23.515 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
81752024-08-14T22:30:25.162Z[ recovery-image] Aug 14 22:30:23.796 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81762024-08-14T22:30:27.436Z[ host-image] Aug 14 22:30:26.069 INFO O| seeding SMF database...
81772024-08-14T22:30:29.528Z[ recovery-image] Aug 14 22:30:28.161 INFO creating reset image...
81782024-08-14T22:30:29.528Z[ recovery-image] Aug 14 22:30:28.161 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81792024-08-14T22:30:29.766Z[ recovery-image] Aug 14 22:30:28.399 INFO E| Updating crates.io index
81802024-08-14T22:30:29.838Z[ recovery-image] Aug 14 22:30:28.470 INFO E| Downloading crates ...
81812024-08-14T22:30:29.902Z[ recovery-image] Aug 14 22:30:28.535 INFO E| Downloaded colorchoice v1.0.0
81822024-08-14T22:30:29.908Z[ recovery-image] Aug 14 22:30:28.541 INFO E| Downloaded strsim v0.11.0
81832024-08-14T22:30:29.910Z[ recovery-image] Aug 14 22:30:28.543 INFO E| Downloaded anstyle-parse v0.2.3
81842024-08-14T22:30:29.913Z[ recovery-image] Aug 14 22:30:28.544 INFO E| Downloaded os_pipe v1.1.5
81852024-08-14T22:30:29.913Z[ recovery-image] Aug 14 22:30:28.546 INFO E| Downloaded duct v0.13.7
81862024-08-14T22:30:29.915Z[ recovery-image] Aug 14 22:30:28.547 INFO E| Downloaded shared_child v1.0.0
81872024-08-14T22:30:29.918Z[ recovery-image] Aug 14 22:30:28.549 INFO E| Downloaded anstyle v1.0.6
81882024-08-14T22:30:29.918Z[ recovery-image] Aug 14 22:30:28.550 INFO E| Downloaded anstyle-query v1.0.2
81892024-08-14T22:30:29.925Z[ recovery-image] Aug 14 22:30:28.558 INFO E| Downloaded anstream v0.6.13
81902024-08-14T22:30:29.929Z[ recovery-image] Aug 14 22:30:28.562 INFO E| Downloaded proc-macro2 v1.0.79
81912024-08-14T22:30:29.932Z[ recovery-image] Aug 14 22:30:28.565 INFO E| Downloaded clap v4.5.3
81922024-08-14T22:30:29.941Z[ recovery-image] Aug 14 22:30:28.574 INFO E| Downloaded clap_derive v4.5.3
81932024-08-14T22:30:29.951Z[ recovery-image] Aug 14 22:30:28.584 INFO E| Downloaded clap_builder v4.5.2
81942024-08-14T22:30:29.964Z[ recovery-image] Aug 14 22:30:28.597 INFO E| Downloaded syn v2.0.53
81952024-08-14T22:30:29.996Z[ recovery-image] Aug 14 22:30:28.629 INFO E| Downloaded libc v0.2.153
81962024-08-14T22:30:30.076Z[ recovery-image] Aug 14 22:30:28.709 INFO E| Compiling proc-macro2 v1.0.79
81972024-08-14T22:30:30.076Z[ recovery-image] Aug 14 22:30:28.709 INFO E| Compiling libc v0.2.153
81982024-08-14T22:30:30.076Z[ recovery-image] Aug 14 22:30:28.709 INFO E| Compiling unicode-ident v1.0.12
81992024-08-14T22:30:30.079Z[ recovery-image] Aug 14 22:30:28.709 INFO E| Compiling utf8parse v0.2.1
82002024-08-14T22:30:30.079Z[ recovery-image] Aug 14 22:30:28.709 INFO E| Compiling anstyle-query v1.0.2
82012024-08-14T22:30:30.079Z[ recovery-image] Aug 14 22:30:28.709 INFO E| Compiling anstyle v1.0.6
82022024-08-14T22:30:30.079Z[ recovery-image] Aug 14 22:30:28.710 INFO E| Compiling colorchoice v1.0.0
82032024-08-14T22:30:30.082Z[ recovery-image] Aug 14 22:30:28.714 INFO E| Compiling heck v0.5.0
82042024-08-14T22:30:30.279Z[ recovery-image] Aug 14 22:30:28.912 INFO E| Compiling anstyle-parse v0.2.3
82052024-08-14T22:30:30.301Z[ recovery-image] Aug 14 22:30:28.934 INFO E| Compiling strsim v0.11.0
82062024-08-14T22:30:30.301Z[ recovery-image] Aug 14 22:30:28.934 INFO E| Compiling clap_lex v0.7.0
82072024-08-14T22:30:30.310Z[ recovery-image] Aug 14 22:30:28.941 INFO E| Compiling once_cell v1.19.0
82082024-08-14T22:30:30.673Z[ recovery-image] Aug 14 22:30:29.306 INFO E| Compiling anstream v0.6.13
82092024-08-14T22:30:31.025Z[ recovery-image] Aug 14 22:30:29.657 INFO E| Compiling clap_builder v4.5.2
82102024-08-14T22:30:31.560Z[ recovery-image] Aug 14 22:30:30.192 INFO E| Compiling shared_child v1.0.0
82112024-08-14T22:30:31.560Z[ recovery-image] Aug 14 22:30:30.192 INFO E| Compiling os_pipe v1.1.5
82122024-08-14T22:30:31.691Z[ recovery-image] Aug 14 22:30:30.324 INFO E| Compiling duct v0.13.7
82132024-08-14T22:30:31.769Z[ recovery-image] Aug 14 22:30:30.402 INFO E| Compiling quote v1.0.35
82142024-08-14T22:30:32.134Z[ recovery-image] Aug 14 22:30:30.767 INFO E| Compiling syn v2.0.53
82152024-08-14T22:30:36.748Z[ host-image] Aug 14 22:30:35.380 INFO O| configuring SMF profile...
82162024-08-14T22:30:36.751Z[ host-image] Aug 14 22:30:35.381 INFO O| modifying shadow(5)...
82172024-08-14T22:30:36.751Z[ host-image] Aug 14 22:30:35.381 INFO O| loading user and group database...
82182024-08-14T22:30:36.751Z[ host-image] Aug 14 22:30:35.381 INFO O| assessing packaged files...
82192024-08-14T22:30:37.350Z[ recovery-image] Aug 14 22:30:35.982 INFO E| Compiling clap_derive v4.5.3
82202024-08-14T22:30:39.196Z[ host-image] Aug 14 22:30:37.826 INFO O| creating archive...
82212024-08-14T22:30:39.228Z[ host-image] Aug 14 22:30:37.860 INFO O| missing from packaging:
82222024-08-14T22:30:39.228Z[ host-image] Aug 14 22:30:37.860 INFO O| "etc/.pwd.lock"
82232024-08-14T22:30:39.231Z[ host-image] Aug 14 22:30:37.860 INFO O| "etc/bash"
82242024-08-14T22:30:39.234Z[ host-image] Aug 14 22:30:37.865 INFO O| "etc/svc/profile/generic.xml"
82252024-08-14T22:30:39.234Z[ host-image] Aug 14 22:30:37.865 INFO O| "etc/svc/profile/inetd_services.xml"
82262024-08-14T22:30:39.234Z[ host-image] Aug 14 22:30:37.865 INFO O| "etc/svc/profile/name_service.xml"
82272024-08-14T22:30:39.234Z[ host-image] Aug 14 22:30:37.865 INFO O| "etc/svc/profile/platform.xml"
82282024-08-14T22:30:39.236Z[ host-image] Aug 14 22:30:37.865 INFO O| "etc/svc/profile/platform_omicron1.xml"
82292024-08-14T22:30:39.236Z[ host-image] Aug 14 22:30:37.865 INFO O| "etc/svc/repository.db"
82302024-08-14T22:30:39.243Z[ host-image] Aug 14 22:30:37.875 INFO O| "opt/ooce/share"
82312024-08-14T22:30:39.243Z[ host-image] Aug 14 22:30:37.875 INFO O| "opt/ooce/share/man"
82322024-08-14T22:30:39.246Z[ host-image] Aug 14 22:30:37.875 INFO O| "opt/ooce/share/man/man1"
82332024-08-14T22:30:39.253Z[ host-image] Aug 14 22:30:37.885 INFO O| finishing archive...
82342024-08-14T22:30:39.479Z[ recovery-image] Aug 14 22:30:38.110 INFO E| Compiling clap v4.5.3
82352024-08-14T22:30:39.535Z[ recovery-image] Aug 14 22:30:38.166 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82362024-08-14T22:30:40.715Z[ recovery-image] Aug 14 22:30:39.346 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
82372024-08-14T22:30:40.723Z[ recovery-image] Aug 14 22:30:39.355 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82382024-08-14T22:30:40.849Z[ recovery-image] Aug 14 22:30:39.480 INFO E| Updating crates.io index
82392024-08-14T22:30:40.954Z[ recovery-image] Aug 14 22:30:39.585 INFO E| Downloading crates ...
82402024-08-14T22:30:41.006Z[ recovery-image] Aug 14 22:30:39.637 INFO E| Downloaded bit_field v0.10.2
82412024-08-14T22:30:41.028Z[ recovery-image] Aug 14 22:30:39.660 INFO E| Downloaded cpio_reader v0.1.1
82422024-08-14T22:30:41.031Z[ recovery-image] Aug 14 22:30:39.661 INFO E| Downloaded seq-macro v0.3.5
82432024-08-14T22:30:41.034Z[ recovery-image] Aug 14 22:30:39.663 INFO E| Downloaded goblin v0.8.0
82442024-08-14T22:30:41.039Z[ recovery-image] Aug 14 22:30:39.671 INFO E| Downloaded raw-cpuid v10.7.0
82452024-08-14T22:30:41.164Z[ recovery-image] Aug 14 22:30:39.795 INFO E| Downloaded x86 v0.52.0
82462024-08-14T22:30:41.234Z[ recovery-image] Aug 14 22:30:39.865 INFO E| Updating crates.io index
82472024-08-14T22:30:41.280Z[ recovery-image] Aug 14 22:30:39.912 INFO E| Downloading crates ...
82482024-08-14T22:30:41.334Z[ recovery-image] Aug 14 22:30:39.965 INFO E| Downloaded allocator-api2 v0.2.16
82492024-08-14T22:30:41.342Z[ recovery-image] Aug 14 22:30:39.974 INFO E| Downloaded rustc-demangle v0.1.23
82502024-08-14T22:30:41.354Z[ recovery-image] Aug 14 22:30:39.985 INFO E| Downloaded compiler_builtins v0.1.108
82512024-08-14T22:30:41.443Z[ recovery-image] Aug 14 22:30:40.074 INFO E| Compiling compiler_builtins v0.1.108
82522024-08-14T22:30:41.443Z[ recovery-image] Aug 14 22:30:40.074 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
82532024-08-14T22:30:41.446Z[ recovery-image] Aug 14 22:30:40.074 INFO E| Compiling proc-macro2 v1.0.79
82542024-08-14T22:30:41.446Z[ recovery-image] Aug 14 22:30:40.074 INFO E| Compiling unicode-ident v1.0.12
82552024-08-14T22:30:41.446Z[ recovery-image] Aug 14 22:30:40.075 INFO E| Compiling syn v1.0.109
82562024-08-14T22:30:41.446Z[ recovery-image] Aug 14 22:30:40.075 INFO E| Compiling x86 v0.52.0
82572024-08-14T22:30:41.449Z[ recovery-image] Aug 14 22:30:40.080 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82582024-08-14T22:30:41.451Z[ recovery-image] Aug 14 22:30:40.081 INFO E| Compiling seq-macro v0.3.5
82592024-08-14T22:30:42.215Z[ host-image] Aug 14 22:30:40.845 INFO O| creating gzonly manifest...
82602024-08-14T22:30:42.227Z[ host-image] Aug 14 22:30:40.858 INFO O| ok
82612024-08-14T22:30:42.334Z[ host-image] Aug 14 22:30:40.965 INFO image builder template: ramdisk-02-trim...
82622024-08-14T22:30:42.334Z[ host-image] Aug 14 22:30:40.965 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
82632024-08-14T22:30:42.360Z[ host-image] Aug 14 22:30:40.991 INFO O| Aug 14 22:30:40.990 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82642024-08-14T22:30:42.367Z[ host-image] Aug 14 22:30:40.998 INFO O| Aug 14 22:30:40.998 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82652024-08-14T22:30:42.486Z[ host-image] Aug 14 22:30:41.117 INFO O| Aug 14 22:30:41.117 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82662024-08-14T22:30:42.534Z[ host-image] Aug 14 22:30:41.165 INFO O| Aug 14 22:30:41.164 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82672024-08-14T22:30:42.536Z[ host-image] Aug 14 22:30:41.165 INFO O| Aug 14 22:30:41.165 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82682024-08-14T22:30:42.540Z[ host-image] Aug 14 22:30:41.171 INFO O| Aug 14 22:30:41.171 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82692024-08-14T22:30:42.544Z[ host-image] Aug 14 22:30:41.175 INFO O| Aug 14 22:30:41.175 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82702024-08-14T22:30:42.549Z[ host-image] Aug 14 22:30:41.181 INFO O| Aug 14 22:30:41.180 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82712024-08-14T22:30:42.650Z[ recovery-image] Aug 14 22:30:41.281 INFO E| Compiling quote v1.0.35
82722024-08-14T22:30:42.775Z[ host-image] Aug 14 22:30:41.406 INFO O| Aug 14 22:30:41.405 INFO rolled back to input snapshot; work may begin
82732024-08-14T22:30:42.775Z[ host-image] Aug 14 22:30:41.406 INFO O| Aug 14 22:30:41.406 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82742024-08-14T22:30:42.783Z[ host-image] Aug 14 22:30:41.415 INFO O| Aug 14 22:30:41.414 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82752024-08-14T22:30:42.802Z[ host-image] Aug 14 22:30:41.433 INFO O| Aug 14 22:30:41.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82762024-08-14T22:30:42.875Z[ host-image] Aug 14 22:30:41.506 INFO O| Aug 14 22:30:41.506 INFO STEP 0 (remove_files) COMPLETE
82772024-08-14T22:30:42.875Z[ host-image] Aug 14 22:30:41.506 INFO O| Aug 14 22:30:41.506 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82782024-08-14T22:30:42.888Z[ host-image] Aug 14 22:30:41.520 INFO O| Aug 14 22:30:41.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82792024-08-14T22:30:42.892Z[ host-image] Aug 14 22:30:41.523 INFO O| Aug 14 22:30:41.523 INFO STEP 1 (remove_files) COMPLETE
82802024-08-14T22:30:42.892Z[ host-image] Aug 14 22:30:41.523 INFO O| Aug 14 22:30:41.523 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82812024-08-14T22:30:42.904Z[ host-image] Aug 14 22:30:41.535 INFO O| Aug 14 22:30:41.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82822024-08-14T22:30:42.933Z[ host-image] Aug 14 22:30:41.564 INFO O| Aug 14 22:30:41.564 INFO STEP 2 (remove_files) COMPLETE
82832024-08-14T22:30:42.933Z[ host-image] Aug 14 22:30:41.564 INFO O| Aug 14 22:30:41.564 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82842024-08-14T22:30:42.944Z[ recovery-image] Aug 14 22:30:41.575 INFO E| Compiling syn v2.0.53
82852024-08-14T22:30:42.947Z[ host-image] Aug 14 22:30:41.578 INFO O| Aug 14 22:30:41.578 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82862024-08-14T22:30:42.950Z[ host-image] Aug 14 22:30:41.581 INFO O| Aug 14 22:30:41.581 INFO STEP 3 (remove_files) COMPLETE
82872024-08-14T22:30:42.951Z[ host-image] Aug 14 22:30:41.581 INFO O| Aug 14 22:30:41.581 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82882024-08-14T22:30:42.969Z[ host-image] Aug 14 22:30:41.600 INFO O| Aug 14 22:30:41.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82892024-08-14T22:30:42.976Z[ host-image] Aug 14 22:30:41.607 INFO O| Aug 14 22:30:41.606 INFO STEP 4 (remove_files) COMPLETE
82902024-08-14T22:30:42.976Z[ host-image] Aug 14 22:30:41.607 INFO O| Aug 14 22:30:41.607 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82912024-08-14T22:30:42.990Z[ host-image] Aug 14 22:30:41.621 INFO O| Aug 14 22:30:41.621 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82922024-08-14T22:30:42.994Z[ host-image] Aug 14 22:30:41.625 INFO O| Aug 14 22:30:41.625 INFO STEP 5 (remove_files) COMPLETE
82932024-08-14T22:30:42.994Z[ host-image] Aug 14 22:30:41.626 INFO O| Aug 14 22:30:41.625 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82942024-08-14T22:30:43.011Z[ host-image] Aug 14 22:30:41.642 INFO O| Aug 14 22:30:41.642 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82952024-08-14T22:30:43.031Z[ host-image] Aug 14 22:30:41.662 INFO O| Aug 14 22:30:41.662 INFO STEP 6 (remove_files) COMPLETE
82962024-08-14T22:30:43.031Z[ host-image] Aug 14 22:30:41.662 INFO O| Aug 14 22:30:41.662 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82972024-08-14T22:30:43.048Z[ host-image] Aug 14 22:30:41.679 INFO O| Aug 14 22:30:41.679 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
82982024-08-14T22:30:43.070Z[ host-image] Aug 14 22:30:41.701 INFO O| Aug 14 22:30:41.701 INFO STEP 7 (remove_files) COMPLETE
82992024-08-14T22:30:43.070Z[ host-image] Aug 14 22:30:41.701 INFO O| Aug 14 22:30:41.701 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83002024-08-14T22:30:43.084Z[ host-image] Aug 14 22:30:41.715 INFO O| Aug 14 22:30:41.715 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83012024-08-14T22:30:43.207Z[ host-image] Aug 14 22:30:41.838 INFO O| Aug 14 22:30:41.838 INFO STEP 8 (remove_files) COMPLETE
83022024-08-14T22:30:43.207Z[ host-image] Aug 14 22:30:41.838 INFO O| Aug 14 22:30:41.838 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83032024-08-14T22:30:43.223Z[ host-image] Aug 14 22:30:41.854 INFO O| Aug 14 22:30:41.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83042024-08-14T22:30:43.319Z[ host-image] Aug 14 22:30:41.950 INFO O| Aug 14 22:30:41.950 INFO STEP 9 (remove_files) COMPLETE
83052024-08-14T22:30:43.319Z[ host-image] Aug 14 22:30:41.950 INFO O| Aug 14 22:30:41.950 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83062024-08-14T22:30:43.332Z[ host-image] Aug 14 22:30:41.963 INFO O| Aug 14 22:30:41.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83072024-08-14T22:30:43.336Z[ host-image] Aug 14 22:30:41.967 INFO O| Aug 14 22:30:41.967 INFO STEP 10 (remove_files) COMPLETE
83082024-08-14T22:30:43.336Z[ host-image] Aug 14 22:30:41.967 INFO O| Aug 14 22:30:41.967 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83092024-08-14T22:30:43.348Z[ host-image] Aug 14 22:30:41.979 INFO O| Aug 14 22:30:41.978 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83102024-08-14T22:30:43.350Z[ host-image] Aug 14 22:30:41.980 INFO O| Aug 14 22:30:41.980 INFO STEP 11 (remove_files) COMPLETE
83112024-08-14T22:30:43.350Z[ host-image] Aug 14 22:30:41.980 INFO O| Aug 14 22:30:41.980 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83122024-08-14T22:30:43.361Z[ host-image] Aug 14 22:30:41.992 INFO O| Aug 14 22:30:41.991 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83132024-08-14T22:30:43.363Z[ host-image] Aug 14 22:30:41.995 INFO O| Aug 14 22:30:41.995 INFO STEP 12 (remove_files) COMPLETE
83142024-08-14T22:30:43.366Z[ host-image] Aug 14 22:30:41.995 INFO O| Aug 14 22:30:41.995 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83152024-08-14T22:30:43.731Z[ host-image] Aug 14 22:30:42.362 INFO O| Aug 14 22:30:42.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83162024-08-14T22:30:43.743Z[ host-image] Aug 14 22:30:42.374 INFO O| Aug 14 22:30:42.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83172024-08-14T22:30:43.746Z[ host-image] Aug 14 22:30:42.377 INFO O| Aug 14 22:30:42.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83182024-08-14T22:30:43.748Z[ host-image] Aug 14 22:30:42.379 INFO O| Aug 14 22:30:42.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83192024-08-14T22:30:43.777Z[ host-image] Aug 14 22:30:42.408 INFO O| Aug 14 22:30:42.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83202024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.408 INFO O| Aug 14 22:30:42.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83212024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83222024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83232024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83242024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83252024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83262024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83272024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83282024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.409 INFO O| Aug 14 22:30:42.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83292024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.410 INFO O| Aug 14 22:30:42.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83302024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.410 INFO O| Aug 14 22:30:42.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83312024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.410 INFO O| Aug 14 22:30:42.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83322024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.410 INFO O| Aug 14 22:30:42.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83332024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.410 INFO O| Aug 14 22:30:42.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83342024-08-14T22:30:43.780Z[ host-image] Aug 14 22:30:42.411 INFO O| Aug 14 22:30:42.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83352024-08-14T22:30:43.793Z[ host-image] Aug 14 22:30:42.424 INFO O| Aug 14 22:30:42.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83362024-08-14T22:30:43.802Z[ host-image] Aug 14 22:30:42.431 INFO O| Aug 14 22:30:42.431 INFO STEP 13 (remove_files) COMPLETE
83372024-08-14T22:30:43.802Z[ host-image] Aug 14 22:30:42.431 INFO O| Aug 14 22:30:42.431 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83382024-08-14T22:30:43.817Z[ host-image] Aug 14 22:30:42.448 INFO O| Aug 14 22:30:42.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83392024-08-14T22:30:43.820Z[ host-image] Aug 14 22:30:42.450 INFO O| Aug 14 22:30:42.450 INFO STEP 14 (remove_files) COMPLETE
83402024-08-14T22:30:43.820Z[ host-image] Aug 14 22:30:42.450 INFO O| Aug 14 22:30:42.450 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83412024-08-14T22:30:43.835Z[ host-image] Aug 14 22:30:42.466 INFO O| Aug 14 22:30:42.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83422024-08-14T22:30:43.842Z[ host-image] Aug 14 22:30:42.473 INFO O| Aug 14 22:30:42.473 INFO STEP 15 (remove_files) COMPLETE
83432024-08-14T22:30:43.842Z[ host-image] Aug 14 22:30:42.473 INFO O| Aug 14 22:30:42.473 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83442024-08-14T22:30:43.860Z[ host-image] Aug 14 22:30:42.491 INFO O| Aug 14 22:30:42.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83452024-08-14T22:30:43.863Z[ host-image] Aug 14 22:30:42.491 INFO O| Aug 14 22:30:42.491 INFO STEP 16 (remove_files) COMPLETE
83462024-08-14T22:30:43.863Z[ host-image] Aug 14 22:30:42.491 INFO O| Aug 14 22:30:42.491 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83472024-08-14T22:30:43.879Z[ host-image] Aug 14 22:30:42.509 INFO O| Aug 14 22:30:42.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83482024-08-14T22:30:43.881Z[ host-image] Aug 14 22:30:42.511 INFO O| Aug 14 22:30:42.511 INFO STEP 17 (remove_files) COMPLETE
83492024-08-14T22:30:43.881Z[ host-image] Aug 14 22:30:42.511 INFO O| Aug 14 22:30:42.511 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83502024-08-14T22:30:43.896Z[ host-image] Aug 14 22:30:42.527 INFO O| Aug 14 22:30:42.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83512024-08-14T22:30:43.897Z[ host-image] Aug 14 22:30:42.527 INFO O| Aug 14 22:30:42.527 INFO STEP 18 (remove_files) COMPLETE
83522024-08-14T22:30:43.899Z[ host-image] Aug 14 22:30:42.527 INFO O| Aug 14 22:30:42.527 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83532024-08-14T22:30:43.915Z[ host-image] Aug 14 22:30:42.545 INFO O| Aug 14 22:30:42.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83542024-08-14T22:30:43.915Z[ host-image] Aug 14 22:30:42.545 INFO O| Aug 14 22:30:42.545 INFO STEP 19 (remove_files) COMPLETE
83552024-08-14T22:30:43.915Z[ host-image] Aug 14 22:30:42.545 INFO O| Aug 14 22:30:42.545 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83562024-08-14T22:30:43.932Z[ host-image] Aug 14 22:30:42.563 INFO O| Aug 14 22:30:42.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83572024-08-14T22:30:43.932Z[ host-image] Aug 14 22:30:42.563 INFO O| Aug 14 22:30:42.563 INFO STEP 20 (remove_files) COMPLETE
83582024-08-14T22:30:43.932Z[ host-image] Aug 14 22:30:42.563 INFO O| Aug 14 22:30:42.563 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83592024-08-14T22:30:43.949Z[ host-image] Aug 14 22:30:42.580 INFO O| Aug 14 22:30:42.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83602024-08-14T22:30:43.949Z[ host-image] Aug 14 22:30:42.580 INFO O| Aug 14 22:30:42.580 INFO STEP 21 (remove_files) COMPLETE
83612024-08-14T22:30:43.949Z[ host-image] Aug 14 22:30:42.580 INFO O| Aug 14 22:30:42.580 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83622024-08-14T22:30:43.963Z[ host-image] Aug 14 22:30:42.594 INFO O| Aug 14 22:30:42.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83632024-08-14T22:30:43.963Z[ host-image] Aug 14 22:30:42.594 INFO O| Aug 14 22:30:42.594 INFO STEP 22 (remove_files) COMPLETE
83642024-08-14T22:30:43.965Z[ host-image] Aug 14 22:30:42.594 INFO O| Aug 14 22:30:42.594 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83652024-08-14T22:30:43.979Z[ host-image] Aug 14 22:30:42.610 INFO O| Aug 14 22:30:42.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83662024-08-14T22:30:43.979Z[ host-image] Aug 14 22:30:42.610 INFO O| Aug 14 22:30:42.610 INFO STEP 23 (remove_files) COMPLETE
83672024-08-14T22:30:43.982Z[ host-image] Aug 14 22:30:42.610 INFO O| Aug 14 22:30:42.610 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83682024-08-14T22:30:43.996Z[ host-image] Aug 14 22:30:42.627 INFO O| Aug 14 22:30:42.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83692024-08-14T22:30:43.996Z[ host-image] Aug 14 22:30:42.627 INFO O| Aug 14 22:30:42.627 INFO STEP 24 (remove_files) COMPLETE
83702024-08-14T22:30:43.996Z[ host-image] Aug 14 22:30:42.627 INFO O| Aug 14 22:30:42.627 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83712024-08-14T22:30:44.012Z[ host-image] Aug 14 22:30:42.643 INFO O| Aug 14 22:30:42.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83722024-08-14T22:30:44.012Z[ host-image] Aug 14 22:30:42.643 INFO O| Aug 14 22:30:42.643 INFO STEP 25 (remove_files) COMPLETE
83732024-08-14T22:30:44.014Z[ host-image] Aug 14 22:30:42.643 INFO O| Aug 14 22:30:42.643 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83742024-08-14T22:30:44.027Z[ host-image] Aug 14 22:30:42.658 INFO O| Aug 14 22:30:42.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83752024-08-14T22:30:44.027Z[ host-image] Aug 14 22:30:42.658 INFO O| Aug 14 22:30:42.658 INFO STEP 26 (remove_files) COMPLETE
83762024-08-14T22:30:44.030Z[ host-image] Aug 14 22:30:42.658 INFO O| Aug 14 22:30:42.658 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83772024-08-14T22:30:44.042Z[ host-image] Aug 14 22:30:42.673 INFO O| Aug 14 22:30:42.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83782024-08-14T22:30:44.042Z[ host-image] Aug 14 22:30:42.673 INFO O| Aug 14 22:30:42.673 INFO STEP 27 (remove_files) COMPLETE
83792024-08-14T22:30:44.042Z[ host-image] Aug 14 22:30:42.673 INFO O| Aug 14 22:30:42.673 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83802024-08-14T22:30:44.058Z[ host-image] Aug 14 22:30:42.689 INFO O| Aug 14 22:30:42.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83812024-08-14T22:30:44.058Z[ host-image] Aug 14 22:30:42.689 INFO O| Aug 14 22:30:42.689 INFO STEP 28 (remove_files) COMPLETE
83822024-08-14T22:30:44.061Z[ host-image] Aug 14 22:30:42.689 INFO O| Aug 14 22:30:42.689 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83832024-08-14T22:30:44.069Z[ host-image] Aug 14 22:30:42.700 INFO O| Aug 14 22:30:42.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83842024-08-14T22:30:44.073Z[ host-image] Aug 14 22:30:42.700 INFO O| Aug 14 22:30:42.700 INFO STEP 29 (remove_files) COMPLETE
83852024-08-14T22:30:44.074Z[ host-image] Aug 14 22:30:42.700 INFO O| Aug 14 22:30:42.700 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83862024-08-14T22:30:44.083Z[ host-image] Aug 14 22:30:42.713 INFO O| Aug 14 22:30:42.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83872024-08-14T22:30:44.083Z[ host-image] Aug 14 22:30:42.714 INFO O| Aug 14 22:30:42.713 INFO STEP 30 (remove_files) COMPLETE
83882024-08-14T22:30:44.086Z[ host-image] Aug 14 22:30:42.714 INFO O| Aug 14 22:30:42.714 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83892024-08-14T22:30:44.094Z[ host-image] Aug 14 22:30:42.725 INFO O| Aug 14 22:30:42.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83902024-08-14T22:30:44.095Z[ host-image] Aug 14 22:30:42.726 INFO O| Aug 14 22:30:42.725 INFO STEP 31 (remove_files) COMPLETE
83912024-08-14T22:30:44.097Z[ host-image] Aug 14 22:30:42.726 INFO O| Aug 14 22:30:42.726 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83922024-08-14T22:30:44.108Z[ host-image] Aug 14 22:30:42.739 INFO O| Aug 14 22:30:42.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83932024-08-14T22:30:44.108Z[ host-image] Aug 14 22:30:42.739 INFO O| Aug 14 22:30:42.739 INFO STEP 32 (remove_files) COMPLETE
83942024-08-14T22:30:44.110Z[ host-image] Aug 14 22:30:42.739 INFO O| Aug 14 22:30:42.739 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83952024-08-14T22:30:44.119Z[ host-image] Aug 14 22:30:42.750 INFO O| Aug 14 22:30:42.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83962024-08-14T22:30:44.122Z[ host-image] Aug 14 22:30:42.750 INFO O| Aug 14 22:30:42.750 INFO STEP 33 (remove_files) COMPLETE
83972024-08-14T22:30:44.122Z[ host-image] Aug 14 22:30:42.750 INFO O| Aug 14 22:30:42.750 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83982024-08-14T22:30:44.134Z[ host-image] Aug 14 22:30:42.765 INFO O| Aug 14 22:30:42.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
83992024-08-14T22:30:44.134Z[ host-image] Aug 14 22:30:42.765 INFO O| Aug 14 22:30:42.765 INFO STEP 34 (remove_files) COMPLETE
84002024-08-14T22:30:44.137Z[ host-image] Aug 14 22:30:42.765 INFO O| Aug 14 22:30:42.765 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84012024-08-14T22:30:44.152Z[ host-image] Aug 14 22:30:42.782 INFO O| Aug 14 22:30:42.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84022024-08-14T22:30:44.152Z[ host-image] Aug 14 22:30:42.783 INFO O| Aug 14 22:30:42.783 INFO STEP 35 (remove_files) COMPLETE
84032024-08-14T22:30:44.154Z[ host-image] Aug 14 22:30:42.783 INFO O| Aug 14 22:30:42.783 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84042024-08-14T22:30:44.166Z[ host-image] Aug 14 22:30:42.797 INFO O| Aug 14 22:30:42.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84052024-08-14T22:30:44.166Z[ host-image] Aug 14 22:30:42.797 INFO O| Aug 14 22:30:42.797 INFO STEP 36 (remove_files) COMPLETE
84062024-08-14T22:30:44.169Z[ host-image] Aug 14 22:30:42.797 INFO O| Aug 14 22:30:42.797 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84072024-08-14T22:30:44.180Z[ host-image] Aug 14 22:30:42.810 INFO O| Aug 14 22:30:42.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84082024-08-14T22:30:44.180Z[ host-image] Aug 14 22:30:42.810 INFO O| Aug 14 22:30:42.810 INFO STEP 37 (remove_files) COMPLETE
84092024-08-14T22:30:44.182Z[ host-image] Aug 14 22:30:42.810 INFO O| Aug 14 22:30:42.810 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84102024-08-14T22:30:44.197Z[ host-image] Aug 14 22:30:42.828 INFO O| Aug 14 22:30:42.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84112024-08-14T22:30:44.198Z[ host-image] Aug 14 22:30:42.828 INFO O| Aug 14 22:30:42.828 INFO STEP 38 (remove_files) COMPLETE
84122024-08-14T22:30:44.200Z[ host-image] Aug 14 22:30:42.828 INFO O| Aug 14 22:30:42.828 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-14T22:30:44.213Z[ host-image] Aug 14 22:30:42.843 INFO O| Aug 14 22:30:42.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84142024-08-14T22:30:44.213Z[ host-image] Aug 14 22:30:42.844 INFO O| Aug 14 22:30:42.844 INFO STEP 39 (remove_files) COMPLETE
84152024-08-14T22:30:44.213Z[ host-image] Aug 14 22:30:42.844 INFO O| Aug 14 22:30:42.844 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-14T22:30:44.225Z[ host-image] Aug 14 22:30:42.856 INFO O| Aug 14 22:30:42.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84172024-08-14T22:30:44.225Z[ host-image] Aug 14 22:30:42.856 INFO O| Aug 14 22:30:42.856 INFO STEP 40 (remove_files) COMPLETE
84182024-08-14T22:30:44.228Z[ host-image] Aug 14 22:30:42.856 INFO O| Aug 14 22:30:42.856 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-14T22:30:44.238Z[ host-image] Aug 14 22:30:42.869 INFO O| Aug 14 22:30:42.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84202024-08-14T22:30:44.238Z[ host-image] Aug 14 22:30:42.869 INFO O| Aug 14 22:30:42.869 INFO STEP 41 (remove_files) COMPLETE
84212024-08-14T22:30:44.240Z[ host-image] Aug 14 22:30:42.869 INFO O| Aug 14 22:30:42.869 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-08-14T22:30:44.250Z[ host-image] Aug 14 22:30:42.881 INFO O| Aug 14 22:30:42.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84232024-08-14T22:30:44.250Z[ host-image] Aug 14 22:30:42.881 INFO O| Aug 14 22:30:42.881 INFO STEP 42 (remove_files) COMPLETE
84242024-08-14T22:30:44.253Z[ host-image] Aug 14 22:30:42.881 INFO O| Aug 14 22:30:42.881 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-14T22:30:44.262Z[ host-image] Aug 14 22:30:42.893 INFO O| Aug 14 22:30:42.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84262024-08-14T22:30:44.262Z[ host-image] Aug 14 22:30:42.893 INFO O| Aug 14 22:30:42.893 INFO STEP 43 (remove_files) COMPLETE
84272024-08-14T22:30:44.265Z[ host-image] Aug 14 22:30:42.893 INFO O| Aug 14 22:30:42.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-14T22:30:44.277Z[ host-image] Aug 14 22:30:42.906 INFO O| Aug 14 22:30:42.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84292024-08-14T22:30:44.277Z[ host-image] Aug 14 22:30:42.907 INFO O| Aug 14 22:30:42.907 INFO STEP 44 (remove_files) COMPLETE
84302024-08-14T22:30:44.277Z[ host-image] Aug 14 22:30:42.907 INFO O| Aug 14 22:30:42.907 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-14T22:30:44.288Z[ host-image] Aug 14 22:30:42.919 INFO O| Aug 14 22:30:42.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84322024-08-14T22:30:44.288Z[ host-image] Aug 14 22:30:42.919 INFO O| Aug 14 22:30:42.919 INFO STEP 45 (remove_files) COMPLETE
84332024-08-14T22:30:44.289Z[ host-image] Aug 14 22:30:42.919 INFO O| Aug 14 22:30:42.919 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-14T22:30:44.301Z[ host-image] Aug 14 22:30:42.931 INFO O| Aug 14 22:30:42.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84352024-08-14T22:30:44.301Z[ host-image] Aug 14 22:30:42.932 INFO O| Aug 14 22:30:42.931 INFO STEP 46 (remove_files) COMPLETE
84362024-08-14T22:30:44.301Z[ host-image] Aug 14 22:30:42.932 INFO O| Aug 14 22:30:42.932 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-14T22:30:44.315Z[ host-image] Aug 14 22:30:42.946 INFO O| Aug 14 22:30:42.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84382024-08-14T22:30:44.315Z[ host-image] Aug 14 22:30:42.946 INFO O| Aug 14 22:30:42.946 INFO STEP 47 (remove_files) COMPLETE
84392024-08-14T22:30:44.318Z[ host-image] Aug 14 22:30:42.946 INFO O| Aug 14 22:30:42.946 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-14T22:30:44.327Z[ host-image] Aug 14 22:30:42.958 INFO O| Aug 14 22:30:42.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84412024-08-14T22:30:44.327Z[ host-image] Aug 14 22:30:42.958 INFO O| Aug 14 22:30:42.958 INFO STEP 48 (remove_files) COMPLETE
84422024-08-14T22:30:44.330Z[ host-image] Aug 14 22:30:42.958 INFO O| Aug 14 22:30:42.958 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-14T22:30:44.340Z[ host-image] Aug 14 22:30:42.971 INFO O| Aug 14 22:30:42.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84442024-08-14T22:30:44.340Z[ host-image] Aug 14 22:30:42.971 INFO O| Aug 14 22:30:42.971 INFO STEP 49 (remove_files) COMPLETE
84452024-08-14T22:30:44.342Z[ host-image] Aug 14 22:30:42.971 INFO O| Aug 14 22:30:42.971 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-14T22:30:44.353Z[ host-image] Aug 14 22:30:42.984 INFO O| Aug 14 22:30:42.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84472024-08-14T22:30:44.353Z[ host-image] Aug 14 22:30:42.984 INFO O| Aug 14 22:30:42.984 INFO STEP 50 (remove_files) COMPLETE
84482024-08-14T22:30:44.356Z[ host-image] Aug 14 22:30:42.984 INFO O| Aug 14 22:30:42.984 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-14T22:30:44.368Z[ host-image] Aug 14 22:30:42.998 INFO O| Aug 14 22:30:42.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84502024-08-14T22:30:44.368Z[ host-image] Aug 14 22:30:42.998 INFO O| Aug 14 22:30:42.998 INFO STEP 51 (remove_files) COMPLETE
84512024-08-14T22:30:44.368Z[ host-image] Aug 14 22:30:42.998 INFO O| Aug 14 22:30:42.998 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-14T22:30:44.382Z[ host-image] Aug 14 22:30:43.013 INFO O| Aug 14 22:30:43.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84532024-08-14T22:30:44.382Z[ host-image] Aug 14 22:30:43.013 INFO O| Aug 14 22:30:43.013 INFO STEP 52 (remove_files) COMPLETE
84542024-08-14T22:30:44.382Z[ host-image] Aug 14 22:30:43.013 INFO O| Aug 14 22:30:43.013 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-14T22:30:44.399Z[ host-image] Aug 14 22:30:43.029 INFO O| Aug 14 22:30:43.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84562024-08-14T22:30:44.399Z[ host-image] Aug 14 22:30:43.030 INFO O| Aug 14 22:30:43.030 INFO STEP 53 (remove_files) COMPLETE
84572024-08-14T22:30:44.401Z[ host-image] Aug 14 22:30:43.030 INFO O| Aug 14 22:30:43.030 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-14T22:30:44.417Z[ host-image] Aug 14 22:30:43.046 INFO O| Aug 14 22:30:43.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84592024-08-14T22:30:44.417Z[ host-image] Aug 14 22:30:43.046 INFO O| Aug 14 22:30:43.046 INFO STEP 54 (remove_files) COMPLETE
84602024-08-14T22:30:44.420Z[ host-image] Aug 14 22:30:43.046 INFO O| Aug 14 22:30:43.046 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-14T22:30:44.428Z[ host-image] Aug 14 22:30:43.059 INFO O| Aug 14 22:30:43.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84622024-08-14T22:30:44.428Z[ host-image] Aug 14 22:30:43.059 INFO O| Aug 14 22:30:43.059 INFO STEP 55 (remove_files) COMPLETE
84632024-08-14T22:30:44.430Z[ host-image] Aug 14 22:30:43.059 INFO O| Aug 14 22:30:43.059 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-14T22:30:44.441Z[ host-image] Aug 14 22:30:43.071 INFO O| Aug 14 22:30:43.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84652024-08-14T22:30:44.441Z[ host-image] Aug 14 22:30:43.071 INFO O| Aug 14 22:30:43.071 INFO STEP 56 (remove_files) COMPLETE
84662024-08-14T22:30:44.441Z[ host-image] Aug 14 22:30:43.071 INFO O| Aug 14 22:30:43.071 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-14T22:30:44.460Z[ host-image] Aug 14 22:30:43.090 INFO O| Aug 14 22:30:43.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84682024-08-14T22:30:44.460Z[ host-image] Aug 14 22:30:43.090 INFO O| Aug 14 22:30:43.090 INFO STEP 57 (remove_files) COMPLETE
84692024-08-14T22:30:44.460Z[ host-image] Aug 14 22:30:43.090 INFO O| Aug 14 22:30:43.090 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-14T22:30:44.482Z[ host-image] Aug 14 22:30:43.112 INFO O| Aug 14 22:30:43.112 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84712024-08-14T22:30:44.482Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84722024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84732024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84742024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84752024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84762024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO ok!
84772024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO STEP 58 (ensure_file) COMPLETE
84782024-08-14T22:30:44.485Z[ host-image] Aug 14 22:30:43.113 INFO O| Aug 14 22:30:43.113 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-14T22:30:44.498Z[ host-image] Aug 14 22:30:43.129 INFO O| Aug 14 22:30:43.129 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84802024-08-14T22:30:44.498Z[ host-image] Aug 14 22:30:43.129 INFO O| Aug 14 22:30:43.129 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84812024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.129 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84822024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.130 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84832024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84842024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.130 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84852024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.130 INFO ok!
84862024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.130 INFO STEP 59 (ensure_file) COMPLETE
84872024-08-14T22:30:44.501Z[ host-image] Aug 14 22:30:43.130 INFO O| Aug 14 22:30:43.130 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-14T22:30:44.519Z[ host-image] Aug 14 22:30:43.149 INFO O| Aug 14 22:30:43.149 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84892024-08-14T22:30:44.519Z[ host-image] Aug 14 22:30:43.149 INFO O| Aug 14 22:30:43.149 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84902024-08-14T22:30:44.521Z[ host-image] Aug 14 22:30:43.149 INFO O| Aug 14 22:30:43.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84912024-08-14T22:30:44.521Z[ host-image] Aug 14 22:30:43.149 INFO O| Aug 14 22:30:43.149 INFO ok!
84922024-08-14T22:30:44.521Z[ host-image] Aug 14 22:30:43.149 INFO O| Aug 14 22:30:43.149 INFO STEP 60 (ensure_file) COMPLETE
84932024-08-14T22:30:44.521Z[ host-image] Aug 14 22:30:43.149 INFO O| Aug 14 22:30:43.149 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-14T22:30:44.540Z[ host-image] Aug 14 22:30:43.171 INFO O| Aug 14 22:30:43.171 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84952024-08-14T22:30:44.540Z[ host-image] Aug 14 22:30:43.171 INFO O| Aug 14 22:30:43.171 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84962024-08-14T22:30:44.543Z[ host-image] Aug 14 22:30:43.171 INFO O| Aug 14 22:30:43.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84972024-08-14T22:30:44.543Z[ host-image] Aug 14 22:30:43.171 INFO O| Aug 14 22:30:43.171 INFO ok!
84982024-08-14T22:30:44.543Z[ host-image] Aug 14 22:30:43.171 INFO O| Aug 14 22:30:43.171 INFO STEP 61 (ensure_file) COMPLETE
84992024-08-14T22:30:44.543Z[ host-image] Aug 14 22:30:43.171 INFO O| Aug 14 22:30:43.171 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-14T22:30:44.563Z[ host-image] Aug 14 22:30:43.193 INFO O| Aug 14 22:30:43.193 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85012024-08-14T22:30:44.563Z[ host-image] Aug 14 22:30:43.193 INFO O| Aug 14 22:30:43.193 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85022024-08-14T22:30:44.573Z[ host-image] Aug 14 22:30:43.193 INFO O| Aug 14 22:30:43.193 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85032024-08-14T22:30:44.573Z[ host-image] Aug 14 22:30:43.194 INFO O| Aug 14 22:30:43.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85042024-08-14T22:30:44.573Z[ host-image] Aug 14 22:30:43.194 INFO O| Aug 14 22:30:43.193 INFO ok!
85052024-08-14T22:30:44.573Z[ host-image] Aug 14 22:30:43.194 INFO O| Aug 14 22:30:43.193 INFO STEP 62 (ensure_file) COMPLETE
85062024-08-14T22:30:44.573Z[ host-image] Aug 14 22:30:43.194 INFO O| Aug 14 22:30:43.194 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-14T22:30:44.580Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.210 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85082024-08-14T22:30:44.580Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.211 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85092024-08-14T22:30:44.580Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85102024-08-14T22:30:44.583Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85112024-08-14T22:30:44.583Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.211 INFO ok!
85122024-08-14T22:30:44.583Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.211 INFO STEP 63 (ensure_file) COMPLETE
85132024-08-14T22:30:44.583Z[ host-image] Aug 14 22:30:43.211 INFO O| Aug 14 22:30:43.211 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-14T22:30:44.601Z[ host-image] Aug 14 22:30:43.231 INFO O| Aug 14 22:30:43.231 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85152024-08-14T22:30:44.601Z[ host-image] Aug 14 22:30:43.231 INFO O| Aug 14 22:30:43.231 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85162024-08-14T22:30:44.603Z[ host-image] Aug 14 22:30:43.231 INFO O| Aug 14 22:30:43.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85172024-08-14T22:30:44.604Z[ host-image] Aug 14 22:30:43.231 INFO O| Aug 14 22:30:43.231 INFO ok!
85182024-08-14T22:30:44.604Z[ host-image] Aug 14 22:30:43.232 INFO O| Aug 14 22:30:43.232 INFO STEP 64 (assemble_files) COMPLETE
85192024-08-14T22:30:44.604Z[ host-image] Aug 14 22:30:43.232 INFO O| Aug 14 22:30:43.232 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-08-14T22:30:44.617Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85212024-08-14T22:30:44.617Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85222024-08-14T22:30:44.619Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85232024-08-14T22:30:44.619Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85242024-08-14T22:30:44.620Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO ok!
85252024-08-14T22:30:44.620Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO STEP 65 (ensure_file) COMPLETE
85262024-08-14T22:30:44.620Z[ host-image] Aug 14 22:30:43.248 INFO O| Aug 14 22:30:43.248 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-14T22:30:44.633Z[ host-image] Aug 14 22:30:43.263 INFO O| Aug 14 22:30:43.263 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85282024-08-14T22:30:44.633Z[ host-image] Aug 14 22:30:43.264 INFO O| Aug 14 22:30:43.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85292024-08-14T22:30:44.633Z[ host-image] Aug 14 22:30:43.264 INFO O| Aug 14 22:30:43.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85302024-08-14T22:30:44.635Z[ host-image] Aug 14 22:30:43.264 INFO O| Aug 14 22:30:43.264 INFO STEP 66 (ensure_dir) COMPLETE
85312024-08-14T22:30:44.635Z[ host-image] Aug 14 22:30:43.264 INFO O| Aug 14 22:30:43.264 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-14T22:30:44.647Z[ host-image] Aug 14 22:30:43.278 INFO O| Aug 14 22:30:43.278 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85332024-08-14T22:30:44.647Z[ host-image] Aug 14 22:30:43.278 INFO O| Aug 14 22:30:43.278 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
85342024-08-14T22:30:44.654Z[ host-image] Aug 14 22:30:43.285 INFO O| Aug 14 22:30:43.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85352024-08-14T22:30:44.654Z[ host-image] Aug 14 22:30:43.285 INFO O| Aug 14 22:30:43.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85362024-08-14T22:30:44.654Z[ host-image] Aug 14 22:30:43.285 INFO O| Aug 14 22:30:43.285 INFO ok!
85372024-08-14T22:30:44.657Z[ host-image] Aug 14 22:30:43.285 INFO O| Aug 14 22:30:43.285 INFO STEP 67 (ensure_file) COMPLETE
85382024-08-14T22:30:44.657Z[ host-image] Aug 14 22:30:43.285 INFO O| Aug 14 22:30:43.285 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-14T22:30:44.669Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85402024-08-14T22:30:44.669Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
85412024-08-14T22:30:44.672Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85422024-08-14T22:30:44.672Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85432024-08-14T22:30:44.672Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO ok!
85442024-08-14T22:30:44.672Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO STEP 68 (ensure_file) COMPLETE
85452024-08-14T22:30:44.672Z[ host-image] Aug 14 22:30:43.300 INFO O| Aug 14 22:30:43.300 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-08-14T22:30:44.689Z[ host-image] Aug 14 22:30:43.319 INFO O| Aug 14 22:30:43.319 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85472024-08-14T22:30:44.689Z[ host-image] Aug 14 22:30:43.319 INFO O| Aug 14 22:30:43.319 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85482024-08-14T22:30:46.659Z[ recovery-image] Aug 14 22:30:45.290 INFO E| Compiling scroll_derive v0.12.0
85492024-08-14T22:30:47.019Z[ host-image] Aug 14 22:30:45.649 INFO O| Aug 14 22:30:45.649 INFO STEP 69 (pack_tar) COMPLETE
85502024-08-14T22:30:47.019Z[ host-image] Aug 14 22:30:45.649 INFO O| Aug 14 22:30:45.649 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85512024-08-14T22:30:47.022Z[ host-image] Aug 14 22:30:45.649 INFO O| Aug 14 22:30:45.649 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85522024-08-14T22:30:47.199Z[ host-image] Aug 14 22:30:45.829 INFO O| Aug 14 22:30:45.829 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85532024-08-14T22:30:47.279Z[ host-image] Aug 14 22:30:45.909 INFO O| Aug 14 22:30:45.909 INFO completed processing gimlet/ramdisk-02-trim
85542024-08-14T22:30:47.281Z[ host-image] Aug 14 22:30:45.911 INFO image builder template: zfs...
85552024-08-14T22:30:47.281Z[ host-image] Aug 14 22:30:45.911 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpOW0RJm/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
85562024-08-14T22:30:47.296Z[ host-image] Aug 14 22:30:45.927 INFO O| Aug 14 22:30:45.927 INFO skip include "stress" because feature "stress" is not enabled
85572024-08-14T22:30:47.347Z[ host-image] Aug 14 22:30:45.977 INFO O| Aug 14 22:30:45.977 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85582024-08-14T22:30:47.352Z[ host-image] Aug 14 22:30:45.982 INFO O| Aug 14 22:30:45.982 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85592024-08-14T22:30:47.426Z[ host-image] Aug 14 22:30:46.055 INFO O| Aug 14 22:30:46.055 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85602024-08-14T22:30:47.479Z[ host-image] Aug 14 22:30:46.109 INFO O| Aug 14 22:30:46.109 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85612024-08-14T22:30:47.481Z[ host-image] Aug 14 22:30:46.109 INFO O| Aug 14 22:30:46.109 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85622024-08-14T22:30:47.484Z[ host-image] Aug 14 22:30:46.115 INFO O| Aug 14 22:30:46.115 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85632024-08-14T22:30:47.545Z[ host-image] Aug 14 22:30:46.175 INFO O| Aug 14 22:30:46.175 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85642024-08-14T22:30:47.586Z[ host-image] Aug 14 22:30:46.216 INFO O| Aug 14 22:30:46.216 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85652024-08-14T22:30:47.603Z[ host-image] Aug 14 22:30:46.233 INFO O| Aug 14 22:30:46.233 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85662024-08-14T22:30:47.612Z[ host-image] Aug 14 22:30:46.242 INFO O| Aug 14 22:30:46.242 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85672024-08-14T22:30:47.612Z[ host-image] Aug 14 22:30:46.242 INFO O| Aug 14 22:30:46.242 INFO no lofi found
85682024-08-14T22:30:47.612Z[ host-image] Aug 14 22:30:46.243 INFO O| Aug 14 22:30:46.242 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85692024-08-14T22:30:47.615Z[ host-image] Aug 14 22:30:46.243 INFO O| Aug 14 22:30:46.243 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85702024-08-14T22:30:49.383Z[ host-image] Aug 14 22:30:48.013 INFO O| Aug 14 22:30:48.012 INFO lofi device = /dev/dsk/c2t1d0p0
85712024-08-14T22:30:49.383Z[ host-image] Aug 14 22:30:48.013 INFO O| Aug 14 22:30:48.012 INFO pool device = /dev/dsk/c2t1d0p0
85722024-08-14T22:30:49.385Z[ host-image] Aug 14 22:30:48.013 INFO O| Aug 14 22:30:48.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85732024-08-14T22:30:49.469Z[ host-image] Aug 14 22:30:48.099 INFO O| Aug 14 22:30:48.098 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85742024-08-14T22:30:49.469Z[ host-image] Aug 14 22:30:48.099 INFO O| Aug 14 22:30:48.099 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85752024-08-14T22:30:49.489Z[ host-image] Aug 14 22:30:48.119 INFO O| Aug 14 22:30:48.119 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85762024-08-14T22:30:49.506Z[ recovery-image] Aug 14 22:30:48.136 INFO E| Compiling bitstruct_derive v0.1.0
85772024-08-14T22:30:49.550Z[ host-image] Aug 14 22:30:48.180 INFO O| Aug 14 22:30:48.180 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85782024-08-14T22:30:49.589Z[ host-image] Aug 14 22:30:48.219 INFO O| Aug 14 22:30:48.219 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85792024-08-14T22:30:49.605Z[ host-image] Aug 14 22:30:48.235 INFO O| Aug 14 22:30:48.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85802024-08-14T22:30:49.618Z[ host-image] Aug 14 22:30:48.248 INFO O| Aug 14 22:30:48.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85812024-08-14T22:30:49.673Z[ host-image] Aug 14 22:30:48.303 INFO O| Aug 14 22:30:48.303 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85822024-08-14T22:30:49.673Z[ host-image] Aug 14 22:30:48.303 INFO O| Aug 14 22:30:48.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85832024-08-14T22:30:49.673Z[ host-image] Aug 14 22:30:48.303 INFO O| Aug 14 22:30:48.303 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85842024-08-14T22:30:49.692Z[ host-image] Aug 14 22:30:48.322 INFO O| Aug 14 22:30:48.322 INFO boot environment UUID: 97772549-3a15-4800-8c85-5bc643d58f2c
85852024-08-14T22:30:49.693Z[ host-image] Aug 14 22:30:48.323 INFO O| Aug 14 22:30:48.322 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 97772549-3a15-4800-8c85-5bc643d58f2c
85862024-08-14T22:30:49.706Z[ host-image] Aug 14 22:30:48.336 INFO O| Aug 14 22:30:48.336 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85872024-08-14T22:30:49.719Z[ host-image] Aug 14 22:30:48.349 INFO O| Aug 14 22:30:48.349 INFO STEP 0 (create_be) COMPLETE
85882024-08-14T22:30:49.719Z[ host-image] Aug 14 22:30:48.350 INFO O| Aug 14 22:30:48.349 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85892024-08-14T22:30:49.739Z[ host-image] Aug 14 22:30:48.369 INFO O| Aug 14 22:30:48.369 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85902024-08-14T22:31:07.476Z[ recovery-image] Aug 14 22:31:06.103 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85912024-08-14T22:31:10.103Z[ host-image] Aug 14 22:31:08.729 INFO O| Aug 14 22:31:08.729 INFO STEP 1 (unpack_tar) COMPLETE
85922024-08-14T22:31:10.103Z[ host-image] Aug 14 22:31:08.729 INFO O| Aug 14 22:31:08.729 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85932024-08-14T22:31:10.123Z[ host-image] Aug 14 22:31:08.749 INFO O| Aug 14 22:31:08.749 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
85942024-08-14T22:31:10.279Z[ recovery-image] Aug 14 22:31:08.906 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85952024-08-14T22:31:10.390Z[ host-image] Aug 14 22:31:09.016 INFO O| Aug 14 22:31:09.016 INFO STEP 2 (devfsadm) COMPLETE
85962024-08-14T22:31:10.390Z[ host-image] Aug 14 22:31:09.016 INFO O| Aug 14 22:31:09.016 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85972024-08-14T22:31:10.410Z[ host-image] Aug 14 22:31:09.036 INFO O| Aug 14 22:31:09.036 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
85982024-08-14T22:31:10.413Z[ host-image] Aug 14 22:31:09.036 INFO O| Aug 14 22:31:09.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
85992024-08-14T22:31:10.413Z[ host-image] Aug 14 22:31:09.036 INFO O| Aug 14 22:31:09.036 INFO STEP 3 (ensure_dir) COMPLETE
86002024-08-14T22:31:10.413Z[ host-image] Aug 14 22:31:09.037 INFO O| Aug 14 22:31:09.036 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86012024-08-14T22:31:10.431Z[ host-image] Aug 14 22:31:09.058 INFO O| Aug 14 22:31:09.058 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86022024-08-14T22:31:10.431Z[ host-image] Aug 14 22:31:09.058 INFO O| Aug 14 22:31:09.058 INFO STEP 4 (ensure_dir) COMPLETE
86032024-08-14T22:31:10.435Z[ host-image] Aug 14 22:31:09.058 INFO O| Aug 14 22:31:09.058 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86042024-08-14T22:31:10.450Z[ host-image] Aug 14 22:31:09.077 INFO O| Aug 14 22:31:09.077 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86052024-08-14T22:31:10.450Z[ host-image] Aug 14 22:31:09.077 INFO O| Aug 14 22:31:09.077 INFO STEP 5 (ensure_dir) COMPLETE
86062024-08-14T22:31:10.454Z[ host-image] Aug 14 22:31:09.078 INFO O| Aug 14 22:31:09.077 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86072024-08-14T22:31:10.467Z[ host-image] Aug 14 22:31:09.094 INFO O| Aug 14 22:31:09.094 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86082024-08-14T22:31:10.470Z[ host-image] Aug 14 22:31:09.094 INFO O| Aug 14 22:31:09.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86092024-08-14T22:31:10.470Z[ host-image] Aug 14 22:31:09.094 INFO O| Aug 14 22:31:09.094 INFO STEP 6 (ensure_dir) COMPLETE
86102024-08-14T22:31:10.470Z[ host-image] Aug 14 22:31:09.094 INFO O| Aug 14 22:31:09.094 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86112024-08-14T22:31:10.485Z[ host-image] Aug 14 22:31:09.111 INFO O| Aug 14 22:31:09.111 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86122024-08-14T22:31:10.485Z[ host-image] Aug 14 22:31:09.111 INFO O| Aug 14 22:31:09.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86132024-08-14T22:31:10.488Z[ host-image] Aug 14 22:31:09.111 INFO O| Aug 14 22:31:09.111 INFO STEP 7 (ensure_dir) COMPLETE
86142024-08-14T22:31:10.488Z[ host-image] Aug 14 22:31:09.111 INFO O| Aug 14 22:31:09.111 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86152024-08-14T22:31:10.498Z[ host-image] Aug 14 22:31:09.125 INFO O| Aug 14 22:31:09.125 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86162024-08-14T22:31:10.503Z[ host-image] Aug 14 22:31:09.126 INFO O| Aug 14 22:31:09.126 INFO STEP 8 (remove_files) COMPLETE
86172024-08-14T22:31:10.503Z[ host-image] Aug 14 22:31:09.126 INFO O| Aug 14 22:31:09.126 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86182024-08-14T22:31:10.521Z[ host-image] Aug 14 22:31:09.147 INFO O| Aug 14 22:31:09.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86192024-08-14T22:31:10.524Z[ host-image] Aug 14 22:31:09.148 INFO O| Aug 14 22:31:09.148 INFO STEP 9 (remove_files) COMPLETE
86202024-08-14T22:31:10.524Z[ host-image] Aug 14 22:31:09.149 INFO O| Aug 14 22:31:09.148 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86212024-08-14T22:31:10.545Z[ host-image] Aug 14 22:31:09.168 INFO O| Aug 14 22:31:09.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86222024-08-14T22:31:10.548Z[ host-image] Aug 14 22:31:09.169 INFO O| Aug 14 22:31:09.169 INFO STEP 10 (remove_files) COMPLETE
86232024-08-14T22:31:10.548Z[ host-image] Aug 14 22:31:09.169 INFO O| Aug 14 22:31:09.169 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86242024-08-14T22:31:10.563Z[ host-image] Aug 14 22:31:09.190 INFO O| Aug 14 22:31:09.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86252024-08-14T22:31:10.563Z[ host-image] Aug 14 22:31:09.190 INFO O| Aug 14 22:31:09.190 INFO STEP 11 (remove_files) COMPLETE
86262024-08-14T22:31:10.563Z[ host-image] Aug 14 22:31:09.190 INFO O| Aug 14 22:31:09.190 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86272024-08-14T22:31:10.580Z[ host-image] Aug 14 22:31:09.207 INFO O| Aug 14 22:31:09.206 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86282024-08-14T22:31:10.580Z[ host-image] Aug 14 22:31:09.207 INFO O| Aug 14 22:31:09.207 INFO STEP 12 (remove_files) COMPLETE
86292024-08-14T22:31:10.580Z[ host-image] Aug 14 22:31:09.207 INFO O| Aug 14 22:31:09.207 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86302024-08-14T22:31:10.607Z[ host-image] Aug 14 22:31:09.228 INFO O| Aug 14 22:31:09.228 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86312024-08-14T22:31:10.607Z[ host-image] Aug 14 22:31:09.228 INFO O| Aug 14 22:31:09.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86322024-08-14T22:31:10.607Z[ host-image] Aug 14 22:31:09.228 INFO O| Aug 14 22:31:09.228 INFO STEP 13 (ensure_dir) COMPLETE
86332024-08-14T22:31:10.607Z[ host-image] Aug 14 22:31:09.229 INFO O| Aug 14 22:31:09.229 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86342024-08-14T22:31:10.627Z[ host-image] Aug 14 22:31:09.247 INFO O| Aug 14 22:31:09.247 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86352024-08-14T22:31:10.627Z[ host-image] Aug 14 22:31:09.248 INFO O| Aug 14 22:31:09.248 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86362024-08-14T22:31:10.627Z[ host-image] Aug 14 22:31:09.248 INFO O| Aug 14 22:31:09.248 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86372024-08-14T22:31:10.627Z[ host-image] Aug 14 22:31:09.248 INFO O| Aug 14 22:31:09.248 INFO STEP 14 (ensure_dir) COMPLETE
86382024-08-14T22:31:10.627Z[ host-image] Aug 14 22:31:09.248 INFO O| Aug 14 22:31:09.248 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86392024-08-14T22:31:10.653Z[ host-image] Aug 14 22:31:09.267 INFO O| Aug 14 22:31:09.267 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86402024-08-14T22:31:10.653Z[ host-image] Aug 14 22:31:09.267 INFO O| Aug 14 22:31:09.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86412024-08-14T22:31:10.653Z[ host-image] Aug 14 22:31:09.267 INFO O| Aug 14 22:31:09.267 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86422024-08-14T22:31:10.653Z[ host-image] Aug 14 22:31:09.268 INFO O| Aug 14 22:31:09.267 INFO STEP 15 (ensure_dir) COMPLETE
86432024-08-14T22:31:10.653Z[ host-image] Aug 14 22:31:09.268 INFO O| Aug 14 22:31:09.268 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86442024-08-14T22:31:10.658Z[ host-image] Aug 14 22:31:09.285 INFO O| Aug 14 22:31:09.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86452024-08-14T22:31:10.662Z[ host-image] Aug 14 22:31:09.286 INFO O| Aug 14 22:31:09.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86462024-08-14T22:31:10.662Z[ host-image] Aug 14 22:31:09.286 INFO O| Aug 14 22:31:09.286 INFO STEP 16 (ensure_dir) COMPLETE
86472024-08-14T22:31:10.662Z[ host-image] Aug 14 22:31:09.286 INFO O| Aug 14 22:31:09.286 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86482024-08-14T22:31:10.679Z[ host-image] Aug 14 22:31:09.306 INFO O| Aug 14 22:31:09.306 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86492024-08-14T22:31:10.679Z[ host-image] Aug 14 22:31:09.306 INFO O| Aug 14 22:31:09.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86502024-08-14T22:31:10.683Z[ host-image] Aug 14 22:31:09.306 INFO O| Aug 14 22:31:09.306 INFO STEP 17 (ensure_dir) COMPLETE
86512024-08-14T22:31:10.683Z[ host-image] Aug 14 22:31:09.306 INFO O| Aug 14 22:31:09.306 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86522024-08-14T22:31:10.696Z[ host-image] Aug 14 22:31:09.322 INFO O| Aug 14 22:31:09.322 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86532024-08-14T22:31:10.696Z[ host-image] Aug 14 22:31:09.323 INFO O| Aug 14 22:31:09.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86542024-08-14T22:31:10.696Z[ host-image] Aug 14 22:31:09.323 INFO O| Aug 14 22:31:09.322 INFO ok!
86552024-08-14T22:31:10.696Z[ host-image] Aug 14 22:31:09.323 INFO O| Aug 14 22:31:09.322 INFO STEP 18 (ensure_symlink) COMPLETE
86562024-08-14T22:31:10.696Z[ host-image] Aug 14 22:31:09.323 INFO O| Aug 14 22:31:09.323 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86572024-08-14T22:31:10.710Z[ host-image] Aug 14 22:31:09.337 INFO O| Aug 14 22:31:09.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86582024-08-14T22:31:10.710Z[ host-image] Aug 14 22:31:09.337 INFO O| Aug 14 22:31:09.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86592024-08-14T22:31:10.713Z[ host-image] Aug 14 22:31:09.337 INFO O| Aug 14 22:31:09.337 INFO ok!
86602024-08-14T22:31:10.713Z[ host-image] Aug 14 22:31:09.337 INFO O| Aug 14 22:31:09.337 INFO STEP 19 (ensure_file) COMPLETE
86612024-08-14T22:31:10.713Z[ host-image] Aug 14 22:31:09.337 INFO O| Aug 14 22:31:09.337 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86622024-08-14T22:31:10.730Z[ host-image] Aug 14 22:31:09.357 INFO O| Aug 14 22:31:09.356 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86632024-08-14T22:31:10.730Z[ host-image] Aug 14 22:31:09.357 INFO O| Aug 14 22:31:09.356 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86642024-08-14T22:31:10.733Z[ host-image] Aug 14 22:31:09.357 INFO O| Aug 14 22:31:09.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86652024-08-14T22:31:10.733Z[ host-image] Aug 14 22:31:09.357 INFO O| Aug 14 22:31:09.357 INFO ok!
86662024-08-14T22:31:10.733Z[ host-image] Aug 14 22:31:09.357 INFO O| Aug 14 22:31:09.357 INFO STEP 20 (ensure_symlink) COMPLETE
86672024-08-14T22:31:10.733Z[ host-image] Aug 14 22:31:09.357 INFO O| Aug 14 22:31:09.357 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86682024-08-14T22:31:10.748Z[ host-image] Aug 14 22:31:09.375 INFO O| Aug 14 22:31:09.375 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86692024-08-14T22:31:10.748Z[ host-image] Aug 14 22:31:09.375 INFO O| Aug 14 22:31:09.375 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86702024-08-14T22:31:10.748Z[ host-image] Aug 14 22:31:09.375 INFO O| Aug 14 22:31:09.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86712024-08-14T22:31:10.764Z[ host-image] Aug 14 22:31:09.375 INFO O| Aug 14 22:31:09.375 INFO ok!
86722024-08-14T22:31:10.765Z[ host-image] Aug 14 22:31:09.375 INFO O| Aug 14 22:31:09.375 INFO STEP 21 (ensure_symlink) COMPLETE
86732024-08-14T22:31:10.765Z[ host-image] Aug 14 22:31:09.375 INFO O| Aug 14 22:31:09.375 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86742024-08-14T22:31:10.768Z[ host-image] Aug 14 22:31:09.392 INFO O| Aug 14 22:31:09.392 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86752024-08-14T22:31:10.768Z[ host-image] Aug 14 22:31:09.392 INFO O| Aug 14 22:31:09.392 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86762024-08-14T22:31:10.768Z[ host-image] Aug 14 22:31:09.392 INFO O| Aug 14 22:31:09.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86772024-08-14T22:31:10.768Z[ host-image] Aug 14 22:31:09.392 INFO O| Aug 14 22:31:09.392 INFO ok!
86782024-08-14T22:31:10.768Z[ host-image] Aug 14 22:31:09.392 INFO O| Aug 14 22:31:09.392 INFO STEP 22 (ensure_symlink) COMPLETE
86792024-08-14T22:31:10.768Z[ host-image] Aug 14 22:31:09.392 INFO O| Aug 14 22:31:09.392 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86802024-08-14T22:31:10.783Z[ host-image] Aug 14 22:31:09.410 INFO O| Aug 14 22:31:09.410 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86812024-08-14T22:31:10.783Z[ host-image] Aug 14 22:31:09.410 INFO O| Aug 14 22:31:09.410 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86822024-08-14T22:31:10.786Z[ host-image] Aug 14 22:31:09.410 INFO O| Aug 14 22:31:09.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86832024-08-14T22:31:10.786Z[ host-image] Aug 14 22:31:09.410 INFO O| Aug 14 22:31:09.410 INFO ok!
86842024-08-14T22:31:10.786Z[ host-image] Aug 14 22:31:09.410 INFO O| Aug 14 22:31:09.410 INFO STEP 23 (ensure_symlink) COMPLETE
86852024-08-14T22:31:10.786Z[ host-image] Aug 14 22:31:09.410 INFO O| Aug 14 22:31:09.410 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86862024-08-14T22:31:10.796Z[ host-image] Aug 14 22:31:09.423 INFO O| Aug 14 22:31:09.423 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86872024-08-14T22:31:10.799Z[ host-image] Aug 14 22:31:09.423 INFO O| Aug 14 22:31:09.423 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86882024-08-14T22:31:10.799Z[ host-image] Aug 14 22:31:09.424 INFO O| Aug 14 22:31:09.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86892024-08-14T22:31:10.799Z[ host-image] Aug 14 22:31:09.424 INFO O| Aug 14 22:31:09.424 INFO ok!
86902024-08-14T22:31:10.799Z[ host-image] Aug 14 22:31:09.424 INFO O| Aug 14 22:31:09.424 INFO STEP 24 (ensure_file) COMPLETE
86912024-08-14T22:31:10.799Z[ host-image] Aug 14 22:31:09.424 INFO O| Aug 14 22:31:09.424 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86922024-08-14T22:31:10.815Z[ host-image] Aug 14 22:31:09.441 INFO O| Aug 14 22:31:09.441 INFO updating shadow file
86932024-08-14T22:31:10.815Z[ host-image] Aug 14 22:31:09.442 INFO O| Aug 14 22:31:09.441 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86942024-08-14T22:31:10.815Z[ host-image] Aug 14 22:31:09.442 INFO O| Aug 14 22:31:09.441 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86952024-08-14T22:31:10.818Z[ host-image] Aug 14 22:31:09.442 INFO O| Aug 14 22:31:09.442 INFO STEP 25 (shadow) COMPLETE
86962024-08-14T22:31:10.818Z[ host-image] Aug 14 22:31:09.442 INFO O| Aug 14 22:31:09.442 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86972024-08-14T22:31:10.831Z[ host-image] Aug 14 22:31:09.457 INFO O| Aug 14 22:31:09.457 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
86982024-08-14T22:31:10.831Z[ host-image] Aug 14 22:31:09.457 INFO O| Aug 14 22:31:09.457 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
86992024-08-14T22:31:10.834Z[ host-image] Aug 14 22:31:09.457 INFO O| Aug 14 22:31:09.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87002024-08-14T22:31:10.834Z[ host-image] Aug 14 22:31:09.457 INFO O| Aug 14 22:31:09.457 INFO ok!
87012024-08-14T22:31:10.834Z[ host-image] Aug 14 22:31:09.457 INFO O| Aug 14 22:31:09.457 INFO STEP 26 (ensure_file) COMPLETE
87022024-08-14T22:31:10.834Z[ host-image] Aug 14 22:31:09.457 INFO O| Aug 14 22:31:09.457 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87032024-08-14T22:31:10.845Z[ host-image] Aug 14 22:31:09.471 INFO O| Aug 14 22:31:09.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87042024-08-14T22:31:10.845Z[ host-image] Aug 14 22:31:09.471 INFO O| Aug 14 22:31:09.471 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87052024-08-14T22:31:10.849Z[ host-image] Aug 14 22:31:09.471 INFO O| Aug 14 22:31:09.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87062024-08-14T22:31:10.849Z[ host-image] Aug 14 22:31:09.471 INFO O| Aug 14 22:31:09.471 INFO ok!
87072024-08-14T22:31:10.849Z[ host-image] Aug 14 22:31:09.471 INFO O| Aug 14 22:31:09.471 INFO STEP 27 (ensure_file) COMPLETE
87082024-08-14T22:31:10.849Z[ host-image] Aug 14 22:31:09.471 INFO O| Aug 14 22:31:09.471 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87092024-08-14T22:31:10.862Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87102024-08-14T22:31:10.862Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87112024-08-14T22:31:10.865Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87122024-08-14T22:31:10.865Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87132024-08-14T22:31:10.865Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 INFO ok!
87142024-08-14T22:31:10.865Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 INFO STEP 28 (ensure_file) COMPLETE
87152024-08-14T22:31:10.865Z[ host-image] Aug 14 22:31:09.489 INFO O| Aug 14 22:31:09.489 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87162024-08-14T22:31:10.876Z[ host-image] Aug 14 22:31:09.503 INFO O| Aug 14 22:31:09.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87172024-08-14T22:31:10.876Z[ host-image] Aug 14 22:31:09.503 INFO O| Aug 14 22:31:09.503 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87182024-08-14T22:31:10.878Z[ host-image] Aug 14 22:31:09.503 INFO O| Aug 14 22:31:09.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87192024-08-14T22:31:10.879Z[ host-image] Aug 14 22:31:09.503 INFO O| Aug 14 22:31:09.503 INFO ok!
87202024-08-14T22:31:10.879Z[ host-image] Aug 14 22:31:09.503 INFO O| Aug 14 22:31:09.503 INFO STEP 29 (ensure_file) COMPLETE
87212024-08-14T22:31:10.879Z[ host-image] Aug 14 22:31:09.503 INFO O| Aug 14 22:31:09.503 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87222024-08-14T22:31:10.895Z[ host-image] Aug 14 22:31:09.520 INFO O| Aug 14 22:31:09.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87232024-08-14T22:31:10.895Z[ host-image] Aug 14 22:31:09.520 INFO O| Aug 14 22:31:09.520 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87242024-08-14T22:31:10.899Z[ host-image] Aug 14 22:31:09.520 INFO O| Aug 14 22:31:09.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87252024-08-14T22:31:10.899Z[ host-image] Aug 14 22:31:09.520 INFO O| Aug 14 22:31:09.520 INFO ok!
87262024-08-14T22:31:10.899Z[ host-image] Aug 14 22:31:09.520 INFO O| Aug 14 22:31:09.520 INFO STEP 30 (ensure_file) COMPLETE
87272024-08-14T22:31:10.899Z[ host-image] Aug 14 22:31:09.520 INFO O| Aug 14 22:31:09.520 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87282024-08-14T22:31:10.909Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87292024-08-14T22:31:10.909Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87302024-08-14T22:31:10.913Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87312024-08-14T22:31:10.913Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87322024-08-14T22:31:10.913Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 INFO ok!
87332024-08-14T22:31:10.913Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 INFO STEP 31 (ensure_file) COMPLETE
87342024-08-14T22:31:10.913Z[ host-image] Aug 14 22:31:09.536 INFO O| Aug 14 22:31:09.536 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87352024-08-14T22:31:10.923Z[ host-image] Aug 14 22:31:09.550 INFO O| Aug 14 22:31:09.550 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87362024-08-14T22:31:10.923Z[ host-image] Aug 14 22:31:09.550 INFO O| Aug 14 22:31:09.550 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87372024-08-14T22:31:10.927Z[ host-image] Aug 14 22:31:09.550 INFO O| Aug 14 22:31:09.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87382024-08-14T22:31:10.927Z[ host-image] Aug 14 22:31:09.550 INFO O| Aug 14 22:31:09.550 INFO ok!
87392024-08-14T22:31:10.927Z[ host-image] Aug 14 22:31:09.550 INFO O| Aug 14 22:31:09.550 INFO STEP 32 (ensure_file) COMPLETE
87402024-08-14T22:31:10.927Z[ host-image] Aug 14 22:31:09.550 INFO O| Aug 14 22:31:09.550 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87412024-08-14T22:31:10.941Z[ host-image] Aug 14 22:31:09.566 INFO O| Aug 14 22:31:09.566 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87422024-08-14T22:31:10.941Z[ host-image] Aug 14 22:31:09.566 INFO O| Aug 14 22:31:09.566 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87432024-08-14T22:31:10.944Z[ host-image] Aug 14 22:31:09.566 INFO O| Aug 14 22:31:09.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87442024-08-14T22:31:10.944Z[ host-image] Aug 14 22:31:09.566 INFO O| Aug 14 22:31:09.566 INFO ok!
87452024-08-14T22:31:10.944Z[ host-image] Aug 14 22:31:09.566 INFO O| Aug 14 22:31:09.566 INFO STEP 33 (ensure_file) COMPLETE
87462024-08-14T22:31:10.944Z[ host-image] Aug 14 22:31:09.566 INFO O| Aug 14 22:31:09.566 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87472024-08-14T22:31:10.953Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87482024-08-14T22:31:10.953Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87492024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87502024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87512024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87522024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87532024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO ok!
87542024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO STEP 34 (ensure_file) COMPLETE
87552024-08-14T22:31:10.957Z[ host-image] Aug 14 22:31:09.580 INFO O| Aug 14 22:31:09.580 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87562024-08-14T22:31:10.971Z[ host-image] Aug 14 22:31:09.596 INFO O| Aug 14 22:31:09.596 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87572024-08-14T22:31:10.971Z[ host-image] Aug 14 22:31:09.596 INFO O| Aug 14 22:31:09.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87582024-08-14T22:31:10.974Z[ host-image] Aug 14 22:31:09.596 INFO O| Aug 14 22:31:09.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87592024-08-14T22:31:10.974Z[ host-image] Aug 14 22:31:09.596 INFO O| Aug 14 22:31:09.596 INFO STEP 35 (ensure_dir) COMPLETE
87602024-08-14T22:31:10.974Z[ host-image] Aug 14 22:31:09.596 INFO O| Aug 14 22:31:09.596 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87612024-08-14T22:31:10.984Z[ host-image] Aug 14 22:31:09.611 INFO O| Aug 14 22:31:09.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
87622024-08-14T22:31:10.984Z[ host-image] Aug 14 22:31:09.611 INFO O| Aug 14 22:31:09.611 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
87632024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.611 INFO O| Aug 14 22:31:09.611 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87642024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.611 INFO O| Aug 14 22:31:09.611 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87652024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.611 INFO O| Aug 14 22:31:09.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87662024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.612 INFO O| Aug 14 22:31:09.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87672024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.612 INFO O| Aug 14 22:31:09.611 INFO ok!
87682024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.612 INFO O| Aug 14 22:31:09.611 INFO STEP 36 (ensure_file) COMPLETE
87692024-08-14T22:31:10.987Z[ host-image] Aug 14 22:31:09.612 INFO O| Aug 14 22:31:09.612 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87702024-08-14T22:31:10.996Z[ host-image] Aug 14 22:31:09.623 INFO O| Aug 14 22:31:09.623 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87712024-08-14T22:31:10.996Z[ host-image] Aug 14 22:31:09.623 INFO O| Aug 14 22:31:09.623 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
87722024-08-14T22:31:10.998Z[ host-image] Aug 14 22:31:09.623 INFO O| Aug 14 22:31:09.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87732024-08-14T22:31:10.998Z[ host-image] Aug 14 22:31:09.623 INFO O| Aug 14 22:31:09.623 INFO ok!
87742024-08-14T22:31:10.999Z[ host-image] Aug 14 22:31:09.623 INFO O| Aug 14 22:31:09.623 INFO STEP 37 (ensure_symlink) COMPLETE
87752024-08-14T22:31:10.999Z[ host-image] Aug 14 22:31:09.623 INFO O| Aug 14 22:31:09.623 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87762024-08-14T22:31:11.008Z[ host-image] Aug 14 22:31:09.634 INFO O| Aug 14 22:31:09.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87772024-08-14T22:31:11.008Z[ host-image] Aug 14 22:31:09.634 INFO O| Aug 14 22:31:09.634 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87782024-08-14T22:31:11.016Z[ host-image] Aug 14 22:31:09.634 INFO O| Aug 14 22:31:09.634 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87792024-08-14T22:31:11.016Z[ host-image] Aug 14 22:31:09.634 INFO O| Aug 14 22:31:09.634 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87802024-08-14T22:31:11.016Z[ host-image] Aug 14 22:31:09.634 INFO O| Aug 14 22:31:09.634 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87812024-08-14T22:31:11.016Z[ host-image] Aug 14 22:31:09.634 INFO O| Aug 14 22:31:09.634 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87822024-08-14T22:31:11.016Z[ host-image] Aug 14 22:31:09.635 INFO O| Aug 14 22:31:09.634 INFO ok!
87832024-08-14T22:31:11.016Z[ host-image] Aug 14 22:31:09.635 INFO O| Aug 14 22:31:09.634 INFO STEP 38 (ensure_file) COMPLETE
87842024-08-14T22:31:11.017Z[ host-image] Aug 14 22:31:09.635 INFO O| Aug 14 22:31:09.634 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87852024-08-14T22:31:11.020Z[ host-image] Aug 14 22:31:09.646 INFO O| Aug 14 22:31:09.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87862024-08-14T22:31:11.020Z[ host-image] Aug 14 22:31:09.646 INFO O| Aug 14 22:31:09.646 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
87872024-08-14T22:31:11.020Z[ host-image] Aug 14 22:31:09.646 INFO O| Aug 14 22:31:09.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87882024-08-14T22:31:11.023Z[ host-image] Aug 14 22:31:09.646 INFO O| Aug 14 22:31:09.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87892024-08-14T22:31:11.023Z[ host-image] Aug 14 22:31:09.647 INFO O| Aug 14 22:31:09.646 INFO ok!
87902024-08-14T22:31:11.023Z[ host-image] Aug 14 22:31:09.647 INFO O| Aug 14 22:31:09.646 INFO STEP 39 (ensure_file) COMPLETE
87912024-08-14T22:31:11.023Z[ host-image] Aug 14 22:31:09.647 INFO O| Aug 14 22:31:09.646 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87922024-08-14T22:31:11.031Z[ host-image] Aug 14 22:31:09.658 INFO O| Aug 14 22:31:09.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87932024-08-14T22:31:11.033Z[ host-image] Aug 14 22:31:09.658 INFO O| Aug 14 22:31:09.658 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87942024-08-14T22:31:11.033Z[ host-image] Aug 14 22:31:09.658 INFO O| Aug 14 22:31:09.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
87952024-08-14T22:31:11.033Z[ host-image] Aug 14 22:31:09.658 INFO O| Aug 14 22:31:09.658 INFO ok!
87962024-08-14T22:31:11.033Z[ host-image] Aug 14 22:31:09.658 INFO O| Aug 14 22:31:09.658 INFO STEP 40 (ensure_file) COMPLETE
87972024-08-14T22:31:11.033Z[ host-image] Aug 14 22:31:09.658 INFO O| Aug 14 22:31:09.658 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87982024-08-14T22:31:11.043Z[ host-image] Aug 14 22:31:09.669 INFO O| Aug 14 22:31:09.669 INFO updating shadow file
87992024-08-14T22:31:11.043Z[ host-image] Aug 14 22:31:09.669 INFO O| Aug 14 22:31:09.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88002024-08-14T22:31:11.046Z[ host-image] Aug 14 22:31:09.669 INFO O| Aug 14 22:31:09.669 INFO STEP 41 (shadow) COMPLETE
88012024-08-14T22:31:11.046Z[ host-image] Aug 14 22:31:09.669 INFO O| Aug 14 22:31:09.669 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88022024-08-14T22:31:11.054Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88032024-08-14T22:31:11.054Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88042024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88052024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88062024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO ok!
88072024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO STEP 42 (ensure_file) COMPLETE
88082024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88092024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO skip step because feature "mfg" is not enabled
88102024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88112024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO skip step because feature "mfg" is not enabled
88122024-08-14T22:31:11.057Z[ host-image] Aug 14 22:31:09.681 INFO O| Aug 14 22:31:09.681 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88132024-08-14T22:31:11.066Z[ host-image] Aug 14 22:31:09.693 INFO O| Aug 14 22:31:09.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88142024-08-14T22:31:11.066Z[ host-image] Aug 14 22:31:09.693 INFO O| Aug 14 22:31:09.693 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88152024-08-14T22:31:11.719Z[ host-image] Aug 14 22:31:10.345 INFO O| Aug 14 22:31:10.345 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88162024-08-14T22:31:11.719Z[ host-image] Aug 14 22:31:10.345 INFO O| Aug 14 22:31:10.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88172024-08-14T22:31:11.719Z[ host-image] Aug 14 22:31:10.345 INFO O| Aug 14 22:31:10.345 INFO ok!
88182024-08-14T22:31:11.722Z[ host-image] Aug 14 22:31:10.345 INFO O| Aug 14 22:31:10.345 INFO STEP 45 (ensure_file) COMPLETE
88192024-08-14T22:31:11.722Z[ host-image] Aug 14 22:31:10.345 INFO O| Aug 14 22:31:10.345 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88202024-08-14T22:31:11.730Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88212024-08-14T22:31:11.730Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88222024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88232024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88242024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88252024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88262024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO ok!
88272024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO STEP 46 (ensure_file) COMPLETE
88282024-08-14T22:31:11.733Z[ host-image] Aug 14 22:31:10.357 INFO O| Aug 14 22:31:10.357 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88292024-08-14T22:31:11.742Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88302024-08-14T22:31:11.745Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
88312024-08-14T22:31:11.745Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88322024-08-14T22:31:11.745Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88332024-08-14T22:31:11.745Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 INFO ok!
88342024-08-14T22:31:11.745Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 INFO STEP 47 (ensure_file) COMPLETE
88352024-08-14T22:31:11.745Z[ host-image] Aug 14 22:31:10.368 INFO O| Aug 14 22:31:10.368 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88362024-08-14T22:31:11.752Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88372024-08-14T22:31:11.752Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88382024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88392024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88402024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88412024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88422024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO ok!
88432024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO STEP 48 (ensure_file) COMPLETE
88442024-08-14T22:31:11.755Z[ host-image] Aug 14 22:31:10.378 INFO O| Aug 14 22:31:10.378 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88452024-08-14T22:31:11.763Z[ host-image] Aug 14 22:31:10.389 INFO O| Aug 14 22:31:10.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88462024-08-14T22:31:11.763Z[ host-image] Aug 14 22:31:10.390 INFO O| Aug 14 22:31:10.389 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
88472024-08-14T22:31:11.765Z[ host-image] Aug 14 22:31:10.390 INFO O| Aug 14 22:31:10.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88482024-08-14T22:31:11.765Z[ host-image] Aug 14 22:31:10.390 INFO O| Aug 14 22:31:10.390 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88492024-08-14T22:31:11.765Z[ host-image] Aug 14 22:31:10.390 INFO O| Aug 14 22:31:10.390 INFO ok!
88502024-08-14T22:31:11.765Z[ host-image] Aug 14 22:31:10.390 INFO O| Aug 14 22:31:10.390 INFO STEP 49 (ensure_file) COMPLETE
88512024-08-14T22:31:11.765Z[ host-image] Aug 14 22:31:10.390 INFO O| Aug 14 22:31:10.390 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88522024-08-14T22:31:11.773Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88532024-08-14T22:31:11.773Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88542024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88552024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88562024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88572024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88582024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO ok!
88592024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO STEP 50 (ensure_file) COMPLETE
88602024-08-14T22:31:11.777Z[ host-image] Aug 14 22:31:10.400 INFO O| Aug 14 22:31:10.400 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88612024-08-14T22:31:11.785Z[ host-image] Aug 14 22:31:10.411 INFO O| Aug 14 22:31:10.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88622024-08-14T22:31:11.785Z[ host-image] Aug 14 22:31:10.411 INFO O| Aug 14 22:31:10.411 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
88632024-08-14T22:31:11.788Z[ host-image] Aug 14 22:31:10.412 INFO O| Aug 14 22:31:10.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88642024-08-14T22:31:11.788Z[ host-image] Aug 14 22:31:10.412 INFO O| Aug 14 22:31:10.412 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88652024-08-14T22:31:11.789Z[ host-image] Aug 14 22:31:10.412 INFO O| Aug 14 22:31:10.412 INFO ok!
88662024-08-14T22:31:11.789Z[ host-image] Aug 14 22:31:10.412 INFO O| Aug 14 22:31:10.412 INFO STEP 51 (ensure_file) COMPLETE
88672024-08-14T22:31:11.789Z[ host-image] Aug 14 22:31:10.412 INFO O| Aug 14 22:31:10.412 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88682024-08-14T22:31:11.796Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88692024-08-14T22:31:11.796Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.423 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
88702024-08-14T22:31:11.801Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.423 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88712024-08-14T22:31:11.801Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.423 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88722024-08-14T22:31:11.801Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.423 INFO ok!
88732024-08-14T22:31:11.801Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.423 INFO STEP 52 (ensure_file) COMPLETE
88742024-08-14T22:31:11.801Z[ host-image] Aug 14 22:31:10.423 INFO O| Aug 14 22:31:10.423 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88752024-08-14T22:31:11.807Z[ host-image] Aug 14 22:31:10.433 INFO O| Aug 14 22:31:10.433 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88762024-08-14T22:31:11.807Z[ host-image] Aug 14 22:31:10.433 INFO O| Aug 14 22:31:10.433 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
88772024-08-14T22:31:11.814Z[ host-image] Aug 14 22:31:10.433 INFO O| Aug 14 22:31:10.433 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88782024-08-14T22:31:11.814Z[ host-image] Aug 14 22:31:10.433 INFO O| Aug 14 22:31:10.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88792024-08-14T22:31:11.814Z[ host-image] Aug 14 22:31:10.434 INFO O| Aug 14 22:31:10.433 INFO ok!
88802024-08-14T22:31:11.814Z[ host-image] Aug 14 22:31:10.434 INFO O| Aug 14 22:31:10.433 INFO STEP 53 (ensure_file) COMPLETE
88812024-08-14T22:31:11.814Z[ host-image] Aug 14 22:31:10.434 INFO O| Aug 14 22:31:10.434 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88822024-08-14T22:31:11.817Z[ host-image] Aug 14 22:31:10.443 INFO O| Aug 14 22:31:10.443 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88832024-08-14T22:31:11.817Z[ host-image] Aug 14 22:31:10.443 INFO O| Aug 14 22:31:10.443 INFO STEP 54 (ensure_dir) COMPLETE
88842024-08-14T22:31:11.817Z[ host-image] Aug 14 22:31:10.443 INFO O| Aug 14 22:31:10.443 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88852024-08-14T22:31:11.827Z[ host-image] Aug 14 22:31:10.453 INFO O| Aug 14 22:31:10.453 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88862024-08-14T22:31:11.827Z[ host-image] Aug 14 22:31:10.453 INFO O| Aug 14 22:31:10.453 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88872024-08-14T22:31:11.827Z[ host-image] Aug 14 22:31:10.453 INFO O| Aug 14 22:31:10.453 INFO STEP 55 (ensure_dir) COMPLETE
88882024-08-14T22:31:11.842Z[ host-image] Aug 14 22:31:10.453 INFO O| Aug 14 22:31:10.453 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88892024-08-14T22:31:11.842Z[ host-image] Aug 14 22:31:10.463 INFO O| Aug 14 22:31:10.463 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88902024-08-14T22:31:11.842Z[ host-image] Aug 14 22:31:10.464 INFO O| Aug 14 22:31:10.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88912024-08-14T22:31:11.842Z[ host-image] Aug 14 22:31:10.464 INFO O| Aug 14 22:31:10.463 INFO STEP 56 (ensure_dir) COMPLETE
88922024-08-14T22:31:11.842Z[ host-image] Aug 14 22:31:10.464 INFO O| Aug 14 22:31:10.464 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88932024-08-14T22:31:11.847Z[ host-image] Aug 14 22:31:10.474 INFO O| Aug 14 22:31:10.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88942024-08-14T22:31:11.847Z[ host-image] Aug 14 22:31:10.474 INFO O| Aug 14 22:31:10.474 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
88952024-08-14T22:31:11.861Z[ host-image] Aug 14 22:31:10.488 INFO O| Aug 14 22:31:10.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
88962024-08-14T22:31:11.861Z[ host-image] Aug 14 22:31:10.488 INFO O| Aug 14 22:31:10.488 INFO ok!
88972024-08-14T22:31:11.865Z[ host-image] Aug 14 22:31:10.488 INFO O| Aug 14 22:31:10.488 INFO STEP 57 (ensure_file) COMPLETE
88982024-08-14T22:31:11.866Z[ host-image] Aug 14 22:31:10.488 INFO O| Aug 14 22:31:10.488 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88992024-08-14T22:31:11.873Z[ host-image] Aug 14 22:31:10.499 INFO O| Aug 14 22:31:10.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89002024-08-14T22:31:11.873Z[ host-image] Aug 14 22:31:10.499 INFO O| Aug 14 22:31:10.499 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89012024-08-14T22:31:13.002Z[ host-image] Aug 14 22:31:11.628 INFO O| Aug 14 22:31:11.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89022024-08-14T22:31:13.002Z[ host-image] Aug 14 22:31:11.628 INFO O| Aug 14 22:31:11.628 INFO ok!
89032024-08-14T22:31:13.008Z[ host-image] Aug 14 22:31:11.628 INFO O| Aug 14 22:31:11.628 INFO STEP 58 (ensure_file) COMPLETE
89042024-08-14T22:31:13.008Z[ host-image] Aug 14 22:31:11.628 INFO O| Aug 14 22:31:11.628 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89052024-08-14T22:31:13.014Z[ host-image] Aug 14 22:31:11.641 INFO O| Aug 14 22:31:11.641 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89062024-08-14T22:31:13.017Z[ host-image] Aug 14 22:31:11.641 INFO O| Aug 14 22:31:11.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89072024-08-14T22:31:13.017Z[ host-image] Aug 14 22:31:11.641 INFO O| Aug 14 22:31:11.641 INFO STEP 59 (ensure_dir) COMPLETE
89082024-08-14T22:31:13.017Z[ host-image] Aug 14 22:31:11.641 INFO O| Aug 14 22:31:11.641 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89092024-08-14T22:31:13.026Z[ host-image] Aug 14 22:31:11.652 INFO O| Aug 14 22:31:11.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89102024-08-14T22:31:13.026Z[ host-image] Aug 14 22:31:11.652 INFO O| Aug 14 22:31:11.652 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
89112024-08-14T22:31:13.029Z[ host-image] Aug 14 22:31:11.653 INFO O| Aug 14 22:31:11.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89122024-08-14T22:31:13.029Z[ host-image] Aug 14 22:31:11.653 INFO O| Aug 14 22:31:11.652 INFO ok!
89132024-08-14T22:31:13.029Z[ host-image] Aug 14 22:31:11.653 INFO O| Aug 14 22:31:11.653 INFO STEP 60 (ensure_file) COMPLETE
89142024-08-14T22:31:13.029Z[ host-image] Aug 14 22:31:11.653 INFO O| Aug 14 22:31:11.653 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89152024-08-14T22:31:13.038Z[ host-image] Aug 14 22:31:11.664 INFO O| Aug 14 22:31:11.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89162024-08-14T22:31:13.038Z[ host-image] Aug 14 22:31:11.664 INFO O| Aug 14 22:31:11.664 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
89172024-08-14T22:31:13.041Z[ host-image] Aug 14 22:31:11.664 INFO O| Aug 14 22:31:11.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89182024-08-14T22:31:13.041Z[ host-image] Aug 14 22:31:11.664 INFO O| Aug 14 22:31:11.664 INFO ok!
89192024-08-14T22:31:13.041Z[ host-image] Aug 14 22:31:11.664 INFO O| Aug 14 22:31:11.664 INFO STEP 61 (ensure_file) COMPLETE
89202024-08-14T22:31:13.041Z[ host-image] Aug 14 22:31:11.665 INFO O| Aug 14 22:31:11.664 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89212024-08-14T22:31:13.049Z[ host-image] Aug 14 22:31:11.676 INFO O| Aug 14 22:31:11.676 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89222024-08-14T22:31:13.055Z[ host-image] Aug 14 22:31:11.676 INFO O| Aug 14 22:31:11.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89232024-08-14T22:31:13.055Z[ host-image] Aug 14 22:31:11.676 INFO O| Aug 14 22:31:11.676 INFO STEP 62 (ensure_dir) COMPLETE
89242024-08-14T22:31:13.055Z[ host-image] Aug 14 22:31:11.676 INFO O| Aug 14 22:31:11.676 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89252024-08-14T22:31:13.061Z[ host-image] Aug 14 22:31:11.687 INFO O| Aug 14 22:31:11.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89262024-08-14T22:31:13.061Z[ host-image] Aug 14 22:31:11.687 INFO O| Aug 14 22:31:11.687 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
89272024-08-14T22:31:13.066Z[ host-image] Aug 14 22:31:11.687 INFO O| Aug 14 22:31:11.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89282024-08-14T22:31:13.066Z[ host-image] Aug 14 22:31:11.687 INFO O| Aug 14 22:31:11.687 INFO ok!
89292024-08-14T22:31:13.066Z[ host-image] Aug 14 22:31:11.687 INFO O| Aug 14 22:31:11.687 INFO STEP 63 (ensure_file) COMPLETE
89302024-08-14T22:31:13.066Z[ host-image] Aug 14 22:31:11.687 INFO O| Aug 14 22:31:11.687 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89312024-08-14T22:31:13.072Z[ host-image] Aug 14 22:31:11.698 INFO O| Aug 14 22:31:11.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89322024-08-14T22:31:13.072Z[ host-image] Aug 14 22:31:11.698 INFO O| Aug 14 22:31:11.698 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
89332024-08-14T22:31:13.075Z[ host-image] Aug 14 22:31:11.699 INFO O| Aug 14 22:31:11.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89342024-08-14T22:31:13.075Z[ host-image] Aug 14 22:31:11.699 INFO O| Aug 14 22:31:11.699 INFO ok!
89352024-08-14T22:31:13.075Z[ host-image] Aug 14 22:31:11.699 INFO O| Aug 14 22:31:11.699 INFO STEP 64 (ensure_file) COMPLETE
89362024-08-14T22:31:13.075Z[ host-image] Aug 14 22:31:11.699 INFO O| Aug 14 22:31:11.699 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89372024-08-14T22:31:13.086Z[ host-image] Aug 14 22:31:11.712 INFO O| Aug 14 22:31:11.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89382024-08-14T22:31:13.086Z[ host-image] Aug 14 22:31:11.712 INFO O| Aug 14 22:31:11.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89392024-08-14T22:31:13.086Z[ host-image] Aug 14 22:31:11.712 INFO O| Aug 14 22:31:11.712 INFO STEP 65 (ensure_dir) COMPLETE
89402024-08-14T22:31:13.089Z[ host-image] Aug 14 22:31:11.712 INFO O| Aug 14 22:31:11.712 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-14T22:31:13.097Z[ host-image] Aug 14 22:31:11.723 INFO O| Aug 14 22:31:11.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89422024-08-14T22:31:13.098Z[ host-image] Aug 14 22:31:11.724 INFO O| Aug 14 22:31:11.723 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
89432024-08-14T22:31:13.101Z[ host-image] Aug 14 22:31:11.724 INFO O| Aug 14 22:31:11.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89442024-08-14T22:31:13.101Z[ host-image] Aug 14 22:31:11.724 INFO O| Aug 14 22:31:11.724 INFO ok!
89452024-08-14T22:31:13.102Z[ host-image] Aug 14 22:31:11.724 INFO O| Aug 14 22:31:11.724 INFO STEP 66 (ensure_file) COMPLETE
89462024-08-14T22:31:13.102Z[ host-image] Aug 14 22:31:11.724 INFO O| Aug 14 22:31:11.724 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-08-14T22:31:13.109Z[ host-image] Aug 14 22:31:11.736 INFO O| Aug 14 22:31:11.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89482024-08-14T22:31:13.109Z[ host-image] Aug 14 22:31:11.736 INFO O| Aug 14 22:31:11.735 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89492024-08-14T22:31:13.109Z[ host-image] Aug 14 22:31:11.736 INFO O| Aug 14 22:31:11.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89502024-08-14T22:31:13.112Z[ host-image] Aug 14 22:31:11.736 INFO O| Aug 14 22:31:11.736 INFO ok!
89512024-08-14T22:31:13.112Z[ host-image] Aug 14 22:31:11.736 INFO O| Aug 14 22:31:11.736 INFO STEP 67 (ensure_file) COMPLETE
89522024-08-14T22:31:13.112Z[ host-image] Aug 14 22:31:11.736 INFO O| Aug 14 22:31:11.736 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89532024-08-14T22:31:13.120Z[ host-image] Aug 14 22:31:11.747 INFO O| Aug 14 22:31:11.747 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89542024-08-14T22:31:13.120Z[ host-image] Aug 14 22:31:11.747 INFO O| Aug 14 22:31:11.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89552024-08-14T22:31:13.120Z[ host-image] Aug 14 22:31:11.747 INFO O| Aug 14 22:31:11.747 INFO STEP 68 (ensure_dir) COMPLETE
89562024-08-14T22:31:13.124Z[ host-image] Aug 14 22:31:11.747 INFO O| Aug 14 22:31:11.747 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-14T22:31:13.134Z[ host-image] Aug 14 22:31:11.760 INFO O| Aug 14 22:31:11.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89582024-08-14T22:31:13.134Z[ host-image] Aug 14 22:31:11.761 INFO O| Aug 14 22:31:11.760 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89592024-08-14T22:31:13.695Z[ host-image] Aug 14 22:31:12.321 INFO O| Aug 14 22:31:12.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89602024-08-14T22:31:13.695Z[ host-image] Aug 14 22:31:12.321 INFO O| Aug 14 22:31:12.321 INFO ok!
89612024-08-14T22:31:13.695Z[ host-image] Aug 14 22:31:12.321 INFO O| Aug 14 22:31:12.321 INFO STEP 69 (ensure_file) COMPLETE
89622024-08-14T22:31:13.701Z[ host-image] Aug 14 22:31:12.321 INFO O| Aug 14 22:31:12.321 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-14T22:31:13.707Z[ host-image] Aug 14 22:31:12.333 INFO O| Aug 14 22:31:12.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89642024-08-14T22:31:13.707Z[ host-image] Aug 14 22:31:12.333 INFO O| Aug 14 22:31:12.333 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89652024-08-14T22:31:14.572Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling bitflags v1.3.2
89662024-08-14T22:31:14.572Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling bit_field v0.10.2
89672024-08-14T22:31:14.572Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling plain v0.2.3
89682024-08-14T22:31:14.575Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling log v0.4.21
89692024-08-14T22:31:14.575Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling scroll v0.12.0
89702024-08-14T22:31:14.575Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling adler v1.0.2
89712024-08-14T22:31:14.575Z[ recovery-image] Aug 14 22:31:13.198 INFO E| Compiling static_assertions v1.1.0
89722024-08-14T22:31:14.672Z[ recovery-image] Aug 14 22:31:13.299 INFO E| Compiling raw-cpuid v10.7.0
89732024-08-14T22:31:14.703Z[ recovery-image] Aug 14 22:31:13.329 INFO E| Compiling cpio_reader v0.1.1
89742024-08-14T22:31:14.859Z[ recovery-image] Aug 14 22:31:13.485 INFO E| Compiling miniz_oxide v0.7.2
89752024-08-14T22:31:15.169Z[ recovery-image] Aug 14 22:31:13.794 INFO E| Compiling bitstruct v0.1.1
89762024-08-14T22:31:15.508Z[ host-image] Aug 14 22:31:14.134 INFO O| Aug 14 22:31:14.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89772024-08-14T22:31:15.508Z[ host-image] Aug 14 22:31:14.134 INFO O| Aug 14 22:31:14.134 INFO ok!
89782024-08-14T22:31:15.508Z[ host-image] Aug 14 22:31:14.134 INFO O| Aug 14 22:31:14.134 INFO STEP 70 (ensure_file) COMPLETE
89792024-08-14T22:31:15.515Z[ host-image] Aug 14 22:31:14.134 INFO O| Aug 14 22:31:14.134 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89802024-08-14T22:31:15.528Z[ host-image] Aug 14 22:31:14.154 INFO O| Aug 14 22:31:14.154 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89812024-08-14T22:31:15.528Z[ host-image] Aug 14 22:31:14.154 INFO O| Aug 14 22:31:14.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89822024-08-14T22:31:15.528Z[ host-image] Aug 14 22:31:14.154 INFO O| Aug 14 22:31:14.154 INFO STEP 71 (ensure_dir) COMPLETE
89832024-08-14T22:31:15.531Z[ host-image] Aug 14 22:31:14.154 INFO O| Aug 14 22:31:14.154 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89842024-08-14T22:31:15.545Z[ host-image] Aug 14 22:31:14.172 INFO O| Aug 14 22:31:14.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89852024-08-14T22:31:15.545Z[ host-image] Aug 14 22:31:14.172 INFO O| Aug 14 22:31:14.172 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
89862024-08-14T22:31:15.549Z[ host-image] Aug 14 22:31:14.172 INFO O| Aug 14 22:31:14.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89872024-08-14T22:31:15.549Z[ host-image] Aug 14 22:31:14.172 INFO O| Aug 14 22:31:14.172 INFO ok!
89882024-08-14T22:31:15.549Z[ host-image] Aug 14 22:31:14.172 INFO O| Aug 14 22:31:14.172 INFO STEP 72 (ensure_file) COMPLETE
89892024-08-14T22:31:15.549Z[ host-image] Aug 14 22:31:14.172 INFO O| Aug 14 22:31:14.172 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89902024-08-14T22:31:15.564Z[ host-image] Aug 14 22:31:14.190 INFO O| Aug 14 22:31:14.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89912024-08-14T22:31:15.567Z[ host-image] Aug 14 22:31:14.190 INFO O| Aug 14 22:31:14.190 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
89922024-08-14T22:31:15.567Z[ host-image] Aug 14 22:31:14.190 INFO O| Aug 14 22:31:14.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89932024-08-14T22:31:15.567Z[ host-image] Aug 14 22:31:14.190 INFO O| Aug 14 22:31:14.190 INFO ok!
89942024-08-14T22:31:15.567Z[ host-image] Aug 14 22:31:14.190 INFO O| Aug 14 22:31:14.190 INFO STEP 73 (ensure_file) COMPLETE
89952024-08-14T22:31:15.567Z[ host-image] Aug 14 22:31:14.190 INFO O| Aug 14 22:31:14.190 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89962024-08-14T22:31:15.581Z[ host-image] Aug 14 22:31:14.207 INFO O| Aug 14 22:31:14.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
89972024-08-14T22:31:15.581Z[ host-image] Aug 14 22:31:14.207 INFO O| Aug 14 22:31:14.207 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
89982024-08-14T22:31:15.581Z[ host-image] Aug 14 22:31:14.207 INFO O| Aug 14 22:31:14.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
89992024-08-14T22:31:15.584Z[ host-image] Aug 14 22:31:14.207 INFO O| Aug 14 22:31:14.207 INFO ok!
90002024-08-14T22:31:15.584Z[ host-image] Aug 14 22:31:14.207 INFO O| Aug 14 22:31:14.207 INFO STEP 74 (ensure_file) COMPLETE
90012024-08-14T22:31:15.584Z[ host-image] Aug 14 22:31:14.207 INFO O| Aug 14 22:31:14.207 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90022024-08-14T22:31:15.593Z[ recovery-image] Aug 14 22:31:14.218 INFO E| Compiling goblin v0.8.0
90032024-08-14T22:31:15.599Z[ host-image] Aug 14 22:31:14.225 INFO O| Aug 14 22:31:14.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90042024-08-14T22:31:15.599Z[ host-image] Aug 14 22:31:14.225 INFO O| Aug 14 22:31:14.225 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90052024-08-14T22:31:15.609Z[ host-image] Aug 14 22:31:14.225 INFO O| Aug 14 22:31:14.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90062024-08-14T22:31:15.609Z[ host-image] Aug 14 22:31:14.225 INFO O| Aug 14 22:31:14.225 INFO ok!
90072024-08-14T22:31:15.609Z[ host-image] Aug 14 22:31:14.225 INFO O| Aug 14 22:31:14.225 INFO STEP 75 (ensure_file) COMPLETE
90082024-08-14T22:31:15.609Z[ host-image] Aug 14 22:31:14.225 INFO O| Aug 14 22:31:14.225 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90092024-08-14T22:31:15.619Z[ host-image] Aug 14 22:31:14.243 INFO O| Aug 14 22:31:14.243 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90102024-08-14T22:31:15.619Z[ host-image] Aug 14 22:31:14.243 INFO O| Aug 14 22:31:14.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90112024-08-14T22:31:15.622Z[ host-image] Aug 14 22:31:14.243 INFO O| Aug 14 22:31:14.243 INFO STEP 76 (ensure_dir) COMPLETE
90122024-08-14T22:31:15.622Z[ host-image] Aug 14 22:31:14.243 INFO O| Aug 14 22:31:14.243 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-08-14T22:31:15.637Z[ host-image] Aug 14 22:31:14.263 INFO O| Aug 14 22:31:14.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90142024-08-14T22:31:15.637Z[ host-image] Aug 14 22:31:14.263 INFO O| Aug 14 22:31:14.263 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90152024-08-14T22:31:16.271Z[ host-image] Aug 14 22:31:14.897 INFO O| Aug 14 22:31:14.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90162024-08-14T22:31:16.271Z[ host-image] Aug 14 22:31:14.897 INFO O| Aug 14 22:31:14.897 INFO ok!
90172024-08-14T22:31:16.275Z[ host-image] Aug 14 22:31:14.897 INFO O| Aug 14 22:31:14.897 INFO STEP 77 (ensure_file) COMPLETE
90182024-08-14T22:31:16.275Z[ host-image] Aug 14 22:31:14.897 INFO O| Aug 14 22:31:14.897 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90192024-08-14T22:31:16.290Z[ host-image] Aug 14 22:31:14.915 INFO O| Aug 14 22:31:14.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90202024-08-14T22:31:16.290Z[ host-image] Aug 14 22:31:14.916 INFO O| Aug 14 22:31:14.915 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90212024-08-14T22:31:16.290Z[ host-image] Aug 14 22:31:14.916 INFO O| Aug 14 22:31:14.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90222024-08-14T22:31:16.293Z[ host-image] Aug 14 22:31:14.916 INFO O| Aug 14 22:31:14.916 INFO ok!
90232024-08-14T22:31:16.294Z[ host-image] Aug 14 22:31:14.916 INFO O| Aug 14 22:31:14.916 INFO STEP 78 (ensure_file) COMPLETE
90242024-08-14T22:31:16.294Z[ host-image] Aug 14 22:31:14.916 INFO O| Aug 14 22:31:14.916 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90252024-08-14T22:31:16.305Z[ host-image] Aug 14 22:31:14.929 INFO O| Aug 14 22:31:14.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90262024-08-14T22:31:16.305Z[ host-image] Aug 14 22:31:14.929 INFO O| Aug 14 22:31:14.929 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90272024-08-14T22:31:17.770Z[ host-image] Aug 14 22:31:16.396 INFO O| Aug 14 22:31:16.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90282024-08-14T22:31:17.771Z[ host-image] Aug 14 22:31:16.396 INFO O| Aug 14 22:31:16.396 INFO ok!
90292024-08-14T22:31:17.771Z[ host-image] Aug 14 22:31:16.396 INFO O| Aug 14 22:31:16.396 INFO STEP 79 (ensure_file) COMPLETE
90302024-08-14T22:31:17.779Z[ host-image] Aug 14 22:31:16.396 INFO O| Aug 14 22:31:16.396 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-08-14T22:31:17.788Z[ host-image] Aug 14 22:31:16.412 INFO O| Aug 14 22:31:16.411 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90322024-08-14T22:31:17.788Z[ host-image] Aug 14 22:31:16.412 INFO O| Aug 14 22:31:16.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90332024-08-14T22:31:17.792Z[ host-image] Aug 14 22:31:16.412 INFO O| Aug 14 22:31:16.412 INFO STEP 80 (ensure_dir) COMPLETE
90342024-08-14T22:31:17.792Z[ host-image] Aug 14 22:31:16.412 INFO O| Aug 14 22:31:16.412 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90352024-08-14T22:31:17.798Z[ host-image] Aug 14 22:31:16.424 INFO O| Aug 14 22:31:16.424 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90362024-08-14T22:31:17.798Z[ host-image] Aug 14 22:31:16.424 INFO O| Aug 14 22:31:16.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90372024-08-14T22:31:17.798Z[ host-image] Aug 14 22:31:16.424 INFO O| Aug 14 22:31:16.424 INFO STEP 81 (ensure_dir) COMPLETE
90382024-08-14T22:31:17.802Z[ host-image] Aug 14 22:31:16.424 INFO O| Aug 14 22:31:16.424 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-14T22:31:17.818Z[ host-image] Aug 14 22:31:16.443 INFO O| Aug 14 22:31:16.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90402024-08-14T22:31:17.818Z[ host-image] Aug 14 22:31:16.443 INFO O| Aug 14 22:31:16.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90412024-08-14T22:31:17.818Z[ host-image] Aug 14 22:31:16.443 INFO O| Aug 14 22:31:16.443 INFO STEP 82 (ensure_dir) COMPLETE
90422024-08-14T22:31:17.821Z[ host-image] Aug 14 22:31:16.443 INFO O| Aug 14 22:31:16.443 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90432024-08-14T22:31:17.833Z[ host-image] Aug 14 22:31:16.459 INFO O| Aug 14 22:31:16.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90442024-08-14T22:31:17.833Z[ host-image] Aug 14 22:31:16.459 INFO O| Aug 14 22:31:16.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90452024-08-14T22:31:17.836Z[ host-image] Aug 14 22:31:16.459 INFO O| Aug 14 22:31:16.459 INFO STEP 83 (ensure_dir) COMPLETE
90462024-08-14T22:31:17.836Z[ host-image] Aug 14 22:31:16.459 INFO O| Aug 14 22:31:16.459 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-08-14T22:31:17.850Z[ host-image] Aug 14 22:31:16.475 INFO O| Aug 14 22:31:16.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90482024-08-14T22:31:17.850Z[ host-image] Aug 14 22:31:16.475 INFO O| Aug 14 22:31:16.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90492024-08-14T22:31:17.853Z[ host-image] Aug 14 22:31:16.476 INFO O| Aug 14 22:31:16.475 INFO STEP 84 (ensure_dir) COMPLETE
90502024-08-14T22:31:17.853Z[ host-image] Aug 14 22:31:16.476 INFO O| Aug 14 22:31:16.476 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-08-14T22:31:17.865Z[ host-image] Aug 14 22:31:16.491 INFO O| Aug 14 22:31:16.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90522024-08-14T22:31:17.865Z[ host-image] Aug 14 22:31:16.491 INFO O| Aug 14 22:31:16.491 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
90532024-08-14T22:31:17.865Z[ host-image] Aug 14 22:31:16.491 INFO O| Aug 14 22:31:16.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90542024-08-14T22:31:17.868Z[ host-image] Aug 14 22:31:16.491 INFO O| Aug 14 22:31:16.491 INFO ok!
90552024-08-14T22:31:17.868Z[ host-image] Aug 14 22:31:16.491 INFO O| Aug 14 22:31:16.491 INFO STEP 85 (ensure_file) COMPLETE
90562024-08-14T22:31:17.868Z[ host-image] Aug 14 22:31:16.491 INFO O| Aug 14 22:31:16.491 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-08-14T22:31:17.880Z[ host-image] Aug 14 22:31:16.506 INFO O| Aug 14 22:31:16.506 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90582024-08-14T22:31:17.880Z[ host-image] Aug 14 22:31:16.506 INFO O| Aug 14 22:31:16.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90592024-08-14T22:31:17.889Z[ host-image] Aug 14 22:31:16.506 INFO O| Aug 14 22:31:16.506 INFO STEP 86 (ensure_dir) COMPLETE
90602024-08-14T22:31:17.889Z[ host-image] Aug 14 22:31:16.506 INFO O| Aug 14 22:31:16.506 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-14T22:31:17.895Z[ host-image] Aug 14 22:31:16.519 INFO O| Aug 14 22:31:16.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90622024-08-14T22:31:17.895Z[ host-image] Aug 14 22:31:16.519 INFO O| Aug 14 22:31:16.519 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90632024-08-14T22:31:17.895Z[ host-image] Aug 14 22:31:16.519 INFO O| Aug 14 22:31:16.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90642024-08-14T22:31:17.895Z[ host-image] Aug 14 22:31:16.519 INFO O| Aug 14 22:31:16.519 INFO ok!
90652024-08-14T22:31:17.895Z[ host-image] Aug 14 22:31:16.519 INFO O| Aug 14 22:31:16.519 INFO STEP 87 (ensure_file) COMPLETE
90662024-08-14T22:31:17.895Z[ host-image] Aug 14 22:31:16.519 INFO O| Aug 14 22:31:16.519 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-08-14T22:31:17.908Z[ host-image] Aug 14 22:31:16.534 INFO O| Aug 14 22:31:16.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90682024-08-14T22:31:17.908Z[ host-image] Aug 14 22:31:16.534 INFO O| Aug 14 22:31:16.534 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90692024-08-14T22:31:17.921Z[ host-image] Aug 14 22:31:16.546 INFO O| Aug 14 22:31:16.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90702024-08-14T22:31:17.921Z[ host-image] Aug 14 22:31:16.546 INFO O| Aug 14 22:31:16.546 INFO ok!
90712024-08-14T22:31:17.921Z[ host-image] Aug 14 22:31:16.546 INFO O| Aug 14 22:31:16.546 INFO STEP 88 (ensure_file) COMPLETE
90722024-08-14T22:31:17.924Z[ host-image] Aug 14 22:31:16.547 INFO O| Aug 14 22:31:16.546 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-14T22:31:17.944Z[ host-image] Aug 14 22:31:16.566 INFO O| Aug 14 22:31:16.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90742024-08-14T22:31:17.944Z[ host-image] Aug 14 22:31:16.566 INFO O| Aug 14 22:31:16.566 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90752024-08-14T22:31:18.548Z[ host-image] Aug 14 22:31:17.173 INFO O| Aug 14 22:31:17.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90762024-08-14T22:31:18.548Z[ host-image] Aug 14 22:31:17.173 INFO O| Aug 14 22:31:17.173 INFO ok!
90772024-08-14T22:31:18.551Z[ host-image] Aug 14 22:31:17.173 INFO O| Aug 14 22:31:17.173 INFO STEP 89 (ensure_file) COMPLETE
90782024-08-14T22:31:18.551Z[ host-image] Aug 14 22:31:17.173 INFO O| Aug 14 22:31:17.173 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90792024-08-14T22:31:18.568Z[ host-image] Aug 14 22:31:17.194 INFO O| Aug 14 22:31:17.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90802024-08-14T22:31:18.568Z[ host-image] Aug 14 22:31:17.194 INFO O| Aug 14 22:31:17.194 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90812024-08-14T22:31:18.571Z[ host-image] Aug 14 22:31:17.194 INFO O| Aug 14 22:31:17.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90822024-08-14T22:31:18.571Z[ host-image] Aug 14 22:31:17.194 INFO O| Aug 14 22:31:17.194 INFO ok!
90832024-08-14T22:31:18.571Z[ host-image] Aug 14 22:31:17.194 INFO O| Aug 14 22:31:17.194 INFO STEP 90 (ensure_file) COMPLETE
90842024-08-14T22:31:18.571Z[ host-image] Aug 14 22:31:17.194 INFO O| Aug 14 22:31:17.194 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90852024-08-14T22:31:18.588Z[ host-image] Aug 14 22:31:17.214 INFO O| Aug 14 22:31:17.213 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90862024-08-14T22:31:18.592Z[ host-image] Aug 14 22:31:17.214 INFO O| Aug 14 22:31:17.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90872024-08-14T22:31:18.592Z[ host-image] Aug 14 22:31:17.214 INFO O| Aug 14 22:31:17.214 INFO STEP 91 (ensure_dir) COMPLETE
90882024-08-14T22:31:18.592Z[ host-image] Aug 14 22:31:17.214 INFO O| Aug 14 22:31:17.214 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-14T22:31:18.609Z[ host-image] Aug 14 22:31:17.234 INFO O| Aug 14 22:31:17.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90902024-08-14T22:31:18.609Z[ host-image] Aug 14 22:31:17.234 INFO O| Aug 14 22:31:17.234 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
90912024-08-14T22:31:18.609Z[ host-image] Aug 14 22:31:17.234 INFO O| Aug 14 22:31:17.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90922024-08-14T22:31:18.612Z[ host-image] Aug 14 22:31:17.234 INFO O| Aug 14 22:31:17.234 INFO ok!
90932024-08-14T22:31:18.612Z[ host-image] Aug 14 22:31:17.234 INFO O| Aug 14 22:31:17.234 INFO STEP 92 (ensure_file) COMPLETE
90942024-08-14T22:31:18.612Z[ host-image] Aug 14 22:31:17.234 INFO O| Aug 14 22:31:17.234 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90952024-08-14T22:31:18.628Z[ host-image] Aug 14 22:31:17.254 INFO O| Aug 14 22:31:17.254 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90962024-08-14T22:31:18.629Z[ host-image] Aug 14 22:31:17.254 INFO O| Aug 14 22:31:17.254 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
90972024-08-14T22:31:18.632Z[ host-image] Aug 14 22:31:17.254 INFO O| Aug 14 22:31:17.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
90982024-08-14T22:31:18.632Z[ host-image] Aug 14 22:31:17.254 INFO O| Aug 14 22:31:17.254 INFO ok!
90992024-08-14T22:31:18.632Z[ host-image] Aug 14 22:31:17.254 INFO O| Aug 14 22:31:17.254 INFO STEP 93 (ensure_file) COMPLETE
91002024-08-14T22:31:18.632Z[ host-image] Aug 14 22:31:17.254 INFO O| Aug 14 22:31:17.254 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-08-14T22:31:18.649Z[ host-image] Aug 14 22:31:17.274 INFO O| Aug 14 22:31:17.274 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91022024-08-14T22:31:18.649Z[ host-image] Aug 14 22:31:17.275 INFO O| Aug 14 22:31:17.274 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
91032024-08-14T22:31:18.653Z[ host-image] Aug 14 22:31:17.275 INFO O| Aug 14 22:31:17.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91042024-08-14T22:31:18.653Z[ host-image] Aug 14 22:31:17.275 INFO O| Aug 14 22:31:17.275 INFO ok!
91052024-08-14T22:31:18.653Z[ host-image] Aug 14 22:31:17.275 INFO O| Aug 14 22:31:17.275 INFO STEP 94 (ensure_file) COMPLETE
91062024-08-14T22:31:18.653Z[ host-image] Aug 14 22:31:17.275 INFO O| Aug 14 22:31:17.275 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-14T22:31:18.672Z[ host-image] Aug 14 22:31:17.298 INFO O| Aug 14 22:31:17.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91082024-08-14T22:31:18.672Z[ host-image] Aug 14 22:31:17.298 INFO O| Aug 14 22:31:17.298 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
91092024-08-14T22:31:18.676Z[ host-image] Aug 14 22:31:17.298 INFO O| Aug 14 22:31:17.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91102024-08-14T22:31:18.676Z[ host-image] Aug 14 22:31:17.298 INFO O| Aug 14 22:31:17.298 INFO ok!
91112024-08-14T22:31:18.676Z[ host-image] Aug 14 22:31:17.298 INFO O| Aug 14 22:31:17.298 INFO STEP 95 (ensure_file) COMPLETE
91122024-08-14T22:31:18.676Z[ host-image] Aug 14 22:31:17.299 INFO O| Aug 14 22:31:17.298 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-08-14T22:31:18.697Z[ host-image] Aug 14 22:31:17.322 INFO O| Aug 14 22:31:17.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91142024-08-14T22:31:18.697Z[ host-image] Aug 14 22:31:17.322 INFO O| Aug 14 22:31:17.322 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
91152024-08-14T22:31:18.701Z[ host-image] Aug 14 22:31:17.322 INFO O| Aug 14 22:31:17.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91162024-08-14T22:31:18.701Z[ host-image] Aug 14 22:31:17.322 INFO O| Aug 14 22:31:17.322 INFO ok!
91172024-08-14T22:31:18.701Z[ host-image] Aug 14 22:31:17.322 INFO O| Aug 14 22:31:17.322 INFO STEP 96 (ensure_file) COMPLETE
91182024-08-14T22:31:18.701Z[ host-image] Aug 14 22:31:17.322 INFO O| Aug 14 22:31:17.322 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-14T22:31:18.719Z[ host-image] Aug 14 22:31:17.345 INFO O| Aug 14 22:31:17.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91202024-08-14T22:31:18.719Z[ host-image] Aug 14 22:31:17.345 INFO O| Aug 14 22:31:17.345 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91212024-08-14T22:31:18.722Z[ host-image] Aug 14 22:31:17.345 INFO O| Aug 14 22:31:17.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91222024-08-14T22:31:18.722Z[ host-image] Aug 14 22:31:17.345 INFO O| Aug 14 22:31:17.345 INFO ok!
91232024-08-14T22:31:18.722Z[ host-image] Aug 14 22:31:17.345 INFO O| Aug 14 22:31:17.345 INFO STEP 97 (ensure_file) COMPLETE
91242024-08-14T22:31:18.722Z[ host-image] Aug 14 22:31:17.345 INFO O| Aug 14 22:31:17.345 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-14T22:31:18.738Z[ host-image] Aug 14 22:31:17.364 INFO O| Aug 14 22:31:17.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91262024-08-14T22:31:18.738Z[ host-image] Aug 14 22:31:17.364 INFO O| Aug 14 22:31:17.364 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
91272024-08-14T22:31:18.742Z[ host-image] Aug 14 22:31:17.364 INFO O| Aug 14 22:31:17.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91282024-08-14T22:31:18.742Z[ host-image] Aug 14 22:31:17.364 INFO O| Aug 14 22:31:17.364 INFO ok!
91292024-08-14T22:31:18.742Z[ host-image] Aug 14 22:31:17.364 INFO O| Aug 14 22:31:17.364 INFO STEP 98 (ensure_file) COMPLETE
91302024-08-14T22:31:18.742Z[ host-image] Aug 14 22:31:17.364 INFO O| Aug 14 22:31:17.364 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-14T22:31:18.752Z[ host-image] Aug 14 22:31:17.378 INFO O| Aug 14 22:31:17.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91322024-08-14T22:31:18.752Z[ host-image] Aug 14 22:31:17.378 INFO O| Aug 14 22:31:17.378 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
91332024-08-14T22:31:18.755Z[ host-image] Aug 14 22:31:17.378 INFO O| Aug 14 22:31:17.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91342024-08-14T22:31:18.755Z[ host-image] Aug 14 22:31:17.378 INFO O| Aug 14 22:31:17.378 INFO ok!
91352024-08-14T22:31:18.755Z[ host-image] Aug 14 22:31:17.378 INFO O| Aug 14 22:31:17.378 INFO STEP 99 (ensure_file) COMPLETE
91362024-08-14T22:31:18.755Z[ host-image] Aug 14 22:31:17.378 INFO O| Aug 14 22:31:17.378 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-08-14T22:31:18.771Z[ host-image] Aug 14 22:31:17.397 INFO O| Aug 14 22:31:17.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91382024-08-14T22:31:18.771Z[ host-image] Aug 14 22:31:17.397 INFO O| Aug 14 22:31:17.397 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
91392024-08-14T22:31:18.775Z[ host-image] Aug 14 22:31:17.397 INFO O| Aug 14 22:31:17.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91402024-08-14T22:31:18.775Z[ host-image] Aug 14 22:31:17.397 INFO O| Aug 14 22:31:17.397 INFO ok!
91412024-08-14T22:31:18.775Z[ host-image] Aug 14 22:31:17.397 INFO O| Aug 14 22:31:17.397 INFO STEP 100 (ensure_file) COMPLETE
91422024-08-14T22:31:18.775Z[ host-image] Aug 14 22:31:17.397 INFO O| Aug 14 22:31:17.397 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-08-14T22:31:18.797Z[ host-image] Aug 14 22:31:17.419 INFO O| Aug 14 22:31:17.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91442024-08-14T22:31:18.807Z[ host-image] Aug 14 22:31:17.419 INFO O| Aug 14 22:31:17.419 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91452024-08-14T22:31:18.807Z[ host-image] Aug 14 22:31:17.419 INFO O| Aug 14 22:31:17.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91462024-08-14T22:31:18.807Z[ host-image] Aug 14 22:31:17.419 INFO O| Aug 14 22:31:17.419 INFO ok!
91472024-08-14T22:31:18.807Z[ host-image] Aug 14 22:31:17.419 INFO O| Aug 14 22:31:17.419 INFO STEP 101 (ensure_file) COMPLETE
91482024-08-14T22:31:18.807Z[ host-image] Aug 14 22:31:17.419 INFO O| Aug 14 22:31:17.419 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-08-14T22:31:18.814Z[ host-image] Aug 14 22:31:17.439 INFO O| Aug 14 22:31:17.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91502024-08-14T22:31:18.814Z[ host-image] Aug 14 22:31:17.440 INFO O| Aug 14 22:31:17.439 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
91512024-08-14T22:31:18.818Z[ host-image] Aug 14 22:31:17.440 INFO O| Aug 14 22:31:17.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91522024-08-14T22:31:18.818Z[ host-image] Aug 14 22:31:17.440 INFO O| Aug 14 22:31:17.440 INFO ok!
91532024-08-14T22:31:18.818Z[ host-image] Aug 14 22:31:17.440 INFO O| Aug 14 22:31:17.440 INFO STEP 102 (ensure_file) COMPLETE
91542024-08-14T22:31:18.819Z[ host-image] Aug 14 22:31:17.440 INFO O| Aug 14 22:31:17.440 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-08-14T22:31:18.837Z[ host-image] Aug 14 22:31:17.462 INFO O| Aug 14 22:31:17.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91562024-08-14T22:31:18.837Z[ host-image] Aug 14 22:31:17.462 INFO O| Aug 14 22:31:17.462 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
91572024-08-14T22:31:18.843Z[ host-image] Aug 14 22:31:17.462 INFO O| Aug 14 22:31:17.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91582024-08-14T22:31:18.844Z[ host-image] Aug 14 22:31:17.462 INFO O| Aug 14 22:31:17.462 INFO ok!
91592024-08-14T22:31:18.844Z[ host-image] Aug 14 22:31:17.462 INFO O| Aug 14 22:31:17.462 INFO STEP 103 (ensure_file) COMPLETE
91602024-08-14T22:31:18.844Z[ host-image] Aug 14 22:31:17.462 INFO O| Aug 14 22:31:17.462 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-14T22:31:18.859Z[ host-image] Aug 14 22:31:17.485 INFO O| Aug 14 22:31:17.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91622024-08-14T22:31:18.859Z[ host-image] Aug 14 22:31:17.485 INFO O| Aug 14 22:31:17.485 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
91632024-08-14T22:31:18.864Z[ host-image] Aug 14 22:31:17.485 INFO O| Aug 14 22:31:17.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91642024-08-14T22:31:18.864Z[ host-image] Aug 14 22:31:17.485 INFO O| Aug 14 22:31:17.485 INFO ok!
91652024-08-14T22:31:18.864Z[ host-image] Aug 14 22:31:17.485 INFO O| Aug 14 22:31:17.485 INFO STEP 104 (ensure_file) COMPLETE
91662024-08-14T22:31:18.864Z[ host-image] Aug 14 22:31:17.485 INFO O| Aug 14 22:31:17.485 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-14T22:31:18.885Z[ host-image] Aug 14 22:31:17.511 INFO O| Aug 14 22:31:17.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91682024-08-14T22:31:18.885Z[ host-image] Aug 14 22:31:17.511 INFO O| Aug 14 22:31:17.511 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
91692024-08-14T22:31:18.889Z[ host-image] Aug 14 22:31:17.511 INFO O| Aug 14 22:31:17.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91702024-08-14T22:31:18.889Z[ host-image] Aug 14 22:31:17.511 INFO O| Aug 14 22:31:17.511 INFO ok!
91712024-08-14T22:31:18.889Z[ host-image] Aug 14 22:31:17.511 INFO O| Aug 14 22:31:17.511 INFO STEP 105 (ensure_file) COMPLETE
91722024-08-14T22:31:18.889Z[ host-image] Aug 14 22:31:17.511 INFO O| Aug 14 22:31:17.511 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-14T22:31:18.907Z[ host-image] Aug 14 22:31:17.532 INFO O| Aug 14 22:31:17.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91742024-08-14T22:31:18.907Z[ host-image] Aug 14 22:31:17.532 INFO O| Aug 14 22:31:17.532 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
91752024-08-14T22:31:18.911Z[ host-image] Aug 14 22:31:17.532 INFO O| Aug 14 22:31:17.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91762024-08-14T22:31:18.911Z[ host-image] Aug 14 22:31:17.532 INFO O| Aug 14 22:31:17.532 INFO ok!
91772024-08-14T22:31:18.911Z[ host-image] Aug 14 22:31:17.532 INFO O| Aug 14 22:31:17.532 INFO STEP 106 (ensure_file) COMPLETE
91782024-08-14T22:31:18.911Z[ host-image] Aug 14 22:31:17.532 INFO O| Aug 14 22:31:17.532 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-08-14T22:31:18.925Z[ host-image] Aug 14 22:31:17.551 INFO O| Aug 14 22:31:17.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91802024-08-14T22:31:18.925Z[ host-image] Aug 14 22:31:17.551 INFO O| Aug 14 22:31:17.551 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
91812024-08-14T22:31:18.933Z[ host-image] Aug 14 22:31:17.551 INFO O| Aug 14 22:31:17.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91822024-08-14T22:31:18.933Z[ host-image] Aug 14 22:31:17.551 INFO O| Aug 14 22:31:17.551 INFO ok!
91832024-08-14T22:31:18.933Z[ host-image] Aug 14 22:31:17.551 INFO O| Aug 14 22:31:17.551 INFO STEP 107 (ensure_file) COMPLETE
91842024-08-14T22:31:18.933Z[ host-image] Aug 14 22:31:17.551 INFO O| Aug 14 22:31:17.551 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-08-14T22:31:18.945Z[ host-image] Aug 14 22:31:17.570 INFO O| Aug 14 22:31:17.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91862024-08-14T22:31:18.945Z[ host-image] Aug 14 22:31:17.570 INFO O| Aug 14 22:31:17.570 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
91872024-08-14T22:31:18.952Z[ host-image] Aug 14 22:31:17.570 INFO O| Aug 14 22:31:17.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91882024-08-14T22:31:18.952Z[ host-image] Aug 14 22:31:17.570 INFO O| Aug 14 22:31:17.570 INFO ok!
91892024-08-14T22:31:18.952Z[ host-image] Aug 14 22:31:17.570 INFO O| Aug 14 22:31:17.570 INFO STEP 108 (ensure_file) COMPLETE
91902024-08-14T22:31:18.952Z[ host-image] Aug 14 22:31:17.570 INFO O| Aug 14 22:31:17.570 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-08-14T22:31:18.967Z[ host-image] Aug 14 22:31:17.592 INFO O| Aug 14 22:31:17.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91922024-08-14T22:31:18.967Z[ host-image] Aug 14 22:31:17.592 INFO O| Aug 14 22:31:17.592 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
91932024-08-14T22:31:18.971Z[ host-image] Aug 14 22:31:17.593 INFO O| Aug 14 22:31:17.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
91942024-08-14T22:31:18.971Z[ host-image] Aug 14 22:31:17.593 INFO O| Aug 14 22:31:17.593 INFO ok!
91952024-08-14T22:31:18.971Z[ host-image] Aug 14 22:31:17.593 INFO O| Aug 14 22:31:17.593 INFO STEP 109 (ensure_file) COMPLETE
91962024-08-14T22:31:18.971Z[ host-image] Aug 14 22:31:17.593 INFO O| Aug 14 22:31:17.593 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-08-14T22:31:18.987Z[ host-image] Aug 14 22:31:17.613 INFO O| Aug 14 22:31:17.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
91982024-08-14T22:31:18.987Z[ host-image] Aug 14 22:31:17.613 INFO O| Aug 14 22:31:17.613 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
91992024-08-14T22:31:18.987Z[ host-image] Aug 14 22:31:17.613 INFO O| Aug 14 22:31:17.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92002024-08-14T22:31:18.987Z[ host-image] Aug 14 22:31:17.613 INFO O| Aug 14 22:31:17.613 INFO ok!
92012024-08-14T22:31:18.990Z[ host-image] Aug 14 22:31:17.613 INFO O| Aug 14 22:31:17.613 INFO STEP 110 (ensure_file) COMPLETE
92022024-08-14T22:31:18.990Z[ host-image] Aug 14 22:31:17.613 INFO O| Aug 14 22:31:17.613 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-08-14T22:31:19.009Z[ host-image] Aug 14 22:31:17.634 INFO O| Aug 14 22:31:17.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92042024-08-14T22:31:19.009Z[ host-image] Aug 14 22:31:17.634 INFO O| Aug 14 22:31:17.634 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
92052024-08-14T22:31:19.009Z[ host-image] Aug 14 22:31:17.634 INFO O| Aug 14 22:31:17.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92062024-08-14T22:31:19.025Z[ host-image] Aug 14 22:31:17.634 INFO O| Aug 14 22:31:17.634 INFO ok!
92072024-08-14T22:31:19.025Z[ host-image] Aug 14 22:31:17.634 INFO O| Aug 14 22:31:17.634 INFO STEP 111 (ensure_file) COMPLETE
92082024-08-14T22:31:19.025Z[ host-image] Aug 14 22:31:17.634 INFO O| Aug 14 22:31:17.634 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-08-14T22:31:19.030Z[ host-image] Aug 14 22:31:17.654 INFO O| Aug 14 22:31:17.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92102024-08-14T22:31:19.030Z[ host-image] Aug 14 22:31:17.654 INFO O| Aug 14 22:31:17.654 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
92112024-08-14T22:31:19.030Z[ host-image] Aug 14 22:31:17.654 INFO O| Aug 14 22:31:17.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92122024-08-14T22:31:19.030Z[ host-image] Aug 14 22:31:17.655 INFO O| Aug 14 22:31:17.654 INFO ok!
92132024-08-14T22:31:19.030Z[ host-image] Aug 14 22:31:17.655 INFO O| Aug 14 22:31:17.654 INFO STEP 112 (ensure_file) COMPLETE
92142024-08-14T22:31:19.030Z[ host-image] Aug 14 22:31:17.655 INFO O| Aug 14 22:31:17.655 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-08-14T22:31:19.078Z[ host-image] Aug 14 22:31:17.672 INFO O| Aug 14 22:31:17.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92162024-08-14T22:31:19.078Z[ host-image] Aug 14 22:31:17.673 INFO O| Aug 14 22:31:17.672 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
92172024-08-14T22:31:19.078Z[ host-image] Aug 14 22:31:17.673 INFO O| Aug 14 22:31:17.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92182024-08-14T22:31:19.091Z[ host-image] Aug 14 22:31:17.673 INFO O| Aug 14 22:31:17.673 INFO ok!
92192024-08-14T22:31:19.091Z[ host-image] Aug 14 22:31:17.673 INFO O| Aug 14 22:31:17.673 INFO STEP 113 (ensure_file) COMPLETE
92202024-08-14T22:31:19.091Z[ host-image] Aug 14 22:31:17.673 INFO O| Aug 14 22:31:17.673 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-08-14T22:31:19.091Z[ host-image] Aug 14 22:31:17.691 INFO O| Aug 14 22:31:17.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92222024-08-14T22:31:19.091Z[ host-image] Aug 14 22:31:17.692 INFO O| Aug 14 22:31:17.691 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
92232024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.692 INFO O| Aug 14 22:31:17.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92242024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.692 INFO O| Aug 14 22:31:17.692 INFO ok!
92252024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.692 INFO O| Aug 14 22:31:17.692 INFO STEP 114 (ensure_file) COMPLETE
92262024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.692 INFO O| Aug 14 22:31:17.692 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.710 INFO O| Aug 14 22:31:17.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92282024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.710 INFO O| Aug 14 22:31:17.710 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
92292024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.710 INFO O| Aug 14 22:31:17.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92302024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.710 INFO O| Aug 14 22:31:17.710 INFO ok!
92312024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.710 INFO O| Aug 14 22:31:17.710 INFO STEP 115 (ensure_file) COMPLETE
92322024-08-14T22:31:19.092Z[ host-image] Aug 14 22:31:17.710 INFO O| Aug 14 22:31:17.710 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-08-14T22:31:19.100Z[ host-image] Aug 14 22:31:17.723 INFO O| Aug 14 22:31:17.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92342024-08-14T22:31:19.100Z[ host-image] Aug 14 22:31:17.723 INFO O| Aug 14 22:31:17.723 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92352024-08-14T22:31:19.100Z[ host-image] Aug 14 22:31:17.723 INFO O| Aug 14 22:31:17.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92362024-08-14T22:31:19.100Z[ host-image] Aug 14 22:31:17.723 INFO O| Aug 14 22:31:17.723 INFO ok!
92372024-08-14T22:31:19.101Z[ host-image] Aug 14 22:31:17.723 INFO O| Aug 14 22:31:17.723 INFO STEP 116 (ensure_file) COMPLETE
92382024-08-14T22:31:19.101Z[ host-image] Aug 14 22:31:17.723 INFO O| Aug 14 22:31:17.723 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-08-14T22:31:19.111Z[ host-image] Aug 14 22:31:17.737 INFO O| Aug 14 22:31:17.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92402024-08-14T22:31:19.117Z[ host-image] Aug 14 22:31:17.737 INFO O| Aug 14 22:31:17.737 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
92412024-08-14T22:31:19.117Z[ host-image] Aug 14 22:31:17.737 INFO O| Aug 14 22:31:17.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92422024-08-14T22:31:19.117Z[ host-image] Aug 14 22:31:17.737 INFO O| Aug 14 22:31:17.737 INFO ok!
92432024-08-14T22:31:19.117Z[ host-image] Aug 14 22:31:17.737 INFO O| Aug 14 22:31:17.737 INFO STEP 117 (ensure_file) COMPLETE
92442024-08-14T22:31:19.117Z[ host-image] Aug 14 22:31:17.737 INFO O| Aug 14 22:31:17.737 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-08-14T22:31:19.126Z[ host-image] Aug 14 22:31:17.752 INFO O| Aug 14 22:31:17.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92462024-08-14T22:31:19.126Z[ host-image] Aug 14 22:31:17.752 INFO O| Aug 14 22:31:17.752 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92472024-08-14T22:31:19.130Z[ host-image] Aug 14 22:31:17.752 INFO O| Aug 14 22:31:17.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92482024-08-14T22:31:19.130Z[ host-image] Aug 14 22:31:17.752 INFO O| Aug 14 22:31:17.752 INFO ok!
92492024-08-14T22:31:19.130Z[ host-image] Aug 14 22:31:17.752 INFO O| Aug 14 22:31:17.752 INFO STEP 118 (ensure_file) COMPLETE
92502024-08-14T22:31:19.130Z[ host-image] Aug 14 22:31:17.752 INFO O| Aug 14 22:31:17.752 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-08-14T22:31:19.146Z[ host-image] Aug 14 22:31:17.772 INFO O| Aug 14 22:31:17.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92522024-08-14T22:31:19.146Z[ host-image] Aug 14 22:31:17.772 INFO O| Aug 14 22:31:17.772 INFO copying /tmp/.tmpOW0RJm/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92532024-08-14T22:31:25.701Z[ host-image] Aug 14 22:31:22.963 INFO O| Aug 14 22:31:22.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92542024-08-14T22:31:25.701Z[ host-image] Aug 14 22:31:22.963 INFO O| Aug 14 22:31:22.963 INFO ok!
92552024-08-14T22:31:25.719Z[ host-image] Aug 14 22:31:22.963 INFO O| Aug 14 22:31:22.963 INFO STEP 119 (ensure_file) COMPLETE
92562024-08-14T22:31:25.719Z[ host-image] Aug 14 22:31:22.963 INFO O| Aug 14 22:31:22.963 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-08-14T22:31:25.719Z[ host-image] Aug 14 22:31:22.977 INFO O| Aug 14 22:31:22.977 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92582024-08-14T22:31:25.719Z[ host-image] Aug 14 22:31:22.977 INFO O| Aug 14 22:31:22.977 INFO STEP 120 (ensure_dir) COMPLETE
92592024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.977 INFO O| Aug 14 22:31:22.977 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.988 INFO O| Aug 14 22:31:22.988 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92612024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.988 INFO O| Aug 14 22:31:22.988 INFO STEP 121 (ensure_dir) COMPLETE
92622024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.988 INFO O| Aug 14 22:31:22.988 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.999 INFO O| Aug 14 22:31:22.999 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92642024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.999 INFO O| Aug 14 22:31:22.999 INFO STEP 122 (ensure_dir) COMPLETE
92652024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:22.999 INFO O| Aug 14 22:31:22.999 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.010 INFO O| Aug 14 22:31:23.010 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92672024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.010 INFO O| Aug 14 22:31:23.010 INFO STEP 123 (ensure_dir) COMPLETE
92682024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.010 INFO O| Aug 14 22:31:23.010 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.021 INFO O| Aug 14 22:31:23.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92702024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.022 INFO O| Aug 14 22:31:23.021 INFO copying /tmp/.tmpOW0RJm/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
92712024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.022 INFO O| Aug 14 22:31:23.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92722024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.022 INFO O| Aug 14 22:31:23.022 INFO ok!
92732024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.022 INFO O| Aug 14 22:31:23.022 INFO STEP 124 (ensure_file) COMPLETE
92742024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.022 INFO O| Aug 14 22:31:23.022 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.032 INFO O| Aug 14 22:31:23.032 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92762024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.032 INFO O| Aug 14 22:31:23.032 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92772024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.032 INFO O| Aug 14 22:31:23.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92782024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.032 INFO O| Aug 14 22:31:23.032 INFO STEP 125 (ensure_dir) COMPLETE
92792024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.032 INFO O| Aug 14 22:31:23.032 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.042 INFO O| Aug 14 22:31:23.042 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92812024-08-14T22:31:25.720Z[ host-image] Aug 14 22:31:23.042 INFO O| Aug 14 22:31:23.042 INFO copying /tmp/.tmpOW0RJm/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92822024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.042 INFO O| Aug 14 22:31:23.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92832024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.042 INFO O| Aug 14 22:31:23.042 INFO ok!
92842024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.042 INFO O| Aug 14 22:31:23.042 INFO STEP 126 (ensure_file) COMPLETE
92852024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.042 INFO O| Aug 14 22:31:23.042 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92862024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.053 INFO O| Aug 14 22:31:23.053 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92872024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.053 INFO O| Aug 14 22:31:23.053 INFO STEP 127 (remove_files) COMPLETE
92882024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.053 INFO O| Aug 14 22:31:23.053 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92892024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.064 INFO O| Aug 14 22:31:23.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
92902024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.064 INFO O| Aug 14 22:31:23.064 INFO STEP 128 (remove_files) COMPLETE
92912024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.064 INFO O| Aug 14 22:31:23.064 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92922024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.073 INFO O| Aug 14 22:31:23.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
92932024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.074 INFO O| Aug 14 22:31:23.074 INFO STEP 129 (remove_files) COMPLETE
92942024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.074 INFO O| Aug 14 22:31:23.074 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92952024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.083 INFO O| Aug 14 22:31:23.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
92962024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.084 INFO O| Aug 14 22:31:23.084 INFO STEP 130 (remove_files) COMPLETE
92972024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.084 INFO O| Aug 14 22:31:23.084 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92982024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.094 INFO O| Aug 14 22:31:23.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
92992024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.094 INFO O| Aug 14 22:31:23.094 INFO STEP 131 (remove_files) COMPLETE
93002024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.094 INFO O| Aug 14 22:31:23.094 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93012024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.106 INFO O| Aug 14 22:31:23.106 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93022024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.106 INFO O| Aug 14 22:31:23.106 INFO STEP 132 (remove_files) COMPLETE
93032024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.106 INFO O| Aug 14 22:31:23.106 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93042024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.118 INFO O| Aug 14 22:31:23.118 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93052024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.118 INFO O| Aug 14 22:31:23.118 INFO STEP 133 (remove_files) COMPLETE
93062024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.118 INFO O| Aug 14 22:31:23.118 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.129 INFO O| Aug 14 22:31:23.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93082024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.129 INFO O| Aug 14 22:31:23.129 INFO STEP 134 (remove_files) COMPLETE
93092024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.129 INFO O| Aug 14 22:31:23.129 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93102024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.140 INFO O| Aug 14 22:31:23.140 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93112024-08-14T22:31:25.721Z[ host-image] Aug 14 22:31:23.140 INFO O| Aug 14 22:31:23.140 INFO STEP 135 (remove_files) COMPLETE
93122024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.140 INFO O| Aug 14 22:31:23.140 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93132024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.152 INFO O| Aug 14 22:31:23.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93142024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.152 INFO O| Aug 14 22:31:23.152 INFO STEP 136 (remove_files) COMPLETE
93152024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.152 INFO O| Aug 14 22:31:23.152 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93162024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.163 INFO O| Aug 14 22:31:23.163 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93172024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.163 INFO O| Aug 14 22:31:23.163 INFO STEP 137 (remove_files) COMPLETE
93182024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.163 INFO O| Aug 14 22:31:23.163 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93192024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.173 INFO O| Aug 14 22:31:23.173 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93202024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.173 INFO O| Aug 14 22:31:23.173 INFO STEP 138 (remove_files) COMPLETE
93212024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.173 INFO O| Aug 14 22:31:23.173 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93222024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.183 INFO O| Aug 14 22:31:23.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93232024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.183 INFO O| Aug 14 22:31:23.183 INFO STEP 139 (remove_files) COMPLETE
93242024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.183 INFO O| Aug 14 22:31:23.183 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93252024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.193 INFO O| Aug 14 22:31:23.193 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93262024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.193 INFO O| Aug 14 22:31:23.193 INFO STEP 140 (remove_files) COMPLETE
93272024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.193 INFO O| Aug 14 22:31:23.193 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93282024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.204 INFO O| Aug 14 22:31:23.204 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93292024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.204 INFO O| Aug 14 22:31:23.204 INFO STEP 141 (remove_files) COMPLETE
93302024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.204 INFO O| Aug 14 22:31:23.204 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93312024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.214 INFO O| Aug 14 22:31:23.214 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93322024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.215 INFO O| Aug 14 22:31:23.215 INFO STEP 142 (remove_files) COMPLETE
93332024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.215 INFO O| Aug 14 22:31:23.215 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93342024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.226 INFO O| Aug 14 22:31:23.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93352024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.226 INFO O| Aug 14 22:31:23.226 INFO STEP 143 (remove_files) COMPLETE
93362024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.226 INFO O| Aug 14 22:31:23.226 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93372024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.237 INFO O| Aug 14 22:31:23.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93382024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.237 INFO O| Aug 14 22:31:23.237 INFO STEP 144 (remove_files) COMPLETE
93392024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.237 INFO O| Aug 14 22:31:23.237 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93402024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.249 INFO O| Aug 14 22:31:23.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93412024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.249 INFO O| Aug 14 22:31:23.249 INFO STEP 145 (remove_files) COMPLETE
93422024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.249 INFO O| Aug 14 22:31:23.249 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93432024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.260 INFO O| Aug 14 22:31:23.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93442024-08-14T22:31:25.722Z[ host-image] Aug 14 22:31:23.260 INFO O| Aug 14 22:31:23.260 INFO STEP 146 (remove_files) COMPLETE
93452024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.260 INFO O| Aug 14 22:31:23.260 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93462024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.270 INFO O| Aug 14 22:31:23.270 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93472024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.271 INFO O| Aug 14 22:31:23.270 INFO STEP 147 (remove_files) COMPLETE
93482024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.271 INFO O| Aug 14 22:31:23.271 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93492024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.282 INFO O| Aug 14 22:31:23.282 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93502024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.282 INFO O| Aug 14 22:31:23.282 INFO STEP 148 (remove_files) COMPLETE
93512024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.282 INFO O| Aug 14 22:31:23.282 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93522024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.292 INFO O| Aug 14 22:31:23.292 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93532024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.292 INFO O| Aug 14 22:31:23.292 INFO STEP 149 (remove_files) COMPLETE
93542024-08-14T22:31:25.723Z[ host-image] Aug 14 22:31:23.292 INFO O| Aug 14 22:31:23.292 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93552024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.302 INFO O| Aug 14 22:31:23.302 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93562024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.302 INFO O| Aug 14 22:31:23.302 INFO STEP 150 (remove_files) COMPLETE
93572024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.302 INFO O| Aug 14 22:31:23.302 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.312 INFO O| Aug 14 22:31:23.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93592024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.312 INFO O| Aug 14 22:31:23.312 INFO STEP 151 (remove_files) COMPLETE
93602024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.312 INFO O| Aug 14 22:31:23.312 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.322 INFO O| Aug 14 22:31:23.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93622024-08-14T22:31:25.726Z[ host-image] Aug 14 22:31:23.322 INFO O| Aug 14 22:31:23.322 INFO STEP 152 (remove_files) COMPLETE
93632024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.322 INFO O| Aug 14 22:31:23.322 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.333 INFO O| Aug 14 22:31:23.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93652024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.333 INFO O| Aug 14 22:31:23.333 INFO STEP 153 (remove_files) COMPLETE
93662024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.333 INFO O| Aug 14 22:31:23.333 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.344 INFO O| Aug 14 22:31:23.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93682024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.344 INFO O| Aug 14 22:31:23.344 INFO STEP 154 (remove_files) COMPLETE
93692024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.344 INFO O| Aug 14 22:31:23.344 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.354 INFO O| Aug 14 22:31:23.354 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93712024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.354 INFO O| Aug 14 22:31:23.354 INFO STEP 155 (remove_files) COMPLETE
93722024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.354 INFO O| Aug 14 22:31:23.354 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93732024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.370 INFO O| Aug 14 22:31:23.370 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93742024-08-14T22:31:25.727Z[ host-image] Aug 14 22:31:23.370 INFO O| Aug 14 22:31:23.370 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
93752024-08-14T22:31:25.727Z[ recovery-image] Aug 14 22:31:24.286 INFO E| Finished `release` profile [optimized] target(s) in 44.91s
93762024-08-14T22:31:25.727Z[ recovery-image] Aug 14 22:31:24.306 INFO building host image...
93772024-08-14T22:31:25.727Z[ recovery-image] Aug 14 22:31:24.306 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
93782024-08-14T22:31:26.146Z[ recovery-image] Aug 14 22:31:24.770 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93792024-08-14T22:31:27.585Z[ recovery-image] Aug 14 22:31:26.193 INFO image complete! materials are in "/work/os-recovery"
93802024-08-14T22:31:27.589Z[ recovery-image]
93812024-08-14T22:31:27.589Z[ recovery-image] real 7:01.181442084
93822024-08-14T22:31:27.589Z[ recovery-image] user 4:48.814356183
93832024-08-14T22:31:27.589Z[ recovery-image] sys 1:04.479607886
93842024-08-14T22:31:27.589Z[ recovery-image] trap 0.236678364
93852024-08-14T22:31:27.589Z[ recovery-image] tflt 0.662729775
93862024-08-14T22:31:27.590Z[ recovery-image] dflt 0.864823638
93872024-08-14T22:31:27.590Z[ recovery-image] kflt 0.000039732
93882024-08-14T22:31:27.590Z[ recovery-image] lock 9:33.380493714
93892024-08-14T22:31:27.590Z[ recovery-image] slp 41:50.106390295
93902024-08-14T22:31:27.590Z[ recovery-image] lat 1:33.163386183
93912024-08-14T22:31:27.590Z[ recovery-image] stop 3.365282203
93922024-08-14T22:31:27.590ZAug 14 22:31:26.196 INFO [recovery-image] process exited with exit status: 0 (421.203417928s)
93932024-08-14T22:31:31.495Z[ host-image] Aug 14 22:31:30.118 INFO O| Aug 14 22:31:30.118 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
93942024-08-14T22:31:31.495Z[ host-image] Aug 14 22:31:30.119 INFO O| Aug 14 22:31:30.118 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93952024-08-14T22:31:31.508Z[ host-image] Aug 14 22:31:30.132 INFO O| Aug 14 22:31:30.132 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
93962024-08-14T22:31:31.587Z[ host-image] Aug 14 22:31:30.210 INFO O| Aug 14 22:31:30.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93972024-08-14T22:31:31.587Z[ host-image] Aug 14 22:31:30.210 INFO O| Aug 14 22:31:30.210 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
93982024-08-14T22:31:31.590Z[ host-image] Aug 14 22:31:30.212 INFO O| Aug 14 22:31:30.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
93992024-08-14T22:31:31.590Z[ host-image] Aug 14 22:31:30.212 INFO O| Aug 14 22:31:30.212 INFO ok!
94002024-08-14T22:31:31.590Z[ host-image] Aug 14 22:31:30.212 INFO O| Aug 14 22:31:30.212 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94012024-08-14T22:31:31.591Z[ host-image] Aug 14 22:31:30.212 INFO O| Aug 14 22:31:30.212 INFO STEP 156 (seed_smf) COMPLETE
94022024-08-14T22:31:31.591Z[ host-image] Aug 14 22:31:30.212 INFO O| Aug 14 22:31:30.212 INFO steps complete; finalising image!
94032024-08-14T22:31:31.591Z[ host-image] Aug 14 22:31:30.212 INFO O| Aug 14 22:31:30.212 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94042024-08-14T22:31:31.726Z[ host-image] Aug 14 22:31:30.349 INFO O| Aug 14 22:31:30.349 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Aug 14 22:31:30 2024)
94052024-08-14T22:31:31.947Z[ host-image] Aug 14 22:31:30.571 INFO O| Aug 14 22:31:30.571 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio
94062024-08-14T22:31:31.947Z[ host-image] Aug 14 22:31:30.571 INFO O| Aug 14 22:31:30.571 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94072024-08-14T22:31:32.227Z[ host-image] Aug 14 22:31:30.850 INFO O| Aug 14 22:31:30.850 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94082024-08-14T22:31:32.227Z[ host-image] Aug 14 22:31:30.850 INFO O| Aug 14 22:31:30.850 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94092024-08-14T22:31:33.269Z[ host-image] Aug 14 22:31:31.893 INFO O| Aug 14 22:31:31.892 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94102024-08-14T22:31:33.269Z[ host-image] Aug 14 22:31:31.893 INFO O| Aug 14 22:31:31.892 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94112024-08-14T22:31:33.273Z[ host-image] Aug 14 22:31:31.893 INFO O| Aug 14 22:31:31.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94122024-08-14T22:31:33.273Z[ host-image] Aug 14 22:31:31.893 INFO O| Aug 14 22:31:31.893 INFO completed processing gimlet/zfs
94132024-08-14T22:31:33.273Z[ host-image] Aug 14 22:31:31.893 INFO O| Aug 14 22:31:31.893 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94142024-08-14T22:31:39.436Z[ host-image] Aug 14 22:31:38.059 INFO O| Aug 14 22:31:38.059 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94152024-08-14T22:31:39.523Z[ host-image] Aug 14 22:31:38.146 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
94162024-08-14T22:31:39.523Z[ host-image] Aug 14 22:31:38.146 INFO expanded image name: "ci eeab72c/${os_short_commit} 2024-08-14 22:03" -> "ci eeab72c/f449ff4 2024-08-14 22:03"
94172024-08-14T22:31:39.526Z[ host-image] Aug 14 22:31:38.146 INFO output artefacts stored in: "/work/os-host"
94182024-08-14T22:31:39.526Z[ host-image] Aug 14 22:31:38.146 INFO collecting git info from project "amd-firmware"...
94192024-08-14T22:31:39.533Z[ host-image] Aug 14 22:31:38.156 INFO collecting git info from project "image-builder"...
94202024-08-14T22:31:39.538Z[ host-image] Aug 14 22:31:38.162 INFO collecting git info from project "phbl"...
94212024-08-14T22:31:39.543Z[ host-image] Aug 14 22:31:38.167 INFO collecting git info from project "pilot"...
94222024-08-14T22:31:39.549Z[ host-image] Aug 14 22:31:38.172 INFO collecting git info from project "pinprick"...
94232024-08-14T22:31:39.563Z[ host-image] Aug 14 22:31:38.177 INFO collecting git info from project "amd-host-image-builder"...
94242024-08-14T22:31:39.568Z[ host-image] Aug 14 22:31:38.191 INFO collecting git info from project "chelsio-t6-roms"...
94252024-08-14T22:31:39.573Z[ host-image] Aug 14 22:31:38.196 INFO collecting git info from project "bootserver"...
94262024-08-14T22:31:39.577Z[ host-image] Aug 14 22:31:38.200 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94272024-08-14T22:31:39.943Z[ host-image] Aug 14 22:31:38.565 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94282024-08-14T22:31:40.298Z[ host-image] Aug 14 22:31:38.921 INFO creating Oxide boot image...
94292024-08-14T22:31:40.298Z[ host-image] Aug 14 22:31:38.921 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci eeab72c/f449ff4 2024-08-14 22:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94302024-08-14T22:31:41.246Z[ host-image] Aug 14 22:31:39.869 INFO O| ok, image written!
94312024-08-14T22:31:41.247Z[ host-image] Aug 14 22:31:39.869 INFO O| ok, boot_image_csum file written!
94322024-08-14T22:31:41.249Z[ host-image] Aug 14 22:31:39.872 INFO creating boot archive (CPIO)...
94332024-08-14T22:31:41.252Z[ host-image] Aug 14 22:31:39.872 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
94342024-08-14T22:31:41.257Z[ host-image] Aug 14 22:31:39.880 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94352024-08-14T22:31:41.257Z[ host-image] Aug 14 22:31:39.880 INFO E| + outfile=/work/os-host/cpio
94362024-08-14T22:31:41.260Z[ host-image] Aug 14 22:31:39.880 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94372024-08-14T22:31:41.260Z[ host-image] Aug 14 22:31:39.882 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94382024-08-14T22:31:41.260Z[ host-image] Aug 14 22:31:39.883 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94392024-08-14T22:31:41.296Z[ host-image] Aug 14 22:31:39.919 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94402024-08-14T22:31:41.296Z[ host-image] Aug 14 22:31:39.919 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94412024-08-14T22:31:41.305Z[ host-image] Aug 14 22:31:39.926 INFO creating compressed cpio/unix for nanobl-rs...
94422024-08-14T22:31:41.305Z[ host-image] Aug 14 22:31:39.926 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
94432024-08-14T22:31:41.582Z[ host-image] Aug 14 22:31:40.204 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94442024-08-14T22:31:45.928Z[ host-image] Aug 14 22:31:44.550 INFO creating reset image...
94452024-08-14T22:31:45.931Z[ host-image] Aug 14 22:31:44.550 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94462024-08-14T22:31:46.016Z[ host-image] Aug 14 22:31:44.638 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94472024-08-14T22:31:46.019Z[ host-image] Aug 14 22:31:44.639 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94482024-08-14T22:31:46.086Z[ host-image] Aug 14 22:31:44.708 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94492024-08-14T22:31:48.350Z[ host-image] Aug 14 22:31:46.971 INFO E| Finished `release` profile [optimized] target(s) in 2.31s
94502024-08-14T22:31:48.362Z[ host-image] Aug 14 22:31:46.983 INFO building host image...
94512024-08-14T22:31:48.364Z[ host-image] Aug 14 22:31:46.984 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
94522024-08-14T22:31:48.828Z[ host-image] Aug 14 22:31:47.449 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94532024-08-14T22:32:35.532Z[ host-image] Aug 14 22:32:34.147 INFO image complete! materials are in "/work/os-host"
94542024-08-14T22:32:35.535Z[ host-image]
94552024-08-14T22:32:35.535Z[ host-image] real 8:23.731378849
94562024-08-14T22:32:35.535Z[ host-image] user 4:08.531782601
94572024-08-14T22:32:35.536Z[ host-image] sys 52.519398359
94582024-08-14T22:32:35.536Z[ host-image] trap 0.145745323
94592024-08-14T22:32:35.536Z[ host-image] tflt 0.024906026
94602024-08-14T22:32:35.536Z[ host-image] dflt 0.015065249
94612024-08-14T22:32:35.536Z[ host-image] kflt 0.000001709
94622024-08-14T22:32:35.538Z[ host-image] lock 3:55.292331188
94632024-08-14T22:32:35.538Z[ host-image] slp 45:18.396823419
94642024-08-14T22:32:35.538Z[ host-image] lat 1:10.992594328
94652024-08-14T22:32:35.538Z[ host-image] stop 0.763999357
94662024-08-14T22:32:35.538ZAug 14 22:32:34.151 INFO [host-image] process exited with exit status: 0 (503.74458833s)
94672024-08-14T22:32:35.538ZAug 14 22:32:34.151 INFO [tuf-repo] running task
94682024-08-14T22:32:42.636ZAug 14 22:32:41.250 INFO assembling repository in `/tmp/tufaceoussTTbPU`, component: OmicronRepoAssembler
94692024-08-14T22:32:47.297ZAug 14 22:32:45.910 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94702024-08-14T22:32:47.514ZAug 14 22:32:46.127 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94712024-08-14T22:32:58.675ZAug 14 22:32:57.287 INFO [tuf-repo] task succeeded (23.135927966s)
94722024-08-14T22:32:58.675ZAug 14 22:32:57.287 INFO all jobs completed in 1779.737496849s
94732024-08-14T22:32:59.218Zprocess exited: duration 2338826 ms, exit code 0
 
94742024-08-14T22:32:59.230Zfound 33 output files
94752024-08-14T22:32:59.230Zuploading: /work/manifest.toml (8404 bytes)
94762024-08-14T22:33:00.241Zuploaded: /work/manifest.toml
94772024-08-14T22:33:00.251Zuploading: /work/repo.zip (1782600939 bytes)
94782024-08-14T22:33:35.841Zuploaded: /work/repo.zip
94792024-08-14T22:33:35.841Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94802024-08-14T22:33:36.851Zuploaded: /work/repo.zip.sha256.txt
94812024-08-14T22:33:36.853Zuploading: /work/helios-setup.log (51570 bytes)
94822024-08-14T22:33:37.864Zuploaded: /work/helios-setup.log
94832024-08-14T22:33:37.867Zuploading: /work/host-image.log (194502 bytes)
94842024-08-14T22:33:38.888Zuploaded: /work/host-image.log
94852024-08-14T22:33:38.891Zuploading: /work/host-package.log (18254 bytes)
94862024-08-14T22:33:39.900Zuploaded: /work/host-package.log
94872024-08-14T22:33:39.902Zuploading: /work/host-target.log (101 bytes)
94882024-08-14T22:33:40.909Zuploaded: /work/host-target.log
94892024-08-14T22:33:40.912Zuploading: /work/omicron-package.log (4520 bytes)
94902024-08-14T22:33:41.917Zuploaded: /work/omicron-package.log
94912024-08-14T22:33:41.920Zuploading: /work/phbl-toolchain.log (881 bytes)
94922024-08-14T22:33:42.926Zuploaded: /work/phbl-toolchain.log
94932024-08-14T22:33:42.929Zuploading: /work/recovery-image.log (591375 bytes)
94942024-08-14T22:33:43.964Zuploaded: /work/recovery-image.log
94952024-08-14T22:33:43.966Zuploading: /work/recovery-package.log (282 bytes)
94962024-08-14T22:33:44.972Zuploaded: /work/recovery-package.log
94972024-08-14T22:33:44.975Zuploading: /work/recovery-target.log (57 bytes)
94982024-08-14T22:33:45.982Zuploaded: /work/recovery-target.log
94992024-08-14T22:33:45.984Zuploading: /work/stamp-clickhouse.log (117 bytes)
95002024-08-14T22:33:46.991Zuploaded: /work/stamp-clickhouse.log
95012024-08-14T22:33:46.991Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95022024-08-14T22:33:47.999Zuploaded: /work/stamp-clickhouse_keeper.log
95032024-08-14T22:33:48.002Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95042024-08-14T22:33:49.008Zuploaded: /work/stamp-cockroachdb.log
95052024-08-14T22:33:49.011Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
95062024-08-14T22:33:50.016Zuploaded: /work/stamp-crucible-dtrace.log
95072024-08-14T22:33:50.019Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95082024-08-14T22:33:51.025Zuploaded: /work/stamp-crucible-pantry-zone.log
95092024-08-14T22:33:51.028Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95102024-08-14T22:33:52.034Zuploaded: /work/stamp-crucible-zone.log
95112024-08-14T22:33:52.037Zuploading: /work/stamp-external-dns.log (119 bytes)
95122024-08-14T22:33:53.043Zuploaded: /work/stamp-external-dns.log
95132024-08-14T22:33:53.046Zuploading: /work/stamp-installinator.log (103 bytes)
95142024-08-14T22:33:54.052Zuploaded: /work/stamp-installinator.log
95152024-08-14T22:33:54.055Zuploading: /work/stamp-internal-dns.log (119 bytes)
95162024-08-14T22:33:55.061Zuploaded: /work/stamp-internal-dns.log
95172024-08-14T22:33:55.063Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95182024-08-14T22:33:56.069Zuploaded: /work/stamp-mg-ddm-gz.log
95192024-08-14T22:33:56.072Zuploading: /work/stamp-nexus.log (112 bytes)
95202024-08-14T22:33:57.078Zuploaded: /work/stamp-nexus.log
95212024-08-14T22:33:57.081Zuploading: /work/stamp-ntp.log (110 bytes)
95222024-08-14T22:33:58.086Zuploaded: /work/stamp-ntp.log
95232024-08-14T22:33:58.089Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95242024-08-14T22:33:59.095Zuploaded: /work/stamp-omicron-sled-agent.log
95252024-08-14T22:33:59.098Zuploading: /work/stamp-overlay.log (66 bytes)
95262024-08-14T22:34:00.104Zuploaded: /work/stamp-overlay.log
95272024-08-14T22:34:00.106Zuploading: /work/stamp-oximeter.log (115 bytes)
95282024-08-14T22:34:01.114Zuploaded: /work/stamp-oximeter.log
95292024-08-14T22:34:01.116Zuploading: /work/stamp-oxlog.log (109 bytes)
95302024-08-14T22:34:02.123Zuploaded: /work/stamp-oxlog.log
95312024-08-14T22:34:02.125Zuploading: /work/stamp-probe.log (112 bytes)
95322024-08-14T22:34:03.131Zuploaded: /work/stamp-probe.log
95332024-08-14T22:34:03.135Zuploading: /work/stamp-propolis-server.log (122 bytes)
95342024-08-14T22:34:04.141Zuploaded: /work/stamp-propolis-server.log
95352024-08-14T22:34:04.143Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95362024-08-14T22:34:05.149Zuploaded: /work/stamp-pumpkind-gz.log
95372024-08-14T22:34:05.152Zuploading: /work/stamp-switch-asic.log (118 bytes)
95382024-08-14T22:34:06.157Zuploaded: /work/stamp-switch-asic.log
95392024-08-14T22:34:06.157Zuploading: /work/verify-libraries.log (1883 bytes)
95402024-08-14T22:34:07.169Zuploaded: /work/verify-libraries.log