01J72YAVC8EX7F5KD2JZKWDC46: 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: 01J72YB82CHQ5R2Q3PAWQQ9J0P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-06T06:03:36.413Zjob assigned to worker 01J72YVX6X6SH5BN69ZV7DBVKB (queued for 9 m 30 s)
 
22024-09-06T06:03:37.017Zstarting task 0: "setup"
32024-09-06T06:03:37.042Z++ uname -s
42024-09-06T06:03:37.042Z+ kern=SunOS
52024-09-06T06:03:37.042Z+ case "$kern" in
62024-09-06T06:03:37.042Z+ groupadd -g 12345 build
72024-09-06T06:03:37.042Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-06T06:03:39.050Z+ zfs create -o mountpoint=/work rpool/work
92024-09-06T06:03:39.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-06T06:03:39.114Z+ home_fs=zfs
112024-09-06T06:03:39.114Z+ [[ zfs == autofs ]]
122024-09-06T06:03:39.114Z+ mkdir -p /home/build
132024-09-06T06:03:39.114Z+ chown build:build /home/build /work
142024-09-06T06:03:41.098Z+ chmod 0700 /home/build /work
152024-09-06T06:03:41.122Zprocess exited: duration 4085 ms, exit code 0
 
162024-09-06T06:03:41.170Zstarting task 1: "rust-toolchain"
172024-09-06T06:03:41.194Z+ printf ' * toolchain channel = "%s"
182024-09-06T06:03:41.194Z' 1.80.1
192024-09-06T06:03:41.194Z+ printf ' * toolchain profile = "%s"
202024-09-06T06:03:41.194Z' default
212024-09-06T06:03:41.194Z * toolchain channel = "1.80.1"
222024-09-06T06:03:41.194Z * toolchain profile = "default"
232024-09-06T06:03:41.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-06T06:03:41.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-06T06:03:41.357Zinfo: downloading installer
262024-09-06T06:03:41.824Zinfo: profile set to 'default'
272024-09-06T06:03:41.824Zinfo: default host triple is x86_64-unknown-illumos
282024-09-06T06:03:41.824Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-06T06:03:41.928Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-06T06:03:41.928Zinfo: downloading component 'cargo'
312024-09-06T06:03:42.093Zinfo: downloading component 'clippy'
322024-09-06T06:03:42.148Zinfo: downloading component 'rust-docs'
332024-09-06T06:03:42.474Zinfo: downloading component 'rust-std'
342024-09-06T06:03:42.738Zinfo: downloading component 'rustc'
352024-09-06T06:03:43.594Zinfo: downloading component 'rustfmt'
362024-09-06T06:03:43.635Zinfo: installing component 'cargo'
372024-09-06T06:03:44.728Zinfo: installing component 'clippy'
382024-09-06T06:03:45.170Zinfo: installing component 'rust-docs'
392024-09-06T06:03:48.001Zinfo: installing component 'rust-std'
402024-09-06T06:03:49.874Zinfo: installing component 'rustc'
412024-09-06T06:03:54.962Zinfo: installing component 'rustfmt'
422024-09-06T06:03:55.354Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-06T06:03:55.354Z
442024-09-06T06:03:55.477Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-06T06:03:55.477Z
462024-09-06T06:03:55.477Z
472024-09-06T06:03:55.477ZRust is installed now. Great!
482024-09-06T06:03:55.477Z
492024-09-06T06:03:55.477ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-06T06:03:55.477Zenvironment variable. This has not been done automatically.
512024-09-06T06:03:55.477Z
522024-09-06T06:03:55.477ZTo configure your current shell, you need to source
532024-09-06T06:03:55.477Zthe corresponding env file under $HOME/.cargo.
542024-09-06T06:03:55.477Z
552024-09-06T06:03:55.477ZThis is usually done by running one of the following (note the leading DOT):
562024-09-06T06:03:55.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-06T06:03:55.477Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-06T06:03:55.550Z+ rustc --version
592024-09-06T06:03:55.665Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-06T06:03:55.689Zprocess exited: duration 14499 ms, exit code 0
 
612024-09-06T06:03:55.740Zstarting task 2: "authentication"
622024-09-06T06:03:55.795Zprocess exited: duration 58 ms, exit code 0
 
632024-09-06T06:03:55.842Zstarting task 3: "clone repository"
642024-09-06T06:03:55.867Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-06T06:03:55.867Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-06T06:03:55.890ZCloning into '/work/oxidecomputer/omicron'...
672024-09-06T06:04:01.231Z+ cd /work/oxidecomputer/omicron
682024-09-06T06:04:01.231Z+ git fetch origin 557dc222dc61b8d3c6f571efeac17f7430f3def5
692024-09-06T06:04:01.669ZFrom https://github.com/oxidecomputer/omicron
702024-09-06T06:04:01.669Z * branch 557dc222dc61b8d3c6f571efeac17f7430f3def5 -> FETCH_HEAD
712024-09-06T06:04:01.694Z+ [[ -n inventory-datasets ]]
722024-09-06T06:04:01.694Z++ git branch --show-current
732024-09-06T06:04:01.694Z+ current=main
742024-09-06T06:04:01.694Z+ [[ main != inventory-datasets ]]
752024-09-06T06:04:01.694Z+ git branch -f inventory-datasets 557dc222dc61b8d3c6f571efeac17f7430f3def5
762024-09-06T06:04:01.718Z+ git checkout -f inventory-datasets
772024-09-06T06:04:01.883ZSwitched to branch 'inventory-datasets'
782024-09-06T06:04:01.907Z+ git reset --hard 557dc222dc61b8d3c6f571efeac17f7430f3def5
792024-09-06T06:04:01.931ZHEAD is now at 557dc222d Fix error wrapping in tests
802024-09-06T06:04:01.931Zprocess exited: duration 6074 ms, exit code 0
 
812024-09-06T06:04:01.984Zstarting task 4: "build"
822024-09-06T06:04:02.008Z+ cargo --version
832024-09-06T06:04:02.064Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-06T06:04:02.087Z+ rustc --version
852024-09-06T06:04:02.142Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-06T06:04:02.165Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-06T06:04:07.786Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-06T06:04:10.569Z Startup: Caching catalogs ... Done
892024-09-06T06:04:13.162ZPlanning: Solver setup ... Done (1.854s)
902024-09-06T06:04:13.197ZPlanning: Running solver ... Done (0.035s)
912024-09-06T06:04:13.241ZPlanning: Finding local manifests ... Done (0.003s)
922024-09-06T06:04:13.319ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-06T06:04:13.766ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-06T06:04:13.899ZPlanning: Package planning ... Done (0.133s)
952024-09-06T06:04:13.968ZPlanning: Merging actions ... Done (0.068s)
962024-09-06T06:04:14.220ZPlanning: Checking for conflicting actions ... Done (0.253s)
972024-09-06T06:04:15.333ZPlanning: Consolidating action changes ... Done (1.112s)
982024-09-06T06:04:15.759ZPlanning: Evaluating mediators ... Done (0.426s)
992024-09-06T06:04:15.855ZPlanning: Planning completed in 5.22 seconds
1002024-09-06T06:04:15.879Z Packages to install: 4
1012024-09-06T06:04:15.879Z Packages to update: 1
1022024-09-06T06:04:15.879Z Mediators to change: 2
1032024-09-06T06:04:15.879Z Services to change: 1
1042024-09-06T06:04:15.879Z Estimated space available: 148.82 GB
1052024-09-06T06:04:15.879ZEstimated space to be consumed: 1.53 GB
1062024-09-06T06:04:15.879Z Create boot environment: No
1072024-09-06T06:04:15.879ZCreate backup boot environment: Yes
1082024-09-06T06:04:15.879Z Rebuild boot archive: No
1092024-09-06T06:04:15.879Z
1102024-09-06T06:04:15.879ZChanged mediators:
1112024-09-06T06:04:15.879Z mediator clang:
1122024-09-06T06:04:15.879Z version: None -> 15 (system default)
1132024-09-06T06:04:15.879Z
1142024-09-06T06:04:15.879Z mediator llvm:
1152024-09-06T06:04:15.879Z version: 14 (system default) -> 15 (system default)
1162024-09-06T06:04:15.879Z
1172024-09-06T06:04:15.879ZChanged packages:
1182024-09-06T06:04:15.879Zhelios-dev
1192024-09-06T06:04:15.879Z developer/build-essential
1202024-09-06T06:04:15.879Z None -> 11-2.0
1212024-09-06T06:04:15.879Z library/libxmlsec1
1222024-09-06T06:04:15.879Z None -> 1.2.35-2.0
1232024-09-06T06:04:15.879Z ooce/developer/clang-15
1242024-09-06T06:04:15.879Z None -> 15.0.7-2.0
1252024-09-06T06:04:15.879Z ooce/developer/llvm-15
1262024-09-06T06:04:15.880Z None -> 15.0.7-2.0
1272024-09-06T06:04:15.880Z package/pkg
1282024-09-06T06:04:15.880Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-06T06:04:15.880Z
1302024-09-06T06:04:15.880ZServices:
1312024-09-06T06:04:15.880Z restart_fmri:
1322024-09-06T06:04:15.880Z svc:/system/update-man-index:default
1332024-09-06T06:04:15.880Z
1342024-09-06T06:04:15.880ZEditable files to change:
1352024-09-06T06:04:15.880Z Update:
1362024-09-06T06:04:15.880Z usr/share/lib/pkg/web/config.shtml
1372024-09-06T06:04:15.951Z
1382024-09-06T06:04:15.951ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-06T06:04:20.955ZDownload: 1198/4281 items 64.0/220.6MB 28% complete (13.6M/s)
1402024-09-06T06:04:25.956ZDownload: 1350/4281 items 106.2/220.6MB 48% complete (10.6M/s)
1412024-09-06T06:04:30.958ZDownload: 3237/4281 items 162.7/220.6MB 73% complete (9.8M/s)
1422024-09-06T06:04:35.958ZDownload: 4167/4281 items 220.3/220.6MB 99% complete (11.6M/s)
1432024-09-06T06:04:36.588ZDownload: Completed 220.60 MB in 20.64 seconds (10.7M/s)
1442024-09-06T06:04:38.076Z Actions: 1/5063 actions (Removing old actions)
1452024-09-06T06:04:38.100Z Actions: 194/5063 actions (Installing new actions)
1462024-09-06T06:04:43.089Z Actions: 3141/5063 actions (Installing new actions)
1472024-09-06T06:04:43.969Z Actions: 4226/5063 actions (Updating modified actions)
1482024-09-06T06:04:44.325Z Actions: Completed 5063 actions in 6.25 seconds.
1492024-09-06T06:04:44.577Z Done (0.243s)
1502024-09-06T06:04:44.601Z Done (0.000s)
1512024-09-06T06:04:45.054Z Done (0.475s)
1522024-09-06T06:04:50.507Z Done (5.304s)
1532024-09-06T06:04:50.616Z Done (0.019s)
1542024-09-06T06:04:50.640Z Done (0.000s)
1552024-09-06T06:04:50.815Z Done (0.000s)
1562024-09-06T06:04:51.587ZPlanning: Evaluating mediator changes ... Done
1572024-09-06T06:04:51.845ZPlanning: Checking for conflicting actions ... Done
1582024-09-06T06:04:51.869ZPlanning: Consolidating action changes ... Done
1592024-09-06T06:04:52.188ZPlanning: Evaluating mediators ... Done
1602024-09-06T06:04:52.212ZPlanning: Planning completed in 0.60 seconds
1612024-09-06T06:04:52.235Z Mediators to change: 2
1622024-09-06T06:04:52.235Z Create boot environment: No
1632024-09-06T06:04:52.235ZCreate backup boot environment: No
1642024-09-06T06:04:52.299Z Done
1652024-09-06T06:04:52.299Z Done
1662024-09-06T06:04:52.626Z Done
1672024-09-06T06:04:57.231Z Done
1682024-09-06T06:04:57.337Z Done
1692024-09-06T06:04:57.361Z Done
1702024-09-06T06:04:57.390Z Done
1712024-09-06T06:04:58.139ZPlanning: Evaluating mediator changes ... Done
1722024-09-06T06:04:58.162ZPlanning: Merging actions ... Done
1732024-09-06T06:04:58.388ZPlanning: Checking for conflicting actions ... Done
1742024-09-06T06:04:58.412ZPlanning: Consolidating action changes ... Done
1752024-09-06T06:04:58.717ZPlanning: Evaluating mediators ... Done
1762024-09-06T06:04:58.787ZPlanning: Planning completed in 0.94 seconds
1772024-09-06T06:04:58.834Z Packages to change: 1
1782024-09-06T06:04:58.834Z Mediators to change: 1
1792024-09-06T06:04:58.834Z Services to change: 1
1802024-09-06T06:04:58.834Z Create boot environment: No
1812024-09-06T06:04:58.834ZCreate backup boot environment: Yes
1822024-09-06T06:05:00.367Z Actions: 1/6 actions (Updating modified actions)
1832024-09-06T06:05:00.391Z Actions: Completed 6 actions in 0.00 seconds.
1842024-09-06T06:05:00.391Z Done
1852024-09-06T06:05:00.391Z Done
1862024-09-06T06:05:00.464Z Done
1872024-09-06T06:05:05.075Z Done
1882024-09-06T06:05:05.180Z Done
1892024-09-06T06:05:05.204Z Done
1902024-09-06T06:05:05.272Z Done
1912024-09-06T06:05:05.816ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-09-06T06:05:05.816Zclang system 15 system
1932024-09-06T06:05:05.816Zcsh system system illumos
1942024-09-06T06:05:05.816Zctags system system illumos
1952024-09-06T06:05:05.816Zgcc vendor 12 vendor
1962024-09-06T06:05:05.816Zgcc system 10 system
1972024-09-06T06:05:05.816Zgcc system 7 system
1982024-09-06T06:05:05.816Zgo system 1.20 system
1992024-09-06T06:05:05.816Zgo system 1.19 system
2002024-09-06T06:05:05.816Zllvm system 15 system
2012024-09-06T06:05:05.817Zllvm system 14 system
2022024-09-06T06:05:05.817Zmariadb system 10.6 system
2032024-09-06T06:05:05.817Zmta vendor vendor dma
2042024-09-06T06:05:05.817Zopenjdk system 17 system
2052024-09-06T06:05:05.817Zopenjdk system 11 system
2062024-09-06T06:05:05.817Zopenjdk system 1.8 system
2072024-09-06T06:05:05.817Zopenssl vendor 3 vendor
2082024-09-06T06:05:05.817Zperl system 5.36 system
2092024-09-06T06:05:05.817Zpostgresql system 15 system
2102024-09-06T06:05:05.817Zpostgresql system 13 system
2112024-09-06T06:05:05.817Zpython vendor 3 vendor
2122024-09-06T06:05:05.817Zpython system 2 system
2132024-09-06T06:05:05.817Zpython3 system 3.11 system
2142024-09-06T06:05:05.817Zruby system 3.0 system
2152024-09-06T06:05:05.817Zwords vendor vendor american-english
2162024-09-06T06:05:05.817Zwords system system australian-english
2172024-09-06T06:05:05.817Zwords system system british-english
2182024-09-06T06:05:05.817Zwords system system canadian-english
2192024-09-06T06:05:05.817Zwords system system french
2202024-09-06T06:05:05.817Zwords system system italian
2212024-09-06T06:05:05.817Zwords system system ngerman
2222024-09-06T06:05:05.817Zwords system system ogerman
2232024-09-06T06:05:05.817Zwords system system spanish
2242024-09-06T06:05:06.272ZPUBLISHER TYPE STATUS P LOCATION
2252024-09-06T06:05:06.272Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2262024-09-06T06:05:08.559ZFMRI IFO
2272024-09-06T06:05:08.559Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-09-06T06:05:08.559Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-09-06T06:05:08.559Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-09-06T06:05:08.559Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-09-06T06:05:08.559Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2322024-09-06T06:05:08.560Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-09-06T06:05:08.560Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2342024-09-06T06:05:08.560Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2352024-09-06T06:05:08.560Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-09-06T06:05:08.560Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2372024-09-06T06:05:08.560Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2382024-09-06T06:05:08.560Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-09-06T06:05:08.560Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2402024-09-06T06:05:09.311Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412024-09-06T06:05:09.710Z Updating crates.io index
2422024-09-06T06:05:09.733Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2432024-09-06T06:05:10.619Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-09-06T06:05:11.548Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-09-06T06:05:11.920Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2462024-09-06T06:05:13.685Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-09-06T06:05:14.011Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-09-06T06:05:14.386Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-09-06T06:05:15.683Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-09-06T06:05:17.855Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-09-06T06:05:19.086Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-09-06T06:05:20.002Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-09-06T06:05:20.567Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2542024-09-06T06:05:21.217Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2552024-09-06T06:05:21.696Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2562024-09-06T06:05:22.207Z Updating git repository `https://github.com/oxidecomputer/qorb`
2572024-09-06T06:05:22.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
2582024-09-06T06:05:23.326Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-09-06T06:05:23.734Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-09-06T06:05:24.085Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-09-06T06:05:24.402Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-09-06T06:05:24.771Z Updating git repository `https://github.com/oxidecomputer/clickward`
2632024-09-06T06:05:25.161Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642024-09-06T06:05:25.710Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652024-09-06T06:05:26.448Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2662024-09-06T06:05:26.774Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672024-09-06T06:05:27.322Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682024-09-06T06:05:27.888Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692024-09-06T06:05:28.560Z Updating git repository `https://github.com/oxidecomputer/typify`
2702024-09-06T06:05:30.811Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-09-06T06:05:31.127Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-09-06T06:05:31.498Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-09-06T06:05:31.965Z Updating git repository `https://github.com/oxidecomputer/rfb`
2742024-09-06T06:05:33.720Z Downloading crates ...
2752024-09-06T06:05:33.806Z Downloaded is_terminal_polyfill v1.70.0
2762024-09-06T06:05:33.830Z Downloaded scroll_derive v0.12.0
2772024-09-06T06:05:33.830Z Downloaded pretty-hex v0.4.1
2782024-09-06T06:05:33.830Z Downloaded dtrace-parser v0.2.0
2792024-09-06T06:05:33.830Z Downloaded cargo-platform v0.1.8
2802024-09-06T06:05:33.830Z Downloaded bytecount v0.6.8
2812024-09-06T06:05:33.830Z Downloaded usdt-macro v0.5.0
2822024-09-06T06:05:33.830Z Downloaded usdt-attr-macro v0.5.0
2832024-09-06T06:05:33.830Z Downloaded heck v0.5.0
2842024-09-06T06:05:33.830Z Downloaded fnv v1.0.7
2852024-09-06T06:05:33.830Z Downloaded errno v0.3.9
2862024-09-06T06:05:33.830Z Downloaded toml_datetime v0.6.8
2872024-09-06T06:05:33.830Z Downloaded cfg-if v1.0.0
2882024-09-06T06:05:33.830Z Downloaded version_check v0.9.5
2892024-09-06T06:05:33.854Z Downloaded thiserror v1.0.63
2902024-09-06T06:05:33.854Z Downloaded tabled_derive v0.7.0
2912024-09-06T06:05:33.854Z Downloaded utf8parse v0.2.1
2922024-09-06T06:05:33.854Z Downloaded zerocopy-derive v0.7.34
2932024-09-06T06:05:33.854Z Downloaded toml v0.8.19
2942024-09-06T06:05:33.878Z Downloaded zerocopy v0.7.34
2952024-09-06T06:05:33.901Z Downloaded tabled v0.15.0
2962024-09-06T06:05:33.901Z Downloaded unicode-width v0.1.13
2972024-09-06T06:05:33.925Z Downloaded syn v1.0.109
2982024-09-06T06:05:33.925Z Downloaded rustix v0.38.34
2992024-09-06T06:05:33.948Z Downloaded libc v0.2.158
3002024-09-06T06:05:33.973Z Downloaded goblin v0.8.2
3012024-09-06T06:05:33.997Z Downloaded clap_builder v4.5.15
3022024-09-06T06:05:33.997Z Downloaded syn v2.0.74
3032024-09-06T06:05:34.020Z Downloaded winnow v0.6.18
3042024-09-06T06:05:34.021Z Downloaded usdt-impl v0.5.0
3052024-09-06T06:05:34.021Z Downloaded ucd-trie v0.1.6
3062024-09-06T06:05:34.021Z Downloaded typenum v1.17.0
3072024-09-06T06:05:34.021Z Downloaded toml_edit v0.22.20
3082024-09-06T06:05:34.044Z Downloaded serde_json v1.0.125
3092024-09-06T06:05:34.068Z Downloaded pest v2.7.10
3102024-09-06T06:05:34.068Z Downloaded memchr v2.7.2
3112024-09-06T06:05:34.068Z Downloaded log v0.4.21
3122024-09-06T06:05:34.068Z Downloaded hashbrown v0.14.5
3132024-09-06T06:05:34.068Z Downloaded textwrap v0.16.1
3142024-09-06T06:05:34.091Z Downloaded tempfile v3.10.1
3152024-09-06T06:05:34.091Z Downloaded serde_derive v1.0.208
3162024-09-06T06:05:34.091Z Downloaded serde v1.0.208
3172024-09-06T06:05:34.091Z Downloaded proc-macro2 v1.0.86
3182024-09-06T06:05:34.091Z Downloaded proc-macro-error v1.0.4
3192024-09-06T06:05:34.091Z Downloaded papergrid v0.11.0
3202024-09-06T06:05:34.091Z Downloaded indexmap v2.4.0
3212024-09-06T06:05:34.115Z Downloaded generic-array v0.14.7
3222024-09-06T06:05:34.115Z Downloaded usdt v0.5.0
3232024-09-06T06:05:34.115Z Downloaded sha2 v0.10.8
3242024-09-06T06:05:34.115Z Downloaded scroll v0.12.0
3252024-09-06T06:05:34.115Z Downloaded once_cell v1.19.0
3262024-09-06T06:05:34.115Z Downloaded unicode-linebreak v0.1.5
3272024-09-06T06:05:34.115Z Downloaded unicode-ident v1.0.12
3282024-09-06T06:05:34.115Z Downloaded strsim v0.11.1
3292024-09-06T06:05:34.115Z Downloaded semver v1.0.23
3302024-09-06T06:05:34.115Z Downloaded ryu v1.0.18
3312024-09-06T06:05:34.115Z Downloaded pest_meta v2.7.10
3322024-09-06T06:05:34.139Z Downloaded pest_generator v2.7.10
3332024-09-06T06:05:34.139Z Downloaded colorchoice v1.0.1
3342024-09-06T06:05:34.139Z Downloaded clap v4.5.16
3352024-09-06T06:05:34.139Z Downloaded byteorder v1.5.0
3362024-09-06T06:05:34.139Z Downloaded bitflags v2.6.0
3372024-09-06T06:05:34.139Z Downloaded anyhow v1.0.86
3382024-09-06T06:05:34.163Z Downloaded serde_spanned v0.6.7
3392024-09-06T06:05:34.163Z Downloaded plain v0.2.3
3402024-09-06T06:05:34.163Z Downloaded pest_derive v2.7.10
3412024-09-06T06:05:34.163Z Downloaded itoa v1.0.11
3422024-09-06T06:05:34.163Z Downloaded heck v0.4.1
3432024-09-06T06:05:34.163Z Downloaded fs-err v2.11.0
3442024-09-06T06:05:34.163Z Downloaded fastrand v2.1.0
3452024-09-06T06:05:34.163Z Downloaded dof v0.3.0
3462024-09-06T06:05:34.163Z Downloaded crypto-common v0.1.6
3472024-09-06T06:05:34.163Z Downloaded clap_derive v4.5.13
3482024-09-06T06:05:34.163Z Downloaded cargo_metadata v0.18.1
3492024-09-06T06:05:34.163Z Downloaded camino-tempfile v1.1.1
3502024-09-06T06:05:34.163Z Downloaded terminal_size v0.3.0
3512024-09-06T06:05:34.163Z Downloaded serde_tokenstream v0.2.2
3522024-09-06T06:05:34.163Z Downloaded quote v1.0.36
3532024-09-06T06:05:34.186Z Downloaded thread-id v4.2.1
3542024-09-06T06:05:34.187Z Downloaded thiserror-impl v1.0.63
3552024-09-06T06:05:34.187Z Downloaded block-buffer v0.10.4
3562024-09-06T06:05:34.187Z Downloaded camino v1.1.9
3572024-09-06T06:05:34.187Z Downloaded anstream v0.6.14
3582024-09-06T06:05:34.187Z Downloaded smawk v0.3.2
3592024-09-06T06:05:34.187Z Downloaded proc-macro-error-attr v1.0.4
3602024-09-06T06:05:34.187Z Downloaded memmap v0.7.0
3612024-09-06T06:05:34.187Z Downloaded clap_lex v0.7.0
3622024-09-06T06:05:34.187Z Downloaded cargo_toml v0.20.4
3632024-09-06T06:05:34.187Z Downloaded equivalent v1.0.1
3642024-09-06T06:05:34.187Z Downloaded autocfg v1.3.0
3652024-09-06T06:05:34.187Z Downloaded digest v0.10.7
3662024-09-06T06:05:34.187Z Downloaded cpufeatures v0.2.12
3672024-09-06T06:05:34.187Z Downloaded swrite v0.1.0
3682024-09-06T06:05:34.187Z Downloaded macaddr v1.0.1
3692024-09-06T06:05:34.187Z Downloaded anstyle-parse v0.2.4
3702024-09-06T06:05:34.210Z Downloaded anstyle v1.0.8
3712024-09-06T06:05:34.210Z Downloaded anstyle-query v1.0.3
3722024-09-06T06:05:34.317Z Compiling proc-macro2 v1.0.86
3732024-09-06T06:05:34.340Z Compiling unicode-ident v1.0.12
3742024-09-06T06:05:34.340Z Compiling serde v1.0.208
3752024-09-06T06:05:34.340Z Compiling version_check v0.9.5
3762024-09-06T06:05:34.341Z Compiling memchr v2.7.2
3772024-09-06T06:05:34.341Z Compiling thiserror v1.0.63
3782024-09-06T06:05:34.341Z Compiling libc v0.2.158
3792024-09-06T06:05:34.364Z Compiling ryu v1.0.18
3802024-09-06T06:05:34.591Z Compiling itoa v1.0.11
3812024-09-06T06:05:34.700Z Compiling ucd-trie v0.1.6
3822024-09-06T06:05:34.793Z Compiling once_cell v1.19.0
3832024-09-06T06:05:35.120Z Compiling byteorder v1.5.0
3842024-09-06T06:05:35.295Z Compiling rustix v0.38.34
3852024-09-06T06:05:35.330Z Compiling serde_json v1.0.125
3862024-09-06T06:05:35.679Z Compiling bitflags v2.6.0
3872024-09-06T06:05:35.713Z Compiling proc-macro-error-attr v1.0.4
3882024-09-06T06:05:35.974Z Compiling quote v1.0.36
3892024-09-06T06:05:36.032Z Compiling usdt-impl v0.5.0
3902024-09-06T06:05:36.032Z Compiling syn v1.0.109
3912024-09-06T06:05:36.144Z Compiling proc-macro-error v1.0.4
3922024-09-06T06:05:36.202Z Compiling utf8parse v0.2.1
3932024-09-06T06:05:36.379Z Compiling syn v2.0.74
3942024-09-06T06:05:36.423Z Compiling errno v0.3.9
3952024-09-06T06:05:36.635Z Compiling camino v1.1.9
3962024-09-06T06:05:36.665Z Compiling hashbrown v0.14.5
3972024-09-06T06:05:36.688Z Compiling equivalent v1.0.1
3982024-09-06T06:05:36.797Z Compiling thread-id v4.2.1
3992024-09-06T06:05:36.822Z Compiling plain v0.2.3
4002024-09-06T06:05:36.854Z Compiling log v0.4.21
4012024-09-06T06:05:37.130Z Compiling anstyle-parse v0.2.4
4022024-09-06T06:05:37.314Z Compiling colorchoice v1.0.1
4032024-09-06T06:05:37.460Z Compiling winnow v0.6.18
4042024-09-06T06:05:37.486Z Compiling anstyle-query v1.0.3
4052024-09-06T06:05:37.609Z Compiling pretty-hex v0.4.1
4062024-09-06T06:05:37.638Z Compiling unicode-width v0.1.13
4072024-09-06T06:05:37.663Z Compiling anstyle v1.0.8
4082024-09-06T06:05:37.820Z Compiling indexmap v2.4.0
4092024-09-06T06:05:37.843Z Compiling is_terminal_polyfill v1.70.0
4102024-09-06T06:05:37.872Z Compiling semver v1.0.23
4112024-09-06T06:05:37.978Z Compiling autocfg v1.3.0
4122024-09-06T06:05:38.069Z Compiling anstream v0.6.14
4132024-09-06T06:05:38.451Z Compiling terminal_size v0.3.0
4142024-09-06T06:05:38.789Z Compiling heck v0.5.0
4152024-09-06T06:05:38.854Z Compiling fs-err v2.11.0
4162024-09-06T06:05:38.882Z Compiling fnv v1.0.7
4172024-09-06T06:05:39.010Z Compiling clap_lex v0.7.0
4182024-09-06T06:05:39.038Z Compiling heck v0.4.1
4192024-09-06T06:05:39.067Z Compiling anyhow v1.0.86
4202024-09-06T06:05:39.134Z Compiling strsim v0.11.1
4212024-09-06T06:05:39.491Z Compiling fastrand v2.1.0
4222024-09-06T06:05:39.516Z Compiling cfg-if v1.0.0
4232024-09-06T06:05:39.601Z Compiling bytecount v0.6.8
4242024-09-06T06:05:39.804Z Compiling tempfile v3.10.1
4252024-09-06T06:05:39.828Z Compiling papergrid v0.11.0
4262024-09-06T06:05:39.878Z Compiling clap_builder v4.5.15
4272024-09-06T06:05:40.008Z Compiling memmap v0.7.0
4282024-09-06T06:05:40.100Z Compiling unicode-linebreak v0.1.5
4292024-09-06T06:05:40.465Z Compiling smawk v0.3.2
4302024-09-06T06:05:40.675Z Compiling textwrap v0.16.1
4312024-09-06T06:05:40.704Z Compiling swrite v0.1.0
4322024-09-06T06:05:42.115Z Compiling tabled_derive v0.7.0
4332024-09-06T06:05:43.890Z Compiling tabled v0.15.0
4342024-09-06T06:05:44.740Z Compiling serde_derive v1.0.208
4352024-09-06T06:05:44.766Z Compiling thiserror-impl v1.0.63
4362024-09-06T06:05:44.766Z Compiling zerocopy-derive v0.7.34
4372024-09-06T06:05:44.766Z Compiling scroll_derive v0.12.0
4382024-09-06T06:05:44.973Z Compiling clap_derive v4.5.13
4392024-09-06T06:05:45.976Z Compiling scroll v0.12.0
4402024-09-06T06:05:46.407Z Compiling goblin v0.8.2
4412024-09-06T06:05:46.668Z Compiling zerocopy v0.7.34
4422024-09-06T06:05:47.351Z Compiling pest v2.7.10
4432024-09-06T06:05:48.186Z Compiling clap v4.5.16
4442024-09-06T06:05:49.391Z Compiling pest_meta v2.7.10
4452024-09-06T06:05:50.403Z Compiling pest_generator v2.7.10
4462024-09-06T06:05:52.119Z Compiling pest_derive v2.7.10
4472024-09-06T06:05:52.763Z Compiling dtrace-parser v0.2.0
4482024-09-06T06:05:54.581Z Compiling serde_tokenstream v0.2.2
4492024-09-06T06:05:54.627Z Compiling toml_datetime v0.6.8
4502024-09-06T06:05:54.627Z Compiling serde_spanned v0.6.7
4512024-09-06T06:05:54.896Z Compiling cargo-platform v0.1.8
4522024-09-06T06:05:54.946Z Compiling toml_edit v0.22.20
4532024-09-06T06:05:55.117Z Compiling macaddr v1.0.1
4542024-09-06T06:05:55.263Z Compiling camino-tempfile v1.1.1
4552024-09-06T06:05:56.048Z Compiling dof v0.3.0
4562024-09-06T06:05:56.091Z Compiling cargo_metadata v0.18.1
4572024-09-06T06:05:57.673Z Compiling toml v0.8.19
4582024-09-06T06:05:57.821Z Compiling usdt-macro v0.5.0
4592024-09-06T06:05:57.905Z Compiling usdt-attr-macro v0.5.0
4602024-09-06T06:05:58.545Z Compiling cargo_toml v0.20.4
4612024-09-06T06:05:59.094Z Compiling usdt v0.5.0
4622024-09-06T06:06:02.808Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632024-09-06T06:06:07.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.00s
4642024-09-06T06:06:08.216Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4652024-09-06T06:06:09.032Z Downloading crates ...
4662024-09-06T06:06:09.174Z Downloaded block-padding v0.3.3
4672024-09-06T06:06:09.199Z Downloaded ctr v0.9.2
4682024-09-06T06:06:09.199Z Downloaded crossbeam-epoch v0.9.18
4692024-09-06T06:06:09.199Z Downloaded curve25519-dalek-derive v0.1.1
4702024-09-06T06:06:09.199Z Downloaded const_format v0.2.32
4712024-09-06T06:06:09.224Z Downloaded sha1 v0.10.6
4722024-09-06T06:06:09.224Z Downloaded sqlparser_derive v0.2.2
4732024-09-06T06:06:09.224Z Downloaded structmeta v0.3.0
4742024-09-06T06:06:09.249Z Downloaded vte_generate_state_changes v0.1.1
4752024-09-06T06:06:09.249Z Downloaded wait-timeout v0.2.0
4762024-09-06T06:06:09.249Z Downloaded embedded-io v0.4.0
4772024-09-06T06:06:09.249Z Downloaded foreign-types-macros v0.2.3
4782024-09-06T06:06:09.274Z Downloaded foreign-types v0.5.0
4792024-09-06T06:06:09.274Z Downloaded number_prefix v0.4.0
4802024-09-06T06:06:09.274Z Downloaded num_enum v0.5.11
4812024-09-06T06:06:09.310Z Downloaded packed_struct_codegen v0.10.1
4822024-09-06T06:06:09.335Z Downloaded endian-type v0.1.2
4832024-09-06T06:06:09.335Z Downloaded parse-display v0.10.0
4842024-09-06T06:06:09.359Z Downloaded sigpipe v0.1.3
4852024-09-06T06:06:09.359Z Downloaded signal-hook-mio v0.2.4
4862024-09-06T06:06:09.359Z Downloaded native-tls v0.2.11
4872024-09-06T06:06:09.359Z Downloaded miniz_oxide v0.8.0
4882024-09-06T06:06:09.359Z Downloaded env_logger v0.9.3
4892024-09-06T06:06:09.383Z Downloaded smallvec v0.6.14
4902024-09-06T06:06:09.383Z Downloaded precomputed-hash v0.1.1
4912024-09-06T06:06:09.383Z Downloaded pem v3.0.4
4922024-09-06T06:06:09.383Z Downloaded predicates-core v1.0.6
4932024-09-06T06:06:09.408Z Downloaded darling_macro v0.20.9
4942024-09-06T06:06:09.408Z Downloaded foreign-types-shared v0.3.1
4952024-09-06T06:06:09.408Z Downloaded hash32 v0.3.1
4962024-09-06T06:06:09.408Z Downloaded tokio-native-tls v0.3.1
4972024-09-06T06:06:09.408Z Downloaded want v0.3.1
4982024-09-06T06:06:09.433Z Downloaded strum v0.26.3
4992024-09-06T06:06:09.433Z Downloaded ref-cast v1.0.23
5002024-09-06T06:06:09.433Z Downloaded pretty-hex v0.2.1
5012024-09-06T06:06:09.433Z Downloaded display-error-chain v0.2.1
5022024-09-06T06:06:09.457Z Downloaded dropshot_endpoint v0.10.1
5032024-09-06T06:06:09.457Z Downloaded take_mut v0.2.2
5042024-09-06T06:06:09.457Z Downloaded sync_wrapper v0.1.2
5052024-09-06T06:06:09.457Z Downloaded rand_seeder v0.3.0
5062024-09-06T06:06:09.457Z Downloaded tabwriter v1.4.0
5072024-09-06T06:06:09.457Z Downloaded termcolor v1.4.1
5082024-09-06T06:06:09.457Z Downloaded futures-core v0.3.30
5092024-09-06T06:06:09.481Z Downloaded unicode-bidi v0.3.15
5102024-09-06T06:06:09.482Z Downloaded term v0.7.0
5112024-09-06T06:06:09.482Z Downloaded tar v0.4.41
5122024-09-06T06:06:09.505Z Downloaded rand v0.8.5
5132024-09-06T06:06:09.506Z Downloaded tough v0.17.1
5142024-09-06T06:06:09.530Z Downloaded typed-path v0.7.1
5152024-09-06T06:06:09.530Z Downloaded winnow v0.5.40
5162024-09-06T06:06:09.555Z Downloaded dropshot v0.10.1
5172024-09-06T06:06:09.580Z Downloaded smoltcp v0.11.0
5182024-09-06T06:06:09.608Z Downloaded tokio v1.39.3
5192024-09-06T06:06:09.638Z Downloaded petgraph v0.6.5
5202024-09-06T06:06:09.665Z Downloaded encoding_rs v0.8.34
5212024-09-06T06:06:09.700Z Downloaded diesel v2.2.3
5222024-09-06T06:06:09.730Z Downloaded smoltcp v0.9.1
5232024-09-06T06:06:09.753Z Downloaded zerocopy-derive v0.6.6
5242024-09-06T06:06:09.777Z Downloaded libgit2-sys v0.17.0+1.8.1
5252024-09-06T06:06:09.834Z Downloaded sled v0.34.7
5262024-09-06T06:06:09.858Z Downloaded ratatui v0.28.0
5272024-09-06T06:06:09.882Z Downloaded polar-core v0.27.3
5282024-09-06T06:06:09.905Z Downloaded regex-automata v0.4.6
5292024-09-06T06:06:09.929Z Downloaded sha3 v0.10.8
5302024-09-06T06:06:09.929Z Downloaded nix v0.29.0
5312024-09-06T06:06:09.952Z Downloaded nix v0.27.1
5322024-09-06T06:06:09.952Z Downloaded h2 v0.3.26
5332024-09-06T06:06:09.976Z Downloaded rustls v0.21.12
5342024-09-06T06:06:10.000Z Downloaded openapiv3 v2.0.0
5352024-09-06T06:06:10.000Z Downloaded ring v0.17.8
5362024-09-06T06:06:10.083Z Downloaded finl_unicode v1.2.0
5372024-09-06T06:06:10.107Z Downloaded libz-sys v1.1.16
5382024-09-06T06:06:10.185Z Downloaded nix v0.28.0
5392024-09-06T06:06:10.209Z Downloaded hickory-proto v0.24.1
5402024-09-06T06:06:10.232Z Downloaded csv v1.3.0
5412024-09-06T06:06:10.256Z Downloaded ring v0.16.20
5422024-09-06T06:06:10.365Z Downloaded rayon v1.10.0
5432024-09-06T06:06:10.389Z Downloaded libsqlite3-sys v0.28.0
5442024-09-06T06:06:10.462Z Downloaded x509-cert v0.2.5
5452024-09-06T06:06:10.485Z Downloaded webpki-roots v0.25.4
5462024-09-06T06:06:10.485Z Downloaded gimli v0.28.1
5472024-09-06T06:06:10.486Z Downloaded portable-atomic v1.6.0
5482024-09-06T06:06:10.509Z Downloaded regex v1.10.6
5492024-09-06T06:06:10.509Z Downloaded idna v0.4.0
5502024-09-06T06:06:10.532Z Downloaded idna v0.2.3
5512024-09-06T06:06:10.532Z Downloaded bzip2-sys v0.1.11+1.0.8
5522024-09-06T06:06:10.532Z Downloaded tokio-util v0.7.11
5532024-09-06T06:06:10.555Z Downloaded git2 v0.19.0
5542024-09-06T06:06:10.555Z Downloaded prettyplease v0.2.20
5552024-09-06T06:06:10.555Z Downloaded toml_edit v0.19.15
5562024-09-06T06:06:10.579Z Downloaded unicode-normalization v0.1.23
5572024-09-06T06:06:10.579Z Downloaded reedline v0.33.0
5582024-09-06T06:06:10.603Z Downloaded hashbrown v0.13.2
5592024-09-06T06:06:10.603Z Downloaded hashbrown v0.12.3
5602024-09-06T06:06:10.603Z Downloaded openssl v0.10.66
5612024-09-06T06:06:10.603Z Downloaded rustls v0.22.4
5622024-09-06T06:06:10.626Z Downloaded libxml v0.3.3
5632024-09-06T06:06:10.626Z Downloaded idna v0.5.0
5642024-09-06T06:06:10.650Z Downloaded idna v0.3.0
5652024-09-06T06:06:10.650Z Downloaded fatfs v0.3.6
5662024-09-06T06:06:10.650Z Downloaded futures-util v0.3.30
5672024-09-06T06:06:10.674Z Downloaded p384 v0.13.0
5682024-09-06T06:06:10.674Z Downloaded trust-dns-proto v0.22.0
5692024-09-06T06:06:10.674Z Downloaded futures v0.3.30
5702024-09-06T06:06:10.697Z Downloaded diesel_derives v2.2.2
5712024-09-06T06:06:10.697Z Downloaded rusqlite v0.31.0
5722024-09-06T06:06:10.697Z Downloaded subprocess v0.2.9
5732024-09-06T06:06:10.697Z Downloaded strum_macros v0.26.4
5742024-09-06T06:06:10.697Z Downloaded snafu v0.8.2
5752024-09-06T06:06:10.721Z Downloaded headers v0.3.9
5762024-09-06T06:06:10.721Z Downloaded futures-channel v0.3.30
5772024-09-06T06:06:10.721Z Downloaded dyn-clone v1.0.17
5782024-09-06T06:06:10.721Z Downloaded dsl_auto_type v0.1.2
5792024-09-06T06:06:10.721Z Downloaded tinyvec v1.6.0
5802024-09-06T06:06:10.721Z Downloaded rand_xorshift v0.3.0
5812024-09-06T06:06:10.721Z Downloaded rayon-core v1.12.1
5822024-09-06T06:06:10.745Z Downloaded pem-rfc7468 v0.7.0
5832024-09-06T06:06:10.745Z Downloaded lalrpop v0.19.12
5842024-09-06T06:06:10.745Z Downloaded tap v1.0.1
5852024-09-06T06:06:10.745Z Downloaded funty v2.0.0
5862024-09-06T06:06:10.745Z Downloaded form_urlencoded v1.2.1
5872024-09-06T06:06:10.745Z Downloaded twox-hash v1.6.3
5882024-09-06T06:06:10.745Z Downloaded topological-sort v0.2.2
5892024-09-06T06:06:10.745Z Downloaded whoami v1.5.1
5902024-09-06T06:06:10.769Z Downloaded snafu-derive v0.8.2
5912024-09-06T06:06:10.769Z Downloaded derive_more v0.99.18
5922024-09-06T06:06:10.769Z Downloaded darling_core v0.20.9
5932024-09-06T06:06:10.769Z Downloaded heapless v0.7.17
5942024-09-06T06:06:10.769Z Downloaded russh v0.45.0
5952024-09-06T06:06:10.793Z Downloaded supports-color v3.0.0
5962024-09-06T06:06:10.793Z Downloaded subtle v2.5.0
5972024-09-06T06:06:10.793Z Downloaded futures-executor v0.3.30
5982024-09-06T06:06:10.793Z Downloaded fallible-streaming-iterator v0.1.9
5992024-09-06T06:06:10.793Z Downloaded dirs-next v2.0.0
6002024-09-06T06:06:10.793Z Downloaded diff v0.1.13
6012024-09-06T06:06:10.793Z Downloaded tokio-rustls v0.25.0
6022024-09-06T06:06:10.793Z Downloaded tokio-postgres v0.7.11
6032024-09-06T06:06:10.793Z Downloaded dhcproto v0.12.0
6042024-09-06T06:06:10.793Z Downloaded rand_chacha v0.3.1
6052024-09-06T06:06:10.793Z Downloaded proc-macro-crate v1.3.1
6062024-09-06T06:06:10.793Z Downloaded primeorder v0.13.6
6072024-09-06T06:06:10.817Z Downloaded predicates-tree v1.0.9
6082024-09-06T06:06:10.817Z Downloaded fragile v2.0.0
6092024-09-06T06:06:10.817Z Downloaded unarray v0.1.4
6102024-09-06T06:06:10.817Z Downloaded tiny-keccak v2.0.2
6112024-09-06T06:06:10.817Z Downloaded termios v0.3.3
6122024-09-06T06:06:10.817Z Downloaded rcgen v0.12.1
6132024-09-06T06:06:10.817Z Downloaded itertools v0.12.1
6142024-09-06T06:06:10.817Z Downloaded tower-service v0.3.2
6152024-09-06T06:06:10.817Z Downloaded tls_codec_derive v0.4.1
6162024-09-06T06:06:10.841Z Downloaded tls_codec v0.4.1
6172024-09-06T06:06:10.841Z Downloaded dirs-sys-next v0.1.2
6182024-09-06T06:06:10.841Z Downloaded ff v0.13.0
6192024-09-06T06:06:10.841Z Downloaded toml v0.7.8
6202024-09-06T06:06:10.841Z Downloaded toolchain_find v0.4.0
6212024-09-06T06:06:10.841Z Downloaded tinyvec_macros v0.1.1
6222024-09-06T06:06:10.841Z Downloaded termtree v0.4.1
6232024-09-06T06:06:10.841Z Downloaded difflib v0.4.0
6242024-09-06T06:06:10.841Z Downloaded strum_macros v0.25.3
6252024-09-06T06:06:10.841Z Downloaded smallvec v1.13.2
6262024-09-06T06:06:10.841Z Downloaded derive-where v1.2.7
6272024-09-06T06:06:10.841Z Downloaded zip v0.6.6
6282024-09-06T06:06:10.865Z Downloaded getopts v0.2.21
6292024-09-06T06:06:10.865Z Downloaded postcard v1.0.8
6302024-09-06T06:06:10.865Z Downloaded radix_trie v0.2.1
6312024-09-06T06:06:10.865Z Downloaded diesel_table_macro_syntax v0.2.0
6322024-09-06T06:06:10.865Z Downloaded waitgroup v0.1.2
6332024-09-06T06:06:10.865Z Downloaded unicase v2.7.0
6342024-09-06T06:06:10.865Z Downloaded wyz v0.5.1
6352024-09-06T06:06:10.865Z Downloaded which v4.4.2
6362024-09-06T06:06:10.865Z Downloaded walkdir v2.5.0
6372024-09-06T06:06:10.865Z Downloaded pin-project v1.1.5
6382024-09-06T06:06:10.888Z Downloaded p521 v0.13.3
6392024-09-06T06:06:10.889Z Downloaded nom v7.1.3
6402024-09-06T06:06:10.889Z Downloaded downcast v0.11.0
6412024-09-06T06:06:10.889Z Downloaded strum_macros v0.24.3
6422024-09-06T06:06:10.912Z Downloaded structmeta-derive v0.3.0
6432024-09-06T06:06:10.912Z Downloaded smf v0.2.3
6442024-09-06T06:06:10.912Z Downloaded tokio-tungstenite v0.23.1
6452024-09-06T06:06:10.912Z Downloaded derive_builder v0.20.0
6462024-09-06T06:06:10.912Z Downloaded hashlink v0.9.1
6472024-09-06T06:06:10.912Z Downloaded half v2.4.1
6482024-09-06T06:06:10.912Z Downloaded globset v0.4.14
6492024-09-06T06:06:10.912Z Downloaded pkcs5 v0.7.1
6502024-09-06T06:06:10.912Z Downloaded pin-project-internal v1.1.5
6512024-09-06T06:06:10.912Z Downloaded object v0.32.2
6522024-09-06T06:06:10.936Z Downloaded mio v1.0.2
6532024-09-06T06:06:10.936Z Downloaded hkdf v0.12.4
6542024-09-06T06:06:10.936Z Downloaded tokio-tungstenite v0.21.0
6552024-09-06T06:06:10.936Z Downloaded tokio-stream v0.1.15
6562024-09-06T06:06:10.960Z Downloaded des v0.8.1
6572024-09-06T06:06:10.960Z Downloaded zerocopy v0.6.6
6582024-09-06T06:06:10.960Z Downloaded yasna v0.5.2
6592024-09-06T06:06:10.960Z Downloaded gethostname v0.5.0
6602024-09-06T06:06:10.960Z Downloaded rand_core v0.6.4
6612024-09-06T06:06:10.960Z Downloaded fd-lock v4.0.2
6622024-09-06T06:06:10.960Z Downloaded tokio-tungstenite v0.20.1
6632024-09-06T06:06:10.960Z Downloaded tokio-rustls v0.24.1
6642024-09-06T06:06:10.960Z Downloaded derive_builder_core v0.20.0
6652024-09-06T06:06:10.984Z Downloaded getrandom v0.2.14
6662024-09-06T06:06:10.984Z Downloaded futures-task v0.3.30
6672024-09-06T06:06:10.984Z Downloaded predicates v3.1.2
6682024-09-06T06:06:10.984Z Downloaded postgres-types v0.2.7
6692024-09-06T06:06:10.984Z Downloaded poly1305 v0.8.0
6702024-09-06T06:06:10.984Z Downloaded peg-macros v0.8.4
6712024-09-06T06:06:10.984Z Downloaded omicron-zone-package v0.11.0
6722024-09-06T06:06:10.984Z Downloaded signal-hook v0.3.17
6732024-09-06T06:06:10.984Z Downloaded serde_derive_internals v0.29.1
6742024-09-06T06:06:10.984Z Downloaded samael v0.0.15
6752024-09-06T06:06:11.007Z Downloaded proptest v1.5.0
6762024-09-06T06:06:11.007Z Downloaded deranged v0.3.11
6772024-09-06T06:06:11.008Z Downloaded ghash v0.5.1
6782024-09-06T06:06:11.008Z Downloaded ppv-lite86 v0.2.17
6792024-09-06T06:06:11.008Z Downloaded postgres-protocol v0.6.7
6802024-09-06T06:06:11.008Z Downloaded password-hash v0.5.0
6812024-09-06T06:06:11.031Z Downloaded schemars v0.8.21
6822024-09-06T06:06:11.031Z Downloaded object v0.30.4
6832024-09-06T06:06:11.055Z Downloaded tokio-macros v2.4.0
6842024-09-06T06:06:11.055Z Downloaded zone v0.3.0
6852024-09-06T06:06:11.055Z Downloaded zone v0.1.8
6862024-09-06T06:06:11.055Z Downloaded zeroize_derive v1.4.2
6872024-09-06T06:06:11.055Z Downloaded zeroize v1.7.0
6882024-09-06T06:06:11.055Z Downloaded xattr v1.3.1
6892024-09-06T06:06:11.055Z Downloaded hash32 v0.2.1
6902024-09-06T06:06:11.055Z Downloaded peg v0.8.4
6912024-09-06T06:06:11.055Z Downloaded password-hash v0.4.2
6922024-09-06T06:06:11.055Z Downloaded rustls-webpki v0.102.4
6932024-09-06T06:06:11.078Z Downloaded itertools v0.13.0
6942024-09-06T06:06:11.078Z Downloaded group v0.13.0
6952024-09-06T06:06:11.078Z Downloaded glob v0.3.1
6962024-09-06T06:06:11.102Z Downloaded futures-sink v0.3.30
6972024-09-06T06:06:11.102Z Downloaded futures-macro v0.3.30
6982024-09-06T06:06:11.102Z Downloaded futures-io v0.3.30
6992024-09-06T06:06:11.102Z Downloaded pkg-config v0.3.30
7002024-09-06T06:06:11.102Z Downloaded pkcs8 v0.10.2
7012024-09-06T06:06:11.102Z Downloaded russh-keys v0.45.0
7022024-09-06T06:06:11.102Z Downloaded minimal-lexical v0.2.1
7032024-09-06T06:06:11.102Z Downloaded hyper v0.14.30
7042024-09-06T06:06:11.126Z Downloaded foreign-types-shared v0.1.1
7052024-09-06T06:06:11.126Z Downloaded dhcproto-macros v0.1.0
7062024-09-06T06:06:11.126Z Downloaded derive_builder_macro v0.20.0
7072024-09-06T06:06:11.126Z Downloaded headers-core v0.2.0
7082024-09-06T06:06:11.126Z Downloaded pkcs1 v0.7.5
7092024-09-06T06:06:11.126Z Downloaded pin-utils v0.1.0
7102024-09-06T06:06:11.126Z Downloaded percent-encoding v2.3.1
7112024-09-06T06:06:11.126Z Downloaded pbkdf2 v0.12.2
7122024-09-06T06:06:11.126Z Downloaded pbkdf2 v0.11.0
7132024-09-06T06:06:11.126Z Downloaded paste v1.0.15
7142024-09-06T06:06:11.126Z Downloaded parse-display-derive v0.10.0
7152024-09-06T06:06:11.126Z Downloaded shlex v1.3.0
7162024-09-06T06:06:11.126Z Downloaded secrecy v0.8.0
7172024-09-06T06:06:11.126Z Downloaded sec1 v0.7.3
7182024-09-06T06:06:11.126Z Downloaded sct v0.7.1
7192024-09-06T06:06:11.150Z Downloaded scrypt v0.11.0
7202024-09-06T06:06:11.150Z Downloaded scheduled-thread-pool v0.2.7
7212024-09-06T06:06:11.150Z Downloaded rustc_version v0.4.0
7222024-09-06T06:06:11.150Z Downloaded rustc-demangle v0.1.24
7232024-09-06T06:06:11.150Z Downloaded zone_cfg_derive v0.3.0
7242024-09-06T06:06:11.150Z Downloaded zone_cfg_derive v0.1.2
7252024-09-06T06:06:11.150Z Downloaded fxhash v0.2.1
7262024-09-06T06:06:11.150Z Downloaded phf_shared v0.11.2
7272024-09-06T06:06:11.150Z Downloaded phf v0.11.2
7282024-09-06T06:06:11.150Z Downloaded peg-runtime v0.8.3
7292024-09-06T06:06:11.150Z Downloaded path-slash v0.1.5
7302024-09-06T06:06:11.150Z Downloaded opaque-debug v0.3.1
7312024-09-06T06:06:11.150Z Downloaded similar v2.6.0
7322024-09-06T06:06:11.174Z Downloaded serde-hex v0.1.0
7332024-09-06T06:06:11.174Z Downloaded semver v0.1.20
7342024-09-06T06:06:11.174Z Downloaded scopeguard v1.2.0
7352024-09-06T06:06:11.174Z Downloaded schemars_derive v0.8.21
7362024-09-06T06:06:11.174Z Downloaded rtoolbox v0.0.2
7372024-09-06T06:06:11.174Z Downloaded ref-cast-impl v1.0.23
7382024-09-06T06:06:11.174Z Downloaded quick-xml v0.31.0
7392024-09-06T06:06:11.174Z Downloaded regress v0.9.1
7402024-09-06T06:06:11.197Z Downloaded powerfmt v0.2.0
7412024-09-06T06:06:11.197Z Downloaded polyval v0.6.2
7422024-09-06T06:06:11.197Z Downloaded pin-project-lite v0.2.14
7432024-09-06T06:06:11.197Z Downloaded parse-size v1.0.0
7442024-09-06T06:06:11.197Z Downloaded shell-words v1.1.0
7452024-09-06T06:06:11.197Z Downloaded serde_arrays v0.1.0
7462024-09-06T06:06:11.198Z Downloaded same-file v1.0.6
7472024-09-06T06:06:11.221Z Downloaded salsa20 v0.10.2
7482024-09-06T06:06:11.221Z Downloaded rustfmt-wrapper v0.2.1
7492024-09-06T06:06:11.221Z Downloaded slog-term v2.9.1
7502024-09-06T06:06:11.221Z Downloaded rustc_version v0.1.7
7512024-09-06T06:06:11.221Z Downloaded rustc-hash v1.1.0
7522024-09-06T06:06:11.221Z Downloaded p256 v0.13.2
7532024-09-06T06:06:11.221Z Downloaded openssl-sys v0.9.103
7542024-09-06T06:06:11.221Z Downloaded rustls-webpki v0.101.7
7552024-09-06T06:06:11.245Z Downloaded libm v0.2.8
7562024-09-06T06:06:11.269Z Downloaded portpicker v0.1.1
7572024-09-06T06:06:11.269Z Downloaded phf_shared v0.10.0
7582024-09-06T06:06:11.269Z Downloaded serde-big-array v0.5.1
7592024-09-06T06:06:11.269Z Downloaded russh-cryptovec v0.7.2
7602024-09-06T06:06:11.269Z Downloaded parking_lot_core v0.9.10
7612024-09-06T06:06:11.269Z Downloaded parking_lot v0.12.2
7622024-09-06T06:06:11.269Z Downloaded expectorate v1.1.0
7632024-09-06T06:06:11.269Z Downloaded regex-syntax v0.6.29
7642024-09-06T06:06:11.292Z Downloaded slab v0.4.9
7652024-09-06T06:06:11.292Z Downloaded siphasher v0.3.11
7662024-09-06T06:06:11.293Z Downloaded signal-hook-tokio v0.3.1
7672024-09-06T06:06:11.293Z Downloaded signal-hook-registry v1.4.2
7682024-09-06T06:06:11.293Z Downloaded oso v0.27.3
7692024-09-06T06:06:11.293Z Downloaded ed25519-dalek v2.1.1
7702024-09-06T06:06:11.316Z Downloaded time v0.3.36
7712024-09-06T06:06:11.316Z Downloaded nu-ansi-term v0.50.0
7722024-09-06T06:06:11.316Z Downloaded mockall_derive v0.13.0
7732024-09-06T06:06:11.316Z Downloaded itertools v0.10.5
7742024-09-06T06:06:11.340Z Downloaded memmap2 v0.9.4
7752024-09-06T06:06:11.340Z Downloaded hickory-server v0.24.1
7762024-09-06T06:06:11.340Z Downloaded owo-colors v4.0.0
7772024-09-06T06:06:11.340Z Downloaded der_derive v0.7.2
7782024-09-06T06:06:11.340Z Downloaded rustyline v14.0.0
7792024-09-06T06:06:11.340Z Downloaded vcpkg v0.2.15
7802024-09-06T06:06:11.394Z Downloaded regex-syntax v0.8.4
7812024-09-06T06:06:11.418Z Downloaded md-5 v0.10.6
7822024-09-06T06:06:11.418Z Downloaded lock_api v0.4.12
7832024-09-06T06:06:11.418Z Downloaded jobserver v0.1.32
7842024-09-06T06:06:11.418Z Downloaded indexmap v1.9.3
7852024-09-06T06:06:11.418Z Downloaded http v1.1.0
7862024-09-06T06:06:11.441Z Downloaded signature v2.2.0
7872024-09-06T06:06:11.441Z Downloaded parking_lot_core v0.8.6
7882024-09-06T06:06:11.441Z Downloaded packed_struct v0.10.1
7892024-09-06T06:06:11.441Z Downloaded oso-derive v0.27.3
7902024-09-06T06:06:11.441Z Downloaded openssl-macros v0.1.1
7912024-09-06T06:06:11.441Z Downloaded fallible-iterator v0.3.0
7922024-09-06T06:06:11.441Z Downloaded env_logger v0.10.2
7932024-09-06T06:06:11.441Z Downloaded der v0.7.9
7942024-09-06T06:06:11.465Z Downloaded tungstenite v0.20.1
7952024-09-06T06:06:11.465Z Downloaded tracing-core v0.1.32
7962024-09-06T06:06:11.465Z Downloaded tracing v0.1.40
7972024-09-06T06:06:11.465Z Downloaded num-bigint-dig v0.8.4
7982024-09-06T06:06:11.465Z Downloaded multimap v0.10.0
7992024-09-06T06:06:11.489Z Downloaded mime v0.3.17
8002024-09-06T06:06:11.489Z Downloaded lru-cache v0.1.2
8012024-09-06T06:06:11.489Z Downloaded linear-map v1.2.0
8022024-09-06T06:06:11.489Z Downloaded libloading v0.8.3
8032024-09-06T06:06:11.489Z Downloaded kstat-rs v0.2.4
8042024-09-06T06:06:11.489Z Downloaded ipnetwork v0.20.0
8052024-09-06T06:06:11.489Z Downloaded internet-checksum v0.2.1
8062024-09-06T06:06:11.489Z Downloaded indoc v1.0.9
8072024-09-06T06:06:11.489Z Downloaded hickory-resolver v0.24.1
8082024-09-06T06:06:11.489Z Downloaded parking_lot v0.11.2
8092024-09-06T06:06:11.512Z Downloaded openssl-probe v0.1.5
8102024-09-06T06:06:11.512Z Downloaded erased-serde v0.3.31
8112024-09-06T06:06:11.512Z Downloaded enum-as-inner v0.6.0
8122024-09-06T06:06:11.512Z Downloaded either v1.13.0
8132024-09-06T06:06:11.512Z Downloaded ed25519 v2.2.3
8142024-09-06T06:06:11.512Z Downloaded ecdsa v0.16.9
8152024-09-06T06:06:11.512Z Downloaded defmt v0.3.8
8162024-09-06T06:06:11.512Z Downloaded tungstenite v0.23.0
8172024-09-06T06:06:11.536Z Downloaded tungstenite v0.21.0
8182024-09-06T06:06:11.536Z Downloaded num-bigint v0.4.5
8192024-09-06T06:06:11.536Z Downloaded sqlparser v0.45.0
8202024-09-06T06:06:11.536Z Downloaded mio v0.8.11
8212024-09-06T06:06:11.559Z Downloaded miniz_oxide v0.7.2
8222024-09-06T06:06:11.560Z Downloaded matches v0.1.10
8232024-09-06T06:06:11.560Z Downloaded maplit v1.0.2
8242024-09-06T06:06:11.560Z Downloaded lazy_static v1.5.0
8252024-09-06T06:06:11.560Z Downloaded is_ci v1.2.0
8262024-09-06T06:06:11.560Z Downloaded instability v0.3.2
8272024-09-06T06:06:11.560Z Downloaded indicatif v0.17.8
8282024-09-06T06:06:11.560Z Downloaded impl-trait-for-tuples v0.2.2
8292024-09-06T06:06:11.560Z Downloaded hyper-rustls v0.24.2
8302024-09-06T06:06:11.583Z Downloaded http v0.2.12
8312024-09-06T06:06:11.583Z Downloaded curve25519-dalek v4.1.3
8322024-09-06T06:06:11.583Z Downloaded tracing-attributes v0.1.27
8332024-09-06T06:06:11.583Z Downloaded time-macros v0.2.18
8342024-09-06T06:06:11.607Z Downloaded time-core v0.1.2
8352024-09-06T06:06:11.607Z Downloaded rustversion v1.0.17
8362024-09-06T06:06:11.607Z Downloaded publicsuffix v2.2.3
8372024-09-06T06:06:11.607Z Downloaded unicode-segmentation v1.11.0
8382024-09-06T06:06:11.607Z Downloaded serde_with v3.9.0
8392024-09-06T06:06:11.630Z Downloaded resolv-conf v0.7.0
8402024-09-06T06:06:11.630Z Downloaded reqwest v0.11.27
8412024-09-06T06:06:11.630Z Downloaded num v0.4.3
8422024-09-06T06:06:11.631Z Downloaded newtype_derive v0.1.6
8432024-09-06T06:06:11.631Z Downloaded newtype-uuid v1.1.0
8442024-09-06T06:06:11.631Z Downloaded newline-converter v0.3.0
8452024-09-06T06:06:11.654Z Downloaded mockall v0.13.0
8462024-09-06T06:06:11.654Z Downloaded mime_guess v2.0.4
8472024-09-06T06:06:11.654Z Downloaded memoffset v0.9.1
8482024-09-06T06:06:11.654Z Downloaded managed v0.8.0
8492024-09-06T06:06:11.654Z Downloaded lru v0.12.3
8502024-09-06T06:06:11.654Z Downloaded linked-hash-map v0.5.6
8512024-09-06T06:06:11.654Z Downloaded libsw v3.3.1
8522024-09-06T06:06:11.654Z Downloaded libefi-sys v0.1.0
8532024-09-06T06:06:11.654Z Downloaded lazycell v1.3.0
8542024-09-06T06:06:11.654Z Downloaded lalrpop-util v0.19.12
8552024-09-06T06:06:11.654Z Downloaded keccak v0.1.5
8562024-09-06T06:06:11.654Z Downloaded ipnet v2.9.0
8572024-09-06T06:06:11.654Z Downloaded indent_write v2.2.0
8582024-09-06T06:06:11.654Z Downloaded hyper-tls v0.5.0
8592024-09-06T06:06:11.654Z Downloaded humantime v2.1.0
8602024-09-06T06:06:11.654Z Downloaded hubpack v0.1.2
8612024-09-06T06:06:11.678Z Downloaded httpdate v1.0.3
8622024-09-06T06:06:11.678Z Downloaded httparse v1.8.0
8632024-09-06T06:06:11.678Z Downloaded http-range v0.1.5
8642024-09-06T06:06:11.678Z Downloaded hostname v0.4.0
8652024-09-06T06:06:11.678Z Downloaded hostname v0.3.1
8662024-09-06T06:06:11.678Z Downloaded hmac v0.12.1
8672024-09-06T06:06:11.678Z Downloaded highway v1.2.0
8682024-09-06T06:06:11.678Z Downloaded darling v0.20.9
8692024-09-06T06:06:11.678Z Downloaded chrono v0.4.38
8702024-09-06T06:06:11.701Z Downloaded bcs v0.1.6
8712024-09-06T06:06:11.702Z Downloaded bb8 v0.8.5
8722024-09-06T06:06:11.702Z Downloaded fallible-iterator v0.2.0
8732024-09-06T06:06:11.702Z Downloaded enum-as-inner v0.5.1
8742024-09-06T06:06:11.702Z Downloaded defmt-parser v0.3.4
8752024-09-06T06:06:11.702Z Downloaded defmt-macros v0.3.9
8762024-09-06T06:06:11.702Z Downloaded debug-ignore v1.0.5
8772024-09-06T06:06:11.702Z Downloaded data-encoding v2.6.0
8782024-09-06T06:06:11.702Z Downloaded tui-tree-widget v0.22.0
8792024-09-06T06:06:11.702Z Downloaded try-lock v0.2.5
8802024-09-06T06:06:11.702Z Downloaded thread_local v1.1.8
8812024-09-06T06:06:11.702Z Downloaded thiserror-no-std v2.0.2
8822024-09-06T06:06:11.725Z Downloaded thiserror-impl-no-std v2.0.2
8832024-09-06T06:06:11.725Z Downloaded test-strategy v0.3.1
8842024-09-06T06:06:11.725Z Downloaded slog-stdlog v4.1.1
8852024-09-06T06:06:11.725Z Downloaded slog-scope v4.4.0
8862024-09-06T06:06:11.725Z Downloaded slog-json v2.6.1
8872024-09-06T06:06:11.725Z Downloaded slog-envlogger v2.2.0
8882024-09-06T06:06:11.725Z Downloaded slog-dtrace v0.3.0
8892024-09-06T06:06:11.725Z Downloaded slog-bunyan v2.5.0
8902024-09-06T06:06:11.725Z Downloaded slog-async v2.8.0
8912024-09-06T06:06:11.725Z Downloaded slog v2.7.0
8922024-09-06T06:06:11.725Z Downloaded rusty-fork v0.3.0
8932024-09-06T06:06:11.726Z Downloaded rustls-pki-types v1.7.0
8942024-09-06T06:06:11.750Z Downloaded rustls-pemfile v2.1.3
8952024-09-06T06:06:11.750Z Downloaded rustls-pemfile v1.0.4
8962024-09-06T06:06:11.750Z Downloaded radium v0.7.0
8972024-09-06T06:06:11.750Z Downloaded r2d2 v0.8.10
8982024-09-06T06:06:11.750Z Downloaded quick-error v1.2.3
8992024-09-06T06:06:11.750Z Downloaded psl-types v2.0.11
9002024-09-06T06:06:11.750Z Downloaded olpc-cjson v0.1.3
9012024-09-06T06:06:11.750Z Downloaded num-traits v0.2.19
9022024-09-06T06:06:11.750Z Downloaded num-rational v0.4.2
9032024-09-06T06:06:11.750Z Downloaded num-integer v0.1.46
9042024-09-06T06:06:11.750Z Downloaded heapless v0.8.0
9052024-09-06T06:06:11.750Z Downloaded flate2 v1.0.33
9062024-09-06T06:06:11.774Z Downloaded nodrop v0.1.14
9072024-09-06T06:06:11.774Z Downloaded nibble_vec v0.1.0
9082024-09-06T06:06:11.774Z Downloaded new_debug_unreachable v1.0.6
9092024-09-06T06:06:11.774Z Downloaded nanorand v0.7.0
9102024-09-06T06:06:11.774Z Downloaded multer v3.1.0
9112024-09-06T06:06:11.774Z Downloaded iana-time-zone v0.1.60
9122024-09-06T06:06:11.774Z Downloaded hyper-staticfile v0.9.5
9132024-09-06T06:06:11.774Z Downloaded http-body v0.4.6
9142024-09-06T06:06:11.774Z Downloaded home v0.5.9
9152024-09-06T06:06:11.774Z Downloaded num-iter v0.1.45
9162024-09-06T06:06:11.774Z Downloaded num-conv v0.1.0
9172024-09-06T06:06:11.774Z Downloaded num-complex v0.4.6
9182024-09-06T06:06:11.798Z Downloaded hickory-client v0.24.1
9192024-09-06T06:06:11.798Z Downloaded hex-literal v0.4.1
9202024-09-06T06:06:11.798Z Downloaded hex v0.4.3
9212024-09-06T06:06:11.798Z Downloaded flume v0.11.0
9222024-09-06T06:06:11.798Z Downloaded elliptic-curve v0.13.8
9232024-09-06T06:06:11.798Z Downloaded unicode_categories v0.1.1
9242024-09-06T06:06:11.798Z Downloaded steno v0.4.1
9252024-09-06T06:06:11.822Z Downloaded ssh-key v0.6.6
9262024-09-06T06:06:11.822Z Downloaded normalize-line-endings v0.3.0
9272024-09-06T06:06:11.822Z Downloaded md5 v0.7.0
9282024-09-06T06:06:11.822Z Downloaded maybe-uninit v2.0.0
9292024-09-06T06:06:11.822Z Downloaded instant v0.1.12
9302024-09-06T06:06:11.822Z Downloaded inout v0.1.3
9312024-09-06T06:06:11.822Z Downloaded ident_case v1.0.1
9322024-09-06T06:06:11.822Z Downloaded num_threads v0.1.7
9332024-09-06T06:06:11.822Z Downloaded num_enum_derive v0.5.11
9342024-09-06T06:06:11.822Z Downloaded num-derive v0.4.2
9352024-09-06T06:06:11.822Z Downloaded heck v0.3.3
9362024-09-06T06:06:11.822Z Downloaded flagset v0.4.5
9372024-09-06T06:06:11.822Z Downloaded vte v0.11.1
9382024-09-06T06:06:11.846Z Downloaded vsss-rs v3.3.4
9392024-09-06T06:06:11.846Z Downloaded vergen v8.3.2
9402024-09-06T06:06:11.846Z Downloaded url v2.5.2
9412024-09-06T06:06:11.846Z Downloaded unsafe-libyaml v0.2.11
9422024-09-06T06:06:11.846Z Downloaded match_cfg v0.1.0
9432024-09-06T06:06:11.846Z Downloaded is-terminal v0.4.12
9442024-09-06T06:06:11.846Z Downloaded float-cmp v0.9.0
9452024-09-06T06:06:11.846Z Downloaded fixedbitset v0.4.2
9462024-09-06T06:06:11.846Z Downloaded ena v0.14.3
9472024-09-06T06:06:11.846Z Downloaded hubpack_derive v0.1.1
9482024-09-06T06:06:11.846Z Downloaded bstr v1.9.1
9492024-09-06T06:06:11.869Z Downloaded bitvec v1.0.1
9502024-09-06T06:06:11.893Z Downloaded foreign-types v0.3.2
9512024-09-06T06:06:11.893Z Downloaded float-ord v0.3.2
9522024-09-06T06:06:11.893Z Downloaded filetime v0.2.25
9532024-09-06T06:06:11.893Z Downloaded uzers v0.11.3
9542024-09-06T06:06:11.893Z Downloaded uuid v1.10.0
9552024-09-06T06:06:11.893Z Downloaded socket2 v0.5.7
9562024-09-06T06:06:11.893Z Downloaded serde_yaml v0.9.34+deprecated
9572024-09-06T06:06:11.893Z Downloaded crossterm v0.28.1
9582024-09-06T06:06:11.916Z Downloaded utf-8 v0.7.6
9592024-09-06T06:06:11.916Z Downloaded untrusted v0.9.0
9602024-09-06T06:06:11.916Z Downloaded unicode-xid v0.2.4
9612024-09-06T06:06:11.916Z Downloaded unicode-truncate v1.0.0
9622024-09-06T06:06:11.916Z Downloaded socket2 v0.4.10
9632024-09-06T06:06:11.916Z Downloaded bindgen v0.69.4
9642024-09-06T06:06:11.916Z Downloaded untrusted v0.7.1
9652024-09-06T06:06:11.916Z Downloaded universal-hash v0.5.1
9662024-09-06T06:06:11.940Z Downloaded static_assertions v1.1.0
9672024-09-06T06:06:11.940Z Downloaded ron v0.7.1
9682024-09-06T06:06:11.940Z Downloaded cookie_store v0.20.0
9692024-09-06T06:06:11.940Z Downloaded blake3 v1.5.1
9702024-09-06T06:06:11.940Z Downloaded argon2 v0.5.3
9712024-09-06T06:06:11.940Z Downloaded structmeta-derive v0.2.0
9722024-09-06T06:06:11.940Z Downloaded stringprep v0.1.4
9732024-09-06T06:06:11.964Z Downloaded string_cache v0.8.7
9742024-09-06T06:06:11.964Z Downloaded ssh-encoding v0.2.0
9752024-09-06T06:06:11.964Z Downloaded ssh-cipher v0.2.0
9762024-09-06T06:06:11.964Z Downloaded spki v0.7.3
9772024-09-06T06:06:11.964Z Downloaded spin v0.9.8
9782024-09-06T06:06:11.964Z Downloaded spin v0.5.2
9792024-09-06T06:06:11.964Z Downloaded structmeta v0.2.0
9802024-09-06T06:06:11.964Z Downloaded strip-ansi-escapes v0.2.0
9812024-09-06T06:06:11.964Z Downloaded stable_deref_trait v1.2.0
9822024-09-06T06:06:11.964Z Downloaded sqlformat v0.2.4
9832024-09-06T06:06:11.964Z Downloaded serde_repr v0.1.19
9842024-09-06T06:06:11.964Z Downloaded compact_str v0.8.0
9852024-09-06T06:06:11.964Z Downloaded async-recursion v1.1.1
9862024-09-06T06:06:11.987Z Downloaded serde_path_to_error v0.1.16
9872024-09-06T06:06:11.987Z Downloaded rsa v0.9.6
9882024-09-06T06:06:11.987Z Downloaded rpassword v7.3.1
9892024-09-06T06:06:11.988Z Downloaded ron v0.8.1
9902024-09-06T06:06:11.988Z Downloaded csv-core v0.1.11
9912024-09-06T06:06:11.988Z Downloaded cstr-argument v0.1.2
9922024-09-06T06:06:11.988Z Downloaded crossbeam-utils v0.8.19
9932024-09-06T06:06:11.988Z Downloaded crossbeam-deque v0.8.5
9942024-09-06T06:06:12.011Z Downloaded crc32fast v1.4.0
9952024-09-06T06:06:12.011Z Downloaded crc-any v2.5.0
9962024-09-06T06:06:12.011Z Downloaded convert_case v0.4.0
9972024-09-06T06:06:12.011Z Downloaded const_format_proc_macros v0.2.32
9982024-09-06T06:06:12.011Z Downloaded const-oid v0.9.6
9992024-09-06T06:06:12.011Z Downloaded cipher v0.4.4
10002024-09-06T06:06:12.011Z Downloaded chacha20 v0.9.1
10012024-09-06T06:06:12.011Z Downloaded cbc v0.1.2
10022024-09-06T06:06:12.011Z Downloaded bytes v1.7.1
10032024-09-06T06:06:12.011Z Downloaded bitfield-struct v0.6.1
10042024-09-06T06:06:12.011Z Downloaded base64 v0.21.7
10052024-09-06T06:06:12.059Z Downloaded aho-corasick v1.1.3
10062024-09-06T06:06:12.083Z Downloaded serde_with_macros v3.9.0
10072024-09-06T06:06:12.083Z Downloaded serde_urlencoded v0.7.1
10082024-09-06T06:06:12.083Z Downloaded serde_plain v1.0.2
10092024-09-06T06:06:12.083Z Downloaded rfc6979 v0.4.0
10102024-09-06T06:06:12.083Z Downloaded cobs v0.2.3
10112024-09-06T06:06:12.083Z Downloaded cassowary v0.3.0
10122024-09-06T06:06:12.083Z Downloaded bit-vec v0.6.3
10132024-09-06T06:06:12.083Z Downloaded backoff v0.4.0
10142024-09-06T06:06:12.083Z Downloaded aes-gcm v0.10.3
10152024-09-06T06:06:12.083Z Downloaded aes v0.8.4
10162024-09-06T06:06:12.083Z Downloaded cc v1.0.97
10172024-09-06T06:06:12.083Z Downloaded bcrypt-pbkdf v0.10.0
10182024-09-06T06:06:12.083Z Downloaded async-trait v0.1.81
10192024-09-06T06:06:12.083Z Downloaded crypto-bigint v0.5.5
10202024-09-06T06:06:12.084Z Downloaded crunchy v0.2.2
10212024-09-06T06:06:12.084Z Downloaded crossterm v0.27.0
10222024-09-06T06:06:12.084Z Downloaded crossbeam-channel v0.5.12
10232024-09-06T06:06:12.084Z Downloaded ciborium-ll v0.2.2
10242024-09-06T06:06:12.084Z Downloaded ciborium-io v0.2.2
10252024-09-06T06:06:12.084Z Downloaded chacha20poly1305 v0.10.1
10262024-09-06T06:06:12.084Z Downloaded cfg_aliases v0.1.1
10272024-09-06T06:06:12.084Z Downloaded cexpr v0.6.0
10282024-09-06T06:06:12.084Z Downloaded castaway v0.2.3
10292024-09-06T06:06:12.084Z Downloaded blowfish v0.9.1
10302024-09-06T06:06:12.084Z Downloaded base64 v0.22.1
10312024-09-06T06:06:12.108Z Downloaded base64 v0.13.1
10322024-09-06T06:06:12.108Z Downloaded base16ct v0.2.0
10332024-09-06T06:06:12.108Z Downloaded backtrace v0.3.71
10342024-09-06T06:06:12.108Z Downloaded arc-swap v1.7.1
10352024-09-06T06:06:12.108Z Downloaded allocator-api2 v0.2.18
10362024-09-06T06:06:12.108Z Downloaded cookie v0.18.1
10372024-09-06T06:06:12.131Z Downloaded cookie v0.17.0
10382024-09-06T06:06:12.131Z Downloaded constant_time_eq v0.3.0
10392024-09-06T06:06:12.131Z Downloaded console v0.15.8
10402024-09-06T06:06:12.132Z Downloaded clang-sys v1.7.0
10412024-09-06T06:06:12.132Z Downloaded ciborium v0.2.2
10422024-09-06T06:06:12.132Z Downloaded cancel-safe-futures v0.1.5
10432024-09-06T06:06:12.132Z Downloaded bzip2 v0.4.4
10442024-09-06T06:06:12.132Z Downloaded buf-list v1.0.3
10452024-09-06T06:06:12.132Z Downloaded blake2 v0.10.6
10462024-09-06T06:06:12.155Z Downloaded bitstruct v0.1.1
10472024-09-06T06:06:12.155Z Downloaded base64ct v1.6.0
10482024-09-06T06:06:12.155Z Downloaded atomicwrites v0.4.3
10492024-09-06T06:06:12.155Z Downloaded async-stream v0.3.5
10502024-09-06T06:06:12.155Z Downloaded async-bb8-diesel v0.2.1
10512024-09-06T06:06:12.155Z Downloaded ascii-canvas v3.0.0
10522024-09-06T06:06:12.156Z Downloaded arrayvec v0.7.4
10532024-09-06T06:06:12.156Z Downloaded array-init v0.0.4
10542024-09-06T06:06:12.156Z Downloaded ahash v0.8.11
10552024-09-06T06:06:12.156Z Downloaded crucible-workspace-hack v0.1.0
10562024-09-06T06:06:12.156Z Downloaded crc-catalog v2.4.0
10572024-09-06T06:06:12.156Z Downloaded crc v3.2.1
10582024-09-06T06:06:12.156Z Downloaded colored v2.1.0
10592024-09-06T06:06:12.179Z Downloaded cfg_aliases v0.2.1
10602024-09-06T06:06:12.179Z Downloaded async-stream-impl v0.3.5
10612024-09-06T06:06:12.179Z Downloaded arrayref v0.3.7
10622024-09-06T06:06:12.179Z Downloaded addr2line v0.21.0
10632024-09-06T06:06:12.179Z Downloaded bitstruct_derive v0.1.0
10642024-09-06T06:06:12.179Z Downloaded bitflags v1.3.2
10652024-09-06T06:06:12.179Z Downloaded bitfield v0.14.0
10662024-09-06T06:06:12.179Z Downloaded bit-set v0.5.3
10672024-09-06T06:06:12.179Z Downloaded atty v0.2.14
10682024-09-06T06:06:12.179Z Downloaded atomic-waker v1.1.2
10692024-09-06T06:06:12.179Z Downloaded assert_matches v1.5.0
10702024-09-06T06:06:12.179Z Downloaded ascii v1.1.0
10712024-09-06T06:06:12.179Z Downloaded aead v0.5.2
10722024-09-06T06:06:12.179Z Downloaded adler2 v2.0.0
10732024-09-06T06:06:12.180Z Downloaded adler v1.0.2
10742024-09-06T06:06:12.289Z Compiling serde v1.0.208
10752024-09-06T06:06:12.313Z Compiling typenum v1.17.0
10762024-09-06T06:06:12.313Z Compiling generic-array v0.14.7
10772024-09-06T06:06:12.313Z Compiling lock_api v0.4.12
10782024-09-06T06:06:12.366Z Compiling scopeguard v1.2.0
10792024-09-06T06:06:12.389Z Compiling log v0.4.21
10802024-09-06T06:06:12.428Z Compiling syn v2.0.74
10812024-09-06T06:06:12.456Z Compiling getrandom v0.2.14
10822024-09-06T06:06:12.534Z Compiling jobserver v0.1.32
10832024-09-06T06:06:12.746Z Compiling rand_core v0.6.4
10842024-09-06T06:06:12.816Z Compiling subtle v2.5.0
10852024-09-06T06:06:12.864Z Compiling cc v1.0.97
10862024-09-06T06:06:12.916Z Compiling const-oid v0.9.6
10872024-09-06T06:06:13.138Z Compiling smallvec v1.13.2
10882024-09-06T06:06:13.181Z Compiling pin-project-lite v0.2.14
10892024-09-06T06:06:13.225Z Compiling parking_lot_core v0.9.10
10902024-09-06T06:06:13.305Z Compiling signal-hook-registry v1.4.2
10912024-09-06T06:06:13.373Z Compiling spin v0.9.8
10922024-09-06T06:06:13.515Z Compiling mio v1.0.2
10932024-09-06T06:06:13.733Z Compiling ahash v0.8.11
10942024-09-06T06:06:14.018Z Compiling parking_lot v0.12.2
10952024-09-06T06:06:14.042Z Compiling tinyvec_macros v0.1.1
10962024-09-06T06:06:14.128Z Compiling tinyvec v1.6.0
10972024-09-06T06:06:14.255Z Compiling socket2 v0.5.7
10982024-09-06T06:06:14.429Z Compiling libm v0.2.8
10992024-09-06T06:06:14.535Z Compiling futures-core v0.3.30
11002024-09-06T06:06:14.559Z Compiling cpufeatures v0.2.12
11012024-09-06T06:06:14.661Z Compiling serde_json v1.0.125
11022024-09-06T06:06:14.725Z Compiling futures-sink v0.3.30
11032024-09-06T06:06:14.799Z Compiling num-traits v0.2.19
11042024-09-06T06:06:14.826Z Compiling slab v0.4.9
11052024-09-06T06:06:14.878Z Compiling unicode-bidi v0.3.15
11062024-09-06T06:06:14.991Z Compiling allocator-api2 v0.2.18
11072024-09-06T06:06:15.422Z Compiling futures-channel v0.3.30
11082024-09-06T06:06:15.548Z Compiling unicode-normalization v0.1.23
11092024-09-06T06:06:15.717Z Compiling futures-io v0.3.30
11102024-09-06T06:06:15.853Z Compiling vcpkg v0.2.15
11112024-09-06T06:06:15.951Z Compiling futures-task v0.3.30
11122024-09-06T06:06:15.998Z Compiling pkg-config v0.3.30
11132024-09-06T06:06:16.434Z Compiling pin-utils v0.1.0
11142024-09-06T06:06:16.575Z Compiling base64ct v1.6.0
11152024-09-06T06:06:16.622Z Compiling flagset v0.4.5
11162024-09-06T06:06:16.682Z Compiling percent-encoding v2.3.1
11172024-09-06T06:06:16.846Z Compiling ring v0.17.8
11182024-09-06T06:06:16.989Z Compiling ppv-lite86 v0.2.17
11192024-09-06T06:06:17.225Z Compiling pem-rfc7468 v0.7.0
11202024-09-06T06:06:17.335Z Compiling tracing-core v0.1.32
11212024-09-06T06:06:17.625Z Compiling rustix v0.38.34
11222024-09-06T06:06:17.838Z Compiling rand_chacha v0.3.1
11232024-09-06T06:06:17.960Z Compiling untrusted v0.9.0
11242024-09-06T06:06:18.123Z Compiling openssl-sys v0.9.103
11252024-09-06T06:06:18.156Z Compiling time-core v0.1.2
11262024-09-06T06:06:18.343Z Compiling rand v0.8.5
11272024-09-06T06:06:18.367Z Compiling httparse v1.8.0
11282024-09-06T06:06:18.526Z Compiling rustversion v1.0.17
11292024-09-06T06:06:18.653Z Compiling powerfmt v0.2.0
11302024-09-06T06:06:18.776Z Compiling num-conv v0.1.0
11312024-09-06T06:06:19.051Z Compiling foreign-types-shared v0.1.1
11322024-09-06T06:06:19.074Z Compiling openssl v0.10.66
11332024-09-06T06:06:19.182Z Compiling foreign-types v0.3.2
11342024-09-06T06:06:19.279Z Compiling time-macros v0.2.18
11352024-09-06T06:06:19.303Z Compiling deranged v0.3.11
11362024-09-06T06:06:19.535Z Compiling form_urlencoded v1.2.1
11372024-09-06T06:06:19.779Z Compiling aho-corasick v1.1.3
11382024-09-06T06:06:19.845Z Compiling try-lock v0.2.5
11392024-09-06T06:06:19.983Z Compiling crossbeam-utils v0.8.19
11402024-09-06T06:06:20.097Z Compiling num_threads v0.1.7
11412024-09-06T06:06:20.226Z Compiling siphasher v0.3.11
11422024-09-06T06:06:20.396Z Compiling native-tls v0.2.11
11432024-09-06T06:06:20.562Z Compiling rustls v0.21.12
11442024-09-06T06:06:20.613Z Compiling regex-syntax v0.8.4
11452024-09-06T06:06:20.691Z Compiling syn v1.0.109
11462024-09-06T06:06:20.865Z Compiling want v0.3.1
11472024-09-06T06:06:21.332Z Compiling idna v0.5.0
11482024-09-06T06:06:21.630Z Compiling cookie v0.17.0
11492024-09-06T06:06:21.877Z Compiling tower-service v0.3.2
11502024-09-06T06:06:21.997Z Compiling iana-time-zone v0.1.60
11512024-09-06T06:06:22.066Z Compiling time v0.3.36
11522024-09-06T06:06:22.336Z Compiling slog v2.7.0
11532024-09-06T06:06:22.430Z Compiling openssl-probe v0.1.5
11542024-09-06T06:06:22.636Z Compiling finl_unicode v1.2.0
11552024-09-06T06:06:22.756Z Compiling httpdate v1.0.3
11562024-09-06T06:06:22.867Z Compiling url v2.5.2
11572024-09-06T06:06:23.146Z Compiling stringprep v0.1.4
11582024-09-06T06:06:24.134Z Compiling regex-automata v0.4.6
11592024-09-06T06:06:24.428Z Compiling num-integer v0.1.46
11602024-09-06T06:06:25.057Z Compiling serde_derive v1.0.208
11612024-09-06T06:06:25.094Z Compiling zeroize_derive v1.4.2
11622024-09-06T06:06:25.529Z Compiling zerocopy-derive v0.7.34
11632024-09-06T06:06:26.167Z Compiling tokio-macros v2.4.0
11642024-09-06T06:06:26.484Z Compiling zeroize v1.7.0
11652024-09-06T06:06:26.516Z Compiling thiserror-impl v1.0.63
11662024-09-06T06:06:26.580Z Compiling futures-macro v0.3.30
11672024-09-06T06:06:27.388Z Compiling zerocopy v0.7.34
11682024-09-06T06:06:27.569Z Compiling der_derive v0.7.2
11692024-09-06T06:06:28.059Z Compiling crypto-common v0.1.6
11702024-09-06T06:06:28.195Z Compiling block-buffer v0.10.4
11712024-09-06T06:06:28.277Z Compiling block-padding v0.3.3
11722024-09-06T06:06:28.455Z Compiling digest v0.10.7
11732024-09-06T06:06:28.517Z Compiling inout v0.1.3
11742024-09-06T06:06:28.771Z Compiling cipher v0.4.4
11752024-09-06T06:06:28.875Z Compiling hmac v0.12.1
11762024-09-06T06:06:29.090Z Compiling sha2 v0.10.8
11772024-09-06T06:06:29.235Z Compiling hashbrown v0.14.5
11782024-09-06T06:06:29.272Z Compiling thiserror v1.0.63
11792024-09-06T06:06:29.308Z Compiling futures-util v0.3.30
11802024-09-06T06:06:29.417Z Compiling pest v2.7.10
11812024-09-06T06:06:29.598Z Compiling der v0.7.9
11822024-09-06T06:06:30.413Z Compiling salsa20 v0.10.2
11832024-09-06T06:06:30.599Z Compiling pbkdf2 v0.12.2
11842024-09-06T06:06:30.745Z Compiling scroll_derive v0.12.0
11852024-09-06T06:06:31.827Z Compiling pest_meta v2.7.10
11862024-09-06T06:06:32.123Z Compiling tracing-attributes v0.1.27
11872024-09-06T06:06:32.147Z Compiling scroll v0.12.0
11882024-09-06T06:06:32.527Z Compiling spki v0.7.3
11892024-09-06T06:06:32.699Z Compiling scrypt v0.11.0
11902024-09-06T06:06:32.881Z Compiling cbc v0.1.2
11912024-09-06T06:06:33.119Z Compiling pest_generator v2.7.10
11922024-09-06T06:06:33.244Z Compiling aes v0.8.4
11932024-09-06T06:06:34.678Z Compiling pkcs5 v0.7.1
11942024-09-06T06:06:34.839Z Compiling goblin v0.8.2
11952024-09-06T06:06:35.070Z Compiling openssl-macros v0.1.1
11962024-09-06T06:06:35.360Z Compiling pkcs8 v0.10.2
11972024-09-06T06:06:35.433Z Compiling rustls-webpki v0.101.7
11982024-09-06T06:06:35.507Z Compiling tracing v0.1.40
11992024-09-06T06:06:35.747Z Compiling sct v0.7.1
12002024-09-06T06:06:35.772Z Compiling md-5 v0.10.6
12012024-09-06T06:06:35.946Z Compiling backtrace v0.3.71
12022024-09-06T06:06:35.979Z Compiling idna v0.3.0
12032024-09-06T06:06:36.003Z Compiling lazy_static v1.5.0
12042024-09-06T06:06:36.028Z Compiling hash32 v0.2.1
12052024-09-06T06:06:36.226Z Compiling pest_derive v2.7.10
12062024-09-06T06:06:36.392Z Compiling stable_deref_trait v1.2.0
12072024-09-06T06:06:36.431Z Compiling num-bigint-dig v0.8.4
12082024-09-06T06:06:36.501Z Compiling adler v1.0.2
12092024-09-06T06:06:36.698Z Compiling base64 v0.22.1
12102024-09-06T06:06:36.723Z Compiling crc32fast v1.4.0
12112024-09-06T06:06:36.929Z Compiling dtrace-parser v0.2.0
12122024-09-06T06:06:37.055Z Compiling bytes v1.7.1
12132024-09-06T06:06:37.188Z Compiling bitflags v2.6.0
12142024-09-06T06:06:37.374Z Compiling indexmap v2.4.0
12152024-09-06T06:06:37.402Z Compiling semver v1.0.23
12162024-09-06T06:06:38.044Z Compiling tokio v1.39.3
12172024-09-06T06:06:38.150Z Compiling http v0.2.12
12182024-09-06T06:06:38.575Z Compiling rustc_version v0.4.0
12192024-09-06T06:06:39.261Z Compiling heapless v0.7.17
12202024-09-06T06:06:39.634Z Compiling http-body v0.4.6
12212024-09-06T06:06:39.923Z Compiling dof v0.3.0
12222024-09-06T06:06:40.026Z Compiling uuid v1.10.0
12232024-09-06T06:06:40.138Z Compiling toml_datetime v0.6.8
12242024-09-06T06:06:40.246Z Compiling chrono v0.4.38
12252024-09-06T06:06:40.678Z Compiling usdt-impl v0.5.0
12262024-09-06T06:06:42.321Z Compiling serde_spanned v0.6.7
12272024-09-06T06:06:42.345Z Compiling serde_tokenstream v0.2.2
12282024-09-06T06:06:42.345Z Compiling gimli v0.28.1
12292024-09-06T06:06:42.345Z Compiling signal-hook v0.3.17
12302024-09-06T06:06:42.345Z Compiling fallible-iterator v0.2.0
12312024-09-06T06:06:42.345Z Compiling psl-types v2.0.11
12322024-09-06T06:06:42.436Z Compiling smoltcp v0.9.1
12332024-09-06T06:06:42.654Z Compiling postgres-protocol v0.6.7
12342024-09-06T06:06:43.109Z Compiling publicsuffix v2.2.3
12352024-09-06T06:06:43.468Z Compiling terminal_size v0.3.0
12362024-09-06T06:06:43.797Z Compiling miniz_oxide v0.7.2
12372024-09-06T06:06:43.890Z Compiling hubpack_derive v0.1.1
12382024-09-06T06:06:43.915Z Compiling zerocopy-derive v0.6.6
12392024-09-06T06:06:44.346Z Compiling async-trait v0.1.81
12402024-09-06T06:06:44.425Z Compiling num-iter v0.1.45
12412024-09-06T06:06:44.705Z Compiling phf_shared v0.11.2
12422024-09-06T06:06:45.047Z Compiling serde_derive_internals v0.29.1
12432024-09-06T06:06:45.369Z Compiling tokio-util v0.7.11
12442024-09-06T06:06:45.604Z Compiling addr2line v0.21.0
12452024-09-06T06:06:45.797Z Compiling tokio-rustls v0.24.1
12462024-09-06T06:06:46.052Z Compiling tokio-native-tls v0.3.1
12472024-09-06T06:06:46.136Z Compiling ff v0.13.0
12482024-09-06T06:06:46.168Z Compiling object v0.32.2
12492024-09-06T06:06:46.219Z Compiling h2 v0.3.26
12502024-09-06T06:06:46.345Z Compiling fs-err v2.11.0
12512024-09-06T06:06:46.411Z Compiling schemars v0.8.21
12522024-09-06T06:06:46.621Z Compiling base64 v0.21.7
12532024-09-06T06:06:46.652Z Compiling bitflags v1.3.2
12542024-09-06T06:06:46.763Z Compiling either v1.13.0
12552024-09-06T06:06:46.788Z Compiling winnow v0.5.40
12562024-09-06T06:06:46.839Z Compiling anyhow v1.0.86
12572024-09-06T06:06:47.144Z Compiling ipnet v2.9.0
12582024-09-06T06:06:47.292Z Compiling adler2 v2.0.0
12592024-09-06T06:06:47.392Z Compiling base16ct v0.2.0
12602024-09-06T06:06:47.487Z Compiling managed v0.8.0
12612024-09-06T06:06:47.565Z Compiling rustc-demangle v0.1.24
12622024-09-06T06:06:47.698Z Compiling sec1 v0.7.3
12632024-09-06T06:06:48.209Z Compiling schemars_derive v0.8.21
12642024-09-06T06:06:48.265Z Compiling clap_builder v4.5.15
12652024-09-06T06:06:48.426Z Compiling miniz_oxide v0.8.0
12662024-09-06T06:06:49.716Z Compiling toml_edit v0.19.15
12672024-09-06T06:06:49.917Z Compiling rustls-pemfile v1.0.4
12682024-09-06T06:06:50.184Z Compiling group v0.13.0
12692024-09-06T06:06:50.341Z Compiling zerocopy v0.6.6
12702024-09-06T06:06:50.558Z Compiling cookie_store v0.20.0
12712024-09-06T06:06:51.005Z Compiling phf v0.11.2
12722024-09-06T06:06:51.074Z Compiling hubpack v0.1.2
12732024-09-06T06:06:51.532Z Compiling usdt-macro v0.5.0
12742024-09-06T06:06:51.647Z Compiling usdt-attr-macro v0.5.0
12752024-09-06T06:06:52.656Z Compiling hyper v0.14.30
12762024-09-06T06:06:53.170Z Compiling postgres-types v0.2.7
12772024-09-06T06:06:53.959Z Compiling serde_urlencoded v0.7.1
12782024-09-06T06:06:54.436Z Compiling pkcs1 v0.7.5
12792024-09-06T06:06:54.464Z Compiling futures-executor v0.3.30
12802024-09-06T06:06:54.959Z Compiling hkdf v0.12.4
12812024-09-06T06:06:55.106Z Compiling signature v2.2.0
12822024-09-06T06:06:55.202Z Compiling regex v1.10.6
12832024-09-06T06:06:55.390Z Compiling bstr v1.9.1
12842024-09-06T06:06:55.444Z Compiling crypto-bigint v0.5.5
12852024-09-06T06:06:55.483Z Compiling enum-as-inner v0.6.0
12862024-09-06T06:06:56.270Z Compiling serde_repr v0.1.19
12872024-09-06T06:06:56.441Z Compiling clap_derive v4.5.13
12882024-09-06T06:06:56.465Z Compiling strum_macros v0.25.3
12892024-09-06T06:06:56.718Z Compiling phf_shared v0.10.0
12902024-09-06T06:06:57.005Z Compiling float-cmp v0.9.0
12912024-09-06T06:06:57.072Z Compiling idna v0.4.0
12922024-09-06T06:06:57.213Z Compiling mio v0.8.11
12932024-09-06T06:06:57.388Z Compiling encoding_rs v0.8.34
12942024-09-06T06:06:58.377Z Compiling sync_wrapper v0.1.2
12952024-09-06T06:06:58.401Z Compiling precomputed-hash v0.1.1
12962024-09-06T06:06:58.507Z Compiling unicode-segmentation v1.11.0
12972024-09-06T06:06:58.530Z Compiling normalize-line-endings v0.3.0
12982024-09-06T06:06:58.641Z Compiling hyper-tls v0.5.0
12992024-09-06T06:06:58.948Z Compiling hyper-rustls v0.24.2
13002024-09-06T06:06:59.248Z Compiling fixedbitset v0.4.2
13012024-09-06T06:06:59.272Z Compiling dyn-clone v1.0.17
13022024-09-06T06:06:59.482Z Compiling whoami v1.5.1
13032024-09-06T06:06:59.674Z Compiling new_debug_unreachable v1.0.6
13042024-09-06T06:06:59.765Z Compiling webpki-roots v0.25.4
13052024-09-06T06:06:59.915Z Compiling data-encoding v2.6.0
13062024-09-06T06:07:00.056Z Compiling mime v0.3.17
13072024-09-06T06:07:00.079Z Compiling minimal-lexical v0.2.1
13082024-09-06T06:07:00.567Z Compiling bit-vec v0.6.3
13092024-09-06T06:07:00.603Z Compiling predicates-core v1.0.6
13102024-09-06T06:07:00.683Z Compiling static_assertions v1.1.0
13112024-09-06T06:07:00.710Z Compiling difflib v0.4.0
13122024-09-06T06:07:00.785Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13132024-09-06T06:07:00.944Z Compiling bit-set v0.5.3
13142024-09-06T06:07:00.998Z Compiling clap v4.5.16
13152024-09-06T06:07:01.086Z Compiling hickory-proto v0.24.1
13162024-09-06T06:07:01.123Z Compiling predicates v3.1.2
13172024-09-06T06:07:01.259Z Compiling nom v7.1.3
13182024-09-06T06:07:01.392Z Compiling reqwest v0.11.27
13192024-09-06T06:07:02.108Z Compiling tokio-postgres v0.7.11
13202024-09-06T06:07:02.213Z Compiling console v0.15.8
13212024-09-06T06:07:02.725Z Compiling string_cache v0.8.7
13222024-09-06T06:07:03.137Z Compiling toml_edit v0.22.20
13232024-09-06T06:07:03.550Z Compiling petgraph v0.6.5
13242024-09-06T06:07:04.396Z Compiling similar v2.6.0
13252024-09-06T06:07:06.307Z Compiling elliptic-curve v0.13.8
13262024-09-06T06:07:06.532Z Compiling signal-hook-mio v0.2.4
13272024-09-06T06:07:06.699Z Compiling usdt v0.5.0
13282024-09-06T06:07:06.920Z Compiling rsa v0.9.6
13292024-09-06T06:07:07.047Z Compiling futures v0.3.30
13302024-09-06T06:07:07.079Z Compiling flate2 v1.0.33
13312024-09-06T06:07:07.165Z Compiling toml v0.7.8
13322024-09-06T06:07:07.933Z Compiling itertools v0.12.1
13332024-09-06T06:07:07.957Z Compiling itertools v0.10.5
13342024-09-06T06:07:07.957Z Compiling tokio-stream v0.1.15
13352024-09-06T06:07:08.683Z Compiling openapiv3 v2.0.0
13362024-09-06T06:07:08.831Z Compiling hex v0.4.3
13372024-09-06T06:07:09.352Z Compiling sha1 v0.10.6
13382024-09-06T06:07:09.733Z Compiling crossbeam-epoch v0.9.18
13392024-09-06T06:07:09.998Z Compiling dirs-sys-next v0.1.2
13402024-09-06T06:07:10.416Z Compiling lalrpop-util v0.19.12
13412024-09-06T06:07:10.439Z Compiling unicode-xid v0.2.4
13422024-09-06T06:07:10.462Z Compiling peg-runtime v0.8.3
13432024-09-06T06:07:10.641Z Compiling dirs-next v2.0.0
13442024-09-06T06:07:10.677Z Compiling thread_local v1.1.8
13452024-09-06T06:07:10.700Z Compiling slog-async v2.8.0
13462024-09-06T06:07:10.755Z Compiling xattr v1.3.1
13472024-09-06T06:07:10.843Z Compiling term v0.7.0
13482024-09-06T06:07:11.003Z Compiling strum_macros v0.26.4
13492024-09-06T06:07:11.062Z Compiling crossbeam-channel v0.5.12
13502024-09-06T06:07:11.211Z Compiling filetime v0.2.25
13512024-09-06T06:07:11.276Z Compiling is-terminal v0.4.12
13522024-09-06T06:07:11.419Z Compiling take_mut v0.2.2
13532024-09-06T06:07:11.544Z Compiling tar v0.4.41
13542024-09-06T06:07:11.572Z Compiling slog-term v2.9.1
13552024-09-06T06:07:12.239Z Compiling camino v1.1.9
13562024-09-06T06:07:13.803Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13572024-09-06T06:07:14.408Z Compiling strum v0.26.3
13582024-09-06T06:07:14.523Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13592024-09-06T06:07:21.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
13602024-09-06T06:07:21.953Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13612024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: Clickhouse
13622024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: Cockroach
13632024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: Console
13642024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: DendriteOpenapi
13652024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: DendriteStub
13662024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: TransceiverControl
13672024-09-06T06:07:22.043ZSep 06 06:07:21.515 INFO Starting download, target: MaghemiteMgd
13682024-09-06T06:07:22.043ZSep 06 06:07:21.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13692024-09-06T06:07:22.043ZSep 06 06:07:21.518 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13702024-09-06T06:07:22.043ZSep 06 06:07:21.518 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13712024-09-06T06:07:22.043ZSep 06 06:07:21.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13722024-09-06T06:07:22.043ZSep 06 06:07:21.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13732024-09-06T06:07:22.043ZSep 06 06:07:21.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13742024-09-06T06:07:22.043ZSep 06 06:07:21.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13752024-09-06T06:07:22.403ZSep 06 06:07:21.893 INFO Download complete, target: DendriteOpenapi
13762024-09-06T06:07:22.436ZSep 06 06:07:21.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13772024-09-06T06:07:22.860ZSep 06 06:07:22.352 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13782024-09-06T06:07:22.861ZSep 06 06:07:22.352 INFO Download complete, target: Console
13792024-09-06T06:07:23.522ZSep 06 06:07:23.014 INFO Download complete, target: TransceiverControl
13802024-09-06T06:07:24.024ZSep 06 06:07:23.516 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13812024-09-06T06:07:24.101ZSep 06 06:07:23.593 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13822024-09-06T06:07:27.121ZSep 06 06:07:26.613 INFO Download complete, target: DendriteStub
13832024-09-06T06:07:27.549ZSep 06 06:07:27.042 INFO Download complete, target: MaghemiteMgd
13842024-09-06T06:07:30.260ZSep 06 06:07:29.751 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13852024-09-06T06:07:30.260ZSep 06 06:07:29.751 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13862024-09-06T06:07:36.493ZSep 06 06:07:35.985 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13872024-09-06T06:07:39.251ZSep 06 06:07:38.743 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13882024-09-06T06:07:39.750ZSep 06 06:07:39.243 INFO Checking that binary works, target: Cockroach
13892024-09-06T06:07:40.097ZSep 06 06:07:39.589 INFO Download complete, target: Cockroach
13902024-09-06T06:07:51.896ZSep 06 06:07:51.388 INFO Checking that binary works, target: Clickhouse
13912024-09-06T06:07:52.086ZSep 06 06:07:51.578 INFO Download complete, target: Clickhouse
13922024-09-06T06:07:52.109ZAll prerequisites installed successfully
13932024-09-06T06:07:52.109Z
13942024-09-06T06:07:52.109Zreal 3:49.946728130
13952024-09-06T06:07:52.109Zuser 10:21.981507572
13962024-09-06T06:07:52.109Zsys 2:27.825402535
13972024-09-06T06:07:52.109Ztrap 0.355224515
13982024-09-06T06:07:52.109Ztflt 0.732202241
13992024-09-06T06:07:52.110Zdflt 1.699831542
14002024-09-06T06:07:52.110Zkflt 0.009045678
14012024-09-06T06:07:52.110Zlock 25:06.567738792
14022024-09-06T06:07:52.110Zslp 39:14.523815898
14032024-09-06T06:07:52.110Zlat 44.770545804
14042024-09-06T06:07:52.110Zstop 1:47.333569205
14052024-09-06T06:07:52.110Z+ source ./tools/include/force-git-over-https.sh
14062024-09-06T06:07:52.110Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14072024-09-06T06:07:52.110Z++ (( i = 0 ))
14082024-09-06T06:07:52.110Z++ (( i < 5 ))
14092024-09-06T06:07:52.110Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14102024-09-06T06:07:52.110Z++ (( i++ ))
14112024-09-06T06:07:52.110Z++ (( i < 5 ))
14122024-09-06T06:07:52.110Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14132024-09-06T06:07:52.110Z++ (( i++ ))
14142024-09-06T06:07:52.110Z++ (( i < 5 ))
14152024-09-06T06:07:52.110Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14162024-09-06T06:07:52.134Z++ (( i++ ))
14172024-09-06T06:07:52.134Z++ (( i < 5 ))
14182024-09-06T06:07:52.134Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14192024-09-06T06:07:52.134Z++ (( i++ ))
14202024-09-06T06:07:52.134Z++ (( i < 5 ))
14212024-09-06T06:07:52.134Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14222024-09-06T06:07:52.134Z++ (( i++ ))
14232024-09-06T06:07:52.134Z++ (( i < 5 ))
14242024-09-06T06:07:52.134Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14252024-09-06T06:07:52.134Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14262024-09-06T06:07:52.134Z+ rc=0
14272024-09-06T06:07:52.134Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14282024-09-06T06:08:18.845Z+ case $rc in
14292024-09-06T06:08:18.846Z+ pfexec zfs create -p rpool/images/build/host
14302024-09-06T06:08:18.916Z+ pfexec zfs create -p rpool/images/build/recovery
14312024-09-06T06:08:18.949Z+ cargo xtask releng --output-dir /work
14322024-09-06T06:08:19.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
14332024-09-06T06:08:19.757Z Running `target/debug/xtask releng --output-dir /work`
14342024-09-06T06:08:21.074Z Compiling proc-macro2 v1.0.86
14352024-09-06T06:08:21.074Z Compiling unicode-ident v1.0.12
14362024-09-06T06:08:21.097Z Compiling libc v0.2.158
14372024-09-06T06:08:21.098Z Compiling serde v1.0.208
14382024-09-06T06:08:21.098Z Compiling version_check v0.9.5
14392024-09-06T06:08:21.098Z Compiling autocfg v1.3.0
14402024-09-06T06:08:21.098Z Compiling cfg-if v1.0.0
14412024-09-06T06:08:21.098Z Compiling once_cell v1.19.0
14422024-09-06T06:08:21.394Z Compiling typenum v1.17.0
14432024-09-06T06:08:21.449Z Compiling memchr v2.7.2
14442024-09-06T06:08:21.715Z Compiling generic-array v0.14.7
14452024-09-06T06:08:21.959Z Compiling lock_api v0.4.12
14462024-09-06T06:08:22.043Z Compiling ahash v0.8.11
14472024-09-06T06:08:22.267Z Compiling serde_json v1.0.125
14482024-09-06T06:08:22.290Z Compiling libm v0.2.8
14492024-09-06T06:08:22.384Z Compiling num-traits v0.2.19
14502024-09-06T06:08:22.607Z Compiling quote v1.0.36
14512024-09-06T06:08:22.632Z Compiling parking_lot_core v0.9.10
14522024-09-06T06:08:22.711Z Compiling byteorder v1.5.0
14532024-09-06T06:08:23.059Z Compiling syn v2.0.74
14542024-09-06T06:08:23.121Z Compiling getrandom v0.2.14
14552024-09-06T06:08:23.185Z Compiling jobserver v0.1.32
14562024-09-06T06:08:23.260Z Compiling scopeguard v1.2.0
14572024-09-06T06:08:23.390Z Compiling log v0.4.21
14582024-09-06T06:08:23.559Z Compiling thiserror v1.0.63
14592024-09-06T06:08:23.582Z Compiling itoa v1.0.11
14602024-09-06T06:08:23.791Z Compiling cc v1.0.97
14612024-09-06T06:08:24.011Z Compiling slab v0.4.9
14622024-09-06T06:08:24.067Z Compiling rand_core v0.6.4
14632024-09-06T06:08:24.117Z Compiling pkg-config v0.3.30
14642024-09-06T06:08:24.598Z Compiling semver v1.0.23
14652024-09-06T06:08:24.762Z Compiling ryu v1.0.18
14662024-09-06T06:08:25.060Z Compiling pin-project-lite v0.2.14
14672024-09-06T06:08:25.084Z Compiling smallvec v1.13.2
14682024-09-06T06:08:25.118Z Compiling vcpkg v0.2.15
14692024-09-06T06:08:25.225Z Compiling allocator-api2 v0.2.18
14702024-09-06T06:08:25.643Z Compiling spin v0.9.8
14712024-09-06T06:08:25.764Z Compiling subtle v2.5.0
14722024-09-06T06:08:26.303Z Compiling const-oid v0.9.6
14732024-09-06T06:08:26.632Z Compiling signal-hook-registry v1.4.2
14742024-09-06T06:08:26.669Z Compiling httparse v1.8.0
14752024-09-06T06:08:26.817Z Compiling ring v0.17.8
14762024-09-06T06:08:27.123Z Compiling openssl-sys v0.9.103
14772024-09-06T06:08:27.899Z Compiling schemars v0.8.21
14782024-09-06T06:08:28.031Z Compiling heck v0.5.0
14792024-09-06T06:08:28.193Z Compiling rustix v0.38.34
14802024-09-06T06:08:28.452Z Compiling parking_lot v0.12.2
14812024-09-06T06:08:28.568Z Compiling mio v1.0.2
14822024-09-06T06:08:28.909Z Compiling futures-core v0.3.30
14832024-09-06T06:08:29.233Z Compiling time-core v0.1.2
14842024-09-06T06:08:29.261Z Compiling num-conv v0.1.0
14852024-09-06T06:08:29.543Z Compiling time-macros v0.2.18
14862024-09-06T06:08:29.638Z Compiling socket2 v0.5.7
14872024-09-06T06:08:29.697Z Compiling openssl v0.10.66
14882024-09-06T06:08:29.883Z Compiling fnv v1.0.7
14892024-09-06T06:08:29.914Z Compiling equivalent v1.0.1
14902024-09-06T06:08:30.042Z Compiling serde_derive_internals v0.29.1
14912024-09-06T06:08:30.174Z Compiling native-tls v0.2.11
14922024-09-06T06:08:30.308Z Compiling futures-sink v0.3.30
14932024-09-06T06:08:30.496Z Compiling tinyvec_macros v0.1.1
14942024-09-06T06:08:30.616Z Compiling rustls v0.21.12
14952024-09-06T06:08:30.644Z Compiling tinyvec v1.6.0
14962024-09-06T06:08:31.474Z Compiling crossbeam-utils v0.8.19
14972024-09-06T06:08:32.103Z Compiling unicode-normalization v0.1.23
14982024-09-06T06:08:32.181Z Compiling cookie v0.17.0
14992024-09-06T06:08:32.372Z Compiling cpufeatures v0.2.12
15002024-09-06T06:08:32.483Z Compiling ucd-trie v0.1.6
15012024-09-06T06:08:32.517Z Compiling iana-time-zone v0.1.60
15022024-09-06T06:08:32.883Z Compiling futures-channel v0.3.30
15032024-09-06T06:08:32.976Z Compiling futures-task v0.3.30
15042024-09-06T06:08:32.999Z Compiling futures-io v0.3.30
15052024-09-06T06:08:33.087Z Compiling unicode-bidi v0.3.15
15062024-09-06T06:08:33.259Z Compiling slog v2.7.0
15072024-09-06T06:08:33.385Z Compiling pin-utils v0.1.0
15082024-09-06T06:08:33.415Z Compiling syn v1.0.109
15092024-09-06T06:08:33.657Z Compiling aho-corasick v1.1.3
15102024-09-06T06:08:33.893Z Compiling regex-syntax v0.8.4
15112024-09-06T06:08:34.219Z Compiling untrusted v0.9.0
15122024-09-06T06:08:34.780Z Compiling serde_derive v1.0.208
15132024-09-06T06:08:34.832Z Compiling zeroize_derive v1.4.2
15142024-09-06T06:08:34.986Z Compiling zerocopy-derive v0.7.34
15152024-09-06T06:08:35.702Z Compiling tokio-macros v2.4.0
15162024-09-06T06:08:36.159Z Compiling thiserror-impl v1.0.63
15172024-09-06T06:08:36.795Z Compiling zeroize v1.7.0
15182024-09-06T06:08:37.175Z Compiling zerocopy v0.7.34
15192024-09-06T06:08:37.705Z Compiling futures-macro v0.3.30
15202024-09-06T06:08:39.126Z Compiling crypto-common v0.1.6
15212024-09-06T06:08:39.354Z Compiling tracing-attributes v0.1.27
15222024-09-06T06:08:39.413Z Compiling der_derive v0.7.2
15232024-09-06T06:08:39.659Z Compiling hashbrown v0.14.5
15242024-09-06T06:08:40.284Z Compiling block-buffer v0.10.4
15252024-09-06T06:08:40.529Z Compiling digest v0.10.7
15262024-09-06T06:08:40.893Z Compiling schemars_derive v0.8.21
15272024-09-06T06:08:41.959Z Compiling openssl-macros v0.1.1
15282024-09-06T06:08:42.009Z Compiling scroll_derive v0.12.0
15292024-09-06T06:08:42.120Z Compiling hmac v0.12.1
15302024-09-06T06:08:42.418Z Compiling pest v2.7.10
15312024-09-06T06:08:42.695Z Compiling block-padding v0.3.3
15322024-09-06T06:08:42.834Z Compiling futures-util v0.3.30
15332024-09-06T06:08:42.948Z Compiling inout v0.1.3
15342024-09-06T06:08:43.283Z Compiling cipher v0.4.4
15352024-09-06T06:08:43.457Z Compiling sha2 v0.10.8
15362024-09-06T06:08:43.791Z Compiling regex-automata v0.4.6
15372024-09-06T06:08:44.869Z Compiling pest_meta v2.7.10
15382024-09-06T06:08:45.280Z Compiling dyn-clone v1.0.17
15392024-09-06T06:08:45.764Z Compiling crc32fast v1.4.0
15402024-09-06T06:08:46.322Z Compiling pest_generator v2.7.10
15412024-09-06T06:08:46.975Z Compiling bytes v1.7.1
15422024-09-06T06:08:48.805Z Compiling bitflags v2.6.0
15432024-09-06T06:08:49.481Z Compiling tokio v1.39.3
15442024-09-06T06:08:49.595Z Compiling indexmap v2.4.0
15452024-09-06T06:08:50.492Z Compiling serde_tokenstream v0.2.2
15462024-09-06T06:08:50.574Z Compiling uuid v1.10.0
15472024-09-06T06:08:51.070Z Compiling chrono v0.4.38
15482024-09-06T06:08:51.381Z Compiling http v0.2.12
15492024-09-06T06:08:52.189Z Compiling rustc_version v0.4.0
15502024-09-06T06:08:52.870Z Compiling pest_derive v2.7.10
15512024-09-06T06:08:54.304Z Compiling usdt-impl v0.5.0
15522024-09-06T06:08:54.445Z Compiling heck v0.4.1
15532024-09-06T06:08:54.635Z Compiling base64ct v1.6.0
15542024-09-06T06:08:54.815Z Compiling percent-encoding v2.3.1
15552024-09-06T06:08:54.840Z Compiling powerfmt v0.2.0
15562024-09-06T06:08:55.158Z Compiling deranged v0.3.11
15572024-09-06T06:08:55.270Z Compiling pem-rfc7468 v0.7.0
15582024-09-06T06:08:55.310Z Compiling heapless v0.7.17
15592024-09-06T06:08:55.723Z Compiling scroll v0.12.0
15602024-09-06T06:08:56.068Z Compiling zerocopy-derive v0.6.6
15612024-09-06T06:08:56.600Z Compiling backtrace v0.3.71
15622024-09-06T06:08:57.186Z Compiling tracing-core v0.1.32
15632024-09-06T06:08:57.304Z Compiling errno v0.3.9
15642024-09-06T06:08:57.628Z Compiling num_threads v0.1.7
15652024-09-06T06:08:57.783Z Compiling tokio-util v0.7.11
15662024-09-06T06:08:57.903Z Compiling flagset v0.4.5
15672024-09-06T06:08:58.475Z Compiling ppv-lite86 v0.2.17
15682024-09-06T06:08:59.205Z Compiling num-bigint-dig v0.8.4
15692024-09-06T06:08:59.255Z Compiling plain v0.2.3
15702024-09-06T06:08:59.409Z Compiling goblin v0.8.2
15712024-09-06T06:08:59.453Z Compiling time v0.3.36
15722024-09-06T06:08:59.487Z Compiling rand_chacha v0.3.1
15732024-09-06T06:08:59.947Z Compiling der v0.7.9
15742024-09-06T06:09:00.301Z Compiling tracing v0.1.40
15752024-09-06T06:09:01.469Z Compiling regex v1.10.6
15762024-09-06T06:09:01.516Z Compiling salsa20 v0.10.2
15772024-09-06T06:09:01.745Z Compiling pbkdf2 v0.12.2
15782024-09-06T06:09:02.314Z Compiling async-trait v0.1.81
15792024-09-06T06:09:03.441Z Compiling strsim v0.11.1
15802024-09-06T06:09:03.920Z Compiling rustversion v1.0.17
15812024-09-06T06:09:04.103Z Compiling pretty-hex v0.4.1
15822024-09-06T06:09:04.301Z Compiling dof v0.3.0
15832024-09-06T06:09:04.826Z Compiling scrypt v0.11.0
15842024-09-06T06:09:05.273Z Compiling spki v0.7.3
15852024-09-06T06:09:05.531Z Compiling rand v0.8.5
15862024-09-06T06:09:05.608Z Compiling form_urlencoded v1.2.1
15872024-09-06T06:09:05.758Z Compiling dtrace-parser v0.2.0
15882024-09-06T06:09:05.793Z Compiling cbc v0.1.2
15892024-09-06T06:09:05.996Z Compiling aes v0.8.4
15902024-09-06T06:09:06.122Z Compiling thread-id v4.2.1
15912024-09-06T06:09:06.976Z Compiling unicode-width v0.1.13
15922024-09-06T06:09:07.043Z Compiling foreign-types-shared v0.1.1
15932024-09-06T06:09:07.067Z Compiling try-lock v0.2.5
15942024-09-06T06:09:07.177Z Compiling smoltcp v0.9.1
15952024-09-06T06:09:07.359Z Compiling signal-hook v0.3.17
15962024-09-06T06:09:07.529Z Compiling anyhow v1.0.86
15972024-09-06T06:09:08.083Z Compiling foreign-types v0.3.2
15982024-09-06T06:09:08.294Z Compiling want v0.3.1
15992024-09-06T06:09:08.709Z Compiling pkcs5 v0.7.1
16002024-09-06T06:09:10.910Z Compiling h2 v0.3.26
16012024-09-06T06:09:12.671Z Compiling http-body v0.4.6
16022024-09-06T06:09:14.541Z Compiling clap_derive v4.5.13
16032024-09-06T06:09:14.890Z Compiling httpdate v1.0.3
16042024-09-06T06:09:15.551Z Compiling base64 v0.21.7
16052024-09-06T06:09:15.902Z Compiling tower-service v0.3.2
16062024-09-06T06:09:16.641Z Compiling siphasher v0.3.11
16072024-09-06T06:09:18.560Z Compiling hyper v0.14.30
16082024-09-06T06:09:20.300Z Compiling pkcs8 v0.10.2
16092024-09-06T06:09:22.279Z Compiling sct v0.7.1
16102024-09-06T06:09:22.311Z Compiling rustls-webpki v0.101.7
16112024-09-06T06:09:23.874Z Compiling openapiv3 v2.0.0
16122024-09-06T06:09:24.181Z Compiling hubpack_derive v0.1.1
16132024-09-06T06:09:26.888Z Compiling idna v0.5.0
16142024-09-06T06:09:28.366Z Compiling fs-err v2.11.0
16152024-09-06T06:09:28.633Z Compiling anstyle v1.0.8
16162024-09-06T06:09:28.809Z Compiling openssl-probe v0.1.5
16172024-09-06T06:09:28.862Z Compiling finl_unicode v1.2.0
16182024-09-06T06:09:29.095Z Compiling utf8parse v0.2.1
16192024-09-06T06:09:29.506Z Compiling stringprep v0.1.4
16202024-09-06T06:09:30.126Z Compiling anstyle-parse v0.2.4
16212024-09-06T06:09:30.998Z Compiling url v2.5.2
16222024-09-06T06:09:33.552Z Compiling usdt-macro v0.5.0
16232024-09-06T06:09:34.655Z Compiling usdt-attr-macro v0.5.0
16242024-09-06T06:09:35.930Z Compiling serde_spanned v0.6.7
16252024-09-06T06:09:35.984Z Compiling toml_datetime v0.6.8
16262024-09-06T06:09:36.138Z Compiling md-5 v0.10.6
16272024-09-06T06:09:36.374Z Compiling regress v0.9.1
16282024-09-06T06:09:36.408Z Compiling idna v0.3.0
16292024-09-06T06:09:37.536Z Compiling lazy_static v1.5.0
16302024-09-06T06:09:37.560Z Compiling num-integer v0.1.46
16312024-09-06T06:09:37.726Z Compiling hash32 v0.2.1
16322024-09-06T06:09:38.068Z Compiling encoding_rs v0.8.34
16332024-09-06T06:09:38.183Z Compiling fallible-iterator v0.2.0
16342024-09-06T06:09:38.808Z Compiling gimli v0.28.1
16352024-09-06T06:09:39.645Z Compiling colorchoice v1.0.1
16362024-09-06T06:09:39.799Z Compiling psl-types v2.0.11
16372024-09-06T06:09:39.957Z Compiling anstyle-query v1.0.3
16382024-09-06T06:09:39.981Z Compiling mime v0.3.17
16392024-09-06T06:09:40.096Z Compiling stable_deref_trait v1.2.0
16402024-09-06T06:09:40.206Z Compiling adler v1.0.2
16412024-09-06T06:09:40.362Z Compiling is_terminal_polyfill v1.70.0
16422024-09-06T06:09:40.409Z Compiling base64 v0.22.1
16432024-09-06T06:09:40.490Z Compiling anstream v0.6.14
16442024-09-06T06:09:40.897Z Compiling postgres-protocol v0.6.7
16452024-09-06T06:09:40.992Z Compiling miniz_oxide v0.7.2
16462024-09-06T06:09:41.041Z Compiling publicsuffix v2.2.3
16472024-09-06T06:09:41.905Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16482024-09-06T06:09:41.965Z Compiling num-iter v0.1.45
16492024-09-06T06:09:42.378Z Compiling addr2line v0.21.0
16502024-09-06T06:09:43.403Z Compiling tokio-rustls v0.24.1
16512024-09-06T06:09:44.196Z Compiling terminal_size v0.3.0
16522024-09-06T06:09:44.376Z Compiling tokio-native-tls v0.3.1
16532024-09-06T06:09:44.914Z Compiling phf_shared v0.11.2
16542024-09-06T06:09:45.236Z Compiling strum_macros v0.25.3
16552024-09-06T06:09:45.323Z Compiling serde_urlencoded v0.7.1
16562024-09-06T06:09:45.882Z Compiling enum-as-inner v0.6.0
16572024-09-06T06:09:46.795Z Compiling serde_repr v0.1.19
16582024-09-06T06:09:46.881Z Compiling ff v0.13.0
16592024-09-06T06:09:47.006Z Compiling object v0.32.2
16602024-09-06T06:09:47.083Z Compiling bitflags v1.3.2
16612024-09-06T06:09:47.187Z Compiling managed v0.8.0
16622024-09-06T06:09:47.587Z Compiling clap_lex v0.7.0
16632024-09-06T06:09:47.984Z Compiling ipnet v2.9.0
16642024-09-06T06:09:48.208Z Compiling winnow v0.5.40
16652024-09-06T06:09:48.929Z Compiling adler2 v2.0.0
16662024-09-06T06:09:49.277Z Compiling rustc-demangle v0.1.24
16672024-09-06T06:09:50.020Z Compiling either v1.13.0
16682024-09-06T06:09:50.044Z Compiling base16ct v0.2.0
16692024-09-06T06:09:50.132Z Compiling miniz_oxide v0.8.0
16702024-09-06T06:09:50.311Z Compiling sec1 v0.7.3
16712024-09-06T06:09:50.399Z Compiling rustls-pemfile v1.0.4
16722024-09-06T06:09:50.805Z Compiling clap_builder v4.5.15
16732024-09-06T06:09:51.094Z Compiling toml_edit v0.19.15
16742024-09-06T06:09:51.369Z Compiling group v0.13.0
16752024-09-06T06:09:51.775Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16762024-09-06T06:09:53.680Z Compiling phf v0.11.2
16772024-09-06T06:09:53.939Z Compiling hyper-tls v0.5.0
16782024-09-06T06:09:54.321Z Compiling hyper-rustls v0.24.2
16792024-09-06T06:09:54.915Z Compiling cookie_store v0.20.0
16802024-09-06T06:09:54.979Z Compiling postgres-types v0.2.7
16812024-09-06T06:09:55.741Z Compiling hubpack v0.1.2
16822024-09-06T06:09:56.052Z Compiling pkcs1 v0.7.5
16832024-09-06T06:09:56.118Z Compiling phf_shared v0.10.0
16842024-09-06T06:09:56.681Z Compiling zerocopy v0.6.6
16852024-09-06T06:09:56.811Z Compiling futures-executor v0.3.30
16862024-09-06T06:09:56.835Z Compiling bstr v1.9.1
16872024-09-06T06:09:56.901Z Compiling hkdf v0.12.4
16882024-09-06T06:09:56.936Z Compiling signature v2.2.0
16892024-09-06T06:09:56.959Z Compiling crypto-bigint v0.5.5
16902024-09-06T06:09:57.127Z Compiling idna v0.4.0
16912024-09-06T06:09:57.224Z Compiling float-cmp v0.9.0
16922024-09-06T06:09:57.248Z Compiling mio v0.8.11
16932024-09-06T06:09:57.434Z Compiling memmap v0.7.0
16942024-09-06T06:09:57.731Z Compiling webpki-roots v0.25.4
16952024-09-06T06:09:57.894Z Compiling unicode-segmentation v1.11.0
16962024-09-06T06:09:58.183Z Compiling data-encoding v2.6.0
16972024-09-06T06:09:58.210Z Compiling new_debug_unreachable v1.0.6
16982024-09-06T06:09:58.286Z Compiling normalize-line-endings v0.3.0
16992024-09-06T06:09:58.309Z Compiling minimal-lexical v0.2.1
17002024-09-06T06:09:58.455Z Compiling static_assertions v1.1.0
17012024-09-06T06:09:58.551Z Compiling winnow v0.6.18
17022024-09-06T06:09:58.742Z Compiling sync_wrapper v0.1.2
17032024-09-06T06:09:58.878Z Compiling difflib v0.4.0
17042024-09-06T06:09:59.083Z Compiling fixedbitset v0.4.2
17052024-09-06T06:09:59.154Z Compiling precomputed-hash v0.1.1
17062024-09-06T06:09:59.273Z Compiling whoami v1.5.1
17072024-09-06T06:09:59.624Z Compiling bit-vec v0.6.3
17082024-09-06T06:09:59.740Z Compiling predicates-core v1.0.6
17092024-09-06T06:09:59.960Z Compiling bit-set v0.5.3
17102024-09-06T06:09:59.984Z Compiling predicates v3.1.2
17112024-09-06T06:10:00.031Z Compiling tokio-postgres v0.7.11
17122024-09-06T06:10:00.054Z Compiling elliptic-curve v0.13.8
17132024-09-06T06:10:00.223Z Compiling reqwest v0.11.27
17142024-09-06T06:10:00.247Z Compiling petgraph v0.6.5
17152024-09-06T06:10:00.672Z Compiling string_cache v0.8.7
17162024-09-06T06:10:01.038Z Compiling hickory-proto v0.24.1
17172024-09-06T06:10:01.248Z Compiling nom v7.1.3
17182024-09-06T06:10:01.593Z Compiling toml_edit v0.22.20
17192024-09-06T06:10:03.535Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17202024-09-06T06:10:04.162Z Compiling similar v2.6.0
17212024-09-06T06:10:04.199Z Compiling signal-hook-mio v0.2.4
17222024-09-06T06:10:04.358Z Compiling usdt v0.5.0
17232024-09-06T06:10:05.404Z Compiling rsa v0.9.6
17242024-09-06T06:10:05.822Z Compiling futures v0.3.30
17252024-09-06T06:10:07.069Z Compiling clap v4.5.16
17262024-09-06T06:10:07.159Z Compiling toml v0.7.8
17272024-09-06T06:10:07.490Z Compiling flate2 v1.0.33
17282024-09-06T06:10:07.561Z Compiling crossbeam-epoch v0.9.18
17292024-09-06T06:10:08.155Z Compiling itertools v0.10.5
17302024-09-06T06:10:08.263Z Compiling itertools v0.12.1
17312024-09-06T06:10:08.403Z Compiling console v0.15.8
17322024-09-06T06:10:09.507Z Compiling tokio-stream v0.1.15
17332024-09-06T06:10:09.697Z Compiling hex v0.4.3
17342024-09-06T06:10:10.333Z Compiling sha1 v0.10.6
17352024-09-06T06:10:10.829Z Compiling lalrpop-util v0.19.12
17362024-09-06T06:10:10.875Z Compiling radium v0.7.0
17372024-09-06T06:10:11.124Z Compiling camino v1.1.9
17382024-09-06T06:10:11.632Z Compiling unicode-xid v0.2.4
17392024-09-06T06:10:11.833Z Compiling peg-runtime v0.8.3
17402024-09-06T06:10:12.303Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412024-09-06T06:10:16.530Z Compiling is-terminal v0.4.12
17422024-09-06T06:10:16.991Z Compiling maybe-uninit v2.0.0
17432024-09-06T06:10:19.286Z Compiling ident_case v1.0.1
17442024-09-06T06:10:19.460Z Compiling rustls-pki-types v1.7.0
17452024-09-06T06:10:19.626Z Compiling tap v1.0.1
17462024-09-06T06:10:19.800Z Compiling wyz v0.5.1
17472024-09-06T06:10:21.039Z Compiling darling_core v0.20.9
17482024-09-06T06:10:31.662Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17492024-09-06T06:10:32.527Z Compiling getopts v0.2.21
17502024-09-06T06:10:33.377Z Compiling bzip2-sys v0.1.11+1.0.8
17512024-09-06T06:10:33.808Z Compiling dirs-sys-next v0.1.2
17522024-09-06T06:10:34.728Z Compiling funty v2.0.0
17532024-09-06T06:10:34.883Z Compiling unsafe-libyaml v0.2.11
17542024-09-06T06:10:34.975Z Compiling packed_struct v0.10.1
17552024-09-06T06:10:35.338Z Compiling paste v1.0.15
17562024-09-06T06:10:35.738Z Compiling rustls v0.22.4
17572024-09-06T06:10:36.290Z Compiling serde_yaml v0.9.34+deprecated
17582024-09-06T06:10:36.819Z Compiling bitvec v1.0.1
17592024-09-06T06:10:38.260Z Compiling dirs-next v2.0.0
17602024-09-06T06:10:39.343Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-09-06T06:10:40.692Z Compiling darling_macro v0.20.9
17622024-09-06T06:10:41.473Z Compiling rustls-webpki v0.102.4
17632024-09-06T06:10:44.060Z Compiling packed_struct_codegen v0.10.1
17642024-09-06T06:10:44.720Z Compiling structmeta-derive v0.3.0
17652024-09-06T06:10:45.174Z Compiling thread_local v1.1.8
17662024-09-06T06:10:45.763Z Compiling indexmap v1.9.3
17672024-09-06T06:10:45.932Z Compiling multer v3.1.0
17682024-09-06T06:10:46.084Z Compiling fastrand v2.1.0
17692024-09-06T06:10:46.284Z Compiling slog-async v2.8.0
17702024-09-06T06:10:46.333Z Compiling match_cfg v0.1.0
17712024-09-06T06:10:46.357Z Compiling nodrop v0.1.14
17722024-09-06T06:10:46.437Z Compiling crc-catalog v2.4.0
17732024-09-06T06:10:46.480Z Compiling rayon-core v1.12.1
17742024-09-06T06:10:46.525Z Compiling array-init v0.0.4
17752024-09-06T06:10:46.583Z Compiling crc v3.2.1
17762024-09-06T06:10:46.776Z Compiling tempfile v3.10.1
17772024-09-06T06:10:46.800Z Compiling hostname v0.3.1
17782024-09-06T06:10:46.891Z Compiling structmeta v0.3.0
17792024-09-06T06:10:48.174Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17802024-09-06T06:10:49.226Z Compiling darling v0.20.9
17812024-09-06T06:10:49.342Z Compiling smallvec v0.6.14
17822024-09-06T06:10:49.763Z Compiling term v0.7.0
17832024-09-06T06:10:51.983Z Compiling crossbeam-deque v0.8.5
17842024-09-06T06:10:52.320Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17852024-09-06T06:10:53.321Z Compiling slog-json v2.6.1
17862024-09-06T06:10:53.719Z Compiling crossbeam-channel v0.5.12
17872024-09-06T06:10:54.390Z Compiling http v1.1.0
17882024-09-06T06:10:55.060Z Compiling async-stream-impl v0.3.5
17892024-09-06T06:10:55.257Z Compiling pin-project-internal v1.1.5
17902024-09-06T06:10:58.140Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17912024-09-06T06:10:59.146Z Compiling bitfield v0.14.0
17922024-09-06T06:10:59.267Z Compiling same-file v1.0.6
17932024-09-06T06:11:00.191Z Compiling atomic-waker v1.1.2
17942024-09-06T06:11:00.364Z Compiling hashbrown v0.12.3
17952024-09-06T06:11:00.390Z Compiling termcolor v1.4.1
17962024-09-06T06:11:00.611Z Compiling take_mut v0.2.2
17972024-09-06T06:11:01.272Z Compiling env_logger v0.10.2
17982024-09-06T06:11:03.715Z Compiling waitgroup v0.1.2
17992024-09-06T06:11:03.940Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18002024-09-06T06:11:07.579Z Compiling walkdir v2.5.0
18012024-09-06T06:11:08.751Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18022024-09-06T06:11:10.146Z Compiling pin-project v1.1.5
18032024-09-06T06:11:10.960Z Compiling async-stream v0.3.5
18042024-09-06T06:11:13.392Z Compiling slog-bunyan v2.5.0
18052024-09-06T06:11:13.483Z Compiling tokio-rustls v0.25.0
18062024-09-06T06:11:14.029Z Compiling slog-term v2.9.1
18072024-09-06T06:11:14.052Z Compiling serde-hex v0.1.0
18082024-09-06T06:11:16.011Z Compiling serde_with_macros v3.9.0
18092024-09-06T06:11:16.195Z Compiling bzip2 v0.4.4
18102024-09-06T06:11:16.631Z Compiling parse-display-derive v0.10.0
18112024-09-06T06:11:16.798Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18122024-09-06T06:11:17.111Z Compiling toml v0.8.19
18132024-09-06T06:11:18.330Z Compiling rustls-pemfile v2.1.3
18142024-09-06T06:11:20.019Z Compiling x509-cert v0.2.5
18152024-09-06T06:11:20.956Z Compiling ron v0.8.1
18162024-09-06T06:11:21.041Z Compiling ipnetwork v0.20.0
18172024-09-06T06:11:21.865Z Compiling newtype-uuid v1.1.0
18182024-09-06T06:11:22.043Z Compiling strum_macros v0.26.4
18192024-09-06T06:11:22.173Z Compiling xattr v1.3.1
18202024-09-06T06:11:22.735Z Compiling snafu-derive v0.8.2
18212024-09-06T06:11:23.502Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18222024-09-06T06:11:24.002Z Compiling serde_path_to_error v0.1.16
18232024-09-06T06:11:24.108Z Compiling hashbrown v0.13.2
18242024-09-06T06:11:24.849Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18252024-09-06T06:11:25.233Z Compiling blake3 v1.5.1
18262024-09-06T06:11:25.459Z Compiling ring v0.16.20
18272024-09-06T06:11:25.602Z Compiling filetime v0.2.25
18282024-09-06T06:11:25.737Z Compiling hostname v0.4.0
18292024-09-06T06:11:25.848Z Compiling instant v0.1.12
18302024-09-06T06:11:25.978Z Compiling crc-any v2.5.0
18312024-09-06T06:11:26.314Z Compiling debug-ignore v1.0.5
18322024-09-06T06:11:26.363Z Compiling buf-list v1.0.3
18332024-09-06T06:11:26.632Z Compiling snafu v0.8.2
18342024-09-06T06:11:26.748Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18352024-09-06T06:11:26.936Z Compiling backoff v0.4.0
18362024-09-06T06:11:26.962Z Compiling tar v0.4.41
18372024-09-06T06:11:27.737Z Compiling strum v0.26.3
18382024-09-06T06:11:27.788Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18392024-09-06T06:11:27.919Z Compiling object v0.30.4
18402024-09-06T06:11:27.991Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18412024-09-06T06:11:29.252Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18422024-09-06T06:11:29.437Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18432024-09-06T06:11:29.717Z Compiling parse-display v0.10.0
18442024-09-06T06:11:31.096Z Compiling serde_with v3.9.0
18452024-09-06T06:11:31.168Z Compiling zip v0.6.6
18462024-09-06T06:11:31.323Z Compiling rayon v1.10.0
18472024-09-06T06:11:32.381Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18482024-09-06T06:11:32.981Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18492024-09-06T06:11:33.399Z Compiling camino-tempfile v1.1.1
18502024-09-06T06:11:34.037Z Compiling globset v0.4.14
18512024-09-06T06:11:34.595Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18522024-09-06T06:11:34.760Z Compiling pem v3.0.4
18532024-09-06T06:11:35.900Z Compiling olpc-cjson v0.1.3
18542024-09-06T06:11:35.998Z Compiling macaddr v1.0.1
18552024-09-06T06:11:36.178Z Compiling serde_plain v1.0.2
18562024-09-06T06:11:36.514Z Compiling async-recursion v1.1.1
18572024-09-06T06:11:36.613Z Compiling memmap2 v0.9.4
18582024-09-06T06:11:37.093Z Compiling constant_time_eq v0.3.0
18592024-09-06T06:11:37.260Z Compiling path-slash v0.1.5
18602024-09-06T06:11:37.471Z Compiling typed-path v0.7.1
18612024-09-06T06:11:37.715Z Compiling untrusted v0.7.1
18622024-09-06T06:11:37.885Z Compiling arrayvec v0.7.4
18632024-09-06T06:11:38.281Z Compiling arrayref v0.3.7
18642024-09-06T06:11:38.392Z Compiling spin v0.5.2
18652024-09-06T06:11:39.953Z Compiling tough v0.17.1
18662024-09-06T06:11:40.060Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18672024-09-06T06:11:40.594Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18682024-09-06T06:11:41.358Z Compiling itertools v0.13.0
18692024-09-06T06:11:42.960Z Compiling cargo-platform v0.1.8
18702024-09-06T06:11:43.862Z Compiling parse-size v1.0.0
18712024-09-06T06:11:44.155Z Compiling topological-sort v0.2.2
18722024-09-06T06:11:44.329Z Compiling cargo_metadata v0.18.1
18732024-09-06T06:11:44.406Z Compiling omicron-zone-package v0.11.0
18742024-09-06T06:11:44.589Z Compiling shell-words v1.1.0
18752024-09-06T06:11:50.367Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18762024-09-06T06:12:01.743Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18772024-09-06T06:12:16.352Z Finished `release` profile [optimized] target(s) in 3m 56s
18782024-09-06T06:12:16.472Z Running `target/release/omicron-releng --output-dir /work`
18792024-09-06T06:12:16.532ZSep 06 06:12:16.022 DEBG changing working directory to /work/oxidecomputer/omicron
18802024-09-06T06:12:16.667ZSep 06 06:12:16.157 DEBG running: git rev-parse HEAD
18812024-09-06T06:12:16.691ZSep 06 06:12:16.165 DEBG process exited with exit status: 0 (7.802695ms)
18822024-09-06T06:12:16.691ZSep 06 06:12:16.165 INFO version: 10.0.0-0.ci+git557dc222dc6
18832024-09-06T06:12:16.721ZSep 06 06:12:16.214 INFO cloning helios to /work/oxidecomputer/helios
18842024-09-06T06:12:16.721ZSep 06 06:12:16.214 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18852024-09-06T06:12:16.745ZCloning into '/work/oxidecomputer/helios'...
18862024-09-06T06:12:17.400ZSep 06 06:12:16.893 DEBG process exited with exit status: 0 (678.669713ms)
18872024-09-06T06:12:17.401ZSep 06 06:12:16.893 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18882024-09-06T06:12:17.424Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18892024-09-06T06:12:17.424Z# branch.head master
18902024-09-06T06:12:17.424Z# branch.upstream origin/master
18912024-09-06T06:12:17.424Z# branch.ab +0 -0
18922024-09-06T06:12:17.424ZSep 06 06:12:16.905 DEBG process exited with exit status: 0 (12.454467ms)
18932024-09-06T06:12:17.424ZSep 06 06:12:16.906 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18942024-09-06T06:12:18.369ZSep 06 06:12:17.862 DEBG process exited with exit status: 0 (955.911211ms)
18952024-09-06T06:12:18.369ZSep 06 06:12:17.862 DEBG running: zfs list rpool/images/build/host
18962024-09-06T06:12:18.393ZNAME USED AVAIL REFER MOUNTPOINT
18972024-09-06T06:12:18.393Zrpool/images/build/host 96K 145G 96K /rpool/images/build/host
18982024-09-06T06:12:18.393ZSep 06 06:12:17.873 DEBG process exited with exit status: 0 (11.480497ms)
18992024-09-06T06:12:18.393ZSep 06 06:12:17.873 DEBG running: zfs list rpool/images/build/recovery
19002024-09-06T06:12:18.393ZNAME USED AVAIL REFER MOUNTPOINT
19012024-09-06T06:12:18.393Zrpool/images/build/recovery 96K 145G 96K /rpool/images/build/recovery
19022024-09-06T06:12:18.393ZSep 06 06:12:17.883 DEBG process exited with exit status: 0 (9.197365ms)
19032024-09-06T06:12:18.393ZSep 06 06:12:17.884 INFO [hubris-staging] running task
19042024-09-06T06:12:18.393ZSep 06 06:12:17.884 INFO [hubris-production] running task
19052024-09-06T06:12:18.393ZSep 06 06:12:17.884 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
19062024-09-06T06:12:18.417ZSep 06 06:12:17.890 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19072024-09-06T06:12:18.493Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19082024-09-06T06:12:19.128Z[ omicron-package] Blocking waiting for file lock on package cache
19092024-09-06T06:12:19.799Z[ omicron-package] Blocking waiting for file lock on package cache
19102024-09-06T06:12:20.155Z[ omicron-package] Blocking waiting for file lock on package cache
19112024-09-06T06:12:20.694Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19122024-09-06T06:12:20.694Z[ omicron-package] Compiling heapless v0.8.0
19132024-09-06T06:12:20.717Z[ omicron-package] Compiling hash32 v0.3.1
19142024-09-06T06:12:20.718Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-09-06T06:12:20.718Z[ omicron-package] Compiling smoltcp v0.11.0
19162024-09-06T06:12:20.718Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19172024-09-06T06:12:20.718Z[ omicron-package] Compiling embedded-io v0.4.0
19182024-09-06T06:12:20.718Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19192024-09-06T06:12:21.347Z[ omicron-package] Compiling cobs v0.2.3
19202024-09-06T06:12:21.626Z[ omicron-package] Compiling num_enum_derive v0.5.11
19212024-09-06T06:12:21.677Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-09-06T06:12:21.730ZSep 06 06:12:21.222 INFO [hubris-production] task succeeded (3.338721796s)
19232024-09-06T06:12:21.830Z[ omicron-package] Compiling postcard v1.0.8
19242024-09-06T06:12:22.294Z[ omicron-package] Compiling proc-macro-error v1.0.4
19252024-09-06T06:12:22.358Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19262024-09-06T06:12:22.542Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19272024-09-06T06:12:22.686Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19282024-09-06T06:12:22.946Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19292024-09-06T06:12:23.760Z[ omicron-package] Compiling tabwriter v1.4.0
19302024-09-06T06:12:23.893Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19312024-09-06T06:12:24.165Z[ omicron-package] Compiling cstr-argument v0.1.2
19322024-09-06T06:12:24.266Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19332024-09-06T06:12:24.616Z[ omicron-package] Compiling foreign-types v0.5.0
19342024-09-06T06:12:24.814Z[ omicron-package] Compiling pretty-hex v0.2.1
19352024-09-06T06:12:24.907Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19362024-09-06T06:12:25.360Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19372024-09-06T06:12:25.384Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19382024-09-06T06:12:25.556Z[ omicron-package] Compiling num_enum v0.5.11
19392024-09-06T06:12:25.920Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19402024-09-06T06:12:26.299Z[ omicron-package] Compiling colored v2.1.0
19412024-09-06T06:12:26.322Z[ omicron-package] Compiling socket2 v0.4.10
19422024-09-06T06:12:26.520Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19432024-09-06T06:12:26.521Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19442024-09-06T06:12:26.867Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19452024-09-06T06:12:26.890Z[ omicron-package] Compiling sigpipe v0.1.3
19462024-09-06T06:12:26.890Z[ omicron-package] Compiling num-derive v0.4.2
19472024-09-06T06:12:27.340Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19482024-09-06T06:12:28.025Z[ omicron-package] Compiling libefi-sys v0.1.0
19492024-09-06T06:12:28.275Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19502024-09-06T06:12:28.428Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19512024-09-06T06:12:29.078Z[ omicron-package] Compiling smf v0.2.3
19522024-09-06T06:12:29.207Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19532024-09-06T06:12:29.354Z[ omicron-package] Compiling zone v0.3.0
19542024-09-06T06:12:29.511Z[ omicron-package] Compiling bitfield-struct v0.6.1
19552024-09-06T06:12:30.350Z[ omicron-package] Compiling portable-atomic v1.6.0
19562024-09-06T06:12:30.743Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19572024-09-06T06:12:31.970Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19582024-09-06T06:12:32.553Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19592024-09-06T06:12:33.561Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19602024-09-06T06:12:33.857Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19612024-09-06T06:12:34.172Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19622024-09-06T06:12:34.296Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19632024-09-06T06:12:35.156Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19642024-09-06T06:12:35.255Z[ omicron-package] Compiling gethostname v0.5.0
19652024-09-06T06:12:35.778Z[ omicron-package] Compiling number_prefix v0.4.0
19662024-09-06T06:12:36.569Z[ omicron-package] Compiling indicatif v0.17.8
19672024-09-06T06:12:37.423ZSep 06 06:12:36.915 INFO [hubris-staging] task succeeded (19.031519092s)
19682024-09-06T06:12:37.556Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19692024-09-06T06:12:40.565Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19702024-09-06T06:12:41.081Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19712024-09-06T06:12:42.368Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19722024-09-06T06:12:56.486Z[ helios-setup] Sep 06 06:12:55.978 INFO helios repository root is: /work/oxidecomputer/helios
19732024-09-06T06:12:56.510Z[ helios-setup] Sep 06 06:12:55.980 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19742024-09-06T06:12:56.510Z[ helios-setup] Sep 06 06:12:55.980 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
19752024-09-06T06:12:56.510Z[ helios-setup] Sep 06 06:12:55.980 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19762024-09-06T06:12:56.510Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19772024-09-06T06:12:57.323Z[ helios-setup] Sep 06 06:12:56.815 INFO clone ok!, project: pinprick
19782024-09-06T06:12:57.346Z[ helios-setup] Sep 06 06:12:56.815 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
19792024-09-06T06:12:57.346Z[ helios-setup] Sep 06 06:12:56.815 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19802024-09-06T06:12:57.346Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19812024-09-06T06:12:58.284Z[ helios-setup] Sep 06 06:12:57.776 INFO clone ok!, project: phbl
19822024-09-06T06:12:58.307Z[ helios-setup] Sep 06 06:12:57.776 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
19832024-09-06T06:12:58.307Z[ helios-setup] Sep 06 06:12:57.776 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19842024-09-06T06:12:58.307Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19852024-09-06T06:12:59.035Z[ helios-setup] Sep 06 06:12:58.528 INFO clone ok!, project: bootserver
19862024-09-06T06:12:59.059Z[ helios-setup] Sep 06 06:12:58.528 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19872024-09-06T06:12:59.059Z[ helios-setup] Sep 06 06:12:58.528 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
19882024-09-06T06:12:59.059Z[ helios-setup] Sep 06 06:12:58.528 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
19892024-09-06T06:12:59.059Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19902024-09-06T06:13:00.004Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19912024-09-06T06:13:00.028Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19922024-09-06T06:13:01.187Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.78s
19932024-09-06T06:13:01.801Z[ omicron-package]
19942024-09-06T06:13:01.801Z[ omicron-package] real 42.974380120
19952024-09-06T06:13:01.801Z[ omicron-package] user 2:25.839480370
19962024-09-06T06:13:01.825Z[ omicron-package] sys 22.699413865
19972024-09-06T06:13:01.825Z[ omicron-package] trap 0.220548919
19982024-09-06T06:13:01.825Z[ omicron-package] tflt 0.428434297
19992024-09-06T06:13:01.825Z[ omicron-package] dflt 0.811028304
20002024-09-06T06:13:01.825Z[ omicron-package] kflt 0.000765989
20012024-09-06T06:13:01.825Z[ omicron-package] lock 4:57.651675117
20022024-09-06T06:13:01.825Z[ omicron-package] slp 8:01.111895567
20032024-09-06T06:13:01.825Z[ omicron-package] lat 1:30.114382009
20042024-09-06T06:13:01.825Z[ omicron-package] stop 1:02.306772403
20052024-09-06T06:13:01.825ZSep 06 06:13:00.922 INFO [omicron-package] process exited with exit status: 0 (43.038073359s)
20062024-09-06T06:13:01.825ZSep 06 06:13:00.923 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
20072024-09-06T06:13:01.825ZSep 06 06:13:00.941 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20082024-09-06T06:13:01.825Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20092024-09-06T06:13:01.825Z[ host-target] Created new build target 'host' and set it as active
20102024-09-06T06:13:01.825ZSep 06 06:13:00.961 INFO [host-target] process exited with exit status: 0 (38.280831ms)
20112024-09-06T06:13:01.825ZSep 06 06:13:00.962 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20122024-09-06T06:13:01.825Z[ recovery-target] Created new build target 'recovery' and set it as active
20132024-09-06T06:13:01.825Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20142024-09-06T06:13:01.825ZSep 06 06:13:00.973 INFO [recovery-target] process exited with exit status: 0 (32.657704ms)
20152024-09-06T06:13:01.825Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20162024-09-06T06:13:03.119Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20172024-09-06T06:13:03.119Z[ host-package] Compiling convert_case v0.4.0
20182024-09-06T06:13:03.119Z[ host-package] Compiling camino v1.1.9
20192024-09-06T06:13:03.143Z[ host-package] Compiling newline-converter v0.3.0
20202024-09-06T06:13:03.143Z[ host-package] Compiling password-hash v0.5.0
20212024-09-06T06:13:03.175Z[ host-package] Compiling blake2 v0.10.6
20222024-09-06T06:13:03.199Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20232024-09-06T06:13:03.240Z[ host-package] Compiling derive-where v1.2.7
20242024-09-06T06:13:03.413Z[ host-package] Compiling expectorate v1.1.0
20252024-09-06T06:13:03.437Z[ host-package] Compiling humantime v2.1.0
20262024-09-06T06:13:03.628Z[ host-package] Compiling toml v0.8.19
20272024-09-06T06:13:03.880Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20282024-09-06T06:13:03.904Z[ helios-setup] Sep 06 06:13:03.388 INFO clone ok!, project: amd-host-image-builder
20292024-09-06T06:13:03.904Z[ helios-setup] Sep 06 06:13:03.388 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
20302024-09-06T06:13:03.905Z[ helios-setup] Sep 06 06:13:03.388 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20312024-09-06T06:13:03.905Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20322024-09-06T06:13:04.081Z[ host-package] Compiling derive_more v0.99.18
20332024-09-06T06:13:04.200Z[ host-package] Compiling argon2 v0.5.3
20342024-09-06T06:13:04.242Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20352024-09-06T06:13:04.266Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20362024-09-06T06:13:04.290Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20372024-09-06T06:13:04.660Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20382024-09-06T06:13:04.911Z[ host-package] Compiling num-rational v0.4.2
20392024-09-06T06:13:04.988Z[ helios-setup] Sep 06 06:13:04.481 INFO clone ok!, project: pilot
20402024-09-06T06:13:05.013Z[ helios-setup] Sep 06 06:13:04.481 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20412024-09-06T06:13:05.013Z[ helios-setup] Sep 06 06:13:04.481 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
20422024-09-06T06:13:05.013Z[ helios-setup] Sep 06 06:13:04.481 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20432024-09-06T06:13:05.013Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20442024-09-06T06:13:05.127Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20452024-09-06T06:13:05.195Z[ host-package] Compiling num-complex v0.4.6
20462024-09-06T06:13:05.603Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20472024-09-06T06:13:06.065Z[ host-package] Compiling dirs-sys-next v0.1.2
20482024-09-06T06:13:06.250Z[ host-package] Compiling dirs-next v2.0.0
20492024-09-06T06:13:06.275Z[ host-package] Compiling num v0.4.3
20502024-09-06T06:13:06.390Z[ host-package] Compiling float-ord v0.3.2
20512024-09-06T06:13:06.463Z[ host-package] Compiling term v0.7.0
20522024-09-06T06:13:06.518Z[ host-package] Compiling prettyplease v0.2.20
20532024-09-06T06:13:06.577Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20542024-09-06T06:13:06.852Z[ host-package] Compiling utf-8 v0.7.6
20552024-09-06T06:13:06.942Z[ host-package] Compiling semver v0.1.20
20562024-09-06T06:13:07.211Z[ host-package] Compiling is-terminal v0.4.12
20572024-09-06T06:13:07.408Z[ host-package] Compiling rustc_version v0.1.7
20582024-09-06T06:13:07.546Z[ host-package] Compiling cookie v0.18.1
20592024-09-06T06:13:07.650Z[ host-package] Compiling highway v1.2.0
20602024-09-06T06:13:07.806Z[ host-package] Compiling newtype_derive v0.1.6
20612024-09-06T06:13:07.982Z[ host-package] Compiling rustls-pki-types v1.7.0
20622024-09-06T06:13:08.369Z[ host-package] Compiling linked-hash-map v0.5.6
20632024-09-06T06:13:08.688Z[ host-package] Compiling steno v0.4.1
20642024-09-06T06:13:08.795Z[ host-package] Compiling lru-cache v0.1.2
20652024-09-06T06:13:09.035Z[ host-package] Compiling home v0.5.9
20662024-09-06T06:13:09.285Z[ host-package] Compiling quick-error v1.2.3
20672024-09-06T06:13:09.452Z[ host-package] Compiling resolv-conf v0.7.0
20682024-09-06T06:13:09.586Z[ host-package] Compiling rustls-webpki v0.102.4
20692024-09-06T06:13:10.100Z[ helios-setup] Sep 06 06:13:09.592 INFO clone ok!, project: amd-firmware
20702024-09-06T06:13:10.124Z[ helios-setup] Sep 06 06:13:09.593 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
20712024-09-06T06:13:10.124Z[ helios-setup] Sep 06 06:13:09.593 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20722024-09-06T06:13:10.124Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20732024-09-06T06:13:10.881Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20742024-09-06T06:13:10.958Z[ helios-setup] Sep 06 06:13:10.451 INFO clone ok!, project: image-builder
20752024-09-06T06:13:10.982Z[ helios-setup] Sep 06 06:13:10.451 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
20762024-09-06T06:13:10.982Z[ helios-setup] Sep 06 06:13:10.451 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20772024-09-06T06:13:10.982Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20782024-09-06T06:13:11.230Z[ host-package] Compiling rustls v0.22.4
20792024-09-06T06:13:11.264Z[ host-package] Compiling thread_local v1.1.8
20802024-09-06T06:13:11.462Z[ host-package] Compiling match_cfg v0.1.0
20812024-09-06T06:13:11.564Z[ host-package] Compiling hostname v0.3.1
20822024-09-06T06:13:11.773Z[ host-package] Compiling hickory-resolver v0.24.1
20832024-09-06T06:13:11.914Z[ host-package] Compiling multer v3.1.0
20842024-09-06T06:13:11.995Z[ host-package] Compiling slog-async v2.8.0
20852024-09-06T06:13:12.045Z[ host-package] Compiling slog-json v2.6.1
20862024-09-06T06:13:12.082Z[ helios-setup] Sep 06 06:13:11.574 INFO clone ok!, project: chelsio-t6-roms
20872024-09-06T06:13:12.106Z[ helios-setup] Sep 06 06:13:11.575 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20882024-09-06T06:13:12.106Z[ host-package] Compiling crossbeam-channel v0.5.12
20892024-09-06T06:13:12.378Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20902024-09-06T06:13:12.881Z[ helios-setup] Sep 06 06:13:12.374 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20912024-09-06T06:13:13.292Z[ host-package] Compiling http v1.1.0
20922024-09-06T06:13:13.375Z[ helios-setup] Sep 06 06:13:12.868 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20932024-09-06T06:13:13.375Z[ helios-setup] Sep 06 06:13:12.868 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20942024-09-06T06:13:13.883Z[ helios-setup] Sep 06 06:13:13.375 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20952024-09-06T06:13:14.408Z[ helios-setup] Sep 06 06:13:13.900 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20962024-09-06T06:13:14.408Z[ helios-setup] Sep 06 06:13:13.900 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20972024-09-06T06:13:14.960Z[ helios-setup] Sep 06 06:13:14.452 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20982024-09-06T06:13:15.424Z[ helios-setup] Sep 06 06:13:14.917 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20992024-09-06T06:13:15.425Z[ helios-setup] Sep 06 06:13:14.917 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21002024-09-06T06:13:15.425Z[ helios-setup] Sep 06 06:13:14.917 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21012024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.917 INFO ok!
21022024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.917 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21032024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.917 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21042024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.918 INFO ok!
21052024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.918 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21062024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.918 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21072024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.918 INFO ok!
21082024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.918 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21092024-09-06T06:13:15.449Z[ helios-setup] Sep 06 06:13:14.918 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21102024-09-06T06:13:15.754Z[ host-package] Compiling take_mut v0.2.2
21112024-09-06T06:13:15.800Z[ helios-setup] Sep 06 06:13:15.292 INFO E| Compiling adler v1.0.2
21122024-09-06T06:13:15.993Z[ helios-setup] Sep 06 06:13:15.486 INFO E| Compiling miniz_oxide v0.7.2
21132024-09-06T06:13:16.017Z[ host-package] Compiling atomic-waker v1.1.2
21142024-09-06T06:13:16.195Z[ host-package] Compiling waitgroup v0.1.2
21152024-09-06T06:13:16.476Z[ host-package] Compiling tokio-rustls v0.25.0
21162024-09-06T06:13:17.375Z[ host-package] Compiling slog-bunyan v2.5.0
21172024-09-06T06:13:17.761Z[ host-package] Compiling slog-term v2.9.1
21182024-09-06T06:13:18.138Z[ host-package] Compiling rustls-pemfile v2.1.3
21192024-09-06T06:13:18.177Z[ helios-setup] Sep 06 06:13:17.670 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21202024-09-06T06:13:18.627Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21212024-09-06T06:13:18.697Z[ host-package] Compiling async-stream v0.3.5
21222024-09-06T06:13:18.868Z[ host-package] Compiling newtype-uuid v1.1.0
21232024-09-06T06:13:19.065Z[ host-package] Compiling ipnetwork v0.20.0
21242024-09-06T06:13:19.095Z[ helios-setup] Sep 06 06:13:18.587 INFO E| Finished `release` profile [optimized] target(s) in 3.58s
21252024-09-06T06:13:19.119Z[ helios-setup] Sep 06 06:13:18.594 INFO building project "pinprick" ok (3 seconds)
21262024-09-06T06:13:19.119Z[ helios-setup] Sep 06 06:13:18.594 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21272024-09-06T06:13:19.119Z[ helios-setup] Sep 06 06:13:18.594 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21282024-09-06T06:13:19.201Z[ host-package] Compiling serde_path_to_error v0.1.16
21292024-09-06T06:13:19.396Z[ helios-setup] Sep 06 06:13:18.888 INFO E| Downloading crates ...
21302024-09-06T06:13:19.464Z[ helios-setup] Sep 06 06:13:18.956 INFO E| Downloaded flate2 v1.0.25
21312024-09-06T06:13:19.488Z[ helios-setup] Sep 06 06:13:18.968 INFO E| Downloaded unicode-width v0.1.10
21322024-09-06T06:13:19.488Z[ helios-setup] Sep 06 06:13:18.971 INFO E| Downloaded typenum v1.15.0
21332024-09-06T06:13:19.488Z[ helios-setup] Sep 06 06:13:18.975 INFO E| Downloaded sha2 v0.10.5
21342024-09-06T06:13:19.488Z[ helios-setup] Sep 06 06:13:18.978 INFO E| Downloaded miniz_oxide v0.6.2
21352024-09-06T06:13:19.512Z[ helios-setup] Sep 06 06:13:18.981 INFO E| Downloaded generic-array v0.14.6
21362024-09-06T06:13:19.512Z[ helios-setup] Sep 06 06:13:18.984 INFO E| Downloaded digest v0.10.3
21372024-09-06T06:13:19.512Z[ helios-setup] Sep 06 06:13:18.986 INFO E| Downloaded cpufeatures v0.2.5
21382024-09-06T06:13:19.512Z[ helios-setup] Sep 06 06:13:18.988 INFO E| Downloaded bytes v1.2.1
21392024-09-06T06:13:19.512Z[ helios-setup] Sep 06 06:13:18.994 INFO E| Downloaded block-buffer v0.10.3
21402024-09-06T06:13:19.512Z[ helios-setup] Sep 06 06:13:18.995 INFO E| Downloaded anyhow v1.0.62
21412024-09-06T06:13:19.684Z[ helios-setup] Sep 06 06:13:19.176 INFO E| Compiling version_check v0.9.4
21422024-09-06T06:13:19.684Z[ helios-setup] Sep 06 06:13:19.176 INFO E| Compiling typenum v1.15.0
21432024-09-06T06:13:19.684Z[ helios-setup] Sep 06 06:13:19.177 INFO E| Compiling crc32fast v1.3.2
21442024-09-06T06:13:19.708Z[ helios-setup] Sep 06 06:13:19.177 INFO E| Compiling cfg-if v1.0.0
21452024-09-06T06:13:19.708Z[ helios-setup] Sep 06 06:13:19.177 INFO E| Compiling anyhow v1.0.62
21462024-09-06T06:13:19.708Z[ helios-setup] Sep 06 06:13:19.177 INFO E| Compiling adler v1.0.2
21472024-09-06T06:13:19.708Z[ helios-setup] Sep 06 06:13:19.177 INFO E| Compiling unicode-width v0.1.10
21482024-09-06T06:13:19.708Z[ helios-setup] Sep 06 06:13:19.177 INFO E| Compiling cpufeatures v0.2.5
21492024-09-06T06:13:19.948Z[ host-package] Compiling hostname v0.4.0
21502024-09-06T06:13:20.170Z[ host-package] Compiling instant v0.1.12
21512024-09-06T06:13:20.194Z[ helios-setup] Sep 06 06:13:19.664 INFO E| Compiling bitflags v1.3.2
21522024-09-06T06:13:20.278Z[ host-package] Compiling debug-ignore v1.0.5
21532024-09-06T06:13:20.396Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21542024-09-06T06:13:20.428Z[ helios-setup] Sep 06 06:13:19.920 INFO E| Compiling miniz_oxide v0.6.2
21552024-09-06T06:13:20.484Z[ helios-setup] Sep 06 06:13:19.976 INFO E| Compiling getopts v0.2.21
21562024-09-06T06:13:20.508Z[ helios-setup] Sep 06 06:13:19.986 INFO E| Compiling bytes v1.2.1
21572024-09-06T06:13:20.783Z[ host-package] Compiling backoff v0.4.0
21582024-09-06T06:13:21.300Z[ helios-setup] Sep 06 06:13:20.792 INFO E| Compiling generic-array v0.14.6
21592024-09-06T06:13:21.616Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21602024-09-06T06:13:21.670Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21612024-09-06T06:13:22.107Z[ helios-setup] Sep 06 06:13:21.597 INFO E| Compiling flate2 v1.0.25
21622024-09-06T06:13:22.200Z[ host-package] Compiling parse-display v0.10.0
21632024-09-06T06:13:23.522Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-09-06T06:13:23.924Z[ host-package] Compiling serde_with v3.9.0
21652024-09-06T06:13:24.604Z[ helios-setup] Sep 06 06:13:24.096 INFO E| Compiling crypto-common v0.1.6
21662024-09-06T06:13:24.604Z[ helios-setup] Sep 06 06:13:24.096 INFO E| Compiling block-buffer v0.10.3
21672024-09-06T06:13:24.802Z[ helios-setup] Sep 06 06:13:24.294 INFO E| Compiling digest v0.10.3
21682024-09-06T06:13:25.151Z[ helios-setup] Sep 06 06:13:24.644 INFO E| Compiling sha2 v0.10.5
21692024-09-06T06:13:25.610Z[ helios-setup] Sep 06 06:13:25.102 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21702024-09-06T06:13:26.366Z[ host-package] Compiling strum v0.26.3
21712024-09-06T06:13:26.668Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21722024-09-06T06:13:28.717Z[ host-package] Compiling macaddr v1.0.1
21732024-09-06T06:13:29.601Z[ host-package] Compiling slog-dtrace v0.3.0
21742024-09-06T06:13:30.030Z[ helios-setup] Sep 06 06:13:29.522 INFO E| Finished `release` profile [optimized] target(s) in 10.85s
21752024-09-06T06:13:30.055Z[ helios-setup] Sep 06 06:13:29.537 INFO building project "bootserver" ok (10 seconds)
21762024-09-06T06:13:30.055Z[ helios-setup] Sep 06 06:13:29.537 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21772024-09-06T06:13:30.055Z[ helios-setup] Sep 06 06:13:29.537 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21782024-09-06T06:13:30.055Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21792024-09-06T06:13:30.055Z[ helios-setup] Sep 06 06:13:29.546 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21802024-09-06T06:13:30.307Z[ helios-setup] Sep 06 06:13:29.800 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21812024-09-06T06:13:30.307Z[ helios-setup] Sep 06 06:13:29.800 INFO E| info: downloading component 'cargo'
21822024-09-06T06:13:30.450Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21832024-09-06T06:13:31.173Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21842024-09-06T06:13:31.225Z[ helios-setup] Sep 06 06:13:30.717 INFO E| info: downloading component 'clippy'
21852024-09-06T06:13:31.328Z[ host-package] Compiling half v2.4.1
21862024-09-06T06:13:31.489Z[ helios-setup] Sep 06 06:13:30.981 INFO E| info: downloading component 'rust-docs'
21872024-09-06T06:13:31.636Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21882024-09-06T06:13:31.958Z[ host-package] Compiling swrite v0.1.0
21892024-09-06T06:13:32.100Z[ host-package] Compiling ciborium-io v0.2.2
21902024-09-06T06:13:32.169Z[ host-package] Compiling tungstenite v0.21.0
21912024-09-06T06:13:32.262Z[ host-package] Compiling ciborium-ll v0.2.2
21922024-09-06T06:13:32.315Z[ helios-setup] Sep 06 06:13:31.808 INFO E| info: downloading component 'rust-src'
21932024-09-06T06:13:32.541Z[ helios-setup] Sep 06 06:13:32.034 INFO E| info: downloading component 'rust-std'
21942024-09-06T06:13:32.745Z[ host-package] Compiling ciborium v0.2.2
21952024-09-06T06:13:34.230Z[ helios-setup] Sep 06 06:13:33.722 INFO E| info: downloading component 'rustc'
21962024-09-06T06:13:34.583Z[ host-package] Compiling tokio-tungstenite v0.21.0
21972024-09-06T06:13:34.656Z[ host-package] Compiling rayon-core v1.12.1
21982024-09-06T06:13:34.689Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21992024-09-06T06:13:35.192Z[ host-package] Compiling crossbeam-deque v0.8.5
22002024-09-06T06:13:35.499Z[ host-package] Compiling same-file v1.0.6
22012024-09-06T06:13:35.722Z[ host-package] Compiling fastrand v2.1.0
22022024-09-06T06:13:36.171Z[ host-package] Compiling display-error-chain v0.2.1
22032024-09-06T06:13:36.442Z[ host-package] Compiling tempfile v3.10.1
22042024-09-06T06:13:36.703Z[ host-package] Compiling walkdir v2.5.0
22052024-09-06T06:13:37.313Z[ host-package] Compiling ring v0.16.20
22062024-09-06T06:13:37.619Z[ helios-setup] Sep 06 06:13:37.111 INFO E| info: downloading component 'rustfmt'
22072024-09-06T06:13:38.182Z[ helios-setup] Sep 06 06:13:37.674 INFO E| info: installing component 'cargo'
22082024-09-06T06:13:38.525Z[ host-package] Compiling rayon v1.10.0
22092024-09-06T06:13:39.682Z[ helios-setup] Sep 06 06:13:39.174 INFO E| info: installing component 'clippy'
22102024-09-06T06:13:40.109Z[ host-package] Compiling blake3 v1.5.1
22112024-09-06T06:13:40.135Z[ helios-setup] Sep 06 06:13:39.617 INFO E| info: installing component 'rust-docs'
22122024-09-06T06:13:40.135Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22132024-09-06T06:13:43.433Z[ host-package] Compiling xattr v1.3.1
22142024-09-06T06:13:43.738Z[ host-package] Compiling memmap2 v0.9.4
22152024-09-06T06:13:44.595Z[ host-package] Compiling filetime v0.2.25
22162024-09-06T06:13:44.975Z[ host-package] Compiling arrayvec v0.7.4
22172024-09-06T06:13:45.085Z[ host-package] Compiling spin v0.5.2
22182024-09-06T06:13:45.445Z[ host-package] Compiling constant_time_eq v0.3.0
22192024-09-06T06:13:45.613Z[ host-package] Compiling arrayref v0.3.7
22202024-09-06T06:13:45.703Z[ host-package] Compiling untrusted v0.7.1
22212024-09-06T06:13:45.771Z[ host-package] Compiling cancel-safe-futures v0.1.5
22222024-09-06T06:13:46.627Z[ helios-setup] Sep 06 06:13:46.120 INFO E| info: installing component 'rust-src'
22232024-09-06T06:13:47.113Z[ host-package] Compiling tar v0.4.41
22242024-09-06T06:13:47.668Z[ helios-setup] Sep 06 06:13:47.160 INFO E| info: installing component 'rust-std'
22252024-09-06T06:13:48.001Z[ host-package] Compiling toolchain_find v0.4.0
22262024-09-06T06:13:48.717Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22272024-09-06T06:13:48.880Z[ host-package] Compiling camino-tempfile v1.1.1
22282024-09-06T06:13:49.012Z[ host-package] Compiling nibble_vec v0.1.0
22292024-09-06T06:13:49.322Z[ host-package] Compiling atty v0.2.14
22302024-09-06T06:13:49.530Z[ host-package] Compiling crunchy v0.2.2
22312024-09-06T06:13:49.645Z[ host-package] Compiling glob v0.3.1
22322024-09-06T06:13:49.703Z[ host-package] Compiling maplit v1.0.2
22332024-09-06T06:13:49.904Z[ host-package] Compiling topological-sort v0.2.2
22342024-09-06T06:13:50.123Z[ host-package] Compiling endian-type v0.1.2
22352024-09-06T06:13:50.147Z[ helios-setup] Sep 06 06:13:49.632 INFO E| info: installing component 'rustc'
22362024-09-06T06:13:50.186Z[ host-package] Compiling omicron-zone-package v0.11.0
22372024-09-06T06:13:50.326Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22382024-09-06T06:13:50.423Z[ host-package] Compiling radix_trie v0.2.1
22392024-09-06T06:13:50.489Z[ host-package] Compiling clang-sys v1.7.0
22402024-09-06T06:13:50.898Z[ host-package] Compiling tiny-keccak v2.0.2
22412024-09-06T06:13:51.318Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22422024-09-06T06:13:51.355Z[ host-package] Compiling dsl_auto_type v0.1.2
22432024-09-06T06:13:51.412Z[ host-package] Compiling curve25519-dalek v4.1.3
22442024-09-06T06:13:51.412Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22452024-09-06T06:13:51.926Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22462024-09-06T06:13:52.298Z[ host-package] Compiling arc-swap v1.7.1
22472024-09-06T06:13:52.721Z[ host-package] Compiling keccak v0.1.5
22482024-09-06T06:13:52.764Z[ host-package] Compiling slog-scope v4.4.0
22492024-09-06T06:13:52.993Z[ host-package] Compiling sha3 v0.10.8
22502024-09-06T06:13:53.521Z[ host-package] Compiling diesel_derives v2.2.2
22512024-09-06T06:13:53.669Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22522024-09-06T06:13:53.794Z[ host-package] Compiling r2d2 v0.8.10
22532024-09-06T06:13:54.358Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
22542024-09-06T06:13:54.385Z[ host-package] Compiling ascii-canvas v3.0.0
22552024-09-06T06:13:54.485Z[ host-package] Compiling universal-hash v0.5.1
22562024-09-06T06:13:54.860Z[ host-package] Compiling secrecy v0.8.0
22572024-09-06T06:13:55.031Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
22582024-09-06T06:13:55.174Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22592024-09-06T06:13:55.213Z[ host-package] Compiling ena v0.14.3
22602024-09-06T06:13:55.703Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
22612024-09-06T06:13:55.782Z[ helios-setup] Sep 06 06:13:55.275 INFO E| info: installing component 'rustfmt'
22622024-09-06T06:13:56.613Z[ helios-setup] Sep 06 06:13:56.106 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22632024-09-06T06:13:56.974Z[ host-package] Compiling libloading v0.8.3
22642024-09-06T06:13:57.332Z[ host-package] Compiling bindgen v0.69.4
22652024-09-06T06:13:57.451Z[ host-package] Compiling diff v0.1.13
22662024-09-06T06:13:57.665Z[ helios-setup] Sep 06 06:13:57.158 INFO E| From https://github.com/oxidecomputer/amd-apcb
22672024-09-06T06:13:57.665Z[ helios-setup] Sep 06 06:13:57.158 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
22682024-09-06T06:13:57.665Z[ helios-setup] Sep 06 06:13:57.158 INFO E| * [new tag] v0.3.3 -> v0.3.3
22692024-09-06T06:13:57.695Z[ helios-setup] Sep 06 06:13:57.187 INFO E| * [new tag] v0.1.3 -> v0.1.3
22702024-09-06T06:13:57.695Z[ helios-setup] Sep 06 06:13:57.187 INFO E| * [new tag] v0.1.4 -> v0.1.4
22712024-09-06T06:13:57.719Z[ helios-setup] Sep 06 06:13:57.187 INFO E| * [new tag] v0.1.5 -> v0.1.5
22722024-09-06T06:13:57.719Z[ helios-setup] Sep 06 06:13:57.188 INFO E| * [new tag] v0.2.0 -> v0.2.0
22732024-09-06T06:13:57.719Z[ helios-setup] Sep 06 06:13:57.188 INFO E| * [new tag] v0.3.0 -> v0.3.0
22742024-09-06T06:13:57.719Z[ helios-setup] Sep 06 06:13:57.188 INFO E| * [new tag] v0.3.1 -> v0.3.1
22752024-09-06T06:13:57.719Z[ helios-setup] Sep 06 06:13:57.188 INFO E| * [new tag] v0.3.2 -> v0.3.2
22762024-09-06T06:13:57.743Z[ helios-setup] Sep 06 06:13:57.222 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22772024-09-06T06:13:57.778Z[ host-package] Compiling opaque-debug v0.3.1
22782024-09-06T06:13:57.905Z[ host-package] Compiling regex-syntax v0.6.29
22792024-09-06T06:13:57.953Z[ host-package] Compiling poly1305 v0.8.0
22802024-09-06T06:13:58.691Z[ helios-setup] Sep 06 06:13:58.183 INFO E| From https://github.com/oxidecomputer/amd-efs
22812024-09-06T06:13:58.691Z[ helios-setup] Sep 06 06:13:58.183 INFO E| * [new branch] empty -> origin/empty
22822024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.183 INFO E| * [new branch] issue-99 -> origin/issue-99
22832024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.183 INFO E| * [new branch] main -> origin/main
22842024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.183 INFO E| * [new branch] review -> origin/review
22852024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new ref] -> origin/HEAD
22862024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.0 -> v0.2.0
22872024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.1 -> v0.2.1
22882024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.2 -> v0.2.2
22892024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.3 -> v0.2.3
22902024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.4 -> v0.2.4
22912024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.5 -> v0.2.5
22922024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.184 INFO E| * [new tag] v0.2.6 -> v0.2.6
22932024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.185 INFO E| * [new tag] v0.2.7 -> v0.2.7
22942024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.185 INFO E| * [new tag] v0.3.0 -> v0.3.0
22952024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.185 INFO E| * [new tag] v0.3.1 -> v0.3.1
22962024-09-06T06:13:58.717Z[ helios-setup] Sep 06 06:13:58.185 INFO E| * [new tag] v0.4.0 -> v0.4.0
22972024-09-06T06:13:58.718Z[ helios-setup] Sep 06 06:13:58.206 INFO E| Updating crates.io index
22982024-09-06T06:13:59.011Z[ helios-setup] Sep 06 06:13:58.504 INFO E| Downloading crates ...
22992024-09-06T06:13:59.136Z[ helios-setup] Sep 06 06:13:58.628 INFO E| Downloaded cfg-if v0.1.10
23002024-09-06T06:13:59.160Z[ helios-setup] Sep 06 06:13:58.631 INFO E| Downloaded log v0.4.22
23012024-09-06T06:13:59.160Z[ helios-setup] Sep 06 06:13:58.635 INFO E| Downloaded bytesize v1.3.0
23022024-09-06T06:13:59.160Z[ helios-setup] Sep 06 06:13:58.636 INFO E| Downloaded ansi_term v0.12.1
23032024-09-06T06:13:59.160Z[ helios-setup] Sep 06 06:13:58.641 INFO E| Downloaded unic-ucd-version v0.9.0
23042024-09-06T06:13:59.160Z[ helios-setup] Sep 06 06:13:58.643 INFO E| Downloaded unic-common v0.9.0
23052024-09-06T06:13:59.160Z[ helios-setup] Sep 06 06:13:58.644 INFO E| Downloaded semver-parser v0.7.0
23062024-09-06T06:13:59.161Z[ helios-setup] Sep 06 06:13:58.645 INFO E| Downloaded strum v0.23.0
23072024-09-06T06:13:59.161Z[ helios-setup] Sep 06 06:13:58.647 INFO E| Downloaded unic-char-property v0.9.0
23082024-09-06T06:13:59.161Z[ helios-setup] Sep 06 06:13:58.649 INFO E| Downloaded strum_macros v0.23.1
23092024-09-06T06:13:59.161Z[ helios-setup] Sep 06 06:13:58.651 INFO E| Downloaded unic-char-range v0.9.0
23102024-09-06T06:13:59.185Z[ helios-setup] Sep 06 06:13:58.654 INFO E| Downloaded vec_map v0.8.2
23112024-09-06T06:13:59.185Z[ helios-setup] Sep 06 06:13:58.655 INFO E| Downloaded proc-macro-crate v0.1.5
23122024-09-06T06:13:59.185Z[ helios-setup] Sep 06 06:13:58.657 INFO E| Downloaded pre-proc-macro v0.2.1
23132024-09-06T06:13:59.185Z[ helios-setup] Sep 06 06:13:58.660 INFO E| Downloaded scroll v0.10.2
23142024-09-06T06:13:59.185Z[ helios-setup] Sep 06 06:13:58.663 INFO E| Downloaded toml v0.5.11
23152024-09-06T06:13:59.185Z[ helios-setup] Sep 06 06:13:58.668 INFO E| Downloaded serde_derive v1.0.204
23162024-09-06T06:13:59.217Z[ helios-setup] Sep 06 06:13:58.710 INFO E| Downloaded syn v2.0.71
23172024-09-06T06:13:59.241Z[ helios-setup] Sep 06 06:13:58.723 INFO E| Downloaded serde_json v1.0.120
23182024-09-06T06:13:59.241Z[ helios-setup] Sep 06 06:13:58.732 INFO E| Downloaded pest v2.7.11
23192024-09-06T06:13:59.265Z[ helios-setup] Sep 06 06:13:58.737 INFO E| Downloaded memchr v2.7.4
23202024-09-06T06:13:59.265Z[ helios-setup] Sep 06 06:13:58.743 INFO E| Downloaded libc v0.2.155
23212024-09-06T06:13:59.290Z[ host-package] Compiling thiserror-no-std v2.0.2
23222024-09-06T06:13:59.290Z[ helios-setup] Sep 06 06:13:58.775 INFO E| Downloaded clap v2.34.0
23232024-09-06T06:13:59.314Z[ helios-setup] Sep 06 06:13:58.783 INFO E| Downloaded serde v1.0.204
23242024-09-06T06:13:59.314Z[ helios-setup] Sep 06 06:13:58.787 INFO E| Downloaded modular-bitfield v0.11.2
23252024-09-06T06:13:59.314Z[ helios-setup] Sep 06 06:13:58.799 INFO E| Downloaded fletcher v0.1.0
23262024-09-06T06:13:59.314Z[ helios-setup] Sep 06 06:13:58.800 INFO E| Downloaded structopt v0.3.26
23272024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.808 INFO E| Downloaded goblin v0.4.3
23282024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.815 INFO E| Downloaded pest_meta v2.7.11
23292024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.817 INFO E| Downloaded pest_derive v2.7.11
23302024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.820 INFO E| Downloaded unic-ucd-ident v0.9.0
23312024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.821 INFO E| Downloaded semver v0.9.0
23322024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.823 INFO E| Downloaded pre v0.2.1
23332024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.824 INFO E| Downloaded textwrap v0.11.0
23342024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.826 INFO E| Downloaded pest_generator v2.7.11
23352024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.828 INFO E| Downloaded num-derive v0.3.3
23362024-09-06T06:13:59.338Z[ helios-setup] Sep 06 06:13:58.830 INFO E| Downloaded modular-bitfield-impl v0.11.2
23372024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.831 INFO E| Downloaded four-cc v0.3.0
23382024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.833 INFO E| Downloaded structopt-derive v0.4.18
23392024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.834 INFO E| Downloaded strsim v0.8.0
23402024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.835 INFO E| Downloaded rustc_version v0.2.3
23412024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.837 INFO E| Downloaded scroll_derive v0.10.5
23422024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.838 INFO E| Downloaded parse_int v0.6.0
23432024-09-06T06:13:59.362Z[ helios-setup] Sep 06 06:13:58.839 INFO E| Downloaded memoffset v0.5.6
23442024-09-06T06:13:59.420Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling proc-macro2 v1.0.86
23452024-09-06T06:13:59.421Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling unicode-ident v1.0.12
23462024-09-06T06:13:59.421Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling syn v1.0.109
23472024-09-06T06:13:59.447Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling version_check v0.9.4
23482024-09-06T06:13:59.447Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling thiserror v1.0.63
23492024-09-06T06:13:59.447Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling semver-parser v0.7.0
23502024-09-06T06:13:59.447Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling autocfg v1.3.0
23512024-09-06T06:13:59.447Z[ helios-setup] Sep 06 06:13:58.913 INFO E| Compiling serde v1.0.204
23522024-09-06T06:14:00.276Z[ helios-setup] Sep 06 06:13:59.768 INFO E| Compiling semver v0.9.0
23532024-09-06T06:14:00.517Z[ helios-setup] Sep 06 06:14:00.009 INFO E| Compiling proc-macro-error-attr v1.0.4
23542024-09-06T06:14:01.070Z[ helios-setup] Sep 06 06:14:00.562 INFO E| Compiling rustc_version v0.2.3
23552024-09-06T06:14:01.306Z[ helios-setup] Sep 06 06:14:00.799 INFO E| Compiling proc-macro-error v1.0.4
23562024-09-06T06:14:01.330Z[ helios-setup] Sep 06 06:14:00.806 INFO E| Compiling serde_json v1.0.120
23572024-09-06T06:14:01.748Z[ helios-setup] Sep 06 06:14:01.240 INFO E| Compiling num-traits v0.2.19
23582024-09-06T06:14:01.799Z[ helios-setup] Sep 06 06:14:01.292 INFO E| Compiling schemars v0.8.21
23592024-09-06T06:14:01.849Z[ helios-setup] Sep 06 06:14:01.341 INFO E| Compiling unicode-segmentation v1.11.0
23602024-09-06T06:14:01.923Z[ helios-setup] Sep 06 06:14:01.416 INFO E| Compiling itoa v1.0.11
23612024-09-06T06:14:02.211Z[ helios-setup] Sep 06 06:14:01.703 INFO E| Compiling ryu v1.0.18
23622024-09-06T06:14:02.415Z[ helios-setup] Sep 06 06:14:01.907 INFO E| Compiling pre-proc-macro v0.2.1
23632024-09-06T06:14:02.582Z[ helios-setup] Sep 06 06:14:02.074 INFO E| Compiling memoffset v0.5.6
23642024-09-06T06:14:02.677Z[ helios-setup] Sep 06 06:14:02.170 INFO E| Compiling libc v0.2.155
23652024-09-06T06:14:02.943Z[ helios-setup] Sep 06 06:14:02.436 INFO E| Compiling ucd-trie v0.1.6
23662024-09-06T06:14:03.147Z[ helios-setup] Sep 06 06:14:02.640 INFO E| Compiling heck v0.3.3
23672024-09-06T06:14:03.190Z[ helios-setup] Sep 06 06:14:02.682 INFO E| Compiling paste v1.0.15
23682024-09-06T06:14:03.283Z[ helios-setup] Sep 06 06:14:02.775 INFO E| Compiling quote v1.0.36
23692024-09-06T06:14:03.448Z[ helios-setup] Sep 06 06:14:02.940 INFO E| Compiling dyn-clone v1.0.17
23702024-09-06T06:14:03.741Z[ helios-setup] Sep 06 06:14:03.233 INFO E| Compiling lazy_static v1.5.0
23712024-09-06T06:14:03.964Z[ helios-setup] Sep 06 06:14:03.455 INFO E| Compiling syn v2.0.71
23722024-09-06T06:14:04.121Z[ helios-setup] Sep 06 06:14:03.614 INFO E| Compiling memchr v2.7.4
23732024-09-06T06:14:04.191Z[ helios-setup] Sep 06 06:14:03.684 INFO E| Compiling rustversion v1.0.17
23742024-09-06T06:14:04.808Z[ helios-setup] Sep 06 06:14:04.301 INFO E| Compiling pre v0.2.1
23752024-09-06T06:14:04.936Z[ host-package] Compiling lalrpop v0.19.12
23762024-09-06T06:14:05.481Z[ helios-setup] Sep 06 06:14:04.973 INFO E| Compiling once_cell v1.19.0
23772024-09-06T06:14:05.711Z[ helios-setup] Sep 06 06:14:05.203 INFO E| Compiling cfg-if v0.1.10
23782024-09-06T06:14:05.800Z[ helios-setup] Sep 06 06:14:05.293 INFO E| Compiling byteorder v1.5.0
23792024-09-06T06:14:05.824Z[ host-package] Compiling diesel v2.2.3
23802024-09-06T06:14:05.969Z[ helios-setup] Sep 06 06:14:05.462 INFO E| Compiling static_assertions v1.1.0
23812024-09-06T06:14:07.484Z[ helios-setup] Sep 06 06:14:06.976 INFO E| Compiling unicode-width v0.1.13
23822024-09-06T06:14:07.642Z[ helios-setup] Sep 06 06:14:07.135 INFO E| Compiling atty v0.2.14
23832024-09-06T06:14:07.953Z[ helios-setup] Sep 06 06:14:07.446 INFO E| Compiling textwrap v0.11.0
23842024-09-06T06:14:08.139Z[ helios-setup] Sep 06 06:14:07.632 INFO E| Compiling ansi_term v0.12.1
23852024-09-06T06:14:08.659Z[ helios-setup] Sep 06 06:14:08.151 INFO E| Compiling parse_int v0.6.0
23862024-09-06T06:14:08.812Z[ helios-setup] Sep 06 06:14:08.305 INFO E| Compiling unic-char-range v0.9.0
23872024-09-06T06:14:08.837Z[ helios-setup] Sep 06 06:14:08.329 INFO E| Compiling vec_map v0.8.2
23882024-09-06T06:14:09.142Z[ helios-setup] Sep 06 06:14:08.635 INFO E| Compiling fletcher v0.1.0
23892024-09-06T06:14:09.240Z[ helios-setup] Sep 06 06:14:08.732 INFO E| Compiling strum v0.23.0
23902024-09-06T06:14:09.348Z[ helios-setup] Sep 06 06:14:08.840 INFO E| Compiling bitflags v1.3.2
23912024-09-06T06:14:09.465Z[ helios-setup] Sep 06 06:14:08.957 INFO E| Compiling unic-common v0.9.0
23922024-09-06T06:14:09.597Z[ helios-setup] Sep 06 06:14:09.089 INFO E| Compiling strsim v0.8.0
23932024-09-06T06:14:09.695Z[ helios-setup] Sep 06 06:14:09.187 INFO E| Compiling unic-ucd-version v0.9.0
23942024-09-06T06:14:09.719Z[ helios-setup] Sep 06 06:14:09.199 INFO E| Compiling unic-char-property v0.9.0
23952024-09-06T06:14:09.719Z[ helios-setup] Sep 06 06:14:09.200 INFO E| Compiling log v0.4.22
23962024-09-06T06:14:09.820Z[ helios-setup] Sep 06 06:14:09.312 INFO E| Compiling plain v0.2.3
23972024-09-06T06:14:09.983Z[ helios-setup] Sep 06 06:14:09.476 INFO E| Compiling clap v2.34.0
23982024-09-06T06:14:10.008Z[ helios-setup] Sep 06 06:14:09.494 INFO E| Compiling unic-ucd-ident v0.9.0
23992024-09-06T06:14:10.190Z[ helios-setup] Sep 06 06:14:09.682 INFO E| Compiling bytesize v1.3.0
24002024-09-06T06:14:11.288Z[ helios-setup] Sep 06 06:14:10.780 INFO E| Compiling serde_derive_internals v0.29.1
24012024-09-06T06:14:12.208Z[ helios-setup] Sep 06 06:14:11.700 INFO E| Compiling toml v0.5.11
24022024-09-06T06:14:15.172Z[ helios-setup] Sep 06 06:14:14.664 INFO E| Compiling proc-macro-crate v0.1.5
24032024-09-06T06:14:16.942Z[ helios-setup] Sep 06 06:14:16.434 INFO E| Compiling thiserror-impl v1.0.63
24042024-09-06T06:14:16.942Z[ helios-setup] Sep 06 06:14:16.434 INFO E| Compiling serde_derive v1.0.204
24052024-09-06T06:14:17.014Z[ helios-setup] Sep 06 06:14:16.506 INFO E| Compiling schemars_derive v0.8.21
24062024-09-06T06:14:17.174Z[ helios-setup] Sep 06 06:14:16.666 INFO E| Compiling zerocopy-derive v0.6.6
24072024-09-06T06:14:18.002Z[ host-package] Compiling slog-stdlog v4.1.1
24082024-09-06T06:14:19.319Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24092024-09-06T06:14:20.241Z[ helios-setup] Sep 06 06:14:19.734 INFO E| Compiling zerocopy v0.6.6
24102024-09-06T06:14:21.202Z[ helios-setup] Sep 06 06:14:20.694 INFO E| Compiling pest v2.7.11
24112024-09-06T06:14:21.515Z[ host-package] Compiling which v4.4.2
24122024-09-06T06:14:22.201Z[ helios-setup] Sep 06 06:14:21.694 INFO E| Compiling modular-bitfield-impl v0.11.2
24132024-09-06T06:14:22.201Z[ helios-setup] Sep 06 06:14:21.694 INFO E| Compiling num-derive v0.3.3
24142024-09-06T06:14:22.225Z[ helios-setup] Sep 06 06:14:21.694 INFO E| Compiling strum_macros v0.23.1
24152024-09-06T06:14:22.225Z[ helios-setup] Sep 06 06:14:21.694 INFO E| Compiling scroll_derive v0.10.5
24162024-09-06T06:14:22.389Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24172024-09-06T06:14:23.289Z[ host-package] Compiling chacha20 v0.9.1
24182024-09-06T06:14:24.367Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24192024-09-06T06:14:24.588Z[ host-package] Compiling cexpr v0.6.0
24202024-09-06T06:14:25.046Z[ helios-setup] Sep 06 06:14:24.539 INFO E| Compiling scroll v0.10.2
24212024-09-06T06:14:25.193Z[ host-package] Compiling aead v0.5.2
24222024-09-06T06:14:25.900Z[ helios-setup] Sep 06 06:14:25.393 INFO E| Compiling pest_meta v2.7.11
24232024-09-06T06:14:26.129Z[ helios-setup] Sep 06 06:14:25.622 INFO E| Compiling structopt-derive v0.4.18
24242024-09-06T06:14:26.181Z[ host-package] Compiling libsw v3.3.1
24252024-09-06T06:14:26.280Z[ helios-setup] Sep 06 06:14:25.773 INFO E| Compiling goblin v0.4.3
24262024-09-06T06:14:26.835Z[ helios-setup] Sep 06 06:14:26.328 INFO E| Compiling modular-bitfield v0.11.2
24272024-09-06T06:14:27.211Z[ host-package] Compiling shlex v1.3.0
24282024-09-06T06:14:27.523Z[ host-package] Compiling ref-cast v1.0.23
24292024-09-06T06:14:28.218Z[ host-package] Compiling linear-map v1.2.0
24302024-09-06T06:14:28.307Z[ helios-setup] Sep 06 06:14:27.799 INFO E| Compiling pest_generator v2.7.11
24312024-09-06T06:14:28.632Z[ host-package] Compiling owo-colors v4.0.0
24322024-09-06T06:14:29.157Z[ host-package] Compiling lazycell v1.3.0
24332024-09-06T06:14:29.790Z[ host-package] Compiling rustc-hash v1.1.0
24342024-09-06T06:14:31.015Z[ helios-setup] Sep 06 06:14:30.507 INFO E| Compiling structopt v0.3.26
24352024-09-06T06:14:31.663Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24362024-09-06T06:14:32.247Z[ helios-setup] Sep 06 06:14:31.739 INFO E| Compiling pest_derive v2.7.11
24372024-09-06T06:14:32.702Z[ host-package] Compiling chacha20poly1305 v0.10.1
24382024-09-06T06:14:33.117Z[ host-package] Compiling slog-envlogger v2.2.0
24392024-09-06T06:14:33.922Z[ host-package] Compiling vsss-rs v3.3.4
24402024-09-06T06:14:35.584Z[ helios-setup] Sep 06 06:14:35.077 INFO E| Compiling json5 v0.4.1
24412024-09-06T06:14:35.797Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24422024-09-06T06:14:36.244Z[ host-package] Compiling derive_builder_core v0.20.0
24432024-09-06T06:14:38.795Z[ host-package] Compiling headers-core v0.2.0
24442024-09-06T06:14:38.988Z[ host-package] Compiling fxhash v0.2.1
24452024-09-06T06:14:39.230Z[ host-package] Compiling libxml v0.3.3
24462024-09-06T06:14:39.312Z[ host-package] Compiling ref-cast-impl v1.0.23
24472024-09-06T06:14:40.231Z[ helios-setup] Sep 06 06:14:39.722 INFO E| Compiling four-cc v0.3.0
24482024-09-06T06:14:40.231Z[ helios-setup] Sep 06 06:14:39.722 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
24492024-09-06T06:14:40.435Z[ host-package] Compiling derive_builder_macro v0.20.0
24502024-09-06T06:14:40.565Z[ helios-setup] Sep 06 06:14:40.058 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
24512024-09-06T06:14:40.877Z[ host-package] Compiling headers v0.3.9
24522024-09-06T06:14:41.616Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24532024-09-06T06:14:41.661Z[ host-package] Compiling polar-core v0.27.3
24542024-09-06T06:14:45.082Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24552024-09-06T06:14:45.213Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24562024-09-06T06:14:45.512Z[ host-package] Compiling strum_macros v0.24.3
24572024-09-06T06:14:46.184Z[ host-package] Compiling samael v0.0.15
24582024-09-06T06:14:47.994Z[ host-package] Compiling kstat-rs v0.2.4
24592024-09-06T06:14:48.922Z[ host-package] Compiling dropshot v0.10.1
24602024-09-06T06:14:48.983Z[ host-package] Compiling unicase v2.7.0
24612024-09-06T06:14:49.278Z[ host-package] Compiling indoc v1.0.9
24622024-09-06T06:14:49.473Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24632024-09-06T06:14:50.330Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24642024-09-06T06:14:54.254Z[ host-package] Compiling derive_builder v0.20.0
24652024-09-06T06:14:54.677Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24662024-09-06T06:14:55.315Z[ host-package] Compiling tungstenite v0.23.0
24672024-09-06T06:14:56.135Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24682024-09-06T06:14:56.468Z[ host-package] Compiling crossterm v0.28.1
24692024-09-06T06:15:00.440Z[ host-package] Compiling oso-derive v0.27.3
24702024-09-06T06:15:01.389Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24712024-09-06T06:15:03.714Z[ host-package] Compiling dropshot_endpoint v0.10.1
24722024-09-06T06:15:03.993Z[ host-package] Compiling libz-sys v1.1.16
24732024-09-06T06:15:04.836Z[ host-package] Compiling quick-xml v0.31.0
24742024-09-06T06:15:05.821Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24752024-09-06T06:15:06.219Z[ host-package] Compiling cfg_aliases v0.1.1
24762024-09-06T06:15:06.364Z[ host-package] Compiling parking_lot_core v0.8.6
24772024-09-06T06:15:07.042Z[ host-package] Compiling nix v0.28.0
24782024-09-06T06:15:08.094Z[ host-package] Compiling oso v0.27.3
24792024-09-06T06:15:08.255Z[ host-package] Compiling tokio-tungstenite v0.23.1
24802024-09-06T06:15:08.785Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24812024-09-06T06:15:13.642Z[ helios-setup] Sep 06 06:15:13.135 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24822024-09-06T06:15:13.770Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24832024-09-06T06:15:15.540Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24842024-09-06T06:15:15.895Z[ host-package] Compiling bb8 v0.8.5
24852024-09-06T06:15:16.565Z[ host-package] Compiling const_format_proc_macros v0.2.32
24862024-09-06T06:15:18.315Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24872024-09-06T06:15:19.067Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24882024-09-06T06:15:19.442Z[ host-package] Compiling vte v0.11.1
24892024-09-06T06:15:20.910Z[ host-package] Compiling const_format v0.2.32
24902024-09-06T06:15:22.149Z[ host-package] Compiling async-bb8-diesel v0.2.1
24912024-09-06T06:15:23.295Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
24922024-09-06T06:15:26.518Z[ helios-setup] Sep 06 06:15:26.011 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24932024-09-06T06:15:26.609Z[ host-package] Compiling fd-lock v4.0.2
24942024-09-06T06:15:26.965Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24952024-09-06T06:15:27.790Z[ host-package] Compiling bytecount v0.6.8
24962024-09-06T06:15:28.129Z[ host-package] Compiling papergrid v0.11.0
24972024-09-06T06:15:39.096Z[ host-package] Compiling parking_lot v0.11.2
24982024-09-06T06:15:46.752Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24992024-09-06T06:15:48.124Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25002024-09-06T06:15:48.303Z[ host-package] Compiling tabled_derive v0.7.0
25012024-09-06T06:15:50.724Z[ host-package] Compiling crossterm v0.27.0
25022024-09-06T06:15:50.829Z[ host-package] Compiling peg-macros v0.8.4
25032024-09-06T06:15:53.245Z[ host-package] Compiling sqlparser_derive v0.2.2
25042024-09-06T06:15:54.165Z[ host-package] Compiling nu-ansi-term v0.50.0
25052024-09-06T06:15:55.033Z[ host-package] Compiling unicode_categories v0.1.1
25062024-09-06T06:15:55.293Z[ host-package] Compiling rustyline v14.0.0
25072024-09-06T06:15:55.456Z[ host-package] Compiling sqlformat v0.2.4
25082024-09-06T06:15:55.647Z[ host-package] Compiling reedline v0.33.0
25092024-09-06T06:15:57.351Z[ host-package] Compiling sqlparser v0.45.0
25102024-09-06T06:15:57.988Z[ host-package] Compiling peg v0.8.4
25112024-09-06T06:15:58.135Z[ host-package] Compiling tabled v0.15.0
25122024-09-06T06:16:02.299Z[ helios-setup] Sep 06 06:16:01.792 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 05s
25132024-09-06T06:16:02.329Z[ helios-setup] Sep 06 06:16:01.822 INFO building project "amd-host-image-builder" ok (152 seconds)
25142024-09-06T06:16:02.329Z[ helios-setup] Sep 06 06:16:01.822 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25152024-09-06T06:16:02.353Z[ helios-setup] Sep 06 06:16:01.822 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25162024-09-06T06:16:02.762Z[ helios-setup] Sep 06 06:16:02.255 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25172024-09-06T06:16:03.362Z[ helios-setup] Sep 06 06:16:02.854 INFO E| From https://github.com/jclulow/hiercmd
25182024-09-06T06:16:03.362Z[ helios-setup] Sep 06 06:16:02.854 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25192024-09-06T06:16:03.385Z[ helios-setup] Sep 06 06:16:02.875 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25202024-09-06T06:16:04.036Z[ helios-setup] Sep 06 06:16:03.529 INFO E| From https://github.com/jclulow/network-interface
25212024-09-06T06:16:04.036Z[ helios-setup] Sep 06 06:16:03.529 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25222024-09-06T06:16:04.060Z[ helios-setup] Sep 06 06:16:03.549 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25232024-09-06T06:16:04.576Z[ helios-setup] Sep 06 06:16:04.069 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25242024-09-06T06:16:04.576Z[ helios-setup] Sep 06 06:16:04.069 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25252024-09-06T06:16:04.613Z[ helios-setup] Sep 06 06:16:04.105 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25262024-09-06T06:16:05.030Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25272024-09-06T06:16:05.492Z[ helios-setup] Sep 06 06:16:04.984 INFO E| From https://github.com/oxidecomputer/facade
25282024-09-06T06:16:05.515Z[ helios-setup] Sep 06 06:16:04.985 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25292024-09-06T06:16:05.564Z[ helios-setup] Sep 06 06:16:05.057 INFO E| Updating crates.io index
25302024-09-06T06:16:05.589Z[ host-package] Compiling sled v0.34.7
25312024-09-06T06:16:06.015Z[ host-package] Compiling mime_guess v2.0.4
25322024-09-06T06:16:06.261Z[ helios-setup] Sep 06 06:16:05.754 INFO E| Downloading crates ...
25332024-09-06T06:16:06.361Z[ helios-setup] Sep 06 06:16:05.854 INFO E| Downloaded ahash v0.7.6
25342024-09-06T06:16:06.405Z[ helios-setup] Sep 06 06:16:05.898 INFO E| Downloaded project-root v0.2.2
25352024-09-06T06:16:06.430Z[ helios-setup] Sep 06 06:16:05.923 INFO E| Downloaded terminal_size v0.2.6
25362024-09-06T06:16:06.455Z[ helios-setup] Sep 06 06:16:05.935 INFO E| Downloaded want v0.3.0
25372024-09-06T06:16:06.455Z[ helios-setup] Sep 06 06:16:05.945 INFO E| Downloaded semver-parser v0.10.2
25382024-09-06T06:16:06.480Z[ helios-setup] Sep 06 06:16:05.953 INFO E| Downloaded walkdir v2.3.3
25392024-09-06T06:16:06.480Z[ helios-setup] Sep 06 06:16:05.960 INFO E| Downloaded semver v1.0.17
25402024-09-06T06:16:06.481Z[ helios-setup] Sep 06 06:16:05.969 INFO E| Downloaded winnow v0.4.1
25412024-09-06T06:16:06.504Z[ helios-setup] Sep 06 06:16:05.984 INFO E| Downloaded url v2.3.1
25422024-09-06T06:16:06.504Z[ helios-setup] Sep 06 06:16:05.993 INFO E| Downloaded libc v0.2.139
25432024-09-06T06:16:06.548Z[ helios-setup] Sep 06 06:16:06.041 INFO E| Downloaded unsafe-libyaml v0.2.8
25442024-09-06T06:16:06.572Z[ helios-setup] Sep 06 06:16:06.047 INFO E| Downloaded tokio v1.27.0
25452024-09-06T06:16:06.596Z[ helios-setup] Sep 06 06:16:06.089 INFO E| Downloaded encoding_rs v0.8.32
25462024-09-06T06:16:06.625Z[ helios-setup] Sep 06 06:16:06.118 INFO E| Downloaded unicode-normalization v0.1.22
25472024-09-06T06:16:06.648Z[ helios-setup] Sep 06 06:16:06.122 INFO E| Downloaded unicode-linebreak v0.1.4
25482024-09-06T06:16:06.648Z[ helios-setup] Sep 06 06:16:06.125 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25492024-09-06T06:16:06.713Z[ helios-setup] Sep 06 06:16:06.206 INFO E| Downloaded tracing v0.1.37
25502024-09-06T06:16:06.737Z[ helios-setup] Sep 06 06:16:06.211 INFO E| Downloaded toolchain_find v0.2.0
25512024-09-06T06:16:06.737Z[ helios-setup] Sep 06 06:16:06.212 INFO E| Downloaded toml_edit v0.19.8
25522024-09-06T06:16:06.760Z[ helios-setup] Sep 06 06:16:06.233 INFO E| Downloaded libz-sys v1.1.8
25532024-09-06T06:16:06.815Z[ helios-setup] Sep 06 06:16:06.307 INFO E| Downloaded tokio-util v0.7.7
25542024-09-06T06:16:06.838Z[ helios-setup] Sep 06 06:16:06.316 INFO E| Downloaded syn v2.0.72
25552024-09-06T06:16:06.862Z[ helios-setup] Sep 06 06:16:06.332 INFO E| Downloaded syn v1.0.107
25562024-09-06T06:16:06.862Z[ helios-setup] Sep 06 06:16:06.346 INFO E| Downloaded rhai v1.14.0
25572024-09-06T06:16:06.885Z[ helios-setup] Sep 06 06:16:06.362 INFO E| Downloaded uuid v1.3.0
25582024-09-06T06:16:06.885Z[ helios-setup] Sep 06 06:16:06.367 INFO E| Downloaded unicode-ident v1.0.8
25592024-09-06T06:16:06.885Z[ helios-setup] Sep 06 06:16:06.371 INFO E| Downloaded unicode-bidi v0.3.13
25602024-09-06T06:16:06.885Z[ helios-setup] Sep 06 06:16:06.374 INFO E| Downloaded ucd-trie v0.1.5
25612024-09-06T06:16:06.885Z[ helios-setup] Sep 06 06:16:06.376 INFO E| Downloaded typenum v1.16.0
25622024-09-06T06:16:06.908Z[ helios-setup] Sep 06 06:16:06.379 INFO E| Downloaded tungstenite v0.18.0
25632024-09-06T06:16:06.909Z[ helios-setup] Sep 06 06:16:06.383 INFO E| Downloaded tracing-core v0.1.30
25642024-09-06T06:16:06.909Z[ helios-setup] Sep 06 06:16:06.386 INFO E| Downloaded toml v0.7.3
25652024-09-06T06:16:06.909Z[ helios-setup] Sep 06 06:16:06.390 INFO E| Downloaded textwrap v0.16.0
25662024-09-06T06:16:06.909Z[ helios-setup] Sep 06 06:16:06.393 INFO E| Downloaded slog-bunyan v2.4.0
25672024-09-06T06:16:06.909Z[ helios-setup] Sep 06 06:16:06.395 INFO E| Downloaded rustix v0.37.3
25682024-09-06T06:16:06.932Z[ helios-setup] Sep 06 06:16:06.425 INFO E| Downloaded regress v0.5.0
25692024-09-06T06:16:06.955Z[ helios-setup] Sep 06 06:16:06.434 INFO E| Downloaded regex v1.7.3
25702024-09-06T06:16:06.955Z[ helios-setup] Sep 06 06:16:06.445 INFO E| Downloaded openapiv3 v1.0.2
25712024-09-06T06:16:06.979Z[ helios-setup] Sep 06 06:16:06.461 INFO E| Downloaded tokio-tungstenite v0.18.0
25722024-09-06T06:16:06.979Z[ helios-setup] Sep 06 06:16:06.464 INFO E| Downloaded tokio-rustls v0.24.0
25732024-09-06T06:16:06.979Z[ helios-setup] Sep 06 06:16:06.467 INFO E| Downloaded tempfile v3.5.0
25742024-09-06T06:16:07.002Z[ helios-setup] Sep 06 06:16:06.475 INFO E| Downloaded serde_json v1.0.95
25752024-09-06T06:16:07.002Z[ helios-setup] Sep 06 06:16:06.480 INFO E| Downloaded rustls v0.21.0
25762024-09-06T06:16:07.050Z[ helios-setup] Sep 06 06:16:06.496 INFO E| Downloaded hyper v0.14.25
25772024-09-06T06:16:07.050Z[ helios-setup] Sep 06 06:16:06.507 INFO E| Downloaded futures-util v0.3.28
25782024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.526 INFO E| Downloaded digest v0.10.6
25792024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.528 INFO E| Downloaded semver v0.11.0
25802024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.530 INFO E| Downloaded sct v0.7.0
25812024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.535 INFO E| Downloaded toml_datetime v0.6.1
25822024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.536 INFO E| Downloaded tokio-macros v2.0.0
25832024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.537 INFO E| Downloaded time v0.1.45
25842024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.539 INFO E| Downloaded thiserror-impl v1.0.38
25852024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.541 INFO E| Downloaded thiserror v1.0.38
25862024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.547 INFO E| Downloaded signal-hook-registry v1.4.0
25872024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.548 INFO E| Downloaded sha2 v0.10.6
25882024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.551 INFO E| Downloaded serde_yaml v0.9.21
25892024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.555 INFO E| Downloaded serde_derive_internals v0.26.0
25902024-09-06T06:16:07.074Z[ helios-setup] Sep 06 06:16:06.557 INFO E| Downloaded reqwest v0.11.16
25912024-09-06T06:16:07.098Z[ helios-setup] Sep 06 06:16:06.583 INFO E| Downloaded rayon v1.6.1
25922024-09-06T06:16:07.121Z[ helios-setup] Sep 06 06:16:06.598 INFO E| Downloaded h2 v0.3.16
25932024-09-06T06:16:07.121Z[ helios-setup] Sep 06 06:16:06.608 INFO E| Downloaded git2 v0.16.1
25942024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.619 INFO E| Downloaded const-random v0.1.15
25952024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.621 INFO E| Downloaded try-lock v0.2.4
25962024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.622 INFO E| Downloaded strsim v0.10.0
25972024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.623 INFO E| Downloaded socket2 v0.4.9
25982024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.626 INFO E| Downloaded smawk v0.3.1
25992024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.628 INFO E| Downloaded smartstring v1.0.1
26002024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.631 INFO E| Downloaded smallvec v1.10.0
26012024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.634 INFO E| Downloaded slog-async v2.7.0
26022024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.635 INFO E| Downloaded slab v0.4.7
26032024-09-06T06:16:07.145Z[ helios-setup] Sep 06 06:16:06.637 INFO E| Downloaded sha1 v0.10.5
26042024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.639 INFO E| Downloaded serde_tokenstream v0.2.0
26052024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.643 INFO E| Downloaded serde_spanned v0.6.1
26062024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.645 INFO E| Downloaded serde_path_to_error v0.1.11
26072024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.647 INFO E| Downloaded proc-macro-crate v1.2.1
26082024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.648 INFO E| Downloaded pkg-config v0.3.26
26092024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.650 INFO E| Downloaded pin-project-lite v0.2.9
26102024-09-06T06:16:07.169Z[ helios-setup] Sep 06 06:16:06.656 INFO E| Downloaded pest v2.5.7
26112024-09-06T06:16:07.192Z[ helios-setup] Sep 06 06:16:06.663 INFO E| Downloaded parking_lot_core v0.9.6
26122024-09-06T06:16:07.192Z[ helios-setup] Sep 06 06:16:06.665 INFO E| Downloaded parking_lot v0.12.1
26132024-09-06T06:16:07.192Z[ helios-setup] Sep 06 06:16:06.669 INFO E| Downloaded num-integer v0.1.45
26142024-09-06T06:16:07.192Z[ helios-setup] Sep 06 06:16:06.672 INFO E| Downloaded mio v0.8.5
26152024-09-06T06:16:07.193Z[ helios-setup] Sep 06 06:16:06.680 INFO E| Downloaded log v0.4.17
26162024-09-06T06:16:07.193Z[ helios-setup] Sep 06 06:16:06.681 INFO E| Downloaded iana-time-zone v0.1.56
26172024-09-06T06:16:07.193Z[ helios-setup] Sep 06 06:16:06.684 INFO E| Downloaded clap_builder v4.2.1
26182024-09-06T06:16:07.216Z[ helios-setup] Sep 06 06:16:06.693 INFO E| Downloaded chrono v0.4.24
26192024-09-06T06:16:07.217Z[ helios-setup] Sep 06 06:16:06.703 INFO E| Downloaded scopeguard v1.1.0
26202024-09-06T06:16:07.217Z[ helios-setup] Sep 06 06:16:06.704 INFO E| Downloaded schemars_derive v0.8.12
26212024-09-06T06:16:07.217Z[ helios-setup] Sep 06 06:16:06.707 INFO E| Downloaded schemars v0.8.12
26222024-09-06T06:16:07.240Z[ helios-setup] Sep 06 06:16:06.722 INFO E| Downloaded ryu v1.0.13
26232024-09-06T06:16:07.240Z[ helios-setup] Sep 06 06:16:06.726 INFO E| Downloaded rustls-webpki v0.100.1
26242024-09-06T06:16:07.240Z[ helios-setup] Sep 06 06:16:06.733 INFO E| Downloaded rustls-pemfile v1.0.2
26252024-09-06T06:16:07.263Z[ helios-setup] Sep 06 06:16:06.735 INFO E| Downloaded rustfmt-wrapper v0.2.0
26262024-09-06T06:16:07.263Z[ helios-setup] Sep 06 06:16:06.737 INFO E| Downloaded rhai_codegen v1.5.0
26272024-09-06T06:16:07.263Z[ host-package] Compiling hickory-client v0.24.1
26282024-09-06T06:16:07.264Z[ helios-setup] Sep 06 06:16:06.749 INFO E| Downloaded rayon-core v1.10.2
26292024-09-06T06:16:07.264Z[ helios-setup] Sep 06 06:16:06.754 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26302024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.757 INFO E| Downloaded percent-encoding v2.2.0
26312024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.758 INFO E| Downloaded paste v1.0.12
26322024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.762 INFO E| Downloaded once_cell v1.17.0
26332024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.765 INFO E| Downloaded num_enum_derive v0.5.7
26342024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.766 INFO E| Downloaded num_enum v0.5.7
26352024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.771 INFO E| Downloaded num_cpus v1.15.0
26362024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.775 INFO E| Downloaded num-traits v0.2.15
26372024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.778 INFO E| Downloaded memoffset v0.7.1
26382024-09-06T06:16:07.287Z[ helios-setup] Sep 06 06:16:06.780 INFO E| Downloaded memchr v2.5.0
26392024-09-06T06:16:07.311Z[ helios-setup] Sep 06 06:16:06.785 INFO E| Downloaded lock_api v0.4.9
26402024-09-06T06:16:07.311Z[ helios-setup] Sep 06 06:16:06.792 INFO E| Downloaded lazy_static v1.4.0
26412024-09-06T06:16:07.352Z[ helios-setup] Sep 06 06:16:06.845 INFO E| Downloaded jobserver v0.1.26
26422024-09-06T06:16:07.376Z[ host-package] Compiling env_logger v0.9.3
26432024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.848 INFO E| Downloaded itoa v1.0.6
26442024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.850 INFO E| Downloaded is-terminal v0.4.7
26452024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.851 INFO E| Downloaded ipnet v2.7.2
26462024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.853 INFO E| Downloaded io-lifetimes v1.0.10
26472024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.856 INFO E| Downloaded httpdate v1.0.2
26482024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.858 INFO E| Downloaded http-body v0.4.5
26492024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.859 INFO E| Downloaded http v0.2.9
26502024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.864 INFO E| Downloaded home v0.5.4
26512024-09-06T06:16:07.376Z[ helios-setup] Sep 06 06:16:06.865 INFO E| Downloaded getrandom v0.2.8
26522024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.869 INFO E| Downloaded futures-sink v0.3.28
26532024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.870 INFO E| Downloaded futures-core v0.3.28
26542024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.871 INFO E| Downloaded futures-channel v0.3.28
26552024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.874 INFO E| Downloaded futures v0.3.28
26562024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.880 INFO E| Downloaded errno v0.3.1
26572024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.882 INFO E| Downloaded crossbeam-utils v0.8.14
26582024-09-06T06:16:07.400Z[ helios-setup] Sep 06 06:16:06.886 INFO E| Downloaded crossbeam-epoch v0.9.13
26592024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.899 INFO E| Downloaded crossbeam-deque v0.8.2
26602024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.901 INFO E| Downloaded crossbeam-channel v0.5.6
26612024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.907 INFO E| Downloaded const-random-macro v0.1.15
26622024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.908 INFO E| Downloaded concolor-query v0.3.3
26632024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.909 INFO E| Downloaded concolor-override v1.0.0
26642024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.910 INFO E| Downloaded clap_lex v0.4.1
26652024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.912 INFO E| Downloaded clap_derive v4.2.0
26662024-09-06T06:16:07.423Z[ helios-setup] Sep 06 06:16:06.915 INFO E| Downloaded cc v1.0.78
26672024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.918 INFO E| Downloaded camino v1.1.4
26682024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.920 INFO E| Downloaded bytes v1.4.0
26692024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.925 INFO E| Downloaded base64 v0.21.0
26702024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.930 INFO E| Downloaded anstyle v0.3.5
26712024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.932 INFO E| Downloaded anstream v0.2.6
26722024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.934 INFO E| Downloaded aho-corasick v0.7.20
26732024-09-06T06:16:07.447Z[ helios-setup] Sep 06 06:16:06.939 INFO E| Downloaded ahash v0.8.3
26742024-09-06T06:16:07.470Z[ helios-setup] Sep 06 06:16:06.942 INFO E| Downloaded futures-task v0.3.28
26752024-09-06T06:16:07.470Z[ helios-setup] Sep 06 06:16:06.943 INFO E| Downloaded futures-macro v0.3.28
26762024-09-06T06:16:07.470Z[ helios-setup] Sep 06 06:16:06.945 INFO E| Downloaded futures-io v0.3.28
26772024-09-06T06:16:07.471Z[ helios-setup] Sep 06 06:16:06.946 INFO E| Downloaded futures-executor v0.3.28
26782024-09-06T06:16:07.471Z[ helios-setup] Sep 06 06:16:06.947 INFO E| Downloaded form_urlencoded v1.1.0
26792024-09-06T06:16:07.471Z[ helios-setup] Sep 06 06:16:06.948 INFO E| Downloaded fastrand v1.9.0
26802024-09-06T06:16:07.471Z[ helios-setup] Sep 06 06:16:06.950 INFO E| Downloaded either v1.8.0
26812024-09-06T06:16:07.471Z[ helios-setup] Sep 06 06:16:06.951 INFO E| Downloaded dyn-clone v1.0.11
26822024-09-06T06:16:07.471Z[ helios-setup] Sep 06 06:16:06.953 INFO E| Downloaded clap v4.2.1
26832024-09-06T06:16:07.495Z[ helios-setup] Sep 06 06:16:06.964 INFO E| Downloaded cargo-lock v8.0.3
26842024-09-06T06:16:07.496Z[ helios-setup] Sep 06 06:16:06.967 INFO E| Downloaded byteorder v1.4.3
26852024-09-06T06:16:07.496Z[ helios-setup] Sep 06 06:16:06.970 INFO E| Downloaded built v0.6.0
26862024-09-06T06:16:07.496Z[ helios-setup] Sep 06 06:16:06.971 INFO E| Downloaded bincode v1.3.3
26872024-09-06T06:16:07.496Z[ helios-setup] Sep 06 06:16:06.974 INFO E| Downloaded autocfg v1.1.0
26882024-09-06T06:16:07.496Z[ helios-setup] Sep 06 06:16:06.976 INFO E| Downloaded async-trait v0.1.68
26892024-09-06T06:16:07.496Z[ helios-setup] Sep 06 06:16:06.980 INFO E| Downloaded anyhow v1.0.68
26902024-09-06T06:16:07.497Z[ helios-setup] Sep 06 06:16:06.984 INFO E| Downloaded anstyle-parse v0.1.1
26912024-09-06T06:16:07.658Z[ helios-setup] Sep 06 06:16:07.150 INFO E| Compiling proc-macro2 v1.0.86
26922024-09-06T06:16:07.659Z[ helios-setup] Sep 06 06:16:07.150 INFO E| Compiling libc v0.2.139
26932024-09-06T06:16:07.683Z[ helios-setup] Sep 06 06:16:07.150 INFO E| Compiling unicode-ident v1.0.8
26942024-09-06T06:16:07.683Z[ helios-setup] Sep 06 06:16:07.150 INFO E| Compiling autocfg v1.1.0
26952024-09-06T06:16:07.683Z[ helios-setup] Sep 06 06:16:07.150 INFO E| Compiling cfg-if v1.0.0
26962024-09-06T06:16:07.683Z[ helios-setup] Sep 06 06:16:07.150 INFO E| Compiling version_check v0.9.4
26972024-09-06T06:16:07.683Z[ helios-setup] Sep 06 06:16:07.151 INFO E| Compiling serde v1.0.204
26982024-09-06T06:16:07.683Z[ helios-setup] Sep 06 06:16:07.151 INFO E| Compiling syn v1.0.107
26992024-09-06T06:16:08.423Z[ helios-setup] Sep 06 06:16:07.915 INFO E| Compiling memchr v2.5.0
27002024-09-06T06:16:09.188Z[ helios-setup] Sep 06 06:16:08.680 INFO E| Compiling once_cell v1.17.0
27012024-09-06T06:16:09.262Z[ helios-setup] Sep 06 06:16:08.755 INFO E| Compiling thiserror v1.0.38
27022024-09-06T06:16:09.714Z[ helios-setup] Sep 06 06:16:09.207 INFO E| Compiling log v0.4.17
27032024-09-06T06:16:10.104Z[ helios-setup] Sep 06 06:16:09.596 INFO E| Compiling serde_json v1.0.95
27042024-09-06T06:16:10.228Z[ helios-setup] Sep 06 06:16:09.721 INFO E| Compiling itoa v1.0.6
27052024-09-06T06:16:10.789Z[ helios-setup] Sep 06 06:16:10.282 INFO E| Compiling quote v1.0.36
27062024-09-06T06:16:11.227Z[ helios-setup] Sep 06 06:16:10.720 INFO E| Compiling indexmap v1.9.3
27072024-09-06T06:16:11.719Z[ helios-setup] Sep 06 06:16:11.212 INFO E| Compiling syn v2.0.72
27082024-09-06T06:16:12.152Z[ helios-setup] Sep 06 06:16:11.644 INFO E| Compiling getrandom v0.2.8
27092024-09-06T06:16:12.283Z[ helios-setup] Sep 06 06:16:11.776 INFO E| Compiling pin-project-lite v0.2.9
27102024-09-06T06:16:12.491Z[ helios-setup] Sep 06 06:16:11.976 INFO E| Compiling jobserver v0.1.26
27112024-09-06T06:16:12.930Z[ helios-setup] Sep 06 06:16:12.420 INFO E| Compiling scopeguard v1.1.0
27122024-09-06T06:16:13.244Z[ helios-setup] Sep 06 06:16:12.736 INFO E| Compiling cc v1.0.78
27132024-09-06T06:16:13.319Z[ helios-setup] Sep 06 06:16:12.805 INFO E| Compiling num-integer v0.1.45
27142024-09-06T06:16:13.344Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27152024-09-06T06:16:13.427Z[ helios-setup] Sep 06 06:16:12.918 INFO E| Compiling futures-core v0.3.28
27162024-09-06T06:16:13.833Z[ helios-setup] Sep 06 06:16:13.325 INFO E| Compiling bytes v1.4.0
27172024-09-06T06:16:14.061Z[ host-package] Compiling tungstenite v0.20.1
27182024-09-06T06:16:14.146Z[ helios-setup] Sep 06 06:16:13.639 INFO E| Compiling ryu v1.0.13
27192024-09-06T06:16:15.169Z[ helios-setup] Sep 06 06:16:14.661 INFO E| Compiling lock_api v0.4.9
27202024-09-06T06:16:15.278Z[ helios-setup] Sep 06 06:16:14.771 INFO E| Compiling bitflags v1.3.2
27212024-09-06T06:16:15.412Z[ helios-setup] Sep 06 06:16:14.904 INFO E| Compiling parking_lot_core v0.9.6
27222024-09-06T06:16:15.656Z[ helios-setup] Sep 06 06:16:15.149 INFO E| Compiling typenum v1.16.0
27232024-09-06T06:16:15.760Z[ helios-setup] Sep 06 06:16:15.253 INFO E| Compiling num_cpus v1.15.0
27242024-09-06T06:16:16.294Z[ helios-setup] Sep 06 06:16:15.786 INFO E| Compiling slab v0.4.7
27252024-09-06T06:16:16.443Z[ helios-setup] Sep 06 06:16:15.936 INFO E| Compiling generic-array v0.14.6
27262024-09-06T06:16:16.659Z[ helios-setup] Sep 06 06:16:16.152 INFO E| Compiling futures-channel v0.3.28
27272024-09-06T06:16:16.829Z[ helios-setup] Sep 06 06:16:16.322 INFO E| Compiling futures-task v0.3.28
27282024-09-06T06:16:17.051Z[ helios-setup] Sep 06 06:16:16.534 INFO E| Compiling futures-sink v0.3.28
27292024-09-06T06:16:17.430Z[ helios-setup] Sep 06 06:16:16.922 INFO E| Compiling tokio v1.27.0
27302024-09-06T06:16:17.601Z[ helios-setup] Sep 06 06:16:17.094 INFO E| Compiling futures-util v0.3.28
27312024-09-06T06:16:17.690Z[ helios-setup] Sep 06 06:16:17.182 INFO E| Compiling schemars v0.8.12
27322024-09-06T06:16:18.582Z[ helios-setup] Sep 06 06:16:18.074 INFO E| Compiling mio v0.8.5
27332024-09-06T06:16:18.681Z[ helios-setup] Sep 06 06:16:18.174 INFO E| Compiling socket2 v0.4.9
27342024-09-06T06:16:18.750Z[ helios-setup] Sep 06 06:16:18.243 INFO E| Compiling signal-hook-registry v1.4.0
27352024-09-06T06:16:19.135Z[ helios-setup] Sep 06 06:16:18.628 INFO E| Compiling num-traits v0.2.15
27362024-09-06T06:16:19.258Z[ helios-setup] Sep 06 06:16:18.751 INFO E| Compiling ahash v0.7.6
27372024-09-06T06:16:19.760Z[ helios-setup] Sep 06 06:16:19.253 INFO E| Compiling io-lifetimes v1.0.10
27382024-09-06T06:16:20.337Z[ helios-setup] Sep 06 06:16:19.830 INFO E| Compiling futures-io v0.3.28
27392024-09-06T06:16:21.044Z[ helios-setup] Sep 06 06:16:20.536 INFO E| Compiling serde_derive_internals v0.26.0
27402024-09-06T06:16:21.153Z[ helios-setup] Sep 06 06:16:20.645 INFO E| Compiling pin-utils v0.1.0
27412024-09-06T06:16:21.213Z[ helios-setup] Sep 06 06:16:20.705 INFO E| Compiling crunchy v0.2.2
27422024-09-06T06:16:22.102Z[ helios-setup] Sep 06 06:16:21.594 INFO E| Compiling ahash v0.8.3
27432024-09-06T06:16:22.854Z[ helios-setup] Sep 06 06:16:22.347 INFO E| Compiling rustix v0.37.3
27442024-09-06T06:16:23.093Z[ helios-setup] Sep 06 06:16:22.585 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27452024-09-06T06:16:23.116Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27462024-09-06T06:16:23.229Z[ helios-setup] Sep 06 06:16:22.721 INFO E| Compiling hashbrown v0.12.3
27472024-09-06T06:16:23.356Z[ helios-setup] Sep 06 06:16:22.848 INFO E| Compiling tiny-keccak v2.0.2
27482024-09-06T06:16:23.906Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27492024-09-06T06:16:23.991Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27502024-09-06T06:16:24.461Z[ helios-setup] Sep 06 06:16:23.953 INFO E| Compiling block-buffer v0.10.3
27512024-09-06T06:16:24.570Z[ helios-setup] Sep 06 06:16:24.062 INFO E| Compiling crypto-common v0.1.6
27522024-09-06T06:16:25.224Z[ helios-setup] Sep 06 06:16:24.717 INFO E| Compiling errno v0.3.1
27532024-09-06T06:16:25.688Z[ helios-setup] Sep 06 06:16:25.181 INFO E| Compiling fnv v1.0.7
27542024-09-06T06:16:25.809Z[ helios-setup] Sep 06 06:16:25.302 INFO E| Compiling slog v2.7.0
27552024-09-06T06:16:25.910Z[ helios-setup] Sep 06 06:16:25.400 INFO E| Compiling crossbeam-utils v0.8.14
27562024-09-06T06:16:25.955Z[ helios-setup] Sep 06 06:16:25.447 INFO E| Compiling pkg-config v0.3.26
27572024-09-06T06:16:26.136Z[ helios-setup] Sep 06 06:16:25.628 INFO E| Compiling http v0.2.9
27582024-09-06T06:16:26.436Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27592024-09-06T06:16:28.467Z[ helios-setup] Sep 06 06:16:27.959 INFO E| Compiling digest v0.10.6
27602024-09-06T06:16:28.904Z[ helios-setup] Sep 06 06:16:28.397 INFO E| Compiling aho-corasick v0.7.20
27612024-09-06T06:16:29.099Z[ helios-setup] Sep 06 06:16:28.592 INFO E| Compiling anyhow v1.0.68
27622024-09-06T06:16:29.678Z[ helios-setup] Sep 06 06:16:29.171 INFO E| Compiling thiserror-impl v1.0.38
27632024-09-06T06:16:30.051Z[ helios-setup] Sep 06 06:16:29.543 INFO E| Compiling schemars_derive v0.8.12
27642024-09-06T06:16:30.153Z[ helios-setup] Sep 06 06:16:29.645 INFO E| Compiling cpufeatures v0.2.5
27652024-09-06T06:16:30.520Z[ helios-setup] Sep 06 06:16:30.012 INFO E| Compiling tinyvec_macros v0.1.1
27662024-09-06T06:16:30.901Z[ helios-setup] Sep 06 06:16:30.394 INFO E| Compiling unicode-width v0.1.10
27672024-09-06T06:16:31.067Z[ helios-setup] Sep 06 06:16:30.560 INFO E| Compiling heck v0.4.1
27682024-09-06T06:16:31.171Z[ helios-setup] Sep 06 06:16:30.663 INFO E| Compiling percent-encoding v2.2.0
27692024-09-06T06:16:31.777Z[ helios-setup] Sep 06 06:16:31.270 INFO E| Compiling serde_derive v1.0.204
27702024-09-06T06:16:31.964Z[ helios-setup] Sep 06 06:16:31.457 INFO E| Compiling futures-macro v0.3.28
27712024-09-06T06:16:32.041Z[ helios-setup] Sep 06 06:16:31.512 INFO E| Compiling tokio-macros v2.0.0
27722024-09-06T06:16:32.154Z[ helios-setup] Sep 06 06:16:31.646 INFO E| Compiling regex-syntax v0.6.29
27732024-09-06T06:16:32.750Z[ helios-setup] Sep 06 06:16:32.243 INFO E| Compiling httparse v1.8.0
27742024-09-06T06:16:33.532Z[ helios-setup] Sep 06 06:16:33.025 INFO E| Compiling tinyvec v1.6.0
27752024-09-06T06:16:33.948Z[ helios-setup] Sep 06 06:16:33.441 INFO E| Compiling form_urlencoded v1.1.0
27762024-09-06T06:16:34.968Z[ helios-setup] Sep 06 06:16:34.460 INFO E| Compiling const-random-macro v0.1.15
27772024-09-06T06:16:35.190Z[ helios-setup] Sep 06 06:16:34.683 INFO E| Compiling hashbrown v0.13.2
27782024-09-06T06:16:36.037Z[ helios-setup] Sep 06 06:16:35.530 INFO E| Compiling libz-sys v1.1.8
27792024-09-06T06:16:37.002Z[ helios-setup] Sep 06 06:16:36.494 INFO E| Compiling chrono v0.4.24
27802024-09-06T06:16:37.233Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27812024-09-06T06:16:37.381Z[ host-package] Compiling hickory-server v0.24.1
27822024-09-06T06:16:38.230Z[ helios-setup] Sep 06 06:16:37.723 INFO E| Compiling regex v1.7.3
27832024-09-06T06:16:38.289Z[ host-package] Compiling bcs v0.1.6
27842024-09-06T06:16:39.778Z[ helios-setup] Sep 06 06:16:39.271 INFO E| Compiling dyn-clone v1.0.11
27852024-09-06T06:16:39.921Z[ helios-setup] Sep 06 06:16:39.414 INFO E| Compiling uuid v1.3.0
27862024-09-06T06:16:40.194Z[ helios-setup] Sep 06 06:16:39.687 INFO E| Compiling unicode-normalization v0.1.22
27872024-09-06T06:16:40.218Z[ host-package] Compiling vergen v8.3.2
27882024-09-06T06:16:40.394Z[ helios-setup] Sep 06 06:16:39.887 INFO E| Compiling regress v0.5.0
27892024-09-06T06:16:40.963Z[ helios-setup] Sep 06 06:16:40.455 INFO E| Compiling const-random v0.1.15
27902024-09-06T06:16:41.088Z[ host-package] Compiling bitstruct_derive v0.1.0
27912024-09-06T06:16:42.500Z[ helios-setup] Sep 06 06:16:41.993 INFO E| Compiling getopts v0.2.21
27922024-09-06T06:16:43.072Z[ helios-setup] Sep 06 06:16:42.565 INFO E| Compiling tracing-core v0.1.30
27932024-09-06T06:16:43.202Z[ helios-setup] Sep 06 06:16:42.695 INFO E| Compiling memoffset v0.7.1
27942024-09-06T06:16:43.396Z[ host-package] Compiling cargo-platform v0.1.8
27952024-09-06T06:16:44.273Z[ host-package] Compiling nanorand v0.7.0
27962024-09-06T06:16:44.339Z[ helios-setup] Sep 06 06:16:43.832 INFO E| Compiling time-core v0.1.2
27972024-09-06T06:16:44.602Z[ helios-setup] Sep 06 06:16:44.095 INFO E| Compiling powerfmt v0.2.0
27982024-09-06T06:16:45.504Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27992024-09-06T06:16:45.812Z[ host-package] Compiling memoffset v0.9.1
28002024-09-06T06:16:46.173Z[ helios-setup] Sep 06 06:16:45.666 INFO E| Compiling unicode-bidi v0.3.13
28012024-09-06T06:16:46.325Z[ host-package] Compiling ascii v1.1.0
28022024-09-06T06:16:47.097Z[ helios-setup] Sep 06 06:16:46.590 INFO E| Compiling num-conv v0.1.0
28032024-09-06T06:16:47.276Z[ helios-setup] Sep 06 06:16:46.769 INFO E| Compiling ucd-trie v0.1.5
28042024-09-06T06:16:47.735Z[ helios-setup] Sep 06 06:16:47.225 INFO E| Compiling time-macros v0.2.18
28052024-09-06T06:16:47.817Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28062024-09-06T06:16:47.885Z[ helios-setup] Sep 06 06:16:47.378 INFO E| Compiling idna v0.3.0
28072024-09-06T06:16:48.409Z[ helios-setup] Sep 06 06:16:47.902 INFO E| Compiling pest v2.5.7
28082024-09-06T06:16:50.165Z[ helios-setup] Sep 06 06:16:49.658 INFO E| Compiling deranged v0.3.11
28092024-09-06T06:16:52.259Z[ helios-setup] Sep 06 06:16:51.752 INFO E| Compiling tracing v0.1.37
28102024-09-06T06:16:52.393Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28112024-09-06T06:16:53.195Z[ host-package] Compiling flume v0.11.0
28122024-09-06T06:16:53.521Z[ helios-setup] Sep 06 06:16:53.013 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28132024-09-06T06:16:53.794Z[ helios-setup] Sep 06 06:16:53.287 INFO E| Compiling time v0.1.45
28142024-09-06T06:16:54.342Z[ helios-setup] Sep 06 06:16:53.835 INFO E| Compiling toml v0.5.11
28152024-09-06T06:16:54.754Z[ helios-setup] Sep 06 06:16:54.247 INFO E| Compiling serde_tokenstream v0.2.0
28162024-09-06T06:16:54.854Z[ host-package] Compiling cargo_metadata v0.18.1
28172024-09-06T06:16:55.168Z[ helios-setup] Sep 06 06:16:54.661 INFO E| Compiling smallvec v1.10.0
28182024-09-06T06:16:56.383Z[ host-package] Compiling bitstruct v0.1.1
28192024-09-06T06:16:56.429Z[ helios-setup] Sep 06 06:16:55.922 INFO E| Compiling crossbeam-epoch v0.9.13
28202024-09-06T06:16:56.875Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28212024-09-06T06:16:57.275Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222024-09-06T06:16:57.413Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28232024-09-06T06:16:57.446Z[ helios-setup] Sep 06 06:16:56.939 INFO E| Compiling parking_lot v0.12.1
28242024-09-06T06:16:57.741Z[ helios-setup] Sep 06 06:16:57.234 INFO E| Compiling semver v1.0.17
28252024-09-06T06:16:57.786Z[ helios-setup] Sep 06 06:16:57.279 INFO E| Compiling iana-time-zone v0.1.56
28262024-09-06T06:16:58.435Z[ host-package] Compiling git2 v0.19.0
28272024-09-06T06:16:58.789Z[ helios-setup] Sep 06 06:16:58.277 INFO E| Compiling num_threads v0.1.6
28282024-09-06T06:16:59.507Z[ helios-setup] Sep 06 06:16:59.000 INFO E| Compiling time v0.3.36
28292024-09-06T06:17:00.338Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28302024-09-06T06:17:01.160Z[ helios-setup] Sep 06 06:17:00.650 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28312024-09-06T06:17:03.189Z[ helios-setup] Sep 06 06:17:02.682 INFO E| Compiling semver-parser v0.10.2
28322024-09-06T06:17:04.991Z[ helios-setup] Sep 06 06:17:04.483 INFO E| Compiling url v2.3.1
28332024-09-06T06:17:07.158Z[ helios-setup] Sep 06 06:17:06.651 INFO E| Compiling crossbeam-channel v0.5.6
28342024-09-06T06:17:07.640Z[ host-package] Compiling tokio-tungstenite v0.20.1
28352024-09-06T06:17:09.269Z[ helios-setup] Sep 06 06:17:08.762 INFO E| Compiling dirs-sys-next v0.1.2
28362024-09-06T06:17:10.380Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28372024-09-06T06:17:10.404Z[ helios-setup] Sep 06 06:17:09.885 INFO E| Compiling crc32fast v1.3.2
28382024-09-06T06:17:11.701Z[ helios-setup] Sep 06 06:17:11.194 INFO E| Compiling same-file v1.0.6
28392024-09-06T06:17:11.795Z[ helios-setup] Sep 06 06:17:11.287 INFO E| Compiling try-lock v0.2.4
28402024-09-06T06:17:12.181Z[ helios-setup] Sep 06 06:17:11.674 INFO E| Compiling want v0.3.0
28412024-09-06T06:17:12.243Z[ helios-setup] Sep 06 06:17:11.736 INFO E| Compiling walkdir v2.3.3
28422024-09-06T06:17:12.833Z[ helios-setup] Sep 06 06:17:12.324 INFO E| Compiling tokio-util v0.7.7
28432024-09-06T06:17:12.944Z[ helios-setup] Sep 06 06:17:12.437 INFO E| Compiling dirs-next v2.0.0
28442024-09-06T06:17:13.740Z[ helios-setup] Sep 06 06:17:13.233 INFO E| Compiling semver v0.11.0
28452024-09-06T06:17:14.378Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28462024-09-06T06:17:14.844Z[ helios-setup] Sep 06 06:17:14.337 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28472024-09-06T06:17:15.238Z[ helios-setup] Sep 06 06:17:14.730 INFO E| Compiling h2 v0.3.16
28482024-09-06T06:17:15.662Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28492024-09-06T06:17:16.443Z[ host-package] Compiling libsqlite3-sys v0.28.0
28502024-09-06T06:17:16.726Z[ helios-setup] Sep 06 06:17:16.218 INFO E| Compiling proc-macro-crate v1.2.1
28512024-09-06T06:17:17.516Z[ host-package] Compiling serde_arrays v0.1.0
28522024-09-06T06:17:17.919Z[ host-package] Compiling erased-serde v0.3.31
28532024-09-06T06:17:18.113Z[ helios-setup] Sep 06 06:17:17.606 INFO E| Compiling futures-executor v0.3.28
28542024-09-06T06:17:18.583Z[ host-package] Compiling cfg_aliases v0.2.1
28552024-09-06T06:17:19.035Z[ host-package] Compiling nix v0.29.0
28562024-09-06T06:17:20.105Z[ helios-setup] Sep 06 06:17:19.597 INFO E| Compiling http-body v0.4.5
28572024-09-06T06:17:21.081Z[ helios-setup] Sep 06 06:17:20.574 INFO E| Compiling ring v0.16.20
28582024-09-06T06:17:21.112Z[ helios-setup] Sep 06 06:17:20.605 INFO E| Compiling rand_core v0.6.4
28592024-09-06T06:17:21.634Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28602024-09-06T06:17:22.210Z[ helios-setup] Sep 06 06:17:21.702 INFO E| Compiling thread_local v1.1.7
28612024-09-06T06:17:22.514Z[ helios-setup] Sep 06 06:17:22.006 INFO E| Compiling httpdate v1.0.2
28622024-09-06T06:17:23.083Z[ helios-setup] Sep 06 06:17:22.575 INFO E| Compiling adler v1.0.2
28632024-09-06T06:17:23.838Z[ helios-setup] Sep 06 06:17:23.331 INFO E| Compiling tower-service v0.3.2
28642024-09-06T06:17:23.881Z[ helios-setup] Sep 06 06:17:23.374 INFO E| Compiling lazy_static v1.4.0
28652024-09-06T06:17:24.207Z[ helios-setup] Sep 06 06:17:23.700 INFO E| Compiling ppv-lite86 v0.2.17
28662024-09-06T06:17:24.773Z[ helios-setup] Sep 06 06:17:24.266 INFO E| Compiling base64 v0.21.0
28672024-09-06T06:17:25.102Z[ helios-setup] Sep 06 06:17:24.595 INFO E| Compiling fastrand v1.9.0
28682024-09-06T06:17:25.626Z[ helios-setup] Sep 06 06:17:25.119 INFO E| Compiling utf8parse v0.2.1
28692024-09-06T06:17:26.197Z[ helios-setup] Sep 06 06:17:25.690 INFO E| Compiling home v0.5.4
28702024-09-06T06:17:26.313Z[ helios-setup] Sep 06 06:17:25.806 INFO E| Compiling rayon-core v1.10.2
28712024-09-06T06:17:26.650Z[ helios-setup] Sep 06 06:17:26.143 INFO E| Compiling toolchain_find v0.2.0
28722024-09-06T06:17:26.778Z[ helios-setup] Sep 06 06:17:26.271 INFO E| Compiling anstyle-parse v0.1.1
28732024-09-06T06:17:26.986Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28742024-09-06T06:17:27.319Z[ helios-setup] Sep 06 06:17:26.812 INFO E| Compiling tempfile v3.5.0
28752024-09-06T06:17:27.431Z[ helios-setup] Sep 06 06:17:26.924 INFO E| Compiling rand_chacha v0.3.1
28762024-09-06T06:17:27.787Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28772024-09-06T06:17:28.473Z[ helios-setup] Sep 06 06:17:27.965 INFO E| Compiling hyper v0.14.25
28782024-09-06T06:17:29.310Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28792024-09-06T06:17:30.502Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28802024-09-06T06:17:30.627Z[ helios-setup] Sep 06 06:17:30.120 INFO E| Compiling miniz_oxide v0.6.2
28812024-09-06T06:17:30.859Z[ host-package] Compiling heck v0.3.3
28822024-09-06T06:17:32.204Z[ host-package] Compiling castaway v0.2.3
28832024-09-06T06:17:33.092Z[ host-package] Compiling rand_seeder v0.3.0
28842024-09-06T06:17:33.759Z[ host-package] Compiling csv-core v0.1.11
28852024-09-06T06:17:34.205Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28862024-09-06T06:17:35.361Z[ host-package] Compiling http-range v0.1.5
28872024-09-06T06:17:36.383Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28882024-09-06T06:17:36.544Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28892024-09-06T06:17:37.386Z[ host-package] Compiling hyper-staticfile v0.9.5
28902024-09-06T06:17:38.452Z[ host-package] Compiling csv v1.3.0
28912024-09-06T06:17:39.286Z[ helios-setup] Sep 06 06:17:38.778 INFO E| Compiling futures v0.3.28
28922024-09-06T06:17:39.671Z[ helios-setup] Sep 06 06:17:39.164 INFO E| Compiling num_enum_derive v0.5.7
28932024-09-06T06:17:41.950Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28942024-09-06T06:17:42.225Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28952024-09-06T06:17:42.797Z[ host-package] Compiling compact_str v0.8.0
28962024-09-06T06:17:42.954Z[ helios-setup] Sep 06 06:17:42.446 INFO E| Compiling cargo-lock v8.0.3
28972024-09-06T06:17:43.486Z[ host-package] Compiling zone_cfg_derive v0.1.2
28982024-09-06T06:17:45.094Z[ helios-setup] Sep 06 06:17:44.587 INFO E| Compiling crossbeam-deque v0.8.2
28992024-09-06T06:17:45.450Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29002024-09-06T06:17:45.953Z[ helios-setup] Sep 06 06:17:45.446 INFO E| Compiling term v0.7.0
29012024-09-06T06:17:46.320Z[ host-package] Compiling nix v0.27.1
29022024-09-06T06:17:47.080Z[ helios-setup] Sep 06 06:17:46.573 INFO E| Compiling serde_urlencoded v0.7.1
29032024-09-06T06:17:47.395Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29042024-09-06T06:17:47.640Z[ helios-setup] Sep 06 06:17:47.133 INFO E| Compiling sha1 v0.10.5
29052024-09-06T06:17:48.252Z[ helios-setup] Sep 06 06:17:47.745 INFO E| Compiling sha2 v0.10.6
29062024-09-06T06:17:48.551Z[ helios-setup] Sep 06 06:17:48.043 INFO E| Compiling is-terminal v0.4.7
29072024-09-06T06:17:48.882Z[ helios-setup] Sep 06 06:17:48.375 INFO E| Compiling atty v0.2.14
29082024-09-06T06:17:49.211Z[ helios-setup] Sep 06 06:17:48.704 INFO E| Compiling concolor-query v0.3.3
29092024-09-06T06:17:49.949Z[ helios-setup] Sep 06 06:17:49.442 INFO E| Compiling concolor-override v1.0.0
29102024-09-06T06:17:51.012Z[ helios-setup] Sep 06 06:17:50.504 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29112024-09-06T06:17:51.075Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29122024-09-06T06:17:51.569Z[ helios-setup] Sep 06 06:17:51.061 INFO E| Compiling anstyle v0.3.5
29132024-09-06T06:17:51.856Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29142024-09-06T06:17:52.358Z[ helios-setup] Sep 06 06:17:51.850 INFO E| Compiling anstream v0.2.6
29152024-09-06T06:17:53.974Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29162024-09-06T06:17:54.402Z[ helios-setup] Sep 06 06:17:53.893 INFO E| Compiling slog-term v2.9.0
29172024-09-06T06:17:54.535Z[ helios-setup] Sep 06 06:17:54.028 INFO E| Compiling flate2 v1.0.25
29182024-09-06T06:17:55.684Z[ helios-setup] Sep 06 06:17:55.177 INFO E| Compiling num_enum v0.5.7
29192024-09-06T06:17:56.171Z[ helios-setup] Sep 06 06:17:55.664 INFO E| Compiling rand v0.8.5
29202024-09-06T06:17:56.250Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29212024-09-06T06:17:56.714Z[ helios-setup] Sep 06 06:17:56.207 INFO E| Compiling rustfmt-wrapper v0.2.0
29222024-09-06T06:17:57.248Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29232024-09-06T06:17:58.199Z[ helios-setup] Sep 06 06:17:57.692 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29242024-09-06T06:17:58.249Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29252024-09-06T06:17:58.736Z[ helios-setup] Sep 06 06:17:58.229 INFO E| Compiling openapiv3 v1.0.2
29262024-09-06T06:17:58.844Z[ host-package] Compiling unicode-truncate v1.0.0
29272024-09-06T06:17:59.613Z[ helios-setup] Sep 06 06:17:59.106 INFO E| Compiling encoding_rs v0.8.32
29282024-09-06T06:17:59.764Z[ host-package] Compiling lru v0.12.3
29292024-09-06T06:17:59.827Z[ helios-setup] Sep 06 06:17:59.320 INFO E| Compiling either v1.8.0
29302024-09-06T06:17:59.984Z[ host-package] Compiling hashlink v0.9.1
29312024-09-06T06:18:00.469Z[ helios-setup] Sep 06 06:17:59.962 INFO E| Compiling utf-8 v0.7.6
29322024-09-06T06:18:00.631Z[ host-package] Compiling serde-big-array v0.5.1
29332024-09-06T06:18:01.223Z[ host-package] Compiling instability v0.3.2
29342024-09-06T06:18:01.294Z[ helios-setup] Sep 06 06:18:00.787 INFO E| Compiling unsafe-libyaml v0.2.8
29352024-09-06T06:18:01.317Z[ host-package] Compiling fallible-iterator v0.3.0
29362024-09-06T06:18:02.925Z[ host-package] Compiling cassowary v0.3.0
29372024-09-06T06:18:03.382Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29382024-09-06T06:18:03.620Z[ host-package] Compiling base64 v0.13.1
29392024-09-06T06:18:03.794Z[ helios-setup] Sep 06 06:18:03.287 INFO E| Compiling project-root v0.2.2
29402024-09-06T06:18:04.201Z[ host-package] Compiling rusqlite v0.31.0
29412024-09-06T06:18:04.325Z[ helios-setup] Sep 06 06:18:03.818 INFO E| Compiling ipnet v2.7.2
29422024-09-06T06:18:05.388Z[ helios-setup] Sep 06 06:18:04.881 INFO E| Compiling base64 v0.13.1
29432024-09-06T06:18:05.413Z[ host-package] Compiling ron v0.7.1
29442024-09-06T06:18:05.962Z[ helios-setup] Sep 06 06:18:05.455 INFO E| Compiling spin v0.5.2
29452024-09-06T06:18:06.363Z[ helios-setup] Sep 06 06:18:05.856 INFO E| Compiling clap_lex v0.4.1
29462024-09-06T06:18:07.595Z[ helios-setup] Sep 06 06:18:06.064 INFO E| Compiling untrusted v0.7.1
29472024-09-06T06:18:07.619Z[ helios-setup] Sep 06 06:18:06.589 INFO E| Compiling mime v0.3.17
29482024-09-06T06:18:07.722Z[ helios-setup] Sep 06 06:18:07.215 INFO E| Compiling strsim v0.10.0
29492024-09-06T06:18:08.563Z[ host-package] Compiling ratatui v0.28.0
29502024-09-06T06:18:09.049Z[ helios-setup] Sep 06 06:18:08.542 INFO E| Compiling byteorder v1.4.3
29512024-09-06T06:18:09.073Z[ helios-setup] Sep 06 06:18:08.542 INFO E| Compiling clap_builder v4.2.1
29522024-09-06T06:18:09.165Z[ helios-setup] Sep 06 06:18:08.658 INFO E| Compiling reqwest v0.11.16
29532024-09-06T06:18:10.209Z[ helios-setup] Sep 06 06:18:09.702 INFO E| Compiling tungstenite v0.18.0
29542024-09-06T06:18:10.834Z[ helios-setup] Sep 06 06:18:10.327 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29552024-09-06T06:18:14.516Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29562024-09-06T06:18:16.295Z[ helios-setup] Sep 06 06:18:15.788 INFO E| Compiling serde_yaml v0.9.21
29572024-09-06T06:18:19.193Z[ helios-setup] Sep 06 06:18:18.686 INFO E| Compiling rayon v1.6.1
29582024-09-06T06:18:20.191Z[ helios-setup] Sep 06 06:18:19.684 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29592024-09-06T06:18:22.327Z[ helios-setup] Sep 06 06:18:21.820 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29602024-09-06T06:18:24.519Z[ helios-setup] Sep 06 06:18:24.012 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29612024-09-06T06:18:25.126Z[ helios-setup] Sep 06 06:18:24.618 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29622024-09-06T06:18:25.326Z[ helios-setup] Sep 06 06:18:24.819 INFO E| Compiling clap_derive v4.2.0
29632024-09-06T06:18:28.650Z[ helios-setup] Sep 06 06:18:28.143 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29642024-09-06T06:18:33.174Z[ helios-setup] Sep 06 06:18:32.667 INFO E| Compiling clap v4.2.1
29652024-09-06T06:18:34.914Z[ helios-setup] Sep 06 06:18:34.407 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29662024-09-06T06:18:41.290Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29672024-09-06T06:18:45.781Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29682024-09-06T06:18:46.531Z[ host-package] Compiling zone v0.1.8
29692024-09-06T06:18:46.748Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29702024-09-06T06:18:48.228Z[ helios-setup] Sep 06 06:18:47.721 INFO E| Compiling tokio-tungstenite v0.18.0
29712024-09-06T06:18:48.297Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29722024-09-06T06:18:49.693Z[ helios-setup] Sep 06 06:18:49.186 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29732024-09-06T06:18:52.214Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29742024-09-06T06:18:52.668Z[ helios-setup] Sep 06 06:18:52.161 INFO E| Compiling smartstring v1.0.1
29752024-09-06T06:18:52.714Z[ helios-setup] Sep 06 06:18:52.207 INFO E| Compiling rustls v0.21.0
29762024-09-06T06:18:53.542Z[ helios-setup] Sep 06 06:18:53.035 INFO E| Compiling rustls-webpki v0.100.1
29772024-09-06T06:18:54.687Z[ helios-setup] Sep 06 06:18:54.179 INFO E| Compiling sct v0.7.0
29782024-09-06T06:18:55.523Z[ helios-setup] Sep 06 06:18:55.016 INFO E| Compiling serde_spanned v0.6.1
29792024-09-06T06:18:56.200Z[ helios-setup] Sep 06 06:18:55.693 INFO E| Compiling toml_datetime v0.6.1
29802024-09-06T06:18:57.445Z[ helios-setup] Sep 06 06:18:56.938 INFO E| Compiling slog-async v2.7.0
29812024-09-06T06:18:57.484Z[ helios-setup] Sep 06 06:18:56.978 INFO E| Compiling match_cfg v0.1.0
29822024-09-06T06:18:57.682Z[ helios-setup] Sep 06 06:18:57.175 INFO E| Compiling camino v1.1.4
29832024-09-06T06:18:58.831Z[ helios-setup] Sep 06 06:18:58.324 INFO E| Compiling paste v1.0.12
29842024-09-06T06:18:58.998Z[ helios-setup] Sep 06 06:18:58.491 INFO E| Compiling static_assertions v1.1.0
29852024-09-06T06:18:59.203Z[ helios-setup] Sep 06 06:18:58.696 INFO E| Compiling winnow v0.4.1
29862024-09-06T06:19:00.269Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29872024-09-06T06:19:00.298Z[ helios-setup] Sep 06 06:18:59.791 INFO E| Compiling async-trait v0.1.68
29882024-09-06T06:19:02.042Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29892024-09-06T06:19:03.723Z[ helios-setup] Sep 06 06:19:03.216 INFO E| Compiling hostname v0.3.1
29902024-09-06T06:19:04.343Z[ helios-setup] Sep 06 06:19:03.836 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29912024-09-06T06:19:05.260Z[ helios-setup] Sep 06 06:19:04.753 INFO E| Compiling toml_edit v0.19.8
29922024-09-06T06:19:06.143Z[ helios-setup] Sep 06 06:19:05.636 INFO E| Compiling slog-json v2.6.1
29932024-09-06T06:19:07.210Z[ helios-setup] Sep 06 06:19:06.703 INFO E| Compiling unicode-linebreak v0.1.4
29942024-09-06T06:19:10.436Z[ helios-setup] Sep 06 06:19:09.929 INFO E| Compiling async-stream-impl v0.3.5
29952024-09-06T06:19:11.374Z[ helios-setup] Sep 06 06:19:10.867 INFO E| Compiling rhai_codegen v1.5.0
29962024-09-06T06:19:12.779Z[ helios-setup] Sep 06 06:19:12.272 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29972024-09-06T06:19:13.617Z[ helios-setup] Sep 06 06:19:13.110 INFO E| Compiling take_mut v0.2.2
29982024-09-06T06:19:13.714Z[ helios-setup] Sep 06 06:19:13.207 INFO E| Compiling async-stream v0.3.5
29992024-09-06T06:19:14.019Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30002024-09-06T06:19:14.910Z[ helios-setup] Sep 06 06:19:14.403 INFO E| Compiling toml v0.7.3
30012024-09-06T06:19:15.223Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30022024-09-06T06:19:16.028Z[ helios-setup] Sep 06 06:19:15.521 INFO E| Compiling rhai v1.14.0
30032024-09-06T06:19:18.094Z[ helios-setup] Sep 06 06:19:17.586 INFO E| Compiling tokio-rustls v0.24.0
30042024-09-06T06:19:18.135Z[ helios-setup] Sep 06 06:19:17.628 INFO E| Compiling slog-bunyan v2.4.0
30052024-09-06T06:19:20.756Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30062024-09-06T06:19:21.058Z[ host-package] Compiling twox-hash v1.6.3
30072024-09-06T06:19:21.379Z[ host-package] Compiling signal-hook-tokio v0.3.1
30082024-09-06T06:19:21.447Z[ helios-setup] Sep 06 06:19:20.940 INFO E| Compiling rustls-pemfile v1.0.2
30092024-09-06T06:19:21.526Z[ host-package] Compiling yasna v0.5.2
30102024-09-06T06:19:22.042Z[ helios-setup] Sep 06 06:19:21.515 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30112024-09-06T06:19:22.126Z[ host-package] Compiling portpicker v0.1.1
30122024-09-06T06:19:22.726Z[ helios-setup] Sep 06 06:19:22.219 INFO E| Compiling serde_path_to_error v0.1.11
30132024-09-06T06:19:23.255Z[ host-package] Compiling smawk v0.3.2
30142024-09-06T06:19:23.295Z[ host-package] Compiling unicode-linebreak v0.1.5
30152024-09-06T06:19:23.382Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30162024-09-06T06:19:23.937Z[ helios-setup] Sep 06 06:19:23.430 INFO E| Compiling bincode v1.3.3
30172024-09-06T06:19:23.999Z[ host-package] Compiling rcgen v0.12.1
30182024-09-06T06:19:24.305Z[ host-package] Compiling textwrap v0.16.1
30192024-09-06T06:19:25.220Z[ helios-setup] Sep 06 06:19:24.713 INFO E| Compiling terminal_size v0.2.6
30202024-09-06T06:19:25.274Z[ helios-setup] Sep 06 06:19:24.767 INFO E| Compiling smawk v0.3.1
30212024-09-06T06:19:25.808Z[ helios-setup] Sep 06 06:19:25.301 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30222024-09-06T06:19:25.926Z[ helios-setup] Sep 06 06:19:25.419 INFO E| Compiling textwrap v0.16.0
30232024-09-06T06:19:29.024Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30242024-09-06T06:19:31.099Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30252024-09-06T06:19:44.319Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30262024-09-06T06:19:48.621Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30272024-09-06T06:19:49.387Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30282024-09-06T06:19:49.954Z[ helios-setup] Sep 06 06:19:49.445 INFO E| Compiling git2 v0.16.1
30292024-09-06T06:19:54.235Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30302024-09-06T06:19:54.524Z[ helios-setup] Sep 06 06:19:54.017 INFO E| Compiling built v0.6.0
30312024-09-06T06:19:54.990Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30322024-09-06T06:19:57.554Z[ helios-setup] Sep 06 06:19:57.047 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30332024-09-06T06:19:58.901Z[ helios-setup] Sep 06 06:19:58.394 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30342024-09-06T06:19:59.311Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30352024-09-06T06:19:59.651Z[ helios-setup] Sep 06 06:19:59.143 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30362024-09-06T06:20:04.679Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30372024-09-06T06:20:05.094Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30382024-09-06T06:20:06.796Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30392024-09-06T06:20:10.190Z[ host-package] Compiling atomicwrites v0.4.3
30402024-09-06T06:20:10.990Z[ host-package] Compiling fatfs v0.3.6
30412024-09-06T06:20:13.823Z[ host-package] Compiling subprocess v0.2.9
30422024-09-06T06:20:14.627Z[ helios-setup] Sep 06 06:20:14.121 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30432024-09-06T06:20:15.370Z[ host-package] Compiling rtoolbox v0.0.2
30442024-09-06T06:20:15.900Z[ host-package] Compiling is_ci v1.2.0
30452024-09-06T06:20:16.195Z[ host-package] Compiling assert_matches v1.5.0
30462024-09-06T06:20:16.413Z[ host-package] Compiling supports-color v3.0.0
30472024-09-06T06:20:16.550Z[ helios-setup] Sep 06 06:20:16.043 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30482024-09-06T06:20:17.122Z[ host-package] Compiling rpassword v7.3.1
30492024-09-06T06:20:17.826Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30502024-09-06T06:20:18.261Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30512024-09-06T06:20:19.278Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30522024-09-06T06:20:19.876Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30532024-09-06T06:20:28.208Z[ host-package] Compiling tui-tree-widget v0.22.0
30542024-09-06T06:20:29.194Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30552024-09-06T06:20:29.668Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30562024-09-06T06:20:29.974Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30572024-09-06T06:20:30.456Z[ host-package] Compiling uzers v0.11.3
30582024-09-06T06:20:34.405Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30592024-09-06T06:20:44.325Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30602024-09-06T06:20:49.000Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30612024-09-06T06:20:55.583Z[ helios-setup] Sep 06 06:20:55.076 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30622024-09-06T06:20:57.545Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30632024-09-06T06:21:07.480Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30642024-09-06T06:21:22.113Z[ host-package] Compiling multimap v0.10.0
30652024-09-06T06:21:52.380Z[ helios-setup] Sep 06 06:21:51.873 INFO E| Finished `release` profile [optimized] target(s) in 5m 49s
30662024-09-06T06:21:52.475Z[ helios-setup] Sep 06 06:21:51.967 INFO building project "pilot" ok (350 seconds)
30672024-09-06T06:21:52.475Z[ helios-setup] Sep 06 06:21:51.968 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30682024-09-06T06:21:52.475Z[ helios-setup] Sep 06 06:21:51.968 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30692024-09-06T06:21:52.835Z[ helios-setup] Sep 06 06:21:52.328 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30702024-09-06T06:21:53.343Z[ helios-setup] Sep 06 06:21:52.836 INFO E| From https://github.com/jclulow/rust-jmclib
30712024-09-06T06:21:53.343Z[ helios-setup] Sep 06 06:21:52.836 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30722024-09-06T06:21:53.367Z[ helios-setup] Sep 06 06:21:52.858 INFO E| Updating crates.io index
30732024-09-06T06:21:53.589Z[ helios-setup] Sep 06 06:21:53.082 INFO E| Downloading crates ...
30742024-09-06T06:21:53.722Z[ helios-setup] Sep 06 06:21:53.215 INFO E| Downloaded uuid v0.8.2
30752024-09-06T06:21:53.746Z[ helios-setup] Sep 06 06:21:53.222 INFO E| Downloaded quote v1.0.31
30762024-09-06T06:21:53.746Z[ helios-setup] Sep 06 06:21:53.226 INFO E| Downloaded syn v2.0.32
30772024-09-06T06:21:53.746Z[ helios-setup] Sep 06 06:21:53.239 INFO E| Downloaded rustix v0.38.4
30782024-09-06T06:21:53.770Z[ helios-setup] Sep 06 06:21:53.263 INFO E| Downloaded libc v0.2.147
30792024-09-06T06:21:53.801Z[ helios-setup] Sep 06 06:21:53.294 INFO E| Downloaded serde v1.0.193
30802024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.298 INFO E| Downloaded libdevinfo-sys v1.0.0
30812024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.299 INFO E| Downloaded proc-macro2 v1.0.66
30822024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.302 INFO E| Downloaded once_cell v1.18.0
30832024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.309 INFO E| Downloaded md-5 v0.9.1
30842024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.311 INFO E| Downloaded unicode-ident v1.0.11
30852024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.315 INFO E| Downloaded tempfile v3.7.0
30862024-09-06T06:21:53.825Z[ helios-setup] Sep 06 06:21:53.317 INFO E| Downloaded sha-1 v0.9.8
30872024-09-06T06:21:53.848Z[ helios-setup] Sep 06 06:21:53.320 INFO E| Downloaded serde_json v1.0.103
30882024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.328 INFO E| Downloaded serde_derive v1.0.193
30892024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.331 INFO E| Downloaded getrandom v0.2.10
30902024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.335 INFO E| Downloaded fastrand v2.0.0
30912024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.337 INFO E| Downloaded digest v0.9.0
30922024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.338 INFO E| Downloaded cpufeatures v0.2.9
30932024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.340 INFO E| Downloaded block-buffer v0.9.0
30942024-09-06T06:21:53.849Z[ helios-setup] Sep 06 06:21:53.341 INFO E| Downloaded bitflags v2.3.3
30952024-09-06T06:21:53.873Z[ helios-setup] Sep 06 06:21:53.344 INFO E| Downloaded anyhow v1.0.72
30962024-09-06T06:21:54.077Z[ helios-setup] Sep 06 06:21:53.570 INFO E| Compiling libc v0.2.147
30972024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.580 INFO E| Compiling proc-macro2 v1.0.66
30982024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.580 INFO E| Compiling unicode-ident v1.0.11
30992024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.580 INFO E| Compiling cfg-if v1.0.0
31002024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.580 INFO E| Compiling version_check v0.9.4
31012024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.580 INFO E| Compiling typenum v1.16.0
31022024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.580 INFO E| Compiling serde v1.0.193
31032024-09-06T06:21:54.101Z[ helios-setup] Sep 06 06:21:53.581 INFO E| Compiling time-core v0.1.2
31042024-09-06T06:21:54.661Z[ helios-setup] Sep 06 06:21:54.154 INFO E| Compiling slog v2.7.0
31052024-09-06T06:21:54.685Z[ helios-setup] Sep 06 06:21:54.174 INFO E| Compiling itoa v1.0.9
31062024-09-06T06:21:54.817Z[ helios-setup] Sep 06 06:21:54.311 INFO E| Compiling rustix v0.38.4
31072024-09-06T06:21:55.050Z[ helios-setup] Sep 06 06:21:54.543 INFO E| Compiling powerfmt v0.2.0
31082024-09-06T06:21:55.391Z[ helios-setup] Sep 06 06:21:54.885 INFO E| Compiling generic-array v0.14.7
31092024-09-06T06:21:55.641Z[ helios-setup] Sep 06 06:21:55.132 INFO E| Compiling num-conv v0.1.0
31102024-09-06T06:21:55.846Z[ helios-setup] Sep 06 06:21:55.339 INFO E| Compiling deranged v0.3.11
31112024-09-06T06:21:56.035Z[ helios-setup] Sep 06 06:21:55.528 INFO E| Compiling bitflags v2.3.3
31122024-09-06T06:21:56.168Z[ helios-setup] Sep 06 06:21:55.662 INFO E| Compiling time-macros v0.2.18
31132024-09-06T06:21:56.241Z[ helios-setup] Sep 06 06:21:55.734 INFO E| Compiling num_threads v0.1.6
31142024-09-06T06:21:56.308Z[ helios-setup] Sep 06 06:21:55.801 INFO E| Compiling once_cell v1.18.0
31152024-09-06T06:21:56.937Z[ helios-setup] Sep 06 06:21:56.430 INFO E| Compiling thread_local v1.1.7
31162024-09-06T06:21:57.172Z[ helios-setup] Sep 06 06:21:56.665 INFO E| Compiling fastrand v2.0.0
31172024-09-06T06:21:58.020Z[ helios-setup] Sep 06 06:21:57.513 INFO E| Compiling quote v1.0.31
31182024-09-06T06:21:58.216Z[ helios-setup] Sep 06 06:21:57.709 INFO E| Compiling dirs-sys-next v0.1.2
31192024-09-06T06:21:58.240Z[ helios-setup] Sep 06 06:21:57.731 INFO E| Compiling errno v0.3.1
31202024-09-06T06:21:58.379Z[ helios-setup] Sep 06 06:21:57.872 INFO E| Compiling atty v0.2.14
31212024-09-06T06:21:58.748Z[ helios-setup] Sep 06 06:21:58.241 INFO E| Compiling dirs-next v2.0.0
31222024-09-06T06:21:58.780Z[ helios-setup] Sep 06 06:21:58.274 INFO E| Compiling opaque-debug v0.3.0
31232024-09-06T06:21:58.905Z[ helios-setup] Sep 06 06:21:58.398 INFO E| Compiling syn v2.0.32
31242024-09-06T06:21:59.137Z[ helios-setup] Sep 06 06:21:58.630 INFO E| Compiling term v0.7.0
31252024-09-06T06:21:59.300Z[ helios-setup] Sep 06 06:21:58.793 INFO E| Compiling anyhow v1.0.72
31262024-09-06T06:21:59.327Z[ helios-setup] Sep 06 06:21:58.820 INFO E| Compiling serde_json v1.0.103
31272024-09-06T06:21:59.569Z[ helios-setup] Sep 06 06:21:59.062 INFO E| Compiling getrandom v0.2.10
31282024-09-06T06:22:00.125Z[ helios-setup] Sep 06 06:21:59.618 INFO E| Compiling block-buffer v0.9.0
31292024-09-06T06:22:00.330Z[ helios-setup] Sep 06 06:21:59.823 INFO E| Compiling digest v0.9.0
31302024-09-06T06:22:00.397Z[ helios-setup] Sep 06 06:21:59.890 INFO E| Compiling unicode-width v0.1.10
31312024-09-06T06:22:00.481Z[ helios-setup] Sep 06 06:21:59.973 INFO E| Compiling same-file v1.0.6
31322024-09-06T06:22:00.704Z[ helios-setup] Sep 06 06:22:00.197 INFO E| Compiling time v0.3.36
31332024-09-06T06:22:00.897Z[ helios-setup] Sep 06 06:22:00.391 INFO E| Compiling cpufeatures v0.2.9
31342024-09-06T06:22:01.008Z[ helios-setup] Sep 06 06:22:00.501 INFO E| Compiling ryu v1.0.15
31352024-09-06T06:22:01.036Z[ helios-setup] Sep 06 06:22:00.522 INFO E| Compiling sha-1 v0.9.8
31362024-09-06T06:22:01.282Z[ helios-setup] Sep 06 06:22:00.775 INFO E| Compiling walkdir v2.3.3
31372024-09-06T06:22:01.665Z[ helios-setup] Sep 06 06:22:01.158 INFO E| Compiling tempfile v3.7.0
31382024-09-06T06:22:02.093Z[ helios-setup] Sep 06 06:22:01.586 INFO E| Compiling getopts v0.2.21
31392024-09-06T06:22:02.213Z[ helios-setup] Sep 06 06:22:01.707 INFO E| Compiling md-5 v0.9.1
31402024-09-06T06:22:02.516Z[ helios-setup] Sep 06 06:22:02.009 INFO E| Compiling libdevinfo-sys v1.0.0
31412024-09-06T06:22:02.703Z[ helios-setup] Sep 06 06:22:02.196 INFO E| Compiling glob v0.3.1
31422024-09-06T06:22:03.837Z[ helios-setup] Sep 06 06:22:03.330 INFO E| Compiling slog-term v2.9.0
31432024-09-06T06:22:07.335Z[ helios-setup] Sep 06 06:22:06.828 INFO E| Compiling serde_derive v1.0.193
31442024-09-06T06:22:21.303Z[ helios-setup] Sep 06 06:22:20.796 INFO E| Compiling toml v0.5.11
31452024-09-06T06:22:21.327Z[ helios-setup] Sep 06 06:22:20.796 INFO E| Compiling uuid v0.8.2
31462024-09-06T06:22:23.227Z[ helios-setup] Sep 06 06:22:22.720 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31472024-09-06T06:22:29.130Z[ helios-setup] Sep 06 06:22:28.623 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31482024-09-06T06:22:42.950Z[ helios-setup] Sep 06 06:22:42.443 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.36s
31492024-09-06T06:22:42.982Z[ helios-setup] Sep 06 06:22:42.473 INFO building project "image-builder" ok (50 seconds)
31502024-09-06T06:22:43.006Z[ helios-setup] rm -f helios-build
31512024-09-06T06:22:43.006Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31522024-09-06T06:22:43.006Z[ helios-setup]
31532024-09-06T06:22:43.006Z[ helios-setup] Setup complete! ./helios-build is now available.
31542024-09-06T06:22:43.006Z[ helios-setup]
31552024-09-06T06:22:43.007Z[ helios-setup]
31562024-09-06T06:22:43.007Z[ helios-setup] real 10:24.588014389
31572024-09-06T06:22:43.007ZSep 06 06:22:42.487 INFO [helios-setup] process exited with exit status: 0 (624.597186444s)[ helios-setup] user 24:05.618879032
31582024-09-06T06:22:43.007Z
31592024-09-06T06:22:43.007Z[ helios-setup] sys 3:23.190203036
31602024-09-06T06:22:43.007Z[ helios-setup] trap 1.403915017
31612024-09-06T06:22:43.007Z[ helios-setup] tflt 6.391501378
31622024-09-06T06:22:43.007Z[ helios-setup] dflt 30.592145658
31632024-09-06T06:22:43.007Z[ helios-setup] kflt 0.010003746
31642024-09-06T06:22:43.007Z[ helios-setup] lock 1:50:01.779653021
31652024-09-06T06:22:43.007Z[ helios-setup] slp 3:08:10.203022243
31662024-09-06T06:22:43.007Z[ helios-setup] lat 28:25.465180794
31672024-09-06T06:22:43.007Z[ helios-setup] stop 4:27.635336488
31682024-09-06T06:22:43.007ZSep 06 06:22:42.488 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31692024-09-06T06:22:43.031Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31702024-09-06T06:22:43.170Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31712024-09-06T06:22:43.170Z[ phbl-toolchain] info: downloading component 'cargo'
31722024-09-06T06:22:44.236Z[ phbl-toolchain] info: downloading component 'clippy'
31732024-09-06T06:22:44.491Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31742024-09-06T06:22:47.332Z[ phbl-toolchain] info: downloading component 'miri'
31752024-09-06T06:22:48.166Z[ phbl-toolchain] info: downloading component 'rust-docs'
31762024-09-06T06:22:49.220Z[ phbl-toolchain] info: downloading component 'rust-src'
31772024-09-06T06:22:49.261Z[ phbl-toolchain] info: downloading component 'rust-std'
31782024-09-06T06:22:51.311Z[ phbl-toolchain] info: downloading component 'rustc'
31792024-09-06T06:22:58.514Z[ phbl-toolchain] info: downloading component 'rustfmt'
31802024-09-06T06:22:58.818Z[ phbl-toolchain] info: installing component 'cargo'
31812024-09-06T06:22:58.893Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31822024-09-06T06:23:00.220Z[ phbl-toolchain] info: installing component 'clippy'
31832024-09-06T06:23:00.790Z[ phbl-toolchain] info: installing component 'llvm-tools'
31842024-09-06T06:23:06.372Z[ phbl-toolchain] info: installing component 'miri'
31852024-09-06T06:23:06.722Z[ phbl-toolchain] info: installing component 'rust-docs'
31862024-09-06T06:23:19.208Z[ phbl-toolchain] info: installing component 'rust-src'
31872024-09-06T06:23:19.970Z[ phbl-toolchain] info: installing component 'rust-std'
31882024-09-06T06:23:21.839Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892024-09-06T06:23:22.169Z[ phbl-toolchain] info: installing component 'rustc'
31902024-09-06T06:23:30.624Z[ phbl-toolchain] info: installing component 'rustfmt'
31912024-09-06T06:23:31.295Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
31922024-09-06T06:23:31.322ZSep 06 06:23:30.790 INFO [phbl-toolchain] process exited with exit status: 0 (48.301109711s)
31932024-09-06T06:28:59.587Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 57s
31942024-09-06T06:30:25.121ZSep 06 06:30:24.615 INFO [host-package] process exited with exit status: 0 (1043.653648813s)
31952024-09-06T06:30:25.121ZSep 06 06:30:24.616 INFO [host-stamp] running task
31962024-09-06T06:30:25.145ZSep 06 06:30:24.617 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31972024-09-06T06:30:25.145ZSep 06 06:30:24.626 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+git557dc222dc6
31982024-09-06T06:30:25.145ZSep 06 06:30:24.639 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+git557dc222dc6
31992024-09-06T06:30:25.169Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32002024-09-06T06:30:25.169ZSep 06 06:30:24.652 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+git557dc222dc6
32012024-09-06T06:30:25.169Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-09-06T06:30:25.169Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32032024-09-06T06:30:25.193Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-09-06T06:30:25.193ZSep 06 06:30:24.665 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+git557dc222dc6
32052024-09-06T06:30:25.193Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-09-06T06:30:25.194ZSep 06 06:30:24.680 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+git557dc222dc6
32072024-09-06T06:30:25.217ZSep 06 06:30:24.693 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+git557dc222dc6
32082024-09-06T06:30:25.217Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-09-06T06:30:25.218ZSep 06 06:30:24.706 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+git557dc222dc6
32102024-09-06T06:30:25.242Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32112024-09-06T06:30:25.242Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32122024-09-06T06:30:25.242ZSep 06 06:30:24.720 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+git557dc222dc6
32132024-09-06T06:30:25.242Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32142024-09-06T06:30:25.242ZSep 06 06:30:24.733 INFO [stamp-overlay] process exited with exit status: 0 (106.912667ms)
32152024-09-06T06:30:25.242ZSep 06 06:30:24.733 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (53.50538ms)
32162024-09-06T06:30:25.242Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32172024-09-06T06:30:25.266Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32182024-09-06T06:30:25.290Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32192024-09-06T06:30:25.290ZSep 06 06:30:24.767 INFO [stamp-oxlog] process exited with exit status: 0 (46.948903ms)
32202024-09-06T06:30:25.359Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32212024-09-06T06:30:25.383ZSep 06 06:30:24.858 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (164.758046ms)
32222024-09-06T06:30:25.563Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32232024-09-06T06:30:25.588ZSep 06 06:30:25.063 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (356.930997ms)
32242024-09-06T06:30:25.660Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32252024-09-06T06:30:25.684ZSep 06 06:30:25.159 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (507.496569ms)
32262024-09-06T06:30:26.597Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32272024-09-06T06:30:26.621ZSep 06 06:30:26.097 INFO [stamp-propolis-server] process exited with exit status: 0 (1.431607106s)
32282024-09-06T06:30:26.967Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32292024-09-06T06:30:30.093Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32302024-09-06T06:30:36.582Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32312024-09-06T06:30:36.607ZSep 06 06:30:36.081 INFO [stamp-switch-asic] process exited with exit status: 0 (11.442533333s)
32322024-09-06T06:30:36.607ZSep 06 06:30:36.082 INFO [host-stamp] task succeeded (11.465979575s)
32332024-09-06T06:30:36.607ZSep 06 06:30:36.082 INFO [host-proto] running task
32342024-09-06T06:30:37.434ZSep 06 06:30:36.928 INFO [host-proto] task succeeded (846.60349ms)
32352024-09-06T06:30:37.434ZSep 06 06:30:36.928 INFO [host-profile] running task
32362024-09-06T06:30:37.458ZSep 06 06:30:36.929 INFO [host-profile] task succeeded (563.341µs)
32372024-09-06T06:30:37.458ZSep 06 06:30:36.930 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpQVCLqT/proto/host/root -N 'ci 557dc22/${os_short_commit} 2024-09-06 06:12' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32382024-09-06T06:30:37.482Z[ host-image] Sep 06 06:30:36.952 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32392024-09-06T06:30:37.482Z[ host-image] Sep 06 06:30:36.953 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32402024-09-06T06:30:37.507Z[ host-image] Sep 06 06:30:36.977 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpQVCLqT/proto/host/root"
32412024-09-06T06:30:37.507Z[ host-image] Sep 06 06:30:36.977 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32422024-09-06T06:30:37.507Z[ host-image] Sep 06 06:30:36.977 INFO image builder template: ramdisk-01-os...
32432024-09-06T06:30:37.507Z[ host-image] Sep 06 06:30:36.977 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/.tmpQVCLqT/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32442024-09-06T06:30:37.532Z[ host-image] Sep 06 06:30:37.013 INFO O| Sep 06 06:30:37.012 INFO CREATE DATASET: rpool/images/build/host/output
32452024-09-06T06:30:37.603Z[ host-image] Sep 06 06:30:37.097 INFO O| Sep 06 06:30:37.097 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32462024-09-06T06:30:37.627Z[ host-image] Sep 06 06:30:37.103 INFO O| Sep 06 06:30:37.103 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32472024-09-06T06:30:37.681Z[ host-image] Sep 06 06:30:37.176 INFO O| Sep 06 06:30:37.175 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32482024-09-06T06:30:37.711Z[ host-image] Sep 06 06:30:37.206 INFO O| Sep 06 06:30:37.205 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32492024-09-06T06:30:37.711Z[ host-image] Sep 06 06:30:37.206 INFO O| Sep 06 06:30:37.206 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32502024-09-06T06:30:37.735Z[ host-image] Sep 06 06:30:37.206 INFO O| Sep 06 06:30:37.206 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32512024-09-06T06:30:37.735Z[ host-image] Sep 06 06:30:37.206 INFO O| Sep 06 06:30:37.206 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32522024-09-06T06:30:37.736Z[ host-image] Sep 06 06:30:37.218 INFO O| Sep 06 06:30:37.218 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32532024-09-06T06:30:37.803Z[ host-image] Sep 06 06:30:37.297 INFO O| Sep 06 06:30:37.297 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32542024-09-06T06:30:37.827Z[ host-image] Sep 06 06:30:37.313 INFO O| Sep 06 06:30:37.313 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32552024-09-06T06:30:38.243Z[ host-image] Sep 06 06:30:37.737 INFO O| Sep 06 06:30:37.737 INFO O| Caching catalogs ... Done
32562024-09-06T06:30:38.323Z[ host-image] Sep 06 06:30:37.817 INFO O| Sep 06 06:30:37.817 INFO STEP 0 (pkg_image_create) COMPLETE
32572024-09-06T06:30:38.324Z[ host-image] Sep 06 06:30:37.818 INFO O| Sep 06 06:30:37.817 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32582024-09-06T06:30:38.324Z[ host-image] Sep 06 06:30:37.818 INFO O| Sep 06 06:30:37.817 INFO skip step because feature "repo_redist" is not enabled
32592024-09-06T06:30:38.348Z[ host-image] Sep 06 06:30:37.818 INFO O| Sep 06 06:30:37.817 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32602024-09-06T06:30:38.348Z[ host-image] Sep 06 06:30:37.831 INFO O| Sep 06 06:30:37.831 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"]
32612024-09-06T06:30:38.767Z[ host-image] Sep 06 06:30:38.261 INFO O| Sep 06 06:30:38.261 INFO STEP 2 (pkg_set_publisher) COMPLETE
32622024-09-06T06:30:38.767Z[ host-image] Sep 06 06:30:38.261 INFO O| Sep 06 06:30:38.261 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32632024-09-06T06:30:38.791Z[ host-image] Sep 06 06:30:38.279 INFO O| Sep 06 06:30:38.279 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"]
32642024-09-06T06:30:39.212Z[ host-image] Sep 06 06:30:38.706 INFO O| Sep 06 06:30:38.706 INFO STEP 3 (pkg_set_publisher) COMPLETE
32652024-09-06T06:30:39.212Z[ host-image] Sep 06 06:30:38.706 INFO O| Sep 06 06:30:38.706 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32662024-09-06T06:30:39.236Z[ host-image] Sep 06 06:30:38.706 INFO O| Sep 06 06:30:38.706 INFO skip step because feature "repo_redist" is not enabled
32672024-09-06T06:30:39.236Z[ host-image] Sep 06 06:30:38.706 INFO O| Sep 06 06:30:38.706 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32682024-09-06T06:30:39.666Z[ host-image] Sep 06 06:30:39.160 INFO O| Sep 06 06:30:39.159 INFO variant opensolaris.zone is already global
32692024-09-06T06:30:39.666Z[ host-image] Sep 06 06:30:39.160 INFO O| Sep 06 06:30:39.160 INFO STEP 5 (pkg_change_variant) COMPLETE
32702024-09-06T06:30:39.690Z[ host-image] Sep 06 06:30:39.160 INFO O| Sep 06 06:30:39.160 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32712024-09-06T06:30:40.148Z[ host-image] Sep 06 06:30:39.641 INFO O| Sep 06 06:30:39.641 INFO variant opensolaris.imagetype is full; changing to partial
32722024-09-06T06:30:40.148Z[ host-image] Sep 06 06:30:39.642 INFO O| Sep 06 06:30:39.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32732024-09-06T06:30:45.795Z[ host-image] Sep 06 06:30:45.289 INFO O| Sep 06 06:30:45.289 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32742024-09-06T06:30:48.516Z[ host-image] Sep 06 06:30:48.009 INFO O| Sep 06 06:30:48.009 INFO O| Startup: Caching catalogs ... Done
32752024-09-06T06:30:48.568Z[ host-image] Sep 06 06:30:48.062 INFO O| Sep 06 06:30:48.061 INFO O| Planning: Planning completed in 0.00 seconds
32762024-09-06T06:30:48.592Z[ host-image] Sep 06 06:30:48.062 INFO O| Sep 06 06:30:48.062 INFO O| Planning: Consolidating action changes ... Done
32772024-09-06T06:30:48.592Z[ host-image] Sep 06 06:30:48.062 INFO O| Sep 06 06:30:48.062 INFO O| Planning: Evaluating mediators ... Done
32782024-09-06T06:30:48.592Z[ host-image] Sep 06 06:30:48.063 INFO O| Sep 06 06:30:48.063 INFO O| Planning: Planning completed in 0.00 seconds
32792024-09-06T06:30:48.592Z[ host-image] Sep 06 06:30:48.063 INFO O| Sep 06 06:30:48.063 INFO O| Variants/Facets to change: 1
32802024-09-06T06:30:48.592Z[ host-image] Sep 06 06:30:48.083 INFO O| Sep 06 06:30:48.083 INFO O| Done
32812024-09-06T06:30:48.592Z[ host-image] Sep 06 06:30:48.083 INFO O| Sep 06 06:30:48.083 INFO O| Done
32822024-09-06T06:30:49.141Z[ host-image] Sep 06 06:30:48.635 INFO O| Sep 06 06:30:48.635 INFO O| Done
32832024-09-06T06:30:49.170Z[ host-image] Sep 06 06:30:48.664 INFO O| Sep 06 06:30:48.663 INFO O| Done
32842024-09-06T06:30:49.194Z[ host-image] Sep 06 06:30:48.665 INFO O| Sep 06 06:30:48.665 INFO O| Done
32852024-09-06T06:30:49.194Z[ host-image] Sep 06 06:30:48.665 INFO O| Sep 06 06:30:48.665 INFO O| Done
32862024-09-06T06:30:49.194Z[ host-image] Sep 06 06:30:48.666 INFO O| Sep 06 06:30:48.666 INFO O| Done
32872024-09-06T06:30:49.491Z[ host-image] Sep 06 06:30:48.985 INFO O| Sep 06 06:30:48.984 INFO STEP 6 (pkg_change_variant) COMPLETE
32882024-09-06T06:30:49.491Z[ host-image] Sep 06 06:30:48.985 INFO O| Sep 06 06:30:48.985 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32892024-09-06T06:30:49.491Z[ host-image] Sep 06 06:30:48.985 INFO O| Sep 06 06:30:48.985 INFO skip step because feature "debug_variant" is not enabled
32902024-09-06T06:30:49.515Z[ host-image] Sep 06 06:30:48.985 INFO O| Sep 06 06:30:48.985 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-09-06T06:30:49.651Z[recovery-package] Finished `release` profile [optimized] target(s) in 24.26s
32922024-09-06T06:30:49.919Z[ host-image] Sep 06 06:30:49.413 INFO O| Sep 06 06:30:49.413 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32932024-09-06T06:30:50.537Z[ host-image] Sep 06 06:30:50.030 INFO O| Sep 06 06:30:50.030 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32942024-09-06T06:30:50.563Z[ host-image] Sep 06 06:30:50.031 INFO O| Sep 06 06:30:50.031 INFO O| Planning: Planning completed in 0.00 seconds
32952024-09-06T06:30:50.563Z[ host-image] Sep 06 06:30:50.032 INFO O| Sep 06 06:30:50.032 INFO O| Planning: Consolidating action changes ... Done
32962024-09-06T06:30:50.563Z[ host-image] Sep 06 06:30:50.032 INFO O| Sep 06 06:30:50.032 INFO O| Planning: Evaluating mediators ... Done
32972024-09-06T06:30:50.563Z[ host-image] Sep 06 06:30:50.033 INFO O| Sep 06 06:30:50.033 INFO O| Planning: Planning completed in 0.00 seconds
32982024-09-06T06:30:50.563Z[ host-image] Sep 06 06:30:50.033 INFO O| Sep 06 06:30:50.033 INFO O| Variants/Facets to change: 1
32992024-09-06T06:30:50.563Z[ host-image] Sep 06 06:30:50.054 INFO O| Sep 06 06:30:50.054 INFO O| Done
33002024-09-06T06:30:50.564Z[ host-image] Sep 06 06:30:50.054 INFO O| Sep 06 06:30:50.054 INFO O| Done
33012024-09-06T06:30:50.930Z[ host-image] Sep 06 06:30:50.423 INFO O| Sep 06 06:30:50.423 INFO O| Done
33022024-09-06T06:30:50.967Z[ host-image] Sep 06 06:30:50.461 INFO O| Sep 06 06:30:50.461 INFO O| Done
33032024-09-06T06:30:50.992Z[ host-image] Sep 06 06:30:50.462 INFO O| Sep 06 06:30:50.462 INFO O| Done
33042024-09-06T06:30:50.992Z[ host-image] Sep 06 06:30:50.462 INFO O| Sep 06 06:30:50.462 INFO O| Done
33052024-09-06T06:30:50.992Z[ host-image] Sep 06 06:30:50.465 INFO O| Sep 06 06:30:50.465 INFO O| Done
33062024-09-06T06:30:51.054Z[ host-image] Sep 06 06:30:50.547 INFO O| Sep 06 06:30:50.547 INFO STEP 8 (pkg_change_facet) COMPLETE
33072024-09-06T06:30:51.054Z[ host-image] Sep 06 06:30:50.547 INFO O| Sep 06 06:30:50.547 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33082024-09-06T06:30:51.054Z[ host-image] Sep 06 06:30:50.547 INFO O| Sep 06 06:30:50.547 INFO skip step because feature "recovery" is not enabled
33092024-09-06T06:30:51.078Z[ host-image] Sep 06 06:30:50.547 INFO O| Sep 06 06:30:50.547 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33102024-09-06T06:30:51.078Z[ host-image] Sep 06 06:30:50.547 INFO O| Sep 06 06:30:50.547 INFO skip step because feature "recovery" is not enabled
33112024-09-06T06:30:51.078Z[ host-image] Sep 06 06:30:50.547 INFO O| Sep 06 06:30:50.547 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-09-06T06:30:51.078Z[ host-image] Sep 06 06:30:50.564 INFO O| Sep 06 06:30:50.564 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"]
33132024-09-06T06:30:51.698Z[ host-image] Sep 06 06:30:51.191 INFO O| Sep 06 06:30:51.191 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33142024-09-06T06:30:53.241ZSep 06 06:30:52.735 INFO [recovery-package] process exited with exit status: 0 (28.117737472s)
33152024-09-06T06:30:53.241ZSep 06 06:30:52.735 INFO [recovery-stamp] running task
33162024-09-06T06:30:53.265ZSep 06 06:30:52.735 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git557dc222dc6
33172024-09-06T06:30:53.265ZSep 06 06:30:52.736 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33182024-09-06T06:30:53.265ZSep 06 06:30:52.757 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+git557dc222dc6
33192024-09-06T06:30:53.289Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33202024-09-06T06:30:53.289Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33212024-09-06T06:30:53.375Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33222024-09-06T06:30:53.399ZSep 06 06:30:52.874 INFO [stamp-installinator] process exited with exit status: 0 (138.488707ms)
33232024-09-06T06:30:53.431Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33242024-09-06T06:30:53.455ZSep 06 06:30:52.930 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (173.1189ms)
33252024-09-06T06:30:53.455ZSep 06 06:30:52.930 INFO [recovery-stamp] task succeeded (195.28132ms)
33262024-09-06T06:30:53.456ZSep 06 06:30:52.930 INFO [recovery-proto] running task
33272024-09-06T06:30:53.456ZSep 06 06:30:52.930 INFO [tuf-stamp] running task
33282024-09-06T06:30:53.456ZSep 06 06:30:52.932 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+git557dc222dc6
33292024-09-06T06:30:53.456ZSep 06 06:30:52.945 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+git557dc222dc6
33302024-09-06T06:30:53.479Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33312024-09-06T06:30:53.479ZSep 06 06:30:52.960 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+git557dc222dc6
33322024-09-06T06:30:53.479ZSep 06 06:30:52.972 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+git557dc222dc6
33332024-09-06T06:30:53.504Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33342024-09-06T06:30:53.504Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33352024-09-06T06:30:53.504ZSep 06 06:30:52.986 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+git557dc222dc6
33362024-09-06T06:30:53.528Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33372024-09-06T06:30:53.528ZSep 06 06:30:53.002 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+git557dc222dc6
33382024-09-06T06:30:53.528Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33392024-09-06T06:30:53.529ZSep 06 06:30:53.017 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+git557dc222dc6
33402024-09-06T06:30:53.566Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33412024-09-06T06:30:53.566ZSep 06 06:30:53.060 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+git557dc222dc6
33422024-09-06T06:30:53.656Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33432024-09-06T06:30:53.656ZSep 06 06:30:53.150 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+git557dc222dc6
33442024-09-06T06:30:53.905Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33452024-09-06T06:30:53.905Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-09-06T06:30:53.929ZSep 06 06:30:53.399 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+git557dc222dc6
33472024-09-06T06:30:53.929ZSep 06 06:30:53.399 INFO [recovery-proto] task succeeded (468.747514ms)
33482024-09-06T06:30:54.221Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33492024-09-06T06:30:54.245ZSep 06 06:30:53.715 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpQVCLqT/proto/recovery/root -N 'recovery 557dc22/${os_short_commit} 2024-09-06 06:12' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33502024-09-06T06:30:54.245Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33512024-09-06T06:30:54.245ZSep 06 06:30:53.726 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+git557dc222dc6
33522024-09-06T06:30:54.269Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-09-06T06:30:54.269ZSep 06 06:30:53.740 INFO [stamp-ntp] process exited with exit status: 0 (780.587633ms)
33542024-09-06T06:30:54.269ZSep 06 06:30:53.740 INFO [stamp-probe] process exited with exit status: 0 (590.110004ms)
33552024-09-06T06:30:54.269Z[ recovery-image] Sep 06 06:30:53.741 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33562024-09-06T06:30:54.269Z[ recovery-image] Sep 06 06:30:53.741 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33572024-09-06T06:30:54.269Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-09-06T06:30:54.269Z[ recovery-image] Sep 06 06:30:53.760 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpQVCLqT/proto/recovery/root"
33592024-09-06T06:30:54.269Z[ recovery-image] Sep 06 06:30:53.760 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33602024-09-06T06:30:54.269Z[ recovery-image] Sep 06 06:30:53.760 INFO image builder template: ramdisk-01-os...
33612024-09-06T06:30:54.269Z[ recovery-image] Sep 06 06:30:53.760 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/.tmpQVCLqT/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33622024-09-06T06:30:54.303Z[ recovery-image] Sep 06 06:30:53.797 INFO O| Sep 06 06:30:53.797 INFO CREATE DATASET: rpool/images/build/recovery/output
33632024-09-06T06:30:54.474Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33642024-09-06T06:30:54.511ZSep 06 06:30:54.005 INFO [stamp-external-dns] process exited with exit status: 0 (1.0601209s)
33652024-09-06T06:30:54.539Z[ recovery-image] Sep 06 06:30:54.033 INFO O| Sep 06 06:30:54.033 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33662024-09-06T06:30:54.563Z[ recovery-image] Sep 06 06:30:54.042 INFO O| Sep 06 06:30:54.041 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33672024-09-06T06:30:54.654Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33682024-09-06T06:30:54.679ZSep 06 06:30:54.174 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.187861305s)
33692024-09-06T06:30:54.723Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33702024-09-06T06:30:54.746Z[ recovery-image] Sep 06 06:30:54.222 INFO O| Sep 06 06:30:54.222 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33712024-09-06T06:30:54.770ZSep 06 06:30:54.246 INFO [stamp-internal-dns] process exited with exit status: 0 (1.185914036s)
33722024-09-06T06:30:54.819Z[ recovery-image] Sep 06 06:30:54.313 INFO O| Sep 06 06:30:54.313 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33732024-09-06T06:30:54.843Z[ recovery-image] Sep 06 06:30:54.313 INFO O| Sep 06 06:30:54.313 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33742024-09-06T06:30:54.843Z[ recovery-image] Sep 06 06:30:54.313 INFO O| Sep 06 06:30:54.313 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33752024-09-06T06:30:54.843Z[ recovery-image] Sep 06 06:30:54.313 INFO O| Sep 06 06:30:54.313 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33762024-09-06T06:30:54.909Z[ recovery-image] Sep 06 06:30:54.403 INFO O| Sep 06 06:30:54.403 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33772024-09-06T06:30:54.934Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33782024-09-06T06:30:54.934ZSep 06 06:30:54.427 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.455291998s)
33792024-09-06T06:30:54.984Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
33802024-09-06T06:30:55.021Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33812024-09-06T06:30:55.046Z[ recovery-image] Sep 06 06:30:54.521 INFO O| Sep 06 06:30:54.519 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-09-06T06:30:55.070Z[ recovery-image] Sep 06 06:30:54.541 INFO O| Sep 06 06:30:54.541 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33832024-09-06T06:30:55.154Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33842024-09-06T06:30:55.178ZSep 06 06:30:54.654 INFO [stamp-oximeter] process exited with exit status: 0 (1.721952953s)
33852024-09-06T06:30:55.552Z[ recovery-image] Sep 06 06:30:55.046 INFO O| Sep 06 06:30:55.046 INFO O| Caching catalogs ... Done
33862024-09-06T06:30:55.634Z[ recovery-image] Sep 06 06:30:55.128 INFO O| Sep 06 06:30:55.128 INFO STEP 0 (pkg_image_create) COMPLETE
33872024-09-06T06:30:55.634Z[ recovery-image] Sep 06 06:30:55.128 INFO O| Sep 06 06:30:55.128 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-09-06T06:30:55.634Z[ recovery-image] Sep 06 06:30:55.128 INFO O| Sep 06 06:30:55.128 INFO skip step because feature "repo_redist" is not enabled
33892024-09-06T06:30:55.634Z[ recovery-image] Sep 06 06:30:55.128 INFO O| Sep 06 06:30:55.128 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33902024-09-06T06:30:55.658Z[ recovery-image] Sep 06 06:30:55.146 INFO O| Sep 06 06:30:55.146 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"]
33912024-09-06T06:30:56.117Z[ recovery-image] Sep 06 06:30:55.611 INFO O| Sep 06 06:30:55.611 INFO STEP 2 (pkg_set_publisher) COMPLETE
33922024-09-06T06:30:56.117Z[ recovery-image] Sep 06 06:30:55.611 INFO O| Sep 06 06:30:55.611 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33932024-09-06T06:30:56.141Z[ recovery-image] Sep 06 06:30:55.628 INFO O| Sep 06 06:30:55.628 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"]
33942024-09-06T06:30:56.639Z[ recovery-image] Sep 06 06:30:56.133 INFO O| Sep 06 06:30:56.133 INFO STEP 3 (pkg_set_publisher) COMPLETE
33952024-09-06T06:30:56.639Z[ recovery-image] Sep 06 06:30:56.133 INFO O| Sep 06 06:30:56.133 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33962024-09-06T06:30:56.663Z[ recovery-image] Sep 06 06:30:56.133 INFO O| Sep 06 06:30:56.133 INFO skip step because feature "repo_redist" is not enabled
33972024-09-06T06:30:56.663Z[ recovery-image] Sep 06 06:30:56.133 INFO O| Sep 06 06:30:56.133 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33982024-09-06T06:30:57.108Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33992024-09-06T06:30:57.132Z[ recovery-image] Sep 06 06:30:56.606 INFO O| Sep 06 06:30:56.606 INFO variant opensolaris.zone is already global
34002024-09-06T06:30:57.132Z[ recovery-image] Sep 06 06:30:56.606 INFO O| Sep 06 06:30:56.606 INFO STEP 5 (pkg_change_variant) COMPLETE
34012024-09-06T06:30:57.132Z[ recovery-image] Sep 06 06:30:56.606 INFO O| Sep 06 06:30:56.606 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-09-06T06:30:57.132ZSep 06 06:30:56.609 INFO [stamp-nexus] process exited with exit status: 0 (3.591758938s)
34032024-09-06T06:30:57.579Z[ recovery-image] Sep 06 06:30:57.073 INFO O| Sep 06 06:30:57.073 INFO variant opensolaris.imagetype is full; changing to partial
34042024-09-06T06:30:57.579Z[ recovery-image] Sep 06 06:30:57.073 INFO O| Sep 06 06:30:57.073 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34052024-09-06T06:30:59.363Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062024-09-06T06:30:59.398Z[verify-libraries] Compiling polyval v0.6.2
34072024-09-06T06:30:59.422Z[verify-libraries] Compiling rfc6979 v0.4.0
34082024-09-06T06:30:59.422Z[verify-libraries] Compiling primeorder v0.13.6
34092024-09-06T06:30:59.422Z[verify-libraries] Compiling ctr v0.9.2
34102024-09-06T06:30:59.454Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34112024-09-06T06:30:59.478ZSep 06 06:30:58.957 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.504168839s)
34122024-09-06T06:30:59.529Z[verify-libraries] Compiling ed25519 v2.2.3
34132024-09-06T06:30:59.530Z[verify-libraries] Compiling ssh-encoding v0.2.0
34142024-09-06T06:30:59.530Z[verify-libraries] Compiling blowfish v0.9.1
34152024-09-06T06:31:00.002Z[verify-libraries] Compiling ghash v0.5.1
34162024-09-06T06:31:00.027Z[verify-libraries] Compiling ecdsa v0.16.9
34172024-09-06T06:31:00.204Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34182024-09-06T06:31:00.237Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34192024-09-06T06:31:00.491Z[verify-libraries] Compiling aes-gcm v0.10.3
34202024-09-06T06:31:00.951Z[verify-libraries] Compiling password-hash v0.4.2
34212024-09-06T06:31:00.951Z[verify-libraries] Compiling ssh-cipher v0.2.0
34222024-09-06T06:31:01.077Z[verify-libraries] Compiling matches v0.1.10
34232024-09-06T06:31:01.333Z[verify-libraries] Compiling idna v0.2.3
34242024-09-06T06:31:01.400Z[verify-libraries] Compiling pbkdf2 v0.11.0
34252024-09-06T06:31:01.565Z[verify-libraries] Compiling ssh-key v0.6.6
34262024-09-06T06:31:01.610Z[verify-libraries] Compiling p521 v0.13.3
34272024-09-06T06:31:01.700Z[verify-libraries] Compiling p384 v0.13.0
34282024-09-06T06:31:01.893Z[verify-libraries] Compiling p256 v0.13.2
34292024-09-06T06:31:02.865Z[verify-libraries] Compiling enum-as-inner v0.5.1
34302024-09-06T06:31:03.270Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34312024-09-06T06:31:03.328ZSep 06 06:31:02.823 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.821067249s)
34322024-09-06T06:31:04.028Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34332024-09-06T06:31:04.340Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34342024-09-06T06:31:04.364ZSep 06 06:31:03.850 INFO [stamp-clickhouse] process exited with exit status: 0 (10.124646118s)
34352024-09-06T06:31:04.364ZSep 06 06:31:03.851 INFO [tuf-stamp] task succeeded (10.920010307s)
34362024-09-06T06:31:04.549Z[verify-libraries] Compiling md5 v0.7.0
34372024-09-06T06:31:04.583Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34382024-09-06T06:31:05.156Z[verify-libraries] Compiling russh-keys v0.45.0
34392024-09-06T06:31:05.256Z[verify-libraries] Compiling num-bigint v0.4.5
34402024-09-06T06:31:05.257Z[verify-libraries] Compiling des v0.8.1
34412024-09-06T06:31:05.883Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34422024-09-06T06:31:06.341Z[ recovery-image] Sep 06 06:31:05.835 INFO O| Sep 06 06:31:05.835 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34432024-09-06T06:31:07.074Z[verify-libraries] Compiling hex-literal v0.4.1
34442024-09-06T06:31:07.358Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452024-09-06T06:31:07.408Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34462024-09-06T06:31:08.042Z[verify-libraries] Compiling internet-checksum v0.2.1
34472024-09-06T06:31:08.408Z[verify-libraries] Compiling heck v0.4.1
34482024-09-06T06:31:09.729Z[verify-libraries] Compiling dhcproto v0.12.0
34492024-09-06T06:31:09.978Z[ recovery-image] Sep 06 06:31:09.472 INFO O| Sep 06 06:31:09.472 INFO O| Startup: Caching catalogs ... Done
34502024-09-06T06:31:10.049Z[ recovery-image] Sep 06 06:31:09.543 INFO O| Sep 06 06:31:09.543 INFO O| Planning: Planning completed in 0.00 seconds
34512024-09-06T06:31:10.073Z[ recovery-image] Sep 06 06:31:09.543 INFO O| Sep 06 06:31:09.543 INFO O| Planning: Consolidating action changes ... Done
34522024-09-06T06:31:10.073Z[ recovery-image] Sep 06 06:31:09.544 INFO O| Sep 06 06:31:09.543 INFO O| Planning: Evaluating mediators ... Done
34532024-09-06T06:31:10.073Z[ recovery-image] Sep 06 06:31:09.544 INFO O| Sep 06 06:31:09.544 INFO O| Planning: Planning completed in 0.00 seconds
34542024-09-06T06:31:10.073Z[ recovery-image] Sep 06 06:31:09.544 INFO O| Sep 06 06:31:09.544 INFO O| Variants/Facets to change: 1
34552024-09-06T06:31:10.117Z[ recovery-image] Sep 06 06:31:09.611 INFO O| Sep 06 06:31:09.611 INFO O| Done
34562024-09-06T06:31:10.117Z[ recovery-image] Sep 06 06:31:09.611 INFO O| Sep 06 06:31:09.611 INFO O| Done
34572024-09-06T06:31:10.918Z[verify-libraries] Compiling russh v0.45.0
34582024-09-06T06:31:10.974Z[ recovery-image] Sep 06 06:31:10.468 INFO O| Sep 06 06:31:10.468 INFO O| Done
34592024-09-06T06:31:11.003Z[ recovery-image] Sep 06 06:31:10.497 INFO O| Sep 06 06:31:10.497 INFO O| Done
34602024-09-06T06:31:11.031Z[ recovery-image] Sep 06 06:31:10.499 INFO O| Sep 06 06:31:10.499 INFO O| Done
34612024-09-06T06:31:11.031Z[ recovery-image] Sep 06 06:31:10.499 INFO O| Sep 06 06:31:10.499 INFO O| Done
34622024-09-06T06:31:11.031Z[ recovery-image] Sep 06 06:31:10.501 INFO O| Sep 06 06:31:10.501 INFO O| Done
34632024-09-06T06:31:11.580Z[ recovery-image] Sep 06 06:31:11.074 INFO O| Sep 06 06:31:11.074 INFO STEP 6 (pkg_change_variant) COMPLETE
34642024-09-06T06:31:11.580Z[ recovery-image] Sep 06 06:31:11.074 INFO O| Sep 06 06:31:11.074 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34652024-09-06T06:31:11.604Z[ recovery-image] Sep 06 06:31:11.074 INFO O| Sep 06 06:31:11.074 INFO skip step because feature "debug_variant" is not enabled
34662024-09-06T06:31:11.604Z[ recovery-image] Sep 06 06:31:11.074 INFO O| Sep 06 06:31:11.074 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34672024-09-06T06:31:12.131Z[ recovery-image] Sep 06 06:31:11.625 INFO O| Sep 06 06:31:11.625 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34682024-09-06T06:31:13.015Z[ recovery-image] Sep 06 06:31:12.509 INFO O| Sep 06 06:31:12.509 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34692024-09-06T06:31:13.039Z[ recovery-image] Sep 06 06:31:12.512 INFO O| Sep 06 06:31:12.511 INFO O| Planning: Planning completed in 0.00 seconds
34702024-09-06T06:31:13.039Z[ recovery-image] Sep 06 06:31:12.513 INFO O| Sep 06 06:31:12.512 INFO O| Planning: Consolidating action changes ... Done
34712024-09-06T06:31:13.039Z[ recovery-image] Sep 06 06:31:12.513 INFO O| Sep 06 06:31:12.513 INFO O| Planning: Evaluating mediators ... Done
34722024-09-06T06:31:13.039Z[ recovery-image] Sep 06 06:31:12.513 INFO O| Sep 06 06:31:12.513 INFO O| Planning: Planning completed in 0.00 seconds
34732024-09-06T06:31:13.039Z[ recovery-image] Sep 06 06:31:12.514 INFO O| Sep 06 06:31:12.514 INFO O| Variants/Facets to change: 1
34742024-09-06T06:31:13.063Z[ recovery-image] Sep 06 06:31:12.548 INFO O| Sep 06 06:31:12.548 INFO O| Done
34752024-09-06T06:31:13.063Z[ recovery-image] Sep 06 06:31:12.549 INFO O| Sep 06 06:31:12.548 INFO O| Done
34762024-09-06T06:31:13.637Z[ recovery-image] Sep 06 06:31:13.131 INFO O| Sep 06 06:31:13.131 INFO O| Done
34772024-09-06T06:31:13.671Z[ recovery-image] Sep 06 06:31:13.165 INFO O| Sep 06 06:31:13.165 INFO O| Done
34782024-09-06T06:31:13.695Z[ recovery-image] Sep 06 06:31:13.166 INFO O| Sep 06 06:31:13.166 INFO O| Done
34792024-09-06T06:31:13.695Z[ recovery-image] Sep 06 06:31:13.166 INFO O| Sep 06 06:31:13.166 INFO O| Done
34802024-09-06T06:31:13.695Z[ recovery-image] Sep 06 06:31:13.168 INFO O| Sep 06 06:31:13.168 INFO O| Done
34812024-09-06T06:31:13.747Z[ recovery-image] Sep 06 06:31:13.240 INFO O| Sep 06 06:31:13.240 INFO STEP 8 (pkg_change_facet) COMPLETE
34822024-09-06T06:31:13.747Z[ recovery-image] Sep 06 06:31:13.240 INFO O| Sep 06 06:31:13.240 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34832024-09-06T06:31:14.031Z[ host-image] Sep 06 06:31:13.525 INFO O| Sep 06 06:31:13.525 INFO O| Planning: Solver setup ... Done
34842024-09-06T06:31:14.265Z[ recovery-image] Sep 06 06:31:13.759 INFO O| Sep 06 06:31:13.759 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34852024-09-06T06:31:14.445Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34862024-09-06T06:31:15.111Z[ recovery-image] Sep 06 06:31:14.605 INFO O| Sep 06 06:31:14.605 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34872024-09-06T06:31:15.138Z[ recovery-image] Sep 06 06:31:14.624 INFO O| Sep 06 06:31:14.623 INFO O| Planning: Planning completed in 0.02 seconds
34882024-09-06T06:31:15.138Z[ recovery-image] Sep 06 06:31:14.624 INFO O| Sep 06 06:31:14.624 INFO O| Planning: Consolidating action changes ... Done
34892024-09-06T06:31:15.138Z[ recovery-image] Sep 06 06:31:14.625 INFO O| Sep 06 06:31:14.624 INFO O| Planning: Evaluating mediators ... Done
34902024-09-06T06:31:15.138Z[ recovery-image] Sep 06 06:31:14.625 INFO O| Sep 06 06:31:14.625 INFO O| Planning: Planning completed in 0.02 seconds
34912024-09-06T06:31:15.138Z[ recovery-image] Sep 06 06:31:14.625 INFO O| Sep 06 06:31:14.625 INFO O| Variants/Facets to change: 1
34922024-09-06T06:31:15.177Z[ recovery-image] Sep 06 06:31:14.672 INFO O| Sep 06 06:31:14.672 INFO O| Done
34932024-09-06T06:31:15.178Z[ recovery-image] Sep 06 06:31:14.672 INFO O| Sep 06 06:31:14.672 INFO O| Done
34942024-09-06T06:31:15.644Z[ recovery-image] Sep 06 06:31:15.138 INFO O| Sep 06 06:31:15.138 INFO O| Done
34952024-09-06T06:31:15.678Z[ recovery-image] Sep 06 06:31:15.172 INFO O| Sep 06 06:31:15.172 INFO O| Done
34962024-09-06T06:31:15.702Z[ recovery-image] Sep 06 06:31:15.189 INFO O| Sep 06 06:31:15.188 INFO O| Done
34972024-09-06T06:31:15.702Z[ recovery-image] Sep 06 06:31:15.189 INFO O| Sep 06 06:31:15.189 INFO O| Done
34982024-09-06T06:31:15.702Z[ recovery-image] Sep 06 06:31:15.191 INFO O| Sep 06 06:31:15.191 INFO O| Done
34992024-09-06T06:31:15.783Z[ recovery-image] Sep 06 06:31:15.277 INFO O| Sep 06 06:31:15.277 INFO STEP 9 (pkg_change_facet) COMPLETE
35002024-09-06T06:31:15.783Z[ recovery-image] Sep 06 06:31:15.277 INFO O| Sep 06 06:31:15.277 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35012024-09-06T06:31:16.391Z[ recovery-image] Sep 06 06:31:15.885 INFO O| Sep 06 06:31:15.885 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35022024-09-06T06:31:17.499Z[ recovery-image] Sep 06 06:31:16.993 INFO O| Sep 06 06:31:16.993 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35032024-09-06T06:31:17.523Z[ recovery-image] Sep 06 06:31:16.995 INFO O| Sep 06 06:31:16.995 INFO O| Planning: Planning completed in 0.00 seconds
35042024-09-06T06:31:17.523Z[ recovery-image] Sep 06 06:31:16.996 INFO O| Sep 06 06:31:16.996 INFO O| Planning: Consolidating action changes ... Done
35052024-09-06T06:31:17.523Z[ recovery-image] Sep 06 06:31:16.996 INFO O| Sep 06 06:31:16.996 INFO O| Planning: Evaluating mediators ... Done
35062024-09-06T06:31:17.523Z[ recovery-image] Sep 06 06:31:16.996 INFO O| Sep 06 06:31:16.996 INFO O| Planning: Planning completed in 0.00 seconds
35072024-09-06T06:31:17.523Z[ recovery-image] Sep 06 06:31:16.996 INFO O| Sep 06 06:31:16.996 INFO O| Variants/Facets to change: 1
35082024-09-06T06:31:17.558Z[ recovery-image] Sep 06 06:31:17.053 INFO O| Sep 06 06:31:17.053 INFO O| Done
35092024-09-06T06:31:17.558Z[ recovery-image] Sep 06 06:31:17.053 INFO O| Sep 06 06:31:17.053 INFO O| Done
35102024-09-06T06:31:18.122Z[ recovery-image] Sep 06 06:31:17.616 INFO O| Sep 06 06:31:17.616 INFO O| Done
35112024-09-06T06:31:18.156Z[ recovery-image] Sep 06 06:31:17.650 INFO O| Sep 06 06:31:17.650 INFO O| Done
35122024-09-06T06:31:18.180Z[ recovery-image] Sep 06 06:31:17.651 INFO O| Sep 06 06:31:17.651 INFO O| Done
35132024-09-06T06:31:18.180Z[ recovery-image] Sep 06 06:31:17.652 INFO O| Sep 06 06:31:17.651 INFO O| Done
35142024-09-06T06:31:18.180Z[ recovery-image] Sep 06 06:31:17.653 INFO O| Sep 06 06:31:17.653 INFO O| Done
35152024-09-06T06:31:18.229Z[ recovery-image] Sep 06 06:31:17.723 INFO O| Sep 06 06:31:17.723 INFO STEP 10 (pkg_change_facet) COMPLETE
35162024-09-06T06:31:18.229Z[ recovery-image] Sep 06 06:31:17.723 INFO O| Sep 06 06:31:17.723 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-09-06T06:31:18.253Z[ recovery-image] Sep 06 06:31:17.745 INFO O| Sep 06 06:31:17.745 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"]
35182024-09-06T06:31:19.052Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35192024-09-06T06:31:19.350Z[ recovery-image] Sep 06 06:31:18.844 INFO O| Sep 06 06:31:18.844 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35202024-09-06T06:31:20.126Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35212024-09-06T06:31:20.664Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35222024-09-06T06:31:21.191Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35232024-09-06T06:31:21.558Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35242024-09-06T06:31:21.620Z[verify-libraries] Compiling indent_write v2.2.0
35252024-09-06T06:31:21.988Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35262024-09-06T06:31:22.156Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35272024-09-06T06:31:23.472Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35282024-09-06T06:31:24.262Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35292024-09-06T06:31:24.774Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35302024-09-06T06:31:27.318Z[ host-image] Sep 06 06:31:26.812 INFO O| Sep 06 06:31:26.812 INFO O| Planning: Running solver ... Done
35312024-09-06T06:31:27.553Z[ host-image] Sep 06 06:31:27.046 INFO O| Sep 06 06:31:27.046 INFO O| Planning: Finding local manifests ... Done
35322024-09-06T06:31:27.577Z[ host-image] Sep 06 06:31:27.058 INFO O| Sep 06 06:31:27.057 INFO O| Planning: Fetching manifests: 0/124 0% complete
35332024-09-06T06:31:30.871Z[verify-libraries] Compiling termios v0.3.3
35342024-09-06T06:31:31.219Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35352024-09-06T06:31:31.282Z[ host-image] Sep 06 06:31:30.776 INFO O| Sep 06 06:31:30.776 INFO O| Planning: Fetching manifests: 124/124 100% complete
35362024-09-06T06:31:32.200Z[ host-image] Sep 06 06:31:31.694 INFO O| Sep 06 06:31:31.694 INFO O| Planning: Package planning ... Done
35372024-09-06T06:31:33.303Z[ host-image] Sep 06 06:31:32.797 INFO O| Sep 06 06:31:32.797 INFO O| Planning: Merging actions ... Done
35382024-09-06T06:31:33.531Z[ host-image] Sep 06 06:31:33.025 INFO O| Sep 06 06:31:33.025 INFO O| Planning: Checking for conflicting actions ... Done
35392024-09-06T06:31:33.747Z[ host-image] Sep 06 06:31:33.241 INFO O| Sep 06 06:31:33.240 INFO O| Planning: Consolidating action changes ... Done
35402024-09-06T06:31:34.111Z[ host-image] Sep 06 06:31:33.605 INFO O| Sep 06 06:31:33.605 INFO O| Planning: Evaluating mediators ... Done
35412024-09-06T06:31:38.017Z[ host-image] Sep 06 06:31:37.512 INFO O| Sep 06 06:31:37.511 INFO O| Planning: Planning completed in 46.32 seconds
35422024-09-06T06:31:38.042Z[ host-image] Sep 06 06:31:37.517 INFO O| Sep 06 06:31:37.517 INFO O| Packages to install: 124
35432024-09-06T06:31:38.042Z[ host-image] Sep 06 06:31:37.517 INFO O| Sep 06 06:31:37.517 INFO O| Mediators to change: 4
35442024-09-06T06:31:38.042Z[ host-image] Sep 06 06:31:37.517 INFO O| Sep 06 06:31:37.517 INFO O| Services to change: 6
35452024-09-06T06:31:38.160Z[ host-image] Sep 06 06:31:37.654 INFO O| Sep 06 06:31:37.654 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35462024-09-06T06:31:42.179Z[ recovery-image] Sep 06 06:31:41.673 INFO O| Sep 06 06:31:41.673 INFO O| Planning: Solver setup ... Done
35472024-09-06T06:31:43.164Z[ host-image] Sep 06 06:31:42.658 INFO O| Sep 06 06:31:42.658 INFO O| Download: 1067/22728 items 6.2/196.4MB 3% complete (1.3M/s)
35482024-09-06T06:31:48.169Z[ host-image] Sep 06 06:31:47.663 INFO O| Sep 06 06:31:47.663 INFO O| Download: 1782/22728 items 12.0/196.4MB 6% complete (1.2M/s)
35492024-09-06T06:31:52.405Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35502024-09-06T06:31:53.202Z[ host-image] Sep 06 06:31:52.696 INFO O| Sep 06 06:31:52.696 INFO O| Download: 2273/22728 items 24.9/196.4MB 12% complete (1.9M/s)
35512024-09-06T06:31:54.587Z[ recovery-image] Sep 06 06:31:54.081 INFO O| Sep 06 06:31:54.080 INFO O| Planning: Running solver ... Done
35522024-09-06T06:31:54.806Z[ recovery-image] Sep 06 06:31:54.300 INFO O| Sep 06 06:31:54.300 INFO O| Planning: Finding local manifests ... Done
35532024-09-06T06:31:54.830Z[ recovery-image] Sep 06 06:31:54.311 INFO O| Sep 06 06:31:54.311 INFO O| Planning: Fetching manifests: 0/124 0% complete
35542024-09-06T06:31:58.202Z[ host-image] Sep 06 06:31:57.696 INFO O| Sep 06 06:31:57.696 INFO O| Download: 3259/22728 items 34.0/196.4MB 17% complete (2.2M/s)
35552024-09-06T06:31:58.415Z[ recovery-image] Sep 06 06:31:57.909 INFO O| Sep 06 06:31:57.909 INFO O| Planning: Fetching manifests: 124/124 100% complete
35562024-09-06T06:31:59.104Z[ recovery-image] Sep 06 06:31:58.598 INFO O| Sep 06 06:31:58.598 INFO O| Planning: Package planning ... Done
35572024-09-06T06:31:59.601Z[ recovery-image] Sep 06 06:31:59.095 INFO O| Sep 06 06:31:59.095 INFO O| Planning: Merging actions ... Done
35582024-09-06T06:31:59.941Z[ recovery-image] Sep 06 06:31:59.434 INFO O| Sep 06 06:31:59.434 INFO O| Planning: Checking for conflicting actions ... Done
35592024-09-06T06:32:00.044Z[ recovery-image] Sep 06 06:31:59.537 INFO O| Sep 06 06:31:59.537 INFO O| Planning: Consolidating action changes ... Done
35602024-09-06T06:32:00.288Z[ recovery-image] Sep 06 06:31:59.782 INFO O| Sep 06 06:31:59.782 INFO O| Planning: Evaluating mediators ... Done
35612024-09-06T06:32:03.204Z[ host-image] Sep 06 06:32:02.698 INFO O| Sep 06 06:32:02.698 INFO O| Download: 4347/22728 items 41.0/196.4MB 20% complete (1.6M/s)
35622024-09-06T06:32:03.879Z[ recovery-image] Sep 06 06:32:03.373 INFO O| Sep 06 06:32:03.373 INFO O| Planning: Planning completed in 44.53 seconds
35632024-09-06T06:32:03.903Z[ recovery-image] Sep 06 06:32:03.379 INFO O| Sep 06 06:32:03.379 INFO O| Packages to install: 124
35642024-09-06T06:32:03.903Z[ recovery-image] Sep 06 06:32:03.379 INFO O| Sep 06 06:32:03.379 INFO O| Mediators to change: 4
35652024-09-06T06:32:03.903Z[ recovery-image] Sep 06 06:32:03.379 INFO O| Sep 06 06:32:03.379 INFO O| Services to change: 5
35662024-09-06T06:32:03.942Z[ recovery-image] Sep 06 06:32:03.437 INFO O| Sep 06 06:32:03.436 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35672024-09-06T06:32:08.204Z[ host-image] Sep 06 06:32:07.698 INFO O| Sep 06 06:32:07.698 INFO O| Download: 4945/22728 items 45.8/196.4MB 23% complete (1.2M/s)
35682024-09-06T06:32:08.982Z[ recovery-image] Sep 06 06:32:08.476 INFO O| Sep 06 06:32:08.476 INFO O| Download: 876/15831 items 6.7/173.2MB 3% complete (1.4M/s)
35692024-09-06T06:32:13.207Z[ host-image] Sep 06 06:32:12.702 INFO O| Sep 06 06:32:12.701 INFO O| Download: 5924/22728 items 46.3/196.4MB 23% complete (548k/s)
35702024-09-06T06:32:14.001Z[ recovery-image] Sep 06 06:32:13.495 INFO O| Sep 06 06:32:13.495 INFO O| Download: 1195/15831 items 15.6/173.2MB 8% complete (1.5M/s)
35712024-09-06T06:32:18.254Z[ host-image] Sep 06 06:32:17.748 INFO O| Sep 06 06:32:17.748 INFO O| Download: 6851/22728 items 49.0/196.4MB 24% complete (312k/s)
35722024-09-06T06:32:19.158Z[ recovery-image] Sep 06 06:32:18.649 INFO O| Sep 06 06:32:18.649 INFO O| Download: 1613/15831 items 25.1/173.2MB 14% complete (1.8M/s)
35732024-09-06T06:32:23.261Z[ host-image] Sep 06 06:32:22.755 INFO O| Sep 06 06:32:22.755 INFO O| Download: 7573/22728 items 58.3/196.4MB 29% complete (1.2M/s)
35742024-09-06T06:32:24.177Z[ recovery-image] Sep 06 06:32:23.672 INFO O| Sep 06 06:32:23.671 INFO O| Download: 2510/15831 items 31.5/173.2MB 18% complete (1.7M/s)
35752024-09-06T06:32:24.871Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35762024-09-06T06:32:26.518Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35772024-09-06T06:32:28.414Z[ host-image] Sep 06 06:32:27.908 INFO O| Sep 06 06:32:27.908 INFO O| Download: 8258/22728 items 64.6/196.4MB 32% complete (1.5M/s)
35782024-09-06T06:32:29.187Z[ recovery-image] Sep 06 06:32:28.681 INFO O| Sep 06 06:32:28.681 INFO O| Download: 3424/15831 items 38.1/173.2MB 22% complete (1.3M/s)
35792024-09-06T06:32:31.777Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35802024-09-06T06:32:33.414Z[ host-image] Sep 06 06:32:32.909 INFO O| Sep 06 06:32:32.908 INFO O| Download: 9058/22728 items 73.4/196.4MB 37% complete (1.4M/s)
35812024-09-06T06:32:34.188Z[ recovery-image] Sep 06 06:32:33.683 INFO O| Sep 06 06:32:33.682 INFO O| Download: 3908/15831 items 42.5/173.2MB 24% complete (1.1M/s)
35822024-09-06T06:32:38.416Z[ host-image] Sep 06 06:32:37.910 INFO O| Sep 06 06:32:37.910 INFO O| Download: 9835/22728 items 83.6/196.4MB 42% complete (1.9M/s)
35832024-09-06T06:32:38.487Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35842024-09-06T06:32:39.193Z[ recovery-image] Sep 06 06:32:38.687 INFO O| Sep 06 06:32:38.687 INFO O| Download: 4815/15831 items 43.0/173.2MB 24% complete (504k/s)
35852024-09-06T06:32:43.421Z[ host-image] Sep 06 06:32:42.915 INFO O| Sep 06 06:32:42.915 INFO O| Download: 10699/22728 items 89.3/196.4MB 45% complete (1.6M/s)
35862024-09-06T06:32:44.193Z[ recovery-image] Sep 06 06:32:43.687 INFO O| Sep 06 06:32:43.687 INFO O| Download: 5660/15831 items 44.5/173.2MB 25% complete (203k/s)
35872024-09-06T06:32:48.473Z[ host-image] Sep 06 06:32:47.968 INFO O| Sep 06 06:32:47.967 INFO O| Download: 11200/22728 items 93.9/196.4MB 47% complete (1.0M/s)
35882024-09-06T06:32:49.219Z[ recovery-image] Sep 06 06:32:48.713 INFO O| Sep 06 06:32:48.713 INFO O| Download: 6123/15831 items 59.4/173.2MB 34% complete (1.5M/s)
35892024-09-06T06:32:53.479Z[ host-image] Sep 06 06:32:52.973 INFO O| Sep 06 06:32:52.973 INFO O| Download: 12012/22728 items 100.3/196.4MB 51% complete (1.0M/s)
35902024-09-06T06:32:54.219Z[ recovery-image] Sep 06 06:32:53.713 INFO O| Sep 06 06:32:53.713 INFO O| Download: 6676/15831 items 64.7/173.2MB 37% complete (2.0M/s)
35912024-09-06T06:32:58.480Z[ host-image] Sep 06 06:32:57.975 INFO O| Sep 06 06:32:57.975 INFO O| Download: 12587/22728 items 109.5/196.4MB 55% complete (1.6M/s)
35922024-09-06T06:32:59.243Z[ recovery-image] Sep 06 06:32:58.737 INFO O| Sep 06 06:32:58.737 INFO O| Download: 7485/15831 items 73.5/173.2MB 42% complete (1.5M/s)
35932024-09-06T06:33:00.326Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35942024-09-06T06:33:03.504Z[ host-image] Sep 06 06:33:02.998 INFO O| Sep 06 06:33:02.998 INFO O| Download: 13536/22728 items 110.0/196.4MB 56% complete (1.0M/s)
35952024-09-06T06:33:03.612Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35962024-09-06T06:33:04.384Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35972024-09-06T06:33:04.483Z[ recovery-image] Sep 06 06:33:03.978 INFO O| Sep 06 06:33:03.977 INFO O| Download: 7919/15831 items 77.4/173.2MB 44% complete (1.3M/s)
35982024-09-06T06:33:08.506Z[ host-image] Sep 06 06:33:08.000 INFO O| Sep 06 06:33:08.000 INFO O| Download: 14384/22728 items 111.3/196.4MB 56% complete (164k/s)
35992024-09-06T06:33:09.513Z[ recovery-image] Sep 06 06:33:09.007 INFO O| Sep 06 06:33:09.007 INFO O| Download: 8653/15831 items 81.3/173.2MB 46% complete (733k/s)
36002024-09-06T06:33:13.511Z[ host-image] Sep 06 06:33:13.005 INFO O| Sep 06 06:33:13.005 INFO O| Download: 15177/22728 items 121.1/196.4MB 61% complete (1.1M/s)
36012024-09-06T06:33:14.513Z[ recovery-image] Sep 06 06:33:14.008 INFO O| Sep 06 06:33:14.007 INFO O| Download: 8994/15831 items 92.6/173.2MB 53% complete (1.5M/s)
36022024-09-06T06:33:18.550Z[ host-image] Sep 06 06:33:18.044 INFO O| Sep 06 06:33:18.044 INFO O| Download: 15862/22728 items 130.2/196.4MB 66% complete (1.9M/s)
36032024-09-06T06:33:19.603Z[ recovery-image] Sep 06 06:33:19.097 INFO O| Sep 06 06:33:19.097 INFO O| Download: 9944/15831 items 93.1/173.2MB 53% complete (1.2M/s)
36042024-09-06T06:33:23.555Z[ host-image] Sep 06 06:33:23.049 INFO O| Sep 06 06:33:23.049 INFO O| Download: 16832/22728 items 136.3/196.4MB 69% complete (1.5M/s)
36052024-09-06T06:33:24.617Z[ recovery-image] Sep 06 06:33:24.111 INFO O| Sep 06 06:33:24.110 INFO O| Download: 10705/15831 items 93.5/173.2MB 53% complete (85.8k/s)
36062024-09-06T06:33:28.556Z[ host-image] Sep 06 06:33:28.050 INFO O| Sep 06 06:33:28.050 INFO O| Download: 17861/22728 items 150.1/196.4MB 76% complete (2.0M/s)
36072024-09-06T06:33:29.632Z[ recovery-image] Sep 06 06:33:29.126 INFO O| Sep 06 06:33:29.126 INFO O| Download: 11391/15831 items 105.5/173.2MB 60% complete (1.2M/s)
36082024-09-06T06:33:33.556Z[ host-image] Sep 06 06:33:33.050 INFO O| Sep 06 06:33:33.050 INFO O| Download: 18890/22728 items 162.9/196.4MB 82% complete (2.7M/s)
36092024-09-06T06:33:34.636Z[ recovery-image] Sep 06 06:33:34.130 INFO O| Sep 06 06:33:34.130 INFO O| Download: 11940/15831 items 132.8/173.2MB 76% complete (3.8M/s)
36102024-09-06T06:33:38.570Z[ host-image] Sep 06 06:33:38.065 INFO O| Sep 06 06:33:38.065 INFO O| Download: 20007/22728 items 167.2/196.4MB 85% complete (1.7M/s)
36112024-09-06T06:33:39.642Z[ recovery-image] Sep 06 06:33:39.137 INFO O| Sep 06 06:33:39.136 INFO O| Download: 12911/15831 items 141.0/173.2MB 81% complete (3.6M/s)
36122024-09-06T06:33:43.604Z[ host-image] Sep 06 06:33:43.099 INFO O| Sep 06 06:33:43.098 INFO O| Download: 20791/22728 items 172.4/196.4MB 87% complete (945k/s)
36132024-09-06T06:33:44.651Z[ recovery-image] Sep 06 06:33:44.145 INFO O| Sep 06 06:33:44.145 INFO O| Download: 13842/15831 items 144.2/173.2MB 83% complete (1.4M/s)
36142024-09-06T06:33:48.613Z[ host-image] Sep 06 06:33:48.108 INFO O| Sep 06 06:33:48.108 INFO O| Download: 21272/22728 items 177.2/196.4MB 90% complete (1022k/s)
36152024-09-06T06:33:49.663Z[ recovery-image] Sep 06 06:33:49.157 INFO O| Sep 06 06:33:49.157 INFO O| Download: 14685/15831 items 148.1/173.2MB 85% complete (724k/s)
36162024-09-06T06:33:53.615Z[ host-image] Sep 06 06:33:53.110 INFO O| Sep 06 06:33:53.109 INFO O| Download: 21962/22728 items 189.0/196.4MB 96% complete (1.7M/s)
36172024-09-06T06:33:54.960Z[ recovery-image] Sep 06 06:33:54.454 INFO O| Sep 06 06:33:54.454 INFO O| Download: 15277/15831 items 158.0/173.2MB 91% complete (1.4M/s)
36182024-09-06T06:33:58.618Z[ host-image] Sep 06 06:33:58.113 INFO O| Sep 06 06:33:58.113 INFO O| Download: 22664/22728 items 196.3/196.4MB 99% complete (1.9M/s)
36192024-09-06T06:33:59.107Z[ host-image] Sep 06 06:33:58.601 INFO O| Sep 06 06:33:58.601 INFO O| Download: Completed 196.43 MB in 140.95 seconds (1.4M/s)
36202024-09-06T06:33:59.960Z[ recovery-image] Sep 06 06:33:59.454 INFO O| Sep 06 06:33:59.454 INFO O| Download: 15772/15831 items 171.6/173.2MB 99% complete (2.3M/s)
36212024-09-06T06:34:00.336Z[ host-image] Sep 06 06:33:59.830 INFO O| Sep 06 06:33:59.830 INFO O| Actions: 1/49262 actions (Installing new actions)
36222024-09-06T06:34:00.754Z[ recovery-image] Sep 06 06:34:00.249 INFO O| Sep 06 06:34:00.249 INFO O| Download: Completed 173.20 MB in 116.81 seconds (1.5M/s)
36232024-09-06T06:34:01.555Z[ recovery-image] Sep 06 06:34:01.049 INFO O| Sep 06 06:34:01.049 INFO O| Actions: 1/24965 actions (Installing new actions)
36242024-09-06T06:34:05.340Z[ host-image] Sep 06 06:34:04.834 INFO O| Sep 06 06:34:04.834 INFO O| Actions: 11324/49262 actions (Installing new actions)
36252024-09-06T06:34:06.555Z[ recovery-image] Sep 06 06:34:06.049 INFO O| Sep 06 06:34:06.049 INFO O| Actions: 9926/24965 actions (Installing new actions)
36262024-09-06T06:34:10.348Z[ host-image] Sep 06 06:34:09.843 INFO O| Sep 06 06:34:09.842 INFO O| Actions: 18660/49262 actions (Installing new actions)
36272024-09-06T06:34:11.555Z[ recovery-image] Sep 06 06:34:11.049 INFO O| Sep 06 06:34:11.049 INFO O| Actions: 15727/24965 actions (Installing new actions)
36282024-09-06T06:34:15.348Z[ host-image] Sep 06 06:34:14.842 INFO O| Sep 06 06:34:14.842 INFO O| Actions: 25188/49262 actions (Installing new actions)
36292024-09-06T06:34:16.563Z[ recovery-image] Sep 06 06:34:16.057 INFO O| Sep 06 06:34:16.057 INFO O| Actions: 24491/24965 actions (Installing new actions)
36302024-09-06T06:34:18.564Z[ recovery-image] Sep 06 06:34:18.059 INFO O| Sep 06 06:34:18.059 INFO O| Actions: Completed 24965 actions in 17.01 seconds.
36312024-09-06T06:34:18.930Z[ recovery-image] Sep 06 06:34:18.424 INFO O| Sep 06 06:34:18.424 INFO O| Done
36322024-09-06T06:34:18.930Z[ recovery-image] Sep 06 06:34:18.424 INFO O| Sep 06 06:34:18.424 INFO O| Done
36332024-09-06T06:34:19.661Z[ recovery-image] Sep 06 06:34:19.156 INFO O| Sep 06 06:34:19.156 INFO O| Done
36342024-09-06T06:34:20.375Z[ host-image] Sep 06 06:34:19.869 INFO O| Sep 06 06:34:19.869 INFO O| Actions: 48837/49262 actions (Installing new actions)
36352024-09-06T06:34:20.819Z[ recovery-image] Sep 06 06:34:20.313 INFO O| Sep 06 06:34:20.313 INFO O| Done
36362024-09-06T06:34:20.843Z[ recovery-image] Sep 06 06:34:20.329 INFO O| Sep 06 06:34:20.329 INFO O| Done
36372024-09-06T06:34:21.530Z[ host-image] Sep 06 06:34:21.024 INFO O| Sep 06 06:34:21.024 INFO O| Actions: Completed 49262 actions in 21.19 seconds.
36382024-09-06T06:34:21.974Z[ host-image] Sep 06 06:34:21.468 INFO O| Sep 06 06:34:21.468 INFO O| Done
36392024-09-06T06:34:21.974Z[ host-image] Sep 06 06:34:21.468 INFO O| Sep 06 06:34:21.468 INFO O| Done
36402024-09-06T06:34:22.824Z[ host-image] Sep 06 06:34:22.319 INFO O| Sep 06 06:34:22.318 INFO O| Done
36412024-09-06T06:34:24.176Z[ recovery-image] Sep 06 06:34:23.670 INFO O| Sep 06 06:34:23.670 INFO O| Done
36422024-09-06T06:34:24.682Z[ recovery-image] Sep 06 06:34:24.177 INFO O| Sep 06 06:34:24.176 INFO O| Done
36432024-09-06T06:34:24.782Z[ host-image] Sep 06 06:34:24.276 INFO O| Sep 06 06:34:24.276 INFO O| Done
36442024-09-06T06:34:24.810Z[ host-image] Sep 06 06:34:24.304 INFO O| Sep 06 06:34:24.304 INFO O| Done
36452024-09-06T06:34:24.948Z[ recovery-image] Sep 06 06:34:24.442 INFO O| Sep 06 06:34:24.442 INFO STEP 11 (pkg_install) COMPLETE
36462024-09-06T06:34:24.948Z[ recovery-image] Sep 06 06:34:24.442 INFO O| Sep 06 06:34:24.442 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-09-06T06:34:24.948Z[ recovery-image] Sep 06 06:34:24.442 INFO O| Sep 06 06:34:24.442 INFO skip step because feature "recovery" is enabled
36482024-09-06T06:34:24.973Z[ recovery-image] Sep 06 06:34:24.442 INFO O| Sep 06 06:34:24.442 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-09-06T06:34:24.973Z[ recovery-image] Sep 06 06:34:24.442 INFO O| Sep 06 06:34:24.442 INFO skip step because feature "omicron1" is not enabled
36502024-09-06T06:34:24.973Z[ recovery-image] Sep 06 06:34:24.442 INFO O| Sep 06 06:34:24.442 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-09-06T06:34:24.973Z[ recovery-image] Sep 06 06:34:24.466 INFO O| Sep 06 06:34:24.466 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36522024-09-06T06:34:26.003Z[ recovery-image] Sep 06 06:34:25.494 INFO O| Sep 06 06:34:25.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36532024-09-06T06:34:28.552Z[ recovery-image] Sep 06 06:34:28.046 INFO O| Sep 06 06:34:28.046 INFO O| Planning: Solver setup ... Done
36542024-09-06T06:34:28.576Z[ recovery-image] Sep 06 06:34:28.050 INFO O| Sep 06 06:34:28.050 INFO O| Planning: Running solver ... Done
36552024-09-06T06:34:28.600Z[ recovery-image] Sep 06 06:34:28.088 INFO O| Sep 06 06:34:28.087 INFO O| Planning: Finding local manifests ... Done
36562024-09-06T06:34:28.600Z[ recovery-image] Sep 06 06:34:28.089 INFO O| Sep 06 06:34:28.089 INFO O| Planning: Fetching manifests: 0/1 0% complete
36572024-09-06T06:34:28.724Z[ recovery-image] Sep 06 06:34:28.218 INFO O| Sep 06 06:34:28.218 INFO O| Planning: Fetching manifests: 1/1 100% complete
36582024-09-06T06:34:28.867Z[ recovery-image] Sep 06 06:34:28.361 INFO O| Sep 06 06:34:28.361 INFO O| Planning: Package planning ... Done
36592024-09-06T06:34:28.890Z[ recovery-image] Sep 06 06:34:28.362 INFO O| Sep 06 06:34:28.362 INFO O| Planning: Merging actions ... Done
36602024-09-06T06:34:28.960Z[ recovery-image] Sep 06 06:34:28.454 INFO O| Sep 06 06:34:28.454 INFO O| Planning: Checking for conflicting actions ... Done
36612024-09-06T06:34:28.984Z[ recovery-image] Sep 06 06:34:28.455 INFO O| Sep 06 06:34:28.455 INFO O| Planning: Consolidating action changes ... Done
36622024-09-06T06:34:29.959Z[ host-image] Sep 06 06:34:29.453 INFO O| Sep 06 06:34:29.453 INFO O| Done
36632024-09-06T06:34:30.174Z[ recovery-image] Sep 06 06:34:29.668 INFO O| Sep 06 06:34:29.668 INFO O| Planning: Evaluating mediators ... Done
36642024-09-06T06:34:30.198Z[ recovery-image] Sep 06 06:34:29.670 INFO O| Sep 06 06:34:29.669 INFO O| Planning: Planning completed in 4.17 seconds
36652024-09-06T06:34:30.198Z[ recovery-image] Sep 06 06:34:29.672 INFO O| Sep 06 06:34:29.672 INFO O| Packages to install: 1
36662024-09-06T06:34:30.198Z[ recovery-image] Sep 06 06:34:29.684 INFO O| Sep 06 06:34:29.684 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36672024-09-06T06:34:30.874Z[ host-image] Sep 06 06:34:30.369 INFO O| Sep 06 06:34:30.369 INFO O| Done
36682024-09-06T06:34:31.144Z[ host-image] Sep 06 06:34:30.638 INFO O| Sep 06 06:34:30.638 INFO STEP 11 (pkg_install) COMPLETE
36692024-09-06T06:34:31.144Z[ host-image] Sep 06 06:34:30.639 INFO O| Sep 06 06:34:30.638 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-09-06T06:34:31.168Z[ host-image] Sep 06 06:34:30.656 INFO O| Sep 06 06:34:30.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36712024-09-06T06:34:31.823Z[ recovery-image] Sep 06 06:34:31.318 INFO O| Sep 06 06:34:31.318 INFO O| Download: Completed 20.80 MB in 1.63 seconds (12.7M/s)
36722024-09-06T06:34:31.893Z[ recovery-image] Sep 06 06:34:31.387 INFO O| Sep 06 06:34:31.387 INFO O| Actions: 1/22 actions (Installing new actions)
36732024-09-06T06:34:32.136Z[ host-image] Sep 06 06:34:31.630 INFO O| Sep 06 06:34:31.630 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36742024-09-06T06:34:32.684Z[ recovery-image] Sep 06 06:34:32.179 INFO O| Sep 06 06:34:32.178 INFO O| Actions: Completed 22 actions in 0.79 seconds.
36752024-09-06T06:34:33.108Z[ recovery-image] Sep 06 06:34:32.603 INFO O| Sep 06 06:34:32.602 INFO O| Done
36762024-09-06T06:34:33.108Z[ recovery-image] Sep 06 06:34:32.603 INFO O| Sep 06 06:34:32.603 INFO O| Done
36772024-09-06T06:34:34.119Z[ recovery-image] Sep 06 06:34:33.613 INFO O| Sep 06 06:34:33.613 INFO O| Done
36782024-09-06T06:34:35.153Z[ host-image] Sep 06 06:34:34.647 INFO O| Sep 06 06:34:34.647 INFO O| Planning: Solver setup ... Done
36792024-09-06T06:34:35.177Z[ host-image] Sep 06 06:34:34.653 INFO O| Sep 06 06:34:34.653 INFO O| Planning: Running solver ... Done
36802024-09-06T06:34:35.203Z[ host-image] Sep 06 06:34:34.698 INFO O| Sep 06 06:34:34.698 INFO O| Planning: Finding local manifests ... Done
36812024-09-06T06:34:35.227Z[ host-image] Sep 06 06:34:34.700 INFO O| Sep 06 06:34:34.700 INFO O| Planning: Fetching manifests: 0/4 0% complete
36822024-09-06T06:34:35.366Z[ recovery-image] Sep 06 06:34:34.860 INFO O| Sep 06 06:34:34.860 INFO O| Done
36832024-09-06T06:34:35.390Z[ recovery-image] Sep 06 06:34:34.880 INFO O| Sep 06 06:34:34.879 INFO O| Done
36842024-09-06T06:34:35.390Z[ recovery-image] Sep 06 06:34:34.880 INFO O| Sep 06 06:34:34.880 INFO O| Done
36852024-09-06T06:34:35.414Z[ recovery-image] Sep 06 06:34:34.898 INFO O| Sep 06 06:34:34.898 INFO O| Done
36862024-09-06T06:34:35.475Z[ host-image] Sep 06 06:34:34.970 INFO O| Sep 06 06:34:34.970 INFO O| Planning: Fetching manifests: 4/4 100% complete
36872024-09-06T06:34:35.525Z[ host-image] Sep 06 06:34:35.019 INFO O| Sep 06 06:34:35.019 INFO O| Planning: Package planning ... Done
36882024-09-06T06:34:35.549Z[ host-image] Sep 06 06:34:35.022 INFO O| Sep 06 06:34:35.022 INFO O| Planning: Merging actions ... Done
36892024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO STEP 14 (pkg_install) COMPLETE
36902024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36912024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO skip step because feature "mfg" is not enabled
36922024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36932024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO skip step because feature "compliance" is not enabled
36942024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO skip step because feature "stress" is not enabled
36962024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO skip step because feature "nfs" is not enabled
36982024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36992024-09-06T06:34:35.549Z[ recovery-image] Sep 06 06:34:35.038 INFO O| Sep 06 06:34:35.038 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37002024-09-06T06:34:35.587Z[ recovery-image] Sep 06 06:34:35.082 INFO O| Sep 06 06:34:35.082 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37012024-09-06T06:34:35.668Z[ recovery-image] Sep 06 06:34:35.162 INFO O| Sep 06 06:34:35.162 INFO completed processing gimlet/ramdisk-01-os
37022024-09-06T06:34:35.692Z[ recovery-image] Sep 06 06:34:35.166 INFO image builder template: ramdisk-02-trim...
37032024-09-06T06:34:35.692Z[ recovery-image] Sep 06 06:34:35.166 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/.tmpQVCLqT/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.293", "-n", "ramdisk-02-trim"], pwd: None
37042024-09-06T06:34:35.716Z[ host-image] Sep 06 06:34:35.189 INFO O| Sep 06 06:34:35.189 INFO O| Planning: Checking for conflicting actions ... Done
37052024-09-06T06:34:35.716Z[ recovery-image] Sep 06 06:34:35.204 INFO O| Sep 06 06:34:35.204 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37062024-09-06T06:34:35.716Z[ recovery-image] Sep 06 06:34:35.210 INFO O| Sep 06 06:34:35.210 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37072024-09-06T06:34:35.762Z[ recovery-image] Sep 06 06:34:35.257 INFO O| Sep 06 06:34:35.257 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37082024-09-06T06:34:35.802Z[ host-image] Sep 06 06:34:35.296 INFO O| Sep 06 06:34:35.296 INFO O| Planning: Consolidating action changes ... Done
37092024-09-06T06:34:35.825Z[ recovery-image] Sep 06 06:34:35.302 INFO O| Sep 06 06:34:35.302 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37102024-09-06T06:34:35.825Z[ recovery-image] Sep 06 06:34:35.302 INFO O| Sep 06 06:34:35.302 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37112024-09-06T06:34:35.825Z[ recovery-image] Sep 06 06:34:35.310 INFO O| Sep 06 06:34:35.310 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37122024-09-06T06:34:35.825Z[ recovery-image] Sep 06 06:34:35.316 INFO O| Sep 06 06:34:35.316 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37132024-09-06T06:34:35.849Z[ recovery-image] Sep 06 06:34:35.323 INFO O| Sep 06 06:34:35.323 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37142024-09-06T06:34:36.061Z[ host-image] Sep 06 06:34:35.556 INFO O| Sep 06 06:34:35.556 INFO O| Planning: Evaluating mediators ... Done
37152024-09-06T06:34:36.085Z[ host-image] Sep 06 06:34:35.557 INFO O| Sep 06 06:34:35.557 INFO O| Planning: Planning completed in 3.93 seconds
37162024-09-06T06:34:36.085Z[ host-image] Sep 06 06:34:35.559 INFO O| Sep 06 06:34:35.559 INFO O| Packages to install: 4
37172024-09-06T06:34:36.085Z[ host-image] Sep 06 06:34:35.559 INFO O| Sep 06 06:34:35.559 INFO O| Services to change: 2
37182024-09-06T06:34:36.085Z[ host-image] Sep 06 06:34:35.572 INFO O| Sep 06 06:34:35.572 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
37192024-09-06T06:34:36.173Z[ recovery-image] Sep 06 06:34:35.667 INFO O| Sep 06 06:34:35.667 INFO rolled back to input snapshot; work may begin
37202024-09-06T06:34:36.173Z[ recovery-image] Sep 06 06:34:35.667 INFO O| Sep 06 06:34:35.667 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37212024-09-06T06:34:36.197Z[ recovery-image] Sep 06 06:34:35.678 INFO O| Sep 06 06:34:35.677 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-09-06T06:34:36.221Z[ recovery-image] Sep 06 06:34:35.712 INFO O| Sep 06 06:34:35.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37232024-09-06T06:34:36.293Z[ recovery-image] Sep 06 06:34:35.787 INFO O| Sep 06 06:34:35.787 INFO STEP 0 (remove_files) COMPLETE
37242024-09-06T06:34:36.293Z[ recovery-image] Sep 06 06:34:35.787 INFO O| Sep 06 06:34:35.787 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-09-06T06:34:36.330Z[ recovery-image] Sep 06 06:34:35.824 INFO O| Sep 06 06:34:35.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37262024-09-06T06:34:36.354Z[ recovery-image] Sep 06 06:34:35.827 INFO O| Sep 06 06:34:35.827 INFO STEP 1 (remove_files) COMPLETE
37272024-09-06T06:34:36.354Z[ recovery-image] Sep 06 06:34:35.827 INFO O| Sep 06 06:34:35.827 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-09-06T06:34:36.354Z[ recovery-image] Sep 06 06:34:35.840 INFO O| Sep 06 06:34:35.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37292024-09-06T06:34:36.392Z[ recovery-image] Sep 06 06:34:35.887 INFO O| Sep 06 06:34:35.886 INFO STEP 2 (remove_files) COMPLETE
37302024-09-06T06:34:36.392Z[ recovery-image] Sep 06 06:34:35.887 INFO O| Sep 06 06:34:35.887 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37312024-09-06T06:34:36.466Z[ recovery-image] Sep 06 06:34:35.961 INFO O| Sep 06 06:34:35.960 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37322024-09-06T06:34:36.490Z[ recovery-image] Sep 06 06:34:35.963 INFO O| Sep 06 06:34:35.963 INFO STEP 3 (remove_files) COMPLETE
37332024-09-06T06:34:36.491Z[ recovery-image] Sep 06 06:34:35.963 INFO O| Sep 06 06:34:35.963 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-09-06T06:34:36.491Z[ recovery-image] Sep 06 06:34:35.980 INFO O| Sep 06 06:34:35.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37352024-09-06T06:34:36.491Z[ recovery-image] Sep 06 06:34:35.985 INFO O| Sep 06 06:34:35.985 INFO STEP 4 (remove_files) COMPLETE
37362024-09-06T06:34:36.491Z[ recovery-image] Sep 06 06:34:35.985 INFO O| Sep 06 06:34:35.985 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-09-06T06:34:36.515Z[ recovery-image] Sep 06 06:34:36.000 INFO O| Sep 06 06:34:36.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37382024-09-06T06:34:36.515Z[ recovery-image] Sep 06 06:34:36.000 INFO O| Sep 06 06:34:36.000 INFO STEP 5 (remove_files) COMPLETE
37392024-09-06T06:34:36.515Z[ recovery-image] Sep 06 06:34:36.000 INFO O| Sep 06 06:34:36.000 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-09-06T06:34:36.538Z[ recovery-image] Sep 06 06:34:36.015 INFO O| Sep 06 06:34:36.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37412024-09-06T06:34:36.538Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO STEP 6 (remove_files) COMPLETE
37422024-09-06T06:34:36.538Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-09-06T06:34:36.538Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO skip step because feature "recovery" is enabled
37442024-09-06T06:34:36.538Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-09-06T06:34:36.538Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO skip step because feature "recovery" is enabled
37462024-09-06T06:34:36.539Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-09-06T06:34:36.539Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO skip step because feature "recovery" is enabled
37482024-09-06T06:34:36.539Z[ recovery-image] Sep 06 06:34:36.030 INFO O| Sep 06 06:34:36.030 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-09-06T06:34:36.571Z[ recovery-image] Sep 06 06:34:36.065 INFO O| Sep 06 06:34:36.065 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37502024-09-06T06:34:36.595Z[ recovery-image] Sep 06 06:34:36.070 INFO O| Sep 06 06:34:36.070 INFO STEP 10 (remove_files) COMPLETE
37512024-09-06T06:34:36.595Z[ recovery-image] Sep 06 06:34:36.070 INFO O| Sep 06 06:34:36.070 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-09-06T06:34:36.619Z[ recovery-image] Sep 06 06:34:36.109 INFO O| Sep 06 06:34:36.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37532024-09-06T06:34:36.619Z[ recovery-image] Sep 06 06:34:36.111 INFO O| Sep 06 06:34:36.111 INFO STEP 11 (remove_files) COMPLETE
37542024-09-06T06:34:36.619Z[ recovery-image] Sep 06 06:34:36.111 INFO O| Sep 06 06:34:36.111 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-09-06T06:34:36.644Z[ recovery-image] Sep 06 06:34:36.128 INFO O| Sep 06 06:34:36.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37562024-09-06T06:34:36.644Z[ recovery-image] Sep 06 06:34:36.131 INFO O| Sep 06 06:34:36.130 INFO STEP 12 (remove_files) COMPLETE
37572024-09-06T06:34:36.644Z[ recovery-image] Sep 06 06:34:36.131 INFO O| Sep 06 06:34:36.131 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-09-06T06:34:36.668Z[ recovery-image] Sep 06 06:34:36.149 INFO O| Sep 06 06:34:36.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37592024-09-06T06:34:36.963Z[ recovery-image] Sep 06 06:34:36.458 INFO O| Sep 06 06:34:36.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37602024-09-06T06:34:36.987Z[ recovery-image] Sep 06 06:34:36.459 INFO O| Sep 06 06:34:36.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37612024-09-06T06:34:36.987Z[ recovery-image] Sep 06 06:34:36.470 INFO O| Sep 06 06:34:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37622024-09-06T06:34:36.988Z[ recovery-image] Sep 06 06:34:36.475 INFO O| Sep 06 06:34:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37632024-09-06T06:34:37.012Z[ recovery-image] Sep 06 06:34:36.498 INFO O| Sep 06 06:34:36.498 INFO STEP 13 (remove_files) COMPLETE
37642024-09-06T06:34:37.012Z[ recovery-image] Sep 06 06:34:36.498 INFO O| Sep 06 06:34:36.498 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-09-06T06:34:37.060Z[ recovery-image] Sep 06 06:34:36.519 INFO O| Sep 06 06:34:36.518 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37662024-09-06T06:34:37.060Z[ recovery-image] Sep 06 06:34:36.521 INFO O| Sep 06 06:34:36.521 INFO STEP 14 (remove_files) COMPLETE
37672024-09-06T06:34:37.060Z[ recovery-image] Sep 06 06:34:36.521 INFO O| Sep 06 06:34:36.521 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-06T06:34:37.061Z[ recovery-image] Sep 06 06:34:36.537 INFO O| Sep 06 06:34:36.537 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37692024-09-06T06:34:37.061Z[ recovery-image] Sep 06 06:34:36.546 INFO O| Sep 06 06:34:36.546 INFO STEP 15 (remove_files) COMPLETE
37702024-09-06T06:34:37.061Z[ recovery-image] Sep 06 06:34:36.546 INFO O| Sep 06 06:34:36.546 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-06T06:34:37.085Z[ recovery-image] Sep 06 06:34:36.560 INFO O| Sep 06 06:34:36.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37722024-09-06T06:34:37.085Z[ recovery-image] Sep 06 06:34:36.561 INFO O| Sep 06 06:34:36.561 INFO STEP 16 (remove_files) COMPLETE
37732024-09-06T06:34:37.085Z[ recovery-image] Sep 06 06:34:36.561 INFO O| Sep 06 06:34:36.561 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-06T06:34:37.109Z[ recovery-image] Sep 06 06:34:36.597 INFO O| Sep 06 06:34:36.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37752024-09-06T06:34:37.109Z[ recovery-image] Sep 06 06:34:36.599 INFO O| Sep 06 06:34:36.599 INFO STEP 17 (remove_files) COMPLETE
37762024-09-06T06:34:37.109Z[ recovery-image] Sep 06 06:34:36.599 INFO O| Sep 06 06:34:36.599 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-06T06:34:37.133Z[ recovery-image] Sep 06 06:34:36.619 INFO O| Sep 06 06:34:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37782024-09-06T06:34:37.133Z[ recovery-image] Sep 06 06:34:36.620 INFO O| Sep 06 06:34:36.619 INFO STEP 18 (remove_files) COMPLETE
37792024-09-06T06:34:37.133Z[ recovery-image] Sep 06 06:34:36.620 INFO O| Sep 06 06:34:36.620 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-09-06T06:34:37.157Z[ recovery-image] Sep 06 06:34:36.635 INFO O| Sep 06 06:34:36.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37812024-09-06T06:34:37.157Z[ recovery-image] Sep 06 06:34:36.635 INFO O| Sep 06 06:34:36.635 INFO STEP 19 (remove_files) COMPLETE
37822024-09-06T06:34:37.157Z[ recovery-image] Sep 06 06:34:36.635 INFO O| Sep 06 06:34:36.635 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-06T06:34:37.157Z[ recovery-image] Sep 06 06:34:36.650 INFO O| Sep 06 06:34:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37842024-09-06T06:34:37.157Z[ recovery-image] Sep 06 06:34:36.650 INFO O| Sep 06 06:34:36.650 INFO STEP 20 (remove_files) COMPLETE
37852024-09-06T06:34:37.157Z[ recovery-image] Sep 06 06:34:36.650 INFO O| Sep 06 06:34:36.650 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-06T06:34:37.193Z[ recovery-image] Sep 06 06:34:36.687 INFO O| Sep 06 06:34:36.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37872024-09-06T06:34:37.193Z[ recovery-image] Sep 06 06:34:36.688 INFO O| Sep 06 06:34:36.688 INFO STEP 21 (remove_files) COMPLETE
37882024-09-06T06:34:37.193Z[ recovery-image] Sep 06 06:34:36.688 INFO O| Sep 06 06:34:36.688 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-06T06:34:37.217Z[ recovery-image] Sep 06 06:34:36.703 INFO O| Sep 06 06:34:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37902024-09-06T06:34:37.217Z[ recovery-image] Sep 06 06:34:36.703 INFO O| Sep 06 06:34:36.703 INFO STEP 22 (remove_files) COMPLETE
37912024-09-06T06:34:37.217Z[ recovery-image] Sep 06 06:34:36.703 INFO O| Sep 06 06:34:36.703 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-06T06:34:37.260Z[ recovery-image] Sep 06 06:34:36.755 INFO O| Sep 06 06:34:36.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37932024-09-06T06:34:37.261Z[ recovery-image] Sep 06 06:34:36.755 INFO O| Sep 06 06:34:36.755 INFO STEP 23 (remove_files) COMPLETE
37942024-09-06T06:34:37.284Z[ recovery-image] Sep 06 06:34:36.755 INFO O| Sep 06 06:34:36.755 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-06T06:34:37.284Z[ host-image] Sep 06 06:34:36.779 INFO O| Sep 06 06:34:36.779 INFO O| Download: Completed 1.39 MB in 1.21 seconds (1.1M/s)
37962024-09-06T06:34:37.318Z[ host-image] Sep 06 06:34:36.812 INFO O| Sep 06 06:34:36.812 INFO O| Actions: 1/238 actions (Installing new actions)
37972024-09-06T06:34:37.342Z[ recovery-image] Sep 06 06:34:36.817 INFO O| Sep 06 06:34:36.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37982024-09-06T06:34:37.342Z[ recovery-image] Sep 06 06:34:36.818 INFO O| Sep 06 06:34:36.817 INFO STEP 24 (remove_files) COMPLETE
37992024-09-06T06:34:37.342Z[ recovery-image] Sep 06 06:34:36.818 INFO O| Sep 06 06:34:36.818 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-09-06T06:34:37.342Z[ recovery-image] Sep 06 06:34:36.834 INFO O| Sep 06 06:34:36.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38012024-09-06T06:34:37.342Z[ recovery-image] Sep 06 06:34:36.834 INFO O| Sep 06 06:34:36.834 INFO STEP 25 (remove_files) COMPLETE
38022024-09-06T06:34:37.342Z[ recovery-image] Sep 06 06:34:36.834 INFO O| Sep 06 06:34:36.834 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-06T06:34:37.380Z[ recovery-image] Sep 06 06:34:36.874 INFO O| Sep 06 06:34:36.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38042024-09-06T06:34:37.380Z[ recovery-image] Sep 06 06:34:36.875 INFO O| Sep 06 06:34:36.875 INFO STEP 26 (remove_files) COMPLETE
38052024-09-06T06:34:37.404Z[ recovery-image] Sep 06 06:34:36.875 INFO O| Sep 06 06:34:36.875 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-06T06:34:37.428Z[ recovery-image] Sep 06 06:34:36.917 INFO O| Sep 06 06:34:36.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38072024-09-06T06:34:37.428Z[ recovery-image] Sep 06 06:34:36.917 INFO O| Sep 06 06:34:36.917 INFO STEP 27 (remove_files) COMPLETE
38082024-09-06T06:34:37.428Z[ recovery-image] Sep 06 06:34:36.917 INFO O| Sep 06 06:34:36.917 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-06T06:34:37.452Z[ recovery-image] Sep 06 06:34:36.933 INFO O| Sep 06 06:34:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38102024-09-06T06:34:37.452Z[ recovery-image] Sep 06 06:34:36.934 INFO O| Sep 06 06:34:36.934 INFO STEP 28 (remove_files) COMPLETE
38112024-09-06T06:34:37.452Z[ recovery-image] Sep 06 06:34:36.934 INFO O| Sep 06 06:34:36.934 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-06T06:34:37.475Z[ recovery-image] Sep 06 06:34:36.948 INFO O| Sep 06 06:34:36.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38132024-09-06T06:34:37.475Z[ recovery-image] Sep 06 06:34:36.948 INFO O| Sep 06 06:34:36.948 INFO STEP 29 (remove_files) COMPLETE
38142024-09-06T06:34:37.475Z[ recovery-image] Sep 06 06:34:36.948 INFO O| Sep 06 06:34:36.948 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-06T06:34:37.499Z[ recovery-image] Sep 06 06:34:36.979 INFO O| Sep 06 06:34:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38162024-09-06T06:34:37.499Z[ recovery-image] Sep 06 06:34:36.979 INFO O| Sep 06 06:34:36.979 INFO STEP 30 (remove_files) COMPLETE
38172024-09-06T06:34:37.499Z[ recovery-image] Sep 06 06:34:36.979 INFO O| Sep 06 06:34:36.979 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-06T06:34:37.499Z[ recovery-image] Sep 06 06:34:36.993 INFO O| Sep 06 06:34:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38192024-09-06T06:34:37.499Z[ recovery-image] Sep 06 06:34:36.994 INFO O| Sep 06 06:34:36.993 INFO STEP 31 (remove_files) COMPLETE
38202024-09-06T06:34:37.499Z[ recovery-image] Sep 06 06:34:36.994 INFO O| Sep 06 06:34:36.993 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-06T06:34:37.523Z[ recovery-image] Sep 06 06:34:37.007 INFO O| Sep 06 06:34:37.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38222024-09-06T06:34:37.523Z[ recovery-image] Sep 06 06:34:37.007 INFO O| Sep 06 06:34:37.007 INFO STEP 32 (remove_files) COMPLETE
38232024-09-06T06:34:37.523Z[ recovery-image] Sep 06 06:34:37.007 INFO O| Sep 06 06:34:37.007 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-06T06:34:37.567Z[ recovery-image] Sep 06 06:34:37.061 INFO O| Sep 06 06:34:37.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38252024-09-06T06:34:37.567Z[ recovery-image] Sep 06 06:34:37.061 INFO O| Sep 06 06:34:37.061 INFO STEP 33 (remove_files) COMPLETE
38262024-09-06T06:34:37.591Z[ recovery-image] Sep 06 06:34:37.061 INFO O| Sep 06 06:34:37.061 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-06T06:34:37.615Z[ recovery-image] Sep 06 06:34:37.095 INFO O| Sep 06 06:34:37.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38282024-09-06T06:34:37.615Z[ recovery-image] Sep 06 06:34:37.095 INFO O| Sep 06 06:34:37.095 INFO STEP 34 (remove_files) COMPLETE
38292024-09-06T06:34:37.615Z[ recovery-image] Sep 06 06:34:37.095 INFO O| Sep 06 06:34:37.095 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-06T06:34:37.638Z[ recovery-image] Sep 06 06:34:37.128 INFO O| Sep 06 06:34:37.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38312024-09-06T06:34:37.639Z[ recovery-image] Sep 06 06:34:37.129 INFO O| Sep 06 06:34:37.128 INFO STEP 35 (remove_files) COMPLETE
38322024-09-06T06:34:37.639Z[ recovery-image] Sep 06 06:34:37.129 INFO O| Sep 06 06:34:37.128 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-06T06:34:37.669Z[ recovery-image] Sep 06 06:34:37.163 INFO O| Sep 06 06:34:37.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38342024-09-06T06:34:37.669Z[ recovery-image] Sep 06 06:34:37.163 INFO O| Sep 06 06:34:37.163 INFO STEP 36 (remove_files) COMPLETE
38352024-09-06T06:34:37.669Z[ recovery-image] Sep 06 06:34:37.163 INFO O| Sep 06 06:34:37.163 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-06T06:34:37.693Z[ recovery-image] Sep 06 06:34:37.177 INFO O| Sep 06 06:34:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38372024-09-06T06:34:37.693Z[ recovery-image] Sep 06 06:34:37.177 INFO O| Sep 06 06:34:37.177 INFO STEP 37 (remove_files) COMPLETE
38382024-09-06T06:34:37.693Z[ recovery-image] Sep 06 06:34:37.177 INFO O| Sep 06 06:34:37.177 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-06T06:34:37.717Z[ recovery-image] Sep 06 06:34:37.192 INFO O| Sep 06 06:34:37.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38402024-09-06T06:34:37.717Z[ recovery-image] Sep 06 06:34:37.192 INFO O| Sep 06 06:34:37.192 INFO STEP 38 (remove_files) COMPLETE
38412024-09-06T06:34:37.717Z[ recovery-image] Sep 06 06:34:37.192 INFO O| Sep 06 06:34:37.192 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-06T06:34:37.717Z[ host-image] Sep 06 06:34:37.194 INFO O| Sep 06 06:34:37.194 INFO O| Actions: Completed 238 actions in 0.38 seconds.
38432024-09-06T06:34:37.717Z[ recovery-image] Sep 06 06:34:37.205 INFO O| Sep 06 06:34:37.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38442024-09-06T06:34:37.717Z[ recovery-image] Sep 06 06:34:37.206 INFO O| Sep 06 06:34:37.205 INFO STEP 39 (remove_files) COMPLETE
38452024-09-06T06:34:37.741Z[ recovery-image] Sep 06 06:34:37.231 INFO O| Sep 06 06:34:37.205 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-09-06T06:34:37.794Z[ recovery-image] Sep 06 06:34:37.288 INFO O| Sep 06 06:34:37.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38472024-09-06T06:34:37.794Z[ recovery-image] Sep 06 06:34:37.288 INFO O| Sep 06 06:34:37.288 INFO STEP 40 (remove_files) COMPLETE
38482024-09-06T06:34:37.818Z[ recovery-image] Sep 06 06:34:37.288 INFO O| Sep 06 06:34:37.288 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-06T06:34:37.841Z[ recovery-image] Sep 06 06:34:37.323 INFO O| Sep 06 06:34:37.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38502024-09-06T06:34:37.841Z[ recovery-image] Sep 06 06:34:37.323 INFO O| Sep 06 06:34:37.323 INFO STEP 41 (remove_files) COMPLETE
38512024-09-06T06:34:37.841Z[ recovery-image] Sep 06 06:34:37.323 INFO O| Sep 06 06:34:37.323 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-06T06:34:37.865Z[ recovery-image] Sep 06 06:34:37.338 INFO O| Sep 06 06:34:37.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38532024-09-06T06:34:37.865Z[ recovery-image] Sep 06 06:34:37.338 INFO O| Sep 06 06:34:37.338 INFO STEP 42 (remove_files) COMPLETE
38542024-09-06T06:34:37.865Z[ recovery-image] Sep 06 06:34:37.338 INFO O| Sep 06 06:34:37.338 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-09-06T06:34:37.866Z[ recovery-image] Sep 06 06:34:37.353 INFO O| Sep 06 06:34:37.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38562024-09-06T06:34:37.866Z[ recovery-image] Sep 06 06:34:37.353 INFO O| Sep 06 06:34:37.353 INFO STEP 43 (remove_files) COMPLETE
38572024-09-06T06:34:37.866Z[ recovery-image] Sep 06 06:34:37.353 INFO O| Sep 06 06:34:37.353 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-09-06T06:34:37.890Z[ recovery-image] Sep 06 06:34:37.367 INFO O| Sep 06 06:34:37.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38592024-09-06T06:34:37.890Z[ recovery-image] Sep 06 06:34:37.367 INFO O| Sep 06 06:34:37.367 INFO STEP 44 (remove_files) COMPLETE
38602024-09-06T06:34:37.890Z[ recovery-image] Sep 06 06:34:37.367 INFO O| Sep 06 06:34:37.367 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-09-06T06:34:37.914Z[ recovery-image] Sep 06 06:34:37.388 INFO O| Sep 06 06:34:37.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38622024-09-06T06:34:37.914Z[ recovery-image] Sep 06 06:34:37.388 INFO O| Sep 06 06:34:37.388 INFO STEP 45 (remove_files) COMPLETE
38632024-09-06T06:34:37.914Z[ recovery-image] Sep 06 06:34:37.388 INFO O| Sep 06 06:34:37.388 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-09-06T06:34:37.914Z[ recovery-image] Sep 06 06:34:37.405 INFO O| Sep 06 06:34:37.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38652024-09-06T06:34:37.914Z[ recovery-image] Sep 06 06:34:37.405 INFO O| Sep 06 06:34:37.405 INFO STEP 46 (remove_files) COMPLETE
38662024-09-06T06:34:37.914Z[ recovery-image] Sep 06 06:34:37.405 INFO O| Sep 06 06:34:37.405 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-09-06T06:34:37.938Z[ recovery-image] Sep 06 06:34:37.424 INFO O| Sep 06 06:34:37.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38682024-09-06T06:34:37.938Z[ recovery-image] Sep 06 06:34:37.424 INFO O| Sep 06 06:34:37.424 INFO STEP 47 (remove_files) COMPLETE
38692024-09-06T06:34:37.938Z[ recovery-image] Sep 06 06:34:37.424 INFO O| Sep 06 06:34:37.424 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-09-06T06:34:37.962Z[ recovery-image] Sep 06 06:34:37.443 INFO O| Sep 06 06:34:37.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38712024-09-06T06:34:37.962Z[ recovery-image] Sep 06 06:34:37.443 INFO O| Sep 06 06:34:37.443 INFO STEP 48 (remove_files) COMPLETE
38722024-09-06T06:34:37.962Z[ recovery-image] Sep 06 06:34:37.443 INFO O| Sep 06 06:34:37.443 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-09-06T06:34:37.986Z[ recovery-image] Sep 06 06:34:37.457 INFO O| Sep 06 06:34:37.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38742024-09-06T06:34:37.987Z[ recovery-image] Sep 06 06:34:37.457 INFO O| Sep 06 06:34:37.457 INFO STEP 49 (remove_files) COMPLETE
38752024-09-06T06:34:37.987Z[ recovery-image] Sep 06 06:34:37.457 INFO O| Sep 06 06:34:37.457 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-09-06T06:34:37.987Z[ recovery-image] Sep 06 06:34:37.471 INFO O| Sep 06 06:34:37.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38772024-09-06T06:34:37.987Z[ recovery-image] Sep 06 06:34:37.471 INFO O| Sep 06 06:34:37.471 INFO STEP 50 (remove_files) COMPLETE
38782024-09-06T06:34:37.987Z[ recovery-image] Sep 06 06:34:37.471 INFO O| Sep 06 06:34:37.471 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-09-06T06:34:38.011Z[ recovery-image] Sep 06 06:34:37.486 INFO O| Sep 06 06:34:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38802024-09-06T06:34:38.011Z[ recovery-image] Sep 06 06:34:37.486 INFO O| Sep 06 06:34:37.486 INFO STEP 51 (remove_files) COMPLETE
38812024-09-06T06:34:38.011Z[ recovery-image] Sep 06 06:34:37.486 INFO O| Sep 06 06:34:37.486 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-09-06T06:34:38.011Z[ recovery-image] Sep 06 06:34:37.505 INFO O| Sep 06 06:34:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38832024-09-06T06:34:38.011Z[ recovery-image] Sep 06 06:34:37.505 INFO O| Sep 06 06:34:37.505 INFO STEP 52 (remove_files) COMPLETE
38842024-09-06T06:34:38.011Z[ recovery-image] Sep 06 06:34:37.505 INFO O| Sep 06 06:34:37.505 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-09-06T06:34:38.035Z[ recovery-image] Sep 06 06:34:37.526 INFO O| Sep 06 06:34:37.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38862024-09-06T06:34:38.035Z[ recovery-image] Sep 06 06:34:37.526 INFO O| Sep 06 06:34:37.526 INFO STEP 53 (remove_files) COMPLETE
38872024-09-06T06:34:38.035Z[ recovery-image] Sep 06 06:34:37.526 INFO O| Sep 06 06:34:37.526 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-09-06T06:34:38.059Z[ recovery-image] Sep 06 06:34:37.543 INFO O| Sep 06 06:34:37.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38892024-09-06T06:34:38.059Z[ recovery-image] Sep 06 06:34:37.543 INFO O| Sep 06 06:34:37.543 INFO STEP 54 (remove_files) COMPLETE
38902024-09-06T06:34:38.059Z[ recovery-image] Sep 06 06:34:37.543 INFO O| Sep 06 06:34:37.543 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-09-06T06:34:38.059Z[ host-image] Sep 06 06:34:37.547 INFO O| Sep 06 06:34:37.547 INFO O| Done
38922024-09-06T06:34:38.059Z[ host-image] Sep 06 06:34:37.547 INFO O| Sep 06 06:34:37.547 INFO O| Done
38932024-09-06T06:34:38.088Z[ recovery-image] Sep 06 06:34:37.582 INFO O| Sep 06 06:34:37.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38942024-09-06T06:34:38.088Z[ recovery-image] Sep 06 06:34:37.582 INFO O| Sep 06 06:34:37.582 INFO STEP 55 (remove_files) COMPLETE
38952024-09-06T06:34:38.088Z[ recovery-image] Sep 06 06:34:37.582 INFO O| Sep 06 06:34:37.582 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-06T06:34:38.146Z[ recovery-image] Sep 06 06:34:37.640 INFO O| Sep 06 06:34:37.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38972024-09-06T06:34:38.146Z[ recovery-image] Sep 06 06:34:37.641 INFO O| Sep 06 06:34:37.641 INFO STEP 56 (remove_files) COMPLETE
38982024-09-06T06:34:38.146Z[ recovery-image] Sep 06 06:34:37.641 INFO O| Sep 06 06:34:37.641 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-09-06T06:34:38.170Z[ recovery-image] Sep 06 06:34:37.664 INFO O| Sep 06 06:34:37.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39002024-09-06T06:34:38.170Z[ recovery-image] Sep 06 06:34:37.664 INFO O| Sep 06 06:34:37.664 INFO STEP 57 (remove_files) COMPLETE
39012024-09-06T06:34:38.170Z[ recovery-image] Sep 06 06:34:37.664 INFO O| Sep 06 06:34:37.664 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-06T06:34:38.194Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39032024-09-06T06:34:38.194Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39042024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39052024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39062024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39072024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39082024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO ok!
39092024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO STEP 58 (ensure_file) COMPLETE
39102024-09-06T06:34:38.218Z[ recovery-image] Sep 06 06:34:37.689 INFO O| Sep 06 06:34:37.689 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.728 INFO O| Sep 06 06:34:37.728 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39122024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.728 INFO O| Sep 06 06:34:37.728 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39132024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.728 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39142024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.729 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39152024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39162024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.729 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39172024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.729 INFO ok!
39182024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.729 INFO STEP 59 (ensure_file) COMPLETE
39192024-09-06T06:34:38.242Z[ recovery-image] Sep 06 06:34:37.729 INFO O| Sep 06 06:34:37.729 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-06T06:34:38.308Z[ recovery-image] Sep 06 06:34:37.802 INFO O| Sep 06 06:34:37.802 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39212024-09-06T06:34:38.308Z[ recovery-image] Sep 06 06:34:37.802 INFO O| Sep 06 06:34:37.802 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39222024-09-06T06:34:38.331Z[ recovery-image] Sep 06 06:34:37.802 INFO O| Sep 06 06:34:37.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39232024-09-06T06:34:38.331Z[ recovery-image] Sep 06 06:34:37.803 INFO O| Sep 06 06:34:37.803 INFO ok!
39242024-09-06T06:34:38.331Z[ recovery-image] Sep 06 06:34:37.803 INFO O| Sep 06 06:34:37.803 INFO STEP 60 (ensure_file) COMPLETE
39252024-09-06T06:34:38.332Z[ recovery-image] Sep 06 06:34:37.803 INFO O| Sep 06 06:34:37.803 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-09-06T06:34:38.356Z[ recovery-image] Sep 06 06:34:37.840 INFO O| Sep 06 06:34:37.840 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39272024-09-06T06:34:38.356Z[ recovery-image] Sep 06 06:34:37.840 INFO O| Sep 06 06:34:37.840 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39282024-09-06T06:34:38.356Z[ recovery-image] Sep 06 06:34:37.840 INFO O| Sep 06 06:34:37.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39292024-09-06T06:34:38.356Z[ recovery-image] Sep 06 06:34:37.840 INFO O| Sep 06 06:34:37.840 INFO ok!
39302024-09-06T06:34:38.356Z[ recovery-image] Sep 06 06:34:37.840 INFO O| Sep 06 06:34:37.840 INFO STEP 61 (ensure_file) COMPLETE
39312024-09-06T06:34:38.356Z[ recovery-image] Sep 06 06:34:37.840 INFO O| Sep 06 06:34:37.840 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-09-06T06:34:38.385Z[ recovery-image] Sep 06 06:34:37.879 INFO O| Sep 06 06:34:37.879 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39332024-09-06T06:34:38.385Z[ recovery-image] Sep 06 06:34:37.879 INFO O| Sep 06 06:34:37.879 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39342024-09-06T06:34:38.385Z[ recovery-image] Sep 06 06:34:37.879 INFO O| Sep 06 06:34:37.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39352024-09-06T06:34:38.409Z[ recovery-image] Sep 06 06:34:37.879 INFO O| Sep 06 06:34:37.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39362024-09-06T06:34:38.409Z[ recovery-image] Sep 06 06:34:37.880 INFO O| Sep 06 06:34:37.879 INFO ok!
39372024-09-06T06:34:38.409Z[ recovery-image] Sep 06 06:34:37.880 INFO O| Sep 06 06:34:37.880 INFO STEP 62 (ensure_file) COMPLETE
39382024-09-06T06:34:38.409Z[ recovery-image] Sep 06 06:34:37.880 INFO O| Sep 06 06:34:37.880 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-09-06T06:34:38.434Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39402024-09-06T06:34:38.434Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39412024-09-06T06:34:38.434Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39422024-09-06T06:34:38.434Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39432024-09-06T06:34:38.434Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO ok!
39442024-09-06T06:34:38.434Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO STEP 63 (ensure_file) COMPLETE
39452024-09-06T06:34:38.458Z[ recovery-image] Sep 06 06:34:37.927 INFO O| Sep 06 06:34:37.927 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-09-06T06:34:38.483Z[ recovery-image] Sep 06 06:34:37.959 INFO O| Sep 06 06:34:37.959 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39472024-09-06T06:34:38.483Z[ recovery-image] Sep 06 06:34:37.959 INFO O| Sep 06 06:34:37.959 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39482024-09-06T06:34:38.483Z[ recovery-image] Sep 06 06:34:37.959 INFO O| Sep 06 06:34:37.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39492024-09-06T06:34:38.483Z[ recovery-image] Sep 06 06:34:37.959 INFO O| Sep 06 06:34:37.959 INFO ok!
39502024-09-06T06:34:38.483Z[ recovery-image] Sep 06 06:34:37.959 INFO O| Sep 06 06:34:37.959 INFO STEP 64 (assemble_files) COMPLETE
39512024-09-06T06:34:38.483Z[ recovery-image] Sep 06 06:34:37.960 INFO O| Sep 06 06:34:37.959 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-09-06T06:34:38.524Z[ recovery-image] Sep 06 06:34:38.018 INFO O| Sep 06 06:34:38.018 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39532024-09-06T06:34:38.524Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.018 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39542024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39552024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39562024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO ok!
39572024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO STEP 65 (ensure_file) COMPLETE
39582024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO skip step because feature "omicron1" is not enabled
39602024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO skip step because feature "omicron1" is not enabled
39622024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO skip step because feature "omicron1" is not enabled
39642024-09-06T06:34:38.549Z[ recovery-image] Sep 06 06:34:38.019 INFO O| Sep 06 06:34:38.019 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-09-06T06:34:38.549Z[ host-image] Sep 06 06:34:38.036 INFO O| Sep 06 06:34:38.036 INFO O| Done
39662024-09-06T06:34:38.573Z[ recovery-image] Sep 06 06:34:38.049 INFO O| Sep 06 06:34:38.049 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39672024-09-06T06:34:38.573Z[ recovery-image] Sep 06 06:34:38.049 INFO O| Sep 06 06:34:38.049 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39682024-09-06T06:34:40.319Z[ host-image] Sep 06 06:34:39.812 INFO O| Sep 06 06:34:39.812 INFO O| Done
39692024-09-06T06:34:40.356Z[ host-image] Sep 06 06:34:39.850 INFO O| Sep 06 06:34:39.850 INFO O| Done
39702024-09-06T06:34:40.356Z[ host-image] Sep 06 06:34:39.850 INFO O| Sep 06 06:34:39.850 INFO O| Done
39712024-09-06T06:34:40.381Z[ host-image] Sep 06 06:34:39.868 INFO O| Sep 06 06:34:39.868 INFO O| Done
39722024-09-06T06:34:40.555Z[ host-image] Sep 06 06:34:40.049 INFO O| Sep 06 06:34:40.049 INFO STEP 12 (pkg_install) COMPLETE
39732024-09-06T06:34:40.555Z[ host-image] Sep 06 06:34:40.049 INFO O| Sep 06 06:34:40.049 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39742024-09-06T06:34:40.580Z[ host-image] Sep 06 06:34:40.069 INFO O| Sep 06 06:34:40.069 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
39752024-09-06T06:34:41.223Z[ recovery-image] Sep 06 06:34:40.717 INFO O| Sep 06 06:34:40.717 INFO STEP 69 (pack_tar) COMPLETE
39762024-09-06T06:34:41.223Z[ recovery-image] Sep 06 06:34:40.717 INFO O| Sep 06 06:34:40.717 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39772024-09-06T06:34:41.223Z[ recovery-image] Sep 06 06:34:40.717 INFO O| Sep 06 06:34:40.717 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39782024-09-06T06:34:41.291Z[ recovery-image] Sep 06 06:34:40.784 INFO O| Sep 06 06:34:40.784 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39792024-09-06T06:34:41.410Z[ recovery-image] Sep 06 06:34:40.904 INFO O| Sep 06 06:34:40.903 INFO completed processing gimlet/ramdisk-02-trim
39802024-09-06T06:34:41.434Z[ recovery-image] Sep 06 06:34:40.907 INFO image builder template: ramdisk-03-recovery-trim...
39812024-09-06T06:34:41.434Z[ recovery-image] Sep 06 06:34:40.907 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/.tmpQVCLqT/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.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
39822024-09-06T06:34:41.524Z[ recovery-image] Sep 06 06:34:41.018 INFO O| Sep 06 06:34:41.018 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39832024-09-06T06:34:41.549Z[ recovery-image] Sep 06 06:34:41.025 INFO O| Sep 06 06:34:41.025 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39842024-09-06T06:34:41.661Z[ recovery-image] Sep 06 06:34:41.155 INFO O| Sep 06 06:34:41.155 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39852024-09-06T06:34:41.738Z[ recovery-image] Sep 06 06:34:41.232 INFO O| Sep 06 06:34:41.232 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39862024-09-06T06:34:41.739Z[ recovery-image] Sep 06 06:34:41.233 INFO O| Sep 06 06:34:41.232 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39872024-09-06T06:34:41.763Z[ recovery-image] Sep 06 06:34:41.245 INFO O| Sep 06 06:34:41.245 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39882024-09-06T06:34:41.795Z[ recovery-image] Sep 06 06:34:41.289 INFO O| Sep 06 06:34:41.289 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39892024-09-06T06:34:41.823Z[ recovery-image] Sep 06 06:34:41.317 INFO O| Sep 06 06:34:41.317 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39902024-09-06T06:34:42.053Z[ host-image] Sep 06 06:34:41.547 INFO O| Sep 06 06:34:41.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39912024-09-06T06:34:42.167Z[ recovery-image] Sep 06 06:34:41.660 INFO O| Sep 06 06:34:41.660 INFO rolled back to input snapshot; work may begin
39922024-09-06T06:34:42.167Z[ recovery-image] Sep 06 06:34:41.660 INFO O| Sep 06 06:34:41.660 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39932024-09-06T06:34:42.191Z[ recovery-image] Sep 06 06:34:41.685 INFO O| Sep 06 06:34:41.684 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-09-06T06:34:42.215Z[ recovery-image] Sep 06 06:34:41.705 INFO O| Sep 06 06:34:41.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39952024-09-06T06:34:42.216Z[ recovery-image] Sep 06 06:34:41.709 INFO O| Sep 06 06:34:41.709 INFO STEP 0 (remove_files) COMPLETE
39962024-09-06T06:34:42.216Z[ recovery-image] Sep 06 06:34:41.709 INFO O| Sep 06 06:34:41.709 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-09-06T06:34:42.253Z[ recovery-image] Sep 06 06:34:41.747 INFO O| Sep 06 06:34:41.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39982024-09-06T06:34:42.392Z[ recovery-image] Sep 06 06:34:41.886 INFO O| Sep 06 06:34:41.875 INFO STEP 1 (remove_files) COMPLETE
39992024-09-06T06:34:42.392Z[ recovery-image] Sep 06 06:34:41.886 INFO O| Sep 06 06:34:41.875 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-09-06T06:34:42.425Z[ recovery-image] Sep 06 06:34:41.919 INFO O| Sep 06 06:34:41.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40012024-09-06T06:34:42.470Z[ recovery-image] Sep 06 06:34:41.963 INFO O| Sep 06 06:34:41.963 INFO STEP 2 (remove_files) COMPLETE
40022024-09-06T06:34:42.470Z[ recovery-image] Sep 06 06:34:41.963 INFO O| Sep 06 06:34:41.963 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-09-06T06:34:42.510Z[ recovery-image] Sep 06 06:34:42.004 INFO O| Sep 06 06:34:42.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40042024-09-06T06:34:42.588Z[ recovery-image] Sep 06 06:34:42.081 INFO O| Sep 06 06:34:42.081 INFO STEP 3 (remove_files) COMPLETE
40052024-09-06T06:34:42.588Z[ recovery-image] Sep 06 06:34:42.081 INFO O| Sep 06 06:34:42.081 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-09-06T06:34:42.731Z[ recovery-image] Sep 06 06:34:42.225 INFO O| Sep 06 06:34:42.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40072024-09-06T06:34:43.027Z[ recovery-image] Sep 06 06:34:42.521 INFO O| Sep 06 06:34:42.521 INFO STEP 4 (remove_files) COMPLETE
40082024-09-06T06:34:43.028Z[ recovery-image] Sep 06 06:34:42.521 INFO O| Sep 06 06:34:42.521 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-09-06T06:34:43.082Z[ recovery-image] Sep 06 06:34:42.575 INFO O| Sep 06 06:34:42.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40102024-09-06T06:34:43.106Z[ recovery-image] Sep 06 06:34:42.579 INFO O| Sep 06 06:34:42.579 INFO STEP 5 (remove_files) COMPLETE
40112024-09-06T06:34:43.106Z[ recovery-image] Sep 06 06:34:42.579 INFO O| Sep 06 06:34:42.579 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-09-06T06:34:43.130Z[ recovery-image] Sep 06 06:34:42.615 INFO O| Sep 06 06:34:42.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40132024-09-06T06:34:43.130Z[ recovery-image] Sep 06 06:34:42.616 INFO O| Sep 06 06:34:42.616 INFO STEP 6 (remove_files) COMPLETE
40142024-09-06T06:34:43.130Z[ recovery-image] Sep 06 06:34:42.616 INFO O| Sep 06 06:34:42.616 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-09-06T06:34:43.162Z[ recovery-image] Sep 06 06:34:42.656 INFO O| Sep 06 06:34:42.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40162024-09-06T06:34:43.187Z[ recovery-image] Sep 06 06:34:42.659 INFO O| Sep 06 06:34:42.659 INFO STEP 7 (remove_files) COMPLETE
40172024-09-06T06:34:43.187Z[ recovery-image] Sep 06 06:34:42.659 INFO O| Sep 06 06:34:42.659 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-09-06T06:34:43.211Z[ recovery-image] Sep 06 06:34:42.690 INFO O| Sep 06 06:34:42.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40192024-09-06T06:34:43.211Z[ recovery-image] Sep 06 06:34:42.692 INFO O| Sep 06 06:34:42.692 INFO STEP 8 (remove_files) COMPLETE
40202024-09-06T06:34:43.211Z[ recovery-image] Sep 06 06:34:42.693 INFO O| Sep 06 06:34:42.692 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-09-06T06:34:43.235Z[ recovery-image] Sep 06 06:34:42.716 INFO O| Sep 06 06:34:42.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40222024-09-06T06:34:43.235Z[ recovery-image] Sep 06 06:34:42.716 INFO O| Sep 06 06:34:42.716 INFO STEP 9 (remove_files) COMPLETE
40232024-09-06T06:34:43.235Z[ recovery-image] Sep 06 06:34:42.716 INFO O| Sep 06 06:34:42.716 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-09-06T06:34:43.259Z[ recovery-image] Sep 06 06:34:42.746 INFO O| Sep 06 06:34:42.746 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40252024-09-06T06:34:43.259Z[ recovery-image] Sep 06 06:34:42.747 INFO O| Sep 06 06:34:42.747 INFO STEP 10 (remove_files) COMPLETE
40262024-09-06T06:34:43.259Z[ recovery-image] Sep 06 06:34:42.747 INFO O| Sep 06 06:34:42.747 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-09-06T06:34:43.284Z[ recovery-image] Sep 06 06:34:42.765 INFO O| Sep 06 06:34:42.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40282024-09-06T06:34:43.869Z[ recovery-image] Sep 06 06:34:43.363 INFO O| Sep 06 06:34:43.363 INFO STEP 11 (remove_files) COMPLETE
40292024-09-06T06:34:43.869Z[ recovery-image] Sep 06 06:34:43.363 INFO O| Sep 06 06:34:43.363 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-09-06T06:34:43.911Z[ recovery-image] Sep 06 06:34:43.405 INFO O| Sep 06 06:34:43.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40312024-09-06T06:34:43.936Z[ recovery-image] Sep 06 06:34:43.426 INFO O| Sep 06 06:34:43.426 INFO STEP 12 (remove_files) COMPLETE
40322024-09-06T06:34:43.936Z[ recovery-image] Sep 06 06:34:43.426 INFO O| Sep 06 06:34:43.426 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-06T06:34:43.960Z[ recovery-image] Sep 06 06:34:43.446 INFO O| Sep 06 06:34:43.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40342024-09-06T06:34:43.985Z[ recovery-image] Sep 06 06:34:43.470 INFO O| Sep 06 06:34:43.470 INFO STEP 13 (remove_files) COMPLETE
40352024-09-06T06:34:43.985Z[ recovery-image] Sep 06 06:34:43.470 INFO O| Sep 06 06:34:43.470 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-09-06T06:34:44.059Z[ recovery-image] Sep 06 06:34:43.553 INFO O| Sep 06 06:34:43.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40372024-09-06T06:34:44.084Z[ recovery-image] Sep 06 06:34:43.577 INFO O| Sep 06 06:34:43.577 INFO STEP 14 (remove_files) COMPLETE
40382024-09-06T06:34:44.084Z[ recovery-image] Sep 06 06:34:43.577 INFO O| Sep 06 06:34:43.577 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-06T06:34:44.111Z[ recovery-image] Sep 06 06:34:43.605 INFO O| Sep 06 06:34:43.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40402024-09-06T06:34:44.136Z[ recovery-image] Sep 06 06:34:43.625 INFO O| Sep 06 06:34:43.625 INFO STEP 15 (remove_files) COMPLETE
40412024-09-06T06:34:44.136Z[ recovery-image] Sep 06 06:34:43.625 INFO O| Sep 06 06:34:43.625 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-06T06:34:44.161Z[ recovery-image] Sep 06 06:34:43.645 INFO O| Sep 06 06:34:43.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40432024-09-06T06:34:44.185Z[ recovery-image] Sep 06 06:34:43.666 INFO O| Sep 06 06:34:43.666 INFO STEP 16 (remove_files) COMPLETE
40442024-09-06T06:34:44.185Z[ recovery-image] Sep 06 06:34:43.667 INFO O| Sep 06 06:34:43.666 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-09-06T06:34:44.210Z[ recovery-image] Sep 06 06:34:43.686 INFO O| Sep 06 06:34:43.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40462024-09-06T06:34:44.210Z[ recovery-image] Sep 06 06:34:43.687 INFO O| Sep 06 06:34:43.687 INFO STEP 17 (remove_files) COMPLETE
40472024-09-06T06:34:44.210Z[ recovery-image] Sep 06 06:34:43.687 INFO O| Sep 06 06:34:43.687 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-09-06T06:34:44.234Z[ recovery-image] Sep 06 06:34:43.721 INFO O| Sep 06 06:34:43.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40492024-09-06T06:34:44.234Z[ recovery-image] Sep 06 06:34:43.721 INFO O| Sep 06 06:34:43.721 INFO STEP 18 (remove_files) COMPLETE
40502024-09-06T06:34:44.234Z[ recovery-image] Sep 06 06:34:43.721 INFO O| Sep 06 06:34:43.721 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-06T06:34:44.270Z[ recovery-image] Sep 06 06:34:43.763 INFO O| Sep 06 06:34:43.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40522024-09-06T06:34:44.345Z[ host-image] Sep 06 06:34:43.839 INFO O| Sep 06 06:34:43.839 INFO O| Planning: Solver setup ... Done
40532024-09-06T06:34:44.370Z[ host-image] Sep 06 06:34:43.844 INFO O| Sep 06 06:34:43.844 INFO O| Planning: Running solver ... Done
40542024-09-06T06:34:44.370Z[ recovery-image] Sep 06 06:34:43.856 INFO O| Sep 06 06:34:43.856 INFO STEP 19 (remove_files) COMPLETE
40552024-09-06T06:34:44.370Z[ recovery-image] Sep 06 06:34:43.856 INFO O| Sep 06 06:34:43.856 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-09-06T06:34:44.395Z[ recovery-image] Sep 06 06:34:43.875 INFO O| Sep 06 06:34:43.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40572024-09-06T06:34:44.419Z[ host-image] Sep 06 06:34:43.890 INFO O| Sep 06 06:34:43.890 INFO O| Planning: Finding local manifests ... Done
40582024-09-06T06:34:44.419Z[ host-image] Sep 06 06:34:43.892 INFO O| Sep 06 06:34:43.892 INFO O| Planning: Fetching manifests: 0/6 0% complete
40592024-09-06T06:34:44.444Z[ recovery-image] Sep 06 06:34:43.922 INFO O| Sep 06 06:34:43.922 INFO STEP 20 (remove_files) COMPLETE
40602024-09-06T06:34:44.444Z[ recovery-image] Sep 06 06:34:43.922 INFO O| Sep 06 06:34:43.922 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-06T06:34:44.468Z[ recovery-image] Sep 06 06:34:43.943 INFO O| Sep 06 06:34:43.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40622024-09-06T06:34:44.469Z[ recovery-image] Sep 06 06:34:43.947 INFO O| Sep 06 06:34:43.947 INFO STEP 21 (remove_files) COMPLETE
40632024-09-06T06:34:44.469Z[ recovery-image] Sep 06 06:34:43.947 INFO O| Sep 06 06:34:43.947 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-06T06:34:44.493Z[ recovery-image] Sep 06 06:34:43.963 INFO O| Sep 06 06:34:43.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40652024-09-06T06:34:44.493Z[ recovery-image] Sep 06 06:34:43.964 INFO O| Sep 06 06:34:43.964 INFO STEP 22 (remove_files) COMPLETE
40662024-09-06T06:34:44.493Z[ recovery-image] Sep 06 06:34:43.964 INFO O| Sep 06 06:34:43.964 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-06T06:34:44.493Z[ recovery-image] Sep 06 06:34:43.981 INFO O| Sep 06 06:34:43.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40682024-09-06T06:34:44.493Z[ recovery-image] Sep 06 06:34:43.981 INFO O| Sep 06 06:34:43.981 INFO STEP 23 (remove_files) COMPLETE
40692024-09-06T06:34:44.493Z[ recovery-image] Sep 06 06:34:43.982 INFO O| Sep 06 06:34:43.981 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-06T06:34:44.518Z[ recovery-image] Sep 06 06:34:44.000 INFO O| Sep 06 06:34:43.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40712024-09-06T06:34:44.518Z[ recovery-image] Sep 06 06:34:44.004 INFO O| Sep 06 06:34:44.003 INFO STEP 24 (remove_files) COMPLETE
40722024-09-06T06:34:44.518Z[ recovery-image] Sep 06 06:34:44.004 INFO O| Sep 06 06:34:44.004 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-06T06:34:44.543Z[ recovery-image] Sep 06 06:34:44.021 INFO O| Sep 06 06:34:44.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40742024-09-06T06:34:44.543Z[ recovery-image] Sep 06 06:34:44.021 INFO O| Sep 06 06:34:44.021 INFO STEP 25 (remove_files) COMPLETE
40752024-09-06T06:34:44.543Z[ recovery-image] Sep 06 06:34:44.021 INFO O| Sep 06 06:34:44.021 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-06T06:34:44.568Z[ recovery-image] Sep 06 06:34:44.038 INFO O| Sep 06 06:34:44.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40772024-09-06T06:34:44.568Z[ recovery-image] Sep 06 06:34:44.038 INFO O| Sep 06 06:34:44.038 INFO STEP 26 (remove_files) COMPLETE
40782024-09-06T06:34:44.568Z[ recovery-image] Sep 06 06:34:44.038 INFO O| Sep 06 06:34:44.038 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-06T06:34:44.568Z[ recovery-image] Sep 06 06:34:44.056 INFO O| Sep 06 06:34:44.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40802024-09-06T06:34:44.568Z[ recovery-image] Sep 06 06:34:44.056 INFO O| Sep 06 06:34:44.056 INFO STEP 27 (remove_files) COMPLETE
40812024-09-06T06:34:44.568Z[ recovery-image] Sep 06 06:34:44.056 INFO O| Sep 06 06:34:44.056 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-09-06T06:34:44.593Z[ recovery-image] Sep 06 06:34:44.073 INFO O| Sep 06 06:34:44.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40832024-09-06T06:34:44.593Z[ recovery-image] Sep 06 06:34:44.073 INFO O| Sep 06 06:34:44.073 INFO STEP 28 (remove_files) COMPLETE
40842024-09-06T06:34:44.593Z[ recovery-image] Sep 06 06:34:44.073 INFO O| Sep 06 06:34:44.073 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-09-06T06:34:44.624Z[ recovery-image] Sep 06 06:34:44.118 INFO O| Sep 06 06:34:44.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40862024-09-06T06:34:44.648Z[ recovery-image] Sep 06 06:34:44.142 INFO O| Sep 06 06:34:44.142 INFO STEP 29 (remove_files) COMPLETE
40872024-09-06T06:34:44.648Z[ recovery-image] Sep 06 06:34:44.142 INFO O| Sep 06 06:34:44.142 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-09-06T06:34:44.673Z[ recovery-image] Sep 06 06:34:44.162 INFO O| Sep 06 06:34:44.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40892024-09-06T06:34:44.673Z[ recovery-image] Sep 06 06:34:44.162 INFO O| Sep 06 06:34:44.162 INFO STEP 30 (remove_files) COMPLETE
40902024-09-06T06:34:44.673Z[ recovery-image] Sep 06 06:34:44.163 INFO O| Sep 06 06:34:44.162 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-09-06T06:34:44.697Z[ recovery-image] Sep 06 06:34:44.184 INFO O| Sep 06 06:34:44.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40922024-09-06T06:34:44.697Z[ recovery-image] Sep 06 06:34:44.185 INFO O| Sep 06 06:34:44.185 INFO STEP 31 (remove_files) COMPLETE
40932024-09-06T06:34:44.697Z[ recovery-image] Sep 06 06:34:44.185 INFO O| Sep 06 06:34:44.185 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-09-06T06:34:44.722Z[ recovery-image] Sep 06 06:34:44.204 INFO O| Sep 06 06:34:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40952024-09-06T06:34:44.722Z[ recovery-image] Sep 06 06:34:44.204 INFO O| Sep 06 06:34:44.204 INFO STEP 32 (remove_files) COMPLETE
40962024-09-06T06:34:44.722Z[ recovery-image] Sep 06 06:34:44.204 INFO O| Sep 06 06:34:44.204 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-09-06T06:34:44.750Z[ recovery-image] Sep 06 06:34:44.244 INFO O| Sep 06 06:34:44.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40982024-09-06T06:34:44.774Z[ recovery-image] Sep 06 06:34:44.244 INFO O| Sep 06 06:34:44.244 INFO STEP 33 (remove_files) COMPLETE
40992024-09-06T06:34:44.774Z[ recovery-image] Sep 06 06:34:44.244 INFO O| Sep 06 06:34:44.244 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-09-06T06:34:44.774Z[ recovery-image] Sep 06 06:34:44.262 INFO O| Sep 06 06:34:44.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41012024-09-06T06:34:44.774Z[ recovery-image] Sep 06 06:34:44.262 INFO O| Sep 06 06:34:44.262 INFO STEP 34 (remove_files) COMPLETE
41022024-09-06T06:34:44.774Z[ recovery-image] Sep 06 06:34:44.262 INFO O| Sep 06 06:34:44.262 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-09-06T06:34:44.798Z[ host-image] Sep 06 06:34:44.273 INFO O| Sep 06 06:34:44.273 INFO O| Planning: Fetching manifests: 6/6 100% complete
41042024-09-06T06:34:44.798Z[ recovery-image] Sep 06 06:34:44.278 INFO O| Sep 06 06:34:44.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41052024-09-06T06:34:44.799Z[ recovery-image] Sep 06 06:34:44.279 INFO O| Sep 06 06:34:44.279 INFO STEP 35 (remove_files) COMPLETE
41062024-09-06T06:34:44.799Z[ recovery-image] Sep 06 06:34:44.279 INFO O| Sep 06 06:34:44.279 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-06T06:34:44.823Z[ recovery-image] Sep 06 06:34:44.295 INFO O| Sep 06 06:34:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41082024-09-06T06:34:44.823Z[ recovery-image] Sep 06 06:34:44.296 INFO O| Sep 06 06:34:44.296 INFO STEP 36 (remove_files) COMPLETE
41092024-09-06T06:34:44.823Z[ recovery-image] Sep 06 06:34:44.296 INFO O| Sep 06 06:34:44.296 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-09-06T06:34:44.823Z[ recovery-image] Sep 06 06:34:44.312 INFO O| Sep 06 06:34:44.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41112024-09-06T06:34:44.847Z[ host-image] Sep 06 06:34:44.335 INFO O| Sep 06 06:34:44.335 INFO O| Planning: Package planning ... Done
41122024-09-06T06:34:44.847Z[ recovery-image] Sep 06 06:34:44.337 INFO O| Sep 06 06:34:44.337 INFO STEP 37 (remove_files) COMPLETE
41132024-09-06T06:34:44.847Z[ recovery-image] Sep 06 06:34:44.337 INFO O| Sep 06 06:34:44.337 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-06T06:34:44.875Z[ recovery-image] Sep 06 06:34:44.369 INFO O| Sep 06 06:34:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41152024-09-06T06:34:44.875Z[ recovery-image] Sep 06 06:34:44.369 INFO O| Sep 06 06:34:44.369 INFO STEP 38 (remove_files) COMPLETE
41162024-09-06T06:34:44.899Z[ recovery-image] Sep 06 06:34:44.369 INFO O| Sep 06 06:34:44.369 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-06T06:34:44.899Z[ host-image] Sep 06 06:34:44.381 INFO O| Sep 06 06:34:44.381 INFO O| Planning: Merging actions ... Done
41182024-09-06T06:34:44.949Z[ recovery-image] Sep 06 06:34:44.443 INFO O| Sep 06 06:34:44.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41192024-09-06T06:34:44.949Z[ recovery-image] Sep 06 06:34:44.443 INFO O| Sep 06 06:34:44.443 INFO STEP 39 (remove_files) COMPLETE
41202024-09-06T06:34:44.973Z[ recovery-image] Sep 06 06:34:44.443 INFO O| Sep 06 06:34:44.443 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-09-06T06:34:45.011Z[ recovery-image] Sep 06 06:34:44.505 INFO O| Sep 06 06:34:44.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41222024-09-06T06:34:45.011Z[ recovery-image] Sep 06 06:34:44.505 INFO O| Sep 06 06:34:44.505 INFO STEP 40 (remove_files) COMPLETE
41232024-09-06T06:34:45.012Z[ recovery-image] Sep 06 06:34:44.505 INFO O| Sep 06 06:34:44.505 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-09-06T06:34:45.036Z[ host-image] Sep 06 06:34:44.509 INFO O| Sep 06 06:34:44.509 INFO O| Planning: Checking for conflicting actions ... Done
41252024-09-06T06:34:45.036Z[ host-image] Sep 06 06:34:44.516 INFO O| Sep 06 06:34:44.516 INFO O| Planning: Consolidating action changes ... Done
41262024-09-06T06:34:45.036Z[ recovery-image] Sep 06 06:34:44.526 INFO O| Sep 06 06:34:44.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41272024-09-06T06:34:45.036Z[ recovery-image] Sep 06 06:34:44.526 INFO O| Sep 06 06:34:44.526 INFO STEP 41 (remove_files) COMPLETE
41282024-09-06T06:34:45.036Z[ recovery-image] Sep 06 06:34:44.526 INFO O| Sep 06 06:34:44.526 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-06T06:34:45.061Z[ recovery-image] Sep 06 06:34:44.546 INFO O| Sep 06 06:34:44.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41302024-09-06T06:34:45.061Z[ recovery-image] Sep 06 06:34:44.546 INFO O| Sep 06 06:34:44.546 INFO STEP 42 (remove_files) COMPLETE
41312024-09-06T06:34:45.061Z[ recovery-image] Sep 06 06:34:44.546 INFO O| Sep 06 06:34:44.546 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-06T06:34:45.085Z[ recovery-image] Sep 06 06:34:44.569 INFO O| Sep 06 06:34:44.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41332024-09-06T06:34:45.085Z[ recovery-image] Sep 06 06:34:44.570 INFO O| Sep 06 06:34:44.570 INFO STEP 43 (remove_files) COMPLETE
41342024-09-06T06:34:45.085Z[ recovery-image] Sep 06 06:34:44.570 INFO O| Sep 06 06:34:44.570 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-06T06:34:45.111Z[ recovery-image] Sep 06 06:34:44.605 INFO O| Sep 06 06:34:44.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41362024-09-06T06:34:45.111Z[ recovery-image] Sep 06 06:34:44.605 INFO O| Sep 06 06:34:44.605 INFO STEP 44 (remove_files) COMPLETE
41372024-09-06T06:34:45.136Z[ recovery-image] Sep 06 06:34:44.605 INFO O| Sep 06 06:34:44.605 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-06T06:34:45.136Z[ recovery-image] Sep 06 06:34:44.628 INFO O| Sep 06 06:34:44.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41392024-09-06T06:34:45.136Z[ recovery-image] Sep 06 06:34:44.628 INFO O| Sep 06 06:34:44.628 INFO STEP 45 (remove_files) COMPLETE
41402024-09-06T06:34:45.136Z[ recovery-image] Sep 06 06:34:44.628 INFO O| Sep 06 06:34:44.628 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-06T06:34:45.164Z[ recovery-image] Sep 06 06:34:44.658 INFO O| Sep 06 06:34:44.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41422024-09-06T06:34:45.164Z[ recovery-image] Sep 06 06:34:44.658 INFO O| Sep 06 06:34:44.658 INFO STEP 46 (remove_files) COMPLETE
41432024-09-06T06:34:45.164Z[ recovery-image] Sep 06 06:34:44.658 INFO O| Sep 06 06:34:44.658 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-06T06:34:45.199Z[ recovery-image] Sep 06 06:34:44.694 INFO O| Sep 06 06:34:44.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41452024-09-06T06:34:45.199Z[ recovery-image] Sep 06 06:34:44.694 INFO O| Sep 06 06:34:44.694 INFO STEP 47 (remove_files) COMPLETE
41462024-09-06T06:34:45.200Z[ recovery-image] Sep 06 06:34:44.694 INFO O| Sep 06 06:34:44.694 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-06T06:34:45.224Z[ recovery-image] Sep 06 06:34:44.716 INFO O| Sep 06 06:34:44.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41482024-09-06T06:34:45.224Z[ recovery-image] Sep 06 06:34:44.717 INFO O| Sep 06 06:34:44.717 INFO STEP 48 (remove_files) COMPLETE
41492024-09-06T06:34:45.224Z[ recovery-image] Sep 06 06:34:44.717 INFO O| Sep 06 06:34:44.717 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-06T06:34:45.268Z[ recovery-image] Sep 06 06:34:44.761 INFO O| Sep 06 06:34:44.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41512024-09-06T06:34:45.292Z[ recovery-image] Sep 06 06:34:44.762 INFO O| Sep 06 06:34:44.762 INFO STEP 49 (remove_files) COMPLETE
41522024-09-06T06:34:45.292Z[ recovery-image] Sep 06 06:34:44.762 INFO O| Sep 06 06:34:44.762 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-06T06:34:45.317Z[ recovery-image] Sep 06 06:34:44.790 INFO O| Sep 06 06:34:44.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41542024-09-06T06:34:45.317Z[ recovery-image] Sep 06 06:34:44.790 INFO O| Sep 06 06:34:44.790 INFO STEP 50 (remove_files) COMPLETE
41552024-09-06T06:34:45.317Z[ recovery-image] Sep 06 06:34:44.790 INFO O| Sep 06 06:34:44.790 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-06T06:34:45.342Z[ recovery-image] Sep 06 06:34:44.836 INFO O| Sep 06 06:34:44.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41572024-09-06T06:34:45.342Z[ recovery-image] Sep 06 06:34:44.836 INFO O| Sep 06 06:34:44.836 INFO STEP 51 (remove_files) COMPLETE
41582024-09-06T06:34:45.366Z[ recovery-image] Sep 06 06:34:44.836 INFO O| Sep 06 06:34:44.836 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-06T06:34:45.391Z[ host-image] Sep 06 06:34:44.869 INFO O| Sep 06 06:34:44.869 INFO O| Planning: Evaluating mediators ... Done
41602024-09-06T06:34:45.392Z[ host-image] Sep 06 06:34:44.873 INFO O| Sep 06 06:34:44.873 INFO O| Planning: Planning completed in 3.33 seconds
41612024-09-06T06:34:45.392Z[ host-image] Sep 06 06:34:44.876 INFO O| Sep 06 06:34:44.876 INFO O| Packages to install: 6
41622024-09-06T06:34:45.392Z[ host-image] Sep 06 06:34:44.876 INFO O| Sep 06 06:34:44.876 INFO O| Mediators to change: 1
41632024-09-06T06:34:45.392Z[ host-image] Sep 06 06:34:44.876 INFO O| Sep 06 06:34:44.876 INFO O| Services to change: 1
41642024-09-06T06:34:45.416Z[ recovery-image] Sep 06 06:34:44.891 INFO O| Sep 06 06:34:44.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41652024-09-06T06:34:45.416Z[ recovery-image] Sep 06 06:34:44.891 INFO O| Sep 06 06:34:44.891 INFO STEP 52 (remove_files) COMPLETE
41662024-09-06T06:34:45.416Z[ recovery-image] Sep 06 06:34:44.891 INFO O| Sep 06 06:34:44.891 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-09-06T06:34:45.416Z[ host-image] Sep 06 06:34:44.895 INFO O| Sep 06 06:34:44.895 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
41682024-09-06T06:34:45.416Z[ recovery-image] Sep 06 06:34:44.905 INFO O| Sep 06 06:34:44.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41692024-09-06T06:34:45.416Z[ recovery-image] Sep 06 06:34:44.905 INFO O| Sep 06 06:34:44.905 INFO STEP 53 (remove_files) COMPLETE
41702024-09-06T06:34:45.416Z[ recovery-image] Sep 06 06:34:44.905 INFO O| Sep 06 06:34:44.905 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-09-06T06:34:45.445Z[ recovery-image] Sep 06 06:34:44.938 INFO O| Sep 06 06:34:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41722024-09-06T06:34:45.445Z[ recovery-image] Sep 06 06:34:44.938 INFO O| Sep 06 06:34:44.938 INFO STEP 54 (remove_files) COMPLETE
41732024-09-06T06:34:45.445Z[ recovery-image] Sep 06 06:34:44.939 INFO O| Sep 06 06:34:44.938 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-09-06T06:34:45.470Z[ recovery-image] Sep 06 06:34:44.952 INFO O| Sep 06 06:34:44.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41752024-09-06T06:34:45.470Z[ recovery-image] Sep 06 06:34:44.952 INFO O| Sep 06 06:34:44.952 INFO STEP 55 (remove_files) COMPLETE
41762024-09-06T06:34:45.470Z[ recovery-image] Sep 06 06:34:44.952 INFO O| Sep 06 06:34:44.952 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-09-06T06:34:45.494Z[ recovery-image] Sep 06 06:34:44.965 INFO O| Sep 06 06:34:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41782024-09-06T06:34:45.494Z[ recovery-image] Sep 06 06:34:44.965 INFO O| Sep 06 06:34:44.965 INFO STEP 56 (remove_files) COMPLETE
41792024-09-06T06:34:45.494Z[ recovery-image] Sep 06 06:34:44.965 INFO O| Sep 06 06:34:44.965 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-09-06T06:34:45.494Z[ recovery-image] Sep 06 06:34:44.978 INFO O| Sep 06 06:34:44.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41812024-09-06T06:34:45.495Z[ recovery-image] Sep 06 06:34:44.978 INFO O| Sep 06 06:34:44.978 INFO STEP 57 (remove_files) COMPLETE
41822024-09-06T06:34:45.495Z[ recovery-image] Sep 06 06:34:44.978 INFO O| Sep 06 06:34:44.978 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-09-06T06:34:45.519Z[ recovery-image] Sep 06 06:34:44.992 INFO O| Sep 06 06:34:44.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41842024-09-06T06:34:45.519Z[ recovery-image] Sep 06 06:34:44.992 INFO O| Sep 06 06:34:44.992 INFO STEP 58 (remove_files) COMPLETE
41852024-09-06T06:34:45.519Z[ recovery-image] Sep 06 06:34:44.992 INFO O| Sep 06 06:34:44.992 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-09-06T06:34:45.519Z[ recovery-image] Sep 06 06:34:45.005 INFO O| Sep 06 06:34:45.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41872024-09-06T06:34:45.519Z[ recovery-image] Sep 06 06:34:45.006 INFO O| Sep 06 06:34:45.006 INFO STEP 59 (remove_files) COMPLETE
41882024-09-06T06:34:45.519Z[ recovery-image] Sep 06 06:34:45.006 INFO O| Sep 06 06:34:45.006 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-09-06T06:34:45.544Z[ recovery-image] Sep 06 06:34:45.020 INFO O| Sep 06 06:34:45.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41902024-09-06T06:34:45.544Z[ recovery-image] Sep 06 06:34:45.020 INFO O| Sep 06 06:34:45.020 INFO STEP 60 (remove_files) COMPLETE
41912024-09-06T06:34:45.544Z[ recovery-image] Sep 06 06:34:45.020 INFO O| Sep 06 06:34:45.020 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-09-06T06:34:45.544Z[ recovery-image] Sep 06 06:34:45.036 INFO O| Sep 06 06:34:45.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41932024-09-06T06:34:45.544Z[ recovery-image] Sep 06 06:34:45.036 INFO O| Sep 06 06:34:45.036 INFO STEP 61 (remove_files) COMPLETE
41942024-09-06T06:34:45.544Z[ recovery-image] Sep 06 06:34:45.036 INFO O| Sep 06 06:34:45.036 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-09-06T06:34:45.568Z[ recovery-image] Sep 06 06:34:45.059 INFO O| Sep 06 06:34:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41962024-09-06T06:34:45.568Z[ recovery-image] Sep 06 06:34:45.059 INFO O| Sep 06 06:34:45.059 INFO STEP 62 (remove_files) COMPLETE
41972024-09-06T06:34:45.568Z[ recovery-image] Sep 06 06:34:45.059 INFO O| Sep 06 06:34:45.059 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-09-06T06:34:45.593Z[ recovery-image] Sep 06 06:34:45.080 INFO O| Sep 06 06:34:45.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41992024-09-06T06:34:45.593Z[ recovery-image] Sep 06 06:34:45.080 INFO O| Sep 06 06:34:45.080 INFO STEP 63 (remove_files) COMPLETE
42002024-09-06T06:34:45.593Z[ recovery-image] Sep 06 06:34:45.080 INFO O| Sep 06 06:34:45.080 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-06T06:34:45.617Z[ recovery-image] Sep 06 06:34:45.097 INFO O| Sep 06 06:34:45.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42022024-09-06T06:34:45.617Z[ recovery-image] Sep 06 06:34:45.098 INFO O| Sep 06 06:34:45.097 INFO STEP 64 (remove_files) COMPLETE
42032024-09-06T06:34:45.617Z[ recovery-image] Sep 06 06:34:45.098 INFO O| Sep 06 06:34:45.098 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-06T06:34:45.642Z[ recovery-image] Sep 06 06:34:45.115 INFO O| Sep 06 06:34:45.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42052024-09-06T06:34:45.642Z[ recovery-image] Sep 06 06:34:45.115 INFO O| Sep 06 06:34:45.115 INFO STEP 65 (remove_files) COMPLETE
42062024-09-06T06:34:45.642Z[ recovery-image] Sep 06 06:34:45.115 INFO O| Sep 06 06:34:45.115 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-06T06:34:45.642Z[ recovery-image] Sep 06 06:34:45.131 INFO O| Sep 06 06:34:45.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42082024-09-06T06:34:45.642Z[ recovery-image] Sep 06 06:34:45.131 INFO O| Sep 06 06:34:45.131 INFO STEP 66 (remove_files) COMPLETE
42092024-09-06T06:34:45.642Z[ recovery-image] Sep 06 06:34:45.131 INFO O| Sep 06 06:34:45.131 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-06T06:34:45.667Z[ recovery-image] Sep 06 06:34:45.152 INFO O| Sep 06 06:34:45.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42112024-09-06T06:34:45.667Z[ recovery-image] Sep 06 06:34:45.152 INFO O| Sep 06 06:34:45.152 INFO STEP 67 (remove_files) COMPLETE
42122024-09-06T06:34:45.667Z[ recovery-image] Sep 06 06:34:45.152 INFO O| Sep 06 06:34:45.152 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-06T06:34:45.739Z[ recovery-image] Sep 06 06:34:45.233 INFO O| Sep 06 06:34:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42142024-09-06T06:34:45.763Z[ recovery-image] Sep 06 06:34:45.233 INFO O| Sep 06 06:34:45.233 INFO STEP 68 (remove_files) COMPLETE
42152024-09-06T06:34:45.763Z[ recovery-image] Sep 06 06:34:45.233 INFO O| Sep 06 06:34:45.233 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-06T06:34:45.793Z[ recovery-image] Sep 06 06:34:45.267 INFO O| Sep 06 06:34:45.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42172024-09-06T06:34:45.793Z[ recovery-image] Sep 06 06:34:45.267 INFO O| Sep 06 06:34:45.267 INFO STEP 69 (remove_files) COMPLETE
42182024-09-06T06:34:45.793Z[ recovery-image] Sep 06 06:34:45.267 INFO O| Sep 06 06:34:45.267 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-06T06:34:45.819Z[ recovery-image] Sep 06 06:34:45.296 INFO O| Sep 06 06:34:45.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42202024-09-06T06:34:45.819Z[ recovery-image] Sep 06 06:34:45.296 INFO O| Sep 06 06:34:45.296 INFO STEP 70 (remove_files) COMPLETE
42212024-09-06T06:34:45.819Z[ recovery-image] Sep 06 06:34:45.296 INFO O| Sep 06 06:34:45.296 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-06T06:34:45.819Z[ recovery-image] Sep 06 06:34:45.312 INFO O| Sep 06 06:34:45.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42232024-09-06T06:34:45.819Z[ recovery-image] Sep 06 06:34:45.312 INFO O| Sep 06 06:34:45.312 INFO STEP 71 (remove_files) COMPLETE
42242024-09-06T06:34:45.819Z[ recovery-image] Sep 06 06:34:45.312 INFO O| Sep 06 06:34:45.312 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-06T06:34:45.843Z[ recovery-image] Sep 06 06:34:45.328 INFO O| Sep 06 06:34:45.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42262024-09-06T06:34:45.843Z[ recovery-image] Sep 06 06:34:45.328 INFO O| Sep 06 06:34:45.328 INFO STEP 72 (remove_files) COMPLETE
42272024-09-06T06:34:45.844Z[ recovery-image] Sep 06 06:34:45.328 INFO O| Sep 06 06:34:45.328 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-06T06:34:45.868Z[ recovery-image] Sep 06 06:34:45.344 INFO O| Sep 06 06:34:45.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42292024-09-06T06:34:45.869Z[ recovery-image] Sep 06 06:34:45.344 INFO O| Sep 06 06:34:45.344 INFO STEP 73 (remove_files) COMPLETE
42302024-09-06T06:34:45.869Z[ recovery-image] Sep 06 06:34:45.344 INFO O| Sep 06 06:34:45.344 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-06T06:34:45.869Z[ recovery-image] Sep 06 06:34:45.360 INFO O| Sep 06 06:34:45.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42322024-09-06T06:34:45.869Z[ recovery-image] Sep 06 06:34:45.360 INFO O| Sep 06 06:34:45.360 INFO STEP 74 (remove_files) COMPLETE
42332024-09-06T06:34:45.869Z[ recovery-image] Sep 06 06:34:45.360 INFO O| Sep 06 06:34:45.360 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-06T06:34:45.893Z[ recovery-image] Sep 06 06:34:45.376 INFO O| Sep 06 06:34:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42352024-09-06T06:34:45.893Z[ recovery-image] Sep 06 06:34:45.376 INFO O| Sep 06 06:34:45.376 INFO STEP 75 (remove_files) COMPLETE
42362024-09-06T06:34:45.893Z[ recovery-image] Sep 06 06:34:45.376 INFO O| Sep 06 06:34:45.376 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-06T06:34:45.918Z[ recovery-image] Sep 06 06:34:45.390 INFO O| Sep 06 06:34:45.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42382024-09-06T06:34:45.918Z[ recovery-image] Sep 06 06:34:45.391 INFO O| Sep 06 06:34:45.391 INFO STEP 76 (remove_files) COMPLETE
42392024-09-06T06:34:45.918Z[ recovery-image] Sep 06 06:34:45.391 INFO O| Sep 06 06:34:45.391 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-06T06:34:45.943Z[ recovery-image] Sep 06 06:34:45.432 INFO O| Sep 06 06:34:45.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42412024-09-06T06:34:45.943Z[ recovery-image] Sep 06 06:34:45.432 INFO O| Sep 06 06:34:45.432 INFO STEP 77 (remove_files) COMPLETE
42422024-09-06T06:34:45.943Z[ recovery-image] Sep 06 06:34:45.432 INFO O| Sep 06 06:34:45.432 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-06T06:34:45.986Z[ recovery-image] Sep 06 06:34:45.479 INFO O| Sep 06 06:34:45.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42442024-09-06T06:34:45.986Z[ recovery-image] Sep 06 06:34:45.479 INFO O| Sep 06 06:34:45.479 INFO STEP 78 (remove_files) COMPLETE
42452024-09-06T06:34:45.986Z[ recovery-image] Sep 06 06:34:45.479 INFO O| Sep 06 06:34:45.479 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-06T06:34:46.010Z[ recovery-image] Sep 06 06:34:45.493 INFO O| Sep 06 06:34:45.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42472024-09-06T06:34:46.010Z[ recovery-image] Sep 06 06:34:45.493 INFO O| Sep 06 06:34:45.493 INFO STEP 79 (remove_files) COMPLETE
42482024-09-06T06:34:46.010Z[ recovery-image] Sep 06 06:34:45.493 INFO O| Sep 06 06:34:45.493 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-06T06:34:46.035Z[ recovery-image] Sep 06 06:34:45.507 INFO O| Sep 06 06:34:45.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42502024-09-06T06:34:46.035Z[ recovery-image] Sep 06 06:34:45.507 INFO O| Sep 06 06:34:45.507 INFO STEP 80 (remove_files) COMPLETE
42512024-09-06T06:34:46.035Z[ recovery-image] Sep 06 06:34:45.507 INFO O| Sep 06 06:34:45.507 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-06T06:34:46.035Z[ recovery-image] Sep 06 06:34:45.521 INFO O| Sep 06 06:34:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42532024-09-06T06:34:46.035Z[ recovery-image] Sep 06 06:34:45.521 INFO O| Sep 06 06:34:45.521 INFO STEP 81 (remove_files) COMPLETE
42542024-09-06T06:34:46.035Z[ recovery-image] Sep 06 06:34:45.521 INFO O| Sep 06 06:34:45.521 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-06T06:34:46.060Z[ recovery-image] Sep 06 06:34:45.535 INFO O| Sep 06 06:34:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42562024-09-06T06:34:46.060Z[ recovery-image] Sep 06 06:34:45.535 INFO O| Sep 06 06:34:45.535 INFO STEP 82 (remove_files) COMPLETE
42572024-09-06T06:34:46.060Z[ recovery-image] Sep 06 06:34:45.535 INFO O| Sep 06 06:34:45.535 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-06T06:34:46.084Z[ recovery-image] Sep 06 06:34:45.568 INFO O| Sep 06 06:34:45.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42592024-09-06T06:34:46.084Z[ recovery-image] Sep 06 06:34:45.568 INFO O| Sep 06 06:34:45.568 INFO STEP 83 (remove_files) COMPLETE
42602024-09-06T06:34:46.084Z[ recovery-image] Sep 06 06:34:45.568 INFO O| Sep 06 06:34:45.568 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-06T06:34:46.136Z[ recovery-image] Sep 06 06:34:45.630 INFO O| Sep 06 06:34:45.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42622024-09-06T06:34:46.136Z[ recovery-image] Sep 06 06:34:45.630 INFO O| Sep 06 06:34:45.630 INFO STEP 84 (remove_files) COMPLETE
42632024-09-06T06:34:46.136Z[ recovery-image] Sep 06 06:34:45.630 INFO O| Sep 06 06:34:45.630 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-06T06:34:46.161Z[ recovery-image] Sep 06 06:34:45.646 INFO O| Sep 06 06:34:45.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42652024-09-06T06:34:46.161Z[ recovery-image] Sep 06 06:34:45.646 INFO O| Sep 06 06:34:45.646 INFO STEP 85 (remove_files) COMPLETE
42662024-09-06T06:34:46.161Z[ recovery-image] Sep 06 06:34:45.646 INFO O| Sep 06 06:34:45.646 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-06T06:34:46.185Z[ recovery-image] Sep 06 06:34:45.673 INFO O| Sep 06 06:34:45.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42682024-09-06T06:34:46.185Z[ recovery-image] Sep 06 06:34:45.673 INFO O| Sep 06 06:34:45.673 INFO STEP 86 (remove_files) COMPLETE
42692024-09-06T06:34:46.185Z[ recovery-image] Sep 06 06:34:45.673 INFO O| Sep 06 06:34:45.673 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-06T06:34:46.209Z[ recovery-image] Sep 06 06:34:45.694 INFO O| Sep 06 06:34:45.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42712024-09-06T06:34:46.209Z[ recovery-image] Sep 06 06:34:45.694 INFO O| Sep 06 06:34:45.694 INFO STEP 87 (remove_files) COMPLETE
42722024-09-06T06:34:46.209Z[ recovery-image] Sep 06 06:34:45.694 INFO O| Sep 06 06:34:45.694 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-06T06:34:46.247Z[ recovery-image] Sep 06 06:34:45.741 INFO O| Sep 06 06:34:45.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42742024-09-06T06:34:46.248Z[ recovery-image] Sep 06 06:34:45.742 INFO O| Sep 06 06:34:45.742 INFO STEP 88 (remove_files) COMPLETE
42752024-09-06T06:34:46.272Z[ recovery-image] Sep 06 06:34:45.742 INFO O| Sep 06 06:34:45.742 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-06T06:34:46.272Z[ recovery-image] Sep 06 06:34:45.757 INFO O| Sep 06 06:34:45.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42772024-09-06T06:34:46.272Z[ recovery-image] Sep 06 06:34:45.757 INFO O| Sep 06 06:34:45.757 INFO STEP 89 (remove_files) COMPLETE
42782024-09-06T06:34:46.272Z[ recovery-image] Sep 06 06:34:45.757 INFO O| Sep 06 06:34:45.757 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-06T06:34:46.296Z[ recovery-image] Sep 06 06:34:45.771 INFO O| Sep 06 06:34:45.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42802024-09-06T06:34:46.296Z[ recovery-image] Sep 06 06:34:45.771 INFO O| Sep 06 06:34:45.771 INFO STEP 90 (remove_files) COMPLETE
42812024-09-06T06:34:46.296Z[ recovery-image] Sep 06 06:34:45.771 INFO O| Sep 06 06:34:45.771 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-06T06:34:46.296Z[ recovery-image] Sep 06 06:34:45.784 INFO O| Sep 06 06:34:45.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42832024-09-06T06:34:46.296Z[ recovery-image] Sep 06 06:34:45.784 INFO O| Sep 06 06:34:45.784 INFO STEP 91 (remove_files) COMPLETE
42842024-09-06T06:34:46.297Z[ recovery-image] Sep 06 06:34:45.784 INFO O| Sep 06 06:34:45.784 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-06T06:34:46.321Z[ recovery-image] Sep 06 06:34:45.797 INFO O| Sep 06 06:34:45.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42862024-09-06T06:34:46.321Z[ recovery-image] Sep 06 06:34:45.797 INFO O| Sep 06 06:34:45.797 INFO STEP 92 (remove_files) COMPLETE
42872024-09-06T06:34:46.321Z[ recovery-image] Sep 06 06:34:45.797 INFO O| Sep 06 06:34:45.797 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-06T06:34:46.321Z[ recovery-image] Sep 06 06:34:45.810 INFO O| Sep 06 06:34:45.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42892024-09-06T06:34:46.321Z[ recovery-image] Sep 06 06:34:45.810 INFO O| Sep 06 06:34:45.810 INFO STEP 93 (remove_files) COMPLETE
42902024-09-06T06:34:46.321Z[ recovery-image] Sep 06 06:34:45.810 INFO O| Sep 06 06:34:45.810 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-06T06:34:46.345Z[ recovery-image] Sep 06 06:34:45.823 INFO O| Sep 06 06:34:45.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42922024-09-06T06:34:46.345Z[ recovery-image] Sep 06 06:34:45.823 INFO O| Sep 06 06:34:45.823 INFO STEP 94 (remove_files) COMPLETE
42932024-09-06T06:34:46.345Z[ recovery-image] Sep 06 06:34:45.823 INFO O| Sep 06 06:34:45.823 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-06T06:34:46.370Z[ recovery-image] Sep 06 06:34:45.855 INFO O| Sep 06 06:34:45.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42952024-09-06T06:34:46.370Z[ recovery-image] Sep 06 06:34:45.855 INFO O| Sep 06 06:34:45.855 INFO STEP 95 (remove_files) COMPLETE
42962024-09-06T06:34:46.370Z[ recovery-image] Sep 06 06:34:45.855 INFO O| Sep 06 06:34:45.855 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-06T06:34:46.396Z[ recovery-image] Sep 06 06:34:45.890 INFO O| Sep 06 06:34:45.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42982024-09-06T06:34:46.396Z[ recovery-image] Sep 06 06:34:45.890 INFO O| Sep 06 06:34:45.890 INFO STEP 96 (remove_files) COMPLETE
42992024-09-06T06:34:46.396Z[ recovery-image] Sep 06 06:34:45.890 INFO O| Sep 06 06:34:45.890 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-06T06:34:46.421Z[ recovery-image] Sep 06 06:34:45.907 INFO O| Sep 06 06:34:45.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43012024-09-06T06:34:46.421Z[ recovery-image] Sep 06 06:34:45.908 INFO O| Sep 06 06:34:45.908 INFO STEP 97 (remove_files) COMPLETE
43022024-09-06T06:34:46.421Z[ recovery-image] Sep 06 06:34:45.908 INFO O| Sep 06 06:34:45.908 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-06T06:34:46.445Z[ recovery-image] Sep 06 06:34:45.924 INFO O| Sep 06 06:34:45.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43042024-09-06T06:34:46.445Z[ recovery-image] Sep 06 06:34:45.924 INFO O| Sep 06 06:34:45.924 INFO STEP 98 (remove_files) COMPLETE
43052024-09-06T06:34:46.445Z[ recovery-image] Sep 06 06:34:45.924 INFO O| Sep 06 06:34:45.924 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-06T06:34:46.469Z[ recovery-image] Sep 06 06:34:45.962 INFO O| Sep 06 06:34:45.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43072024-09-06T06:34:46.469Z[ recovery-image] Sep 06 06:34:45.962 INFO O| Sep 06 06:34:45.962 INFO STEP 99 (remove_files) COMPLETE
43082024-09-06T06:34:46.469Z[ recovery-image] Sep 06 06:34:45.962 INFO O| Sep 06 06:34:45.962 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-06T06:34:46.503Z[ recovery-image] Sep 06 06:34:45.998 INFO O| Sep 06 06:34:45.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43102024-09-06T06:34:46.528Z[ recovery-image] Sep 06 06:34:46.021 INFO O| Sep 06 06:34:46.021 INFO STEP 100 (remove_files) COMPLETE
43112024-09-06T06:34:46.528Z[ recovery-image] Sep 06 06:34:46.021 INFO O| Sep 06 06:34:46.021 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-09-06T06:34:46.555Z[ recovery-image] Sep 06 06:34:46.049 INFO O| Sep 06 06:34:46.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43132024-09-06T06:34:46.555Z[ recovery-image] Sep 06 06:34:46.049 INFO O| Sep 06 06:34:46.049 INFO STEP 101 (remove_files) COMPLETE
43142024-09-06T06:34:46.580Z[ recovery-image] Sep 06 06:34:46.049 INFO O| Sep 06 06:34:46.049 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-09-06T06:34:46.580Z[ recovery-image] Sep 06 06:34:46.063 INFO O| Sep 06 06:34:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43162024-09-06T06:34:46.604Z[ recovery-image] Sep 06 06:34:46.083 INFO O| Sep 06 06:34:46.083 INFO STEP 102 (remove_files) COMPLETE
43172024-09-06T06:34:46.605Z[ recovery-image] Sep 06 06:34:46.083 INFO O| Sep 06 06:34:46.083 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-09-06T06:34:46.629Z[ recovery-image] Sep 06 06:34:46.117 INFO O| Sep 06 06:34:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43192024-09-06T06:34:46.629Z[ recovery-image] Sep 06 06:34:46.117 INFO O| Sep 06 06:34:46.117 INFO STEP 103 (remove_files) COMPLETE
43202024-09-06T06:34:46.629Z[ recovery-image] Sep 06 06:34:46.117 INFO O| Sep 06 06:34:46.117 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-09-06T06:34:46.685Z[ recovery-image] Sep 06 06:34:46.179 INFO O| Sep 06 06:34:46.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43222024-09-06T06:34:46.685Z[ recovery-image] Sep 06 06:34:46.179 INFO O| Sep 06 06:34:46.179 INFO STEP 104 (remove_files) COMPLETE
43232024-09-06T06:34:46.709Z[ recovery-image] Sep 06 06:34:46.179 INFO O| Sep 06 06:34:46.179 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-09-06T06:34:46.743Z[ recovery-image] Sep 06 06:34:46.237 INFO O| Sep 06 06:34:46.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43252024-09-06T06:34:46.743Z[ recovery-image] Sep 06 06:34:46.238 INFO O| Sep 06 06:34:46.238 INFO STEP 105 (remove_files) COMPLETE
43262024-09-06T06:34:46.768Z[ recovery-image] Sep 06 06:34:46.238 INFO O| Sep 06 06:34:46.238 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-06T06:34:46.792Z[ recovery-image] Sep 06 06:34:46.275 INFO O| Sep 06 06:34:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43282024-09-06T06:34:46.792Z[ recovery-image] Sep 06 06:34:46.276 INFO O| Sep 06 06:34:46.276 INFO STEP 106 (remove_files) COMPLETE
43292024-09-06T06:34:46.792Z[ recovery-image] Sep 06 06:34:46.276 INFO O| Sep 06 06:34:46.276 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-09-06T06:34:46.818Z[ recovery-image] Sep 06 06:34:46.313 INFO O| Sep 06 06:34:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43312024-09-06T06:34:46.819Z[ recovery-image] Sep 06 06:34:46.313 INFO O| Sep 06 06:34:46.313 INFO STEP 107 (remove_files) COMPLETE
43322024-09-06T06:34:46.843Z[ recovery-image] Sep 06 06:34:46.313 INFO O| Sep 06 06:34:46.313 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-09-06T06:34:46.843Z[ recovery-image] Sep 06 06:34:46.327 INFO O| Sep 06 06:34:46.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43342024-09-06T06:34:46.843Z[ recovery-image] Sep 06 06:34:46.327 INFO O| Sep 06 06:34:46.327 INFO STEP 108 (remove_files) COMPLETE
43352024-09-06T06:34:46.843Z[ recovery-image] Sep 06 06:34:46.327 INFO O| Sep 06 06:34:46.327 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-09-06T06:34:46.867Z[ recovery-image] Sep 06 06:34:46.340 INFO O| Sep 06 06:34:46.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43372024-09-06T06:34:46.867Z[ recovery-image] Sep 06 06:34:46.341 INFO O| Sep 06 06:34:46.340 INFO STEP 109 (remove_files) COMPLETE
43382024-09-06T06:34:46.867Z[ recovery-image] Sep 06 06:34:46.341 INFO O| Sep 06 06:34:46.341 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-09-06T06:34:46.867Z[ recovery-image] Sep 06 06:34:46.354 INFO O| Sep 06 06:34:46.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43402024-09-06T06:34:46.867Z[ recovery-image] Sep 06 06:34:46.354 INFO O| Sep 06 06:34:46.354 INFO STEP 110 (remove_files) COMPLETE
43412024-09-06T06:34:46.867Z[ recovery-image] Sep 06 06:34:46.354 INFO O| Sep 06 06:34:46.354 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-09-06T06:34:46.892Z[ recovery-image] Sep 06 06:34:46.367 INFO O| Sep 06 06:34:46.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43432024-09-06T06:34:46.892Z[ recovery-image] Sep 06 06:34:46.367 INFO O| Sep 06 06:34:46.367 INFO STEP 111 (remove_files) COMPLETE
43442024-09-06T06:34:46.892Z[ recovery-image] Sep 06 06:34:46.367 INFO O| Sep 06 06:34:46.367 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-09-06T06:34:46.892Z[ recovery-image] Sep 06 06:34:46.380 INFO O| Sep 06 06:34:46.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43462024-09-06T06:34:46.892Z[ recovery-image] Sep 06 06:34:46.380 INFO O| Sep 06 06:34:46.380 INFO STEP 112 (remove_files) COMPLETE
43472024-09-06T06:34:46.892Z[ recovery-image] Sep 06 06:34:46.380 INFO O| Sep 06 06:34:46.380 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-09-06T06:34:46.916Z[ recovery-image] Sep 06 06:34:46.394 INFO O| Sep 06 06:34:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43492024-09-06T06:34:46.916Z[ recovery-image] Sep 06 06:34:46.394 INFO O| Sep 06 06:34:46.394 INFO STEP 113 (remove_files) COMPLETE
43502024-09-06T06:34:46.916Z[ recovery-image] Sep 06 06:34:46.394 INFO O| Sep 06 06:34:46.394 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-09-06T06:34:46.916Z[ recovery-image] Sep 06 06:34:46.407 INFO O| Sep 06 06:34:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43522024-09-06T06:34:46.916Z[ recovery-image] Sep 06 06:34:46.407 INFO O| Sep 06 06:34:46.407 INFO STEP 114 (remove_files) COMPLETE
43532024-09-06T06:34:46.916Z[ recovery-image] Sep 06 06:34:46.407 INFO O| Sep 06 06:34:46.407 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-09-06T06:34:46.941Z[ recovery-image] Sep 06 06:34:46.420 INFO O| Sep 06 06:34:46.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43552024-09-06T06:34:46.941Z[ recovery-image] Sep 06 06:34:46.420 INFO O| Sep 06 06:34:46.420 INFO STEP 115 (remove_files) COMPLETE
43562024-09-06T06:34:46.941Z[ recovery-image] Sep 06 06:34:46.420 INFO O| Sep 06 06:34:46.420 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-09-06T06:34:46.941Z[ recovery-image] Sep 06 06:34:46.433 INFO O| Sep 06 06:34:46.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43582024-09-06T06:34:46.941Z[ recovery-image] Sep 06 06:34:46.433 INFO O| Sep 06 06:34:46.433 INFO STEP 116 (remove_files) COMPLETE
43592024-09-06T06:34:46.941Z[ recovery-image] Sep 06 06:34:46.433 INFO O| Sep 06 06:34:46.433 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-09-06T06:34:46.966Z[ recovery-image] Sep 06 06:34:46.460 INFO O| Sep 06 06:34:46.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43612024-09-06T06:34:46.966Z[ recovery-image] Sep 06 06:34:46.460 INFO O| Sep 06 06:34:46.460 INFO STEP 117 (remove_files) COMPLETE
43622024-09-06T06:34:46.990Z[ recovery-image] Sep 06 06:34:46.460 INFO O| Sep 06 06:34:46.460 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-09-06T06:34:46.990Z[ recovery-image] Sep 06 06:34:46.477 INFO O| Sep 06 06:34:46.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43642024-09-06T06:34:46.991Z[ recovery-image] Sep 06 06:34:46.477 INFO O| Sep 06 06:34:46.477 INFO STEP 118 (remove_files) COMPLETE
43652024-09-06T06:34:46.991Z[ recovery-image] Sep 06 06:34:46.477 INFO O| Sep 06 06:34:46.477 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-09-06T06:34:47.015Z[ recovery-image] Sep 06 06:34:46.503 INFO O| Sep 06 06:34:46.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43672024-09-06T06:34:47.015Z[ recovery-image] Sep 06 06:34:46.503 INFO O| Sep 06 06:34:46.503 INFO STEP 119 (remove_files) COMPLETE
43682024-09-06T06:34:47.015Z[ recovery-image] Sep 06 06:34:46.503 INFO O| Sep 06 06:34:46.503 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-09-06T06:34:47.066Z[ recovery-image] Sep 06 06:34:46.523 INFO O| Sep 06 06:34:46.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43702024-09-06T06:34:47.066Z[ recovery-image] Sep 06 06:34:46.523 INFO O| Sep 06 06:34:46.523 INFO STEP 120 (remove_files) COMPLETE
43712024-09-06T06:34:47.066Z[ recovery-image] Sep 06 06:34:46.523 INFO O| Sep 06 06:34:46.523 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-09-06T06:34:47.127Z[ recovery-image] Sep 06 06:34:46.621 INFO O| Sep 06 06:34:46.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43732024-09-06T06:34:47.127Z[ recovery-image] Sep 06 06:34:46.621 INFO O| Sep 06 06:34:46.621 INFO STEP 121 (remove_files) COMPLETE
43742024-09-06T06:34:47.127Z[ recovery-image] Sep 06 06:34:46.621 INFO O| Sep 06 06:34:46.621 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-09-06T06:34:47.151Z[ recovery-image] Sep 06 06:34:46.635 INFO O| Sep 06 06:34:46.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43762024-09-06T06:34:47.152Z[ recovery-image] Sep 06 06:34:46.635 INFO O| Sep 06 06:34:46.635 INFO STEP 122 (remove_files) COMPLETE
43772024-09-06T06:34:47.152Z[ recovery-image] Sep 06 06:34:46.635 INFO O| Sep 06 06:34:46.635 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-09-06T06:34:47.176Z[ recovery-image] Sep 06 06:34:46.648 INFO O| Sep 06 06:34:46.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43792024-09-06T06:34:47.176Z[ recovery-image] Sep 06 06:34:46.648 INFO O| Sep 06 06:34:46.648 INFO STEP 123 (remove_files) COMPLETE
43802024-09-06T06:34:47.176Z[ recovery-image] Sep 06 06:34:46.648 INFO O| Sep 06 06:34:46.648 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-09-06T06:34:47.176Z[ recovery-image] Sep 06 06:34:46.661 INFO O| Sep 06 06:34:46.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43822024-09-06T06:34:47.176Z[ recovery-image] Sep 06 06:34:46.661 INFO O| Sep 06 06:34:46.661 INFO STEP 124 (remove_files) COMPLETE
43832024-09-06T06:34:47.176Z[ recovery-image] Sep 06 06:34:46.661 INFO O| Sep 06 06:34:46.661 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-09-06T06:34:47.201Z[ recovery-image] Sep 06 06:34:46.674 INFO O| Sep 06 06:34:46.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43852024-09-06T06:34:47.201Z[ recovery-image] Sep 06 06:34:46.675 INFO O| Sep 06 06:34:46.674 INFO STEP 125 (remove_files) COMPLETE
43862024-09-06T06:34:47.201Z[ recovery-image] Sep 06 06:34:46.675 INFO O| Sep 06 06:34:46.675 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-09-06T06:34:47.225Z[ recovery-image] Sep 06 06:34:46.714 INFO O| Sep 06 06:34:46.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43882024-09-06T06:34:47.225Z[ recovery-image] Sep 06 06:34:46.715 INFO O| Sep 06 06:34:46.714 INFO STEP 126 (remove_files) COMPLETE
43892024-09-06T06:34:47.225Z[ recovery-image] Sep 06 06:34:46.715 INFO O| Sep 06 06:34:46.715 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-09-06T06:34:47.300Z[ recovery-image] Sep 06 06:34:46.794 INFO O| Sep 06 06:34:46.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43912024-09-06T06:34:47.300Z[ recovery-image] Sep 06 06:34:46.794 INFO O| Sep 06 06:34:46.794 INFO STEP 127 (remove_files) COMPLETE
43922024-09-06T06:34:47.324Z[ recovery-image] Sep 06 06:34:46.794 INFO O| Sep 06 06:34:46.794 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-09-06T06:34:47.324Z[ recovery-image] Sep 06 06:34:46.814 INFO O| Sep 06 06:34:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43942024-09-06T06:34:47.324Z[ recovery-image] Sep 06 06:34:46.814 INFO O| Sep 06 06:34:46.814 INFO STEP 128 (remove_files) COMPLETE
43952024-09-06T06:34:47.324Z[ recovery-image] Sep 06 06:34:46.814 INFO O| Sep 06 06:34:46.814 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-09-06T06:34:47.348Z[ recovery-image] Sep 06 06:34:46.831 INFO O| Sep 06 06:34:46.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43972024-09-06T06:34:47.348Z[ recovery-image] Sep 06 06:34:46.831 INFO O| Sep 06 06:34:46.831 INFO STEP 129 (remove_files) COMPLETE
43982024-09-06T06:34:47.348Z[ recovery-image] Sep 06 06:34:46.831 INFO O| Sep 06 06:34:46.831 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-09-06T06:34:47.373Z[ recovery-image] Sep 06 06:34:46.846 INFO O| Sep 06 06:34:46.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44002024-09-06T06:34:47.373Z[ recovery-image] Sep 06 06:34:46.846 INFO O| Sep 06 06:34:46.846 INFO STEP 130 (remove_files) COMPLETE
44012024-09-06T06:34:47.373Z[ recovery-image] Sep 06 06:34:46.846 INFO O| Sep 06 06:34:46.846 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-09-06T06:34:47.373Z[ recovery-image] Sep 06 06:34:46.861 INFO O| Sep 06 06:34:46.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44032024-09-06T06:34:47.373Z[ recovery-image] Sep 06 06:34:46.861 INFO O| Sep 06 06:34:46.861 INFO STEP 131 (remove_files) COMPLETE
44042024-09-06T06:34:47.373Z[ recovery-image] Sep 06 06:34:46.861 INFO O| Sep 06 06:34:46.861 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-09-06T06:34:47.398Z[ recovery-image] Sep 06 06:34:46.875 INFO O| Sep 06 06:34:46.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44062024-09-06T06:34:47.398Z[ recovery-image] Sep 06 06:34:46.875 INFO O| Sep 06 06:34:46.875 INFO STEP 132 (remove_files) COMPLETE
44072024-09-06T06:34:47.398Z[ recovery-image] Sep 06 06:34:46.875 INFO O| Sep 06 06:34:46.875 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-09-06T06:34:47.398Z[ recovery-image] Sep 06 06:34:46.889 INFO O| Sep 06 06:34:46.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44092024-09-06T06:34:47.398Z[ recovery-image] Sep 06 06:34:46.889 INFO O| Sep 06 06:34:46.889 INFO STEP 133 (remove_files) COMPLETE
44102024-09-06T06:34:47.398Z[ recovery-image] Sep 06 06:34:46.889 INFO O| Sep 06 06:34:46.889 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-09-06T06:34:47.431Z[ recovery-image] Sep 06 06:34:46.925 INFO O| Sep 06 06:34:46.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44122024-09-06T06:34:47.455Z[ recovery-image] Sep 06 06:34:46.925 INFO O| Sep 06 06:34:46.925 INFO STEP 134 (remove_files) COMPLETE
44132024-09-06T06:34:47.456Z[ recovery-image] Sep 06 06:34:46.925 INFO O| Sep 06 06:34:46.925 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-09-06T06:34:47.480Z[ recovery-image] Sep 06 06:34:46.973 INFO O| Sep 06 06:34:46.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44152024-09-06T06:34:47.480Z[ recovery-image] Sep 06 06:34:46.973 INFO O| Sep 06 06:34:46.973 INFO STEP 135 (remove_files) COMPLETE
44162024-09-06T06:34:47.480Z[ recovery-image] Sep 06 06:34:46.973 INFO O| Sep 06 06:34:46.973 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-09-06T06:34:47.512Z[ recovery-image] Sep 06 06:34:47.006 INFO O| Sep 06 06:34:47.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44182024-09-06T06:34:47.536Z[ recovery-image] Sep 06 06:34:47.006 INFO O| Sep 06 06:34:47.006 INFO STEP 136 (remove_files) COMPLETE
44192024-09-06T06:34:47.536Z[ recovery-image] Sep 06 06:34:47.007 INFO O| Sep 06 06:34:47.006 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-09-06T06:34:47.536Z[ recovery-image] Sep 06 06:34:47.021 INFO O| Sep 06 06:34:47.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44212024-09-06T06:34:47.536Z[ recovery-image] Sep 06 06:34:47.021 INFO O| Sep 06 06:34:47.021 INFO STEP 137 (remove_files) COMPLETE
44222024-09-06T06:34:47.536Z[ recovery-image] Sep 06 06:34:47.022 INFO O| Sep 06 06:34:47.022 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-09-06T06:34:47.561Z[ recovery-image] Sep 06 06:34:47.035 INFO O| Sep 06 06:34:47.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44242024-09-06T06:34:47.561Z[ recovery-image] Sep 06 06:34:47.036 INFO O| Sep 06 06:34:47.036 INFO STEP 138 (remove_files) COMPLETE
44252024-09-06T06:34:47.561Z[ recovery-image] Sep 06 06:34:47.036 INFO O| Sep 06 06:34:47.036 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-09-06T06:34:47.561Z[ recovery-image] Sep 06 06:34:47.050 INFO O| Sep 06 06:34:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44272024-09-06T06:34:47.561Z[ recovery-image] Sep 06 06:34:47.050 INFO O| Sep 06 06:34:47.050 INFO STEP 139 (remove_files) COMPLETE
44282024-09-06T06:34:47.561Z[ recovery-image] Sep 06 06:34:47.050 INFO O| Sep 06 06:34:47.050 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-09-06T06:34:47.585Z[ recovery-image] Sep 06 06:34:47.064 INFO O| Sep 06 06:34:47.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44302024-09-06T06:34:47.609Z[ recovery-image] Sep 06 06:34:47.096 INFO O| Sep 06 06:34:47.096 INFO STEP 140 (remove_files) COMPLETE
44312024-09-06T06:34:47.610Z[ recovery-image] Sep 06 06:34:47.096 INFO O| Sep 06 06:34:47.096 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-09-06T06:34:47.634Z[ recovery-image] Sep 06 06:34:47.112 INFO O| Sep 06 06:34:47.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44332024-09-06T06:34:47.658Z[ recovery-image] Sep 06 06:34:47.136 INFO O| Sep 06 06:34:47.136 INFO STEP 141 (remove_files) COMPLETE
44342024-09-06T06:34:47.658Z[ recovery-image] Sep 06 06:34:47.136 INFO O| Sep 06 06:34:47.136 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-09-06T06:34:47.658Z[ recovery-image] Sep 06 06:34:47.152 INFO O| Sep 06 06:34:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44362024-09-06T06:34:47.658Z[ recovery-image] Sep 06 06:34:47.152 INFO O| Sep 06 06:34:47.152 INFO STEP 142 (remove_files) COMPLETE
44372024-09-06T06:34:47.658Z[ recovery-image] Sep 06 06:34:47.152 INFO O| Sep 06 06:34:47.152 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-09-06T06:34:47.682Z[ recovery-image] Sep 06 06:34:47.166 INFO O| Sep 06 06:34:47.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44392024-09-06T06:34:47.682Z[ recovery-image] Sep 06 06:34:47.166 INFO O| Sep 06 06:34:47.166 INFO STEP 143 (remove_files) COMPLETE
44402024-09-06T06:34:47.682Z[ recovery-image] Sep 06 06:34:47.166 INFO O| Sep 06 06:34:47.166 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-09-06T06:34:47.707Z[ recovery-image] Sep 06 06:34:47.189 INFO O| Sep 06 06:34:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44422024-09-06T06:34:47.707Z[ recovery-image] Sep 06 06:34:47.195 INFO O| Sep 06 06:34:47.195 INFO STEP 144 (remove_files) COMPLETE
44432024-09-06T06:34:47.707Z[ recovery-image] Sep 06 06:34:47.195 INFO O| Sep 06 06:34:47.195 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-09-06T06:34:47.731Z[ recovery-image] Sep 06 06:34:47.210 INFO O| Sep 06 06:34:47.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44452024-09-06T06:34:47.731Z[ recovery-image] Sep 06 06:34:47.210 INFO O| Sep 06 06:34:47.210 INFO STEP 145 (remove_files) COMPLETE
44462024-09-06T06:34:47.731Z[ recovery-image] Sep 06 06:34:47.210 INFO O| Sep 06 06:34:47.210 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-09-06T06:34:47.731Z[ recovery-image] Sep 06 06:34:47.224 INFO O| Sep 06 06:34:47.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44482024-09-06T06:34:47.731Z[ recovery-image] Sep 06 06:34:47.224 INFO O| Sep 06 06:34:47.224 INFO STEP 146 (remove_files) COMPLETE
44492024-09-06T06:34:47.731Z[ recovery-image] Sep 06 06:34:47.224 INFO O| Sep 06 06:34:47.224 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-09-06T06:34:47.755Z[ recovery-image] Sep 06 06:34:47.238 INFO O| Sep 06 06:34:47.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44512024-09-06T06:34:47.755Z[ recovery-image] Sep 06 06:34:47.238 INFO O| Sep 06 06:34:47.238 INFO STEP 147 (remove_files) COMPLETE
44522024-09-06T06:34:47.755Z[ recovery-image] Sep 06 06:34:47.238 INFO O| Sep 06 06:34:47.238 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-09-06T06:34:47.780Z[ recovery-image] Sep 06 06:34:47.251 INFO O| Sep 06 06:34:47.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44542024-09-06T06:34:47.780Z[ recovery-image] Sep 06 06:34:47.252 INFO O| Sep 06 06:34:47.252 INFO STEP 148 (remove_files) COMPLETE
44552024-09-06T06:34:47.780Z[ recovery-image] Sep 06 06:34:47.252 INFO O| Sep 06 06:34:47.252 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-09-06T06:34:47.780Z[ recovery-image] Sep 06 06:34:47.265 INFO O| Sep 06 06:34:47.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44572024-09-06T06:34:47.780Z[ recovery-image] Sep 06 06:34:47.265 INFO O| Sep 06 06:34:47.265 INFO STEP 149 (remove_files) COMPLETE
44582024-09-06T06:34:47.780Z[ recovery-image] Sep 06 06:34:47.265 INFO O| Sep 06 06:34:47.265 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-09-06T06:34:47.805Z[ recovery-image] Sep 06 06:34:47.279 INFO O| Sep 06 06:34:47.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44602024-09-06T06:34:47.805Z[ recovery-image] Sep 06 06:34:47.279 INFO O| Sep 06 06:34:47.279 INFO STEP 150 (remove_files) COMPLETE
44612024-09-06T06:34:47.805Z[ recovery-image] Sep 06 06:34:47.279 INFO O| Sep 06 06:34:47.279 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-09-06T06:34:47.805Z[ recovery-image] Sep 06 06:34:47.292 INFO O| Sep 06 06:34:47.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44632024-09-06T06:34:47.805Z[ recovery-image] Sep 06 06:34:47.292 INFO O| Sep 06 06:34:47.292 INFO STEP 151 (remove_files) COMPLETE
44642024-09-06T06:34:47.805Z[ recovery-image] Sep 06 06:34:47.293 INFO O| Sep 06 06:34:47.292 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-09-06T06:34:47.830Z[ recovery-image] Sep 06 06:34:47.306 INFO O| Sep 06 06:34:47.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44662024-09-06T06:34:47.830Z[ recovery-image] Sep 06 06:34:47.306 INFO O| Sep 06 06:34:47.306 INFO STEP 152 (remove_files) COMPLETE
44672024-09-06T06:34:47.830Z[ recovery-image] Sep 06 06:34:47.306 INFO O| Sep 06 06:34:47.306 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-09-06T06:34:47.855Z[ recovery-image] Sep 06 06:34:47.325 INFO O| Sep 06 06:34:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44692024-09-06T06:34:47.855Z[ recovery-image] Sep 06 06:34:47.326 INFO O| Sep 06 06:34:47.325 INFO STEP 153 (remove_files) COMPLETE
44702024-09-06T06:34:47.855Z[ recovery-image] Sep 06 06:34:47.326 INFO O| Sep 06 06:34:47.326 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-09-06T06:34:47.906Z[ recovery-image] Sep 06 06:34:47.400 INFO O| Sep 06 06:34:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44722024-09-06T06:34:47.906Z[ recovery-image] Sep 06 06:34:47.400 INFO O| Sep 06 06:34:47.400 INFO STEP 154 (remove_files) COMPLETE
44732024-09-06T06:34:47.931Z[ recovery-image] Sep 06 06:34:47.400 INFO O| Sep 06 06:34:47.400 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-09-06T06:34:47.955Z[ recovery-image] Sep 06 06:34:47.432 INFO O| Sep 06 06:34:47.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44752024-09-06T06:34:47.955Z[ recovery-image] Sep 06 06:34:47.432 INFO O| Sep 06 06:34:47.432 INFO STEP 155 (remove_files) COMPLETE
44762024-09-06T06:34:47.955Z[ recovery-image] Sep 06 06:34:47.432 INFO O| Sep 06 06:34:47.432 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-09-06T06:34:47.979Z[ recovery-image] Sep 06 06:34:47.467 INFO O| Sep 06 06:34:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44782024-09-06T06:34:47.979Z[ recovery-image] Sep 06 06:34:47.467 INFO O| Sep 06 06:34:47.467 INFO STEP 156 (remove_files) COMPLETE
44792024-09-06T06:34:47.979Z[ recovery-image] Sep 06 06:34:47.467 INFO O| Sep 06 06:34:47.467 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-09-06T06:34:48.004Z[ recovery-image] Sep 06 06:34:47.484 INFO O| Sep 06 06:34:47.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44812024-09-06T06:34:48.004Z[ recovery-image] Sep 06 06:34:47.484 INFO O| Sep 06 06:34:47.484 INFO STEP 157 (remove_files) COMPLETE
44822024-09-06T06:34:48.004Z[ recovery-image] Sep 06 06:34:47.484 INFO O| Sep 06 06:34:47.484 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-09-06T06:34:48.028Z[ recovery-image] Sep 06 06:34:47.502 INFO O| Sep 06 06:34:47.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44842024-09-06T06:34:48.052Z[ recovery-image] Sep 06 06:34:47.531 INFO O| Sep 06 06:34:47.531 INFO STEP 158 (remove_files) COMPLETE
44852024-09-06T06:34:48.052Z[ recovery-image] Sep 06 06:34:47.531 INFO O| Sep 06 06:34:47.531 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-09-06T06:34:48.077Z[ recovery-image] Sep 06 06:34:47.565 INFO O| Sep 06 06:34:47.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44872024-09-06T06:34:48.077Z[ recovery-image] Sep 06 06:34:47.565 INFO O| Sep 06 06:34:47.565 INFO STEP 159 (remove_files) COMPLETE
44882024-09-06T06:34:48.077Z[ recovery-image] Sep 06 06:34:47.565 INFO O| Sep 06 06:34:47.565 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-09-06T06:34:48.101Z[ recovery-image] Sep 06 06:34:47.583 INFO O| Sep 06 06:34:47.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44902024-09-06T06:34:48.101Z[ recovery-image] Sep 06 06:34:47.583 INFO O| Sep 06 06:34:47.583 INFO STEP 160 (remove_files) COMPLETE
44912024-09-06T06:34:48.101Z[ recovery-image] Sep 06 06:34:47.583 INFO O| Sep 06 06:34:47.583 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-06T06:34:48.126Z[ recovery-image] Sep 06 06:34:47.599 INFO O| Sep 06 06:34:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44932024-09-06T06:34:48.126Z[ recovery-image] Sep 06 06:34:47.599 INFO O| Sep 06 06:34:47.599 INFO STEP 161 (remove_files) COMPLETE
44942024-09-06T06:34:48.126Z[ recovery-image] Sep 06 06:34:47.599 INFO O| Sep 06 06:34:47.599 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-06T06:34:48.126Z[ recovery-image] Sep 06 06:34:47.616 INFO O| Sep 06 06:34:47.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44962024-09-06T06:34:48.126Z[ recovery-image] Sep 06 06:34:47.616 INFO O| Sep 06 06:34:47.616 INFO STEP 162 (remove_files) COMPLETE
44972024-09-06T06:34:48.126Z[ recovery-image] Sep 06 06:34:47.616 INFO O| Sep 06 06:34:47.616 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-06T06:34:48.151Z[ recovery-image] Sep 06 06:34:47.634 INFO O| Sep 06 06:34:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44992024-09-06T06:34:48.151Z[ recovery-image] Sep 06 06:34:47.634 INFO O| Sep 06 06:34:47.634 INFO STEP 163 (remove_files) COMPLETE
45002024-09-06T06:34:48.151Z[ recovery-image] Sep 06 06:34:47.634 INFO O| Sep 06 06:34:47.634 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-06T06:34:48.175Z[ recovery-image] Sep 06 06:34:47.650 INFO O| Sep 06 06:34:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45022024-09-06T06:34:48.175Z[ recovery-image] Sep 06 06:34:47.650 INFO O| Sep 06 06:34:47.650 INFO STEP 164 (remove_files) COMPLETE
45032024-09-06T06:34:48.175Z[ recovery-image] Sep 06 06:34:47.650 INFO O| Sep 06 06:34:47.650 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-06T06:34:48.175Z[ recovery-image] Sep 06 06:34:47.669 INFO O| Sep 06 06:34:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45052024-09-06T06:34:48.175Z[ recovery-image] Sep 06 06:34:47.669 INFO O| Sep 06 06:34:47.669 INFO STEP 165 (remove_files) COMPLETE
45062024-09-06T06:34:48.175Z[ recovery-image] Sep 06 06:34:47.669 INFO O| Sep 06 06:34:47.669 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-09-06T06:34:48.200Z[ recovery-image] Sep 06 06:34:47.693 INFO O| Sep 06 06:34:47.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45082024-09-06T06:34:48.200Z[ recovery-image] Sep 06 06:34:47.693 INFO O| Sep 06 06:34:47.693 INFO STEP 166 (remove_files) COMPLETE
45092024-09-06T06:34:48.200Z[ recovery-image] Sep 06 06:34:47.693 INFO O| Sep 06 06:34:47.693 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-09-06T06:34:48.224Z[ recovery-image] Sep 06 06:34:47.713 INFO O| Sep 06 06:34:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45112024-09-06T06:34:48.224Z[ recovery-image] Sep 06 06:34:47.714 INFO O| Sep 06 06:34:47.714 INFO STEP 167 (remove_files) COMPLETE
45122024-09-06T06:34:48.224Z[ recovery-image] Sep 06 06:34:47.714 INFO O| Sep 06 06:34:47.714 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-09-06T06:34:48.249Z[ recovery-image] Sep 06 06:34:47.733 INFO O| Sep 06 06:34:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45142024-09-06T06:34:48.249Z[ recovery-image] Sep 06 06:34:47.734 INFO O| Sep 06 06:34:47.734 INFO STEP 168 (remove_files) COMPLETE
45152024-09-06T06:34:48.249Z[ recovery-image] Sep 06 06:34:47.734 INFO O| Sep 06 06:34:47.734 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-09-06T06:34:48.274Z[ recovery-image] Sep 06 06:34:47.753 INFO O| Sep 06 06:34:47.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45172024-09-06T06:34:48.274Z[ recovery-image] Sep 06 06:34:47.753 INFO O| Sep 06 06:34:47.753 INFO STEP 169 (remove_files) COMPLETE
45182024-09-06T06:34:48.274Z[ recovery-image] Sep 06 06:34:47.753 INFO O| Sep 06 06:34:47.753 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-09-06T06:34:48.298Z[ recovery-image] Sep 06 06:34:47.771 INFO O| Sep 06 06:34:47.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45202024-09-06T06:34:48.298Z[ recovery-image] Sep 06 06:34:47.771 INFO O| Sep 06 06:34:47.771 INFO STEP 170 (remove_files) COMPLETE
45212024-09-06T06:34:48.298Z[ recovery-image] Sep 06 06:34:47.771 INFO O| Sep 06 06:34:47.771 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-09-06T06:34:48.298Z[ recovery-image] Sep 06 06:34:47.789 INFO O| Sep 06 06:34:47.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45232024-09-06T06:34:48.298Z[ recovery-image] Sep 06 06:34:47.790 INFO O| Sep 06 06:34:47.789 INFO STEP 171 (remove_files) COMPLETE
45242024-09-06T06:34:48.298Z[ recovery-image] Sep 06 06:34:47.790 INFO O| Sep 06 06:34:47.790 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-09-06T06:34:48.323Z[ recovery-image] Sep 06 06:34:47.809 INFO O| Sep 06 06:34:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45262024-09-06T06:34:48.323Z[ recovery-image] Sep 06 06:34:47.809 INFO O| Sep 06 06:34:47.809 INFO STEP 172 (remove_files) COMPLETE
45272024-09-06T06:34:48.323Z[ recovery-image] Sep 06 06:34:47.809 INFO O| Sep 06 06:34:47.809 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-09-06T06:34:48.347Z[ recovery-image] Sep 06 06:34:47.829 INFO O| Sep 06 06:34:47.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45292024-09-06T06:34:48.347Z[ recovery-image] Sep 06 06:34:47.829 INFO O| Sep 06 06:34:47.829 INFO STEP 173 (remove_files) COMPLETE
45302024-09-06T06:34:48.347Z[ recovery-image] Sep 06 06:34:47.829 INFO O| Sep 06 06:34:47.829 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-09-06T06:34:48.371Z[ recovery-image] Sep 06 06:34:47.850 INFO O| Sep 06 06:34:47.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45322024-09-06T06:34:48.371Z[ recovery-image] Sep 06 06:34:47.850 INFO O| Sep 06 06:34:47.850 INFO STEP 174 (remove_files) COMPLETE
45332024-09-06T06:34:48.371Z[ recovery-image] Sep 06 06:34:47.850 INFO O| Sep 06 06:34:47.850 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-09-06T06:34:48.396Z[ recovery-image] Sep 06 06:34:47.866 INFO O| Sep 06 06:34:47.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45352024-09-06T06:34:48.396Z[ recovery-image] Sep 06 06:34:47.866 INFO O| Sep 06 06:34:47.866 INFO STEP 175 (remove_files) COMPLETE
45362024-09-06T06:34:48.396Z[ recovery-image] Sep 06 06:34:47.866 INFO O| Sep 06 06:34:47.866 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-09-06T06:34:48.396Z[ recovery-image] Sep 06 06:34:47.886 INFO O| Sep 06 06:34:47.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45382024-09-06T06:34:48.396Z[ recovery-image] Sep 06 06:34:47.886 INFO O| Sep 06 06:34:47.886 INFO STEP 176 (remove_files) COMPLETE
45392024-09-06T06:34:48.396Z[ recovery-image] Sep 06 06:34:47.886 INFO O| Sep 06 06:34:47.886 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-09-06T06:34:48.420Z[ recovery-image] Sep 06 06:34:47.902 INFO O| Sep 06 06:34:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45412024-09-06T06:34:48.420Z[ recovery-image] Sep 06 06:34:47.902 INFO O| Sep 06 06:34:47.902 INFO STEP 177 (remove_files) COMPLETE
45422024-09-06T06:34:48.420Z[ recovery-image] Sep 06 06:34:47.902 INFO O| Sep 06 06:34:47.902 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-09-06T06:34:48.446Z[ recovery-image] Sep 06 06:34:47.941 INFO O| Sep 06 06:34:47.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45442024-09-06T06:34:48.446Z[ recovery-image] Sep 06 06:34:47.941 INFO O| Sep 06 06:34:47.941 INFO STEP 178 (remove_files) COMPLETE
45452024-09-06T06:34:48.471Z[ recovery-image] Sep 06 06:34:47.941 INFO O| Sep 06 06:34:47.941 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-09-06T06:34:48.495Z[ recovery-image] Sep 06 06:34:47.978 INFO O| Sep 06 06:34:47.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45472024-09-06T06:34:48.495Z[ recovery-image] Sep 06 06:34:47.978 INFO O| Sep 06 06:34:47.978 INFO STEP 179 (remove_files) COMPLETE
45482024-09-06T06:34:48.495Z[ recovery-image] Sep 06 06:34:47.978 INFO O| Sep 06 06:34:47.978 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-06T06:34:48.520Z[ recovery-image] Sep 06 06:34:48.012 INFO O| Sep 06 06:34:48.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45502024-09-06T06:34:48.520Z[ recovery-image] Sep 06 06:34:48.012 INFO O| Sep 06 06:34:48.012 INFO STEP 180 (remove_files) COMPLETE
45512024-09-06T06:34:48.520Z[ recovery-image] Sep 06 06:34:48.012 INFO O| Sep 06 06:34:48.012 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-06T06:34:48.544Z[ recovery-image] Sep 06 06:34:48.029 INFO O| Sep 06 06:34:48.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45532024-09-06T06:34:48.544Z[ recovery-image] Sep 06 06:34:48.029 INFO O| Sep 06 06:34:48.029 INFO STEP 181 (remove_files) COMPLETE
45542024-09-06T06:34:48.544Z[ recovery-image] Sep 06 06:34:48.029 INFO O| Sep 06 06:34:48.029 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-06T06:34:48.569Z[ recovery-image] Sep 06 06:34:48.044 INFO O| Sep 06 06:34:48.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45562024-09-06T06:34:48.569Z[ recovery-image] Sep 06 06:34:48.044 INFO O| Sep 06 06:34:48.044 INFO STEP 182 (remove_files) COMPLETE
45572024-09-06T06:34:48.569Z[ recovery-image] Sep 06 06:34:48.044 INFO O| Sep 06 06:34:48.044 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-06T06:34:48.569Z[ recovery-image] Sep 06 06:34:48.059 INFO O| Sep 06 06:34:48.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45592024-09-06T06:34:48.569Z[ recovery-image] Sep 06 06:34:48.059 INFO O| Sep 06 06:34:48.059 INFO STEP 183 (remove_files) COMPLETE
45602024-09-06T06:34:48.569Z[ recovery-image] Sep 06 06:34:48.059 INFO O| Sep 06 06:34:48.059 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-06T06:34:48.594Z[ recovery-image] Sep 06 06:34:48.074 INFO O| Sep 06 06:34:48.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45622024-09-06T06:34:48.594Z[ recovery-image] Sep 06 06:34:48.074 INFO O| Sep 06 06:34:48.074 INFO STEP 184 (remove_files) COMPLETE
45632024-09-06T06:34:48.594Z[ recovery-image] Sep 06 06:34:48.074 INFO O| Sep 06 06:34:48.074 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-06T06:34:48.594Z[ recovery-image] Sep 06 06:34:48.088 INFO O| Sep 06 06:34:48.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45652024-09-06T06:34:48.619Z[ recovery-image] Sep 06 06:34:48.088 INFO O| Sep 06 06:34:48.088 INFO STEP 185 (remove_files) COMPLETE
45662024-09-06T06:34:48.619Z[ recovery-image] Sep 06 06:34:48.089 INFO O| Sep 06 06:34:48.088 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-06T06:34:48.619Z[ recovery-image] Sep 06 06:34:48.103 INFO O| Sep 06 06:34:48.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45682024-09-06T06:34:48.619Z[ recovery-image] Sep 06 06:34:48.103 INFO O| Sep 06 06:34:48.103 INFO STEP 186 (remove_files) COMPLETE
45692024-09-06T06:34:48.619Z[ recovery-image] Sep 06 06:34:48.103 INFO O| Sep 06 06:34:48.103 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-06T06:34:48.643Z[ recovery-image] Sep 06 06:34:48.118 INFO O| Sep 06 06:34:48.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45712024-09-06T06:34:48.643Z[ recovery-image] Sep 06 06:34:48.118 INFO O| Sep 06 06:34:48.118 INFO STEP 187 (remove_files) COMPLETE
45722024-09-06T06:34:48.643Z[ recovery-image] Sep 06 06:34:48.118 INFO O| Sep 06 06:34:48.118 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-09-06T06:34:48.669Z[ recovery-image] Sep 06 06:34:48.163 INFO O| Sep 06 06:34:48.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45742024-09-06T06:34:48.669Z[ recovery-image] Sep 06 06:34:48.163 INFO O| Sep 06 06:34:48.163 INFO STEP 188 (remove_files) COMPLETE
45752024-09-06T06:34:48.693Z[ recovery-image] Sep 06 06:34:48.163 INFO O| Sep 06 06:34:48.163 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-09-06T06:34:48.718Z[ recovery-image] Sep 06 06:34:48.204 INFO O| Sep 06 06:34:48.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45772024-09-06T06:34:48.718Z[ recovery-image] Sep 06 06:34:48.204 INFO O| Sep 06 06:34:48.204 INFO STEP 189 (remove_files) COMPLETE
45782024-09-06T06:34:48.718Z[ recovery-image] Sep 06 06:34:48.204 INFO O| Sep 06 06:34:48.204 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-09-06T06:34:48.742Z[ recovery-image] Sep 06 06:34:48.226 INFO O| Sep 06 06:34:48.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45802024-09-06T06:34:48.742Z[ recovery-image] Sep 06 06:34:48.226 INFO O| Sep 06 06:34:48.226 INFO STEP 190 (remove_files) COMPLETE
45812024-09-06T06:34:48.742Z[ recovery-image] Sep 06 06:34:48.226 INFO O| Sep 06 06:34:48.226 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-09-06T06:34:48.767Z[ recovery-image] Sep 06 06:34:48.245 INFO O| Sep 06 06:34:48.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45832024-09-06T06:34:48.767Z[ recovery-image] Sep 06 06:34:48.245 INFO O| Sep 06 06:34:48.245 INFO STEP 191 (remove_files) COMPLETE
45842024-09-06T06:34:48.767Z[ recovery-image] Sep 06 06:34:48.246 INFO O| Sep 06 06:34:48.245 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-09-06T06:34:48.791Z[ recovery-image] Sep 06 06:34:48.266 INFO O| Sep 06 06:34:48.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45862024-09-06T06:34:48.791Z[ recovery-image] Sep 06 06:34:48.266 INFO O| Sep 06 06:34:48.266 INFO STEP 192 (remove_files) COMPLETE
45872024-09-06T06:34:48.792Z[ recovery-image] Sep 06 06:34:48.266 INFO O| Sep 06 06:34:48.266 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-09-06T06:34:48.816Z[ recovery-image] Sep 06 06:34:48.292 INFO O| Sep 06 06:34:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45892024-09-06T06:34:48.816Z[ recovery-image] Sep 06 06:34:48.292 INFO O| Sep 06 06:34:48.292 INFO STEP 193 (remove_files) COMPLETE
45902024-09-06T06:34:48.816Z[ recovery-image] Sep 06 06:34:48.292 INFO O| Sep 06 06:34:48.292 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-06T06:34:48.816Z[ recovery-image] Sep 06 06:34:48.308 INFO O| Sep 06 06:34:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45922024-09-06T06:34:48.816Z[ recovery-image] Sep 06 06:34:48.308 INFO O| Sep 06 06:34:48.308 INFO STEP 194 (remove_files) COMPLETE
45932024-09-06T06:34:48.816Z[ recovery-image] Sep 06 06:34:48.308 INFO O| Sep 06 06:34:48.308 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-06T06:34:48.840Z[ recovery-image] Sep 06 06:34:48.328 INFO O| Sep 06 06:34:48.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45952024-09-06T06:34:48.840Z[ recovery-image] Sep 06 06:34:48.328 INFO O| Sep 06 06:34:48.328 INFO STEP 195 (remove_files) COMPLETE
45962024-09-06T06:34:48.840Z[ recovery-image] Sep 06 06:34:48.329 INFO O| Sep 06 06:34:48.328 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-06T06:34:48.900Z[ recovery-image] Sep 06 06:34:48.393 INFO O| Sep 06 06:34:48.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45982024-09-06T06:34:48.900Z[ recovery-image] Sep 06 06:34:48.393 INFO O| Sep 06 06:34:48.393 INFO STEP 196 (remove_files) COMPLETE
45992024-09-06T06:34:48.900Z[ recovery-image] Sep 06 06:34:48.393 INFO O| Sep 06 06:34:48.393 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-06T06:34:48.924Z[ recovery-image] Sep 06 06:34:48.412 INFO O| Sep 06 06:34:48.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46012024-09-06T06:34:48.924Z[ recovery-image] Sep 06 06:34:48.412 INFO O| Sep 06 06:34:48.412 INFO STEP 197 (remove_files) COMPLETE
46022024-09-06T06:34:48.924Z[ recovery-image] Sep 06 06:34:48.412 INFO O| Sep 06 06:34:48.412 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-06T06:34:48.948Z[ recovery-image] Sep 06 06:34:48.428 INFO O| Sep 06 06:34:48.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46042024-09-06T06:34:48.948Z[ recovery-image] Sep 06 06:34:48.428 INFO O| Sep 06 06:34:48.428 INFO STEP 198 (remove_files) COMPLETE
46052024-09-06T06:34:48.948Z[ recovery-image] Sep 06 06:34:48.428 INFO O| Sep 06 06:34:48.428 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-06T06:34:48.973Z[ recovery-image] Sep 06 06:34:48.444 INFO O| Sep 06 06:34:48.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46072024-09-06T06:34:48.973Z[ recovery-image] Sep 06 06:34:48.444 INFO O| Sep 06 06:34:48.444 INFO STEP 199 (remove_files) COMPLETE
46082024-09-06T06:34:48.973Z[ recovery-image] Sep 06 06:34:48.444 INFO O| Sep 06 06:34:48.444 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-06T06:34:48.973Z[ recovery-image] Sep 06 06:34:48.459 INFO O| Sep 06 06:34:48.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46102024-09-06T06:34:48.973Z[ recovery-image] Sep 06 06:34:48.459 INFO O| Sep 06 06:34:48.459 INFO STEP 200 (remove_files) COMPLETE
46112024-09-06T06:34:48.973Z[ recovery-image] Sep 06 06:34:48.459 INFO O| Sep 06 06:34:48.459 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-06T06:34:48.997Z[ recovery-image] Sep 06 06:34:48.474 INFO O| Sep 06 06:34:48.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46132024-09-06T06:34:48.997Z[ recovery-image] Sep 06 06:34:48.474 INFO O| Sep 06 06:34:48.474 INFO STEP 201 (remove_files) COMPLETE
46142024-09-06T06:34:48.997Z[ recovery-image] Sep 06 06:34:48.474 INFO O| Sep 06 06:34:48.474 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-06T06:34:48.997Z[ recovery-image] Sep 06 06:34:48.490 INFO O| Sep 06 06:34:48.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46162024-09-06T06:34:48.997Z[ recovery-image] Sep 06 06:34:48.490 INFO O| Sep 06 06:34:48.490 INFO STEP 202 (remove_files) COMPLETE
46172024-09-06T06:34:48.997Z[ recovery-image] Sep 06 06:34:48.490 INFO O| Sep 06 06:34:48.490 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-06T06:34:49.022Z[ recovery-image] Sep 06 06:34:48.505 INFO O| Sep 06 06:34:48.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46192024-09-06T06:34:49.022Z[ recovery-image] Sep 06 06:34:48.505 INFO O| Sep 06 06:34:48.505 INFO STEP 203 (remove_files) COMPLETE
46202024-09-06T06:34:49.022Z[ recovery-image] Sep 06 06:34:48.505 INFO O| Sep 06 06:34:48.505 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-06T06:34:49.047Z[ recovery-image] Sep 06 06:34:48.522 INFO O| Sep 06 06:34:48.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46222024-09-06T06:34:49.047Z[ recovery-image] Sep 06 06:34:48.522 INFO O| Sep 06 06:34:48.522 INFO STEP 204 (remove_files) COMPLETE
46232024-09-06T06:34:49.047Z[ recovery-image] Sep 06 06:34:48.522 INFO O| Sep 06 06:34:48.522 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-09-06T06:34:49.071Z[ recovery-image] Sep 06 06:34:48.548 INFO O| Sep 06 06:34:48.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46252024-09-06T06:34:49.071Z[ recovery-image] Sep 06 06:34:48.548 INFO O| Sep 06 06:34:48.548 INFO STEP 205 (remove_files) COMPLETE
46262024-09-06T06:34:49.071Z[ recovery-image] Sep 06 06:34:48.549 INFO O| Sep 06 06:34:48.548 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-09-06T06:34:49.096Z[ recovery-image] Sep 06 06:34:48.569 INFO O| Sep 06 06:34:48.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46282024-09-06T06:34:49.096Z[ recovery-image] Sep 06 06:34:48.569 INFO O| Sep 06 06:34:48.569 INFO STEP 206 (remove_files) COMPLETE
46292024-09-06T06:34:49.096Z[ recovery-image] Sep 06 06:34:48.569 INFO O| Sep 06 06:34:48.569 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-09-06T06:34:49.096Z[ recovery-image] Sep 06 06:34:48.587 INFO O| Sep 06 06:34:48.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46312024-09-06T06:34:49.096Z[ recovery-image] Sep 06 06:34:48.587 INFO O| Sep 06 06:34:48.587 INFO STEP 207 (remove_files) COMPLETE
46322024-09-06T06:34:49.096Z[ recovery-image] Sep 06 06:34:48.587 INFO O| Sep 06 06:34:48.587 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-06T06:34:49.120Z[ recovery-image] Sep 06 06:34:48.602 INFO O| Sep 06 06:34:48.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46342024-09-06T06:34:49.120Z[ recovery-image] Sep 06 06:34:48.602 INFO O| Sep 06 06:34:48.602 INFO STEP 208 (remove_files) COMPLETE
46352024-09-06T06:34:49.120Z[ recovery-image] Sep 06 06:34:48.602 INFO O| Sep 06 06:34:48.602 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-06T06:34:49.147Z[ recovery-image] Sep 06 06:34:48.641 INFO O| Sep 06 06:34:48.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46372024-09-06T06:34:49.147Z[ recovery-image] Sep 06 06:34:48.641 INFO O| Sep 06 06:34:48.641 INFO STEP 209 (remove_files) COMPLETE
46382024-09-06T06:34:49.172Z[ recovery-image] Sep 06 06:34:48.641 INFO O| Sep 06 06:34:48.641 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-09-06T06:34:49.172Z[ recovery-image] Sep 06 06:34:48.657 INFO O| Sep 06 06:34:48.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46402024-09-06T06:34:49.172Z[ recovery-image] Sep 06 06:34:48.657 INFO O| Sep 06 06:34:48.657 INFO STEP 210 (remove_files) COMPLETE
46412024-09-06T06:34:49.172Z[ recovery-image] Sep 06 06:34:48.657 INFO O| Sep 06 06:34:48.657 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-09-06T06:34:49.196Z[ recovery-image] Sep 06 06:34:48.684 INFO O| Sep 06 06:34:48.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46432024-09-06T06:34:49.196Z[ recovery-image] Sep 06 06:34:48.684 INFO O| Sep 06 06:34:48.684 INFO STEP 211 (remove_files) COMPLETE
46442024-09-06T06:34:49.196Z[ recovery-image] Sep 06 06:34:48.685 INFO O| Sep 06 06:34:48.684 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-09-06T06:34:49.223Z[ recovery-image] Sep 06 06:34:48.716 INFO O| Sep 06 06:34:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46462024-09-06T06:34:49.223Z[ recovery-image] Sep 06 06:34:48.717 INFO O| Sep 06 06:34:48.717 INFO STEP 212 (remove_files) COMPLETE
46472024-09-06T06:34:49.248Z[ recovery-image] Sep 06 06:34:48.717 INFO O| Sep 06 06:34:48.717 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-09-06T06:34:49.280Z[ recovery-image] Sep 06 06:34:48.774 INFO O| Sep 06 06:34:48.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46492024-09-06T06:34:49.280Z[ recovery-image] Sep 06 06:34:48.774 INFO O| Sep 06 06:34:48.774 INFO STEP 213 (remove_files) COMPLETE
46502024-09-06T06:34:49.280Z[ recovery-image] Sep 06 06:34:48.774 INFO O| Sep 06 06:34:48.774 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-09-06T06:34:49.344Z[ recovery-image] Sep 06 06:34:48.838 INFO O| Sep 06 06:34:48.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46522024-09-06T06:34:49.344Z[ recovery-image] Sep 06 06:34:48.838 INFO O| Sep 06 06:34:48.838 INFO STEP 214 (remove_files) COMPLETE
46532024-09-06T06:34:49.368Z[ recovery-image] Sep 06 06:34:48.838 INFO O| Sep 06 06:34:48.838 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-09-06T06:34:49.392Z[ recovery-image] Sep 06 06:34:48.878 INFO O| Sep 06 06:34:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46552024-09-06T06:34:49.393Z[ recovery-image] Sep 06 06:34:48.878 INFO O| Sep 06 06:34:48.878 INFO STEP 215 (remove_files) COMPLETE
46562024-09-06T06:34:49.393Z[ recovery-image] Sep 06 06:34:48.878 INFO O| Sep 06 06:34:48.878 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-09-06T06:34:49.417Z[ recovery-image] Sep 06 06:34:48.896 INFO O| Sep 06 06:34:48.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46582024-09-06T06:34:49.417Z[ recovery-image] Sep 06 06:34:48.896 INFO O| Sep 06 06:34:48.896 INFO STEP 216 (remove_files) COMPLETE
46592024-09-06T06:34:49.417Z[ recovery-image] Sep 06 06:34:48.896 INFO O| Sep 06 06:34:48.896 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-09-06T06:34:49.417Z[ recovery-image] Sep 06 06:34:48.911 INFO O| Sep 06 06:34:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46612024-09-06T06:34:49.417Z[ recovery-image] Sep 06 06:34:48.911 INFO O| Sep 06 06:34:48.911 INFO STEP 217 (remove_files) COMPLETE
46622024-09-06T06:34:49.417Z[ recovery-image] Sep 06 06:34:48.911 INFO O| Sep 06 06:34:48.911 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-09-06T06:34:49.441Z[ recovery-image] Sep 06 06:34:48.935 INFO O| Sep 06 06:34:48.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46642024-09-06T06:34:49.441Z[ recovery-image] Sep 06 06:34:48.936 INFO O| Sep 06 06:34:48.936 INFO STEP 218 (remove_files) COMPLETE
46652024-09-06T06:34:49.441Z[ recovery-image] Sep 06 06:34:48.936 INFO O| Sep 06 06:34:48.936 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-09-06T06:34:49.466Z[ recovery-image] Sep 06 06:34:48.955 INFO O| Sep 06 06:34:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46672024-09-06T06:34:49.466Z[ recovery-image] Sep 06 06:34:48.955 INFO O| Sep 06 06:34:48.955 INFO STEP 219 (remove_files) COMPLETE
46682024-09-06T06:34:49.466Z[ recovery-image] Sep 06 06:34:48.955 INFO O| Sep 06 06:34:48.955 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-09-06T06:34:49.490Z[ recovery-image] Sep 06 06:34:48.975 INFO O| Sep 06 06:34:48.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46702024-09-06T06:34:49.490Z[ recovery-image] Sep 06 06:34:48.975 INFO O| Sep 06 06:34:48.975 INFO STEP 220 (remove_files) COMPLETE
46712024-09-06T06:34:49.490Z[ recovery-image] Sep 06 06:34:48.975 INFO O| Sep 06 06:34:48.975 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-09-06T06:34:49.573Z[ recovery-image] Sep 06 06:34:49.067 INFO O| Sep 06 06:34:49.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46732024-09-06T06:34:49.598Z[ recovery-image] Sep 06 06:34:49.067 INFO O| Sep 06 06:34:49.067 INFO STEP 221 (remove_files) COMPLETE
46742024-09-06T06:34:49.598Z[ recovery-image] Sep 06 06:34:49.067 INFO O| Sep 06 06:34:49.067 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-09-06T06:34:49.598Z[ recovery-image] Sep 06 06:34:49.088 INFO O| Sep 06 06:34:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46762024-09-06T06:34:49.598Z[ recovery-image] Sep 06 06:34:49.088 INFO O| Sep 06 06:34:49.088 INFO STEP 222 (remove_files) COMPLETE
46772024-09-06T06:34:49.598Z[ recovery-image] Sep 06 06:34:49.089 INFO O| Sep 06 06:34:49.088 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-06T06:34:49.638Z[ recovery-image] Sep 06 06:34:49.132 INFO O| Sep 06 06:34:49.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46792024-09-06T06:34:49.638Z[ recovery-image] Sep 06 06:34:49.132 INFO O| Sep 06 06:34:49.132 INFO STEP 223 (remove_files) COMPLETE
46802024-09-06T06:34:49.638Z[ recovery-image] Sep 06 06:34:49.132 INFO O| Sep 06 06:34:49.132 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-09-06T06:34:49.676Z[ recovery-image] Sep 06 06:34:49.170 INFO O| Sep 06 06:34:49.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46822024-09-06T06:34:49.676Z[ recovery-image] Sep 06 06:34:49.170 INFO O| Sep 06 06:34:49.170 INFO STEP 224 (remove_files) COMPLETE
46832024-09-06T06:34:49.676Z[ recovery-image] Sep 06 06:34:49.170 INFO O| Sep 06 06:34:49.170 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-09-06T06:34:49.700Z[ recovery-image] Sep 06 06:34:49.188 INFO O| Sep 06 06:34:49.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46852024-09-06T06:34:49.700Z[ recovery-image] Sep 06 06:34:49.188 INFO O| Sep 06 06:34:49.188 INFO STEP 225 (remove_files) COMPLETE
46862024-09-06T06:34:49.700Z[ recovery-image] Sep 06 06:34:49.188 INFO O| Sep 06 06:34:49.188 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-09-06T06:34:49.725Z[ recovery-image] Sep 06 06:34:49.204 INFO O| Sep 06 06:34:49.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46882024-09-06T06:34:49.725Z[ recovery-image] Sep 06 06:34:49.204 INFO O| Sep 06 06:34:49.204 INFO STEP 226 (remove_files) COMPLETE
46892024-09-06T06:34:49.725Z[ recovery-image] Sep 06 06:34:49.204 INFO O| Sep 06 06:34:49.204 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-09-06T06:34:49.749Z[ recovery-image] Sep 06 06:34:49.219 INFO O| Sep 06 06:34:49.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46912024-09-06T06:34:49.749Z[ recovery-image] Sep 06 06:34:49.219 INFO O| Sep 06 06:34:49.219 INFO STEP 227 (remove_files) COMPLETE
46922024-09-06T06:34:49.749Z[ recovery-image] Sep 06 06:34:49.219 INFO O| Sep 06 06:34:49.219 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-09-06T06:34:49.749Z[ recovery-image] Sep 06 06:34:49.234 INFO O| Sep 06 06:34:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46942024-09-06T06:34:49.749Z[ recovery-image] Sep 06 06:34:49.235 INFO O| Sep 06 06:34:49.235 INFO STEP 228 (remove_files) COMPLETE
46952024-09-06T06:34:49.749Z[ recovery-image] Sep 06 06:34:49.235 INFO O| Sep 06 06:34:49.235 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-09-06T06:34:49.774Z[ recovery-image] Sep 06 06:34:49.249 INFO O| Sep 06 06:34:49.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46972024-09-06T06:34:49.774Z[ recovery-image] Sep 06 06:34:49.249 INFO O| Sep 06 06:34:49.249 INFO STEP 229 (remove_files) COMPLETE
46982024-09-06T06:34:49.774Z[ recovery-image] Sep 06 06:34:49.249 INFO O| Sep 06 06:34:49.249 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-09-06T06:34:49.774Z[ recovery-image] Sep 06 06:34:49.264 INFO O| Sep 06 06:34:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47002024-09-06T06:34:49.774Z[ recovery-image] Sep 06 06:34:49.264 INFO O| Sep 06 06:34:49.264 INFO STEP 230 (remove_files) COMPLETE
47012024-09-06T06:34:49.774Z[ recovery-image] Sep 06 06:34:49.264 INFO O| Sep 06 06:34:49.264 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-09-06T06:34:49.798Z[ recovery-image] Sep 06 06:34:49.287 INFO O| Sep 06 06:34:49.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47032024-09-06T06:34:49.798Z[ recovery-image] Sep 06 06:34:49.287 INFO O| Sep 06 06:34:49.287 INFO STEP 231 (remove_files) COMPLETE
47042024-09-06T06:34:49.798Z[ recovery-image] Sep 06 06:34:49.287 INFO O| Sep 06 06:34:49.287 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-06T06:34:49.823Z[ recovery-image] Sep 06 06:34:49.303 INFO O| Sep 06 06:34:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47062024-09-06T06:34:49.823Z[ recovery-image] Sep 06 06:34:49.303 INFO O| Sep 06 06:34:49.303 INFO STEP 232 (remove_files) COMPLETE
47072024-09-06T06:34:49.823Z[ recovery-image] Sep 06 06:34:49.303 INFO O| Sep 06 06:34:49.303 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-06T06:34:49.847Z[ recovery-image] Sep 06 06:34:49.318 INFO O| Sep 06 06:34:49.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47092024-09-06T06:34:49.847Z[ recovery-image] Sep 06 06:34:49.318 INFO O| Sep 06 06:34:49.318 INFO STEP 233 (remove_files) COMPLETE
47102024-09-06T06:34:49.847Z[ recovery-image] Sep 06 06:34:49.318 INFO O| Sep 06 06:34:49.318 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-09-06T06:34:49.847Z[ recovery-image] Sep 06 06:34:49.332 INFO O| Sep 06 06:34:49.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47122024-09-06T06:34:49.847Z[ recovery-image] Sep 06 06:34:49.332 INFO O| Sep 06 06:34:49.332 INFO STEP 234 (remove_files) COMPLETE
47132024-09-06T06:34:49.847Z[ recovery-image] Sep 06 06:34:49.332 INFO O| Sep 06 06:34:49.332 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-09-06T06:34:49.872Z[ recovery-image] Sep 06 06:34:49.346 INFO O| Sep 06 06:34:49.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47152024-09-06T06:34:49.872Z[ recovery-image] Sep 06 06:34:49.346 INFO O| Sep 06 06:34:49.346 INFO STEP 235 (remove_files) COMPLETE
47162024-09-06T06:34:49.872Z[ recovery-image] Sep 06 06:34:49.346 INFO O| Sep 06 06:34:49.346 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-09-06T06:34:49.872Z[ recovery-image] Sep 06 06:34:49.361 INFO O| Sep 06 06:34:49.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47182024-09-06T06:34:49.872Z[ recovery-image] Sep 06 06:34:49.361 INFO O| Sep 06 06:34:49.361 INFO STEP 236 (remove_files) COMPLETE
47192024-09-06T06:34:49.872Z[ recovery-image] Sep 06 06:34:49.361 INFO O| Sep 06 06:34:49.361 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-06T06:34:49.897Z[ recovery-image] Sep 06 06:34:49.380 INFO O| Sep 06 06:34:49.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47212024-09-06T06:34:49.897Z[ recovery-image] Sep 06 06:34:49.381 INFO O| Sep 06 06:34:49.381 INFO STEP 237 (remove_files) COMPLETE
47222024-09-06T06:34:49.897Z[ recovery-image] Sep 06 06:34:49.381 INFO O| Sep 06 06:34:49.381 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-06T06:34:49.922Z[ recovery-image] Sep 06 06:34:49.403 INFO O| Sep 06 06:34:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47242024-09-06T06:34:49.922Z[ recovery-image] Sep 06 06:34:49.403 INFO O| Sep 06 06:34:49.403 INFO STEP 238 (remove_files) COMPLETE
47252024-09-06T06:34:49.922Z[ recovery-image] Sep 06 06:34:49.403 INFO O| Sep 06 06:34:49.403 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-06T06:34:49.947Z[ recovery-image] Sep 06 06:34:49.441 INFO O| Sep 06 06:34:49.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47272024-09-06T06:34:49.947Z[ recovery-image] Sep 06 06:34:49.441 INFO O| Sep 06 06:34:49.441 INFO STEP 239 (remove_files) COMPLETE
47282024-09-06T06:34:49.971Z[ recovery-image] Sep 06 06:34:49.441 INFO O| Sep 06 06:34:49.441 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-06T06:34:49.971Z[ recovery-image] Sep 06 06:34:49.464 INFO O| Sep 06 06:34:49.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47302024-09-06T06:34:49.971Z[ recovery-image] Sep 06 06:34:49.464 INFO O| Sep 06 06:34:49.464 INFO STEP 240 (remove_files) COMPLETE
47312024-09-06T06:34:49.971Z[ recovery-image] Sep 06 06:34:49.465 INFO O| Sep 06 06:34:49.464 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-06T06:34:49.996Z[ recovery-image] Sep 06 06:34:49.483 INFO O| Sep 06 06:34:49.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47332024-09-06T06:34:49.996Z[ recovery-image] Sep 06 06:34:49.483 INFO O| Sep 06 06:34:49.483 INFO STEP 241 (remove_files) COMPLETE
47342024-09-06T06:34:49.996Z[ recovery-image] Sep 06 06:34:49.483 INFO O| Sep 06 06:34:49.483 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-06T06:34:50.020Z[ recovery-image] Sep 06 06:34:49.499 INFO O| Sep 06 06:34:49.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47362024-09-06T06:34:50.020Z[ recovery-image] Sep 06 06:34:49.500 INFO O| Sep 06 06:34:49.500 INFO STEP 242 (remove_files) COMPLETE
47372024-09-06T06:34:50.020Z[ recovery-image] Sep 06 06:34:49.500 INFO O| Sep 06 06:34:49.500 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-06T06:34:50.044Z[ recovery-image] Sep 06 06:34:49.526 INFO O| Sep 06 06:34:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47392024-09-06T06:34:50.045Z[ recovery-image] Sep 06 06:34:49.526 INFO O| Sep 06 06:34:49.526 INFO STEP 243 (remove_files) COMPLETE
47402024-09-06T06:34:50.045Z[ recovery-image] Sep 06 06:34:49.526 INFO O| Sep 06 06:34:49.526 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-06T06:34:50.069Z[ recovery-image] Sep 06 06:34:49.546 INFO O| Sep 06 06:34:49.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47422024-09-06T06:34:50.069Z[ recovery-image] Sep 06 06:34:49.546 INFO O| Sep 06 06:34:49.546 INFO STEP 244 (remove_files) COMPLETE
47432024-09-06T06:34:50.069Z[ recovery-image] Sep 06 06:34:49.546 INFO O| Sep 06 06:34:49.546 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-06T06:34:50.069Z[ recovery-image] Sep 06 06:34:49.562 INFO O| Sep 06 06:34:49.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47452024-09-06T06:34:50.069Z[ recovery-image] Sep 06 06:34:49.563 INFO O| Sep 06 06:34:49.563 INFO STEP 245 (remove_files) COMPLETE
47462024-09-06T06:34:50.069Z[ recovery-image] Sep 06 06:34:49.563 INFO O| Sep 06 06:34:49.563 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-06T06:34:50.093Z[ recovery-image] Sep 06 06:34:49.583 INFO O| Sep 06 06:34:49.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47482024-09-06T06:34:50.094Z[ recovery-image] Sep 06 06:34:49.583 INFO O| Sep 06 06:34:49.583 INFO STEP 246 (remove_files) COMPLETE
47492024-09-06T06:34:50.094Z[ recovery-image] Sep 06 06:34:49.583 INFO O| Sep 06 06:34:49.583 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-06T06:34:50.118Z[ recovery-image] Sep 06 06:34:49.599 INFO O| Sep 06 06:34:49.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47512024-09-06T06:34:50.118Z[ recovery-image] Sep 06 06:34:49.600 INFO O| Sep 06 06:34:49.599 INFO STEP 247 (remove_files) COMPLETE
47522024-09-06T06:34:50.118Z[ recovery-image] Sep 06 06:34:49.600 INFO O| Sep 06 06:34:49.600 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-06T06:34:50.142Z[ recovery-image] Sep 06 06:34:49.615 INFO O| Sep 06 06:34:49.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47542024-09-06T06:34:50.143Z[ recovery-image] Sep 06 06:34:49.615 INFO O| Sep 06 06:34:49.615 INFO STEP 248 (remove_files) COMPLETE
47552024-09-06T06:34:50.143Z[ recovery-image] Sep 06 06:34:49.615 INFO O| Sep 06 06:34:49.615 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-06T06:34:50.167Z[ recovery-image] Sep 06 06:34:49.651 INFO O| Sep 06 06:34:49.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47572024-09-06T06:34:50.167Z[ recovery-image] Sep 06 06:34:49.651 INFO O| Sep 06 06:34:49.651 INFO STEP 249 (remove_files) COMPLETE
47582024-09-06T06:34:50.167Z[ recovery-image] Sep 06 06:34:49.651 INFO O| Sep 06 06:34:49.651 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-06T06:34:50.191Z[ recovery-image] Sep 06 06:34:49.675 INFO O| Sep 06 06:34:49.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47602024-09-06T06:34:50.191Z[ recovery-image] Sep 06 06:34:49.675 INFO O| Sep 06 06:34:49.675 INFO STEP 250 (remove_files) COMPLETE
47612024-09-06T06:34:50.191Z[ recovery-image] Sep 06 06:34:49.676 INFO O| Sep 06 06:34:49.676 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-06T06:34:50.249Z[ recovery-image] Sep 06 06:34:49.743 INFO O| Sep 06 06:34:49.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47632024-09-06T06:34:50.249Z[ recovery-image] Sep 06 06:34:49.743 INFO O| Sep 06 06:34:49.743 INFO STEP 251 (remove_files) COMPLETE
47642024-09-06T06:34:50.249Z[ recovery-image] Sep 06 06:34:49.743 INFO O| Sep 06 06:34:49.743 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-06T06:34:50.274Z[ recovery-image] Sep 06 06:34:49.760 INFO O| Sep 06 06:34:49.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47662024-09-06T06:34:50.274Z[ recovery-image] Sep 06 06:34:49.761 INFO O| Sep 06 06:34:49.761 INFO STEP 252 (remove_files) COMPLETE
47672024-09-06T06:34:50.274Z[ recovery-image] Sep 06 06:34:49.761 INFO O| Sep 06 06:34:49.761 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-06T06:34:50.299Z[ recovery-image] Sep 06 06:34:49.776 INFO O| Sep 06 06:34:49.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47692024-09-06T06:34:50.299Z[ recovery-image] Sep 06 06:34:49.776 INFO O| Sep 06 06:34:49.776 INFO STEP 253 (remove_files) COMPLETE
47702024-09-06T06:34:50.300Z[ recovery-image] Sep 06 06:34:49.776 INFO O| Sep 06 06:34:49.776 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-06T06:34:50.300Z[ recovery-image] Sep 06 06:34:49.791 INFO O| Sep 06 06:34:49.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47722024-09-06T06:34:50.300Z[ recovery-image] Sep 06 06:34:49.791 INFO O| Sep 06 06:34:49.791 INFO STEP 254 (remove_files) COMPLETE
47732024-09-06T06:34:50.300Z[ recovery-image] Sep 06 06:34:49.791 INFO O| Sep 06 06:34:49.791 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-06T06:34:50.324Z[ recovery-image] Sep 06 06:34:49.806 INFO O| Sep 06 06:34:49.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47752024-09-06T06:34:50.324Z[ recovery-image] Sep 06 06:34:49.806 INFO O| Sep 06 06:34:49.806 INFO STEP 255 (remove_files) COMPLETE
47762024-09-06T06:34:50.324Z[ recovery-image] Sep 06 06:34:49.806 INFO O| Sep 06 06:34:49.806 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-06T06:34:50.349Z[ recovery-image] Sep 06 06:34:49.822 INFO O| Sep 06 06:34:49.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47782024-09-06T06:34:50.349Z[ recovery-image] Sep 06 06:34:49.822 INFO O| Sep 06 06:34:49.822 INFO STEP 256 (remove_files) COMPLETE
47792024-09-06T06:34:50.349Z[ recovery-image] Sep 06 06:34:49.822 INFO O| Sep 06 06:34:49.822 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-06T06:34:50.349Z[ recovery-image] Sep 06 06:34:49.839 INFO O| Sep 06 06:34:49.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47812024-09-06T06:34:50.349Z[ recovery-image] Sep 06 06:34:49.839 INFO O| Sep 06 06:34:49.839 INFO STEP 257 (remove_files) COMPLETE
47822024-09-06T06:34:50.349Z[ recovery-image] Sep 06 06:34:49.839 INFO O| Sep 06 06:34:49.839 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-06T06:34:50.375Z[ recovery-image] Sep 06 06:34:49.854 INFO O| Sep 06 06:34:49.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47842024-09-06T06:34:50.375Z[ recovery-image] Sep 06 06:34:49.854 INFO O| Sep 06 06:34:49.854 INFO STEP 258 (remove_files) COMPLETE
47852024-09-06T06:34:50.375Z[ recovery-image] Sep 06 06:34:49.854 INFO O| Sep 06 06:34:49.854 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-06T06:34:50.375Z[ recovery-image] Sep 06 06:34:49.869 INFO O| Sep 06 06:34:49.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47872024-09-06T06:34:50.405Z[ host-image] Sep 06 06:34:49.898 INFO O| Sep 06 06:34:49.898 INFO O| Download: 1071/1140 items 4.2/8.4MB 50% complete (783k/s)
47882024-09-06T06:34:50.429Z[ recovery-image] Sep 06 06:34:49.902 INFO O| Sep 06 06:34:49.902 INFO STEP 259 (remove_files) COMPLETE
47892024-09-06T06:34:50.429Z[ recovery-image] Sep 06 06:34:49.902 INFO O| Sep 06 06:34:49.902 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-06T06:34:50.457Z[ recovery-image] Sep 06 06:34:49.951 INFO O| Sep 06 06:34:49.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47912024-09-06T06:34:50.458Z[ recovery-image] Sep 06 06:34:49.951 INFO O| Sep 06 06:34:49.951 INFO STEP 260 (remove_files) COMPLETE
47922024-09-06T06:34:50.458Z[ recovery-image] Sep 06 06:34:49.951 INFO O| Sep 06 06:34:49.951 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-09-06T06:34:50.482Z[ recovery-image] Sep 06 06:34:49.976 INFO O| Sep 06 06:34:49.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47942024-09-06T06:34:50.482Z[ recovery-image] Sep 06 06:34:49.976 INFO O| Sep 06 06:34:49.976 INFO STEP 261 (remove_files) COMPLETE
47952024-09-06T06:34:50.482Z[ recovery-image] Sep 06 06:34:49.976 INFO O| Sep 06 06:34:49.976 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-09-06T06:34:50.507Z[ recovery-image] Sep 06 06:34:49.992 INFO O| Sep 06 06:34:49.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47972024-09-06T06:34:50.507Z[ recovery-image] Sep 06 06:34:49.993 INFO O| Sep 06 06:34:49.992 INFO STEP 262 (remove_files) COMPLETE
47982024-09-06T06:34:50.507Z[ recovery-image] Sep 06 06:34:49.993 INFO O| Sep 06 06:34:49.992 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-09-06T06:34:50.563Z[ recovery-image] Sep 06 06:34:50.057 INFO O| Sep 06 06:34:50.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48002024-09-06T06:34:50.563Z[ recovery-image] Sep 06 06:34:50.057 INFO O| Sep 06 06:34:50.057 INFO STEP 263 (remove_files) COMPLETE
48012024-09-06T06:34:50.588Z[ recovery-image] Sep 06 06:34:50.057 INFO O| Sep 06 06:34:50.057 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-09-06T06:34:50.588Z[ recovery-image] Sep 06 06:34:50.073 INFO O| Sep 06 06:34:50.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48032024-09-06T06:34:50.588Z[ recovery-image] Sep 06 06:34:50.073 INFO O| Sep 06 06:34:50.073 INFO STEP 264 (remove_files) COMPLETE
48042024-09-06T06:34:50.588Z[ recovery-image] Sep 06 06:34:50.073 INFO O| Sep 06 06:34:50.073 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-09-06T06:34:50.613Z[ recovery-image] Sep 06 06:34:50.088 INFO O| Sep 06 06:34:50.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48062024-09-06T06:34:50.613Z[ recovery-image] Sep 06 06:34:50.088 INFO O| Sep 06 06:34:50.088 INFO STEP 265 (remove_files) COMPLETE
48072024-09-06T06:34:50.613Z[ recovery-image] Sep 06 06:34:50.088 INFO O| Sep 06 06:34:50.088 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-09-06T06:34:50.613Z[ recovery-image] Sep 06 06:34:50.102 INFO O| Sep 06 06:34:50.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48092024-09-06T06:34:50.613Z[ recovery-image] Sep 06 06:34:50.102 INFO O| Sep 06 06:34:50.102 INFO STEP 266 (remove_files) COMPLETE
48102024-09-06T06:34:50.613Z[ recovery-image] Sep 06 06:34:50.102 INFO O| Sep 06 06:34:50.102 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-09-06T06:34:50.637Z[ recovery-image] Sep 06 06:34:50.117 INFO O| Sep 06 06:34:50.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48122024-09-06T06:34:50.637Z[ recovery-image] Sep 06 06:34:50.117 INFO O| Sep 06 06:34:50.117 INFO STEP 267 (remove_files) COMPLETE
48132024-09-06T06:34:50.637Z[ recovery-image] Sep 06 06:34:50.117 INFO O| Sep 06 06:34:50.117 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-09-06T06:34:50.661Z[ recovery-image] Sep 06 06:34:50.131 INFO O| Sep 06 06:34:50.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48152024-09-06T06:34:50.661Z[ recovery-image] Sep 06 06:34:50.131 INFO O| Sep 06 06:34:50.131 INFO STEP 268 (remove_files) COMPLETE
48162024-09-06T06:34:50.661Z[ recovery-image] Sep 06 06:34:50.131 INFO O| Sep 06 06:34:50.131 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-09-06T06:34:50.661Z[ recovery-image] Sep 06 06:34:50.145 INFO O| Sep 06 06:34:50.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48182024-09-06T06:34:50.661Z[ recovery-image] Sep 06 06:34:50.145 INFO O| Sep 06 06:34:50.145 INFO STEP 269 (remove_files) COMPLETE
48192024-09-06T06:34:50.661Z[ recovery-image] Sep 06 06:34:50.145 INFO O| Sep 06 06:34:50.145 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-09-06T06:34:50.686Z[ recovery-image] Sep 06 06:34:50.158 INFO O| Sep 06 06:34:50.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48212024-09-06T06:34:50.686Z[ recovery-image] Sep 06 06:34:50.159 INFO O| Sep 06 06:34:50.159 INFO STEP 270 (remove_files) COMPLETE
48222024-09-06T06:34:50.686Z[ recovery-image] Sep 06 06:34:50.159 INFO O| Sep 06 06:34:50.159 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-09-06T06:34:50.710Z[ recovery-image] Sep 06 06:34:50.190 INFO O| Sep 06 06:34:50.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48242024-09-06T06:34:50.710Z[ recovery-image] Sep 06 06:34:50.190 INFO O| Sep 06 06:34:50.190 INFO STEP 271 (remove_files) COMPLETE
48252024-09-06T06:34:50.710Z[ recovery-image] Sep 06 06:34:50.190 INFO O| Sep 06 06:34:50.190 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-09-06T06:34:50.734Z[ recovery-image] Sep 06 06:34:50.210 INFO O| Sep 06 06:34:50.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48272024-09-06T06:34:50.734Z[ recovery-image] Sep 06 06:34:50.211 INFO O| Sep 06 06:34:50.211 INFO STEP 272 (remove_files) COMPLETE
48282024-09-06T06:34:50.734Z[ recovery-image] Sep 06 06:34:50.211 INFO O| Sep 06 06:34:50.211 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-09-06T06:34:50.734Z[ recovery-image] Sep 06 06:34:50.227 INFO O| Sep 06 06:34:50.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48302024-09-06T06:34:50.734Z[ recovery-image] Sep 06 06:34:50.227 INFO O| Sep 06 06:34:50.227 INFO STEP 273 (remove_files) COMPLETE
48312024-09-06T06:34:50.734Z[ recovery-image] Sep 06 06:34:50.227 INFO O| Sep 06 06:34:50.227 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-09-06T06:34:50.759Z[ recovery-image] Sep 06 06:34:50.242 INFO O| Sep 06 06:34:50.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48332024-09-06T06:34:50.759Z[ recovery-image] Sep 06 06:34:50.242 INFO O| Sep 06 06:34:50.242 INFO STEP 274 (remove_files) COMPLETE
48342024-09-06T06:34:50.759Z[ recovery-image] Sep 06 06:34:50.242 INFO O| Sep 06 06:34:50.242 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-06T06:34:50.783Z[ recovery-image] Sep 06 06:34:50.257 INFO O| Sep 06 06:34:50.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48362024-09-06T06:34:50.783Z[ recovery-image] Sep 06 06:34:50.257 INFO O| Sep 06 06:34:50.257 INFO STEP 275 (remove_files) COMPLETE
48372024-09-06T06:34:50.784Z[ recovery-image] Sep 06 06:34:50.257 INFO O| Sep 06 06:34:50.257 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-06T06:34:50.784Z[ recovery-image] Sep 06 06:34:50.272 INFO O| Sep 06 06:34:50.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48392024-09-06T06:34:50.784Z[ recovery-image] Sep 06 06:34:50.272 INFO O| Sep 06 06:34:50.272 INFO STEP 276 (remove_files) COMPLETE
48402024-09-06T06:34:50.784Z[ recovery-image] Sep 06 06:34:50.272 INFO O| Sep 06 06:34:50.272 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-06T06:34:50.808Z[ recovery-image] Sep 06 06:34:50.298 INFO O| Sep 06 06:34:50.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48422024-09-06T06:34:50.808Z[ recovery-image] Sep 06 06:34:50.299 INFO O| Sep 06 06:34:50.299 INFO STEP 277 (remove_files) COMPLETE
48432024-09-06T06:34:50.808Z[ recovery-image] Sep 06 06:34:50.299 INFO O| Sep 06 06:34:50.299 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-06T06:34:50.832Z[ recovery-image] Sep 06 06:34:50.319 INFO O| Sep 06 06:34:50.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48452024-09-06T06:34:50.832Z[ recovery-image] Sep 06 06:34:50.320 INFO O| Sep 06 06:34:50.320 INFO STEP 278 (remove_files) COMPLETE
48462024-09-06T06:34:50.832Z[ recovery-image] Sep 06 06:34:50.320 INFO O| Sep 06 06:34:50.320 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-06T06:34:50.856Z[ recovery-image] Sep 06 06:34:50.343 INFO O| Sep 06 06:34:50.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48482024-09-06T06:34:50.856Z[ recovery-image] Sep 06 06:34:50.343 INFO O| Sep 06 06:34:50.343 INFO STEP 279 (remove_files) COMPLETE
48492024-09-06T06:34:50.856Z[ recovery-image] Sep 06 06:34:50.343 INFO O| Sep 06 06:34:50.343 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-06T06:34:50.881Z[ recovery-image] Sep 06 06:34:50.363 INFO O| Sep 06 06:34:50.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48512024-09-06T06:34:50.881Z[ recovery-image] Sep 06 06:34:50.364 INFO O| Sep 06 06:34:50.363 INFO STEP 280 (remove_files) COMPLETE
48522024-09-06T06:34:50.881Z[ recovery-image] Sep 06 06:34:50.364 INFO O| Sep 06 06:34:50.363 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-06T06:34:50.905Z[ recovery-image] Sep 06 06:34:50.384 INFO O| Sep 06 06:34:50.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48542024-09-06T06:34:50.905Z[ recovery-image] Sep 06 06:34:50.384 INFO O| Sep 06 06:34:50.384 INFO STEP 281 (remove_files) COMPLETE
48552024-09-06T06:34:50.905Z[ recovery-image] Sep 06 06:34:50.384 INFO O| Sep 06 06:34:50.384 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-09-06T06:34:50.930Z[ recovery-image] Sep 06 06:34:50.405 INFO O| Sep 06 06:34:50.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48572024-09-06T06:34:50.930Z[ recovery-image] Sep 06 06:34:50.405 INFO O| Sep 06 06:34:50.405 INFO STEP 282 (remove_files) COMPLETE
48582024-09-06T06:34:50.930Z[ recovery-image] Sep 06 06:34:50.405 INFO O| Sep 06 06:34:50.405 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-09-06T06:34:50.930Z[ recovery-image] Sep 06 06:34:50.423 INFO O| Sep 06 06:34:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48602024-09-06T06:34:50.930Z[ recovery-image] Sep 06 06:34:50.424 INFO O| Sep 06 06:34:50.423 INFO STEP 283 (remove_files) COMPLETE
48612024-09-06T06:34:50.930Z[ recovery-image] Sep 06 06:34:50.424 INFO O| Sep 06 06:34:50.424 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-09-06T06:34:50.954Z[ recovery-image] Sep 06 06:34:50.438 INFO O| Sep 06 06:34:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48632024-09-06T06:34:50.954Z[ recovery-image] Sep 06 06:34:50.438 INFO O| Sep 06 06:34:50.438 INFO STEP 284 (remove_files) COMPLETE
48642024-09-06T06:34:50.954Z[ recovery-image] Sep 06 06:34:50.438 INFO O| Sep 06 06:34:50.438 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-09-06T06:34:50.979Z[ recovery-image] Sep 06 06:34:50.453 INFO O| Sep 06 06:34:50.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48662024-09-06T06:34:50.979Z[ recovery-image] Sep 06 06:34:50.453 INFO O| Sep 06 06:34:50.453 INFO STEP 285 (remove_files) COMPLETE
48672024-09-06T06:34:50.979Z[ recovery-image] Sep 06 06:34:50.453 INFO O| Sep 06 06:34:50.453 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-09-06T06:34:50.979Z[ recovery-image] Sep 06 06:34:50.468 INFO O| Sep 06 06:34:50.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48692024-09-06T06:34:50.979Z[ recovery-image] Sep 06 06:34:50.468 INFO O| Sep 06 06:34:50.468 INFO STEP 286 (remove_files) COMPLETE
48702024-09-06T06:34:50.979Z[ recovery-image] Sep 06 06:34:50.468 INFO O| Sep 06 06:34:50.468 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-09-06T06:34:51.003Z[ recovery-image] Sep 06 06:34:50.483 INFO O| Sep 06 06:34:50.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48722024-09-06T06:34:51.028Z[ recovery-image] Sep 06 06:34:50.516 INFO O| Sep 06 06:34:50.516 INFO STEP 287 (remove_files) COMPLETE
48732024-09-06T06:34:51.028Z[ recovery-image] Sep 06 06:34:50.516 INFO O| Sep 06 06:34:50.516 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-09-06T06:34:51.066Z[ recovery-image] Sep 06 06:34:50.560 INFO O| Sep 06 06:34:50.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48752024-09-06T06:34:51.066Z[ recovery-image] Sep 06 06:34:50.560 INFO O| Sep 06 06:34:50.560 INFO STEP 288 (remove_files) COMPLETE
48762024-09-06T06:34:51.090Z[ recovery-image] Sep 06 06:34:50.560 INFO O| Sep 06 06:34:50.560 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-09-06T06:34:51.114Z[ recovery-image] Sep 06 06:34:50.600 INFO O| Sep 06 06:34:50.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48782024-09-06T06:34:51.114Z[ recovery-image] Sep 06 06:34:50.600 INFO O| Sep 06 06:34:50.600 INFO STEP 289 (remove_files) COMPLETE
48792024-09-06T06:34:51.114Z[ recovery-image] Sep 06 06:34:50.600 INFO O| Sep 06 06:34:50.600 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-09-06T06:34:51.140Z[ recovery-image] Sep 06 06:34:50.617 INFO O| Sep 06 06:34:50.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48812024-09-06T06:34:51.140Z[ recovery-image] Sep 06 06:34:50.617 INFO O| Sep 06 06:34:50.617 INFO STEP 290 (remove_files) COMPLETE
48822024-09-06T06:34:51.140Z[ recovery-image] Sep 06 06:34:50.617 INFO O| Sep 06 06:34:50.617 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-09-06T06:34:51.166Z[ recovery-image] Sep 06 06:34:50.652 INFO O| Sep 06 06:34:50.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48842024-09-06T06:34:51.166Z[ recovery-image] Sep 06 06:34:50.652 INFO O| Sep 06 06:34:50.652 INFO STEP 291 (remove_files) COMPLETE
48852024-09-06T06:34:51.166Z[ recovery-image] Sep 06 06:34:50.652 INFO O| Sep 06 06:34:50.652 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-09-06T06:34:51.194Z[ recovery-image] Sep 06 06:34:50.688 INFO O| Sep 06 06:34:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48872024-09-06T06:34:51.194Z[ recovery-image] Sep 06 06:34:50.688 INFO O| Sep 06 06:34:50.688 INFO STEP 292 (remove_files) COMPLETE
48882024-09-06T06:34:51.218Z[ recovery-image] Sep 06 06:34:50.688 INFO O| Sep 06 06:34:50.688 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-09-06T06:34:51.218Z[ host-image] Sep 06 06:34:50.696 INFO O| Sep 06 06:34:50.696 INFO O| Download: Completed 8.42 MB in 5.80 seconds (1.4M/s)
48902024-09-06T06:34:51.243Z[ recovery-image] Sep 06 06:34:50.729 INFO O| Sep 06 06:34:50.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48912024-09-06T06:34:51.243Z[ recovery-image] Sep 06 06:34:50.729 INFO O| Sep 06 06:34:50.729 INFO STEP 293 (remove_files) COMPLETE
48922024-09-06T06:34:51.243Z[ recovery-image] Sep 06 06:34:50.729 INFO O| Sep 06 06:34:50.729 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-06T06:34:51.274Z[ recovery-image] Sep 06 06:34:50.768 INFO O| Sep 06 06:34:50.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48942024-09-06T06:34:51.274Z[ recovery-image] Sep 06 06:34:50.768 INFO O| Sep 06 06:34:50.768 INFO STEP 294 (remove_files) COMPLETE
48952024-09-06T06:34:51.298Z[ recovery-image] Sep 06 06:34:50.768 INFO O| Sep 06 06:34:50.768 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-06T06:34:51.298Z[ host-image] Sep 06 06:34:50.785 INFO O| Sep 06 06:34:50.784 INFO O| Actions: 1/1361 actions (Installing new actions)
48972024-09-06T06:34:51.298Z[ recovery-image] Sep 06 06:34:50.786 INFO O| Sep 06 06:34:50.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48982024-09-06T06:34:51.298Z[ recovery-image] Sep 06 06:34:50.786 INFO O| Sep 06 06:34:50.786 INFO STEP 295 (remove_files) COMPLETE
48992024-09-06T06:34:51.298Z[ recovery-image] Sep 06 06:34:50.786 INFO O| Sep 06 06:34:50.786 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-06T06:34:51.323Z[ recovery-image] Sep 06 06:34:50.802 INFO O| Sep 06 06:34:50.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49012024-09-06T06:34:51.323Z[ recovery-image] Sep 06 06:34:50.802 INFO O| Sep 06 06:34:50.802 INFO STEP 296 (remove_files) COMPLETE
49022024-09-06T06:34:51.323Z[ recovery-image] Sep 06 06:34:50.802 INFO O| Sep 06 06:34:50.802 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-06T06:34:51.348Z[ recovery-image] Sep 06 06:34:50.817 INFO O| Sep 06 06:34:50.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49042024-09-06T06:34:51.348Z[ recovery-image] Sep 06 06:34:50.818 INFO O| Sep 06 06:34:50.818 INFO STEP 297 (remove_files) COMPLETE
49052024-09-06T06:34:51.348Z[ recovery-image] Sep 06 06:34:50.818 INFO O| Sep 06 06:34:50.818 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-06T06:34:51.348Z[ recovery-image] Sep 06 06:34:50.833 INFO O| Sep 06 06:34:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49072024-09-06T06:34:51.348Z[ recovery-image] Sep 06 06:34:50.833 INFO O| Sep 06 06:34:50.833 INFO STEP 298 (remove_files) COMPLETE
49082024-09-06T06:34:51.348Z[ recovery-image] Sep 06 06:34:50.833 INFO O| Sep 06 06:34:50.833 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-06T06:34:51.372Z[ recovery-image] Sep 06 06:34:50.848 INFO O| Sep 06 06:34:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49102024-09-06T06:34:51.373Z[ recovery-image] Sep 06 06:34:50.848 INFO O| Sep 06 06:34:50.848 INFO STEP 299 (remove_files) COMPLETE
49112024-09-06T06:34:51.373Z[ recovery-image] Sep 06 06:34:50.848 INFO O| Sep 06 06:34:50.848 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-06T06:34:51.373Z[ recovery-image] Sep 06 06:34:50.863 INFO O| Sep 06 06:34:50.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49132024-09-06T06:34:51.373Z[ recovery-image] Sep 06 06:34:50.863 INFO O| Sep 06 06:34:50.863 INFO STEP 300 (remove_files) COMPLETE
49142024-09-06T06:34:51.373Z[ recovery-image] Sep 06 06:34:50.863 INFO O| Sep 06 06:34:50.863 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-06T06:34:51.397Z[ recovery-image] Sep 06 06:34:50.878 INFO O| Sep 06 06:34:50.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49162024-09-06T06:34:51.397Z[ recovery-image] Sep 06 06:34:50.878 INFO O| Sep 06 06:34:50.878 INFO STEP 301 (remove_files) COMPLETE
49172024-09-06T06:34:51.397Z[ recovery-image] Sep 06 06:34:50.878 INFO O| Sep 06 06:34:50.878 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-06T06:34:51.422Z[ recovery-image] Sep 06 06:34:50.894 INFO O| Sep 06 06:34:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49192024-09-06T06:34:51.422Z[ recovery-image] Sep 06 06:34:50.894 INFO O| Sep 06 06:34:50.894 INFO STEP 302 (remove_files) COMPLETE
49202024-09-06T06:34:51.422Z[ recovery-image] Sep 06 06:34:50.894 INFO O| Sep 06 06:34:50.894 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-06T06:34:51.422Z[ recovery-image] Sep 06 06:34:50.909 INFO O| Sep 06 06:34:50.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49222024-09-06T06:34:51.422Z[ recovery-image] Sep 06 06:34:50.909 INFO O| Sep 06 06:34:50.909 INFO STEP 303 (remove_files) COMPLETE
49232024-09-06T06:34:51.422Z[ recovery-image] Sep 06 06:34:50.909 INFO O| Sep 06 06:34:50.909 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-06T06:34:51.447Z[ recovery-image] Sep 06 06:34:50.924 INFO O| Sep 06 06:34:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49252024-09-06T06:34:51.447Z[ recovery-image] Sep 06 06:34:50.924 INFO O| Sep 06 06:34:50.924 INFO STEP 304 (remove_files) COMPLETE
49262024-09-06T06:34:51.447Z[ recovery-image] Sep 06 06:34:50.924 INFO O| Sep 06 06:34:50.924 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-06T06:34:51.447Z[ recovery-image] Sep 06 06:34:50.939 INFO O| Sep 06 06:34:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49282024-09-06T06:34:51.447Z[ recovery-image] Sep 06 06:34:50.939 INFO O| Sep 06 06:34:50.939 INFO STEP 305 (remove_files) COMPLETE
49292024-09-06T06:34:51.447Z[ recovery-image] Sep 06 06:34:50.939 INFO O| Sep 06 06:34:50.939 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-06T06:34:51.471Z[ recovery-image] Sep 06 06:34:50.953 INFO O| Sep 06 06:34:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49312024-09-06T06:34:51.471Z[ recovery-image] Sep 06 06:34:50.953 INFO O| Sep 06 06:34:50.953 INFO STEP 306 (remove_files) COMPLETE
49322024-09-06T06:34:51.471Z[ recovery-image] Sep 06 06:34:50.954 INFO O| Sep 06 06:34:50.954 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-06T06:34:51.538Z[ recovery-image] Sep 06 06:34:51.032 INFO O| Sep 06 06:34:51.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49342024-09-06T06:34:51.538Z[ recovery-image] Sep 06 06:34:51.032 INFO O| Sep 06 06:34:51.032 INFO STEP 307 (remove_files) COMPLETE
49352024-09-06T06:34:51.563Z[ recovery-image] Sep 06 06:34:51.032 INFO O| Sep 06 06:34:51.032 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-06T06:34:51.632Z[ recovery-image] Sep 06 06:34:51.126 INFO O| Sep 06 06:34:51.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49372024-09-06T06:34:51.633Z[ recovery-image] Sep 06 06:34:51.126 INFO O| Sep 06 06:34:51.126 INFO STEP 308 (remove_files) COMPLETE
49382024-09-06T06:34:51.633Z[ recovery-image] Sep 06 06:34:51.126 INFO O| Sep 06 06:34:51.126 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-06T06:34:51.686Z[ recovery-image] Sep 06 06:34:51.180 INFO O| Sep 06 06:34:51.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49402024-09-06T06:34:51.686Z[ recovery-image] Sep 06 06:34:51.180 INFO O| Sep 06 06:34:51.180 INFO STEP 309 (remove_files) COMPLETE
49412024-09-06T06:34:51.686Z[ recovery-image] Sep 06 06:34:51.180 INFO O| Sep 06 06:34:51.180 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-06T06:34:51.710Z[ recovery-image] Sep 06 06:34:51.196 INFO O| Sep 06 06:34:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49432024-09-06T06:34:51.710Z[ recovery-image] Sep 06 06:34:51.196 INFO O| Sep 06 06:34:51.196 INFO STEP 310 (remove_files) COMPLETE
49442024-09-06T06:34:51.710Z[ recovery-image] Sep 06 06:34:51.196 INFO O| Sep 06 06:34:51.196 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-06T06:34:51.735Z[ recovery-image] Sep 06 06:34:51.210 INFO O| Sep 06 06:34:51.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49462024-09-06T06:34:51.735Z[ recovery-image] Sep 06 06:34:51.210 INFO O| Sep 06 06:34:51.210 INFO STEP 311 (remove_files) COMPLETE
49472024-09-06T06:34:51.735Z[ recovery-image] Sep 06 06:34:51.210 INFO O| Sep 06 06:34:51.210 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-06T06:34:51.735Z[ recovery-image] Sep 06 06:34:51.224 INFO O| Sep 06 06:34:51.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49492024-09-06T06:34:51.735Z[ recovery-image] Sep 06 06:34:51.224 INFO O| Sep 06 06:34:51.224 INFO STEP 312 (remove_files) COMPLETE
49502024-09-06T06:34:51.735Z[ recovery-image] Sep 06 06:34:51.224 INFO O| Sep 06 06:34:51.224 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-06T06:34:51.759Z[ recovery-image] Sep 06 06:34:51.237 INFO O| Sep 06 06:34:51.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49522024-09-06T06:34:51.759Z[ recovery-image] Sep 06 06:34:51.237 INFO O| Sep 06 06:34:51.237 INFO STEP 313 (remove_files) COMPLETE
49532024-09-06T06:34:51.759Z[ recovery-image] Sep 06 06:34:51.237 INFO O| Sep 06 06:34:51.237 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-06T06:34:51.811Z[ recovery-image] Sep 06 06:34:51.305 INFO O| Sep 06 06:34:51.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49552024-09-06T06:34:51.812Z[ recovery-image] Sep 06 06:34:51.305 INFO O| Sep 06 06:34:51.305 INFO STEP 314 (remove_files) COMPLETE
49562024-09-06T06:34:51.812Z[ recovery-image] Sep 06 06:34:51.305 INFO O| Sep 06 06:34:51.305 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-06T06:34:51.857Z[ recovery-image] Sep 06 06:34:51.351 INFO O| Sep 06 06:34:51.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49582024-09-06T06:34:51.857Z[ recovery-image] Sep 06 06:34:51.351 INFO O| Sep 06 06:34:51.351 INFO STEP 315 (remove_files) COMPLETE
49592024-09-06T06:34:51.857Z[ recovery-image] Sep 06 06:34:51.351 INFO O| Sep 06 06:34:51.351 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-06T06:34:51.882Z[ recovery-image] Sep 06 06:34:51.365 INFO O| Sep 06 06:34:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49612024-09-06T06:34:51.882Z[ recovery-image] Sep 06 06:34:51.365 INFO O| Sep 06 06:34:51.365 INFO STEP 316 (remove_files) COMPLETE
49622024-09-06T06:34:51.882Z[ recovery-image] Sep 06 06:34:51.365 INFO O| Sep 06 06:34:51.365 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-06T06:34:51.906Z[ recovery-image] Sep 06 06:34:51.378 INFO O| Sep 06 06:34:51.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49642024-09-06T06:34:51.906Z[ recovery-image] Sep 06 06:34:51.379 INFO O| Sep 06 06:34:51.378 INFO STEP 317 (remove_files) COMPLETE
49652024-09-06T06:34:51.906Z[ recovery-image] Sep 06 06:34:51.379 INFO O| Sep 06 06:34:51.379 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-06T06:34:51.906Z[ recovery-image] Sep 06 06:34:51.391 INFO O| Sep 06 06:34:51.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49672024-09-06T06:34:51.906Z[ recovery-image] Sep 06 06:34:51.391 INFO O| Sep 06 06:34:51.391 INFO STEP 318 (remove_files) COMPLETE
49682024-09-06T06:34:51.906Z[ recovery-image] Sep 06 06:34:51.391 INFO O| Sep 06 06:34:51.391 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-06T06:34:51.931Z[ host-image] Sep 06 06:34:51.408 INFO O| Sep 06 06:34:51.408 INFO O| Actions: Completed 1361 actions in 0.62 seconds.
49702024-09-06T06:34:51.931Z[ recovery-image] Sep 06 06:34:51.416 INFO O| Sep 06 06:34:51.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49712024-09-06T06:34:51.931Z[ recovery-image] Sep 06 06:34:51.416 INFO O| Sep 06 06:34:51.416 INFO STEP 319 (remove_files) COMPLETE
49722024-09-06T06:34:51.931Z[ recovery-image] Sep 06 06:34:51.416 INFO O| Sep 06 06:34:51.416 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-06T06:34:51.955Z[ recovery-image] Sep 06 06:34:51.436 INFO O| Sep 06 06:34:51.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49742024-09-06T06:34:51.955Z[ recovery-image] Sep 06 06:34:51.437 INFO O| Sep 06 06:34:51.436 INFO STEP 320 (remove_files) COMPLETE
49752024-09-06T06:34:51.955Z[ recovery-image] Sep 06 06:34:51.437 INFO O| Sep 06 06:34:51.437 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-06T06:34:51.981Z[ recovery-image] Sep 06 06:34:51.475 INFO O| Sep 06 06:34:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49772024-09-06T06:34:51.981Z[ recovery-image] Sep 06 06:34:51.476 INFO O| Sep 06 06:34:51.475 INFO STEP 321 (remove_files) COMPLETE
49782024-09-06T06:34:52.006Z[ recovery-image] Sep 06 06:34:51.476 INFO O| Sep 06 06:34:51.476 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-06T06:34:52.065Z[ recovery-image] Sep 06 06:34:51.559 INFO O| Sep 06 06:34:51.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49802024-09-06T06:34:52.090Z[ recovery-image] Sep 06 06:34:51.559 INFO O| Sep 06 06:34:51.559 INFO STEP 322 (remove_files) COMPLETE
49812024-09-06T06:34:52.090Z[ recovery-image] Sep 06 06:34:51.559 INFO O| Sep 06 06:34:51.559 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-06T06:34:52.114Z[ recovery-image] Sep 06 06:34:51.602 INFO O| Sep 06 06:34:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49832024-09-06T06:34:52.114Z[ recovery-image] Sep 06 06:34:51.602 INFO O| Sep 06 06:34:51.602 INFO STEP 323 (remove_files) COMPLETE
49842024-09-06T06:34:52.115Z[ recovery-image] Sep 06 06:34:51.602 INFO O| Sep 06 06:34:51.602 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-06T06:34:52.139Z[ recovery-image] Sep 06 06:34:51.623 INFO O| Sep 06 06:34:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49862024-09-06T06:34:52.139Z[ recovery-image] Sep 06 06:34:51.623 INFO O| Sep 06 06:34:51.623 INFO STEP 324 (remove_files) COMPLETE
49872024-09-06T06:34:52.139Z[ recovery-image] Sep 06 06:34:51.623 INFO O| Sep 06 06:34:51.623 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-06T06:34:52.164Z[ recovery-image] Sep 06 06:34:51.642 INFO O| Sep 06 06:34:51.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49892024-09-06T06:34:52.164Z[ recovery-image] Sep 06 06:34:51.642 INFO O| Sep 06 06:34:51.642 INFO STEP 325 (remove_files) COMPLETE
49902024-09-06T06:34:52.164Z[ recovery-image] Sep 06 06:34:51.642 INFO O| Sep 06 06:34:51.642 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-06T06:34:52.164Z[ recovery-image] Sep 06 06:34:51.657 INFO O| Sep 06 06:34:51.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49922024-09-06T06:34:52.164Z[ recovery-image] Sep 06 06:34:51.657 INFO O| Sep 06 06:34:51.657 INFO STEP 326 (remove_files) COMPLETE
49932024-09-06T06:34:52.164Z[ recovery-image] Sep 06 06:34:51.657 INFO O| Sep 06 06:34:51.657 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-06T06:34:52.196Z[ recovery-image] Sep 06 06:34:51.690 INFO O| Sep 06 06:34:51.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49952024-09-06T06:34:52.196Z[ recovery-image] Sep 06 06:34:51.690 INFO O| Sep 06 06:34:51.690 INFO STEP 327 (remove_files) COMPLETE
49962024-09-06T06:34:52.196Z[ recovery-image] Sep 06 06:34:51.690 INFO O| Sep 06 06:34:51.690 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-06T06:34:52.227Z[ recovery-image] Sep 06 06:34:51.721 INFO O| Sep 06 06:34:51.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49982024-09-06T06:34:52.227Z[ recovery-image] Sep 06 06:34:51.721 INFO O| Sep 06 06:34:51.721 INFO STEP 328 (remove_files) COMPLETE
49992024-09-06T06:34:52.251Z[ recovery-image] Sep 06 06:34:51.721 INFO O| Sep 06 06:34:51.721 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-06T06:34:52.276Z[ recovery-image] Sep 06 06:34:51.763 INFO O| Sep 06 06:34:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50012024-09-06T06:34:52.276Z[ recovery-image] Sep 06 06:34:51.763 INFO O| Sep 06 06:34:51.763 INFO STEP 329 (remove_files) COMPLETE
50022024-09-06T06:34:52.276Z[ recovery-image] Sep 06 06:34:51.763 INFO O| Sep 06 06:34:51.763 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-06T06:34:52.300Z[ recovery-image] Sep 06 06:34:51.784 INFO O| Sep 06 06:34:51.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50042024-09-06T06:34:52.301Z[ recovery-image] Sep 06 06:34:51.784 INFO O| Sep 06 06:34:51.784 INFO STEP 330 (remove_files) COMPLETE
50052024-09-06T06:34:52.301Z[ recovery-image] Sep 06 06:34:51.784 INFO O| Sep 06 06:34:51.784 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-06T06:34:52.325Z[ recovery-image] Sep 06 06:34:51.804 INFO O| Sep 06 06:34:51.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50072024-09-06T06:34:52.325Z[ recovery-image] Sep 06 06:34:51.804 INFO O| Sep 06 06:34:51.804 INFO STEP 331 (remove_files) COMPLETE
50082024-09-06T06:34:52.325Z[ recovery-image] Sep 06 06:34:51.804 INFO O| Sep 06 06:34:51.804 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-06T06:34:52.350Z[ recovery-image] Sep 06 06:34:51.843 INFO O| Sep 06 06:34:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50102024-09-06T06:34:52.350Z[ recovery-image] Sep 06 06:34:51.843 INFO O| Sep 06 06:34:51.843 INFO STEP 332 (remove_files) COMPLETE
50112024-09-06T06:34:52.350Z[ recovery-image] Sep 06 06:34:51.843 INFO O| Sep 06 06:34:51.843 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-06T06:34:52.374Z[ host-image] Sep 06 06:34:51.848 INFO O| Sep 06 06:34:51.848 INFO O| Done
50132024-09-06T06:34:52.374Z[ host-image] Sep 06 06:34:51.848 INFO O| Sep 06 06:34:51.848 INFO O| Done
50142024-09-06T06:34:52.398Z[ recovery-image] Sep 06 06:34:51.882 INFO O| Sep 06 06:34:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50152024-09-06T06:34:52.399Z[ recovery-image] Sep 06 06:34:51.883 INFO O| Sep 06 06:34:51.883 INFO STEP 333 (remove_files) COMPLETE
50162024-09-06T06:34:52.399Z[ recovery-image] Sep 06 06:34:51.883 INFO O| Sep 06 06:34:51.883 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-06T06:34:52.423Z[ recovery-image] Sep 06 06:34:51.896 INFO O| Sep 06 06:34:51.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50182024-09-06T06:34:52.423Z[ recovery-image] Sep 06 06:34:51.896 INFO O| Sep 06 06:34:51.896 INFO STEP 334 (remove_files) COMPLETE
50192024-09-06T06:34:52.423Z[ recovery-image] Sep 06 06:34:51.896 INFO O| Sep 06 06:34:51.896 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-06T06:34:52.448Z[ recovery-image] Sep 06 06:34:51.923 INFO O| Sep 06 06:34:51.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50212024-09-06T06:34:52.448Z[ recovery-image] Sep 06 06:34:51.923 INFO O| Sep 06 06:34:51.923 INFO STEP 335 (remove_files) COMPLETE
50222024-09-06T06:34:52.448Z[ recovery-image] Sep 06 06:34:51.923 INFO O| Sep 06 06:34:51.923 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-06T06:34:52.448Z[ recovery-image] Sep 06 06:34:51.938 INFO O| Sep 06 06:34:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50242024-09-06T06:34:52.448Z[ recovery-image] Sep 06 06:34:51.939 INFO O| Sep 06 06:34:51.938 INFO STEP 336 (remove_files) COMPLETE
50252024-09-06T06:34:52.448Z[ recovery-image] Sep 06 06:34:51.939 INFO O| Sep 06 06:34:51.939 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-06T06:34:52.473Z[ recovery-image] Sep 06 06:34:51.967 INFO O| Sep 06 06:34:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50272024-09-06T06:34:52.473Z[ recovery-image] Sep 06 06:34:51.967 INFO O| Sep 06 06:34:51.967 INFO STEP 337 (remove_files) COMPLETE
50282024-09-06T06:34:52.473Z[ recovery-image] Sep 06 06:34:51.967 INFO O| Sep 06 06:34:51.967 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-06T06:34:52.497Z[ recovery-image] Sep 06 06:34:51.989 INFO O| Sep 06 06:34:51.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50302024-09-06T06:34:52.497Z[ recovery-image] Sep 06 06:34:51.989 INFO O| Sep 06 06:34:51.989 INFO STEP 338 (remove_files) COMPLETE
50312024-09-06T06:34:52.497Z[ recovery-image] Sep 06 06:34:51.989 INFO O| Sep 06 06:34:51.989 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-06T06:34:52.553Z[ recovery-image] Sep 06 06:34:52.047 INFO O| Sep 06 06:34:52.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50332024-09-06T06:34:52.553Z[ recovery-image] Sep 06 06:34:52.047 INFO O| Sep 06 06:34:52.047 INFO STEP 339 (remove_files) COMPLETE
50342024-09-06T06:34:52.578Z[ recovery-image] Sep 06 06:34:52.047 INFO O| Sep 06 06:34:52.047 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-06T06:34:52.578Z[ recovery-image] Sep 06 06:34:52.064 INFO O| Sep 06 06:34:52.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50362024-09-06T06:34:52.578Z[ recovery-image] Sep 06 06:34:52.064 INFO O| Sep 06 06:34:52.064 INFO STEP 340 (remove_files) COMPLETE
50372024-09-06T06:34:52.578Z[ recovery-image] Sep 06 06:34:52.064 INFO O| Sep 06 06:34:52.064 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-06T06:34:52.602Z[ recovery-image] Sep 06 06:34:52.093 INFO O| Sep 06 06:34:52.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50392024-09-06T06:34:52.602Z[ recovery-image] Sep 06 06:34:52.093 INFO O| Sep 06 06:34:52.093 INFO STEP 341 (remove_files) COMPLETE
50402024-09-06T06:34:52.602Z[ recovery-image] Sep 06 06:34:52.093 INFO O| Sep 06 06:34:52.093 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-06T06:34:52.627Z[ recovery-image] Sep 06 06:34:52.112 INFO O| Sep 06 06:34:52.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50422024-09-06T06:34:52.627Z[ recovery-image] Sep 06 06:34:52.113 INFO O| Sep 06 06:34:52.113 INFO STEP 342 (remove_files) COMPLETE
50432024-09-06T06:34:52.627Z[ recovery-image] Sep 06 06:34:52.113 INFO O| Sep 06 06:34:52.113 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-06T06:34:52.652Z[ recovery-image] Sep 06 06:34:52.128 INFO O| Sep 06 06:34:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50452024-09-06T06:34:52.652Z[ recovery-image] Sep 06 06:34:52.128 INFO O| Sep 06 06:34:52.128 INFO STEP 343 (remove_files) COMPLETE
50462024-09-06T06:34:52.652Z[ recovery-image] Sep 06 06:34:52.128 INFO O| Sep 06 06:34:52.128 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-06T06:34:52.652Z[ recovery-image] Sep 06 06:34:52.142 INFO O| Sep 06 06:34:52.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50482024-09-06T06:34:52.652Z[ recovery-image] Sep 06 06:34:52.142 INFO O| Sep 06 06:34:52.142 INFO STEP 344 (remove_files) COMPLETE
50492024-09-06T06:34:52.652Z[ recovery-image] Sep 06 06:34:52.142 INFO O| Sep 06 06:34:52.142 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-06T06:34:52.677Z[ recovery-image] Sep 06 06:34:52.156 INFO O| Sep 06 06:34:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50512024-09-06T06:34:52.677Z[ recovery-image] Sep 06 06:34:52.157 INFO O| Sep 06 06:34:52.157 INFO STEP 345 (remove_files) COMPLETE
50522024-09-06T06:34:52.677Z[ recovery-image] Sep 06 06:34:52.157 INFO O| Sep 06 06:34:52.157 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-06T06:34:52.677Z[ recovery-image] Sep 06 06:34:52.170 INFO O| Sep 06 06:34:52.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50542024-09-06T06:34:52.677Z[ recovery-image] Sep 06 06:34:52.170 INFO O| Sep 06 06:34:52.170 INFO STEP 346 (remove_files) COMPLETE
50552024-09-06T06:34:52.677Z[ recovery-image] Sep 06 06:34:52.171 INFO O| Sep 06 06:34:52.170 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-09-06T06:34:52.709Z[ recovery-image] Sep 06 06:34:52.203 INFO O| Sep 06 06:34:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50572024-09-06T06:34:52.734Z[ recovery-image] Sep 06 06:34:52.203 INFO O| Sep 06 06:34:52.203 INFO STEP 347 (remove_files) COMPLETE
50582024-09-06T06:34:52.734Z[ recovery-image] Sep 06 06:34:52.203 INFO O| Sep 06 06:34:52.203 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-09-06T06:34:52.734Z[ recovery-image] Sep 06 06:34:52.219 INFO O| Sep 06 06:34:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50602024-09-06T06:34:52.734Z[ recovery-image] Sep 06 06:34:52.219 INFO O| Sep 06 06:34:52.219 INFO STEP 348 (remove_files) COMPLETE
50612024-09-06T06:34:52.734Z[ recovery-image] Sep 06 06:34:52.219 INFO O| Sep 06 06:34:52.219 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-09-06T06:34:52.759Z[ recovery-image] Sep 06 06:34:52.233 INFO O| Sep 06 06:34:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50632024-09-06T06:34:52.759Z[ recovery-image] Sep 06 06:34:52.233 INFO O| Sep 06 06:34:52.233 INFO STEP 349 (remove_files) COMPLETE
50642024-09-06T06:34:52.759Z[ recovery-image] Sep 06 06:34:52.233 INFO O| Sep 06 06:34:52.233 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-09-06T06:34:52.783Z[ recovery-image] Sep 06 06:34:52.257 INFO O| Sep 06 06:34:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50662024-09-06T06:34:52.784Z[ recovery-image] Sep 06 06:34:52.257 INFO O| Sep 06 06:34:52.257 INFO STEP 350 (remove_files) COMPLETE
50672024-09-06T06:34:52.784Z[ recovery-image] Sep 06 06:34:52.257 INFO O| Sep 06 06:34:52.257 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-09-06T06:34:52.808Z[ recovery-image] Sep 06 06:34:52.293 INFO O| Sep 06 06:34:52.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50692024-09-06T06:34:52.808Z[ recovery-image] Sep 06 06:34:52.293 INFO O| Sep 06 06:34:52.293 INFO STEP 351 (remove_files) COMPLETE
50702024-09-06T06:34:52.808Z[ recovery-image] Sep 06 06:34:52.293 INFO O| Sep 06 06:34:52.293 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-06T06:34:52.833Z[ recovery-image] Sep 06 06:34:52.314 INFO O| Sep 06 06:34:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50722024-09-06T06:34:52.833Z[ recovery-image] Sep 06 06:34:52.314 INFO O| Sep 06 06:34:52.314 INFO STEP 352 (remove_files) COMPLETE
50732024-09-06T06:34:52.833Z[ recovery-image] Sep 06 06:34:52.314 INFO O| Sep 06 06:34:52.314 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-06T06:34:52.857Z[ recovery-image] Sep 06 06:34:52.350 INFO O| Sep 06 06:34:52.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50752024-09-06T06:34:52.857Z[ recovery-image] Sep 06 06:34:52.350 INFO O| Sep 06 06:34:52.350 INFO STEP 353 (remove_files) COMPLETE
50762024-09-06T06:34:52.857Z[ recovery-image] Sep 06 06:34:52.350 INFO O| Sep 06 06:34:52.350 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-06T06:34:52.901Z[ recovery-image] Sep 06 06:34:52.395 INFO O| Sep 06 06:34:52.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50782024-09-06T06:34:52.901Z[ recovery-image] Sep 06 06:34:52.395 INFO O| Sep 06 06:34:52.395 INFO STEP 354 (remove_files) COMPLETE
50792024-09-06T06:34:52.926Z[ recovery-image] Sep 06 06:34:52.395 INFO O| Sep 06 06:34:52.395 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-06T06:34:52.926Z[ recovery-image] Sep 06 06:34:52.411 INFO O| Sep 06 06:34:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50812024-09-06T06:34:52.926Z[ recovery-image] Sep 06 06:34:52.411 INFO O| Sep 06 06:34:52.411 INFO STEP 355 (remove_files) COMPLETE
50822024-09-06T06:34:52.926Z[ recovery-image] Sep 06 06:34:52.411 INFO O| Sep 06 06:34:52.411 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-06T06:34:52.951Z[ recovery-image] Sep 06 06:34:52.428 INFO O| Sep 06 06:34:52.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50842024-09-06T06:34:52.951Z[ recovery-image] Sep 06 06:34:52.429 INFO O| Sep 06 06:34:52.428 INFO STEP 356 (remove_files) COMPLETE
50852024-09-06T06:34:52.951Z[ recovery-image] Sep 06 06:34:52.429 INFO O| Sep 06 06:34:52.429 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-06T06:34:52.951Z[ host-image] Sep 06 06:34:52.432 INFO O| Sep 06 06:34:52.431 INFO O| Done
50872024-09-06T06:34:52.976Z[ recovery-image] Sep 06 06:34:52.449 INFO O| Sep 06 06:34:52.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50882024-09-06T06:34:52.976Z[ recovery-image] Sep 06 06:34:52.449 INFO O| Sep 06 06:34:52.449 INFO STEP 357 (remove_files) COMPLETE
50892024-09-06T06:34:52.976Z[ recovery-image] Sep 06 06:34:52.449 INFO O| Sep 06 06:34:52.449 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-06T06:34:52.976Z[ recovery-image] Sep 06 06:34:52.468 INFO O| Sep 06 06:34:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50912024-09-06T06:34:52.976Z[ recovery-image] Sep 06 06:34:52.468 INFO O| Sep 06 06:34:52.468 INFO STEP 358 (remove_files) COMPLETE
50922024-09-06T06:34:52.976Z[ recovery-image] Sep 06 06:34:52.468 INFO O| Sep 06 06:34:52.468 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-06T06:34:53.001Z[ recovery-image] Sep 06 06:34:52.483 INFO O| Sep 06 06:34:52.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50942024-09-06T06:34:53.001Z[ recovery-image] Sep 06 06:34:52.483 INFO O| Sep 06 06:34:52.483 INFO STEP 359 (remove_files) COMPLETE
50952024-09-06T06:34:53.001Z[ recovery-image] Sep 06 06:34:52.483 INFO O| Sep 06 06:34:52.483 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-06T06:34:53.025Z[ recovery-image] Sep 06 06:34:52.498 INFO O| Sep 06 06:34:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50972024-09-06T06:34:53.025Z[ recovery-image] Sep 06 06:34:52.498 INFO O| Sep 06 06:34:52.498 INFO STEP 360 (remove_files) COMPLETE
50982024-09-06T06:34:53.025Z[ recovery-image] Sep 06 06:34:52.498 INFO O| Sep 06 06:34:52.498 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-06T06:34:53.025Z[ recovery-image] Sep 06 06:34:52.514 INFO O| Sep 06 06:34:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51002024-09-06T06:34:53.025Z[ recovery-image] Sep 06 06:34:52.514 INFO O| Sep 06 06:34:52.514 INFO STEP 361 (remove_files) COMPLETE
51012024-09-06T06:34:53.025Z[ recovery-image] Sep 06 06:34:52.514 INFO O| Sep 06 06:34:52.514 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-06T06:34:53.051Z[ recovery-image] Sep 06 06:34:52.540 INFO O| Sep 06 06:34:52.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51032024-09-06T06:34:53.052Z[ recovery-image] Sep 06 06:34:52.540 INFO O| Sep 06 06:34:52.540 INFO STEP 362 (remove_files) COMPLETE
51042024-09-06T06:34:53.052Z[ recovery-image] Sep 06 06:34:52.540 INFO O| Sep 06 06:34:52.540 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-06T06:34:53.076Z[ recovery-image] Sep 06 06:34:52.566 INFO O| Sep 06 06:34:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51062024-09-06T06:34:53.076Z[ recovery-image] Sep 06 06:34:52.566 INFO O| Sep 06 06:34:52.566 INFO STEP 363 (remove_files) COMPLETE
51072024-09-06T06:34:53.076Z[ recovery-image] Sep 06 06:34:52.566 INFO O| Sep 06 06:34:52.566 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-06T06:34:53.131Z[ recovery-image] Sep 06 06:34:52.625 INFO O| Sep 06 06:34:52.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51092024-09-06T06:34:53.131Z[ recovery-image] Sep 06 06:34:52.625 INFO O| Sep 06 06:34:52.625 INFO STEP 364 (remove_files) COMPLETE
51102024-09-06T06:34:53.156Z[ recovery-image] Sep 06 06:34:52.625 INFO O| Sep 06 06:34:52.625 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-06T06:34:53.184Z[ recovery-image] Sep 06 06:34:52.677 INFO O| Sep 06 06:34:52.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51122024-09-06T06:34:53.184Z[ recovery-image] Sep 06 06:34:52.678 INFO O| Sep 06 06:34:52.678 INFO STEP 365 (remove_files) COMPLETE
51132024-09-06T06:34:53.184Z[ recovery-image] Sep 06 06:34:52.678 INFO O| Sep 06 06:34:52.678 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-06T06:34:53.209Z[ recovery-image] Sep 06 06:34:52.696 INFO O| Sep 06 06:34:52.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51152024-09-06T06:34:53.209Z[ recovery-image] Sep 06 06:34:52.696 INFO O| Sep 06 06:34:52.696 INFO STEP 366 (remove_files) COMPLETE
51162024-09-06T06:34:53.209Z[ recovery-image] Sep 06 06:34:52.696 INFO O| Sep 06 06:34:52.696 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-06T06:34:53.256Z[ recovery-image] Sep 06 06:34:52.743 INFO O| Sep 06 06:34:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51182024-09-06T06:34:53.256Z[ recovery-image] Sep 06 06:34:52.743 INFO O| Sep 06 06:34:52.743 INFO STEP 367 (remove_files) COMPLETE
51192024-09-06T06:34:53.256Z[ recovery-image] Sep 06 06:34:52.743 INFO O| Sep 06 06:34:52.743 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-06T06:34:53.305Z[ recovery-image] Sep 06 06:34:52.799 INFO O| Sep 06 06:34:52.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51212024-09-06T06:34:53.305Z[ recovery-image] Sep 06 06:34:52.799 INFO O| Sep 06 06:34:52.799 INFO STEP 368 (remove_files) COMPLETE
51222024-09-06T06:34:53.305Z[ recovery-image] Sep 06 06:34:52.799 INFO O| Sep 06 06:34:52.799 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-06T06:34:53.331Z[ recovery-image] Sep 06 06:34:52.825 INFO O| Sep 06 06:34:52.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51242024-09-06T06:34:53.356Z[ recovery-image] Sep 06 06:34:52.825 INFO O| Sep 06 06:34:52.825 INFO STEP 369 (remove_files) COMPLETE
51252024-09-06T06:34:53.356Z[ recovery-image] Sep 06 06:34:52.825 INFO O| Sep 06 06:34:52.825 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-06T06:34:53.356Z[ recovery-image] Sep 06 06:34:52.845 INFO O| Sep 06 06:34:52.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51272024-09-06T06:34:53.356Z[ recovery-image] Sep 06 06:34:52.845 INFO O| Sep 06 06:34:52.845 INFO STEP 370 (remove_files) COMPLETE
51282024-09-06T06:34:53.356Z[ recovery-image] Sep 06 06:34:52.846 INFO O| Sep 06 06:34:52.845 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-06T06:34:53.380Z[ recovery-image] Sep 06 06:34:52.862 INFO O| Sep 06 06:34:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51302024-09-06T06:34:53.380Z[ recovery-image] Sep 06 06:34:52.862 INFO O| Sep 06 06:34:52.862 INFO STEP 371 (remove_files) COMPLETE
51312024-09-06T06:34:53.380Z[ recovery-image] Sep 06 06:34:52.862 INFO O| Sep 06 06:34:52.862 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-06T06:34:53.405Z[ recovery-image] Sep 06 06:34:52.887 INFO O| Sep 06 06:34:52.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51332024-09-06T06:34:53.405Z[ recovery-image] Sep 06 06:34:52.887 INFO O| Sep 06 06:34:52.887 INFO STEP 372 (remove_files) COMPLETE
51342024-09-06T06:34:53.405Z[ recovery-image] Sep 06 06:34:52.887 INFO O| Sep 06 06:34:52.887 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-06T06:34:53.429Z[ recovery-image] Sep 06 06:34:52.903 INFO O| Sep 06 06:34:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51362024-09-06T06:34:53.429Z[ recovery-image] Sep 06 06:34:52.903 INFO O| Sep 06 06:34:52.903 INFO STEP 373 (remove_files) COMPLETE
51372024-09-06T06:34:53.429Z[ recovery-image] Sep 06 06:34:52.903 INFO O| Sep 06 06:34:52.903 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-06T06:34:53.429Z[ recovery-image] Sep 06 06:34:52.917 INFO O| Sep 06 06:34:52.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51392024-09-06T06:34:53.429Z[ recovery-image] Sep 06 06:34:52.917 INFO O| Sep 06 06:34:52.917 INFO STEP 374 (remove_files) COMPLETE
51402024-09-06T06:34:53.429Z[ recovery-image] Sep 06 06:34:52.917 INFO O| Sep 06 06:34:52.917 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-06T06:34:53.454Z[ recovery-image] Sep 06 06:34:52.931 INFO O| Sep 06 06:34:52.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51422024-09-06T06:34:53.454Z[ recovery-image] Sep 06 06:34:52.931 INFO O| Sep 06 06:34:52.931 INFO STEP 375 (remove_files) COMPLETE
51432024-09-06T06:34:53.454Z[ recovery-image] Sep 06 06:34:52.931 INFO O| Sep 06 06:34:52.931 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-06T06:34:53.454Z[ recovery-image] Sep 06 06:34:52.944 INFO O| Sep 06 06:34:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51452024-09-06T06:34:53.454Z[ recovery-image] Sep 06 06:34:52.944 INFO O| Sep 06 06:34:52.944 INFO STEP 376 (remove_files) COMPLETE
51462024-09-06T06:34:53.454Z[ recovery-image] Sep 06 06:34:52.944 INFO O| Sep 06 06:34:52.944 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-06T06:34:53.478Z[ recovery-image] Sep 06 06:34:52.971 INFO O| Sep 06 06:34:52.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51482024-09-06T06:34:53.478Z[ recovery-image] Sep 06 06:34:52.971 INFO O| Sep 06 06:34:52.971 INFO STEP 377 (remove_files) COMPLETE
51492024-09-06T06:34:53.478Z[ recovery-image] Sep 06 06:34:52.971 INFO O| Sep 06 06:34:52.971 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-06T06:34:53.535Z[ recovery-image] Sep 06 06:34:53.029 INFO O| Sep 06 06:34:53.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51512024-09-06T06:34:53.535Z[ recovery-image] Sep 06 06:34:53.029 INFO O| Sep 06 06:34:53.029 INFO STEP 378 (remove_files) COMPLETE
51522024-09-06T06:34:53.535Z[ recovery-image] Sep 06 06:34:53.029 INFO O| Sep 06 06:34:53.029 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-06T06:34:53.560Z[ recovery-image] Sep 06 06:34:53.045 INFO O| Sep 06 06:34:53.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51542024-09-06T06:34:53.560Z[ recovery-image] Sep 06 06:34:53.045 INFO O| Sep 06 06:34:53.045 INFO STEP 379 (remove_files) COMPLETE
51552024-09-06T06:34:53.560Z[ recovery-image] Sep 06 06:34:53.045 INFO O| Sep 06 06:34:53.045 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-06T06:34:53.584Z[ recovery-image] Sep 06 06:34:53.059 INFO O| Sep 06 06:34:53.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51572024-09-06T06:34:53.584Z[ recovery-image] Sep 06 06:34:53.059 INFO O| Sep 06 06:34:53.059 INFO STEP 380 (remove_files) COMPLETE
51582024-09-06T06:34:53.584Z[ recovery-image] Sep 06 06:34:53.059 INFO O| Sep 06 06:34:53.059 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-06T06:34:53.584Z[ recovery-image] Sep 06 06:34:53.073 INFO O| Sep 06 06:34:53.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51602024-09-06T06:34:53.584Z[ recovery-image] Sep 06 06:34:53.073 INFO O| Sep 06 06:34:53.073 INFO STEP 381 (remove_files) COMPLETE
51612024-09-06T06:34:53.584Z[ recovery-image] Sep 06 06:34:53.073 INFO O| Sep 06 06:34:53.073 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-06T06:34:53.609Z[ recovery-image] Sep 06 06:34:53.086 INFO O| Sep 06 06:34:53.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51632024-09-06T06:34:53.609Z[ recovery-image] Sep 06 06:34:53.086 INFO O| Sep 06 06:34:53.086 INFO STEP 382 (remove_files) COMPLETE
51642024-09-06T06:34:53.609Z[ recovery-image] Sep 06 06:34:53.086 INFO O| Sep 06 06:34:53.086 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-06T06:34:53.609Z[ recovery-image] Sep 06 06:34:53.099 INFO O| Sep 06 06:34:53.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51662024-09-06T06:34:53.609Z[ recovery-image] Sep 06 06:34:53.099 INFO O| Sep 06 06:34:53.099 INFO STEP 383 (remove_files) COMPLETE
51672024-09-06T06:34:53.609Z[ recovery-image] Sep 06 06:34:53.099 INFO O| Sep 06 06:34:53.099 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-06T06:34:53.634Z[ recovery-image] Sep 06 06:34:53.128 INFO O| Sep 06 06:34:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51692024-09-06T06:34:53.634Z[ recovery-image] Sep 06 06:34:53.128 INFO O| Sep 06 06:34:53.128 INFO STEP 384 (remove_files) COMPLETE
51702024-09-06T06:34:53.634Z[ recovery-image] Sep 06 06:34:53.128 INFO O| Sep 06 06:34:53.128 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-06T06:34:53.659Z[ recovery-image] Sep 06 06:34:53.148 INFO O| Sep 06 06:34:53.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51722024-09-06T06:34:53.659Z[ recovery-image] Sep 06 06:34:53.149 INFO O| Sep 06 06:34:53.149 INFO STEP 385 (remove_files) COMPLETE
51732024-09-06T06:34:53.659Z[ recovery-image] Sep 06 06:34:53.149 INFO O| Sep 06 06:34:53.149 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-06T06:34:53.683Z[ recovery-image] Sep 06 06:34:53.165 INFO O| Sep 06 06:34:53.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51752024-09-06T06:34:53.683Z[ recovery-image] Sep 06 06:34:53.165 INFO O| Sep 06 06:34:53.165 INFO STEP 386 (remove_files) COMPLETE
51762024-09-06T06:34:53.683Z[ recovery-image] Sep 06 06:34:53.165 INFO O| Sep 06 06:34:53.165 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-06T06:34:53.708Z[ recovery-image] Sep 06 06:34:53.180 INFO O| Sep 06 06:34:53.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51782024-09-06T06:34:53.708Z[ recovery-image] Sep 06 06:34:53.180 INFO O| Sep 06 06:34:53.180 INFO STEP 387 (remove_files) COMPLETE
51792024-09-06T06:34:53.708Z[ recovery-image] Sep 06 06:34:53.180 INFO O| Sep 06 06:34:53.180 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-06T06:34:53.708Z[ recovery-image] Sep 06 06:34:53.195 INFO O| Sep 06 06:34:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51812024-09-06T06:34:53.733Z[ recovery-image] Sep 06 06:34:53.216 INFO O| Sep 06 06:34:53.216 INFO STEP 388 (remove_files) COMPLETE
51822024-09-06T06:34:53.733Z[ recovery-image] Sep 06 06:34:53.216 INFO O| Sep 06 06:34:53.216 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-06T06:34:53.757Z[ recovery-image] Sep 06 06:34:53.251 INFO O| Sep 06 06:34:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51842024-09-06T06:34:53.757Z[ recovery-image] Sep 06 06:34:53.252 INFO O| Sep 06 06:34:53.252 INFO STEP 389 (remove_files) COMPLETE
51852024-09-06T06:34:53.757Z[ recovery-image] Sep 06 06:34:53.252 INFO O| Sep 06 06:34:53.252 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-06T06:34:53.800Z[ recovery-image] Sep 06 06:34:53.294 INFO O| Sep 06 06:34:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51872024-09-06T06:34:53.800Z[ recovery-image] Sep 06 06:34:53.294 INFO O| Sep 06 06:34:53.294 INFO STEP 390 (remove_files) COMPLETE
51882024-09-06T06:34:53.824Z[ recovery-image] Sep 06 06:34:53.294 INFO O| Sep 06 06:34:53.294 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-06T06:34:53.824Z[ recovery-image] Sep 06 06:34:53.310 INFO O| Sep 06 06:34:53.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51902024-09-06T06:34:53.824Z[ recovery-image] Sep 06 06:34:53.311 INFO O| Sep 06 06:34:53.310 INFO STEP 391 (remove_files) COMPLETE
51912024-09-06T06:34:53.824Z[ recovery-image] Sep 06 06:34:53.311 INFO O| Sep 06 06:34:53.311 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-06T06:34:53.849Z[ recovery-image] Sep 06 06:34:53.336 INFO O| Sep 06 06:34:53.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51932024-09-06T06:34:53.849Z[ recovery-image] Sep 06 06:34:53.336 INFO O| Sep 06 06:34:53.336 INFO STEP 392 (remove_files) COMPLETE
51942024-09-06T06:34:53.849Z[ recovery-image] Sep 06 06:34:53.336 INFO O| Sep 06 06:34:53.336 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-06T06:34:53.898Z[ recovery-image] Sep 06 06:34:53.392 INFO O| Sep 06 06:34:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51962024-09-06T06:34:53.898Z[ recovery-image] Sep 06 06:34:53.392 INFO O| Sep 06 06:34:53.392 INFO STEP 393 (remove_files) COMPLETE
51972024-09-06T06:34:53.923Z[ recovery-image] Sep 06 06:34:53.392 INFO O| Sep 06 06:34:53.392 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-06T06:34:53.923Z[ recovery-image] Sep 06 06:34:53.407 INFO O| Sep 06 06:34:53.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51992024-09-06T06:34:53.923Z[ recovery-image] Sep 06 06:34:53.407 INFO O| Sep 06 06:34:53.407 INFO STEP 394 (remove_files) COMPLETE
52002024-09-06T06:34:53.923Z[ recovery-image] Sep 06 06:34:53.407 INFO O| Sep 06 06:34:53.407 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-06T06:34:53.948Z[ recovery-image] Sep 06 06:34:53.440 INFO O| Sep 06 06:34:53.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52022024-09-06T06:34:53.948Z[ recovery-image] Sep 06 06:34:53.440 INFO O| Sep 06 06:34:53.440 INFO STEP 395 (remove_files) COMPLETE
52032024-09-06T06:34:53.948Z[ recovery-image] Sep 06 06:34:53.440 INFO O| Sep 06 06:34:53.440 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-06T06:34:54.003Z[ recovery-image] Sep 06 06:34:53.497 INFO O| Sep 06 06:34:53.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52052024-09-06T06:34:54.003Z[ recovery-image] Sep 06 06:34:53.497 INFO O| Sep 06 06:34:53.497 INFO STEP 396 (remove_files) COMPLETE
52062024-09-06T06:34:54.028Z[ recovery-image] Sep 06 06:34:53.497 INFO O| Sep 06 06:34:53.497 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-06T06:34:54.028Z[ recovery-image] Sep 06 06:34:53.514 INFO O| Sep 06 06:34:53.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52082024-09-06T06:34:54.028Z[ recovery-image] Sep 06 06:34:53.514 INFO O| Sep 06 06:34:53.514 INFO STEP 397 (remove_files) COMPLETE
52092024-09-06T06:34:54.028Z[ recovery-image] Sep 06 06:34:53.514 INFO O| Sep 06 06:34:53.514 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-06T06:34:54.053Z[ recovery-image] Sep 06 06:34:53.528 INFO O| Sep 06 06:34:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52112024-09-06T06:34:54.053Z[ recovery-image] Sep 06 06:34:53.528 INFO O| Sep 06 06:34:53.528 INFO STEP 398 (remove_files) COMPLETE
52122024-09-06T06:34:54.053Z[ recovery-image] Sep 06 06:34:53.528 INFO O| Sep 06 06:34:53.528 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-06T06:34:54.053Z[ recovery-image] Sep 06 06:34:53.542 INFO O| Sep 06 06:34:53.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52142024-09-06T06:34:54.053Z[ recovery-image] Sep 06 06:34:53.542 INFO O| Sep 06 06:34:53.542 INFO STEP 399 (remove_files) COMPLETE
52152024-09-06T06:34:54.053Z[ recovery-image] Sep 06 06:34:53.542 INFO O| Sep 06 06:34:53.542 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-06T06:34:54.077Z[ recovery-image] Sep 06 06:34:53.555 INFO O| Sep 06 06:34:53.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52172024-09-06T06:34:54.078Z[ recovery-image] Sep 06 06:34:53.555 INFO O| Sep 06 06:34:53.555 INFO STEP 400 (remove_files) COMPLETE
52182024-09-06T06:34:54.078Z[ recovery-image] Sep 06 06:34:53.555 INFO O| Sep 06 06:34:53.555 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-06T06:34:54.078Z[ recovery-image] Sep 06 06:34:53.568 INFO O| Sep 06 06:34:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52202024-09-06T06:34:54.078Z[ recovery-image] Sep 06 06:34:53.569 INFO O| Sep 06 06:34:53.568 INFO STEP 401 (remove_files) COMPLETE
52212024-09-06T06:34:54.078Z[ recovery-image] Sep 06 06:34:53.569 INFO O| Sep 06 06:34:53.568 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-06T06:34:54.102Z[ recovery-image] Sep 06 06:34:53.582 INFO O| Sep 06 06:34:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52232024-09-06T06:34:54.102Z[ recovery-image] Sep 06 06:34:53.582 INFO O| Sep 06 06:34:53.582 INFO STEP 402 (remove_files) COMPLETE
52242024-09-06T06:34:54.102Z[ recovery-image] Sep 06 06:34:53.582 INFO O| Sep 06 06:34:53.582 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-06T06:34:54.102Z[ recovery-image] Sep 06 06:34:53.595 INFO O| Sep 06 06:34:53.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52262024-09-06T06:34:54.103Z[ recovery-image] Sep 06 06:34:53.595 INFO O| Sep 06 06:34:53.595 INFO STEP 403 (remove_files) COMPLETE
52272024-09-06T06:34:54.103Z[ recovery-image] Sep 06 06:34:53.595 INFO O| Sep 06 06:34:53.595 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-06T06:34:54.127Z[ recovery-image] Sep 06 06:34:53.608 INFO O| Sep 06 06:34:53.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52292024-09-06T06:34:54.127Z[ recovery-image] Sep 06 06:34:53.608 INFO O| Sep 06 06:34:53.608 INFO STEP 404 (remove_files) COMPLETE
52302024-09-06T06:34:54.127Z[ recovery-image] Sep 06 06:34:53.608 INFO O| Sep 06 06:34:53.608 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-06T06:34:54.127Z[ recovery-image] Sep 06 06:34:53.621 INFO O| Sep 06 06:34:53.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52322024-09-06T06:34:54.127Z[ recovery-image] Sep 06 06:34:53.621 INFO O| Sep 06 06:34:53.621 INFO STEP 405 (remove_files) COMPLETE
52332024-09-06T06:34:54.127Z[ recovery-image] Sep 06 06:34:53.621 INFO O| Sep 06 06:34:53.621 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-06T06:34:54.162Z[ recovery-image] Sep 06 06:34:53.656 INFO O| Sep 06 06:34:53.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52352024-09-06T06:34:54.162Z[ recovery-image] Sep 06 06:34:53.656 INFO O| Sep 06 06:34:53.656 INFO STEP 406 (remove_files) COMPLETE
52362024-09-06T06:34:54.162Z[ recovery-image] Sep 06 06:34:53.656 INFO O| Sep 06 06:34:53.656 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-06T06:34:54.187Z[ recovery-image] Sep 06 06:34:53.675 INFO O| Sep 06 06:34:53.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52382024-09-06T06:34:54.187Z[ recovery-image] Sep 06 06:34:53.675 INFO O| Sep 06 06:34:53.675 INFO STEP 407 (remove_files) COMPLETE
52392024-09-06T06:34:54.187Z[ recovery-image] Sep 06 06:34:53.675 INFO O| Sep 06 06:34:53.675 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-06T06:34:54.213Z[ recovery-image] Sep 06 06:34:53.707 INFO O| Sep 06 06:34:53.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52412024-09-06T06:34:54.213Z[ recovery-image] Sep 06 06:34:53.707 INFO O| Sep 06 06:34:53.707 INFO STEP 408 (remove_files) COMPLETE
52422024-09-06T06:34:54.238Z[ recovery-image] Sep 06 06:34:53.707 INFO O| Sep 06 06:34:53.707 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-06T06:34:54.282Z[ recovery-image] Sep 06 06:34:53.776 INFO O| Sep 06 06:34:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52442024-09-06T06:34:54.307Z[ recovery-image] Sep 06 06:34:53.777 INFO O| Sep 06 06:34:53.776 INFO STEP 409 (remove_files) COMPLETE
52452024-09-06T06:34:54.307Z[ recovery-image] Sep 06 06:34:53.777 INFO O| Sep 06 06:34:53.776 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-06T06:34:54.343Z[ recovery-image] Sep 06 06:34:53.837 INFO O| Sep 06 06:34:53.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52472024-09-06T06:34:54.343Z[ recovery-image] Sep 06 06:34:53.837 INFO O| Sep 06 06:34:53.837 INFO STEP 410 (remove_files) COMPLETE
52482024-09-06T06:34:54.343Z[ recovery-image] Sep 06 06:34:53.837 INFO O| Sep 06 06:34:53.837 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-06T06:34:54.367Z[ recovery-image] Sep 06 06:34:53.853 INFO O| Sep 06 06:34:53.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52502024-09-06T06:34:54.367Z[ recovery-image] Sep 06 06:34:53.853 INFO O| Sep 06 06:34:53.853 INFO STEP 411 (remove_files) COMPLETE
52512024-09-06T06:34:54.367Z[ recovery-image] Sep 06 06:34:53.853 INFO O| Sep 06 06:34:53.853 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-06T06:34:54.392Z[ recovery-image] Sep 06 06:34:53.868 INFO O| Sep 06 06:34:53.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52532024-09-06T06:34:54.392Z[ recovery-image] Sep 06 06:34:53.869 INFO O| Sep 06 06:34:53.869 INFO STEP 412 (remove_files) COMPLETE
52542024-09-06T06:34:54.392Z[ recovery-image] Sep 06 06:34:53.869 INFO O| Sep 06 06:34:53.869 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-09-06T06:34:54.417Z[ recovery-image] Sep 06 06:34:53.906 INFO O| Sep 06 06:34:53.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52562024-09-06T06:34:54.417Z[ recovery-image] Sep 06 06:34:53.906 INFO O| Sep 06 06:34:53.906 INFO STEP 413 (remove_files) COMPLETE
52572024-09-06T06:34:54.417Z[ recovery-image] Sep 06 06:34:53.906 INFO O| Sep 06 06:34:53.906 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-09-06T06:34:54.471Z[ recovery-image] Sep 06 06:34:53.965 INFO O| Sep 06 06:34:53.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52592024-09-06T06:34:54.496Z[ recovery-image] Sep 06 06:34:53.965 INFO O| Sep 06 06:34:53.965 INFO STEP 414 (remove_files) COMPLETE
52602024-09-06T06:34:54.496Z[ recovery-image] Sep 06 06:34:53.966 INFO O| Sep 06 06:34:53.966 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-09-06T06:34:54.496Z[ recovery-image] Sep 06 06:34:53.985 INFO O| Sep 06 06:34:53.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52622024-09-06T06:34:54.496Z[ recovery-image] Sep 06 06:34:53.985 INFO O| Sep 06 06:34:53.985 INFO STEP 415 (remove_files) COMPLETE
52632024-09-06T06:34:54.496Z[ recovery-image] Sep 06 06:34:53.985 INFO O| Sep 06 06:34:53.985 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-09-06T06:34:54.521Z[ recovery-image] Sep 06 06:34:54.001 INFO O| Sep 06 06:34:54.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52652024-09-06T06:34:54.521Z[ recovery-image] Sep 06 06:34:54.001 INFO O| Sep 06 06:34:54.001 INFO STEP 416 (remove_files) COMPLETE
52662024-09-06T06:34:54.521Z[ recovery-image] Sep 06 06:34:54.001 INFO O| Sep 06 06:34:54.001 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-09-06T06:34:54.546Z[ recovery-image] Sep 06 06:34:54.016 INFO O| Sep 06 06:34:54.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52682024-09-06T06:34:54.546Z[ recovery-image] Sep 06 06:34:54.016 INFO O| Sep 06 06:34:54.016 INFO STEP 417 (remove_files) COMPLETE
52692024-09-06T06:34:54.546Z[ recovery-image] Sep 06 06:34:54.016 INFO O| Sep 06 06:34:54.016 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-09-06T06:34:54.546Z[ recovery-image] Sep 06 06:34:54.030 INFO O| Sep 06 06:34:54.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52712024-09-06T06:34:54.546Z[ recovery-image] Sep 06 06:34:54.031 INFO O| Sep 06 06:34:54.031 INFO STEP 418 (remove_files) COMPLETE
52722024-09-06T06:34:54.546Z[ recovery-image] Sep 06 06:34:54.031 INFO O| Sep 06 06:34:54.031 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-09-06T06:34:54.581Z[ recovery-image] Sep 06 06:34:54.075 INFO O| Sep 06 06:34:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52742024-09-06T06:34:54.581Z[ recovery-image] Sep 06 06:34:54.075 INFO O| Sep 06 06:34:54.075 INFO STEP 419 (remove_files) COMPLETE
52752024-09-06T06:34:54.606Z[ recovery-image] Sep 06 06:34:54.075 INFO O| Sep 06 06:34:54.075 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-09-06T06:34:54.606Z[ recovery-image] Sep 06 06:34:54.095 INFO O| Sep 06 06:34:54.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52772024-09-06T06:34:54.606Z[ recovery-image] Sep 06 06:34:54.095 INFO O| Sep 06 06:34:54.095 INFO STEP 420 (remove_files) COMPLETE
52782024-09-06T06:34:54.606Z[ recovery-image] Sep 06 06:34:54.096 INFO O| Sep 06 06:34:54.095 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-06T06:34:54.630Z[ recovery-image] Sep 06 06:34:54.117 INFO O| Sep 06 06:34:54.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52802024-09-06T06:34:54.630Z[ recovery-image] Sep 06 06:34:54.117 INFO O| Sep 06 06:34:54.117 INFO STEP 421 (remove_files) COMPLETE
52812024-09-06T06:34:54.630Z[ recovery-image] Sep 06 06:34:54.117 INFO O| Sep 06 06:34:54.117 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-06T06:34:54.655Z[ recovery-image] Sep 06 06:34:54.133 INFO O| Sep 06 06:34:54.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52832024-09-06T06:34:54.655Z[ recovery-image] Sep 06 06:34:54.133 INFO O| Sep 06 06:34:54.133 INFO STEP 422 (remove_files) COMPLETE
52842024-09-06T06:34:54.655Z[ recovery-image] Sep 06 06:34:54.134 INFO O| Sep 06 06:34:54.133 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-06T06:34:54.679Z[ recovery-image] Sep 06 06:34:54.149 INFO O| Sep 06 06:34:54.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52862024-09-06T06:34:54.679Z[ recovery-image] Sep 06 06:34:54.149 INFO O| Sep 06 06:34:54.149 INFO STEP 423 (remove_files) COMPLETE
52872024-09-06T06:34:54.679Z[ recovery-image] Sep 06 06:34:54.149 INFO O| Sep 06 06:34:54.149 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-06T06:34:54.704Z[ recovery-image] Sep 06 06:34:54.179 INFO O| Sep 06 06:34:54.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52892024-09-06T06:34:54.728Z[ recovery-image] Sep 06 06:34:54.203 INFO O| Sep 06 06:34:54.203 INFO STEP 424 (remove_files) COMPLETE
52902024-09-06T06:34:54.728Z[ recovery-image] Sep 06 06:34:54.203 INFO O| Sep 06 06:34:54.203 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-09-06T06:34:54.765Z[ recovery-image] Sep 06 06:34:54.259 INFO O| Sep 06 06:34:54.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52922024-09-06T06:34:54.765Z[ recovery-image] Sep 06 06:34:54.259 INFO O| Sep 06 06:34:54.259 INFO STEP 425 (remove_files) COMPLETE
52932024-09-06T06:34:54.790Z[ recovery-image] Sep 06 06:34:54.260 INFO O| Sep 06 06:34:54.259 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-06T06:34:54.814Z[ recovery-image] Sep 06 06:34:54.301 INFO O| Sep 06 06:34:54.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52952024-09-06T06:34:54.814Z[ recovery-image] Sep 06 06:34:54.301 INFO O| Sep 06 06:34:54.301 INFO STEP 426 (remove_files) COMPLETE
52962024-09-06T06:34:54.814Z[ recovery-image] Sep 06 06:34:54.302 INFO O| Sep 06 06:34:54.301 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-06T06:34:54.865Z[ recovery-image] Sep 06 06:34:54.359 INFO O| Sep 06 06:34:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52982024-09-06T06:34:54.865Z[ host-image] Sep 06 06:34:54.359 INFO O| Sep 06 06:34:54.359 INFO O| Done
52992024-09-06T06:34:54.865Z[ recovery-image] Sep 06 06:34:54.359 INFO O| Sep 06 06:34:54.359 INFO STEP 427 (remove_files) COMPLETE
53002024-09-06T06:34:54.890Z[ recovery-image] Sep 06 06:34:54.359 INFO O| Sep 06 06:34:54.359 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-06T06:34:54.890Z[ recovery-image] Sep 06 06:34:54.374 INFO O| Sep 06 06:34:54.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53022024-09-06T06:34:54.890Z[ recovery-image] Sep 06 06:34:54.374 INFO O| Sep 06 06:34:54.374 INFO STEP 428 (remove_files) COMPLETE
53032024-09-06T06:34:54.890Z[ recovery-image] Sep 06 06:34:54.374 INFO O| Sep 06 06:34:54.374 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-06T06:34:54.915Z[ recovery-image] Sep 06 06:34:54.389 INFO O| Sep 06 06:34:54.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53052024-09-06T06:34:54.915Z[ recovery-image] Sep 06 06:34:54.389 INFO O| Sep 06 06:34:54.389 INFO STEP 429 (remove_files) COMPLETE
53062024-09-06T06:34:54.915Z[ recovery-image] Sep 06 06:34:54.389 INFO O| Sep 06 06:34:54.389 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-06T06:34:54.915Z[ recovery-image] Sep 06 06:34:54.402 INFO O| Sep 06 06:34:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53082024-09-06T06:34:54.915Z[ recovery-image] Sep 06 06:34:54.403 INFO O| Sep 06 06:34:54.402 INFO STEP 430 (remove_files) COMPLETE
53092024-09-06T06:34:54.915Z[ recovery-image] Sep 06 06:34:54.403 INFO O| Sep 06 06:34:54.403 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-06T06:34:54.940Z[ recovery-image] Sep 06 06:34:54.416 INFO O| Sep 06 06:34:54.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53112024-09-06T06:34:54.940Z[ recovery-image] Sep 06 06:34:54.416 INFO O| Sep 06 06:34:54.416 INFO STEP 431 (remove_files) COMPLETE
53122024-09-06T06:34:54.940Z[ recovery-image] Sep 06 06:34:54.416 INFO O| Sep 06 06:34:54.416 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-06T06:34:54.940Z[ host-image] Sep 06 06:34:54.422 INFO O| Sep 06 06:34:54.421 INFO O| Done
53142024-09-06T06:34:54.940Z[ host-image] Sep 06 06:34:54.422 INFO O| Sep 06 06:34:54.422 INFO O| Done
53152024-09-06T06:34:54.965Z[ recovery-image] Sep 06 06:34:54.435 INFO O| Sep 06 06:34:54.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53162024-09-06T06:34:54.965Z[ recovery-image] Sep 06 06:34:54.435 INFO O| Sep 06 06:34:54.435 INFO STEP 432 (remove_files) COMPLETE
53172024-09-06T06:34:54.965Z[ recovery-image] Sep 06 06:34:54.435 INFO O| Sep 06 06:34:54.435 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-06T06:34:54.990Z[ host-image] Sep 06 06:34:54.476 INFO O| Sep 06 06:34:54.476 INFO O| Done
53192024-09-06T06:34:54.990Z[ recovery-image] Sep 06 06:34:54.479 INFO O| Sep 06 06:34:54.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53202024-09-06T06:34:54.990Z[ recovery-image] Sep 06 06:34:54.479 INFO O| Sep 06 06:34:54.479 INFO STEP 433 (remove_files) COMPLETE
53212024-09-06T06:34:54.990Z[ recovery-image] Sep 06 06:34:54.479 INFO O| Sep 06 06:34:54.479 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-06T06:34:55.014Z[ recovery-image] Sep 06 06:34:54.500 INFO O| Sep 06 06:34:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53232024-09-06T06:34:55.015Z[ recovery-image] Sep 06 06:34:54.500 INFO O| Sep 06 06:34:54.500 INFO STEP 434 (remove_files) COMPLETE
53242024-09-06T06:34:55.015Z[ recovery-image] Sep 06 06:34:54.500 INFO O| Sep 06 06:34:54.500 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-06T06:34:55.039Z[ recovery-image] Sep 06 06:34:54.517 INFO O| Sep 06 06:34:54.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53262024-09-06T06:34:55.039Z[ recovery-image] Sep 06 06:34:54.517 INFO O| Sep 06 06:34:54.517 INFO STEP 435 (remove_files) COMPLETE
53272024-09-06T06:34:55.039Z[ recovery-image] Sep 06 06:34:54.517 INFO O| Sep 06 06:34:54.517 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-06T06:34:55.064Z[ recovery-image] Sep 06 06:34:54.534 INFO O| Sep 06 06:34:54.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53292024-09-06T06:34:55.064Z[ recovery-image] Sep 06 06:34:54.534 INFO O| Sep 06 06:34:54.534 INFO STEP 436 (remove_files) COMPLETE
53302024-09-06T06:34:55.064Z[ recovery-image] Sep 06 06:34:54.534 INFO O| Sep 06 06:34:54.534 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-06T06:34:55.088Z[ recovery-image] Sep 06 06:34:54.568 INFO O| Sep 06 06:34:54.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53322024-09-06T06:34:55.088Z[ recovery-image] Sep 06 06:34:54.568 INFO O| Sep 06 06:34:54.568 INFO STEP 437 (remove_files) COMPLETE
53332024-09-06T06:34:55.088Z[ recovery-image] Sep 06 06:34:54.568 INFO O| Sep 06 06:34:54.568 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-06T06:34:55.113Z[ recovery-image] Sep 06 06:34:54.603 INFO O| Sep 06 06:34:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53352024-09-06T06:34:55.113Z[ recovery-image] Sep 06 06:34:54.603 INFO O| Sep 06 06:34:54.603 INFO STEP 438 (remove_files) COMPLETE
53362024-09-06T06:34:55.113Z[ recovery-image] Sep 06 06:34:54.603 INFO O| Sep 06 06:34:54.603 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-06T06:34:55.159Z[ recovery-image] Sep 06 06:34:54.620 INFO O| Sep 06 06:34:54.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53382024-09-06T06:34:55.159Z[ recovery-image] Sep 06 06:34:54.620 INFO O| Sep 06 06:34:54.620 INFO STEP 439 (remove_files) COMPLETE
53392024-09-06T06:34:55.160Z[ recovery-image] Sep 06 06:34:54.620 INFO O| Sep 06 06:34:54.620 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-06T06:34:55.184Z[ host-image] Sep 06 06:34:54.654 INFO O| Sep 06 06:34:54.654 INFO STEP 13 (pkg_install) COMPLETE
53412024-09-06T06:34:55.184Z[ host-image] Sep 06 06:34:54.654 INFO O| Sep 06 06:34:54.654 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
53422024-09-06T06:34:55.184Z[ recovery-image] Sep 06 06:34:54.655 INFO O| Sep 06 06:34:54.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53432024-09-06T06:34:55.184Z[ recovery-image] Sep 06 06:34:54.657 INFO O| Sep 06 06:34:54.657 INFO STEP 440 (remove_files) COMPLETE
53442024-09-06T06:34:55.184Z[ recovery-image] Sep 06 06:34:54.657 INFO O| Sep 06 06:34:54.657 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-06T06:34:55.184Z[ host-image] Sep 06 06:34:54.677 INFO O| Sep 06 06:34:54.677 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
53462024-09-06T06:34:55.209Z[ recovery-image] Sep 06 06:34:54.691 INFO O| Sep 06 06:34:54.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53472024-09-06T06:34:55.209Z[ recovery-image] Sep 06 06:34:54.692 INFO O| Sep 06 06:34:54.691 INFO STEP 441 (remove_files) COMPLETE
53482024-09-06T06:34:55.209Z[ recovery-image] Sep 06 06:34:54.692 INFO O| Sep 06 06:34:54.692 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-09-06T06:34:55.234Z[ recovery-image] Sep 06 06:34:54.728 INFO O| Sep 06 06:34:54.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53502024-09-06T06:34:55.234Z[ recovery-image] Sep 06 06:34:54.728 INFO O| Sep 06 06:34:54.728 INFO STEP 442 (remove_files) COMPLETE
53512024-09-06T06:34:55.234Z[ recovery-image] Sep 06 06:34:54.728 INFO O| Sep 06 06:34:54.728 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-06T06:34:55.328Z[ recovery-image] Sep 06 06:34:54.821 INFO O| Sep 06 06:34:54.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53532024-09-06T06:34:55.328Z[ recovery-image] Sep 06 06:34:54.821 INFO O| Sep 06 06:34:54.821 INFO STEP 443 (remove_files) COMPLETE
53542024-09-06T06:34:55.328Z[ recovery-image] Sep 06 06:34:54.821 INFO O| Sep 06 06:34:54.821 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-06T06:34:55.384Z[ recovery-image] Sep 06 06:34:54.878 INFO O| Sep 06 06:34:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53562024-09-06T06:34:55.384Z[ recovery-image] Sep 06 06:34:54.878 INFO O| Sep 06 06:34:54.878 INFO STEP 444 (remove_files) COMPLETE
53572024-09-06T06:34:55.384Z[ recovery-image] Sep 06 06:34:54.878 INFO O| Sep 06 06:34:54.878 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-06T06:34:55.409Z[ recovery-image] Sep 06 06:34:54.896 INFO O| Sep 06 06:34:54.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53592024-09-06T06:34:55.409Z[ recovery-image] Sep 06 06:34:54.896 INFO O| Sep 06 06:34:54.896 INFO STEP 445 (remove_files) COMPLETE
53602024-09-06T06:34:55.409Z[ recovery-image] Sep 06 06:34:54.896 INFO O| Sep 06 06:34:54.896 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-06T06:34:55.438Z[ recovery-image] Sep 06 06:34:54.932 INFO O| Sep 06 06:34:54.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53622024-09-06T06:34:55.438Z[ recovery-image] Sep 06 06:34:54.932 INFO O| Sep 06 06:34:54.932 INFO STEP 446 (remove_files) COMPLETE
53632024-09-06T06:34:55.463Z[ recovery-image] Sep 06 06:34:54.932 INFO O| Sep 06 06:34:54.932 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-06T06:34:55.487Z[ recovery-image] Sep 06 06:34:54.965 INFO O| Sep 06 06:34:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53652024-09-06T06:34:55.487Z[ recovery-image] Sep 06 06:34:54.965 INFO O| Sep 06 06:34:54.965 INFO STEP 447 (remove_files) COMPLETE
53662024-09-06T06:34:55.487Z[ recovery-image] Sep 06 06:34:54.965 INFO O| Sep 06 06:34:54.965 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-06T06:34:55.522Z[ recovery-image] Sep 06 06:34:55.016 INFO O| Sep 06 06:34:55.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53682024-09-06T06:34:55.522Z[ recovery-image] Sep 06 06:34:55.016 INFO O| Sep 06 06:34:55.016 INFO STEP 448 (remove_files) COMPLETE
53692024-09-06T06:34:55.522Z[ recovery-image] Sep 06 06:34:55.016 INFO O| Sep 06 06:34:55.016 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-06T06:34:55.547Z[ recovery-image] Sep 06 06:34:55.032 INFO O| Sep 06 06:34:55.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53712024-09-06T06:34:55.547Z[ recovery-image] Sep 06 06:34:55.033 INFO O| Sep 06 06:34:55.033 INFO STEP 449 (remove_files) COMPLETE
53722024-09-06T06:34:55.547Z[ recovery-image] Sep 06 06:34:55.033 INFO O| Sep 06 06:34:55.033 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-06T06:34:55.571Z[ recovery-image] Sep 06 06:34:55.049 INFO O| Sep 06 06:34:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53742024-09-06T06:34:55.571Z[ recovery-image] Sep 06 06:34:55.049 INFO O| Sep 06 06:34:55.049 INFO STEP 450 (remove_files) COMPLETE
53752024-09-06T06:34:55.571Z[ recovery-image] Sep 06 06:34:55.049 INFO O| Sep 06 06:34:55.049 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-06T06:34:55.596Z[ recovery-image] Sep 06 06:34:55.068 INFO O| Sep 06 06:34:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53772024-09-06T06:34:55.596Z[ recovery-image] Sep 06 06:34:55.068 INFO O| Sep 06 06:34:55.068 INFO STEP 451 (remove_files) COMPLETE
53782024-09-06T06:34:55.596Z[ recovery-image] Sep 06 06:34:55.068 INFO O| Sep 06 06:34:55.068 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-06T06:34:55.632Z[ recovery-image] Sep 06 06:34:55.126 INFO O| Sep 06 06:34:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53802024-09-06T06:34:55.633Z[ recovery-image] Sep 06 06:34:55.127 INFO O| Sep 06 06:34:55.126 INFO STEP 452 (remove_files) COMPLETE
53812024-09-06T06:34:55.657Z[ recovery-image] Sep 06 06:34:55.127 INFO O| Sep 06 06:34:55.126 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-06T06:34:55.682Z[ recovery-image] Sep 06 06:34:55.169 INFO O| Sep 06 06:34:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53832024-09-06T06:34:55.682Z[ recovery-image] Sep 06 06:34:55.169 INFO O| Sep 06 06:34:55.169 INFO STEP 453 (remove_files) COMPLETE
53842024-09-06T06:34:55.682Z[ recovery-image] Sep 06 06:34:55.169 INFO O| Sep 06 06:34:55.169 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-06T06:34:55.812Z[ recovery-image] Sep 06 06:34:55.306 INFO O| Sep 06 06:34:55.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53862024-09-06T06:34:55.812Z[ recovery-image] Sep 06 06:34:55.306 INFO O| Sep 06 06:34:55.306 INFO STEP 454 (remove_files) COMPLETE
53872024-09-06T06:34:55.812Z[ recovery-image] Sep 06 06:34:55.306 INFO O| Sep 06 06:34:55.306 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-06T06:34:55.912Z[ recovery-image] Sep 06 06:34:55.406 INFO O| Sep 06 06:34:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53892024-09-06T06:34:55.912Z[ recovery-image] Sep 06 06:34:55.406 INFO O| Sep 06 06:34:55.406 INFO STEP 455 (remove_files) COMPLETE
53902024-09-06T06:34:55.937Z[ recovery-image] Sep 06 06:34:55.406 INFO O| Sep 06 06:34:55.406 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-06T06:34:55.962Z[ recovery-image] Sep 06 06:34:55.437 INFO O| Sep 06 06:34:55.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53922024-09-06T06:34:55.962Z[ recovery-image] Sep 06 06:34:55.437 INFO O| Sep 06 06:34:55.437 INFO STEP 456 (remove_files) COMPLETE
53932024-09-06T06:34:55.962Z[ recovery-image] Sep 06 06:34:55.438 INFO O| Sep 06 06:34:55.437 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-06T06:34:55.962Z[ recovery-image] Sep 06 06:34:55.451 INFO O| Sep 06 06:34:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53952024-09-06T06:34:55.962Z[ recovery-image] Sep 06 06:34:55.452 INFO O| Sep 06 06:34:55.451 INFO STEP 457 (remove_files) COMPLETE
53962024-09-06T06:34:55.962Z[ recovery-image] Sep 06 06:34:55.452 INFO O| Sep 06 06:34:55.452 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-06T06:34:55.986Z[ recovery-image] Sep 06 06:34:55.471 INFO O| Sep 06 06:34:55.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53982024-09-06T06:34:55.986Z[ recovery-image] Sep 06 06:34:55.472 INFO O| Sep 06 06:34:55.471 INFO STEP 458 (remove_files) COMPLETE
53992024-09-06T06:34:55.986Z[ recovery-image] Sep 06 06:34:55.472 INFO O| Sep 06 06:34:55.472 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-06T06:34:56.011Z[ recovery-image] Sep 06 06:34:55.488 INFO O| Sep 06 06:34:55.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54012024-09-06T06:34:56.011Z[ recovery-image] Sep 06 06:34:55.489 INFO O| Sep 06 06:34:55.489 INFO STEP 459 (remove_files) COMPLETE
54022024-09-06T06:34:56.011Z[ recovery-image] Sep 06 06:34:55.489 INFO O| Sep 06 06:34:55.489 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-06T06:34:56.011Z[ recovery-image] Sep 06 06:34:55.504 INFO O| Sep 06 06:34:55.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54042024-09-06T06:34:56.011Z[ recovery-image] Sep 06 06:34:55.504 INFO O| Sep 06 06:34:55.504 INFO STEP 460 (remove_files) COMPLETE
54052024-09-06T06:34:56.011Z[ recovery-image] Sep 06 06:34:55.504 INFO O| Sep 06 06:34:55.504 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-06T06:34:56.036Z[ recovery-image] Sep 06 06:34:55.519 INFO O| Sep 06 06:34:55.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54072024-09-06T06:34:56.036Z[ recovery-image] Sep 06 06:34:55.519 INFO O| Sep 06 06:34:55.519 INFO STEP 461 (remove_files) COMPLETE
54082024-09-06T06:34:56.036Z[ recovery-image] Sep 06 06:34:55.519 INFO O| Sep 06 06:34:55.519 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-06T06:34:56.060Z[ recovery-image] Sep 06 06:34:55.549 INFO O| Sep 06 06:34:55.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54102024-09-06T06:34:56.060Z[ recovery-image] Sep 06 06:34:55.549 INFO O| Sep 06 06:34:55.549 INFO STEP 462 (remove_files) COMPLETE
54112024-09-06T06:34:56.060Z[ recovery-image] Sep 06 06:34:55.549 INFO O| Sep 06 06:34:55.549 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-06T06:34:56.085Z[ recovery-image] Sep 06 06:34:55.575 INFO O| Sep 06 06:34:55.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54132024-09-06T06:34:56.085Z[ recovery-image] Sep 06 06:34:55.575 INFO O| Sep 06 06:34:55.575 INFO STEP 463 (remove_files) COMPLETE
54142024-09-06T06:34:56.085Z[ recovery-image] Sep 06 06:34:55.575 INFO O| Sep 06 06:34:55.575 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-06T06:34:56.115Z[ recovery-image] Sep 06 06:34:55.593 INFO O| Sep 06 06:34:55.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54162024-09-06T06:34:56.115Z[ recovery-image] Sep 06 06:34:55.593 INFO O| Sep 06 06:34:55.593 INFO STEP 464 (remove_files) COMPLETE
54172024-09-06T06:34:56.115Z[ recovery-image] Sep 06 06:34:55.593 INFO O| Sep 06 06:34:55.593 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-06T06:34:56.139Z[ recovery-image] Sep 06 06:34:55.613 INFO O| Sep 06 06:34:55.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54192024-09-06T06:34:56.139Z[ recovery-image] Sep 06 06:34:55.613 INFO O| Sep 06 06:34:55.613 INFO STEP 465 (remove_files) COMPLETE
54202024-09-06T06:34:56.139Z[ recovery-image] Sep 06 06:34:55.613 INFO O| Sep 06 06:34:55.613 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-06T06:34:56.164Z[ recovery-image] Sep 06 06:34:55.651 INFO O| Sep 06 06:34:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54222024-09-06T06:34:56.164Z[ recovery-image] Sep 06 06:34:55.651 INFO O| Sep 06 06:34:55.651 INFO STEP 466 (remove_files) COMPLETE
54232024-09-06T06:34:56.164Z[ recovery-image] Sep 06 06:34:55.651 INFO O| Sep 06 06:34:55.651 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-06T06:34:56.252Z[ recovery-image] Sep 06 06:34:55.746 INFO O| Sep 06 06:34:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54252024-09-06T06:34:56.277Z[ recovery-image] Sep 06 06:34:55.746 INFO O| Sep 06 06:34:55.746 INFO STEP 467 (remove_files) COMPLETE
54262024-09-06T06:34:56.277Z[ recovery-image] Sep 06 06:34:55.746 INFO O| Sep 06 06:34:55.746 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-06T06:34:56.277Z[ recovery-image] Sep 06 06:34:55.768 INFO O| Sep 06 06:34:55.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54282024-09-06T06:34:56.277Z[ recovery-image] Sep 06 06:34:55.768 INFO O| Sep 06 06:34:55.768 INFO STEP 468 (remove_files) COMPLETE
54292024-09-06T06:34:56.277Z[ recovery-image] Sep 06 06:34:55.768 INFO O| Sep 06 06:34:55.768 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-06T06:34:56.301Z[ recovery-image] Sep 06 06:34:55.784 INFO O| Sep 06 06:34:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54312024-09-06T06:34:56.301Z[ recovery-image] Sep 06 06:34:55.785 INFO O| Sep 06 06:34:55.785 INFO STEP 469 (remove_files) COMPLETE
54322024-09-06T06:34:56.301Z[ recovery-image] Sep 06 06:34:55.785 INFO O| Sep 06 06:34:55.785 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-06T06:34:56.325Z[ recovery-image] Sep 06 06:34:55.800 INFO O| Sep 06 06:34:55.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54342024-09-06T06:34:56.325Z[ recovery-image] Sep 06 06:34:55.800 INFO O| Sep 06 06:34:55.800 INFO STEP 470 (remove_files) COMPLETE
54352024-09-06T06:34:56.325Z[ recovery-image] Sep 06 06:34:55.800 INFO O| Sep 06 06:34:55.800 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-06T06:34:56.325Z[ recovery-image] Sep 06 06:34:55.815 INFO O| Sep 06 06:34:55.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54372024-09-06T06:34:56.326Z[ recovery-image] Sep 06 06:34:55.815 INFO O| Sep 06 06:34:55.815 INFO STEP 471 (remove_files) COMPLETE
54382024-09-06T06:34:56.326Z[ recovery-image] Sep 06 06:34:55.815 INFO O| Sep 06 06:34:55.815 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-06T06:34:56.350Z[ recovery-image] Sep 06 06:34:55.830 INFO O| Sep 06 06:34:55.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54402024-09-06T06:34:56.350Z[ recovery-image] Sep 06 06:34:55.830 INFO O| Sep 06 06:34:55.830 INFO STEP 472 (remove_files) COMPLETE
54412024-09-06T06:34:56.350Z[ recovery-image] Sep 06 06:34:55.830 INFO O| Sep 06 06:34:55.830 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-06T06:34:56.375Z[ recovery-image] Sep 06 06:34:55.845 INFO O| Sep 06 06:34:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54432024-09-06T06:34:56.375Z[ recovery-image] Sep 06 06:34:55.845 INFO O| Sep 06 06:34:55.845 INFO STEP 473 (remove_files) COMPLETE
54442024-09-06T06:34:56.375Z[ recovery-image] Sep 06 06:34:55.845 INFO O| Sep 06 06:34:55.845 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-06T06:34:56.375Z[ recovery-image] Sep 06 06:34:55.859 INFO O| Sep 06 06:34:55.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54462024-09-06T06:34:56.375Z[ recovery-image] Sep 06 06:34:55.859 INFO O| Sep 06 06:34:55.859 INFO STEP 474 (remove_files) COMPLETE
54472024-09-06T06:34:56.375Z[ recovery-image] Sep 06 06:34:55.859 INFO O| Sep 06 06:34:55.859 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-06T06:34:56.399Z[ recovery-image] Sep 06 06:34:55.888 INFO O| Sep 06 06:34:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54492024-09-06T06:34:56.399Z[ recovery-image] Sep 06 06:34:55.889 INFO O| Sep 06 06:34:55.888 INFO STEP 475 (remove_files) COMPLETE
54502024-09-06T06:34:56.399Z[ recovery-image] Sep 06 06:34:55.889 INFO O| Sep 06 06:34:55.889 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-06T06:34:56.424Z[ recovery-image] Sep 06 06:34:55.911 INFO O| Sep 06 06:34:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54522024-09-06T06:34:56.424Z[ recovery-image] Sep 06 06:34:55.911 INFO O| Sep 06 06:34:55.911 INFO STEP 476 (remove_files) COMPLETE
54532024-09-06T06:34:56.424Z[ recovery-image] Sep 06 06:34:55.911 INFO O| Sep 06 06:34:55.911 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-06T06:34:56.449Z[ recovery-image] Sep 06 06:34:55.935 INFO O| Sep 06 06:34:55.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54552024-09-06T06:34:56.449Z[ recovery-image] Sep 06 06:34:55.935 INFO O| Sep 06 06:34:55.935 INFO STEP 477 (remove_files) COMPLETE
54562024-09-06T06:34:56.449Z[ recovery-image] Sep 06 06:34:55.936 INFO O| Sep 06 06:34:55.935 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-06T06:34:56.449Z[ host-image] Sep 06 06:34:55.941 INFO O| Sep 06 06:34:55.941 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54582024-09-06T06:34:56.495Z[ recovery-image] Sep 06 06:34:55.989 INFO O| Sep 06 06:34:55.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54592024-09-06T06:34:56.495Z[ recovery-image] Sep 06 06:34:55.989 INFO O| Sep 06 06:34:55.989 INFO STEP 478 (remove_files) COMPLETE
54602024-09-06T06:34:56.519Z[ recovery-image] Sep 06 06:34:55.989 INFO O| Sep 06 06:34:55.989 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-06T06:34:56.519Z[ recovery-image] Sep 06 06:34:56.007 INFO O| Sep 06 06:34:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54622024-09-06T06:34:56.519Z[ recovery-image] Sep 06 06:34:56.007 INFO O| Sep 06 06:34:56.007 INFO STEP 479 (remove_files) COMPLETE
54632024-09-06T06:34:56.519Z[ recovery-image] Sep 06 06:34:56.007 INFO O| Sep 06 06:34:56.007 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-06T06:34:56.544Z[ recovery-image] Sep 06 06:34:56.023 INFO O| Sep 06 06:34:56.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54652024-09-06T06:34:56.568Z[ recovery-image] Sep 06 06:34:56.044 INFO O| Sep 06 06:34:56.044 INFO STEP 480 (remove_files) COMPLETE
54662024-09-06T06:34:56.568Z[ recovery-image] Sep 06 06:34:56.044 INFO O| Sep 06 06:34:56.044 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-06T06:34:56.568Z[ recovery-image] Sep 06 06:34:56.060 INFO O| Sep 06 06:34:56.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54682024-09-06T06:34:56.568Z[ recovery-image] Sep 06 06:34:56.060 INFO O| Sep 06 06:34:56.060 INFO STEP 481 (remove_files) COMPLETE
54692024-09-06T06:34:56.568Z[ recovery-image] Sep 06 06:34:56.060 INFO O| Sep 06 06:34:56.060 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-06T06:34:56.593Z[ recovery-image] Sep 06 06:34:56.075 INFO O| Sep 06 06:34:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54712024-09-06T06:34:56.593Z[ recovery-image] Sep 06 06:34:56.075 INFO O| Sep 06 06:34:56.075 INFO STEP 482 (remove_files) COMPLETE
54722024-09-06T06:34:56.593Z[ recovery-image] Sep 06 06:34:56.075 INFO O| Sep 06 06:34:56.075 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-09-06T06:34:56.617Z[ recovery-image] Sep 06 06:34:56.094 INFO O| Sep 06 06:34:56.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54742024-09-06T06:34:56.642Z[ recovery-image] Sep 06 06:34:56.115 INFO O| Sep 06 06:34:56.115 INFO STEP 483 (remove_files) COMPLETE
54752024-09-06T06:34:56.642Z[ recovery-image] Sep 06 06:34:56.115 INFO O| Sep 06 06:34:56.115 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-09-06T06:34:56.682Z[ recovery-image] Sep 06 06:34:56.176 INFO O| Sep 06 06:34:56.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54772024-09-06T06:34:56.706Z[ recovery-image] Sep 06 06:34:56.176 INFO O| Sep 06 06:34:56.176 INFO STEP 484 (remove_files) COMPLETE
54782024-09-06T06:34:56.706Z[ recovery-image] Sep 06 06:34:56.176 INFO O| Sep 06 06:34:56.176 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-06T06:34:56.706Z[ recovery-image] Sep 06 06:34:56.193 INFO O| Sep 06 06:34:56.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54802024-09-06T06:34:56.706Z[ recovery-image] Sep 06 06:34:56.193 INFO O| Sep 06 06:34:56.193 INFO STEP 485 (remove_files) COMPLETE
54812024-09-06T06:34:56.707Z[ recovery-image] Sep 06 06:34:56.193 INFO O| Sep 06 06:34:56.193 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-06T06:34:56.732Z[ recovery-image] Sep 06 06:34:56.226 INFO O| Sep 06 06:34:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54832024-09-06T06:34:56.732Z[ recovery-image] Sep 06 06:34:56.226 INFO O| Sep 06 06:34:56.226 INFO STEP 486 (remove_files) COMPLETE
54842024-09-06T06:34:56.757Z[ recovery-image] Sep 06 06:34:56.226 INFO O| Sep 06 06:34:56.226 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-06T06:34:56.757Z[ recovery-image] Sep 06 06:34:56.245 INFO O| Sep 06 06:34:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54862024-09-06T06:34:56.757Z[ recovery-image] Sep 06 06:34:56.245 INFO O| Sep 06 06:34:56.245 INFO STEP 487 (remove_files) COMPLETE
54872024-09-06T06:34:56.757Z[ recovery-image] Sep 06 06:34:56.245 INFO O| Sep 06 06:34:56.245 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-09-06T06:34:56.782Z[ recovery-image] Sep 06 06:34:56.268 INFO O| Sep 06 06:34:56.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54892024-09-06T06:34:56.782Z[ recovery-image] Sep 06 06:34:56.268 INFO O| Sep 06 06:34:56.268 INFO STEP 488 (remove_files) COMPLETE
54902024-09-06T06:34:56.782Z[ recovery-image] Sep 06 06:34:56.268 INFO O| Sep 06 06:34:56.268 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-09-06T06:34:56.823Z[ recovery-image] Sep 06 06:34:56.316 INFO O| Sep 06 06:34:56.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54922024-09-06T06:34:56.823Z[ recovery-image] Sep 06 06:34:56.316 INFO O| Sep 06 06:34:56.316 INFO STEP 489 (remove_files) COMPLETE
54932024-09-06T06:34:56.823Z[ recovery-image] Sep 06 06:34:56.316 INFO O| Sep 06 06:34:56.316 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-09-06T06:34:56.853Z[ recovery-image] Sep 06 06:34:56.333 INFO O| Sep 06 06:34:56.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54952024-09-06T06:34:56.853Z[ recovery-image] Sep 06 06:34:56.333 INFO O| Sep 06 06:34:56.333 INFO STEP 490 (remove_files) COMPLETE
54962024-09-06T06:34:56.853Z[ recovery-image] Sep 06 06:34:56.333 INFO O| Sep 06 06:34:56.333 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-09-06T06:34:56.879Z[ recovery-image] Sep 06 06:34:56.348 INFO O| Sep 06 06:34:56.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54982024-09-06T06:34:56.879Z[ recovery-image] Sep 06 06:34:56.348 INFO O| Sep 06 06:34:56.348 INFO STEP 491 (remove_files) COMPLETE
54992024-09-06T06:34:56.879Z[ recovery-image] Sep 06 06:34:56.348 INFO O| Sep 06 06:34:56.348 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-09-06T06:34:56.879Z[ recovery-image] Sep 06 06:34:56.362 INFO O| Sep 06 06:34:56.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55012024-09-06T06:34:56.879Z[ recovery-image] Sep 06 06:34:56.363 INFO O| Sep 06 06:34:56.362 INFO STEP 492 (remove_files) COMPLETE
55022024-09-06T06:34:56.879Z[ recovery-image] Sep 06 06:34:56.363 INFO O| Sep 06 06:34:56.362 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-09-06T06:34:56.904Z[ recovery-image] Sep 06 06:34:56.376 INFO O| Sep 06 06:34:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55042024-09-06T06:34:56.904Z[ recovery-image] Sep 06 06:34:56.376 INFO O| Sep 06 06:34:56.376 INFO STEP 493 (remove_files) COMPLETE
55052024-09-06T06:34:56.904Z[ recovery-image] Sep 06 06:34:56.376 INFO O| Sep 06 06:34:56.376 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-09-06T06:34:56.904Z[ recovery-image] Sep 06 06:34:56.390 INFO O| Sep 06 06:34:56.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55072024-09-06T06:34:56.904Z[ recovery-image] Sep 06 06:34:56.390 INFO O| Sep 06 06:34:56.390 INFO STEP 494 (remove_files) COMPLETE
55082024-09-06T06:34:56.904Z[ recovery-image] Sep 06 06:34:56.390 INFO O| Sep 06 06:34:56.390 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-09-06T06:34:56.929Z[ recovery-image] Sep 06 06:34:56.403 INFO O| Sep 06 06:34:56.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55102024-09-06T06:34:56.929Z[ recovery-image] Sep 06 06:34:56.404 INFO O| Sep 06 06:34:56.403 INFO STEP 495 (remove_files) COMPLETE
55112024-09-06T06:34:56.929Z[ recovery-image] Sep 06 06:34:56.404 INFO O| Sep 06 06:34:56.403 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-09-06T06:34:56.929Z[ recovery-image] Sep 06 06:34:56.417 INFO O| Sep 06 06:34:56.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55132024-09-06T06:34:56.929Z[ recovery-image] Sep 06 06:34:56.417 INFO O| Sep 06 06:34:56.417 INFO STEP 496 (remove_files) COMPLETE
55142024-09-06T06:34:56.929Z[ recovery-image] Sep 06 06:34:56.417 INFO O| Sep 06 06:34:56.417 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-09-06T06:34:56.975Z[ recovery-image] Sep 06 06:34:56.469 INFO O| Sep 06 06:34:56.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55162024-09-06T06:34:56.975Z[ recovery-image] Sep 06 06:34:56.469 INFO O| Sep 06 06:34:56.469 INFO STEP 497 (remove_files) COMPLETE
55172024-09-06T06:34:56.999Z[ recovery-image] Sep 06 06:34:56.469 INFO O| Sep 06 06:34:56.469 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-09-06T06:34:57.041Z[ recovery-image] Sep 06 06:34:56.524 INFO O| Sep 06 06:34:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55192024-09-06T06:34:57.041Z[ recovery-image] Sep 06 06:34:56.525 INFO O| Sep 06 06:34:56.525 INFO STEP 498 (remove_files) COMPLETE
55202024-09-06T06:34:57.041Z[ recovery-image] Sep 06 06:34:56.530 INFO O| Sep 06 06:34:56.525 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-09-06T06:34:57.106Z[ recovery-image] Sep 06 06:34:56.600 INFO O| Sep 06 06:34:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55222024-09-06T06:34:57.130Z[ recovery-image] Sep 06 06:34:56.600 INFO O| Sep 06 06:34:56.600 INFO STEP 499 (remove_files) COMPLETE
55232024-09-06T06:34:57.130Z[ recovery-image] Sep 06 06:34:56.600 INFO O| Sep 06 06:34:56.600 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-09-06T06:34:57.130Z[ recovery-image] Sep 06 06:34:56.621 INFO O| Sep 06 06:34:56.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55252024-09-06T06:34:57.131Z[ recovery-image] Sep 06 06:34:56.621 INFO O| Sep 06 06:34:56.621 INFO STEP 500 (remove_files) COMPLETE
55262024-09-06T06:34:57.131Z[ recovery-image] Sep 06 06:34:56.621 INFO O| Sep 06 06:34:56.621 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-09-06T06:34:57.155Z[ recovery-image] Sep 06 06:34:56.637 INFO O| Sep 06 06:34:56.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55282024-09-06T06:34:57.155Z[ recovery-image] Sep 06 06:34:56.638 INFO O| Sep 06 06:34:56.638 INFO STEP 501 (remove_files) COMPLETE
55292024-09-06T06:34:57.155Z[ recovery-image] Sep 06 06:34:56.638 INFO O| Sep 06 06:34:56.638 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-06T06:34:57.179Z[ recovery-image] Sep 06 06:34:56.653 INFO O| Sep 06 06:34:56.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55312024-09-06T06:34:57.179Z[ recovery-image] Sep 06 06:34:56.657 INFO O| Sep 06 06:34:56.657 INFO STEP 502 (remove_files) COMPLETE
55322024-09-06T06:34:57.180Z[ recovery-image] Sep 06 06:34:56.657 INFO O| Sep 06 06:34:56.657 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-09-06T06:34:57.204Z[ recovery-image] Sep 06 06:34:56.675 INFO O| Sep 06 06:34:56.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55342024-09-06T06:34:57.204Z[ recovery-image] Sep 06 06:34:56.675 INFO O| Sep 06 06:34:56.675 INFO STEP 503 (remove_files) COMPLETE
55352024-09-06T06:34:57.204Z[ recovery-image] Sep 06 06:34:56.675 INFO O| Sep 06 06:34:56.675 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-09-06T06:34:57.228Z[ recovery-image] Sep 06 06:34:56.710 INFO O| Sep 06 06:34:56.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55372024-09-06T06:34:57.228Z[ recovery-image] Sep 06 06:34:56.710 INFO O| Sep 06 06:34:56.710 INFO STEP 504 (remove_files) COMPLETE
55382024-09-06T06:34:57.228Z[ recovery-image] Sep 06 06:34:56.710 INFO O| Sep 06 06:34:56.710 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-06T06:34:57.252Z[ recovery-image] Sep 06 06:34:56.740 INFO O| Sep 06 06:34:56.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55402024-09-06T06:34:57.252Z[ recovery-image] Sep 06 06:34:56.740 INFO O| Sep 06 06:34:56.740 INFO STEP 505 (remove_files) COMPLETE
55412024-09-06T06:34:57.252Z[ recovery-image] Sep 06 06:34:56.740 INFO O| Sep 06 06:34:56.740 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-06T06:34:57.276Z[ recovery-image] Sep 06 06:34:56.762 INFO O| Sep 06 06:34:56.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55432024-09-06T06:34:57.276Z[ recovery-image] Sep 06 06:34:56.762 INFO O| Sep 06 06:34:56.762 INFO STEP 506 (remove_files) COMPLETE
55442024-09-06T06:34:57.276Z[ recovery-image] Sep 06 06:34:56.762 INFO O| Sep 06 06:34:56.762 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-06T06:34:57.324Z[ recovery-image] Sep 06 06:34:56.818 INFO O| Sep 06 06:34:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55462024-09-06T06:34:57.324Z[ recovery-image] Sep 06 06:34:56.818 INFO O| Sep 06 06:34:56.818 INFO STEP 507 (remove_files) COMPLETE
55472024-09-06T06:34:57.324Z[ recovery-image] Sep 06 06:34:56.818 INFO O| Sep 06 06:34:56.818 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-06T06:34:57.358Z[ recovery-image] Sep 06 06:34:56.852 INFO O| Sep 06 06:34:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55492024-09-06T06:34:57.358Z[ recovery-image] Sep 06 06:34:56.852 INFO O| Sep 06 06:34:56.852 INFO STEP 508 (remove_files) COMPLETE
55502024-09-06T06:34:57.358Z[ recovery-image] Sep 06 06:34:56.852 INFO O| Sep 06 06:34:56.852 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-09-06T06:34:57.392Z[ recovery-image] Sep 06 06:34:56.885 INFO O| Sep 06 06:34:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55522024-09-06T06:34:57.392Z[ recovery-image] Sep 06 06:34:56.885 INFO O| Sep 06 06:34:56.885 INFO STEP 509 (remove_files) COMPLETE
55532024-09-06T06:34:57.392Z[ recovery-image] Sep 06 06:34:56.885 INFO O| Sep 06 06:34:56.885 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-09-06T06:34:57.416Z[ recovery-image] Sep 06 06:34:56.899 INFO O| Sep 06 06:34:56.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55552024-09-06T06:34:57.416Z[ recovery-image] Sep 06 06:34:56.899 INFO O| Sep 06 06:34:56.899 INFO STEP 510 (remove_files) COMPLETE
55562024-09-06T06:34:57.416Z[ recovery-image] Sep 06 06:34:56.899 INFO O| Sep 06 06:34:56.899 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-06T06:34:57.440Z[ recovery-image] Sep 06 06:34:56.912 INFO O| Sep 06 06:34:56.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55582024-09-06T06:34:57.440Z[ recovery-image] Sep 06 06:34:56.912 INFO O| Sep 06 06:34:56.912 INFO STEP 511 (remove_files) COMPLETE
55592024-09-06T06:34:57.440Z[ recovery-image] Sep 06 06:34:56.912 INFO O| Sep 06 06:34:56.912 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-09-06T06:34:57.440Z[ recovery-image] Sep 06 06:34:56.925 INFO O| Sep 06 06:34:56.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55612024-09-06T06:34:57.440Z[ recovery-image] Sep 06 06:34:56.925 INFO O| Sep 06 06:34:56.925 INFO STEP 512 (remove_files) COMPLETE
55622024-09-06T06:34:57.440Z[ recovery-image] Sep 06 06:34:56.925 INFO O| Sep 06 06:34:56.925 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-09-06T06:34:57.491Z[ recovery-image] Sep 06 06:34:56.985 INFO O| Sep 06 06:34:56.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55642024-09-06T06:34:57.491Z[ recovery-image] Sep 06 06:34:56.985 INFO O| Sep 06 06:34:56.985 INFO STEP 513 (remove_files) COMPLETE
55652024-09-06T06:34:57.491Z[ recovery-image] Sep 06 06:34:56.985 INFO O| Sep 06 06:34:56.985 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-09-06T06:34:57.530Z[ recovery-image] Sep 06 06:34:57.024 INFO O| Sep 06 06:34:57.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55672024-09-06T06:34:57.554Z[ recovery-image] Sep 06 06:34:57.024 INFO O| Sep 06 06:34:57.024 INFO STEP 514 (remove_files) COMPLETE
55682024-09-06T06:34:57.554Z[ recovery-image] Sep 06 06:34:57.024 INFO O| Sep 06 06:34:57.024 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-09-06T06:34:57.554Z[ recovery-image] Sep 06 06:34:57.041 INFO O| Sep 06 06:34:57.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55702024-09-06T06:34:57.554Z[ recovery-image] Sep 06 06:34:57.041 INFO O| Sep 06 06:34:57.041 INFO STEP 515 (remove_files) COMPLETE
55712024-09-06T06:34:57.554Z[ recovery-image] Sep 06 06:34:57.041 INFO O| Sep 06 06:34:57.041 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-09-06T06:34:57.578Z[ recovery-image] Sep 06 06:34:57.060 INFO O| Sep 06 06:34:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55732024-09-06T06:34:57.578Z[ recovery-image] Sep 06 06:34:57.060 INFO O| Sep 06 06:34:57.060 INFO STEP 516 (remove_files) COMPLETE
55742024-09-06T06:34:57.578Z[ recovery-image] Sep 06 06:34:57.060 INFO O| Sep 06 06:34:57.060 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-09-06T06:34:57.619Z[ recovery-image] Sep 06 06:34:57.113 INFO O| Sep 06 06:34:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55762024-09-06T06:34:57.619Z[ recovery-image] Sep 06 06:34:57.113 INFO O| Sep 06 06:34:57.113 INFO STEP 517 (remove_files) COMPLETE
55772024-09-06T06:34:57.643Z[ recovery-image] Sep 06 06:34:57.113 INFO O| Sep 06 06:34:57.113 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-09-06T06:34:57.643Z[ recovery-image] Sep 06 06:34:57.127 INFO O| Sep 06 06:34:57.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55792024-09-06T06:34:57.643Z[ recovery-image] Sep 06 06:34:57.127 INFO O| Sep 06 06:34:57.127 INFO STEP 518 (remove_files) COMPLETE
55802024-09-06T06:34:57.643Z[ recovery-image] Sep 06 06:34:57.127 INFO O| Sep 06 06:34:57.127 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-09-06T06:34:57.667Z[ recovery-image] Sep 06 06:34:57.141 INFO O| Sep 06 06:34:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55822024-09-06T06:34:57.667Z[ recovery-image] Sep 06 06:34:57.141 INFO O| Sep 06 06:34:57.141 INFO STEP 519 (remove_files) COMPLETE
55832024-09-06T06:34:57.667Z[ recovery-image] Sep 06 06:34:57.141 INFO O| Sep 06 06:34:57.141 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-09-06T06:34:57.667Z[ recovery-image] Sep 06 06:34:57.161 INFO O| Sep 06 06:34:57.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55852024-09-06T06:34:57.668Z[ recovery-image] Sep 06 06:34:57.161 INFO O| Sep 06 06:34:57.161 INFO STEP 520 (remove_files) COMPLETE
55862024-09-06T06:34:57.668Z[ recovery-image] Sep 06 06:34:57.161 INFO O| Sep 06 06:34:57.161 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-09-06T06:34:57.692Z[ recovery-image] Sep 06 06:34:57.177 INFO O| Sep 06 06:34:57.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55882024-09-06T06:34:57.692Z[ recovery-image] Sep 06 06:34:57.177 INFO O| Sep 06 06:34:57.177 INFO STEP 521 (remove_files) COMPLETE
55892024-09-06T06:34:57.692Z[ recovery-image] Sep 06 06:34:57.177 INFO O| Sep 06 06:34:57.177 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-09-06T06:34:57.716Z[ recovery-image] Sep 06 06:34:57.192 INFO O| Sep 06 06:34:57.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55912024-09-06T06:34:57.716Z[ recovery-image] Sep 06 06:34:57.192 INFO O| Sep 06 06:34:57.192 INFO STEP 522 (remove_files) COMPLETE
55922024-09-06T06:34:57.716Z[ recovery-image] Sep 06 06:34:57.192 INFO O| Sep 06 06:34:57.192 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-09-06T06:34:57.741Z[ recovery-image] Sep 06 06:34:57.229 INFO O| Sep 06 06:34:57.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55942024-09-06T06:34:57.741Z[ recovery-image] Sep 06 06:34:57.229 INFO O| Sep 06 06:34:57.229 INFO STEP 523 (remove_files) COMPLETE
55952024-09-06T06:34:57.741Z[ recovery-image] Sep 06 06:34:57.229 INFO O| Sep 06 06:34:57.229 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-06T06:34:57.765Z[ recovery-image] Sep 06 06:34:57.245 INFO O| Sep 06 06:34:57.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55972024-09-06T06:34:57.765Z[ recovery-image] Sep 06 06:34:57.245 INFO O| Sep 06 06:34:57.245 INFO STEP 524 (remove_files) COMPLETE
55982024-09-06T06:34:57.765Z[ recovery-image] Sep 06 06:34:57.245 INFO O| Sep 06 06:34:57.245 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-06T06:34:57.791Z[ recovery-image] Sep 06 06:34:57.285 INFO O| Sep 06 06:34:57.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56002024-09-06T06:34:57.791Z[ recovery-image] Sep 06 06:34:57.285 INFO O| Sep 06 06:34:57.285 INFO STEP 525 (remove_files) COMPLETE
56012024-09-06T06:34:57.791Z[ recovery-image] Sep 06 06:34:57.285 INFO O| Sep 06 06:34:57.285 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-09-06T06:34:57.815Z[ recovery-image] Sep 06 06:34:57.300 INFO O| Sep 06 06:34:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56032024-09-06T06:34:57.815Z[ recovery-image] Sep 06 06:34:57.300 INFO O| Sep 06 06:34:57.300 INFO STEP 526 (remove_files) COMPLETE
56042024-09-06T06:34:57.815Z[ recovery-image] Sep 06 06:34:57.300 INFO O| Sep 06 06:34:57.300 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-09-06T06:34:57.840Z[ recovery-image] Sep 06 06:34:57.314 INFO O| Sep 06 06:34:57.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56062024-09-06T06:34:57.840Z[ recovery-image] Sep 06 06:34:57.314 INFO O| Sep 06 06:34:57.314 INFO STEP 527 (remove_files) COMPLETE
56072024-09-06T06:34:57.840Z[ recovery-image] Sep 06 06:34:57.314 INFO O| Sep 06 06:34:57.314 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-06T06:34:57.873Z[ recovery-image] Sep 06 06:34:57.366 INFO O| Sep 06 06:34:57.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56092024-09-06T06:34:57.873Z[ recovery-image] Sep 06 06:34:57.366 INFO O| Sep 06 06:34:57.366 INFO STEP 528 (remove_files) COMPLETE
56102024-09-06T06:34:57.873Z[ recovery-image] Sep 06 06:34:57.366 INFO O| Sep 06 06:34:57.366 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-06T06:34:57.897Z[ recovery-image] Sep 06 06:34:57.379 INFO O| Sep 06 06:34:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56122024-09-06T06:34:57.897Z[ recovery-image] Sep 06 06:34:57.380 INFO O| Sep 06 06:34:57.380 INFO STEP 529 (remove_files) COMPLETE
56132024-09-06T06:34:57.897Z[ recovery-image] Sep 06 06:34:57.380 INFO O| Sep 06 06:34:57.380 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-06T06:34:57.922Z[ recovery-image] Sep 06 06:34:57.406 INFO O| Sep 06 06:34:57.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56152024-09-06T06:34:57.922Z[ recovery-image] Sep 06 06:34:57.406 INFO O| Sep 06 06:34:57.406 INFO STEP 530 (remove_files) COMPLETE
56162024-09-06T06:34:57.922Z[ recovery-image] Sep 06 06:34:57.406 INFO O| Sep 06 06:34:57.406 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-06T06:34:57.946Z[ recovery-image] Sep 06 06:34:57.422 INFO O| Sep 06 06:34:57.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56182024-09-06T06:34:57.946Z[ recovery-image] Sep 06 06:34:57.422 INFO O| Sep 06 06:34:57.422 INFO STEP 531 (remove_files) COMPLETE
56192024-09-06T06:34:57.946Z[ recovery-image] Sep 06 06:34:57.422 INFO O| Sep 06 06:34:57.422 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-06T06:34:57.946Z[ recovery-image] Sep 06 06:34:57.436 INFO O| Sep 06 06:34:57.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56212024-09-06T06:34:57.946Z[ recovery-image] Sep 06 06:34:57.436 INFO O| Sep 06 06:34:57.436 INFO STEP 532 (remove_files) COMPLETE
56222024-09-06T06:34:57.946Z[ recovery-image] Sep 06 06:34:57.436 INFO O| Sep 06 06:34:57.436 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-06T06:34:57.971Z[ recovery-image] Sep 06 06:34:57.449 INFO O| Sep 06 06:34:57.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56242024-09-06T06:34:57.971Z[ recovery-image] Sep 06 06:34:57.450 INFO O| Sep 06 06:34:57.449 INFO STEP 533 (remove_files) COMPLETE
56252024-09-06T06:34:57.971Z[ recovery-image] Sep 06 06:34:57.450 INFO O| Sep 06 06:34:57.450 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-06T06:34:57.971Z[ recovery-image] Sep 06 06:34:57.463 INFO O| Sep 06 06:34:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56272024-09-06T06:34:57.971Z[ recovery-image] Sep 06 06:34:57.463 INFO O| Sep 06 06:34:57.463 INFO STEP 534 (remove_files) COMPLETE
56282024-09-06T06:34:57.971Z[ recovery-image] Sep 06 06:34:57.463 INFO O| Sep 06 06:34:57.463 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-06T06:34:57.995Z[ recovery-image] Sep 06 06:34:57.477 INFO O| Sep 06 06:34:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56302024-09-06T06:34:57.995Z[ recovery-image] Sep 06 06:34:57.477 INFO O| Sep 06 06:34:57.477 INFO STEP 535 (remove_files) COMPLETE
56312024-09-06T06:34:57.995Z[ recovery-image] Sep 06 06:34:57.477 INFO O| Sep 06 06:34:57.477 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-06T06:34:58.020Z[ recovery-image] Sep 06 06:34:57.492 INFO O| Sep 06 06:34:57.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56332024-09-06T06:34:58.020Z[ recovery-image] Sep 06 06:34:57.492 INFO O| Sep 06 06:34:57.492 INFO STEP 536 (remove_files) COMPLETE
56342024-09-06T06:34:58.020Z[ recovery-image] Sep 06 06:34:57.492 INFO O| Sep 06 06:34:57.492 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-06T06:34:58.044Z[ recovery-image] Sep 06 06:34:57.522 INFO O| Sep 06 06:34:57.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56362024-09-06T06:34:58.069Z[ recovery-image] Sep 06 06:34:57.543 INFO O| Sep 06 06:34:57.543 INFO STEP 537 (remove_files) COMPLETE
56372024-09-06T06:34:58.069Z[ recovery-image] Sep 06 06:34:57.543 INFO O| Sep 06 06:34:57.543 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-09-06T06:34:58.094Z[ recovery-image] Sep 06 06:34:57.582 INFO O| Sep 06 06:34:57.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56392024-09-06T06:34:58.094Z[ recovery-image] Sep 06 06:34:57.582 INFO O| Sep 06 06:34:57.582 INFO STEP 538 (remove_files) COMPLETE
56402024-09-06T06:34:58.094Z[ recovery-image] Sep 06 06:34:57.582 INFO O| Sep 06 06:34:57.582 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-09-06T06:34:58.118Z[ recovery-image] Sep 06 06:34:57.600 INFO O| Sep 06 06:34:57.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56422024-09-06T06:34:58.118Z[ recovery-image] Sep 06 06:34:57.600 INFO O| Sep 06 06:34:57.600 INFO STEP 539 (remove_files) COMPLETE
56432024-09-06T06:34:58.118Z[ recovery-image] Sep 06 06:34:57.600 INFO O| Sep 06 06:34:57.600 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-06T06:34:58.143Z[ recovery-image] Sep 06 06:34:57.615 INFO O| Sep 06 06:34:57.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56452024-09-06T06:34:58.143Z[ recovery-image] Sep 06 06:34:57.615 INFO O| Sep 06 06:34:57.615 INFO STEP 540 (remove_files) COMPLETE
56462024-09-06T06:34:58.143Z[ recovery-image] Sep 06 06:34:57.615 INFO O| Sep 06 06:34:57.615 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-09-06T06:34:58.167Z[ recovery-image] Sep 06 06:34:57.659 INFO O| Sep 06 06:34:57.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56482024-09-06T06:34:58.167Z[ recovery-image] Sep 06 06:34:57.659 INFO O| Sep 06 06:34:57.659 INFO STEP 541 (remove_files) COMPLETE
56492024-09-06T06:34:58.167Z[ recovery-image] Sep 06 06:34:57.659 INFO O| Sep 06 06:34:57.659 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-06T06:34:58.192Z[ recovery-image] Sep 06 06:34:57.678 INFO O| Sep 06 06:34:57.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56512024-09-06T06:34:58.192Z[ recovery-image] Sep 06 06:34:57.678 INFO O| Sep 06 06:34:57.678 INFO STEP 542 (remove_files) COMPLETE
56522024-09-06T06:34:58.192Z[ recovery-image] Sep 06 06:34:57.678 INFO O| Sep 06 06:34:57.678 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-06T06:34:58.216Z[ recovery-image] Sep 06 06:34:57.710 INFO O| Sep 06 06:34:57.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56542024-09-06T06:34:58.216Z[ recovery-image] Sep 06 06:34:57.710 INFO O| Sep 06 06:34:57.710 INFO STEP 543 (remove_files) COMPLETE
56552024-09-06T06:34:58.216Z[ recovery-image] Sep 06 06:34:57.710 INFO O| Sep 06 06:34:57.710 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-06T06:34:58.252Z[ recovery-image] Sep 06 06:34:57.746 INFO O| Sep 06 06:34:57.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56572024-09-06T06:34:58.253Z[ recovery-image] Sep 06 06:34:57.746 INFO O| Sep 06 06:34:57.746 INFO STEP 544 (remove_files) COMPLETE
56582024-09-06T06:34:58.253Z[ recovery-image] Sep 06 06:34:57.746 INFO O| Sep 06 06:34:57.746 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-06T06:34:58.277Z[ recovery-image] Sep 06 06:34:57.763 INFO O| Sep 06 06:34:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56602024-09-06T06:34:58.277Z[ recovery-image] Sep 06 06:34:57.763 INFO O| Sep 06 06:34:57.763 INFO STEP 545 (remove_files) COMPLETE
56612024-09-06T06:34:58.277Z[ recovery-image] Sep 06 06:34:57.763 INFO O| Sep 06 06:34:57.763 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-06T06:34:58.301Z[ recovery-image] Sep 06 06:34:57.795 INFO O| Sep 06 06:34:57.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56632024-09-06T06:34:58.302Z[ recovery-image] Sep 06 06:34:57.795 INFO O| Sep 06 06:34:57.795 INFO STEP 546 (remove_files) COMPLETE
56642024-09-06T06:34:58.302Z[ recovery-image] Sep 06 06:34:57.795 INFO O| Sep 06 06:34:57.795 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-06T06:34:58.326Z[ recovery-image] Sep 06 06:34:57.815 INFO O| Sep 06 06:34:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56662024-09-06T06:34:58.326Z[ recovery-image] Sep 06 06:34:57.815 INFO O| Sep 06 06:34:57.815 INFO STEP 547 (remove_files) COMPLETE
56672024-09-06T06:34:58.326Z[ recovery-image] Sep 06 06:34:57.815 INFO O| Sep 06 06:34:57.815 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-06T06:34:58.350Z[ recovery-image] Sep 06 06:34:57.830 INFO O| Sep 06 06:34:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56692024-09-06T06:34:58.350Z[ recovery-image] Sep 06 06:34:57.831 INFO O| Sep 06 06:34:57.831 INFO STEP 548 (remove_files) COMPLETE
56702024-09-06T06:34:58.350Z[ recovery-image] Sep 06 06:34:57.831 INFO O| Sep 06 06:34:57.831 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-09-06T06:34:58.375Z[ recovery-image] Sep 06 06:34:57.846 INFO O| Sep 06 06:34:57.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56722024-09-06T06:34:58.375Z[ recovery-image] Sep 06 06:34:57.846 INFO O| Sep 06 06:34:57.846 INFO STEP 549 (remove_files) COMPLETE
56732024-09-06T06:34:58.375Z[ recovery-image] Sep 06 06:34:57.846 INFO O| Sep 06 06:34:57.846 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-09-06T06:34:58.375Z[ recovery-image] Sep 06 06:34:57.860 INFO O| Sep 06 06:34:57.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56752024-09-06T06:34:58.375Z[ recovery-image] Sep 06 06:34:57.860 INFO O| Sep 06 06:34:57.860 INFO STEP 550 (remove_files) COMPLETE
56762024-09-06T06:34:58.375Z[ recovery-image] Sep 06 06:34:57.860 INFO O| Sep 06 06:34:57.860 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-09-06T06:34:58.400Z[ recovery-image] Sep 06 06:34:57.874 INFO O| Sep 06 06:34:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56782024-09-06T06:34:58.400Z[ recovery-image] Sep 06 06:34:57.874 INFO O| Sep 06 06:34:57.874 INFO STEP 551 (remove_files) COMPLETE
56792024-09-06T06:34:58.400Z[ recovery-image] Sep 06 06:34:57.874 INFO O| Sep 06 06:34:57.874 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-09-06T06:34:58.424Z[ recovery-image] Sep 06 06:34:57.908 INFO O| Sep 06 06:34:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56812024-09-06T06:34:58.424Z[ recovery-image] Sep 06 06:34:57.908 INFO O| Sep 06 06:34:57.908 INFO STEP 552 (remove_files) COMPLETE
56822024-09-06T06:34:58.424Z[ recovery-image] Sep 06 06:34:57.908 INFO O| Sep 06 06:34:57.908 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-09-06T06:34:58.448Z[ recovery-image] Sep 06 06:34:57.941 INFO O| Sep 06 06:34:57.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56842024-09-06T06:34:58.449Z[ recovery-image] Sep 06 06:34:57.941 INFO O| Sep 06 06:34:57.941 INFO STEP 553 (remove_files) COMPLETE
56852024-09-06T06:34:58.449Z[ recovery-image] Sep 06 06:34:57.941 INFO O| Sep 06 06:34:57.941 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-09-06T06:34:58.495Z[ recovery-image] Sep 06 06:34:57.988 INFO O| Sep 06 06:34:57.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56872024-09-06T06:34:58.519Z[ recovery-image] Sep 06 06:34:57.989 INFO O| Sep 06 06:34:57.989 INFO STEP 554 (remove_files) COMPLETE
56882024-09-06T06:34:58.519Z[ recovery-image] Sep 06 06:34:57.989 INFO O| Sep 06 06:34:57.989 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-09-06T06:34:58.519Z[ recovery-image] Sep 06 06:34:58.008 INFO O| Sep 06 06:34:58.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56902024-09-06T06:34:58.519Z[ recovery-image] Sep 06 06:34:58.008 INFO O| Sep 06 06:34:58.008 INFO STEP 555 (remove_files) COMPLETE
56912024-09-06T06:34:58.519Z[ recovery-image] Sep 06 06:34:58.008 INFO O| Sep 06 06:34:58.008 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-09-06T06:34:58.543Z[ recovery-image] Sep 06 06:34:58.036 INFO O| Sep 06 06:34:58.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56932024-09-06T06:34:58.543Z[ recovery-image] Sep 06 06:34:58.036 INFO O| Sep 06 06:34:58.036 INFO STEP 556 (remove_files) COMPLETE
56942024-09-06T06:34:58.543Z[ recovery-image] Sep 06 06:34:58.036 INFO O| Sep 06 06:34:58.036 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-09-06T06:34:58.567Z[ recovery-image] Sep 06 06:34:58.055 INFO O| Sep 06 06:34:58.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56962024-09-06T06:34:58.568Z[ recovery-image] Sep 06 06:34:58.056 INFO O| Sep 06 06:34:58.056 INFO STEP 557 (remove_files) COMPLETE
56972024-09-06T06:34:58.568Z[ recovery-image] Sep 06 06:34:58.056 INFO O| Sep 06 06:34:58.056 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-09-06T06:34:58.592Z[ recovery-image] Sep 06 06:34:58.071 INFO O| Sep 06 06:34:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56992024-09-06T06:34:58.592Z[ recovery-image] Sep 06 06:34:58.071 INFO O| Sep 06 06:34:58.071 INFO STEP 558 (remove_files) COMPLETE
57002024-09-06T06:34:58.592Z[ recovery-image] Sep 06 06:34:58.071 INFO O| Sep 06 06:34:58.071 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-09-06T06:34:58.616Z[ recovery-image] Sep 06 06:34:58.105 INFO O| Sep 06 06:34:58.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57022024-09-06T06:34:58.616Z[ recovery-image] Sep 06 06:34:58.105 INFO O| Sep 06 06:34:58.105 INFO STEP 559 (remove_files) COMPLETE
57032024-09-06T06:34:58.616Z[ recovery-image] Sep 06 06:34:58.105 INFO O| Sep 06 06:34:58.105 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-09-06T06:34:58.641Z[ recovery-image] Sep 06 06:34:58.124 INFO O| Sep 06 06:34:58.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57052024-09-06T06:34:58.641Z[ recovery-image] Sep 06 06:34:58.124 INFO O| Sep 06 06:34:58.124 INFO STEP 560 (remove_files) COMPLETE
57062024-09-06T06:34:58.641Z[ recovery-image] Sep 06 06:34:58.124 INFO O| Sep 06 06:34:58.124 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-09-06T06:34:58.665Z[ recovery-image] Sep 06 06:34:58.157 INFO O| Sep 06 06:34:58.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57082024-09-06T06:34:58.665Z[ recovery-image] Sep 06 06:34:58.157 INFO O| Sep 06 06:34:58.157 INFO STEP 561 (remove_files) COMPLETE
57092024-09-06T06:34:58.665Z[ recovery-image] Sep 06 06:34:58.157 INFO O| Sep 06 06:34:58.157 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-09-06T06:34:58.689Z[ recovery-image] Sep 06 06:34:58.178 INFO O| Sep 06 06:34:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57112024-09-06T06:34:58.689Z[ recovery-image] Sep 06 06:34:58.179 INFO O| Sep 06 06:34:58.179 INFO STEP 562 (remove_files) COMPLETE
57122024-09-06T06:34:58.689Z[ recovery-image] Sep 06 06:34:58.179 INFO O| Sep 06 06:34:58.179 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-09-06T06:34:58.714Z[ recovery-image] Sep 06 06:34:58.203 INFO O| Sep 06 06:34:58.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57142024-09-06T06:34:58.714Z[ recovery-image] Sep 06 06:34:58.203 INFO O| Sep 06 06:34:58.203 INFO STEP 563 (remove_files) COMPLETE
57152024-09-06T06:34:58.714Z[ recovery-image] Sep 06 06:34:58.203 INFO O| Sep 06 06:34:58.203 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-09-06T06:34:58.742Z[ recovery-image] Sep 06 06:34:58.236 INFO O| Sep 06 06:34:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57172024-09-06T06:34:58.742Z[ recovery-image] Sep 06 06:34:58.236 INFO O| Sep 06 06:34:58.236 INFO STEP 564 (remove_files) COMPLETE
57182024-09-06T06:34:58.742Z[ recovery-image] Sep 06 06:34:58.236 INFO O| Sep 06 06:34:58.236 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-09-06T06:34:58.776Z[ recovery-image] Sep 06 06:34:58.270 INFO O| Sep 06 06:34:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57202024-09-06T06:34:58.776Z[ recovery-image] Sep 06 06:34:58.270 INFO O| Sep 06 06:34:58.270 INFO STEP 565 (remove_files) COMPLETE
57212024-09-06T06:34:58.776Z[ recovery-image] Sep 06 06:34:58.270 INFO O| Sep 06 06:34:58.270 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-09-06T06:34:58.800Z[ recovery-image] Sep 06 06:34:58.294 INFO O| Sep 06 06:34:58.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57232024-09-06T06:34:58.800Z[ recovery-image] Sep 06 06:34:58.294 INFO O| Sep 06 06:34:58.294 INFO STEP 566 (remove_files) COMPLETE
57242024-09-06T06:34:58.800Z[ recovery-image] Sep 06 06:34:58.294 INFO O| Sep 06 06:34:58.294 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-09-06T06:34:58.825Z[ host-image] Sep 06 06:34:58.305 INFO O| Sep 06 06:34:58.305 INFO O| Planning: Solver setup ... Done
57262024-09-06T06:34:58.825Z[ host-image] Sep 06 06:34:58.310 INFO O| Sep 06 06:34:58.310 INFO O| Planning: Running solver ... Done
57272024-09-06T06:34:58.849Z[ recovery-image] Sep 06 06:34:58.331 INFO O| Sep 06 06:34:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57282024-09-06T06:34:58.849Z[ recovery-image] Sep 06 06:34:58.331 INFO O| Sep 06 06:34:58.331 INFO STEP 567 (remove_files) COMPLETE
57292024-09-06T06:34:58.849Z[ recovery-image] Sep 06 06:34:58.331 INFO O| Sep 06 06:34:58.331 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-06T06:34:58.873Z[ host-image] Sep 06 06:34:58.360 INFO O| Sep 06 06:34:58.360 INFO O| Planning: Finding local manifests ... Done
57312024-09-06T06:34:58.874Z[ host-image] Sep 06 06:34:58.361 INFO O| Sep 06 06:34:58.361 INFO O| Planning: Fetching manifests: 0/1 0% complete
57322024-09-06T06:34:58.898Z[ recovery-image] Sep 06 06:34:58.368 INFO O| Sep 06 06:34:58.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57332024-09-06T06:34:58.898Z[ recovery-image] Sep 06 06:34:58.368 INFO O| Sep 06 06:34:58.368 INFO STEP 568 (remove_files) COMPLETE
57342024-09-06T06:34:58.898Z[ recovery-image] Sep 06 06:34:58.368 INFO O| Sep 06 06:34:58.368 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-06T06:34:58.898Z[ recovery-image] Sep 06 06:34:58.383 INFO O| Sep 06 06:34:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57362024-09-06T06:34:58.898Z[ recovery-image] Sep 06 06:34:58.383 INFO O| Sep 06 06:34:58.383 INFO STEP 569 (remove_files) COMPLETE
57372024-09-06T06:34:58.898Z[ recovery-image] Sep 06 06:34:58.383 INFO O| Sep 06 06:34:58.383 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-06T06:34:58.922Z[ recovery-image] Sep 06 06:34:58.397 INFO O| Sep 06 06:34:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57392024-09-06T06:34:58.922Z[ recovery-image] Sep 06 06:34:58.397 INFO O| Sep 06 06:34:58.397 INFO STEP 570 (remove_files) COMPLETE
57402024-09-06T06:34:58.922Z[ recovery-image] Sep 06 06:34:58.397 INFO O| Sep 06 06:34:58.397 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-06T06:34:58.922Z[ recovery-image] Sep 06 06:34:58.412 INFO O| Sep 06 06:34:58.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57422024-09-06T06:34:58.922Z[ recovery-image] Sep 06 06:34:58.412 INFO O| Sep 06 06:34:58.412 INFO STEP 571 (remove_files) COMPLETE
57432024-09-06T06:34:58.922Z[ recovery-image] Sep 06 06:34:58.412 INFO O| Sep 06 06:34:58.412 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-06T06:34:58.947Z[ recovery-image] Sep 06 06:34:58.426 INFO O| Sep 06 06:34:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57452024-09-06T06:34:58.947Z[ recovery-image] Sep 06 06:34:58.426 INFO O| Sep 06 06:34:58.426 INFO STEP 572 (remove_files) COMPLETE
57462024-09-06T06:34:58.947Z[ recovery-image] Sep 06 06:34:58.426 INFO O| Sep 06 06:34:58.426 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-06T06:34:58.971Z[ recovery-image] Sep 06 06:34:58.441 INFO O| Sep 06 06:34:58.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57482024-09-06T06:34:58.971Z[ recovery-image] Sep 06 06:34:58.441 INFO O| Sep 06 06:34:58.441 INFO STEP 573 (remove_files) COMPLETE
57492024-09-06T06:34:58.971Z[ recovery-image] Sep 06 06:34:58.441 INFO O| Sep 06 06:34:58.441 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-06T06:34:58.971Z[ recovery-image] Sep 06 06:34:58.456 INFO O| Sep 06 06:34:58.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57512024-09-06T06:34:58.971Z[ recovery-image] Sep 06 06:34:58.456 INFO O| Sep 06 06:34:58.456 INFO STEP 574 (remove_files) COMPLETE
57522024-09-06T06:34:58.971Z[ recovery-image] Sep 06 06:34:58.456 INFO O| Sep 06 06:34:58.456 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-06T06:34:58.996Z[ recovery-image] Sep 06 06:34:58.472 INFO O| Sep 06 06:34:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57542024-09-06T06:34:58.996Z[ recovery-image] Sep 06 06:34:58.472 INFO O| Sep 06 06:34:58.472 INFO STEP 575 (remove_files) COMPLETE
57552024-09-06T06:34:58.996Z[ recovery-image] Sep 06 06:34:58.472 INFO O| Sep 06 06:34:58.472 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-06T06:34:59.020Z[ recovery-image] Sep 06 06:34:58.491 INFO O| Sep 06 06:34:58.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57572024-09-06T06:34:59.020Z[ recovery-image] Sep 06 06:34:58.491 INFO O| Sep 06 06:34:58.491 INFO STEP 576 (remove_files) COMPLETE
57582024-09-06T06:34:59.020Z[ recovery-image] Sep 06 06:34:58.491 INFO O| Sep 06 06:34:58.491 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-06T06:34:59.020Z[ host-image] Sep 06 06:34:58.501 INFO O| Sep 06 06:34:58.501 INFO O| Planning: Fetching manifests: 1/1 100% complete
57602024-09-06T06:34:59.044Z[ recovery-image] Sep 06 06:34:58.524 INFO O| Sep 06 06:34:58.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57612024-09-06T06:34:59.044Z[ recovery-image] Sep 06 06:34:58.524 INFO O| Sep 06 06:34:58.524 INFO STEP 577 (remove_files) COMPLETE
57622024-09-06T06:34:59.044Z[ recovery-image] Sep 06 06:34:58.524 INFO O| Sep 06 06:34:58.524 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-06T06:34:59.069Z[ recovery-image] Sep 06 06:34:58.546 INFO O| Sep 06 06:34:58.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57642024-09-06T06:34:59.069Z[ recovery-image] Sep 06 06:34:58.546 INFO O| Sep 06 06:34:58.546 INFO STEP 578 (remove_files) COMPLETE
57652024-09-06T06:34:59.069Z[ recovery-image] Sep 06 06:34:58.547 INFO O| Sep 06 06:34:58.546 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-06T06:34:59.069Z[ host-image] Sep 06 06:34:58.553 INFO O| Sep 06 06:34:58.553 INFO O| Planning: Package planning ... Done
57672024-09-06T06:34:59.069Z[ host-image] Sep 06 06:34:58.553 INFO O| Sep 06 06:34:58.553 INFO O| Planning: Merging actions ... Done
57682024-09-06T06:34:59.093Z[ recovery-image] Sep 06 06:34:58.568 INFO O| Sep 06 06:34:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57692024-09-06T06:34:59.093Z[ recovery-image] Sep 06 06:34:58.568 INFO O| Sep 06 06:34:58.568 INFO STEP 579 (remove_files) COMPLETE
57702024-09-06T06:34:59.093Z[ recovery-image] Sep 06 06:34:58.568 INFO O| Sep 06 06:34:58.568 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-06T06:34:59.093Z[ recovery-image] Sep 06 06:34:58.584 INFO O| Sep 06 06:34:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57722024-09-06T06:34:59.093Z[ recovery-image] Sep 06 06:34:58.584 INFO O| Sep 06 06:34:58.584 INFO STEP 580 (remove_files) COMPLETE
57732024-09-06T06:34:59.093Z[ recovery-image] Sep 06 06:34:58.584 INFO O| Sep 06 06:34:58.584 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-06T06:34:59.117Z[ recovery-image] Sep 06 06:34:58.600 INFO O| Sep 06 06:34:58.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57752024-09-06T06:34:59.117Z[ recovery-image] Sep 06 06:34:58.600 INFO O| Sep 06 06:34:58.600 INFO STEP 581 (remove_files) COMPLETE
57762024-09-06T06:34:59.117Z[ recovery-image] Sep 06 06:34:58.600 INFO O| Sep 06 06:34:58.600 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-06T06:34:59.142Z[ recovery-image] Sep 06 06:34:58.616 INFO O| Sep 06 06:34:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57782024-09-06T06:34:59.142Z[ recovery-image] Sep 06 06:34:58.616 INFO O| Sep 06 06:34:58.616 INFO STEP 582 (remove_files) COMPLETE
57792024-09-06T06:34:59.142Z[ recovery-image] Sep 06 06:34:58.617 INFO O| Sep 06 06:34:58.616 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-06T06:34:59.142Z[ recovery-image] Sep 06 06:34:58.632 INFO O| Sep 06 06:34:58.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57812024-09-06T06:34:59.142Z[ recovery-image] Sep 06 06:34:58.632 INFO O| Sep 06 06:34:58.632 INFO STEP 583 (remove_files) COMPLETE
57822024-09-06T06:34:59.142Z[ recovery-image] Sep 06 06:34:58.632 INFO O| Sep 06 06:34:58.632 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-06T06:34:59.166Z[ recovery-image] Sep 06 06:34:58.659 INFO O| Sep 06 06:34:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57842024-09-06T06:34:59.166Z[ recovery-image] Sep 06 06:34:58.659 INFO O| Sep 06 06:34:58.659 INFO STEP 584 (remove_files) COMPLETE
57852024-09-06T06:34:59.166Z[ recovery-image] Sep 06 06:34:58.659 INFO O| Sep 06 06:34:58.659 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-06T06:34:59.166Z[ host-image] Sep 06 06:34:58.660 INFO O| Sep 06 06:34:58.660 INFO O| Planning: Checking for conflicting actions ... Done
57872024-09-06T06:34:59.191Z[ host-image] Sep 06 06:34:58.661 INFO O| Sep 06 06:34:58.661 INFO O| Planning: Consolidating action changes ... Done
57882024-09-06T06:34:59.215Z[ recovery-image] Sep 06 06:34:58.699 INFO O| Sep 06 06:34:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57892024-09-06T06:34:59.215Z[ recovery-image] Sep 06 06:34:58.699 INFO O| Sep 06 06:34:58.699 INFO STEP 585 (remove_files) COMPLETE
57902024-09-06T06:34:59.215Z[ recovery-image] Sep 06 06:34:58.699 INFO O| Sep 06 06:34:58.699 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-06T06:34:59.241Z[ recovery-image] Sep 06 06:34:58.735 INFO O| Sep 06 06:34:58.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57922024-09-06T06:34:59.241Z[ recovery-image] Sep 06 06:34:58.735 INFO O| Sep 06 06:34:58.735 INFO STEP 586 (remove_files) COMPLETE
57932024-09-06T06:34:59.266Z[ recovery-image] Sep 06 06:34:58.735 INFO O| Sep 06 06:34:58.735 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-06T06:34:59.290Z[ recovery-image] Sep 06 06:34:58.774 INFO O| Sep 06 06:34:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57952024-09-06T06:34:59.290Z[ recovery-image] Sep 06 06:34:58.774 INFO O| Sep 06 06:34:58.774 INFO STEP 587 (remove_files) COMPLETE
57962024-09-06T06:34:59.290Z[ recovery-image] Sep 06 06:34:58.774 INFO O| Sep 06 06:34:58.774 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-06T06:34:59.314Z[ recovery-image] Sep 06 06:34:58.789 INFO O| Sep 06 06:34:58.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57982024-09-06T06:34:59.314Z[ recovery-image] Sep 06 06:34:58.790 INFO O| Sep 06 06:34:58.790 INFO STEP 588 (remove_files) COMPLETE
57992024-09-06T06:34:59.314Z[ recovery-image] Sep 06 06:34:58.790 INFO O| Sep 06 06:34:58.790 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-06T06:34:59.315Z[ recovery-image] Sep 06 06:34:58.804 INFO O| Sep 06 06:34:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58012024-09-06T06:34:59.315Z[ recovery-image] Sep 06 06:34:58.804 INFO O| Sep 06 06:34:58.804 INFO STEP 589 (remove_files) COMPLETE
58022024-09-06T06:34:59.315Z[ recovery-image] Sep 06 06:34:58.804 INFO O| Sep 06 06:34:58.804 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-06T06:34:59.370Z[ recovery-image] Sep 06 06:34:58.864 INFO O| Sep 06 06:34:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58042024-09-06T06:34:59.370Z[ recovery-image] Sep 06 06:34:58.865 INFO O| Sep 06 06:34:58.865 INFO STEP 590 (remove_files) COMPLETE
58052024-09-06T06:34:59.395Z[ recovery-image] Sep 06 06:34:58.865 INFO O| Sep 06 06:34:58.865 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-06T06:34:59.419Z[ host-image] Sep 06 06:34:58.897 INFO O| Sep 06 06:34:58.897 INFO O| Planning: Evaluating mediators ... Done
58072024-09-06T06:34:59.419Z[ host-image] Sep 06 06:34:58.898 INFO O| Sep 06 06:34:58.898 INFO O| Planning: Planning completed in 2.96 seconds
58082024-09-06T06:34:59.419Z[ host-image] Sep 06 06:34:58.900 INFO O| Sep 06 06:34:58.900 INFO O| Packages to install: 1
58092024-09-06T06:34:59.419Z[ host-image] Sep 06 06:34:58.913 INFO O| Sep 06 06:34:58.913 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
58102024-09-06T06:34:59.444Z[ recovery-image] Sep 06 06:34:58.924 INFO O| Sep 06 06:34:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58112024-09-06T06:34:59.468Z[ recovery-image] Sep 06 06:34:58.942 INFO O| Sep 06 06:34:58.942 INFO STEP 591 (remove_files) COMPLETE
58122024-09-06T06:34:59.468Z[ recovery-image] Sep 06 06:34:58.942 INFO O| Sep 06 06:34:58.942 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-06T06:34:59.492Z[ recovery-image] Sep 06 06:34:58.981 INFO O| Sep 06 06:34:58.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58142024-09-06T06:34:59.492Z[ recovery-image] Sep 06 06:34:58.981 INFO O| Sep 06 06:34:58.981 INFO STEP 592 (remove_files) COMPLETE
58152024-09-06T06:34:59.492Z[ recovery-image] Sep 06 06:34:58.981 INFO O| Sep 06 06:34:58.981 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-06T06:34:59.517Z[ recovery-image] Sep 06 06:34:58.998 INFO O| Sep 06 06:34:58.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58172024-09-06T06:34:59.517Z[ recovery-image] Sep 06 06:34:58.998 INFO O| Sep 06 06:34:58.998 INFO STEP 593 (remove_files) COMPLETE
58182024-09-06T06:34:59.517Z[ recovery-image] Sep 06 06:34:58.998 INFO O| Sep 06 06:34:58.998 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-06T06:34:59.541Z[ recovery-image] Sep 06 06:34:59.013 INFO O| Sep 06 06:34:59.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58202024-09-06T06:34:59.541Z[ recovery-image] Sep 06 06:34:59.013 INFO O| Sep 06 06:34:59.013 INFO STEP 594 (remove_files) COMPLETE
58212024-09-06T06:34:59.541Z[ recovery-image] Sep 06 06:34:59.013 INFO O| Sep 06 06:34:59.013 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-06T06:34:59.541Z[ recovery-image] Sep 06 06:34:59.027 INFO O| Sep 06 06:34:59.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58232024-09-06T06:34:59.541Z[ recovery-image] Sep 06 06:34:59.027 INFO O| Sep 06 06:34:59.027 INFO STEP 595 (remove_files) COMPLETE
58242024-09-06T06:34:59.541Z[ recovery-image] Sep 06 06:34:59.027 INFO O| Sep 06 06:34:59.027 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-06T06:34:59.566Z[ recovery-image] Sep 06 06:34:59.041 INFO O| Sep 06 06:34:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58262024-09-06T06:34:59.566Z[ recovery-image] Sep 06 06:34:59.041 INFO O| Sep 06 06:34:59.041 INFO STEP 596 (remove_files) COMPLETE
58272024-09-06T06:34:59.566Z[ recovery-image] Sep 06 06:34:59.041 INFO O| Sep 06 06:34:59.041 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-06T06:34:59.566Z[ recovery-image] Sep 06 06:34:59.055 INFO O| Sep 06 06:34:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58292024-09-06T06:34:59.566Z[ recovery-image] Sep 06 06:34:59.055 INFO O| Sep 06 06:34:59.055 INFO STEP 597 (remove_files) COMPLETE
58302024-09-06T06:34:59.566Z[ recovery-image] Sep 06 06:34:59.055 INFO O| Sep 06 06:34:59.055 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-06T06:34:59.590Z[ recovery-image] Sep 06 06:34:59.069 INFO O| Sep 06 06:34:59.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58322024-09-06T06:34:59.590Z[ recovery-image] Sep 06 06:34:59.069 INFO O| Sep 06 06:34:59.069 INFO STEP 598 (remove_files) COMPLETE
58332024-09-06T06:34:59.590Z[ recovery-image] Sep 06 06:34:59.069 INFO O| Sep 06 06:34:59.069 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-06T06:34:59.590Z[ recovery-image] Sep 06 06:34:59.083 INFO O| Sep 06 06:34:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58352024-09-06T06:34:59.590Z[ recovery-image] Sep 06 06:34:59.083 INFO O| Sep 06 06:34:59.083 INFO STEP 599 (remove_files) COMPLETE
58362024-09-06T06:34:59.590Z[ recovery-image] Sep 06 06:34:59.083 INFO O| Sep 06 06:34:59.083 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-06T06:34:59.615Z[ recovery-image] Sep 06 06:34:59.097 INFO O| Sep 06 06:34:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58382024-09-06T06:34:59.615Z[ recovery-image] Sep 06 06:34:59.097 INFO O| Sep 06 06:34:59.097 INFO STEP 600 (remove_files) COMPLETE
58392024-09-06T06:34:59.615Z[ recovery-image] Sep 06 06:34:59.098 INFO O| Sep 06 06:34:59.097 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-09-06T06:34:59.639Z[ recovery-image] Sep 06 06:34:59.112 INFO O| Sep 06 06:34:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58412024-09-06T06:34:59.639Z[ recovery-image] Sep 06 06:34:59.112 INFO O| Sep 06 06:34:59.112 INFO STEP 601 (remove_files) COMPLETE
58422024-09-06T06:34:59.639Z[ recovery-image] Sep 06 06:34:59.112 INFO O| Sep 06 06:34:59.112 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-09-06T06:34:59.639Z[ recovery-image] Sep 06 06:34:59.126 INFO O| Sep 06 06:34:59.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58442024-09-06T06:34:59.639Z[ recovery-image] Sep 06 06:34:59.126 INFO O| Sep 06 06:34:59.126 INFO STEP 602 (remove_files) COMPLETE
58452024-09-06T06:34:59.639Z[ recovery-image] Sep 06 06:34:59.126 INFO O| Sep 06 06:34:59.126 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-06T06:34:59.664Z[ recovery-image] Sep 06 06:34:59.140 INFO O| Sep 06 06:34:59.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58472024-09-06T06:34:59.664Z[ recovery-image] Sep 06 06:34:59.140 INFO O| Sep 06 06:34:59.140 INFO STEP 603 (remove_files) COMPLETE
58482024-09-06T06:34:59.664Z[ recovery-image] Sep 06 06:34:59.140 INFO O| Sep 06 06:34:59.140 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-06T06:34:59.664Z[ recovery-image] Sep 06 06:34:59.154 INFO O| Sep 06 06:34:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58502024-09-06T06:34:59.664Z[ recovery-image] Sep 06 06:34:59.154 INFO O| Sep 06 06:34:59.154 INFO STEP 604 (remove_files) COMPLETE
58512024-09-06T06:34:59.664Z[ recovery-image] Sep 06 06:34:59.154 INFO O| Sep 06 06:34:59.154 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-06T06:34:59.688Z[ recovery-image] Sep 06 06:34:59.168 INFO O| Sep 06 06:34:59.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58532024-09-06T06:34:59.688Z[ recovery-image] Sep 06 06:34:59.168 INFO O| Sep 06 06:34:59.168 INFO STEP 605 (remove_files) COMPLETE
58542024-09-06T06:34:59.688Z[ recovery-image] Sep 06 06:34:59.168 INFO O| Sep 06 06:34:59.168 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-06T06:34:59.688Z[ recovery-image] Sep 06 06:34:59.182 INFO O| Sep 06 06:34:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58562024-09-06T06:34:59.688Z[ recovery-image] Sep 06 06:34:59.182 INFO O| Sep 06 06:34:59.182 INFO STEP 606 (remove_files) COMPLETE
58572024-09-06T06:34:59.688Z[ recovery-image] Sep 06 06:34:59.182 INFO O| Sep 06 06:34:59.182 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-06T06:34:59.731Z[ recovery-image] Sep 06 06:34:59.225 INFO O| Sep 06 06:34:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58592024-09-06T06:34:59.731Z[ recovery-image] Sep 06 06:34:59.225 INFO O| Sep 06 06:34:59.225 INFO STEP 607 (remove_files) COMPLETE
58602024-09-06T06:34:59.731Z[ recovery-image] Sep 06 06:34:59.225 INFO O| Sep 06 06:34:59.225 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-06T06:34:59.756Z[ recovery-image] Sep 06 06:34:59.242 INFO O| Sep 06 06:34:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58622024-09-06T06:34:59.756Z[ recovery-image] Sep 06 06:34:59.243 INFO O| Sep 06 06:34:59.243 INFO STEP 608 (remove_files) COMPLETE
58632024-09-06T06:34:59.756Z[ recovery-image] Sep 06 06:34:59.243 INFO O| Sep 06 06:34:59.243 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-06T06:34:59.780Z[ recovery-image] Sep 06 06:34:59.258 INFO O| Sep 06 06:34:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58652024-09-06T06:34:59.780Z[ recovery-image] Sep 06 06:34:59.258 INFO O| Sep 06 06:34:59.258 INFO STEP 609 (remove_files) COMPLETE
58662024-09-06T06:34:59.781Z[ recovery-image] Sep 06 06:34:59.258 INFO O| Sep 06 06:34:59.258 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-06T06:34:59.781Z[ recovery-image] Sep 06 06:34:59.273 INFO O| Sep 06 06:34:59.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58682024-09-06T06:34:59.781Z[ recovery-image] Sep 06 06:34:59.273 INFO O| Sep 06 06:34:59.273 INFO STEP 610 (remove_files) COMPLETE
58692024-09-06T06:34:59.781Z[ recovery-image] Sep 06 06:34:59.273 INFO O| Sep 06 06:34:59.273 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-06T06:34:59.805Z[ recovery-image] Sep 06 06:34:59.288 INFO O| Sep 06 06:34:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58712024-09-06T06:34:59.805Z[ recovery-image] Sep 06 06:34:59.288 INFO O| Sep 06 06:34:59.288 INFO STEP 611 (remove_files) COMPLETE
58722024-09-06T06:34:59.805Z[ recovery-image] Sep 06 06:34:59.288 INFO O| Sep 06 06:34:59.288 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-06T06:34:59.829Z[ recovery-image] Sep 06 06:34:59.302 INFO O| Sep 06 06:34:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58742024-09-06T06:34:59.829Z[ recovery-image] Sep 06 06:34:59.302 INFO O| Sep 06 06:34:59.302 INFO STEP 612 (remove_files) COMPLETE
58752024-09-06T06:34:59.829Z[ recovery-image] Sep 06 06:34:59.302 INFO O| Sep 06 06:34:59.302 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-06T06:34:59.829Z[ recovery-image] Sep 06 06:34:59.316 INFO O| Sep 06 06:34:59.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58772024-09-06T06:34:59.829Z[ recovery-image] Sep 06 06:34:59.316 INFO O| Sep 06 06:34:59.316 INFO STEP 613 (remove_files) COMPLETE
58782024-09-06T06:34:59.829Z[ recovery-image] Sep 06 06:34:59.316 INFO O| Sep 06 06:34:59.316 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-06T06:34:59.854Z[ recovery-image] Sep 06 06:34:59.330 INFO O| Sep 06 06:34:59.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58802024-09-06T06:34:59.854Z[ recovery-image] Sep 06 06:34:59.330 INFO O| Sep 06 06:34:59.330 INFO STEP 614 (remove_files) COMPLETE
58812024-09-06T06:34:59.854Z[ recovery-image] Sep 06 06:34:59.330 INFO O| Sep 06 06:34:59.330 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-06T06:34:59.878Z[ recovery-image] Sep 06 06:34:59.351 INFO O| Sep 06 06:34:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58832024-09-06T06:34:59.878Z[ recovery-image] Sep 06 06:34:59.351 INFO O| Sep 06 06:34:59.351 INFO STEP 615 (remove_files) COMPLETE
58842024-09-06T06:34:59.878Z[ recovery-image] Sep 06 06:34:59.351 INFO O| Sep 06 06:34:59.351 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-06T06:34:59.878Z[ recovery-image] Sep 06 06:34:59.367 INFO O| Sep 06 06:34:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58862024-09-06T06:34:59.878Z[ recovery-image] Sep 06 06:34:59.368 INFO O| Sep 06 06:34:59.367 INFO STEP 616 (remove_files) COMPLETE
58872024-09-06T06:34:59.878Z[ recovery-image] Sep 06 06:34:59.368 INFO O| Sep 06 06:34:59.368 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-06T06:34:59.908Z[ recovery-image] Sep 06 06:34:59.383 INFO O| Sep 06 06:34:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58892024-09-06T06:34:59.908Z[ recovery-image] Sep 06 06:34:59.383 INFO O| Sep 06 06:34:59.383 INFO STEP 617 (remove_files) COMPLETE
58902024-09-06T06:34:59.909Z[ recovery-image] Sep 06 06:34:59.383 INFO O| Sep 06 06:34:59.383 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-06T06:34:59.909Z[ recovery-image] Sep 06 06:34:59.398 INFO O| Sep 06 06:34:59.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58922024-09-06T06:34:59.909Z[ recovery-image] Sep 06 06:34:59.398 INFO O| Sep 06 06:34:59.398 INFO STEP 618 (remove_files) COMPLETE
58932024-09-06T06:34:59.909Z[ recovery-image] Sep 06 06:34:59.398 INFO O| Sep 06 06:34:59.398 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-06T06:34:59.933Z[ recovery-image] Sep 06 06:34:59.412 INFO O| Sep 06 06:34:59.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58952024-09-06T06:34:59.933Z[ recovery-image] Sep 06 06:34:59.412 INFO O| Sep 06 06:34:59.412 INFO STEP 619 (remove_files) COMPLETE
58962024-09-06T06:34:59.933Z[ recovery-image] Sep 06 06:34:59.412 INFO O| Sep 06 06:34:59.412 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-06T06:34:59.957Z[ recovery-image] Sep 06 06:34:59.428 INFO O| Sep 06 06:34:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58982024-09-06T06:34:59.957Z[ recovery-image] Sep 06 06:34:59.428 INFO O| Sep 06 06:34:59.428 INFO STEP 620 (remove_files) COMPLETE
58992024-09-06T06:34:59.957Z[ recovery-image] Sep 06 06:34:59.428 INFO O| Sep 06 06:34:59.428 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-06T06:34:59.957Z[ recovery-image] Sep 06 06:34:59.444 INFO O| Sep 06 06:34:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59012024-09-06T06:34:59.957Z[ recovery-image] Sep 06 06:34:59.444 INFO O| Sep 06 06:34:59.444 INFO STEP 621 (remove_files) COMPLETE
59022024-09-06T06:34:59.957Z[ recovery-image] Sep 06 06:34:59.444 INFO O| Sep 06 06:34:59.444 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-06T06:34:59.982Z[ recovery-image] Sep 06 06:34:59.460 INFO O| Sep 06 06:34:59.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59042024-09-06T06:34:59.982Z[ recovery-image] Sep 06 06:34:59.460 INFO O| Sep 06 06:34:59.460 INFO STEP 622 (remove_files) COMPLETE
59052024-09-06T06:34:59.982Z[ recovery-image] Sep 06 06:34:59.460 INFO O| Sep 06 06:34:59.460 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-06T06:35:00.006Z[ recovery-image] Sep 06 06:34:59.487 INFO O| Sep 06 06:34:59.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59072024-09-06T06:35:00.006Z[ recovery-image] Sep 06 06:34:59.488 INFO O| Sep 06 06:34:59.487 INFO STEP 623 (remove_files) COMPLETE
59082024-09-06T06:35:00.006Z[ recovery-image] Sep 06 06:34:59.488 INFO O| Sep 06 06:34:59.487 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-06T06:35:00.031Z[ recovery-image] Sep 06 06:34:59.509 INFO O| Sep 06 06:34:59.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59102024-09-06T06:35:00.031Z[ recovery-image] Sep 06 06:34:59.509 INFO O| Sep 06 06:34:59.509 INFO STEP 624 (remove_files) COMPLETE
59112024-09-06T06:35:00.031Z[ recovery-image] Sep 06 06:34:59.509 INFO O| Sep 06 06:34:59.509 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-06T06:35:00.055Z[ recovery-image] Sep 06 06:34:59.528 INFO O| Sep 06 06:34:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59132024-09-06T06:35:00.055Z[ recovery-image] Sep 06 06:34:59.528 INFO O| Sep 06 06:34:59.528 INFO STEP 625 (remove_files) COMPLETE
59142024-09-06T06:35:00.055Z[ recovery-image] Sep 06 06:34:59.528 INFO O| Sep 06 06:34:59.528 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-06T06:35:00.055Z[ recovery-image] Sep 06 06:34:59.542 INFO O| Sep 06 06:34:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59162024-09-06T06:35:00.055Z[ recovery-image] Sep 06 06:34:59.542 INFO O| Sep 06 06:34:59.542 INFO STEP 626 (remove_files) COMPLETE
59172024-09-06T06:35:00.055Z[ recovery-image] Sep 06 06:34:59.542 INFO O| Sep 06 06:34:59.542 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-06T06:35:00.080Z[ recovery-image] Sep 06 06:34:59.556 INFO O| Sep 06 06:34:59.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59192024-09-06T06:35:00.080Z[ recovery-image] Sep 06 06:34:59.556 INFO O| Sep 06 06:34:59.556 INFO STEP 627 (remove_files) COMPLETE
59202024-09-06T06:35:00.080Z[ recovery-image] Sep 06 06:34:59.556 INFO O| Sep 06 06:34:59.556 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-06T06:35:00.080Z[ recovery-image] Sep 06 06:34:59.569 INFO O| Sep 06 06:34:59.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59222024-09-06T06:35:00.080Z[ recovery-image] Sep 06 06:34:59.569 INFO O| Sep 06 06:34:59.569 INFO STEP 628 (remove_files) COMPLETE
59232024-09-06T06:35:00.080Z[ recovery-image] Sep 06 06:34:59.570 INFO O| Sep 06 06:34:59.569 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-06T06:35:00.105Z[ recovery-image] Sep 06 06:34:59.599 INFO O| Sep 06 06:34:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59252024-09-06T06:35:00.130Z[ recovery-image] Sep 06 06:34:59.600 INFO O| Sep 06 06:34:59.599 INFO STEP 629 (remove_files) COMPLETE
59262024-09-06T06:35:00.130Z[ recovery-image] Sep 06 06:34:59.600 INFO O| Sep 06 06:34:59.600 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-06T06:35:00.130Z[ recovery-image] Sep 06 06:34:59.617 INFO O| Sep 06 06:34:59.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59282024-09-06T06:35:00.130Z[ recovery-image] Sep 06 06:34:59.617 INFO O| Sep 06 06:34:59.617 INFO STEP 630 (remove_files) COMPLETE
59292024-09-06T06:35:00.130Z[ recovery-image] Sep 06 06:34:59.617 INFO O| Sep 06 06:34:59.617 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-06T06:35:00.154Z[ recovery-image] Sep 06 06:34:59.631 INFO O| Sep 06 06:34:59.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59312024-09-06T06:35:00.154Z[ recovery-image] Sep 06 06:34:59.631 INFO O| Sep 06 06:34:59.631 INFO STEP 631 (remove_files) COMPLETE
59322024-09-06T06:35:00.154Z[ recovery-image] Sep 06 06:34:59.631 INFO O| Sep 06 06:34:59.631 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-06T06:35:00.154Z[ recovery-image] Sep 06 06:34:59.646 INFO O| Sep 06 06:34:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59342024-09-06T06:35:00.154Z[ recovery-image] Sep 06 06:34:59.646 INFO O| Sep 06 06:34:59.646 INFO STEP 632 (remove_files) COMPLETE
59352024-09-06T06:35:00.154Z[ recovery-image] Sep 06 06:34:59.646 INFO O| Sep 06 06:34:59.646 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-06T06:35:00.179Z[ recovery-image] Sep 06 06:34:59.668 INFO O| Sep 06 06:34:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59372024-09-06T06:35:00.179Z[ recovery-image] Sep 06 06:34:59.668 INFO O| Sep 06 06:34:59.668 INFO STEP 633 (remove_files) COMPLETE
59382024-09-06T06:35:00.179Z[ recovery-image] Sep 06 06:34:59.668 INFO O| Sep 06 06:34:59.668 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-06T06:35:00.203Z[ recovery-image] Sep 06 06:34:59.685 INFO O| Sep 06 06:34:59.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59402024-09-06T06:35:00.203Z[ recovery-image] Sep 06 06:34:59.685 INFO O| Sep 06 06:34:59.685 INFO STEP 634 (remove_files) COMPLETE
59412024-09-06T06:35:00.203Z[ recovery-image] Sep 06 06:34:59.685 INFO O| Sep 06 06:34:59.685 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-09-06T06:35:00.236Z[ recovery-image] Sep 06 06:34:59.730 INFO O| Sep 06 06:34:59.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59432024-09-06T06:35:00.261Z[ recovery-image] Sep 06 06:34:59.730 INFO O| Sep 06 06:34:59.730 INFO STEP 635 (remove_files) COMPLETE
59442024-09-06T06:35:00.261Z[ recovery-image] Sep 06 06:34:59.730 INFO O| Sep 06 06:34:59.730 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-09-06T06:35:00.261Z[ recovery-image] Sep 06 06:34:59.750 INFO O| Sep 06 06:34:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59462024-09-06T06:35:00.261Z[ recovery-image] Sep 06 06:34:59.751 INFO O| Sep 06 06:34:59.751 INFO STEP 636 (remove_files) COMPLETE
59472024-09-06T06:35:00.261Z[ recovery-image] Sep 06 06:34:59.751 INFO O| Sep 06 06:34:59.751 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-06T06:35:00.285Z[ recovery-image] Sep 06 06:34:59.767 INFO O| Sep 06 06:34:59.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59492024-09-06T06:35:00.285Z[ recovery-image] Sep 06 06:34:59.767 INFO O| Sep 06 06:34:59.767 INFO STEP 637 (remove_files) COMPLETE
59502024-09-06T06:35:00.285Z[ recovery-image] Sep 06 06:34:59.767 INFO O| Sep 06 06:34:59.767 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-06T06:35:00.310Z[ recovery-image] Sep 06 06:34:59.782 INFO O| Sep 06 06:34:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59522024-09-06T06:35:00.310Z[ recovery-image] Sep 06 06:34:59.782 INFO O| Sep 06 06:34:59.782 INFO STEP 638 (remove_files) COMPLETE
59532024-09-06T06:35:00.310Z[ recovery-image] Sep 06 06:34:59.782 INFO O| Sep 06 06:34:59.782 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-06T06:35:00.310Z[ recovery-image] Sep 06 06:34:59.804 INFO O| Sep 06 06:34:59.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59552024-09-06T06:35:00.310Z[ recovery-image] Sep 06 06:34:59.804 INFO O| Sep 06 06:34:59.804 INFO STEP 639 (remove_files) COMPLETE
59562024-09-06T06:35:00.334Z[ recovery-image] Sep 06 06:34:59.804 INFO O| Sep 06 06:34:59.804 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-06T06:35:00.335Z[ recovery-image] Sep 06 06:34:59.825 INFO O| Sep 06 06:34:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59582024-09-06T06:35:00.335Z[ recovery-image] Sep 06 06:34:59.825 INFO O| Sep 06 06:34:59.825 INFO STEP 640 (remove_files) COMPLETE
59592024-09-06T06:35:00.335Z[ recovery-image] Sep 06 06:34:59.825 INFO O| Sep 06 06:34:59.825 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-06T06:35:00.359Z[ recovery-image] Sep 06 06:34:59.841 INFO O| Sep 06 06:34:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59612024-09-06T06:35:00.359Z[ recovery-image] Sep 06 06:34:59.841 INFO O| Sep 06 06:34:59.841 INFO STEP 641 (remove_files) COMPLETE
59622024-09-06T06:35:00.359Z[ recovery-image] Sep 06 06:34:59.841 INFO O| Sep 06 06:34:59.841 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-06T06:35:00.383Z[ recovery-image] Sep 06 06:34:59.877 INFO O| Sep 06 06:34:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59642024-09-06T06:35:00.408Z[ recovery-image] Sep 06 06:34:59.878 INFO O| Sep 06 06:34:59.878 INFO STEP 642 (remove_files) COMPLETE
59652024-09-06T06:35:00.408Z[ recovery-image] Sep 06 06:34:59.878 INFO O| Sep 06 06:34:59.878 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-06T06:35:00.408Z[ recovery-image] Sep 06 06:34:59.894 INFO O| Sep 06 06:34:59.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59672024-09-06T06:35:00.408Z[ recovery-image] Sep 06 06:34:59.894 INFO O| Sep 06 06:34:59.894 INFO STEP 643 (remove_files) COMPLETE
59682024-09-06T06:35:00.408Z[ recovery-image] Sep 06 06:34:59.894 INFO O| Sep 06 06:34:59.894 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-06T06:35:00.432Z[ recovery-image] Sep 06 06:34:59.909 INFO O| Sep 06 06:34:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59702024-09-06T06:35:00.432Z[ recovery-image] Sep 06 06:34:59.909 INFO O| Sep 06 06:34:59.909 INFO STEP 644 (remove_files) COMPLETE
59712024-09-06T06:35:00.432Z[ recovery-image] Sep 06 06:34:59.909 INFO O| Sep 06 06:34:59.909 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-06T06:35:00.432Z[ recovery-image] Sep 06 06:34:59.924 INFO O| Sep 06 06:34:59.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59732024-09-06T06:35:00.433Z[ recovery-image] Sep 06 06:34:59.924 INFO O| Sep 06 06:34:59.924 INFO STEP 645 (remove_files) COMPLETE
59742024-09-06T06:35:00.433Z[ recovery-image] Sep 06 06:34:59.924 INFO O| Sep 06 06:34:59.924 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-06T06:35:00.457Z[ recovery-image] Sep 06 06:34:59.938 INFO O| Sep 06 06:34:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59762024-09-06T06:35:00.457Z[ recovery-image] Sep 06 06:34:59.938 INFO O| Sep 06 06:34:59.938 INFO STEP 646 (remove_files) COMPLETE
59772024-09-06T06:35:00.457Z[ recovery-image] Sep 06 06:34:59.938 INFO O| Sep 06 06:34:59.938 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-06T06:35:00.481Z[ recovery-image] Sep 06 06:34:59.953 INFO O| Sep 06 06:34:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59792024-09-06T06:35:00.481Z[ recovery-image] Sep 06 06:34:59.953 INFO O| Sep 06 06:34:59.953 INFO STEP 647 (remove_files) COMPLETE
59802024-09-06T06:35:00.481Z[ recovery-image] Sep 06 06:34:59.953 INFO O| Sep 06 06:34:59.953 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-06T06:35:00.481Z[ recovery-image] Sep 06 06:34:59.967 INFO O| Sep 06 06:34:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59822024-09-06T06:35:00.481Z[ recovery-image] Sep 06 06:34:59.967 INFO O| Sep 06 06:34:59.967 INFO STEP 648 (remove_files) COMPLETE
59832024-09-06T06:35:00.481Z[ recovery-image] Sep 06 06:34:59.967 INFO O| Sep 06 06:34:59.967 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-06T06:35:00.506Z[ recovery-image] Sep 06 06:34:59.981 INFO O| Sep 06 06:34:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59852024-09-06T06:35:00.506Z[ recovery-image] Sep 06 06:34:59.981 INFO O| Sep 06 06:34:59.981 INFO STEP 649 (remove_files) COMPLETE
59862024-09-06T06:35:00.506Z[ recovery-image] Sep 06 06:34:59.981 INFO O| Sep 06 06:34:59.981 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-06T06:35:00.506Z[ recovery-image] Sep 06 06:34:59.995 INFO O| Sep 06 06:34:59.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59882024-09-06T06:35:00.506Z[ recovery-image] Sep 06 06:34:59.995 INFO O| Sep 06 06:34:59.995 INFO STEP 650 (remove_files) COMPLETE
59892024-09-06T06:35:00.506Z[ recovery-image] Sep 06 06:34:59.995 INFO O| Sep 06 06:34:59.995 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-06T06:35:00.551Z[ recovery-image] Sep 06 06:35:00.045 INFO O| Sep 06 06:35:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59912024-09-06T06:35:00.551Z[ recovery-image] Sep 06 06:35:00.045 INFO O| Sep 06 06:35:00.045 INFO STEP 651 (remove_files) COMPLETE
59922024-09-06T06:35:00.575Z[ recovery-image] Sep 06 06:35:00.045 INFO O| Sep 06 06:35:00.045 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-06T06:35:00.600Z[ recovery-image] Sep 06 06:35:00.070 INFO O| Sep 06 06:35:00.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59942024-09-06T06:35:00.600Z[ recovery-image] Sep 06 06:35:00.070 INFO O| Sep 06 06:35:00.070 INFO STEP 652 (remove_files) COMPLETE
59952024-09-06T06:35:00.600Z[ recovery-image] Sep 06 06:35:00.070 INFO O| Sep 06 06:35:00.070 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-06T06:35:00.647Z[ recovery-image] Sep 06 06:35:00.142 INFO O| Sep 06 06:35:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59972024-09-06T06:35:00.647Z[ recovery-image] Sep 06 06:35:00.142 INFO O| Sep 06 06:35:00.142 INFO STEP 653 (remove_files) COMPLETE
59982024-09-06T06:35:00.672Z[ recovery-image] Sep 06 06:35:00.142 INFO O| Sep 06 06:35:00.142 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-06T06:35:00.697Z[ recovery-image] Sep 06 06:35:00.169 INFO O| Sep 06 06:35:00.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60002024-09-06T06:35:00.697Z[ recovery-image] Sep 06 06:35:00.169 INFO O| Sep 06 06:35:00.169 INFO STEP 654 (remove_files) COMPLETE
60012024-09-06T06:35:00.697Z[ recovery-image] Sep 06 06:35:00.169 INFO O| Sep 06 06:35:00.169 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-06T06:35:00.721Z[ recovery-image] Sep 06 06:35:00.205 INFO O| Sep 06 06:35:00.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60032024-09-06T06:35:00.721Z[ recovery-image] Sep 06 06:35:00.205 INFO O| Sep 06 06:35:00.205 INFO STEP 655 (remove_files) COMPLETE
60042024-09-06T06:35:00.721Z[ recovery-image] Sep 06 06:35:00.205 INFO O| Sep 06 06:35:00.205 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-06T06:35:00.746Z[ recovery-image] Sep 06 06:35:00.227 INFO O| Sep 06 06:35:00.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60062024-09-06T06:35:00.746Z[ recovery-image] Sep 06 06:35:00.227 INFO O| Sep 06 06:35:00.227 INFO STEP 656 (remove_files) COMPLETE
60072024-09-06T06:35:00.746Z[ recovery-image] Sep 06 06:35:00.227 INFO O| Sep 06 06:35:00.227 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-06T06:35:00.771Z[ recovery-image] Sep 06 06:35:00.249 INFO O| Sep 06 06:35:00.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60092024-09-06T06:35:00.771Z[ recovery-image] Sep 06 06:35:00.264 INFO O| Sep 06 06:35:00.264 INFO STEP 657 (remove_files) COMPLETE
60102024-09-06T06:35:00.771Z[ recovery-image] Sep 06 06:35:00.264 INFO O| Sep 06 06:35:00.264 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-06T06:35:00.807Z[ recovery-image] Sep 06 06:35:00.301 INFO O| Sep 06 06:35:00.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60122024-09-06T06:35:00.807Z[ recovery-image] Sep 06 06:35:00.301 INFO O| Sep 06 06:35:00.301 INFO STEP 658 (remove_files) COMPLETE
60132024-09-06T06:35:00.807Z[ recovery-image] Sep 06 06:35:00.301 INFO O| Sep 06 06:35:00.301 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-06T06:35:00.844Z[ recovery-image] Sep 06 06:35:00.338 INFO O| Sep 06 06:35:00.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60152024-09-06T06:35:00.844Z[ recovery-image] Sep 06 06:35:00.338 INFO O| Sep 06 06:35:00.338 INFO STEP 659 (remove_files) COMPLETE
60162024-09-06T06:35:00.868Z[ recovery-image] Sep 06 06:35:00.338 INFO O| Sep 06 06:35:00.338 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-06T06:35:00.868Z[ host-image] Sep 06 06:35:00.355 INFO O| Sep 06 06:35:00.355 INFO O| Download: Completed 20.80 MB in 1.44 seconds (14.4M/s)
60182024-09-06T06:35:00.899Z[ host-image] Sep 06 06:35:00.393 INFO O| Sep 06 06:35:00.393 INFO O| Actions: 1/22 actions (Installing new actions)
60192024-09-06T06:35:00.924Z[ recovery-image] Sep 06 06:35:00.398 INFO O| Sep 06 06:35:00.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60202024-09-06T06:35:00.924Z[ recovery-image] Sep 06 06:35:00.398 INFO O| Sep 06 06:35:00.398 INFO STEP 660 (remove_files) COMPLETE
60212024-09-06T06:35:00.924Z[ recovery-image] Sep 06 06:35:00.398 INFO O| Sep 06 06:35:00.398 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-06T06:35:00.948Z[ recovery-image] Sep 06 06:35:00.436 INFO O| Sep 06 06:35:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60232024-09-06T06:35:00.948Z[ recovery-image] Sep 06 06:35:00.436 INFO O| Sep 06 06:35:00.436 INFO STEP 661 (remove_files) COMPLETE
60242024-09-06T06:35:00.948Z[ recovery-image] Sep 06 06:35:00.436 INFO O| Sep 06 06:35:00.436 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-06T06:35:00.973Z[ recovery-image] Sep 06 06:35:00.452 INFO O| Sep 06 06:35:00.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60262024-09-06T06:35:00.973Z[ recovery-image] Sep 06 06:35:00.452 INFO O| Sep 06 06:35:00.452 INFO STEP 662 (remove_files) COMPLETE
60272024-09-06T06:35:00.973Z[ recovery-image] Sep 06 06:35:00.452 INFO O| Sep 06 06:35:00.452 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-06T06:35:00.997Z[ recovery-image] Sep 06 06:35:00.485 INFO O| Sep 06 06:35:00.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60292024-09-06T06:35:00.997Z[ recovery-image] Sep 06 06:35:00.485 INFO O| Sep 06 06:35:00.485 INFO STEP 663 (remove_files) COMPLETE
60302024-09-06T06:35:00.997Z[ recovery-image] Sep 06 06:35:00.485 INFO O| Sep 06 06:35:00.485 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-06T06:35:01.034Z[ recovery-image] Sep 06 06:35:00.527 INFO O| Sep 06 06:35:00.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60322024-09-06T06:35:01.034Z[ recovery-image] Sep 06 06:35:00.528 INFO O| Sep 06 06:35:00.527 INFO STEP 664 (remove_files) COMPLETE
60332024-09-06T06:35:01.059Z[ recovery-image] Sep 06 06:35:00.528 INFO O| Sep 06 06:35:00.528 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-06T06:35:01.059Z[ recovery-image] Sep 06 06:35:00.542 INFO O| Sep 06 06:35:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60352024-09-06T06:35:01.059Z[ recovery-image] Sep 06 06:35:00.542 INFO O| Sep 06 06:35:00.542 INFO STEP 665 (remove_files) COMPLETE
60362024-09-06T06:35:01.059Z[ recovery-image] Sep 06 06:35:00.542 INFO O| Sep 06 06:35:00.542 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-06T06:35:01.083Z[ recovery-image] Sep 06 06:35:00.556 INFO O| Sep 06 06:35:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60382024-09-06T06:35:01.083Z[ recovery-image] Sep 06 06:35:00.557 INFO O| Sep 06 06:35:00.557 INFO STEP 666 (remove_files) COMPLETE
60392024-09-06T06:35:01.083Z[ recovery-image] Sep 06 06:35:00.557 INFO O| Sep 06 06:35:00.557 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-06T06:35:01.083Z[ recovery-image] Sep 06 06:35:00.571 INFO O| Sep 06 06:35:00.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60412024-09-06T06:35:01.083Z[ recovery-image] Sep 06 06:35:00.571 INFO O| Sep 06 06:35:00.571 INFO STEP 667 (remove_files) COMPLETE
60422024-09-06T06:35:01.083Z[ recovery-image] Sep 06 06:35:00.571 INFO O| Sep 06 06:35:00.571 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-06T06:35:01.109Z[ recovery-image] Sep 06 06:35:00.603 INFO O| Sep 06 06:35:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60442024-09-06T06:35:01.109Z[ recovery-image] Sep 06 06:35:00.603 INFO O| Sep 06 06:35:00.603 INFO STEP 668 (remove_files) COMPLETE
60452024-09-06T06:35:01.134Z[ recovery-image] Sep 06 06:35:00.604 INFO O| Sep 06 06:35:00.603 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-06T06:35:01.134Z[ recovery-image] Sep 06 06:35:00.618 INFO O| Sep 06 06:35:00.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60472024-09-06T06:35:01.134Z[ recovery-image] Sep 06 06:35:00.618 INFO O| Sep 06 06:35:00.618 INFO STEP 669 (remove_files) COMPLETE
60482024-09-06T06:35:01.134Z[ recovery-image] Sep 06 06:35:00.618 INFO O| Sep 06 06:35:00.618 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-06T06:35:01.158Z[ recovery-image] Sep 06 06:35:00.632 INFO O| Sep 06 06:35:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60502024-09-06T06:35:01.158Z[ recovery-image] Sep 06 06:35:00.633 INFO O| Sep 06 06:35:00.632 INFO STEP 670 (remove_files) COMPLETE
60512024-09-06T06:35:01.158Z[ recovery-image] Sep 06 06:35:00.633 INFO O| Sep 06 06:35:00.633 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-06T06:35:01.158Z[ recovery-image] Sep 06 06:35:00.647 INFO O| Sep 06 06:35:00.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60532024-09-06T06:35:01.158Z[ recovery-image] Sep 06 06:35:00.647 INFO O| Sep 06 06:35:00.647 INFO STEP 671 (remove_files) COMPLETE
60542024-09-06T06:35:01.159Z[ recovery-image] Sep 06 06:35:00.647 INFO O| Sep 06 06:35:00.647 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-06T06:35:01.183Z[ recovery-image] Sep 06 06:35:00.674 INFO O| Sep 06 06:35:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60562024-09-06T06:35:01.183Z[ recovery-image] Sep 06 06:35:00.675 INFO O| Sep 06 06:35:00.675 INFO STEP 672 (remove_files) COMPLETE
60572024-09-06T06:35:01.183Z[ recovery-image] Sep 06 06:35:00.675 INFO O| Sep 06 06:35:00.675 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-06T06:35:01.217Z[ recovery-image] Sep 06 06:35:00.709 INFO O| Sep 06 06:35:00.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60592024-09-06T06:35:01.217Z[ recovery-image] Sep 06 06:35:00.709 INFO O| Sep 06 06:35:00.709 INFO STEP 673 (remove_files) COMPLETE
60602024-09-06T06:35:01.242Z[ recovery-image] Sep 06 06:35:00.709 INFO O| Sep 06 06:35:00.709 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-06T06:35:01.266Z[ recovery-image] Sep 06 06:35:00.739 INFO O| Sep 06 06:35:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60622024-09-06T06:35:01.266Z[ recovery-image] Sep 06 06:35:00.739 INFO O| Sep 06 06:35:00.739 INFO STEP 674 (remove_files) COMPLETE
60632024-09-06T06:35:01.266Z[ recovery-image] Sep 06 06:35:00.740 INFO O| Sep 06 06:35:00.739 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-06T06:35:01.291Z[ recovery-image] Sep 06 06:35:00.782 INFO O| Sep 06 06:35:00.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60652024-09-06T06:35:01.291Z[ recovery-image] Sep 06 06:35:00.783 INFO O| Sep 06 06:35:00.783 INFO STEP 675 (remove_files) COMPLETE
60662024-09-06T06:35:01.291Z[ recovery-image] Sep 06 06:35:00.783 INFO O| Sep 06 06:35:00.783 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-06T06:35:01.315Z[ recovery-image] Sep 06 06:35:00.798 INFO O| Sep 06 06:35:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60682024-09-06T06:35:01.315Z[ recovery-image] Sep 06 06:35:00.799 INFO O| Sep 06 06:35:00.799 INFO STEP 676 (remove_files) COMPLETE
60692024-09-06T06:35:01.315Z[ recovery-image] Sep 06 06:35:00.799 INFO O| Sep 06 06:35:00.799 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-06T06:35:01.339Z[ recovery-image] Sep 06 06:35:00.813 INFO O| Sep 06 06:35:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60712024-09-06T06:35:01.339Z[ recovery-image] Sep 06 06:35:00.813 INFO O| Sep 06 06:35:00.813 INFO STEP 677 (remove_files) COMPLETE
60722024-09-06T06:35:01.339Z[ recovery-image] Sep 06 06:35:00.813 INFO O| Sep 06 06:35:00.813 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-06T06:35:01.364Z[ recovery-image] Sep 06 06:35:00.839 INFO O| Sep 06 06:35:00.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60742024-09-06T06:35:01.388Z[ recovery-image] Sep 06 06:35:00.868 INFO O| Sep 06 06:35:00.868 INFO STEP 678 (remove_files) COMPLETE
60752024-09-06T06:35:01.388Z[ recovery-image] Sep 06 06:35:00.868 INFO O| Sep 06 06:35:00.868 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-06T06:35:01.414Z[ recovery-image] Sep 06 06:35:00.908 INFO O| Sep 06 06:35:00.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60772024-09-06T06:35:01.414Z[ recovery-image] Sep 06 06:35:00.909 INFO O| Sep 06 06:35:00.908 INFO STEP 679 (remove_files) COMPLETE
60782024-09-06T06:35:01.439Z[ recovery-image] Sep 06 06:35:00.909 INFO O| Sep 06 06:35:00.909 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-06T06:35:01.463Z[ recovery-image] Sep 06 06:35:00.947 INFO O| Sep 06 06:35:00.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60802024-09-06T06:35:01.463Z[ recovery-image] Sep 06 06:35:00.947 INFO O| Sep 06 06:35:00.947 INFO STEP 680 (remove_files) COMPLETE
60812024-09-06T06:35:01.463Z[ recovery-image] Sep 06 06:35:00.947 INFO O| Sep 06 06:35:00.947 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-06T06:35:01.488Z[ recovery-image] Sep 06 06:35:00.962 INFO O| Sep 06 06:35:00.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60832024-09-06T06:35:01.488Z[ recovery-image] Sep 06 06:35:00.962 INFO O| Sep 06 06:35:00.962 INFO STEP 681 (remove_files) COMPLETE
60842024-09-06T06:35:01.488Z[ recovery-image] Sep 06 06:35:00.962 INFO O| Sep 06 06:35:00.962 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-06T06:35:01.488Z[ recovery-image] Sep 06 06:35:00.976 INFO O| Sep 06 06:35:00.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60862024-09-06T06:35:01.488Z[ recovery-image] Sep 06 06:35:00.976 INFO O| Sep 06 06:35:00.976 INFO STEP 682 (remove_files) COMPLETE
60872024-09-06T06:35:01.488Z[ recovery-image] Sep 06 06:35:00.976 INFO O| Sep 06 06:35:00.976 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-06T06:35:01.512Z[ recovery-image] Sep 06 06:35:00.990 INFO O| Sep 06 06:35:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60892024-09-06T06:35:01.512Z[ recovery-image] Sep 06 06:35:00.990 INFO O| Sep 06 06:35:00.990 INFO STEP 683 (remove_files) COMPLETE
60902024-09-06T06:35:01.512Z[ recovery-image] Sep 06 06:35:00.990 INFO O| Sep 06 06:35:00.990 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-06T06:35:01.512Z[ recovery-image] Sep 06 06:35:01.004 INFO O| Sep 06 06:35:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60922024-09-06T06:35:01.512Z[ recovery-image] Sep 06 06:35:01.004 INFO O| Sep 06 06:35:01.004 INFO STEP 684 (remove_files) COMPLETE
60932024-09-06T06:35:01.512Z[ recovery-image] Sep 06 06:35:01.004 INFO O| Sep 06 06:35:01.004 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-06T06:35:01.584Z[ recovery-image] Sep 06 06:35:01.078 INFO O| Sep 06 06:35:01.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60952024-09-06T06:35:01.584Z[ recovery-image] Sep 06 06:35:01.078 INFO O| Sep 06 06:35:01.078 INFO STEP 685 (remove_files) COMPLETE
60962024-09-06T06:35:01.609Z[ recovery-image] Sep 06 06:35:01.078 INFO O| Sep 06 06:35:01.078 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-06T06:35:01.609Z[ recovery-image] Sep 06 06:35:01.093 INFO O| Sep 06 06:35:01.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60982024-09-06T06:35:01.609Z[ recovery-image] Sep 06 06:35:01.093 INFO O| Sep 06 06:35:01.093 INFO STEP 686 (remove_files) COMPLETE
60992024-09-06T06:35:01.609Z[ recovery-image] Sep 06 06:35:01.093 INFO O| Sep 06 06:35:01.093 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-06T06:35:01.609Z[ host-image] Sep 06 06:35:01.093 INFO O| Sep 06 06:35:01.093 INFO O| Actions: Completed 22 actions in 0.70 seconds.
61012024-09-06T06:35:01.633Z[ recovery-image] Sep 06 06:35:01.107 INFO O| Sep 06 06:35:01.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61022024-09-06T06:35:01.633Z[ recovery-image] Sep 06 06:35:01.107 INFO O| Sep 06 06:35:01.107 INFO STEP 687 (remove_files) COMPLETE
61032024-09-06T06:35:01.633Z[ recovery-image] Sep 06 06:35:01.107 INFO O| Sep 06 06:35:01.107 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-09-06T06:35:01.658Z[ recovery-image] Sep 06 06:35:01.135 INFO O| Sep 06 06:35:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61052024-09-06T06:35:01.658Z[ recovery-image] Sep 06 06:35:01.135 INFO O| Sep 06 06:35:01.135 INFO STEP 688 (remove_files) COMPLETE
61062024-09-06T06:35:01.658Z[ recovery-image] Sep 06 06:35:01.135 INFO O| Sep 06 06:35:01.135 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-09-06T06:35:01.699Z[ recovery-image] Sep 06 06:35:01.193 INFO O| Sep 06 06:35:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61082024-09-06T06:35:01.699Z[ recovery-image] Sep 06 06:35:01.193 INFO O| Sep 06 06:35:01.193 INFO STEP 689 (remove_files) COMPLETE
61092024-09-06T06:35:01.699Z[ recovery-image] Sep 06 06:35:01.193 INFO O| Sep 06 06:35:01.193 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-06T06:35:01.723Z[ recovery-image] Sep 06 06:35:01.208 INFO O| Sep 06 06:35:01.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61112024-09-06T06:35:01.723Z[ recovery-image] Sep 06 06:35:01.208 INFO O| Sep 06 06:35:01.208 INFO STEP 690 (remove_files) COMPLETE
61122024-09-06T06:35:01.723Z[ recovery-image] Sep 06 06:35:01.208 INFO O| Sep 06 06:35:01.208 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-06T06:35:01.748Z[ recovery-image] Sep 06 06:35:01.223 INFO O| Sep 06 06:35:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61142024-09-06T06:35:01.748Z[ recovery-image] Sep 06 06:35:01.223 INFO O| Sep 06 06:35:01.223 INFO STEP 691 (remove_files) COMPLETE
61152024-09-06T06:35:01.748Z[ recovery-image] Sep 06 06:35:01.223 INFO O| Sep 06 06:35:01.223 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-06T06:35:01.786Z[ recovery-image] Sep 06 06:35:01.280 INFO O| Sep 06 06:35:01.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61172024-09-06T06:35:01.786Z[ recovery-image] Sep 06 06:35:01.280 INFO O| Sep 06 06:35:01.280 INFO STEP 692 (remove_files) COMPLETE
61182024-09-06T06:35:01.811Z[ recovery-image] Sep 06 06:35:01.281 INFO O| Sep 06 06:35:01.280 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-06T06:35:01.811Z[ recovery-image] Sep 06 06:35:01.299 INFO O| Sep 06 06:35:01.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61202024-09-06T06:35:01.811Z[ recovery-image] Sep 06 06:35:01.299 INFO O| Sep 06 06:35:01.299 INFO STEP 693 (remove_files) COMPLETE
61212024-09-06T06:35:01.811Z[ recovery-image] Sep 06 06:35:01.299 INFO O| Sep 06 06:35:01.299 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-06T06:35:01.835Z[ recovery-image] Sep 06 06:35:01.328 INFO O| Sep 06 06:35:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61232024-09-06T06:35:01.835Z[ recovery-image] Sep 06 06:35:01.328 INFO O| Sep 06 06:35:01.328 INFO STEP 694 (remove_files) COMPLETE
61242024-09-06T06:35:01.835Z[ recovery-image] Sep 06 06:35:01.328 INFO O| Sep 06 06:35:01.328 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-06T06:35:01.870Z[ recovery-image] Sep 06 06:35:01.364 INFO O| Sep 06 06:35:01.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61262024-09-06T06:35:01.870Z[ recovery-image] Sep 06 06:35:01.364 INFO O| Sep 06 06:35:01.364 INFO STEP 695 (remove_files) COMPLETE
61272024-09-06T06:35:01.894Z[ recovery-image] Sep 06 06:35:01.364 INFO O| Sep 06 06:35:01.364 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-09-06T06:35:01.919Z[ recovery-image] Sep 06 06:35:01.399 INFO O| Sep 06 06:35:01.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61292024-09-06T06:35:01.919Z[ recovery-image] Sep 06 06:35:01.400 INFO O| Sep 06 06:35:01.400 INFO STEP 696 (remove_files) COMPLETE
61302024-09-06T06:35:01.919Z[ recovery-image] Sep 06 06:35:01.400 INFO O| Sep 06 06:35:01.400 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-06T06:35:01.943Z[ recovery-image] Sep 06 06:35:01.423 INFO O| Sep 06 06:35:01.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61322024-09-06T06:35:01.943Z[ recovery-image] Sep 06 06:35:01.423 INFO O| Sep 06 06:35:01.423 INFO STEP 697 (remove_files) COMPLETE
61332024-09-06T06:35:01.943Z[ recovery-image] Sep 06 06:35:01.423 INFO O| Sep 06 06:35:01.423 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-06T06:35:01.968Z[ recovery-image] Sep 06 06:35:01.440 INFO O| Sep 06 06:35:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61352024-09-06T06:35:01.968Z[ recovery-image] Sep 06 06:35:01.440 INFO O| Sep 06 06:35:01.440 INFO STEP 698 (remove_files) COMPLETE
61362024-09-06T06:35:01.968Z[ recovery-image] Sep 06 06:35:01.440 INFO O| Sep 06 06:35:01.440 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-06T06:35:01.968Z[ host-image] Sep 06 06:35:01.445 INFO O| Sep 06 06:35:01.445 INFO O| Done
61382024-09-06T06:35:01.968Z[ host-image] Sep 06 06:35:01.445 INFO O| Sep 06 06:35:01.445 INFO O| Done
61392024-09-06T06:35:01.992Z[ recovery-image] Sep 06 06:35:01.474 INFO O| Sep 06 06:35:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61402024-09-06T06:35:01.992Z[ recovery-image] Sep 06 06:35:01.474 INFO O| Sep 06 06:35:01.474 INFO STEP 699 (remove_files) COMPLETE
61412024-09-06T06:35:01.992Z[ recovery-image] Sep 06 06:35:01.474 INFO O| Sep 06 06:35:01.474 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-06T06:35:02.018Z[ recovery-image] Sep 06 06:35:01.510 INFO O| Sep 06 06:35:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61432024-09-06T06:35:02.043Z[ recovery-image] Sep 06 06:35:01.510 INFO O| Sep 06 06:35:01.510 INFO STEP 700 (remove_files) COMPLETE
61442024-09-06T06:35:02.043Z[ recovery-image] Sep 06 06:35:01.510 INFO O| Sep 06 06:35:01.510 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-06T06:35:02.084Z[ recovery-image] Sep 06 06:35:01.578 INFO O| Sep 06 06:35:01.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61462024-09-06T06:35:02.084Z[ recovery-image] Sep 06 06:35:01.578 INFO O| Sep 06 06:35:01.578 INFO STEP 701 (remove_files) COMPLETE
61472024-09-06T06:35:02.084Z[ recovery-image] Sep 06 06:35:01.578 INFO O| Sep 06 06:35:01.578 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-06T06:35:02.117Z[ recovery-image] Sep 06 06:35:01.611 INFO O| Sep 06 06:35:01.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61492024-09-06T06:35:02.117Z[ recovery-image] Sep 06 06:35:01.611 INFO O| Sep 06 06:35:01.611 INFO STEP 702 (remove_files) COMPLETE
61502024-09-06T06:35:02.142Z[ recovery-image] Sep 06 06:35:01.611 INFO O| Sep 06 06:35:01.611 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-06T06:35:02.167Z[ recovery-image] Sep 06 06:35:01.644 INFO O| Sep 06 06:35:01.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61522024-09-06T06:35:02.167Z[ recovery-image] Sep 06 06:35:01.644 INFO O| Sep 06 06:35:01.644 INFO STEP 703 (remove_files) COMPLETE
61532024-09-06T06:35:02.167Z[ recovery-image] Sep 06 06:35:01.644 INFO O| Sep 06 06:35:01.644 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-06T06:35:02.191Z[ recovery-image] Sep 06 06:35:01.670 INFO O| Sep 06 06:35:01.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61552024-09-06T06:35:02.192Z[ recovery-image] Sep 06 06:35:01.671 INFO O| Sep 06 06:35:01.671 INFO STEP 704 (remove_files) COMPLETE
61562024-09-06T06:35:02.192Z[ recovery-image] Sep 06 06:35:01.671 INFO O| Sep 06 06:35:01.671 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-06T06:35:02.216Z[ recovery-image] Sep 06 06:35:01.696 INFO O| Sep 06 06:35:01.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61582024-09-06T06:35:02.216Z[ recovery-image] Sep 06 06:35:01.696 INFO O| Sep 06 06:35:01.696 INFO STEP 705 (remove_files) COMPLETE
61592024-09-06T06:35:02.216Z[ recovery-image] Sep 06 06:35:01.696 INFO O| Sep 06 06:35:01.696 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-06T06:35:02.246Z[ recovery-image] Sep 06 06:35:01.740 INFO O| Sep 06 06:35:01.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61612024-09-06T06:35:02.270Z[ recovery-image] Sep 06 06:35:01.740 INFO O| Sep 06 06:35:01.740 INFO STEP 706 (remove_files) COMPLETE
61622024-09-06T06:35:02.270Z[ recovery-image] Sep 06 06:35:01.740 INFO O| Sep 06 06:35:01.740 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-06T06:35:02.270Z[ recovery-image] Sep 06 06:35:01.760 INFO O| Sep 06 06:35:01.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61642024-09-06T06:35:02.270Z[ recovery-image] Sep 06 06:35:01.760 INFO O| Sep 06 06:35:01.760 INFO STEP 707 (remove_files) COMPLETE
61652024-09-06T06:35:02.270Z[ recovery-image] Sep 06 06:35:01.760 INFO O| Sep 06 06:35:01.760 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-06T06:35:02.295Z[ recovery-image] Sep 06 06:35:01.775 INFO O| Sep 06 06:35:01.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61672024-09-06T06:35:02.295Z[ recovery-image] Sep 06 06:35:01.775 INFO O| Sep 06 06:35:01.775 INFO STEP 708 (remove_files) COMPLETE
61682024-09-06T06:35:02.295Z[ recovery-image] Sep 06 06:35:01.775 INFO O| Sep 06 06:35:01.775 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-06T06:35:02.319Z[ recovery-image] Sep 06 06:35:01.794 INFO O| Sep 06 06:35:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61702024-09-06T06:35:02.319Z[ recovery-image] Sep 06 06:35:01.795 INFO O| Sep 06 06:35:01.794 INFO STEP 709 (remove_files) COMPLETE
61712024-09-06T06:35:02.319Z[ recovery-image] Sep 06 06:35:01.795 INFO O| Sep 06 06:35:01.795 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-06T06:35:02.319Z[ recovery-image] Sep 06 06:35:01.812 INFO O| Sep 06 06:35:01.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61732024-09-06T06:35:02.319Z[ recovery-image] Sep 06 06:35:01.812 INFO O| Sep 06 06:35:01.812 INFO STEP 710 (remove_files) COMPLETE
61742024-09-06T06:35:02.319Z[ recovery-image] Sep 06 06:35:01.812 INFO O| Sep 06 06:35:01.812 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-06T06:35:02.344Z[ recovery-image] Sep 06 06:35:01.828 INFO O| Sep 06 06:35:01.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61762024-09-06T06:35:02.344Z[ recovery-image] Sep 06 06:35:01.829 INFO O| Sep 06 06:35:01.829 INFO STEP 711 (remove_files) COMPLETE
61772024-09-06T06:35:02.344Z[ recovery-image] Sep 06 06:35:01.829 INFO O| Sep 06 06:35:01.829 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-06T06:35:02.368Z[ recovery-image] Sep 06 06:35:01.854 INFO O| Sep 06 06:35:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61792024-09-06T06:35:02.368Z[ recovery-image] Sep 06 06:35:01.854 INFO O| Sep 06 06:35:01.854 INFO STEP 712 (remove_files) COMPLETE
61802024-09-06T06:35:02.368Z[ recovery-image] Sep 06 06:35:01.854 INFO O| Sep 06 06:35:01.854 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-06T06:35:02.393Z[ recovery-image] Sep 06 06:35:01.874 INFO O| Sep 06 06:35:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61822024-09-06T06:35:02.393Z[ recovery-image] Sep 06 06:35:01.874 INFO O| Sep 06 06:35:01.874 INFO STEP 713 (remove_files) COMPLETE
61832024-09-06T06:35:02.393Z[ recovery-image] Sep 06 06:35:01.874 INFO O| Sep 06 06:35:01.874 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-06T06:35:02.417Z[ recovery-image] Sep 06 06:35:01.891 INFO O| Sep 06 06:35:01.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61852024-09-06T06:35:02.417Z[ recovery-image] Sep 06 06:35:01.892 INFO O| Sep 06 06:35:01.891 INFO STEP 714 (remove_files) COMPLETE
61862024-09-06T06:35:02.417Z[ recovery-image] Sep 06 06:35:01.892 INFO O| Sep 06 06:35:01.891 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-06T06:35:02.417Z[ recovery-image] Sep 06 06:35:01.908 INFO O| Sep 06 06:35:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61882024-09-06T06:35:02.417Z[ recovery-image] Sep 06 06:35:01.908 INFO O| Sep 06 06:35:01.908 INFO STEP 715 (remove_files) COMPLETE
61892024-09-06T06:35:02.417Z[ recovery-image] Sep 06 06:35:01.908 INFO O| Sep 06 06:35:01.908 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-06T06:35:02.442Z[ recovery-image] Sep 06 06:35:01.924 INFO O| Sep 06 06:35:01.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61912024-09-06T06:35:02.442Z[ recovery-image] Sep 06 06:35:01.924 INFO O| Sep 06 06:35:01.924 INFO STEP 716 (remove_files) COMPLETE
61922024-09-06T06:35:02.442Z[ recovery-image] Sep 06 06:35:01.924 INFO O| Sep 06 06:35:01.924 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-06T06:35:02.466Z[ recovery-image] Sep 06 06:35:01.939 INFO O| Sep 06 06:35:01.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61942024-09-06T06:35:02.466Z[ recovery-image] Sep 06 06:35:01.939 INFO O| Sep 06 06:35:01.939 INFO STEP 717 (remove_files) COMPLETE
61952024-09-06T06:35:02.466Z[ recovery-image] Sep 06 06:35:01.939 INFO O| Sep 06 06:35:01.939 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-06T06:35:02.491Z[ recovery-image] Sep 06 06:35:01.974 INFO O| Sep 06 06:35:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61972024-09-06T06:35:02.491Z[ recovery-image] Sep 06 06:35:01.974 INFO O| Sep 06 06:35:01.974 INFO STEP 718 (remove_files) COMPLETE
61982024-09-06T06:35:02.491Z[ recovery-image] Sep 06 06:35:01.974 INFO O| Sep 06 06:35:01.974 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-06T06:35:02.516Z[ recovery-image] Sep 06 06:35:01.994 INFO O| Sep 06 06:35:01.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62002024-09-06T06:35:02.516Z[ recovery-image] Sep 06 06:35:01.994 INFO O| Sep 06 06:35:01.994 INFO STEP 719 (remove_files) COMPLETE
62012024-09-06T06:35:02.516Z[ recovery-image] Sep 06 06:35:01.994 INFO O| Sep 06 06:35:01.994 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-06T06:35:02.516Z[ host-image] Sep 06 06:35:02.001 INFO O| Sep 06 06:35:02.001 INFO O| Done
62032024-09-06T06:35:02.561Z[ recovery-image] Sep 06 06:35:02.055 INFO O| Sep 06 06:35:02.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62042024-09-06T06:35:02.561Z[ recovery-image] Sep 06 06:35:02.055 INFO O| Sep 06 06:35:02.055 INFO STEP 720 (remove_files) COMPLETE
62052024-09-06T06:35:02.586Z[ recovery-image] Sep 06 06:35:02.055 INFO O| Sep 06 06:35:02.055 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-09-06T06:35:02.610Z[ recovery-image] Sep 06 06:35:02.089 INFO O| Sep 06 06:35:02.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62072024-09-06T06:35:02.610Z[ recovery-image] Sep 06 06:35:02.089 INFO O| Sep 06 06:35:02.089 INFO STEP 721 (remove_files) COMPLETE
62082024-09-06T06:35:02.610Z[ recovery-image] Sep 06 06:35:02.089 INFO O| Sep 06 06:35:02.089 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-09-06T06:35:02.643Z[ recovery-image] Sep 06 06:35:02.137 INFO O| Sep 06 06:35:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62102024-09-06T06:35:02.643Z[ recovery-image] Sep 06 06:35:02.137 INFO O| Sep 06 06:35:02.137 INFO STEP 722 (remove_files) COMPLETE
62112024-09-06T06:35:02.643Z[ recovery-image] Sep 06 06:35:02.137 INFO O| Sep 06 06:35:02.137 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-09-06T06:35:02.667Z[ recovery-image] Sep 06 06:35:02.154 INFO O| Sep 06 06:35:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62132024-09-06T06:35:02.667Z[ recovery-image] Sep 06 06:35:02.154 INFO O| Sep 06 06:35:02.154 INFO STEP 723 (remove_files) COMPLETE
62142024-09-06T06:35:02.668Z[ recovery-image] Sep 06 06:35:02.155 INFO O| Sep 06 06:35:02.154 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-06T06:35:02.692Z[ recovery-image] Sep 06 06:35:02.170 INFO O| Sep 06 06:35:02.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62162024-09-06T06:35:02.692Z[ recovery-image] Sep 06 06:35:02.170 INFO O| Sep 06 06:35:02.170 INFO STEP 724 (remove_files) COMPLETE
62172024-09-06T06:35:02.692Z[ recovery-image] Sep 06 06:35:02.171 INFO O| Sep 06 06:35:02.170 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-06T06:35:02.692Z[ recovery-image] Sep 06 06:35:02.185 INFO O| Sep 06 06:35:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62192024-09-06T06:35:02.692Z[ recovery-image] Sep 06 06:35:02.186 INFO O| Sep 06 06:35:02.185 INFO STEP 725 (remove_files) COMPLETE
62202024-09-06T06:35:02.692Z[ recovery-image] Sep 06 06:35:02.186 INFO O| Sep 06 06:35:02.186 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-09-06T06:35:02.716Z[ recovery-image] Sep 06 06:35:02.206 INFO O| Sep 06 06:35:02.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62222024-09-06T06:35:02.716Z[ recovery-image] Sep 06 06:35:02.207 INFO O| Sep 06 06:35:02.207 INFO STEP 726 (remove_files) COMPLETE
62232024-09-06T06:35:02.716Z[ recovery-image] Sep 06 06:35:02.207 INFO O| Sep 06 06:35:02.207 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-09-06T06:35:02.743Z[ recovery-image] Sep 06 06:35:02.237 INFO O| Sep 06 06:35:02.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62252024-09-06T06:35:02.768Z[ recovery-image] Sep 06 06:35:02.237 INFO O| Sep 06 06:35:02.237 INFO STEP 727 (remove_files) COMPLETE
62262024-09-06T06:35:02.768Z[ recovery-image] Sep 06 06:35:02.237 INFO O| Sep 06 06:35:02.237 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-09-06T06:35:02.799Z[ recovery-image] Sep 06 06:35:02.293 INFO O| Sep 06 06:35:02.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62282024-09-06T06:35:02.799Z[ recovery-image] Sep 06 06:35:02.293 INFO O| Sep 06 06:35:02.293 INFO STEP 728 (remove_files) COMPLETE
62292024-09-06T06:35:02.824Z[ recovery-image] Sep 06 06:35:02.293 INFO O| Sep 06 06:35:02.293 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-06T06:35:02.848Z[ recovery-image] Sep 06 06:35:02.328 INFO O| Sep 06 06:35:02.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62312024-09-06T06:35:02.848Z[ recovery-image] Sep 06 06:35:02.328 INFO O| Sep 06 06:35:02.328 INFO STEP 729 (remove_files) COMPLETE
62322024-09-06T06:35:02.848Z[ recovery-image] Sep 06 06:35:02.328 INFO O| Sep 06 06:35:02.328 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-09-06T06:35:02.872Z[ recovery-image] Sep 06 06:35:02.347 INFO O| Sep 06 06:35:02.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62342024-09-06T06:35:02.872Z[ recovery-image] Sep 06 06:35:02.348 INFO O| Sep 06 06:35:02.348 INFO STEP 730 (remove_files) COMPLETE
62352024-09-06T06:35:02.872Z[ recovery-image] Sep 06 06:35:02.348 INFO O| Sep 06 06:35:02.348 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-09-06T06:35:02.872Z[ recovery-image] Sep 06 06:35:02.363 INFO O| Sep 06 06:35:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62372024-09-06T06:35:02.872Z[ recovery-image] Sep 06 06:35:02.363 INFO O| Sep 06 06:35:02.363 INFO STEP 731 (remove_files) COMPLETE
62382024-09-06T06:35:02.873Z[ recovery-image] Sep 06 06:35:02.363 INFO O| Sep 06 06:35:02.363 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-09-06T06:35:02.897Z[ recovery-image] Sep 06 06:35:02.377 INFO O| Sep 06 06:35:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62402024-09-06T06:35:02.897Z[ recovery-image] Sep 06 06:35:02.377 INFO O| Sep 06 06:35:02.377 INFO STEP 732 (remove_files) COMPLETE
62412024-09-06T06:35:02.897Z[ recovery-image] Sep 06 06:35:02.378 INFO O| Sep 06 06:35:02.377 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-09-06T06:35:02.922Z[ recovery-image] Sep 06 06:35:02.392 INFO O| Sep 06 06:35:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62432024-09-06T06:35:02.922Z[ recovery-image] Sep 06 06:35:02.392 INFO O| Sep 06 06:35:02.392 INFO STEP 733 (remove_files) COMPLETE
62442024-09-06T06:35:02.922Z[ recovery-image] Sep 06 06:35:02.392 INFO O| Sep 06 06:35:02.392 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-09-06T06:35:02.922Z[ recovery-image] Sep 06 06:35:02.406 INFO O| Sep 06 06:35:02.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62462024-09-06T06:35:02.922Z[ recovery-image] Sep 06 06:35:02.406 INFO O| Sep 06 06:35:02.406 INFO STEP 734 (remove_files) COMPLETE
62472024-09-06T06:35:02.922Z[ recovery-image] Sep 06 06:35:02.407 INFO O| Sep 06 06:35:02.407 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-09-06T06:35:02.947Z[ recovery-image] Sep 06 06:35:02.421 INFO O| Sep 06 06:35:02.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62492024-09-06T06:35:02.947Z[ recovery-image] Sep 06 06:35:02.421 INFO O| Sep 06 06:35:02.421 INFO STEP 735 (remove_files) COMPLETE
62502024-09-06T06:35:02.947Z[ recovery-image] Sep 06 06:35:02.421 INFO O| Sep 06 06:35:02.421 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-09-06T06:35:02.947Z[ recovery-image] Sep 06 06:35:02.435 INFO O| Sep 06 06:35:02.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62522024-09-06T06:35:02.947Z[ recovery-image] Sep 06 06:35:02.436 INFO O| Sep 06 06:35:02.436 INFO STEP 736 (remove_files) COMPLETE
62532024-09-06T06:35:02.947Z[ recovery-image] Sep 06 06:35:02.436 INFO O| Sep 06 06:35:02.436 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-09-06T06:35:02.972Z[ recovery-image] Sep 06 06:35:02.450 INFO O| Sep 06 06:35:02.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62552024-09-06T06:35:02.972Z[ recovery-image] Sep 06 06:35:02.450 INFO O| Sep 06 06:35:02.450 INFO STEP 737 (remove_files) COMPLETE
62562024-09-06T06:35:02.972Z[ recovery-image] Sep 06 06:35:02.450 INFO O| Sep 06 06:35:02.450 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-09-06T06:35:02.972Z[ recovery-image] Sep 06 06:35:02.465 INFO O| Sep 06 06:35:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62582024-09-06T06:35:02.972Z[ recovery-image] Sep 06 06:35:02.465 INFO O| Sep 06 06:35:02.465 INFO STEP 738 (remove_files) COMPLETE
62592024-09-06T06:35:02.996Z[ recovery-image] Sep 06 06:35:02.466 INFO O| Sep 06 06:35:02.465 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-09-06T06:35:02.997Z[ recovery-image] Sep 06 06:35:02.484 INFO O| Sep 06 06:35:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62612024-09-06T06:35:02.997Z[ recovery-image] Sep 06 06:35:02.484 INFO O| Sep 06 06:35:02.484 INFO STEP 739 (remove_files) COMPLETE
62622024-09-06T06:35:02.997Z[ recovery-image] Sep 06 06:35:02.484 INFO O| Sep 06 06:35:02.484 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-09-06T06:35:03.023Z[ recovery-image] Sep 06 06:35:02.503 INFO O| Sep 06 06:35:02.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62642024-09-06T06:35:03.023Z[ recovery-image] Sep 06 06:35:02.503 INFO O| Sep 06 06:35:02.503 INFO STEP 740 (remove_files) COMPLETE
62652024-09-06T06:35:03.023Z[ recovery-image] Sep 06 06:35:02.503 INFO O| Sep 06 06:35:02.503 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-09-06T06:35:03.048Z[ recovery-image] Sep 06 06:35:02.525 INFO O| Sep 06 06:35:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62672024-09-06T06:35:03.048Z[ recovery-image] Sep 06 06:35:02.525 INFO O| Sep 06 06:35:02.525 INFO STEP 741 (remove_files) COMPLETE
62682024-09-06T06:35:03.048Z[ recovery-image] Sep 06 06:35:02.525 INFO O| Sep 06 06:35:02.525 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-09-06T06:35:03.048Z[ recovery-image] Sep 06 06:35:02.541 INFO O| Sep 06 06:35:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62702024-09-06T06:35:03.048Z[ recovery-image] Sep 06 06:35:02.541 INFO O| Sep 06 06:35:02.541 INFO STEP 742 (remove_files) COMPLETE
62712024-09-06T06:35:03.048Z[ recovery-image] Sep 06 06:35:02.542 INFO O| Sep 06 06:35:02.541 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-09-06T06:35:03.075Z[ recovery-image] Sep 06 06:35:02.557 INFO O| Sep 06 06:35:02.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62732024-09-06T06:35:03.075Z[ recovery-image] Sep 06 06:35:02.557 INFO O| Sep 06 06:35:02.557 INFO STEP 743 (remove_files) COMPLETE
62742024-09-06T06:35:03.075Z[ recovery-image] Sep 06 06:35:02.557 INFO O| Sep 06 06:35:02.557 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-09-06T06:35:03.100Z[ recovery-image] Sep 06 06:35:02.573 INFO O| Sep 06 06:35:02.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62762024-09-06T06:35:03.100Z[ recovery-image] Sep 06 06:35:02.573 INFO O| Sep 06 06:35:02.573 INFO STEP 744 (remove_files) COMPLETE
62772024-09-06T06:35:03.100Z[ recovery-image] Sep 06 06:35:02.573 INFO O| Sep 06 06:35:02.573 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-06T06:35:03.100Z[ recovery-image] Sep 06 06:35:02.589 INFO O| Sep 06 06:35:02.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62792024-09-06T06:35:03.100Z[ recovery-image] Sep 06 06:35:02.589 INFO O| Sep 06 06:35:02.589 INFO STEP 745 (remove_files) COMPLETE
62802024-09-06T06:35:03.100Z[ recovery-image] Sep 06 06:35:02.589 INFO O| Sep 06 06:35:02.589 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-09-06T06:35:03.124Z[ recovery-image] Sep 06 06:35:02.604 INFO O| Sep 06 06:35:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62822024-09-06T06:35:03.124Z[ recovery-image] Sep 06 06:35:02.605 INFO O| Sep 06 06:35:02.604 INFO STEP 746 (remove_files) COMPLETE
62832024-09-06T06:35:03.124Z[ recovery-image] Sep 06 06:35:02.605 INFO O| Sep 06 06:35:02.605 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-09-06T06:35:03.149Z[ recovery-image] Sep 06 06:35:02.620 INFO O| Sep 06 06:35:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62852024-09-06T06:35:03.149Z[ recovery-image] Sep 06 06:35:02.620 INFO O| Sep 06 06:35:02.620 INFO STEP 747 (remove_files) COMPLETE
62862024-09-06T06:35:03.149Z[ recovery-image] Sep 06 06:35:02.621 INFO O| Sep 06 06:35:02.620 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-09-06T06:35:03.149Z[ recovery-image] Sep 06 06:35:02.635 INFO O| Sep 06 06:35:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62882024-09-06T06:35:03.149Z[ recovery-image] Sep 06 06:35:02.636 INFO O| Sep 06 06:35:02.635 INFO STEP 748 (remove_files) COMPLETE
62892024-09-06T06:35:03.149Z[ recovery-image] Sep 06 06:35:02.636 INFO O| Sep 06 06:35:02.636 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-09-06T06:35:03.173Z[ recovery-image] Sep 06 06:35:02.650 INFO O| Sep 06 06:35:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62912024-09-06T06:35:03.174Z[ recovery-image] Sep 06 06:35:02.650 INFO O| Sep 06 06:35:02.650 INFO STEP 749 (remove_files) COMPLETE
62922024-09-06T06:35:03.174Z[ recovery-image] Sep 06 06:35:02.650 INFO O| Sep 06 06:35:02.650 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-09-06T06:35:03.210Z[ recovery-image] Sep 06 06:35:02.704 INFO O| Sep 06 06:35:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62942024-09-06T06:35:03.210Z[ recovery-image] Sep 06 06:35:02.704 INFO O| Sep 06 06:35:02.704 INFO STEP 750 (remove_files) COMPLETE
62952024-09-06T06:35:03.235Z[ recovery-image] Sep 06 06:35:02.704 INFO O| Sep 06 06:35:02.704 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-06T06:35:03.235Z[ recovery-image] Sep 06 06:35:02.725 INFO O| Sep 06 06:35:02.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62972024-09-06T06:35:03.235Z[ recovery-image] Sep 06 06:35:02.726 INFO O| Sep 06 06:35:02.725 INFO STEP 751 (remove_files) COMPLETE
62982024-09-06T06:35:03.235Z[ recovery-image] Sep 06 06:35:02.726 INFO O| Sep 06 06:35:02.726 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-06T06:35:03.259Z[ recovery-image] Sep 06 06:35:02.745 INFO O| Sep 06 06:35:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63002024-09-06T06:35:03.259Z[ recovery-image] Sep 06 06:35:02.746 INFO O| Sep 06 06:35:02.745 INFO STEP 752 (remove_files) COMPLETE
63012024-09-06T06:35:03.259Z[ recovery-image] Sep 06 06:35:02.746 INFO O| Sep 06 06:35:02.745 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-06T06:35:03.301Z[ recovery-image] Sep 06 06:35:02.794 INFO O| Sep 06 06:35:02.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63032024-09-06T06:35:03.301Z[ recovery-image] Sep 06 06:35:02.794 INFO O| Sep 06 06:35:02.794 INFO STEP 753 (remove_files) COMPLETE
63042024-09-06T06:35:03.301Z[ recovery-image] Sep 06 06:35:02.794 INFO O| Sep 06 06:35:02.794 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-09-06T06:35:03.326Z[ recovery-image] Sep 06 06:35:02.811 INFO O| Sep 06 06:35:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63062024-09-06T06:35:03.326Z[ recovery-image] Sep 06 06:35:02.812 INFO O| Sep 06 06:35:02.812 INFO STEP 754 (remove_files) COMPLETE
63072024-09-06T06:35:03.326Z[ recovery-image] Sep 06 06:35:02.812 INFO O| Sep 06 06:35:02.812 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-09-06T06:35:03.350Z[ recovery-image] Sep 06 06:35:02.840 INFO O| Sep 06 06:35:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63092024-09-06T06:35:03.350Z[ recovery-image] Sep 06 06:35:02.840 INFO O| Sep 06 06:35:02.840 INFO STEP 755 (remove_files) COMPLETE
63102024-09-06T06:35:03.350Z[ recovery-image] Sep 06 06:35:02.840 INFO O| Sep 06 06:35:02.840 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-06T06:35:03.375Z[ recovery-image] Sep 06 06:35:02.858 INFO O| Sep 06 06:35:02.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63122024-09-06T06:35:03.375Z[ recovery-image] Sep 06 06:35:02.858 INFO O| Sep 06 06:35:02.858 INFO STEP 756 (remove_files) COMPLETE
63132024-09-06T06:35:03.375Z[ recovery-image] Sep 06 06:35:02.858 INFO O| Sep 06 06:35:02.858 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-09-06T06:35:03.411Z[ recovery-image] Sep 06 06:35:02.873 INFO O| Sep 06 06:35:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63152024-09-06T06:35:03.411Z[ recovery-image] Sep 06 06:35:02.874 INFO O| Sep 06 06:35:02.873 INFO STEP 757 (remove_files) COMPLETE
63162024-09-06T06:35:03.411Z[ recovery-image] Sep 06 06:35:02.874 INFO O| Sep 06 06:35:02.874 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-09-06T06:35:03.411Z[ recovery-image] Sep 06 06:35:02.889 INFO O| Sep 06 06:35:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63182024-09-06T06:35:03.411Z[ recovery-image] Sep 06 06:35:02.890 INFO O| Sep 06 06:35:02.890 INFO STEP 758 (remove_files) COMPLETE
63192024-09-06T06:35:03.411Z[ recovery-image] Sep 06 06:35:02.890 INFO O| Sep 06 06:35:02.890 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-09-06T06:35:03.437Z[ recovery-image] Sep 06 06:35:02.922 INFO O| Sep 06 06:35:02.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63212024-09-06T06:35:03.437Z[ recovery-image] Sep 06 06:35:02.922 INFO O| Sep 06 06:35:02.922 INFO STEP 759 (remove_files) COMPLETE
63222024-09-06T06:35:03.462Z[ recovery-image] Sep 06 06:35:02.922 INFO O| Sep 06 06:35:02.922 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-09-06T06:35:03.462Z[ recovery-image] Sep 06 06:35:02.940 INFO O| Sep 06 06:35:02.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63242024-09-06T06:35:03.462Z[ recovery-image] Sep 06 06:35:02.941 INFO O| Sep 06 06:35:02.941 INFO STEP 760 (remove_files) COMPLETE
63252024-09-06T06:35:03.462Z[ recovery-image] Sep 06 06:35:02.941 INFO O| Sep 06 06:35:02.941 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-09-06T06:35:03.487Z[ recovery-image] Sep 06 06:35:02.956 INFO O| Sep 06 06:35:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63272024-09-06T06:35:03.487Z[ recovery-image] Sep 06 06:35:02.956 INFO O| Sep 06 06:35:02.956 INFO STEP 761 (remove_files) COMPLETE
63282024-09-06T06:35:03.487Z[ recovery-image] Sep 06 06:35:02.956 INFO O| Sep 06 06:35:02.956 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-09-06T06:35:03.511Z[ recovery-image] Sep 06 06:35:02.979 INFO O| Sep 06 06:35:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63302024-09-06T06:35:03.511Z[ recovery-image] Sep 06 06:35:02.979 INFO O| Sep 06 06:35:02.977 INFO STEP 762 (remove_files) COMPLETE
63312024-09-06T06:35:03.511Z[ recovery-image] Sep 06 06:35:02.979 INFO O| Sep 06 06:35:02.978 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-09-06T06:35:03.511Z[ recovery-image] Sep 06 06:35:03.001 INFO O| Sep 06 06:35:03.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63332024-09-06T06:35:03.511Z[ recovery-image] Sep 06 06:35:03.001 INFO O| Sep 06 06:35:03.001 INFO STEP 763 (remove_files) COMPLETE
63342024-09-06T06:35:03.511Z[ recovery-image] Sep 06 06:35:03.001 INFO O| Sep 06 06:35:03.001 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-09-06T06:35:03.549Z[ recovery-image] Sep 06 06:35:03.043 INFO O| Sep 06 06:35:03.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63362024-09-06T06:35:03.573Z[ recovery-image] Sep 06 06:35:03.043 INFO O| Sep 06 06:35:03.043 INFO STEP 764 (remove_files) COMPLETE
63372024-09-06T06:35:03.573Z[ recovery-image] Sep 06 06:35:03.043 INFO O| Sep 06 06:35:03.043 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-09-06T06:35:03.598Z[ recovery-image] Sep 06 06:35:03.072 INFO O| Sep 06 06:35:03.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63392024-09-06T06:35:03.598Z[ recovery-image] Sep 06 06:35:03.072 INFO O| Sep 06 06:35:03.072 INFO STEP 765 (remove_files) COMPLETE
63402024-09-06T06:35:03.598Z[ recovery-image] Sep 06 06:35:03.072 INFO O| Sep 06 06:35:03.072 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-09-06T06:35:03.598Z[ recovery-image] Sep 06 06:35:03.089 INFO O| Sep 06 06:35:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63422024-09-06T06:35:03.598Z[ recovery-image] Sep 06 06:35:03.089 INFO O| Sep 06 06:35:03.089 INFO STEP 766 (remove_files) COMPLETE
63432024-09-06T06:35:03.598Z[ recovery-image] Sep 06 06:35:03.089 INFO O| Sep 06 06:35:03.089 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-09-06T06:35:03.622Z[ recovery-image] Sep 06 06:35:03.105 INFO O| Sep 06 06:35:03.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63452024-09-06T06:35:03.622Z[ recovery-image] Sep 06 06:35:03.105 INFO O| Sep 06 06:35:03.105 INFO STEP 767 (remove_files) COMPLETE
63462024-09-06T06:35:03.622Z[ recovery-image] Sep 06 06:35:03.105 INFO O| Sep 06 06:35:03.105 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-09-06T06:35:03.648Z[ recovery-image] Sep 06 06:35:03.121 INFO O| Sep 06 06:35:03.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63482024-09-06T06:35:03.648Z[ recovery-image] Sep 06 06:35:03.121 INFO O| Sep 06 06:35:03.121 INFO STEP 768 (remove_files) COMPLETE
63492024-09-06T06:35:03.648Z[ recovery-image] Sep 06 06:35:03.121 INFO O| Sep 06 06:35:03.121 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-09-06T06:35:03.648Z[ recovery-image] Sep 06 06:35:03.136 INFO O| Sep 06 06:35:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63512024-09-06T06:35:03.648Z[ recovery-image] Sep 06 06:35:03.136 INFO O| Sep 06 06:35:03.136 INFO STEP 769 (remove_files) COMPLETE
63522024-09-06T06:35:03.648Z[ recovery-image] Sep 06 06:35:03.136 INFO O| Sep 06 06:35:03.136 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-09-06T06:35:03.673Z[ recovery-image] Sep 06 06:35:03.151 INFO O| Sep 06 06:35:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63542024-09-06T06:35:03.673Z[ recovery-image] Sep 06 06:35:03.151 INFO O| Sep 06 06:35:03.151 INFO STEP 770 (remove_files) COMPLETE
63552024-09-06T06:35:03.673Z[ recovery-image] Sep 06 06:35:03.151 INFO O| Sep 06 06:35:03.151 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-09-06T06:35:03.673Z[ recovery-image] Sep 06 06:35:03.166 INFO O| Sep 06 06:35:03.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63572024-09-06T06:35:03.673Z[ recovery-image] Sep 06 06:35:03.166 INFO O| Sep 06 06:35:03.166 INFO STEP 771 (remove_files) COMPLETE
63582024-09-06T06:35:03.673Z[ recovery-image] Sep 06 06:35:03.166 INFO O| Sep 06 06:35:03.166 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-09-06T06:35:03.697Z[ recovery-image] Sep 06 06:35:03.181 INFO O| Sep 06 06:35:03.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63602024-09-06T06:35:03.697Z[ recovery-image] Sep 06 06:35:03.181 INFO O| Sep 06 06:35:03.181 INFO STEP 772 (remove_files) COMPLETE
63612024-09-06T06:35:03.697Z[ recovery-image] Sep 06 06:35:03.181 INFO O| Sep 06 06:35:03.181 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-09-06T06:35:03.722Z[ recovery-image] Sep 06 06:35:03.195 INFO O| Sep 06 06:35:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63632024-09-06T06:35:03.722Z[ recovery-image] Sep 06 06:35:03.195 INFO O| Sep 06 06:35:03.195 INFO STEP 773 (remove_files) COMPLETE
63642024-09-06T06:35:03.722Z[ recovery-image] Sep 06 06:35:03.195 INFO O| Sep 06 06:35:03.195 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-09-06T06:35:03.722Z[ recovery-image] Sep 06 06:35:03.209 INFO O| Sep 06 06:35:03.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63662024-09-06T06:35:03.722Z[ recovery-image] Sep 06 06:35:03.209 INFO O| Sep 06 06:35:03.209 INFO STEP 774 (remove_files) COMPLETE
63672024-09-06T06:35:03.722Z[ recovery-image] Sep 06 06:35:03.209 INFO O| Sep 06 06:35:03.209 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-09-06T06:35:03.746Z[ recovery-image] Sep 06 06:35:03.222 INFO O| Sep 06 06:35:03.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63692024-09-06T06:35:03.746Z[ recovery-image] Sep 06 06:35:03.223 INFO O| Sep 06 06:35:03.223 INFO STEP 775 (remove_files) COMPLETE
63702024-09-06T06:35:03.747Z[ recovery-image] Sep 06 06:35:03.223 INFO O| Sep 06 06:35:03.223 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-09-06T06:35:03.747Z[ recovery-image] Sep 06 06:35:03.237 INFO O| Sep 06 06:35:03.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63722024-09-06T06:35:03.747Z[ recovery-image] Sep 06 06:35:03.237 INFO O| Sep 06 06:35:03.237 INFO STEP 776 (remove_files) COMPLETE
63732024-09-06T06:35:03.747Z[ recovery-image] Sep 06 06:35:03.237 INFO O| Sep 06 06:35:03.237 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-09-06T06:35:03.771Z[ recovery-image] Sep 06 06:35:03.251 INFO O| Sep 06 06:35:03.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63752024-09-06T06:35:03.771Z[ recovery-image] Sep 06 06:35:03.251 INFO O| Sep 06 06:35:03.251 INFO STEP 777 (remove_files) COMPLETE
63762024-09-06T06:35:03.771Z[ recovery-image] Sep 06 06:35:03.251 INFO O| Sep 06 06:35:03.251 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-09-06T06:35:03.796Z[ recovery-image] Sep 06 06:35:03.265 INFO O| Sep 06 06:35:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63782024-09-06T06:35:03.796Z[ recovery-image] Sep 06 06:35:03.265 INFO O| Sep 06 06:35:03.265 INFO STEP 778 (remove_files) COMPLETE
63792024-09-06T06:35:03.796Z[ recovery-image] Sep 06 06:35:03.265 INFO O| Sep 06 06:35:03.265 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-09-06T06:35:03.796Z[ recovery-image] Sep 06 06:35:03.280 INFO O| Sep 06 06:35:03.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63812024-09-06T06:35:03.796Z[ recovery-image] Sep 06 06:35:03.280 INFO O| Sep 06 06:35:03.280 INFO STEP 779 (remove_files) COMPLETE
63822024-09-06T06:35:03.796Z[ recovery-image] Sep 06 06:35:03.280 INFO O| Sep 06 06:35:03.280 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-09-06T06:35:03.821Z[ recovery-image] Sep 06 06:35:03.294 INFO O| Sep 06 06:35:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63842024-09-06T06:35:03.821Z[ recovery-image] Sep 06 06:35:03.294 INFO O| Sep 06 06:35:03.294 INFO STEP 780 (remove_files) COMPLETE
63852024-09-06T06:35:03.821Z[ recovery-image] Sep 06 06:35:03.294 INFO O| Sep 06 06:35:03.294 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-09-06T06:35:03.821Z[ recovery-image] Sep 06 06:35:03.308 INFO O| Sep 06 06:35:03.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63872024-09-06T06:35:03.821Z[ recovery-image] Sep 06 06:35:03.308 INFO O| Sep 06 06:35:03.308 INFO STEP 781 (remove_files) COMPLETE
63882024-09-06T06:35:03.821Z[ recovery-image] Sep 06 06:35:03.308 INFO O| Sep 06 06:35:03.308 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-09-06T06:35:03.845Z[ recovery-image] Sep 06 06:35:03.322 INFO O| Sep 06 06:35:03.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63902024-09-06T06:35:03.846Z[ recovery-image] Sep 06 06:35:03.322 INFO O| Sep 06 06:35:03.322 INFO STEP 782 (remove_files) COMPLETE
63912024-09-06T06:35:03.846Z[ recovery-image] Sep 06 06:35:03.322 INFO O| Sep 06 06:35:03.322 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-09-06T06:35:03.846Z[ recovery-image] Sep 06 06:35:03.336 INFO O| Sep 06 06:35:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63932024-09-06T06:35:03.846Z[ recovery-image] Sep 06 06:35:03.336 INFO O| Sep 06 06:35:03.336 INFO STEP 783 (remove_files) COMPLETE
63942024-09-06T06:35:03.846Z[ recovery-image] Sep 06 06:35:03.336 INFO O| Sep 06 06:35:03.336 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-09-06T06:35:03.870Z[ recovery-image] Sep 06 06:35:03.350 INFO O| Sep 06 06:35:03.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63962024-09-06T06:35:03.870Z[ recovery-image] Sep 06 06:35:03.350 INFO O| Sep 06 06:35:03.350 INFO STEP 784 (remove_files) COMPLETE
63972024-09-06T06:35:03.870Z[ recovery-image] Sep 06 06:35:03.350 INFO O| Sep 06 06:35:03.350 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-06T06:35:03.894Z[ recovery-image] Sep 06 06:35:03.364 INFO O| Sep 06 06:35:03.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63992024-09-06T06:35:03.894Z[ recovery-image] Sep 06 06:35:03.364 INFO O| Sep 06 06:35:03.364 INFO STEP 785 (remove_files) COMPLETE
64002024-09-06T06:35:03.894Z[ recovery-image] Sep 06 06:35:03.364 INFO O| Sep 06 06:35:03.364 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-06T06:35:03.894Z[ recovery-image] Sep 06 06:35:03.378 INFO O| Sep 06 06:35:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64022024-09-06T06:35:03.894Z[ recovery-image] Sep 06 06:35:03.378 INFO O| Sep 06 06:35:03.378 INFO STEP 786 (remove_files) COMPLETE
64032024-09-06T06:35:03.895Z[ recovery-image] Sep 06 06:35:03.378 INFO O| Sep 06 06:35:03.378 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-06T06:35:03.919Z[ recovery-image] Sep 06 06:35:03.392 INFO O| Sep 06 06:35:03.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64052024-09-06T06:35:03.919Z[ recovery-image] Sep 06 06:35:03.392 INFO O| Sep 06 06:35:03.392 INFO STEP 787 (remove_files) COMPLETE
64062024-09-06T06:35:03.919Z[ recovery-image] Sep 06 06:35:03.392 INFO O| Sep 06 06:35:03.392 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-09-06T06:35:03.919Z[ recovery-image] Sep 06 06:35:03.405 INFO O| Sep 06 06:35:03.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64082024-09-06T06:35:03.919Z[ recovery-image] Sep 06 06:35:03.405 INFO O| Sep 06 06:35:03.405 INFO STEP 788 (remove_files) COMPLETE
64092024-09-06T06:35:03.919Z[ recovery-image] Sep 06 06:35:03.405 INFO O| Sep 06 06:35:03.405 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-09-06T06:35:03.944Z[ recovery-image] Sep 06 06:35:03.421 INFO O| Sep 06 06:35:03.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64112024-09-06T06:35:03.944Z[ recovery-image] Sep 06 06:35:03.421 INFO O| Sep 06 06:35:03.421 INFO STEP 789 (remove_files) COMPLETE
64122024-09-06T06:35:03.944Z[ recovery-image] Sep 06 06:35:03.421 INFO O| Sep 06 06:35:03.421 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-09-06T06:35:03.944Z[ recovery-image] Sep 06 06:35:03.437 INFO O| Sep 06 06:35:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64142024-09-06T06:35:03.944Z[ recovery-image] Sep 06 06:35:03.437 INFO O| Sep 06 06:35:03.437 INFO STEP 790 (remove_files) COMPLETE
64152024-09-06T06:35:03.944Z[ recovery-image] Sep 06 06:35:03.437 INFO O| Sep 06 06:35:03.437 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-09-06T06:35:03.968Z[ recovery-image] Sep 06 06:35:03.454 INFO O| Sep 06 06:35:03.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64172024-09-06T06:35:03.968Z[ recovery-image] Sep 06 06:35:03.455 INFO O| Sep 06 06:35:03.454 INFO STEP 791 (remove_files) COMPLETE
64182024-09-06T06:35:03.969Z[ recovery-image] Sep 06 06:35:03.455 INFO O| Sep 06 06:35:03.455 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-09-06T06:35:03.993Z[ recovery-image] Sep 06 06:35:03.471 INFO O| Sep 06 06:35:03.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64202024-09-06T06:35:03.993Z[ recovery-image] Sep 06 06:35:03.471 INFO O| Sep 06 06:35:03.471 INFO STEP 792 (remove_files) COMPLETE
64212024-09-06T06:35:03.993Z[ recovery-image] Sep 06 06:35:03.471 INFO O| Sep 06 06:35:03.471 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-09-06T06:35:03.993Z[ recovery-image] Sep 06 06:35:03.487 INFO O| Sep 06 06:35:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64232024-09-06T06:35:03.993Z[ recovery-image] Sep 06 06:35:03.487 INFO O| Sep 06 06:35:03.487 INFO STEP 793 (remove_files) COMPLETE
64242024-09-06T06:35:04.018Z[ recovery-image] Sep 06 06:35:03.487 INFO O| Sep 06 06:35:03.487 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-09-06T06:35:04.018Z[ recovery-image] Sep 06 06:35:03.504 INFO O| Sep 06 06:35:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64262024-09-06T06:35:04.018Z[ recovery-image] Sep 06 06:35:03.504 INFO O| Sep 06 06:35:03.504 INFO STEP 794 (remove_files) COMPLETE
64272024-09-06T06:35:04.018Z[ recovery-image] Sep 06 06:35:03.504 INFO O| Sep 06 06:35:03.504 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-09-06T06:35:04.043Z[ recovery-image] Sep 06 06:35:03.521 INFO O| Sep 06 06:35:03.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64292024-09-06T06:35:04.043Z[ recovery-image] Sep 06 06:35:03.521 INFO O| Sep 06 06:35:03.521 INFO STEP 795 (remove_files) COMPLETE
64302024-09-06T06:35:04.043Z[ recovery-image] Sep 06 06:35:03.521 INFO O| Sep 06 06:35:03.521 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-09-06T06:35:04.043Z[ host-image] Sep 06 06:35:03.525 INFO O| Sep 06 06:35:03.525 INFO O| Done
64322024-09-06T06:35:04.067Z[ recovery-image] Sep 06 06:35:03.539 INFO O| Sep 06 06:35:03.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64332024-09-06T06:35:04.067Z[ recovery-image] Sep 06 06:35:03.539 INFO O| Sep 06 06:35:03.539 INFO STEP 796 (remove_files) COMPLETE
64342024-09-06T06:35:04.067Z[ recovery-image] Sep 06 06:35:03.539 INFO O| Sep 06 06:35:03.539 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-06T06:35:04.067Z[ host-image] Sep 06 06:35:03.560 INFO O| Sep 06 06:35:03.559 INFO O| Done
64362024-09-06T06:35:04.067Z[ recovery-image] Sep 06 06:35:03.560 INFO O| Sep 06 06:35:03.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64372024-09-06T06:35:04.068Z[ host-image] Sep 06 06:35:03.560 INFO O| Sep 06 06:35:03.560 INFO O| Done
64382024-09-06T06:35:04.068Z[ recovery-image] Sep 06 06:35:03.560 INFO O| Sep 06 06:35:03.560 INFO STEP 797 (remove_files) COMPLETE
64392024-09-06T06:35:04.068Z[ recovery-image] Sep 06 06:35:03.560 INFO O| Sep 06 06:35:03.560 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-09-06T06:35:04.092Z[ host-image] Sep 06 06:35:03.573 INFO O| Sep 06 06:35:03.573 INFO O| Done
64412024-09-06T06:35:04.092Z[ recovery-image] Sep 06 06:35:03.578 INFO O| Sep 06 06:35:03.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64422024-09-06T06:35:04.092Z[ recovery-image] Sep 06 06:35:03.578 INFO O| Sep 06 06:35:03.578 INFO STEP 798 (remove_files) COMPLETE
64432024-09-06T06:35:04.092Z[ recovery-image] Sep 06 06:35:03.578 INFO O| Sep 06 06:35:03.578 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-06T06:35:04.117Z[ recovery-image] Sep 06 06:35:03.595 INFO O| Sep 06 06:35:03.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64452024-09-06T06:35:04.117Z[ recovery-image] Sep 06 06:35:03.595 INFO O| Sep 06 06:35:03.595 INFO STEP 799 (remove_files) COMPLETE
64462024-09-06T06:35:04.117Z[ recovery-image] Sep 06 06:35:03.596 INFO O| Sep 06 06:35:03.595 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-06T06:35:04.141Z[ recovery-image] Sep 06 06:35:03.612 INFO O| Sep 06 06:35:03.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64482024-09-06T06:35:04.141Z[ recovery-image] Sep 06 06:35:03.613 INFO O| Sep 06 06:35:03.613 INFO STEP 800 (remove_files) COMPLETE
64492024-09-06T06:35:04.141Z[ recovery-image] Sep 06 06:35:03.613 INFO O| Sep 06 06:35:03.613 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-06T06:35:04.141Z[ recovery-image] Sep 06 06:35:03.630 INFO O| Sep 06 06:35:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64512024-09-06T06:35:04.141Z[ recovery-image] Sep 06 06:35:03.630 INFO O| Sep 06 06:35:03.630 INFO STEP 801 (remove_files) COMPLETE
64522024-09-06T06:35:04.141Z[ recovery-image] Sep 06 06:35:03.630 INFO O| Sep 06 06:35:03.630 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-06T06:35:04.166Z[ recovery-image] Sep 06 06:35:03.646 INFO O| Sep 06 06:35:03.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64542024-09-06T06:35:04.166Z[ recovery-image] Sep 06 06:35:03.646 INFO O| Sep 06 06:35:03.646 INFO STEP 802 (remove_files) COMPLETE
64552024-09-06T06:35:04.166Z[ recovery-image] Sep 06 06:35:03.647 INFO O| Sep 06 06:35:03.646 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-06T06:35:04.190Z[ recovery-image] Sep 06 06:35:03.669 INFO O| Sep 06 06:35:03.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64572024-09-06T06:35:04.190Z[ recovery-image] Sep 06 06:35:03.669 INFO O| Sep 06 06:35:03.669 INFO STEP 803 (remove_files) COMPLETE
64582024-09-06T06:35:04.190Z[ recovery-image] Sep 06 06:35:03.669 INFO O| Sep 06 06:35:03.669 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-06T06:35:04.215Z[ recovery-image] Sep 06 06:35:03.687 INFO O| Sep 06 06:35:03.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64602024-09-06T06:35:04.215Z[ recovery-image] Sep 06 06:35:03.688 INFO O| Sep 06 06:35:03.688 INFO STEP 804 (remove_files) COMPLETE
64612024-09-06T06:35:04.215Z[ recovery-image] Sep 06 06:35:03.688 INFO O| Sep 06 06:35:03.688 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-06T06:35:04.215Z[ recovery-image] Sep 06 06:35:03.705 INFO O| Sep 06 06:35:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64632024-09-06T06:35:04.215Z[ recovery-image] Sep 06 06:35:03.705 INFO O| Sep 06 06:35:03.705 INFO STEP 805 (remove_files) COMPLETE
64642024-09-06T06:35:04.215Z[ recovery-image] Sep 06 06:35:03.705 INFO O| Sep 06 06:35:03.705 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-06T06:35:04.239Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.713 INFO STEP 14 (pkg_install) COMPLETE
64662024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64672024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO skip step because feature "mfg" is not enabled
64682024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64692024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO skip step because feature "compliance" is not enabled
64702024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64712024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO skip step because feature "stress" is not enabled
64722024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64732024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO skip step because feature "nfs" is not enabled
64742024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
64752024-09-06T06:35:04.240Z[ host-image] Sep 06 06:35:03.714 INFO O| Sep 06 06:35:03.714 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
64762024-09-06T06:35:04.281Z[ recovery-image] Sep 06 06:35:03.773 INFO O| Sep 06 06:35:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64772024-09-06T06:35:04.281Z[ recovery-image] Sep 06 06:35:03.774 INFO O| Sep 06 06:35:03.774 INFO STEP 806 (remove_files) COMPLETE
64782024-09-06T06:35:04.305Z[ recovery-image] Sep 06 06:35:03.774 INFO O| Sep 06 06:35:03.774 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-09-06T06:35:04.305Z[ recovery-image] Sep 06 06:35:03.795 INFO O| Sep 06 06:35:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64802024-09-06T06:35:04.305Z[ recovery-image] Sep 06 06:35:03.796 INFO O| Sep 06 06:35:03.795 INFO STEP 807 (remove_files) COMPLETE
64812024-09-06T06:35:04.305Z[ recovery-image] Sep 06 06:35:03.796 INFO O| Sep 06 06:35:03.795 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-09-06T06:35:04.330Z[ host-image] Sep 06 06:35:03.801 INFO O| Sep 06 06:35:03.801 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
64832024-09-06T06:35:04.330Z[ recovery-image] Sep 06 06:35:03.815 INFO O| Sep 06 06:35:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64842024-09-06T06:35:04.330Z[ recovery-image] Sep 06 06:35:03.815 INFO O| Sep 06 06:35:03.815 INFO STEP 808 (remove_files) COMPLETE
64852024-09-06T06:35:04.330Z[ recovery-image] Sep 06 06:35:03.815 INFO O| Sep 06 06:35:03.815 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-06T06:35:04.354Z[ recovery-image] Sep 06 06:35:03.829 INFO O| Sep 06 06:35:03.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64872024-09-06T06:35:04.354Z[ recovery-image] Sep 06 06:35:03.829 INFO O| Sep 06 06:35:03.829 INFO STEP 809 (remove_files) COMPLETE
64882024-09-06T06:35:04.354Z[ recovery-image] Sep 06 06:35:03.829 INFO O| Sep 06 06:35:03.829 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-06T06:35:04.378Z[ host-image] Sep 06 06:35:03.849 INFO O| Sep 06 06:35:03.849 INFO completed processing gimlet/ramdisk-01-os
64902024-09-06T06:35:04.379Z[ host-image] Sep 06 06:35:03.852 INFO omicron1 baseline generation...
64912024-09-06T06:35:04.379Z[ host-image] Sep 06 06:35:03.852 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
64922024-09-06T06:35:04.379Z[ recovery-image] Sep 06 06:35:03.853 INFO O| Sep 06 06:35:03.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64932024-09-06T06:35:04.379Z[ recovery-image] Sep 06 06:35:03.853 INFO O| Sep 06 06:35:03.853 INFO STEP 810 (remove_files) COMPLETE
64942024-09-06T06:35:04.379Z[ recovery-image] Sep 06 06:35:03.853 INFO O| Sep 06 06:35:03.853 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-06T06:35:04.403Z[ recovery-image] Sep 06 06:35:03.878 INFO O| Sep 06 06:35:03.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64962024-09-06T06:35:04.403Z[ recovery-image] Sep 06 06:35:03.878 INFO O| Sep 06 06:35:03.878 INFO STEP 811 (remove_files) COMPLETE
64972024-09-06T06:35:04.403Z[ recovery-image] Sep 06 06:35:03.878 INFO O| Sep 06 06:35:03.878 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-06T06:35:04.403Z[ recovery-image] Sep 06 06:35:03.896 INFO O| Sep 06 06:35:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64992024-09-06T06:35:04.403Z[ recovery-image] Sep 06 06:35:03.896 INFO O| Sep 06 06:35:03.896 INFO STEP 812 (remove_files) COMPLETE
65002024-09-06T06:35:04.403Z[ recovery-image] Sep 06 06:35:03.897 INFO O| Sep 06 06:35:03.896 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-06T06:35:04.428Z[ recovery-image] Sep 06 06:35:03.913 INFO O| Sep 06 06:35:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65022024-09-06T06:35:04.428Z[ recovery-image] Sep 06 06:35:03.913 INFO O| Sep 06 06:35:03.913 INFO STEP 813 (remove_files) COMPLETE
65032024-09-06T06:35:04.428Z[ recovery-image] Sep 06 06:35:03.913 INFO O| Sep 06 06:35:03.913 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-06T06:35:04.452Z[ recovery-image] Sep 06 06:35:03.929 INFO O| Sep 06 06:35:03.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65052024-09-06T06:35:04.452Z[ recovery-image] Sep 06 06:35:03.930 INFO O| Sep 06 06:35:03.929 INFO STEP 814 (remove_files) COMPLETE
65062024-09-06T06:35:04.452Z[ recovery-image] Sep 06 06:35:03.930 INFO O| Sep 06 06:35:03.930 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-06T06:35:04.452Z[ recovery-image] Sep 06 06:35:03.945 INFO O| Sep 06 06:35:03.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65082024-09-06T06:35:04.452Z[ recovery-image] Sep 06 06:35:03.945 INFO O| Sep 06 06:35:03.945 INFO STEP 815 (remove_files) COMPLETE
65092024-09-06T06:35:04.452Z[ recovery-image] Sep 06 06:35:03.945 INFO O| Sep 06 06:35:03.945 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-06T06:35:04.478Z[ recovery-image] Sep 06 06:35:03.965 INFO O| Sep 06 06:35:03.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65112024-09-06T06:35:04.478Z[ recovery-image] Sep 06 06:35:03.965 INFO O| Sep 06 06:35:03.965 INFO STEP 816 (remove_files) COMPLETE
65122024-09-06T06:35:04.478Z[ recovery-image] Sep 06 06:35:03.965 INFO O| Sep 06 06:35:03.965 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-06T06:35:04.504Z[ recovery-image] Sep 06 06:35:03.980 INFO O| Sep 06 06:35:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65142024-09-06T06:35:04.504Z[ recovery-image] Sep 06 06:35:03.980 INFO O| Sep 06 06:35:03.980 INFO STEP 817 (remove_files) COMPLETE
65152024-09-06T06:35:04.504Z[ recovery-image] Sep 06 06:35:03.980 INFO O| Sep 06 06:35:03.980 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-06T06:35:04.528Z[ recovery-image] Sep 06 06:35:04.000 INFO O| Sep 06 06:35:04.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65172024-09-06T06:35:04.528Z[ recovery-image] Sep 06 06:35:04.000 INFO O| Sep 06 06:35:04.000 INFO STEP 818 (remove_files) COMPLETE
65182024-09-06T06:35:04.529Z[ recovery-image] Sep 06 06:35:04.000 INFO O| Sep 06 06:35:04.000 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-06T06:35:04.529Z[ recovery-image] Sep 06 06:35:04.020 INFO O| Sep 06 06:35:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65202024-09-06T06:35:04.529Z[ recovery-image] Sep 06 06:35:04.021 INFO O| Sep 06 06:35:04.021 INFO STEP 819 (remove_files) COMPLETE
65212024-09-06T06:35:04.529Z[ recovery-image] Sep 06 06:35:04.021 INFO O| Sep 06 06:35:04.021 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-06T06:35:04.553Z[ recovery-image] Sep 06 06:35:04.037 INFO O| Sep 06 06:35:04.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65232024-09-06T06:35:04.553Z[ recovery-image] Sep 06 06:35:04.037 INFO O| Sep 06 06:35:04.037 INFO STEP 820 (remove_files) COMPLETE
65242024-09-06T06:35:04.553Z[ recovery-image] Sep 06 06:35:04.037 INFO O| Sep 06 06:35:04.037 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-06T06:35:04.578Z[ recovery-image] Sep 06 06:35:04.053 INFO O| Sep 06 06:35:04.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65262024-09-06T06:35:04.578Z[ recovery-image] Sep 06 06:35:04.053 INFO O| Sep 06 06:35:04.053 INFO STEP 821 (remove_files) COMPLETE
65272024-09-06T06:35:04.578Z[ recovery-image] Sep 06 06:35:04.053 INFO O| Sep 06 06:35:04.053 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-06T06:35:04.578Z[ recovery-image] Sep 06 06:35:04.068 INFO O| Sep 06 06:35:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65292024-09-06T06:35:04.578Z[ recovery-image] Sep 06 06:35:04.068 INFO O| Sep 06 06:35:04.068 INFO STEP 822 (remove_files) COMPLETE
65302024-09-06T06:35:04.578Z[ recovery-image] Sep 06 06:35:04.068 INFO O| Sep 06 06:35:04.068 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-06T06:35:04.602Z[ recovery-image] Sep 06 06:35:04.082 INFO O| Sep 06 06:35:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65322024-09-06T06:35:04.602Z[ recovery-image] Sep 06 06:35:04.083 INFO O| Sep 06 06:35:04.083 INFO STEP 823 (remove_files) COMPLETE
65332024-09-06T06:35:04.602Z[ recovery-image] Sep 06 06:35:04.083 INFO O| Sep 06 06:35:04.083 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-06T06:35:04.626Z[ recovery-image] Sep 06 06:35:04.098 INFO O| Sep 06 06:35:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65352024-09-06T06:35:04.626Z[ recovery-image] Sep 06 06:35:04.098 INFO O| Sep 06 06:35:04.098 INFO STEP 824 (remove_files) COMPLETE
65362024-09-06T06:35:04.627Z[ recovery-image] Sep 06 06:35:04.098 INFO O| Sep 06 06:35:04.098 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-06T06:35:04.627Z[ recovery-image] Sep 06 06:35:04.114 INFO O| Sep 06 06:35:04.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65382024-09-06T06:35:04.627Z[ recovery-image] Sep 06 06:35:04.114 INFO O| Sep 06 06:35:04.114 INFO STEP 825 (remove_files) COMPLETE
65392024-09-06T06:35:04.627Z[ recovery-image] Sep 06 06:35:04.114 INFO O| Sep 06 06:35:04.114 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-06T06:35:04.651Z[ recovery-image] Sep 06 06:35:04.130 INFO O| Sep 06 06:35:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65412024-09-06T06:35:04.651Z[ recovery-image] Sep 06 06:35:04.131 INFO O| Sep 06 06:35:04.131 INFO STEP 826 (remove_files) COMPLETE
65422024-09-06T06:35:04.651Z[ recovery-image] Sep 06 06:35:04.131 INFO O| Sep 06 06:35:04.131 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-06T06:35:04.676Z[ recovery-image] Sep 06 06:35:04.150 INFO O| Sep 06 06:35:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65442024-09-06T06:35:04.676Z[ recovery-image] Sep 06 06:35:04.150 INFO O| Sep 06 06:35:04.150 INFO STEP 827 (remove_files) COMPLETE
65452024-09-06T06:35:04.676Z[ recovery-image] Sep 06 06:35:04.150 INFO O| Sep 06 06:35:04.150 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-06T06:35:04.676Z[ recovery-image] Sep 06 06:35:04.168 INFO O| Sep 06 06:35:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65472024-09-06T06:35:04.676Z[ recovery-image] Sep 06 06:35:04.168 INFO O| Sep 06 06:35:04.168 INFO STEP 828 (remove_files) COMPLETE
65482024-09-06T06:35:04.676Z[ recovery-image] Sep 06 06:35:04.168 INFO O| Sep 06 06:35:04.168 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-06T06:35:04.700Z[ recovery-image] Sep 06 06:35:04.185 INFO O| Sep 06 06:35:04.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65502024-09-06T06:35:04.700Z[ recovery-image] Sep 06 06:35:04.185 INFO O| Sep 06 06:35:04.185 INFO STEP 829 (remove_files) COMPLETE
65512024-09-06T06:35:04.700Z[ recovery-image] Sep 06 06:35:04.185 INFO O| Sep 06 06:35:04.185 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-06T06:35:04.725Z[ recovery-image] Sep 06 06:35:04.200 INFO O| Sep 06 06:35:04.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65532024-09-06T06:35:04.725Z[ recovery-image] Sep 06 06:35:04.200 INFO O| Sep 06 06:35:04.200 INFO STEP 830 (remove_files) COMPLETE
65542024-09-06T06:35:04.725Z[ recovery-image] Sep 06 06:35:04.200 INFO O| Sep 06 06:35:04.200 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-06T06:35:04.749Z[ recovery-image] Sep 06 06:35:04.223 INFO O| Sep 06 06:35:04.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65562024-09-06T06:35:04.750Z[ recovery-image] Sep 06 06:35:04.223 INFO O| Sep 06 06:35:04.223 INFO STEP 831 (remove_files) COMPLETE
65572024-09-06T06:35:04.750Z[ recovery-image] Sep 06 06:35:04.223 INFO O| Sep 06 06:35:04.223 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-06T06:35:04.750Z[ recovery-image] Sep 06 06:35:04.239 INFO O| Sep 06 06:35:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65592024-09-06T06:35:04.750Z[ recovery-image] Sep 06 06:35:04.239 INFO O| Sep 06 06:35:04.239 INFO STEP 832 (remove_files) COMPLETE
65602024-09-06T06:35:04.750Z[ recovery-image] Sep 06 06:35:04.239 INFO O| Sep 06 06:35:04.239 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-06T06:35:04.775Z[ recovery-image] Sep 06 06:35:04.255 INFO O| Sep 06 06:35:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65622024-09-06T06:35:04.775Z[ recovery-image] Sep 06 06:35:04.255 INFO O| Sep 06 06:35:04.255 INFO STEP 833 (remove_files) COMPLETE
65632024-09-06T06:35:04.775Z[ recovery-image] Sep 06 06:35:04.255 INFO O| Sep 06 06:35:04.255 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-06T06:35:04.800Z[ recovery-image] Sep 06 06:35:04.270 INFO O| Sep 06 06:35:04.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65652024-09-06T06:35:04.800Z[ recovery-image] Sep 06 06:35:04.270 INFO O| Sep 06 06:35:04.270 INFO STEP 834 (remove_files) COMPLETE
65662024-09-06T06:35:04.800Z[ recovery-image] Sep 06 06:35:04.270 INFO O| Sep 06 06:35:04.270 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-06T06:35:04.800Z[ recovery-image] Sep 06 06:35:04.284 INFO O| Sep 06 06:35:04.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65682024-09-06T06:35:04.800Z[ recovery-image] Sep 06 06:35:04.285 INFO O| Sep 06 06:35:04.284 INFO STEP 835 (remove_files) COMPLETE
65692024-09-06T06:35:04.800Z[ recovery-image] Sep 06 06:35:04.285 INFO O| Sep 06 06:35:04.285 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-06T06:35:04.825Z[ recovery-image] Sep 06 06:35:04.299 INFO O| Sep 06 06:35:04.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65712024-09-06T06:35:04.825Z[ recovery-image] Sep 06 06:35:04.299 INFO O| Sep 06 06:35:04.299 INFO STEP 836 (remove_files) COMPLETE
65722024-09-06T06:35:04.825Z[ recovery-image] Sep 06 06:35:04.299 INFO O| Sep 06 06:35:04.299 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-06T06:35:04.825Z[ recovery-image] Sep 06 06:35:04.313 INFO O| Sep 06 06:35:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65742024-09-06T06:35:04.825Z[ recovery-image] Sep 06 06:35:04.313 INFO O| Sep 06 06:35:04.313 INFO STEP 837 (remove_files) COMPLETE
65752024-09-06T06:35:04.825Z[ recovery-image] Sep 06 06:35:04.313 INFO O| Sep 06 06:35:04.313 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-06T06:35:04.849Z[ recovery-image] Sep 06 06:35:04.328 INFO O| Sep 06 06:35:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65772024-09-06T06:35:04.849Z[ recovery-image] Sep 06 06:35:04.328 INFO O| Sep 06 06:35:04.328 INFO STEP 838 (remove_files) COMPLETE
65782024-09-06T06:35:04.849Z[ recovery-image] Sep 06 06:35:04.328 INFO O| Sep 06 06:35:04.328 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-09-06T06:35:04.874Z[ recovery-image] Sep 06 06:35:04.349 INFO O| Sep 06 06:35:04.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65802024-09-06T06:35:04.874Z[ recovery-image] Sep 06 06:35:04.349 INFO O| Sep 06 06:35:04.349 INFO STEP 839 (remove_files) COMPLETE
65812024-09-06T06:35:04.874Z[ recovery-image] Sep 06 06:35:04.349 INFO O| Sep 06 06:35:04.349 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-09-06T06:35:04.899Z[ recovery-image] Sep 06 06:35:04.369 INFO O| Sep 06 06:35:04.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65832024-09-06T06:35:04.899Z[ recovery-image] Sep 06 06:35:04.369 INFO O| Sep 06 06:35:04.369 INFO STEP 840 (remove_files) COMPLETE
65842024-09-06T06:35:04.899Z[ recovery-image] Sep 06 06:35:04.369 INFO O| Sep 06 06:35:04.369 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-09-06T06:35:04.899Z[ host-image] Sep 06 06:35:04.373 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22846:20240905T210449Z
65862024-09-06T06:35:04.899Z[ recovery-image] Sep 06 06:35:04.386 INFO O| Sep 06 06:35:04.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65872024-09-06T06:35:04.899Z[ recovery-image] Sep 06 06:35:04.386 INFO O| Sep 06 06:35:04.386 INFO STEP 841 (remove_files) COMPLETE
65882024-09-06T06:35:04.899Z[ recovery-image] Sep 06 06:35:04.386 INFO O| Sep 06 06:35:04.386 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-06T06:35:04.923Z[ recovery-image] Sep 06 06:35:04.402 INFO O| Sep 06 06:35:04.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65902024-09-06T06:35:04.923Z[ recovery-image] Sep 06 06:35:04.402 INFO O| Sep 06 06:35:04.402 INFO STEP 842 (remove_files) COMPLETE
65912024-09-06T06:35:04.923Z[ recovery-image] Sep 06 06:35:04.402 INFO O| Sep 06 06:35:04.402 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-06T06:35:04.948Z[ recovery-image] Sep 06 06:35:04.418 INFO O| Sep 06 06:35:04.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65932024-09-06T06:35:04.948Z[ recovery-image] Sep 06 06:35:04.418 INFO O| Sep 06 06:35:04.418 INFO STEP 843 (remove_files) COMPLETE
65942024-09-06T06:35:04.948Z[ recovery-image] Sep 06 06:35:04.418 INFO O| Sep 06 06:35:04.418 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-06T06:35:04.948Z[ recovery-image] Sep 06 06:35:04.436 INFO O| Sep 06 06:35:04.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65962024-09-06T06:35:04.948Z[ recovery-image] Sep 06 06:35:04.436 INFO O| Sep 06 06:35:04.436 INFO STEP 844 (remove_files) COMPLETE
65972024-09-06T06:35:04.948Z[ recovery-image] Sep 06 06:35:04.436 INFO O| Sep 06 06:35:04.436 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-06T06:35:04.973Z[ recovery-image] Sep 06 06:35:04.457 INFO O| Sep 06 06:35:04.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65992024-09-06T06:35:04.973Z[ recovery-image] Sep 06 06:35:04.458 INFO O| Sep 06 06:35:04.458 INFO STEP 845 (remove_files) COMPLETE
66002024-09-06T06:35:04.973Z[ recovery-image] Sep 06 06:35:04.458 INFO O| Sep 06 06:35:04.458 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-06T06:35:04.997Z[ recovery-image] Sep 06 06:35:04.478 INFO O| Sep 06 06:35:04.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66022024-09-06T06:35:04.997Z[ recovery-image] Sep 06 06:35:04.478 INFO O| Sep 06 06:35:04.478 INFO STEP 846 (remove_files) COMPLETE
66032024-09-06T06:35:04.997Z[ recovery-image] Sep 06 06:35:04.478 INFO O| Sep 06 06:35:04.478 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-06T06:35:05.022Z[ recovery-image] Sep 06 06:35:04.502 INFO O| Sep 06 06:35:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66052024-09-06T06:35:05.022Z[ recovery-image] Sep 06 06:35:04.502 INFO O| Sep 06 06:35:04.502 INFO STEP 847 (remove_files) COMPLETE
66062024-09-06T06:35:05.022Z[ recovery-image] Sep 06 06:35:04.502 INFO O| Sep 06 06:35:04.502 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-06T06:35:05.047Z[ recovery-image] Sep 06 06:35:04.522 INFO O| Sep 06 06:35:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66082024-09-06T06:35:05.047Z[ recovery-image] Sep 06 06:35:04.522 INFO O| Sep 06 06:35:04.522 INFO STEP 848 (remove_files) COMPLETE
66092024-09-06T06:35:05.047Z[ recovery-image] Sep 06 06:35:04.522 INFO O| Sep 06 06:35:04.522 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-06T06:35:05.076Z[ recovery-image] Sep 06 06:35:04.544 INFO O| Sep 06 06:35:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66112024-09-06T06:35:05.076Z[ recovery-image] Sep 06 06:35:04.544 INFO O| Sep 06 06:35:04.544 INFO STEP 849 (remove_files) COMPLETE
66122024-09-06T06:35:05.076Z[ recovery-image] Sep 06 06:35:04.544 INFO O| Sep 06 06:35:04.544 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-06T06:35:05.076Z[ recovery-image] Sep 06 06:35:04.563 INFO O| Sep 06 06:35:04.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66142024-09-06T06:35:05.076Z[ recovery-image] Sep 06 06:35:04.563 INFO O| Sep 06 06:35:04.563 INFO STEP 850 (remove_files) COMPLETE
66152024-09-06T06:35:05.076Z[ recovery-image] Sep 06 06:35:04.563 INFO O| Sep 06 06:35:04.563 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-06T06:35:05.103Z[ recovery-image] Sep 06 06:35:04.581 INFO O| Sep 06 06:35:04.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66172024-09-06T06:35:05.103Z[ recovery-image] Sep 06 06:35:04.581 INFO O| Sep 06 06:35:04.581 INFO STEP 851 (remove_files) COMPLETE
66182024-09-06T06:35:05.103Z[ recovery-image] Sep 06 06:35:04.581 INFO O| Sep 06 06:35:04.581 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-06T06:35:05.103Z[ recovery-image] Sep 06 06:35:04.596 INFO O| Sep 06 06:35:04.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66202024-09-06T06:35:05.103Z[ recovery-image] Sep 06 06:35:04.597 INFO O| Sep 06 06:35:04.597 INFO STEP 852 (remove_files) COMPLETE
66212024-09-06T06:35:05.103Z[ recovery-image] Sep 06 06:35:04.597 INFO O| Sep 06 06:35:04.597 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-06T06:35:05.128Z[ recovery-image] Sep 06 06:35:04.618 INFO O| Sep 06 06:35:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66232024-09-06T06:35:05.128Z[ recovery-image] Sep 06 06:35:04.619 INFO O| Sep 06 06:35:04.619 INFO STEP 853 (remove_files) COMPLETE
66242024-09-06T06:35:05.128Z[ recovery-image] Sep 06 06:35:04.619 INFO O| Sep 06 06:35:04.619 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-06T06:35:05.153Z[ recovery-image] Sep 06 06:35:04.640 INFO O| Sep 06 06:35:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66262024-09-06T06:35:05.153Z[ recovery-image] Sep 06 06:35:04.641 INFO O| Sep 06 06:35:04.640 INFO STEP 854 (remove_files) COMPLETE
66272024-09-06T06:35:05.153Z[ recovery-image] Sep 06 06:35:04.641 INFO O| Sep 06 06:35:04.640 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-06T06:35:05.177Z[ recovery-image] Sep 06 06:35:04.663 INFO O| Sep 06 06:35:04.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66292024-09-06T06:35:05.177Z[ recovery-image] Sep 06 06:35:04.663 INFO O| Sep 06 06:35:04.663 INFO STEP 855 (remove_files) COMPLETE
66302024-09-06T06:35:05.177Z[ recovery-image] Sep 06 06:35:04.663 INFO O| Sep 06 06:35:04.663 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-06T06:35:05.202Z[ recovery-image] Sep 06 06:35:04.680 INFO O| Sep 06 06:35:04.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66322024-09-06T06:35:05.202Z[ recovery-image] Sep 06 06:35:04.680 INFO O| Sep 06 06:35:04.680 INFO STEP 856 (remove_files) COMPLETE
66332024-09-06T06:35:05.202Z[ recovery-image] Sep 06 06:35:04.680 INFO O| Sep 06 06:35:04.680 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-06T06:35:05.202Z[ recovery-image] Sep 06 06:35:04.696 INFO O| Sep 06 06:35:04.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66352024-09-06T06:35:05.226Z[ recovery-image] Sep 06 06:35:04.696 INFO O| Sep 06 06:35:04.696 INFO STEP 857 (remove_files) COMPLETE
66362024-09-06T06:35:05.226Z[ recovery-image] Sep 06 06:35:04.696 INFO O| Sep 06 06:35:04.696 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-06T06:35:05.226Z[ recovery-image] Sep 06 06:35:04.718 INFO O| Sep 06 06:35:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66382024-09-06T06:35:05.226Z[ recovery-image] Sep 06 06:35:04.718 INFO O| Sep 06 06:35:04.718 INFO STEP 858 (remove_files) COMPLETE
66392024-09-06T06:35:05.226Z[ recovery-image] Sep 06 06:35:04.718 INFO O| Sep 06 06:35:04.718 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-06T06:35:05.251Z[ recovery-image] Sep 06 06:35:04.735 INFO O| Sep 06 06:35:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66412024-09-06T06:35:05.251Z[ recovery-image] Sep 06 06:35:04.735 INFO O| Sep 06 06:35:04.735 INFO STEP 859 (remove_files) COMPLETE
66422024-09-06T06:35:05.251Z[ recovery-image] Sep 06 06:35:04.735 INFO O| Sep 06 06:35:04.735 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-06T06:35:05.276Z[ recovery-image] Sep 06 06:35:04.751 INFO O| Sep 06 06:35:04.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66442024-09-06T06:35:05.276Z[ recovery-image] Sep 06 06:35:04.751 INFO O| Sep 06 06:35:04.751 INFO STEP 860 (remove_files) COMPLETE
66452024-09-06T06:35:05.276Z[ recovery-image] Sep 06 06:35:04.751 INFO O| Sep 06 06:35:04.751 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-06T06:35:05.276Z[ recovery-image] Sep 06 06:35:04.765 INFO O| Sep 06 06:35:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66472024-09-06T06:35:05.276Z[ recovery-image] Sep 06 06:35:04.765 INFO O| Sep 06 06:35:04.765 INFO STEP 861 (remove_files) COMPLETE
66482024-09-06T06:35:05.276Z[ recovery-image] Sep 06 06:35:04.765 INFO O| Sep 06 06:35:04.765 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-06T06:35:05.300Z[ recovery-image] Sep 06 06:35:04.780 INFO O| Sep 06 06:35:04.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66502024-09-06T06:35:05.300Z[ recovery-image] Sep 06 06:35:04.780 INFO O| Sep 06 06:35:04.780 INFO STEP 862 (remove_files) COMPLETE
66512024-09-06T06:35:05.300Z[ recovery-image] Sep 06 06:35:04.780 INFO O| Sep 06 06:35:04.780 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-06T06:35:05.330Z[ recovery-image] Sep 06 06:35:04.824 INFO O| Sep 06 06:35:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66532024-09-06T06:35:05.330Z[ recovery-image] Sep 06 06:35:04.824 INFO O| Sep 06 06:35:04.824 INFO STEP 863 (remove_files) COMPLETE
66542024-09-06T06:35:05.330Z[ recovery-image] Sep 06 06:35:04.824 INFO O| Sep 06 06:35:04.824 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-06T06:35:05.354Z[ recovery-image] Sep 06 06:35:04.840 INFO O| Sep 06 06:35:04.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66562024-09-06T06:35:05.354Z[ recovery-image] Sep 06 06:35:04.840 INFO O| Sep 06 06:35:04.840 INFO STEP 864 (remove_files) COMPLETE
66572024-09-06T06:35:05.354Z[ recovery-image] Sep 06 06:35:04.840 INFO O| Sep 06 06:35:04.840 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-06T06:35:05.379Z[ recovery-image] Sep 06 06:35:04.854 INFO O| Sep 06 06:35:04.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66592024-09-06T06:35:05.379Z[ recovery-image] Sep 06 06:35:04.854 INFO O| Sep 06 06:35:04.854 INFO STEP 865 (remove_files) COMPLETE
66602024-09-06T06:35:05.379Z[ recovery-image] Sep 06 06:35:04.854 INFO O| Sep 06 06:35:04.854 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-06T06:35:05.379Z[ recovery-image] Sep 06 06:35:04.868 INFO O| Sep 06 06:35:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66622024-09-06T06:35:05.379Z[ recovery-image] Sep 06 06:35:04.868 INFO O| Sep 06 06:35:04.868 INFO STEP 866 (remove_files) COMPLETE
66632024-09-06T06:35:05.379Z[ recovery-image] Sep 06 06:35:04.868 INFO O| Sep 06 06:35:04.868 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-06T06:35:05.403Z[ recovery-image] Sep 06 06:35:04.881 INFO O| Sep 06 06:35:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66652024-09-06T06:35:05.403Z[ recovery-image] Sep 06 06:35:04.881 INFO O| Sep 06 06:35:04.881 INFO STEP 867 (remove_files) COMPLETE
66662024-09-06T06:35:05.403Z[ recovery-image] Sep 06 06:35:04.881 INFO O| Sep 06 06:35:04.881 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-06T06:35:05.427Z[ recovery-image] Sep 06 06:35:04.899 INFO O| Sep 06 06:35:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66682024-09-06T06:35:05.427Z[ recovery-image] Sep 06 06:35:04.899 INFO O| Sep 06 06:35:04.899 INFO STEP 868 (remove_files) COMPLETE
66692024-09-06T06:35:05.428Z[ recovery-image] Sep 06 06:35:04.899 INFO O| Sep 06 06:35:04.899 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-06T06:35:05.452Z[ recovery-image] Sep 06 06:35:04.939 INFO O| Sep 06 06:35:04.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66712024-09-06T06:35:05.452Z[ recovery-image] Sep 06 06:35:04.939 INFO O| Sep 06 06:35:04.939 INFO STEP 869 (remove_files) COMPLETE
66722024-09-06T06:35:05.452Z[ recovery-image] Sep 06 06:35:04.939 INFO O| Sep 06 06:35:04.939 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-06T06:35:05.476Z[ recovery-image] Sep 06 06:35:04.955 INFO O| Sep 06 06:35:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66742024-09-06T06:35:05.477Z[ recovery-image] Sep 06 06:35:04.955 INFO O| Sep 06 06:35:04.955 INFO STEP 870 (remove_files) COMPLETE
66752024-09-06T06:35:05.477Z[ recovery-image] Sep 06 06:35:04.955 INFO O| Sep 06 06:35:04.955 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-06T06:35:05.477Z[ recovery-image] Sep 06 06:35:04.967 INFO O| Sep 06 06:35:04.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66772024-09-06T06:35:05.477Z[ recovery-image] Sep 06 06:35:04.967 INFO O| Sep 06 06:35:04.967 INFO STEP 871 (remove_files) COMPLETE
66782024-09-06T06:35:05.477Z[ recovery-image] Sep 06 06:35:04.967 INFO O| Sep 06 06:35:04.967 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-06T06:35:05.501Z[ recovery-image] Sep 06 06:35:04.979 INFO O| Sep 06 06:35:04.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66802024-09-06T06:35:05.501Z[ recovery-image] Sep 06 06:35:04.980 INFO O| Sep 06 06:35:04.979 INFO STEP 872 (remove_files) COMPLETE
66812024-09-06T06:35:05.501Z[ recovery-image] Sep 06 06:35:04.980 INFO O| Sep 06 06:35:04.980 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-06T06:35:05.501Z[ recovery-image] Sep 06 06:35:04.992 INFO O| Sep 06 06:35:04.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66832024-09-06T06:35:05.501Z[ recovery-image] Sep 06 06:35:04.992 INFO O| Sep 06 06:35:04.992 INFO STEP 873 (remove_files) COMPLETE
66842024-09-06T06:35:05.501Z[ recovery-image] Sep 06 06:35:04.992 INFO O| Sep 06 06:35:04.992 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-06T06:35:05.525Z[ recovery-image] Sep 06 06:35:05.005 INFO O| Sep 06 06:35:05.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66862024-09-06T06:35:05.525Z[ recovery-image] Sep 06 06:35:05.005 INFO O| Sep 06 06:35:05.005 INFO STEP 874 (remove_files) COMPLETE
66872024-09-06T06:35:05.525Z[ recovery-image] Sep 06 06:35:05.005 INFO O| Sep 06 06:35:05.005 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-06T06:35:05.549Z[ recovery-image] Sep 06 06:35:05.030 INFO O| Sep 06 06:35:05.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66892024-09-06T06:35:05.549Z[ recovery-image] Sep 06 06:35:05.030 INFO O| Sep 06 06:35:05.030 INFO STEP 875 (remove_files) COMPLETE
66902024-09-06T06:35:05.550Z[ recovery-image] Sep 06 06:35:05.030 INFO O| Sep 06 06:35:05.030 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-06T06:35:05.605Z[ recovery-image] Sep 06 06:35:05.087 INFO O| Sep 06 06:35:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66922024-09-06T06:35:05.605Z[ recovery-image] Sep 06 06:35:05.087 INFO O| Sep 06 06:35:05.087 INFO STEP 876 (remove_files) COMPLETE
66932024-09-06T06:35:05.629Z[ recovery-image] Sep 06 06:35:05.087 INFO O| Sep 06 06:35:05.087 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-06T06:35:05.629Z[ recovery-image] Sep 06 06:35:05.119 INFO O| Sep 06 06:35:05.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66952024-09-06T06:35:05.629Z[ recovery-image] Sep 06 06:35:05.119 INFO O| Sep 06 06:35:05.119 INFO STEP 877 (remove_files) COMPLETE
66962024-09-06T06:35:05.630Z[ recovery-image] Sep 06 06:35:05.119 INFO O| Sep 06 06:35:05.119 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-06T06:35:05.654Z[ recovery-image] Sep 06 06:35:05.136 INFO O| Sep 06 06:35:05.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66982024-09-06T06:35:05.654Z[ recovery-image] Sep 06 06:35:05.136 INFO O| Sep 06 06:35:05.136 INFO STEP 878 (remove_files) COMPLETE
66992024-09-06T06:35:05.654Z[ recovery-image] Sep 06 06:35:05.136 INFO O| Sep 06 06:35:05.136 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-06T06:35:05.679Z[ recovery-image] Sep 06 06:35:05.153 INFO O| Sep 06 06:35:05.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67012024-09-06T06:35:05.679Z[ recovery-image] Sep 06 06:35:05.153 INFO O| Sep 06 06:35:05.153 INFO STEP 879 (remove_files) COMPLETE
67022024-09-06T06:35:05.679Z[ recovery-image] Sep 06 06:35:05.153 INFO O| Sep 06 06:35:05.153 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-06T06:35:05.712Z[ recovery-image] Sep 06 06:35:05.206 INFO O| Sep 06 06:35:05.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67042024-09-06T06:35:05.712Z[ recovery-image] Sep 06 06:35:05.206 INFO O| Sep 06 06:35:05.206 INFO STEP 880 (remove_files) COMPLETE
67052024-09-06T06:35:05.736Z[ recovery-image] Sep 06 06:35:05.206 INFO O| Sep 06 06:35:05.206 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-06T06:35:05.736Z[ recovery-image] Sep 06 06:35:05.222 INFO O| Sep 06 06:35:05.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67072024-09-06T06:35:05.736Z[ recovery-image] Sep 06 06:35:05.222 INFO O| Sep 06 06:35:05.222 INFO STEP 881 (remove_files) COMPLETE
67082024-09-06T06:35:05.736Z[ recovery-image] Sep 06 06:35:05.222 INFO O| Sep 06 06:35:05.222 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-06T06:35:05.762Z[ recovery-image] Sep 06 06:35:05.256 INFO O| Sep 06 06:35:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67102024-09-06T06:35:05.786Z[ recovery-image] Sep 06 06:35:05.276 INFO O| Sep 06 06:35:05.276 INFO STEP 882 (remove_files) COMPLETE
67112024-09-06T06:35:05.786Z[ recovery-image] Sep 06 06:35:05.276 INFO O| Sep 06 06:35:05.276 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-06T06:35:05.846Z[ recovery-image] Sep 06 06:35:05.340 INFO O| Sep 06 06:35:05.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67132024-09-06T06:35:05.846Z[ recovery-image] Sep 06 06:35:05.340 INFO O| Sep 06 06:35:05.340 INFO STEP 883 (remove_files) COMPLETE
67142024-09-06T06:35:05.846Z[ recovery-image] Sep 06 06:35:05.340 INFO O| Sep 06 06:35:05.340 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-06T06:35:05.908Z[ recovery-image] Sep 06 06:35:05.401 INFO O| Sep 06 06:35:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67162024-09-06T06:35:05.908Z[ recovery-image] Sep 06 06:35:05.401 INFO O| Sep 06 06:35:05.401 INFO STEP 884 (remove_files) COMPLETE
67172024-09-06T06:35:05.908Z[ recovery-image] Sep 06 06:35:05.401 INFO O| Sep 06 06:35:05.401 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-06T06:35:05.954Z[ recovery-image] Sep 06 06:35:05.448 INFO O| Sep 06 06:35:05.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67192024-09-06T06:35:05.954Z[ recovery-image] Sep 06 06:35:05.448 INFO O| Sep 06 06:35:05.448 INFO STEP 885 (remove_files) COMPLETE
67202024-09-06T06:35:05.954Z[ recovery-image] Sep 06 06:35:05.448 INFO O| Sep 06 06:35:05.448 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-06T06:35:06.013Z[ recovery-image] Sep 06 06:35:05.507 INFO O| Sep 06 06:35:05.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67222024-09-06T06:35:06.013Z[ recovery-image] Sep 06 06:35:05.507 INFO O| Sep 06 06:35:05.507 INFO STEP 886 (remove_files) COMPLETE
67232024-09-06T06:35:06.038Z[ recovery-image] Sep 06 06:35:05.507 INFO O| Sep 06 06:35:05.507 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-06T06:35:06.038Z[ recovery-image] Sep 06 06:35:05.529 INFO O| Sep 06 06:35:05.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67252024-09-06T06:35:06.038Z[ recovery-image] Sep 06 06:35:05.530 INFO O| Sep 06 06:35:05.530 INFO STEP 887 (remove_files) COMPLETE
67262024-09-06T06:35:06.038Z[ recovery-image] Sep 06 06:35:05.530 INFO O| Sep 06 06:35:05.530 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-06T06:35:06.063Z[ recovery-image] Sep 06 06:35:05.549 INFO O| Sep 06 06:35:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67282024-09-06T06:35:06.063Z[ recovery-image] Sep 06 06:35:05.549 INFO O| Sep 06 06:35:05.549 INFO STEP 888 (remove_files) COMPLETE
67292024-09-06T06:35:06.063Z[ recovery-image] Sep 06 06:35:05.549 INFO O| Sep 06 06:35:05.549 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-06T06:35:06.087Z[ recovery-image] Sep 06 06:35:05.564 INFO O| Sep 06 06:35:05.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67312024-09-06T06:35:06.087Z[ recovery-image] Sep 06 06:35:05.565 INFO O| Sep 06 06:35:05.565 INFO STEP 889 (remove_files) COMPLETE
67322024-09-06T06:35:06.087Z[ recovery-image] Sep 06 06:35:05.565 INFO O| Sep 06 06:35:05.565 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-06T06:35:06.088Z[ recovery-image] Sep 06 06:35:05.579 INFO O| Sep 06 06:35:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67342024-09-06T06:35:06.088Z[ recovery-image] Sep 06 06:35:05.579 INFO O| Sep 06 06:35:05.579 INFO STEP 890 (remove_files) COMPLETE
67352024-09-06T06:35:06.088Z[ recovery-image] Sep 06 06:35:05.579 INFO O| Sep 06 06:35:05.579 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-06T06:35:06.114Z[ recovery-image] Sep 06 06:35:05.595 INFO O| Sep 06 06:35:05.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67372024-09-06T06:35:06.114Z[ recovery-image] Sep 06 06:35:05.596 INFO O| Sep 06 06:35:05.595 INFO STEP 891 (remove_files) COMPLETE
67382024-09-06T06:35:06.114Z[ recovery-image] Sep 06 06:35:05.596 INFO O| Sep 06 06:35:05.596 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-06T06:35:06.139Z[ recovery-image] Sep 06 06:35:05.610 INFO O| Sep 06 06:35:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67402024-09-06T06:35:06.139Z[ recovery-image] Sep 06 06:35:05.610 INFO O| Sep 06 06:35:05.610 INFO STEP 892 (remove_files) COMPLETE
67412024-09-06T06:35:06.139Z[ recovery-image] Sep 06 06:35:05.610 INFO O| Sep 06 06:35:05.610 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-06T06:35:06.139Z[ recovery-image] Sep 06 06:35:05.623 INFO O| Sep 06 06:35:05.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67432024-09-06T06:35:06.139Z[ recovery-image] Sep 06 06:35:05.624 INFO O| Sep 06 06:35:05.624 INFO STEP 893 (remove_files) COMPLETE
67442024-09-06T06:35:06.139Z[ recovery-image] Sep 06 06:35:05.624 INFO O| Sep 06 06:35:05.624 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-06T06:35:06.164Z[ recovery-image] Sep 06 06:35:05.637 INFO O| Sep 06 06:35:05.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67462024-09-06T06:35:06.164Z[ recovery-image] Sep 06 06:35:05.637 INFO O| Sep 06 06:35:05.637 INFO STEP 894 (remove_files) COMPLETE
67472024-09-06T06:35:06.164Z[ recovery-image] Sep 06 06:35:05.637 INFO O| Sep 06 06:35:05.637 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-06T06:35:06.164Z[ recovery-image] Sep 06 06:35:05.656 INFO O| Sep 06 06:35:05.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67492024-09-06T06:35:06.164Z[ recovery-image] Sep 06 06:35:05.656 INFO O| Sep 06 06:35:05.656 INFO STEP 895 (remove_files) COMPLETE
67502024-09-06T06:35:06.164Z[ recovery-image] Sep 06 06:35:05.656 INFO O| Sep 06 06:35:05.656 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-06T06:35:06.189Z[ recovery-image] Sep 06 06:35:05.678 INFO O| Sep 06 06:35:05.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67522024-09-06T06:35:06.189Z[ recovery-image] Sep 06 06:35:05.678 INFO O| Sep 06 06:35:05.678 INFO STEP 896 (remove_files) COMPLETE
67532024-09-06T06:35:06.189Z[ recovery-image] Sep 06 06:35:05.678 INFO O| Sep 06 06:35:05.678 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-06T06:35:06.223Z[ recovery-image] Sep 06 06:35:05.717 INFO O| Sep 06 06:35:05.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67552024-09-06T06:35:06.223Z[ recovery-image] Sep 06 06:35:05.717 INFO O| Sep 06 06:35:05.717 INFO STEP 897 (remove_files) COMPLETE
67562024-09-06T06:35:06.247Z[ recovery-image] Sep 06 06:35:05.717 INFO O| Sep 06 06:35:05.717 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-06T06:35:06.272Z[ recovery-image] Sep 06 06:35:05.748 INFO O| Sep 06 06:35:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67582024-09-06T06:35:06.272Z[ recovery-image] Sep 06 06:35:05.748 INFO O| Sep 06 06:35:05.748 INFO STEP 898 (remove_files) COMPLETE
67592024-09-06T06:35:06.272Z[ recovery-image] Sep 06 06:35:05.748 INFO O| Sep 06 06:35:05.748 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-06T06:35:06.272Z[ recovery-image] Sep 06 06:35:05.761 INFO O| Sep 06 06:35:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67612024-09-06T06:35:06.272Z[ recovery-image] Sep 06 06:35:05.762 INFO O| Sep 06 06:35:05.762 INFO STEP 899 (remove_files) COMPLETE
67622024-09-06T06:35:06.272Z[ recovery-image] Sep 06 06:35:05.762 INFO O| Sep 06 06:35:05.762 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-06T06:35:06.301Z[ recovery-image] Sep 06 06:35:05.795 INFO O| Sep 06 06:35:05.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67642024-09-06T06:35:06.301Z[ recovery-image] Sep 06 06:35:05.795 INFO O| Sep 06 06:35:05.795 INFO STEP 900 (remove_files) COMPLETE
67652024-09-06T06:35:06.325Z[ recovery-image] Sep 06 06:35:05.795 INFO O| Sep 06 06:35:05.795 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-06T06:35:06.349Z[ recovery-image] Sep 06 06:35:05.841 INFO O| Sep 06 06:35:05.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67672024-09-06T06:35:06.349Z[ recovery-image] Sep 06 06:35:05.841 INFO O| Sep 06 06:35:05.841 INFO STEP 901 (remove_files) COMPLETE
67682024-09-06T06:35:06.349Z[ recovery-image] Sep 06 06:35:05.841 INFO O| Sep 06 06:35:05.841 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-06T06:35:06.396Z[ recovery-image] Sep 06 06:35:05.890 INFO O| Sep 06 06:35:05.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67702024-09-06T06:35:06.396Z[ recovery-image] Sep 06 06:35:05.890 INFO O| Sep 06 06:35:05.890 INFO STEP 902 (remove_files) COMPLETE
67712024-09-06T06:35:06.420Z[ recovery-image] Sep 06 06:35:05.890 INFO O| Sep 06 06:35:05.890 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-06T06:35:06.420Z[ recovery-image] Sep 06 06:35:05.905 INFO O| Sep 06 06:35:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67732024-09-06T06:35:06.420Z[ recovery-image] Sep 06 06:35:05.905 INFO O| Sep 06 06:35:05.905 INFO STEP 903 (remove_files) COMPLETE
67742024-09-06T06:35:06.420Z[ recovery-image] Sep 06 06:35:05.905 INFO O| Sep 06 06:35:05.905 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-06T06:35:06.444Z[ recovery-image] Sep 06 06:35:05.919 INFO O| Sep 06 06:35:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67762024-09-06T06:35:06.444Z[ recovery-image] Sep 06 06:35:05.919 INFO O| Sep 06 06:35:05.919 INFO STEP 904 (remove_files) COMPLETE
67772024-09-06T06:35:06.444Z[ recovery-image] Sep 06 06:35:05.920 INFO O| Sep 06 06:35:05.919 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-06T06:35:06.444Z[ recovery-image] Sep 06 06:35:05.933 INFO O| Sep 06 06:35:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67792024-09-06T06:35:06.444Z[ recovery-image] Sep 06 06:35:05.933 INFO O| Sep 06 06:35:05.933 INFO STEP 905 (remove_files) COMPLETE
67802024-09-06T06:35:06.444Z[ recovery-image] Sep 06 06:35:05.933 INFO O| Sep 06 06:35:05.933 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-06T06:35:06.469Z[ recovery-image] Sep 06 06:35:05.946 INFO O| Sep 06 06:35:05.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67822024-09-06T06:35:06.469Z[ recovery-image] Sep 06 06:35:05.946 INFO O| Sep 06 06:35:05.946 INFO STEP 906 (remove_files) COMPLETE
67832024-09-06T06:35:06.469Z[ recovery-image] Sep 06 06:35:05.946 INFO O| Sep 06 06:35:05.946 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-06T06:35:06.469Z[ recovery-image] Sep 06 06:35:05.959 INFO O| Sep 06 06:35:05.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67852024-09-06T06:35:06.469Z[ recovery-image] Sep 06 06:35:05.959 INFO O| Sep 06 06:35:05.959 INFO STEP 907 (remove_files) COMPLETE
67862024-09-06T06:35:06.469Z[ recovery-image] Sep 06 06:35:05.959 INFO O| Sep 06 06:35:05.959 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-06T06:35:06.499Z[ recovery-image] Sep 06 06:35:05.972 INFO O| Sep 06 06:35:05.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67882024-09-06T06:35:06.499Z[ recovery-image] Sep 06 06:35:05.972 INFO O| Sep 06 06:35:05.972 INFO STEP 908 (remove_files) COMPLETE
67892024-09-06T06:35:06.499Z[ recovery-image] Sep 06 06:35:05.972 INFO O| Sep 06 06:35:05.972 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-06T06:35:06.524Z[ recovery-image] Sep 06 06:35:06.003 INFO O| Sep 06 06:35:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67912024-09-06T06:35:06.524Z[ recovery-image] Sep 06 06:35:06.003 INFO O| Sep 06 06:35:06.003 INFO STEP 909 (remove_files) COMPLETE
67922024-09-06T06:35:06.524Z[ recovery-image] Sep 06 06:35:06.003 INFO O| Sep 06 06:35:06.003 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-06T06:35:06.567Z[ recovery-image] Sep 06 06:35:06.061 INFO O| Sep 06 06:35:06.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67942024-09-06T06:35:06.591Z[ recovery-image] Sep 06 06:35:06.061 INFO O| Sep 06 06:35:06.061 INFO STEP 910 (remove_files) COMPLETE
67952024-09-06T06:35:06.591Z[ recovery-image] Sep 06 06:35:06.061 INFO O| Sep 06 06:35:06.061 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-06T06:35:06.591Z[ recovery-image] Sep 06 06:35:06.075 INFO O| Sep 06 06:35:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67972024-09-06T06:35:06.591Z[ recovery-image] Sep 06 06:35:06.075 INFO O| Sep 06 06:35:06.075 INFO STEP 911 (remove_files) COMPLETE
67982024-09-06T06:35:06.592Z[ recovery-image] Sep 06 06:35:06.075 INFO O| Sep 06 06:35:06.075 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-06T06:35:06.616Z[ recovery-image] Sep 06 06:35:06.090 INFO O| Sep 06 06:35:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68002024-09-06T06:35:06.616Z[ recovery-image] Sep 06 06:35:06.090 INFO O| Sep 06 06:35:06.090 INFO STEP 912 (remove_files) COMPLETE
68012024-09-06T06:35:06.616Z[ recovery-image] Sep 06 06:35:06.090 INFO O| Sep 06 06:35:06.090 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-06T06:35:06.616Z[ recovery-image] Sep 06 06:35:06.107 INFO O| Sep 06 06:35:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68032024-09-06T06:35:06.616Z[ recovery-image] Sep 06 06:35:06.107 INFO O| Sep 06 06:35:06.107 INFO STEP 913 (remove_files) COMPLETE
68042024-09-06T06:35:06.616Z[ recovery-image] Sep 06 06:35:06.107 INFO O| Sep 06 06:35:06.107 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-06T06:35:06.640Z[ recovery-image] Sep 06 06:35:06.121 INFO O| Sep 06 06:35:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68062024-09-06T06:35:06.640Z[ recovery-image] Sep 06 06:35:06.121 INFO O| Sep 06 06:35:06.121 INFO STEP 914 (remove_files) COMPLETE
68072024-09-06T06:35:06.640Z[ recovery-image] Sep 06 06:35:06.121 INFO O| Sep 06 06:35:06.121 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-06T06:35:06.640Z[ recovery-image] Sep 06 06:35:06.134 INFO O| Sep 06 06:35:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68092024-09-06T06:35:06.640Z[ recovery-image] Sep 06 06:35:06.134 INFO O| Sep 06 06:35:06.134 INFO STEP 915 (remove_files) COMPLETE
68102024-09-06T06:35:06.665Z[ recovery-image] Sep 06 06:35:06.134 INFO O| Sep 06 06:35:06.134 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-06T06:35:06.665Z[ recovery-image] Sep 06 06:35:06.148 INFO O| Sep 06 06:35:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68122024-09-06T06:35:06.665Z[ recovery-image] Sep 06 06:35:06.148 INFO O| Sep 06 06:35:06.148 INFO STEP 916 (remove_files) COMPLETE
68132024-09-06T06:35:06.665Z[ recovery-image] Sep 06 06:35:06.148 INFO O| Sep 06 06:35:06.148 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-06T06:35:06.689Z[ recovery-image] Sep 06 06:35:06.161 INFO O| Sep 06 06:35:06.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68152024-09-06T06:35:06.689Z[ recovery-image] Sep 06 06:35:06.161 INFO O| Sep 06 06:35:06.161 INFO STEP 917 (remove_files) COMPLETE
68162024-09-06T06:35:06.689Z[ recovery-image] Sep 06 06:35:06.162 INFO O| Sep 06 06:35:06.161 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-06T06:35:06.689Z[ recovery-image] Sep 06 06:35:06.174 INFO O| Sep 06 06:35:06.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68182024-09-06T06:35:06.689Z[ recovery-image] Sep 06 06:35:06.175 INFO O| Sep 06 06:35:06.174 INFO STEP 918 (remove_files) COMPLETE
68192024-09-06T06:35:06.689Z[ recovery-image] Sep 06 06:35:06.175 INFO O| Sep 06 06:35:06.175 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-06T06:35:06.713Z[ recovery-image] Sep 06 06:35:06.196 INFO O| Sep 06 06:35:06.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68212024-09-06T06:35:06.713Z[ recovery-image] Sep 06 06:35:06.196 INFO O| Sep 06 06:35:06.196 INFO STEP 919 (remove_files) COMPLETE
68222024-09-06T06:35:06.713Z[ recovery-image] Sep 06 06:35:06.196 INFO O| Sep 06 06:35:06.196 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-06T06:35:06.738Z[ recovery-image] Sep 06 06:35:06.216 INFO O| Sep 06 06:35:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68242024-09-06T06:35:06.738Z[ recovery-image] Sep 06 06:35:06.216 INFO O| Sep 06 06:35:06.216 INFO STEP 920 (remove_files) COMPLETE
68252024-09-06T06:35:06.738Z[ recovery-image] Sep 06 06:35:06.216 INFO O| Sep 06 06:35:06.216 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-06T06:35:06.738Z[ recovery-image] Sep 06 06:35:06.229 INFO O| Sep 06 06:35:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68272024-09-06T06:35:06.738Z[ recovery-image] Sep 06 06:35:06.230 INFO O| Sep 06 06:35:06.230 INFO STEP 921 (remove_files) COMPLETE
68282024-09-06T06:35:06.738Z[ recovery-image] Sep 06 06:35:06.230 INFO O| Sep 06 06:35:06.230 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-06T06:35:06.800Z[ recovery-image] Sep 06 06:35:06.294 INFO O| Sep 06 06:35:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68302024-09-06T06:35:06.800Z[ recovery-image] Sep 06 06:35:06.294 INFO O| Sep 06 06:35:06.294 INFO STEP 922 (remove_files) COMPLETE
68312024-09-06T06:35:06.825Z[ recovery-image] Sep 06 06:35:06.294 INFO O| Sep 06 06:35:06.294 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-06T06:35:06.849Z[ recovery-image] Sep 06 06:35:06.321 INFO O| Sep 06 06:35:06.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68332024-09-06T06:35:06.849Z[ recovery-image] Sep 06 06:35:06.321 INFO O| Sep 06 06:35:06.321 INFO STEP 923 (remove_files) COMPLETE
68342024-09-06T06:35:06.849Z[ recovery-image] Sep 06 06:35:06.321 INFO O| Sep 06 06:35:06.321 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-06T06:35:06.849Z[ recovery-image] Sep 06 06:35:06.335 INFO O| Sep 06 06:35:06.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68362024-09-06T06:35:06.849Z[ recovery-image] Sep 06 06:35:06.335 INFO O| Sep 06 06:35:06.335 INFO STEP 924 (remove_files) COMPLETE
68372024-09-06T06:35:06.849Z[ recovery-image] Sep 06 06:35:06.335 INFO O| Sep 06 06:35:06.335 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-06T06:35:06.873Z[ recovery-image] Sep 06 06:35:06.348 INFO O| Sep 06 06:35:06.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68392024-09-06T06:35:06.873Z[ recovery-image] Sep 06 06:35:06.348 INFO O| Sep 06 06:35:06.348 INFO STEP 925 (remove_files) COMPLETE
68402024-09-06T06:35:06.873Z[ recovery-image] Sep 06 06:35:06.349 INFO O| Sep 06 06:35:06.348 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-06T06:35:06.873Z[ recovery-image] Sep 06 06:35:06.362 INFO O| Sep 06 06:35:06.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68422024-09-06T06:35:06.873Z[ recovery-image] Sep 06 06:35:06.362 INFO O| Sep 06 06:35:06.362 INFO STEP 926 (remove_files) COMPLETE
68432024-09-06T06:35:06.873Z[ recovery-image] Sep 06 06:35:06.362 INFO O| Sep 06 06:35:06.362 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-06T06:35:06.904Z[ recovery-image] Sep 06 06:35:06.398 INFO O| Sep 06 06:35:06.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68452024-09-06T06:35:06.904Z[ recovery-image] Sep 06 06:35:06.398 INFO O| Sep 06 06:35:06.398 INFO STEP 927 (remove_files) COMPLETE
68462024-09-06T06:35:06.904Z[ recovery-image] Sep 06 06:35:06.398 INFO O| Sep 06 06:35:06.398 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-06T06:35:06.929Z[ recovery-image] Sep 06 06:35:06.411 INFO O| Sep 06 06:35:06.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68482024-09-06T06:35:06.929Z[ recovery-image] Sep 06 06:35:06.411 INFO O| Sep 06 06:35:06.411 INFO STEP 928 (remove_files) COMPLETE
68492024-09-06T06:35:06.929Z[ recovery-image] Sep 06 06:35:06.411 INFO O| Sep 06 06:35:06.411 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-06T06:35:06.953Z[ recovery-image] Sep 06 06:35:06.424 INFO O| Sep 06 06:35:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68512024-09-06T06:35:06.953Z[ recovery-image] Sep 06 06:35:06.424 INFO O| Sep 06 06:35:06.424 INFO STEP 929 (remove_files) COMPLETE
68522024-09-06T06:35:06.953Z[ recovery-image] Sep 06 06:35:06.424 INFO O| Sep 06 06:35:06.424 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-06T06:35:06.953Z[ recovery-image] Sep 06 06:35:06.436 INFO O| Sep 06 06:35:06.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68542024-09-06T06:35:06.953Z[ recovery-image] Sep 06 06:35:06.437 INFO O| Sep 06 06:35:06.436 INFO STEP 930 (remove_files) COMPLETE
68552024-09-06T06:35:06.953Z[ recovery-image] Sep 06 06:35:06.437 INFO O| Sep 06 06:35:06.437 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-06T06:35:06.978Z[ recovery-image] Sep 06 06:35:06.464 INFO O| Sep 06 06:35:06.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68572024-09-06T06:35:06.978Z[ recovery-image] Sep 06 06:35:06.465 INFO O| Sep 06 06:35:06.464 INFO STEP 931 (remove_files) COMPLETE
68582024-09-06T06:35:06.978Z[ recovery-image] Sep 06 06:35:06.465 INFO O| Sep 06 06:35:06.465 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-06T06:35:07.002Z[ recovery-image] Sep 06 06:35:06.482 INFO O| Sep 06 06:35:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68602024-09-06T06:35:07.002Z[ recovery-image] Sep 06 06:35:06.482 INFO O| Sep 06 06:35:06.482 INFO STEP 932 (remove_files) COMPLETE
68612024-09-06T06:35:07.002Z[ recovery-image] Sep 06 06:35:06.482 INFO O| Sep 06 06:35:06.482 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-06T06:35:07.041Z[ recovery-image] Sep 06 06:35:06.513 INFO O| Sep 06 06:35:06.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68632024-09-06T06:35:07.041Z[ recovery-image] Sep 06 06:35:06.513 INFO O| Sep 06 06:35:06.513 INFO STEP 933 (remove_files) COMPLETE
68642024-09-06T06:35:07.041Z[ recovery-image] Sep 06 06:35:06.513 INFO O| Sep 06 06:35:06.513 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-06T06:35:07.041Z[ recovery-image] Sep 06 06:35:06.529 INFO O| Sep 06 06:35:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68662024-09-06T06:35:07.041Z[ recovery-image] Sep 06 06:35:06.529 INFO O| Sep 06 06:35:06.529 INFO STEP 934 (remove_files) COMPLETE
68672024-09-06T06:35:07.041Z[ recovery-image] Sep 06 06:35:06.529 INFO O| Sep 06 06:35:06.529 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-06T06:35:07.068Z[ recovery-image] Sep 06 06:35:06.562 INFO O| Sep 06 06:35:06.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68692024-09-06T06:35:07.068Z[ recovery-image] Sep 06 06:35:06.562 INFO O| Sep 06 06:35:06.562 INFO STEP 935 (remove_files) COMPLETE
68702024-09-06T06:35:07.068Z[ recovery-image] Sep 06 06:35:06.562 INFO O| Sep 06 06:35:06.562 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-06T06:35:07.135Z[ recovery-image] Sep 06 06:35:06.629 INFO O| Sep 06 06:35:06.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68722024-09-06T06:35:07.135Z[ recovery-image] Sep 06 06:35:06.629 INFO O| Sep 06 06:35:06.629 INFO STEP 936 (remove_files) COMPLETE
68732024-09-06T06:35:07.160Z[ recovery-image] Sep 06 06:35:06.629 INFO O| Sep 06 06:35:06.629 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-06T06:35:07.160Z[ recovery-image] Sep 06 06:35:06.646 INFO O| Sep 06 06:35:06.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68752024-09-06T06:35:07.160Z[ recovery-image] Sep 06 06:35:06.646 INFO O| Sep 06 06:35:06.646 INFO STEP 937 (remove_files) COMPLETE
68762024-09-06T06:35:07.160Z[ recovery-image] Sep 06 06:35:06.646 INFO O| Sep 06 06:35:06.646 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-06T06:35:07.185Z[ recovery-image] Sep 06 06:35:06.679 INFO O| Sep 06 06:35:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68782024-09-06T06:35:07.186Z[ recovery-image] Sep 06 06:35:06.679 INFO O| Sep 06 06:35:06.679 INFO STEP 938 (remove_files) COMPLETE
68792024-09-06T06:35:07.210Z[ recovery-image] Sep 06 06:35:06.679 INFO O| Sep 06 06:35:06.679 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-06T06:35:07.210Z[ recovery-image] Sep 06 06:35:06.698 INFO O| Sep 06 06:35:06.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68812024-09-06T06:35:07.210Z[ recovery-image] Sep 06 06:35:06.698 INFO O| Sep 06 06:35:06.698 INFO STEP 939 (remove_files) COMPLETE
68822024-09-06T06:35:07.210Z[ recovery-image] Sep 06 06:35:06.699 INFO O| Sep 06 06:35:06.698 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-06T06:35:07.240Z[ recovery-image] Sep 06 06:35:06.734 INFO O| Sep 06 06:35:06.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68842024-09-06T06:35:07.240Z[ recovery-image] Sep 06 06:35:06.734 INFO O| Sep 06 06:35:06.734 INFO STEP 940 (remove_files) COMPLETE
68852024-09-06T06:35:07.240Z[ recovery-image] Sep 06 06:35:06.734 INFO O| Sep 06 06:35:06.734 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-06T06:35:07.271Z[ recovery-image] Sep 06 06:35:06.765 INFO O| Sep 06 06:35:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68872024-09-06T06:35:07.271Z[ recovery-image] Sep 06 06:35:06.765 INFO O| Sep 06 06:35:06.765 INFO STEP 941 (remove_files) COMPLETE
68882024-09-06T06:35:07.271Z[ recovery-image] Sep 06 06:35:06.765 INFO O| Sep 06 06:35:06.765 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-06T06:35:07.296Z[ recovery-image] Sep 06 06:35:06.781 INFO O| Sep 06 06:35:06.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68902024-09-06T06:35:07.296Z[ recovery-image] Sep 06 06:35:06.781 INFO O| Sep 06 06:35:06.781 INFO STEP 942 (remove_files) COMPLETE
68912024-09-06T06:35:07.296Z[ recovery-image] Sep 06 06:35:06.781 INFO O| Sep 06 06:35:06.781 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-06T06:35:07.322Z[ recovery-image] Sep 06 06:35:06.816 INFO O| Sep 06 06:35:06.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68932024-09-06T06:35:07.322Z[ recovery-image] Sep 06 06:35:06.816 INFO O| Sep 06 06:35:06.816 INFO STEP 943 (remove_files) COMPLETE
68942024-09-06T06:35:07.322Z[ recovery-image] Sep 06 06:35:06.816 INFO O| Sep 06 06:35:06.816 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-06T06:35:07.365Z[ recovery-image] Sep 06 06:35:06.858 INFO O| Sep 06 06:35:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68962024-09-06T06:35:07.365Z[ recovery-image] Sep 06 06:35:06.859 INFO O| Sep 06 06:35:06.858 INFO STEP 944 (remove_files) COMPLETE
68972024-09-06T06:35:07.365Z[ recovery-image] Sep 06 06:35:06.859 INFO O| Sep 06 06:35:06.859 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-06T06:35:07.390Z[ recovery-image] Sep 06 06:35:06.877 INFO O| Sep 06 06:35:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68992024-09-06T06:35:07.390Z[ recovery-image] Sep 06 06:35:06.877 INFO O| Sep 06 06:35:06.877 INFO STEP 945 (remove_files) COMPLETE
69002024-09-06T06:35:07.390Z[ recovery-image] Sep 06 06:35:06.877 INFO O| Sep 06 06:35:06.877 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-06T06:35:07.416Z[ recovery-image] Sep 06 06:35:06.910 INFO O| Sep 06 06:35:06.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69022024-09-06T06:35:07.441Z[ recovery-image] Sep 06 06:35:06.910 INFO O| Sep 06 06:35:06.910 INFO STEP 946 (remove_files) COMPLETE
69032024-09-06T06:35:07.441Z[ recovery-image] Sep 06 06:35:06.910 INFO O| Sep 06 06:35:06.910 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-06T06:35:07.441Z[ recovery-image] Sep 06 06:35:06.929 INFO O| Sep 06 06:35:06.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69052024-09-06T06:35:07.441Z[ recovery-image] Sep 06 06:35:06.930 INFO O| Sep 06 06:35:06.930 INFO STEP 947 (remove_files) COMPLETE
69062024-09-06T06:35:07.441Z[ recovery-image] Sep 06 06:35:06.930 INFO O| Sep 06 06:35:06.930 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-06T06:35:07.465Z[ recovery-image] Sep 06 06:35:06.945 INFO O| Sep 06 06:35:06.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69082024-09-06T06:35:07.465Z[ recovery-image] Sep 06 06:35:06.945 INFO O| Sep 06 06:35:06.945 INFO STEP 948 (remove_files) COMPLETE
69092024-09-06T06:35:07.465Z[ recovery-image] Sep 06 06:35:06.945 INFO O| Sep 06 06:35:06.945 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-06T06:35:07.465Z[ recovery-image] Sep 06 06:35:06.959 INFO O| Sep 06 06:35:06.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69112024-09-06T06:35:07.465Z[ recovery-image] Sep 06 06:35:06.959 INFO O| Sep 06 06:35:06.959 INFO STEP 949 (remove_files) COMPLETE
69122024-09-06T06:35:07.465Z[ recovery-image] Sep 06 06:35:06.959 INFO O| Sep 06 06:35:06.959 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-06T06:35:07.496Z[ recovery-image] Sep 06 06:35:06.990 INFO O| Sep 06 06:35:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69142024-09-06T06:35:07.496Z[ recovery-image] Sep 06 06:35:06.990 INFO O| Sep 06 06:35:06.990 INFO STEP 950 (remove_files) COMPLETE
69152024-09-06T06:35:07.520Z[ recovery-image] Sep 06 06:35:06.990 INFO O| Sep 06 06:35:06.990 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-06T06:35:07.555Z[ recovery-image] Sep 06 06:35:07.048 INFO O| Sep 06 06:35:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69172024-09-06T06:35:07.555Z[ recovery-image] Sep 06 06:35:07.048 INFO O| Sep 06 06:35:07.048 INFO STEP 951 (remove_files) COMPLETE
69182024-09-06T06:35:07.555Z[ recovery-image] Sep 06 06:35:07.048 INFO O| Sep 06 06:35:07.048 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-06T06:35:07.611Z[ recovery-image] Sep 06 06:35:07.105 INFO O| Sep 06 06:35:07.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69202024-09-06T06:35:07.611Z[ recovery-image] Sep 06 06:35:07.105 INFO O| Sep 06 06:35:07.105 INFO STEP 952 (remove_files) COMPLETE
69212024-09-06T06:35:07.636Z[ recovery-image] Sep 06 06:35:07.105 INFO O| Sep 06 06:35:07.105 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-06T06:35:07.660Z[ recovery-image] Sep 06 06:35:07.147 INFO O| Sep 06 06:35:07.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69232024-09-06T06:35:07.660Z[ recovery-image] Sep 06 06:35:07.147 INFO O| Sep 06 06:35:07.147 INFO STEP 953 (remove_files) COMPLETE
69242024-09-06T06:35:07.660Z[ recovery-image] Sep 06 06:35:07.147 INFO O| Sep 06 06:35:07.147 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-06T06:35:07.685Z[ recovery-image] Sep 06 06:35:07.163 INFO O| Sep 06 06:35:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69262024-09-06T06:35:07.685Z[ recovery-image] Sep 06 06:35:07.163 INFO O| Sep 06 06:35:07.163 INFO STEP 954 (remove_files) COMPLETE
69272024-09-06T06:35:07.685Z[ recovery-image] Sep 06 06:35:07.163 INFO O| Sep 06 06:35:07.163 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-06T06:35:07.685Z[ recovery-image] Sep 06 06:35:07.177 INFO O| Sep 06 06:35:07.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69292024-09-06T06:35:07.685Z[ recovery-image] Sep 06 06:35:07.177 INFO O| Sep 06 06:35:07.177 INFO STEP 955 (remove_files) COMPLETE
69302024-09-06T06:35:07.685Z[ recovery-image] Sep 06 06:35:07.177 INFO O| Sep 06 06:35:07.177 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-06T06:35:07.710Z[ recovery-image] Sep 06 06:35:07.191 INFO O| Sep 06 06:35:07.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69322024-09-06T06:35:07.710Z[ recovery-image] Sep 06 06:35:07.191 INFO O| Sep 06 06:35:07.191 INFO STEP 956 (remove_files) COMPLETE
69332024-09-06T06:35:07.710Z[ recovery-image] Sep 06 06:35:07.191 INFO O| Sep 06 06:35:07.191 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-06T06:35:07.734Z[ recovery-image] Sep 06 06:35:07.217 INFO O| Sep 06 06:35:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69352024-09-06T06:35:07.734Z[ recovery-image] Sep 06 06:35:07.218 INFO O| Sep 06 06:35:07.218 INFO STEP 957 (remove_files) COMPLETE
69362024-09-06T06:35:07.734Z[ recovery-image] Sep 06 06:35:07.218 INFO O| Sep 06 06:35:07.218 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-06T06:35:07.763Z[ recovery-image] Sep 06 06:35:07.257 INFO O| Sep 06 06:35:07.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69382024-09-06T06:35:07.787Z[ recovery-image] Sep 06 06:35:07.257 INFO O| Sep 06 06:35:07.257 INFO STEP 958 (remove_files) COMPLETE
69392024-09-06T06:35:07.787Z[ recovery-image] Sep 06 06:35:07.257 INFO O| Sep 06 06:35:07.257 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-06T06:35:07.787Z[ recovery-image] Sep 06 06:35:07.272 INFO O| Sep 06 06:35:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69412024-09-06T06:35:07.787Z[ recovery-image] Sep 06 06:35:07.272 INFO O| Sep 06 06:35:07.272 INFO STEP 959 (remove_files) COMPLETE
69422024-09-06T06:35:07.787Z[ recovery-image] Sep 06 06:35:07.272 INFO O| Sep 06 06:35:07.272 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-06T06:35:07.812Z[ recovery-image] Sep 06 06:35:07.285 INFO O| Sep 06 06:35:07.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69442024-09-06T06:35:07.812Z[ recovery-image] Sep 06 06:35:07.286 INFO O| Sep 06 06:35:07.286 INFO STEP 960 (remove_files) COMPLETE
69452024-09-06T06:35:07.812Z[ recovery-image] Sep 06 06:35:07.286 INFO O| Sep 06 06:35:07.286 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-06T06:35:07.812Z[ recovery-image] Sep 06 06:35:07.299 INFO O| Sep 06 06:35:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69472024-09-06T06:35:07.812Z[ recovery-image] Sep 06 06:35:07.299 INFO O| Sep 06 06:35:07.299 INFO STEP 961 (remove_files) COMPLETE
69482024-09-06T06:35:07.812Z[ recovery-image] Sep 06 06:35:07.299 INFO O| Sep 06 06:35:07.299 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-06T06:35:07.837Z[ recovery-image] Sep 06 06:35:07.312 INFO O| Sep 06 06:35:07.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69502024-09-06T06:35:07.837Z[ recovery-image] Sep 06 06:35:07.312 INFO O| Sep 06 06:35:07.312 INFO STEP 962 (remove_files) COMPLETE
69512024-09-06T06:35:07.837Z[ recovery-image] Sep 06 06:35:07.312 INFO O| Sep 06 06:35:07.312 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-06T06:35:07.837Z[ recovery-image] Sep 06 06:35:07.324 INFO O| Sep 06 06:35:07.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69532024-09-06T06:35:07.837Z[ recovery-image] Sep 06 06:35:07.325 INFO O| Sep 06 06:35:07.325 INFO STEP 963 (remove_files) COMPLETE
69542024-09-06T06:35:07.837Z[ recovery-image] Sep 06 06:35:07.325 INFO O| Sep 06 06:35:07.325 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-06T06:35:07.861Z[ recovery-image] Sep 06 06:35:07.337 INFO O| Sep 06 06:35:07.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69562024-09-06T06:35:07.861Z[ recovery-image] Sep 06 06:35:07.337 INFO O| Sep 06 06:35:07.337 INFO STEP 964 (remove_files) COMPLETE
69572024-09-06T06:35:07.861Z[ recovery-image] Sep 06 06:35:07.338 INFO O| Sep 06 06:35:07.337 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-06T06:35:07.886Z[ recovery-image] Sep 06 06:35:07.367 INFO O| Sep 06 06:35:07.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69592024-09-06T06:35:07.886Z[ recovery-image] Sep 06 06:35:07.367 INFO O| Sep 06 06:35:07.367 INFO STEP 965 (remove_files) COMPLETE
69602024-09-06T06:35:07.886Z[ recovery-image] Sep 06 06:35:07.367 INFO O| Sep 06 06:35:07.367 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-06T06:35:07.911Z[ recovery-image] Sep 06 06:35:07.386 INFO O| Sep 06 06:35:07.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69622024-09-06T06:35:07.911Z[ recovery-image] Sep 06 06:35:07.386 INFO O| Sep 06 06:35:07.386 INFO STEP 966 (remove_files) COMPLETE
69632024-09-06T06:35:07.911Z[ recovery-image] Sep 06 06:35:07.386 INFO O| Sep 06 06:35:07.386 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-06T06:35:07.935Z[ recovery-image] Sep 06 06:35:07.417 INFO O| Sep 06 06:35:07.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69652024-09-06T06:35:07.935Z[ recovery-image] Sep 06 06:35:07.417 INFO O| Sep 06 06:35:07.417 INFO STEP 967 (remove_files) COMPLETE
69662024-09-06T06:35:07.935Z[ recovery-image] Sep 06 06:35:07.417 INFO O| Sep 06 06:35:07.417 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-06T06:35:07.960Z[ recovery-image] Sep 06 06:35:07.435 INFO O| Sep 06 06:35:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69682024-09-06T06:35:07.960Z[ recovery-image] Sep 06 06:35:07.435 INFO O| Sep 06 06:35:07.435 INFO STEP 968 (remove_files) COMPLETE
69692024-09-06T06:35:07.960Z[ recovery-image] Sep 06 06:35:07.435 INFO O| Sep 06 06:35:07.435 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-06T06:35:08.022Z[ recovery-image] Sep 06 06:35:07.516 INFO O| Sep 06 06:35:07.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69712024-09-06T06:35:08.023Z[ recovery-image] Sep 06 06:35:07.516 INFO O| Sep 06 06:35:07.516 INFO STEP 969 (remove_files) COMPLETE
69722024-09-06T06:35:08.047Z[ recovery-image] Sep 06 06:35:07.516 INFO O| Sep 06 06:35:07.516 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-06T06:35:08.078Z[ recovery-image] Sep 06 06:35:07.572 INFO O| Sep 06 06:35:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69742024-09-06T06:35:08.078Z[ recovery-image] Sep 06 06:35:07.572 INFO O| Sep 06 06:35:07.572 INFO STEP 970 (remove_files) COMPLETE
69752024-09-06T06:35:08.103Z[ recovery-image] Sep 06 06:35:07.572 INFO O| Sep 06 06:35:07.572 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-06T06:35:08.103Z[ recovery-image] Sep 06 06:35:07.587 INFO O| Sep 06 06:35:07.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69772024-09-06T06:35:08.103Z[ recovery-image] Sep 06 06:35:07.588 INFO O| Sep 06 06:35:07.587 INFO STEP 971 (remove_files) COMPLETE
69782024-09-06T06:35:08.103Z[ recovery-image] Sep 06 06:35:07.588 INFO O| Sep 06 06:35:07.588 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-06T06:35:08.137Z[ recovery-image] Sep 06 06:35:07.631 INFO O| Sep 06 06:35:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69802024-09-06T06:35:08.137Z[ recovery-image] Sep 06 06:35:07.631 INFO O| Sep 06 06:35:07.631 INFO STEP 972 (remove_files) COMPLETE
69812024-09-06T06:35:08.162Z[ recovery-image] Sep 06 06:35:07.631 INFO O| Sep 06 06:35:07.631 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-06T06:35:08.186Z[ recovery-image] Sep 06 06:35:07.679 INFO O| Sep 06 06:35:07.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69832024-09-06T06:35:08.186Z[ recovery-image] Sep 06 06:35:07.679 INFO O| Sep 06 06:35:07.679 INFO STEP 973 (remove_files) COMPLETE
69842024-09-06T06:35:08.186Z[ recovery-image] Sep 06 06:35:07.679 INFO O| Sep 06 06:35:07.679 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-06T06:35:08.211Z[ recovery-image] Sep 06 06:35:07.698 INFO O| Sep 06 06:35:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69862024-09-06T06:35:08.211Z[ recovery-image] Sep 06 06:35:07.698 INFO O| Sep 06 06:35:07.698 INFO STEP 974 (remove_files) COMPLETE
69872024-09-06T06:35:08.211Z[ recovery-image] Sep 06 06:35:07.698 INFO O| Sep 06 06:35:07.698 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-06T06:35:08.254Z[ recovery-image] Sep 06 06:35:07.748 INFO O| Sep 06 06:35:07.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69892024-09-06T06:35:08.279Z[ recovery-image] Sep 06 06:35:07.748 INFO O| Sep 06 06:35:07.748 INFO STEP 975 (remove_files) COMPLETE
69902024-09-06T06:35:08.279Z[ recovery-image] Sep 06 06:35:07.749 INFO O| Sep 06 06:35:07.748 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-06T06:35:08.279Z[ recovery-image] Sep 06 06:35:07.767 INFO O| Sep 06 06:35:07.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69922024-09-06T06:35:08.279Z[ recovery-image] Sep 06 06:35:07.767 INFO O| Sep 06 06:35:07.767 INFO STEP 976 (remove_files) COMPLETE
69932024-09-06T06:35:08.279Z[ recovery-image] Sep 06 06:35:07.768 INFO O| Sep 06 06:35:07.768 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-06T06:35:08.305Z[ recovery-image] Sep 06 06:35:07.799 INFO O| Sep 06 06:35:07.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69952024-09-06T06:35:08.330Z[ recovery-image] Sep 06 06:35:07.819 INFO O| Sep 06 06:35:07.819 INFO STEP 977 (remove_files) COMPLETE
69962024-09-06T06:35:08.330Z[ recovery-image] Sep 06 06:35:07.819 INFO O| Sep 06 06:35:07.819 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-06T06:35:08.354Z[ recovery-image] Sep 06 06:35:07.839 INFO O| Sep 06 06:35:07.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69982024-09-06T06:35:08.354Z[ recovery-image] Sep 06 06:35:07.839 INFO O| Sep 06 06:35:07.839 INFO STEP 978 (remove_files) COMPLETE
69992024-09-06T06:35:08.354Z[ recovery-image] Sep 06 06:35:07.839 INFO O| Sep 06 06:35:07.839 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-06T06:35:08.379Z[ recovery-image] Sep 06 06:35:07.869 INFO O| Sep 06 06:35:07.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70012024-09-06T06:35:08.379Z[ recovery-image] Sep 06 06:35:07.869 INFO O| Sep 06 06:35:07.869 INFO STEP 979 (remove_files) COMPLETE
70022024-09-06T06:35:08.379Z[ recovery-image] Sep 06 06:35:07.869 INFO O| Sep 06 06:35:07.869 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-06T06:35:08.403Z[ recovery-image] Sep 06 06:35:07.887 INFO O| Sep 06 06:35:07.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70042024-09-06T06:35:08.403Z[ recovery-image] Sep 06 06:35:07.887 INFO O| Sep 06 06:35:07.887 INFO STEP 980 (remove_files) COMPLETE
70052024-09-06T06:35:08.403Z[ recovery-image] Sep 06 06:35:07.887 INFO O| Sep 06 06:35:07.887 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-06T06:35:08.428Z[ recovery-image] Sep 06 06:35:07.902 INFO O| Sep 06 06:35:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70072024-09-06T06:35:08.428Z[ recovery-image] Sep 06 06:35:07.902 INFO O| Sep 06 06:35:07.902 INFO STEP 981 (remove_files) COMPLETE
70082024-09-06T06:35:08.428Z[ recovery-image] Sep 06 06:35:07.902 INFO O| Sep 06 06:35:07.902 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-06T06:35:08.453Z[ recovery-image] Sep 06 06:35:07.944 INFO O| Sep 06 06:35:07.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70102024-09-06T06:35:08.453Z[ recovery-image] Sep 06 06:35:07.944 INFO O| Sep 06 06:35:07.944 INFO STEP 982 (remove_files) COMPLETE
70112024-09-06T06:35:08.453Z[ recovery-image] Sep 06 06:35:07.944 INFO O| Sep 06 06:35:07.944 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-06T06:35:08.477Z[ recovery-image] Sep 06 06:35:07.967 INFO O| Sep 06 06:35:07.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70132024-09-06T06:35:08.477Z[ recovery-image] Sep 06 06:35:07.967 INFO O| Sep 06 06:35:07.967 INFO STEP 983 (remove_files) COMPLETE
70142024-09-06T06:35:08.477Z[ recovery-image] Sep 06 06:35:07.967 INFO O| Sep 06 06:35:07.967 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-06T06:35:08.502Z[ recovery-image] Sep 06 06:35:07.981 INFO O| Sep 06 06:35:07.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70162024-09-06T06:35:08.502Z[ recovery-image] Sep 06 06:35:07.981 INFO O| Sep 06 06:35:07.981 INFO STEP 984 (remove_files) COMPLETE
70172024-09-06T06:35:08.502Z[ recovery-image] Sep 06 06:35:07.981 INFO O| Sep 06 06:35:07.981 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-06T06:35:08.502Z[ recovery-image] Sep 06 06:35:07.995 INFO O| Sep 06 06:35:07.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70192024-09-06T06:35:08.502Z[ recovery-image] Sep 06 06:35:07.995 INFO O| Sep 06 06:35:07.995 INFO STEP 985 (remove_files) COMPLETE
70202024-09-06T06:35:08.502Z[ recovery-image] Sep 06 06:35:07.995 INFO O| Sep 06 06:35:07.995 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-06T06:35:08.527Z[ recovery-image] Sep 06 06:35:08.009 INFO O| Sep 06 06:35:08.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70222024-09-06T06:35:08.527Z[ recovery-image] Sep 06 06:35:08.009 INFO O| Sep 06 06:35:08.009 INFO STEP 986 (remove_files) COMPLETE
70232024-09-06T06:35:08.527Z[ recovery-image] Sep 06 06:35:08.009 INFO O| Sep 06 06:35:08.009 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-06T06:35:08.551Z[ recovery-image] Sep 06 06:35:08.024 INFO O| Sep 06 06:35:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70252024-09-06T06:35:08.551Z[ recovery-image] Sep 06 06:35:08.024 INFO O| Sep 06 06:35:08.024 INFO STEP 987 (remove_files) COMPLETE
70262024-09-06T06:35:08.551Z[ recovery-image] Sep 06 06:35:08.024 INFO O| Sep 06 06:35:08.024 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-06T06:35:08.551Z[ recovery-image] Sep 06 06:35:08.039 INFO O| Sep 06 06:35:08.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70282024-09-06T06:35:08.551Z[ recovery-image] Sep 06 06:35:08.040 INFO O| Sep 06 06:35:08.040 INFO STEP 988 (remove_files) COMPLETE
70292024-09-06T06:35:08.551Z[ recovery-image] Sep 06 06:35:08.040 INFO O| Sep 06 06:35:08.040 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-06T06:35:08.576Z[ recovery-image] Sep 06 06:35:08.054 INFO O| Sep 06 06:35:08.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70312024-09-06T06:35:08.576Z[ recovery-image] Sep 06 06:35:08.054 INFO O| Sep 06 06:35:08.054 INFO STEP 989 (remove_files) COMPLETE
70322024-09-06T06:35:08.576Z[ recovery-image] Sep 06 06:35:08.054 INFO O| Sep 06 06:35:08.054 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-06T06:35:08.576Z[ recovery-image] Sep 06 06:35:08.069 INFO O| Sep 06 06:35:08.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70342024-09-06T06:35:08.576Z[ recovery-image] Sep 06 06:35:08.069 INFO O| Sep 06 06:35:08.069 INFO STEP 990 (remove_files) COMPLETE
70352024-09-06T06:35:08.576Z[ recovery-image] Sep 06 06:35:08.069 INFO O| Sep 06 06:35:08.069 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-06T06:35:08.601Z[ recovery-image] Sep 06 06:35:08.083 INFO O| Sep 06 06:35:08.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70372024-09-06T06:35:08.601Z[ recovery-image] Sep 06 06:35:08.083 INFO O| Sep 06 06:35:08.083 INFO STEP 991 (remove_files) COMPLETE
70382024-09-06T06:35:08.601Z[ recovery-image] Sep 06 06:35:08.083 INFO O| Sep 06 06:35:08.083 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-06T06:35:08.625Z[ recovery-image] Sep 06 06:35:08.097 INFO O| Sep 06 06:35:08.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70402024-09-06T06:35:08.625Z[ recovery-image] Sep 06 06:35:08.097 INFO O| Sep 06 06:35:08.097 INFO STEP 992 (remove_files) COMPLETE
70412024-09-06T06:35:08.625Z[ recovery-image] Sep 06 06:35:08.098 INFO O| Sep 06 06:35:08.097 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-06T06:35:08.625Z[ recovery-image] Sep 06 06:35:08.111 INFO O| Sep 06 06:35:08.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70432024-09-06T06:35:08.625Z[ recovery-image] Sep 06 06:35:08.111 INFO O| Sep 06 06:35:08.111 INFO STEP 993 (remove_files) COMPLETE
70442024-09-06T06:35:08.625Z[ recovery-image] Sep 06 06:35:08.111 INFO O| Sep 06 06:35:08.111 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-06T06:35:08.650Z[ recovery-image] Sep 06 06:35:08.125 INFO O| Sep 06 06:35:08.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70462024-09-06T06:35:08.650Z[ recovery-image] Sep 06 06:35:08.125 INFO O| Sep 06 06:35:08.125 INFO STEP 994 (remove_files) COMPLETE
70472024-09-06T06:35:08.650Z[ recovery-image] Sep 06 06:35:08.125 INFO O| Sep 06 06:35:08.125 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-06T06:35:08.650Z[ recovery-image] Sep 06 06:35:08.138 INFO O| Sep 06 06:35:08.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70492024-09-06T06:35:08.650Z[ recovery-image] Sep 06 06:35:08.138 INFO O| Sep 06 06:35:08.138 INFO STEP 995 (remove_files) COMPLETE
70502024-09-06T06:35:08.650Z[ recovery-image] Sep 06 06:35:08.138 INFO O| Sep 06 06:35:08.138 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-06T06:35:08.679Z[ recovery-image] Sep 06 06:35:08.172 INFO O| Sep 06 06:35:08.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70522024-09-06T06:35:08.679Z[ recovery-image] Sep 06 06:35:08.173 INFO O| Sep 06 06:35:08.172 INFO STEP 996 (remove_files) COMPLETE
70532024-09-06T06:35:08.679Z[ recovery-image] Sep 06 06:35:08.173 INFO O| Sep 06 06:35:08.172 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-06T06:35:08.703Z[ recovery-image] Sep 06 06:35:08.188 INFO O| Sep 06 06:35:08.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70552024-09-06T06:35:08.703Z[ recovery-image] Sep 06 06:35:08.188 INFO O| Sep 06 06:35:08.188 INFO STEP 997 (remove_files) COMPLETE
70562024-09-06T06:35:08.703Z[ recovery-image] Sep 06 06:35:08.189 INFO O| Sep 06 06:35:08.188 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-06T06:35:08.728Z[ recovery-image] Sep 06 06:35:08.203 INFO O| Sep 06 06:35:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70582024-09-06T06:35:08.728Z[ recovery-image] Sep 06 06:35:08.203 INFO O| Sep 06 06:35:08.203 INFO STEP 998 (remove_files) COMPLETE
70592024-09-06T06:35:08.728Z[ recovery-image] Sep 06 06:35:08.203 INFO O| Sep 06 06:35:08.203 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-06T06:35:08.728Z[ recovery-image] Sep 06 06:35:08.218 INFO O| Sep 06 06:35:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70612024-09-06T06:35:08.728Z[ recovery-image] Sep 06 06:35:08.218 INFO O| Sep 06 06:35:08.218 INFO STEP 999 (remove_files) COMPLETE
70622024-09-06T06:35:08.728Z[ recovery-image] Sep 06 06:35:08.218 INFO O| Sep 06 06:35:08.218 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-06T06:35:08.752Z[ recovery-image] Sep 06 06:35:08.234 INFO O| Sep 06 06:35:08.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70642024-09-06T06:35:08.752Z[ recovery-image] Sep 06 06:35:08.234 INFO O| Sep 06 06:35:08.234 INFO STEP 1000 (remove_files) COMPLETE
70652024-09-06T06:35:08.752Z[ recovery-image] Sep 06 06:35:08.234 INFO O| Sep 06 06:35:08.234 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-06T06:35:08.777Z[ recovery-image] Sep 06 06:35:08.249 INFO O| Sep 06 06:35:08.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70672024-09-06T06:35:08.777Z[ recovery-image] Sep 06 06:35:08.250 INFO O| Sep 06 06:35:08.249 INFO STEP 1001 (remove_files) COMPLETE
70682024-09-06T06:35:08.777Z[ recovery-image] Sep 06 06:35:08.250 INFO O| Sep 06 06:35:08.250 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-06T06:35:08.802Z[ recovery-image] Sep 06 06:35:08.282 INFO O| Sep 06 06:35:08.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70702024-09-06T06:35:08.802Z[ recovery-image] Sep 06 06:35:08.282 INFO O| Sep 06 06:35:08.282 INFO STEP 1002 (remove_files) COMPLETE
70712024-09-06T06:35:08.802Z[ recovery-image] Sep 06 06:35:08.283 INFO O| Sep 06 06:35:08.282 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-06T06:35:08.826Z[ recovery-image] Sep 06 06:35:08.299 INFO O| Sep 06 06:35:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70732024-09-06T06:35:08.826Z[ recovery-image] Sep 06 06:35:08.299 INFO O| Sep 06 06:35:08.299 INFO STEP 1003 (remove_files) COMPLETE
70742024-09-06T06:35:08.826Z[ recovery-image] Sep 06 06:35:08.299 INFO O| Sep 06 06:35:08.299 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-06T06:35:08.851Z[ recovery-image] Sep 06 06:35:08.332 INFO O| Sep 06 06:35:08.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70762024-09-06T06:35:08.851Z[ recovery-image] Sep 06 06:35:08.332 INFO O| Sep 06 06:35:08.332 INFO STEP 1004 (remove_files) COMPLETE
70772024-09-06T06:35:08.851Z[ recovery-image] Sep 06 06:35:08.332 INFO O| Sep 06 06:35:08.332 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-06T06:35:08.886Z[ recovery-image] Sep 06 06:35:08.380 INFO O| Sep 06 06:35:08.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70792024-09-06T06:35:08.911Z[ recovery-image] Sep 06 06:35:08.380 INFO O| Sep 06 06:35:08.380 INFO STEP 1005 (remove_files) COMPLETE
70802024-09-06T06:35:08.911Z[ recovery-image] Sep 06 06:35:08.380 INFO O| Sep 06 06:35:08.380 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-06T06:35:08.911Z[ recovery-image] Sep 06 06:35:08.396 INFO O| Sep 06 06:35:08.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70822024-09-06T06:35:08.911Z[ recovery-image] Sep 06 06:35:08.397 INFO O| Sep 06 06:35:08.397 INFO STEP 1006 (remove_files) COMPLETE
70832024-09-06T06:35:08.911Z[ recovery-image] Sep 06 06:35:08.397 INFO O| Sep 06 06:35:08.397 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-06T06:35:08.937Z[ recovery-image] Sep 06 06:35:08.431 INFO O| Sep 06 06:35:08.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70852024-09-06T06:35:08.962Z[ recovery-image] Sep 06 06:35:08.431 INFO O| Sep 06 06:35:08.431 INFO STEP 1007 (remove_files) COMPLETE
70862024-09-06T06:35:08.962Z[ recovery-image] Sep 06 06:35:08.431 INFO O| Sep 06 06:35:08.431 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-06T06:35:08.986Z[ recovery-image] Sep 06 06:35:08.470 INFO O| Sep 06 06:35:08.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70882024-09-06T06:35:08.986Z[ recovery-image] Sep 06 06:35:08.470 INFO O| Sep 06 06:35:08.470 INFO STEP 1008 (remove_files) COMPLETE
70892024-09-06T06:35:08.986Z[ recovery-image] Sep 06 06:35:08.470 INFO O| Sep 06 06:35:08.470 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-06T06:35:09.011Z[ recovery-image] Sep 06 06:35:08.485 INFO O| Sep 06 06:35:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70912024-09-06T06:35:09.011Z[ recovery-image] Sep 06 06:35:08.486 INFO O| Sep 06 06:35:08.486 INFO STEP 1009 (remove_files) COMPLETE
70922024-09-06T06:35:09.011Z[ recovery-image] Sep 06 06:35:08.486 INFO O| Sep 06 06:35:08.486 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-06T06:35:09.035Z[ recovery-image] Sep 06 06:35:08.518 INFO O| Sep 06 06:35:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70942024-09-06T06:35:09.035Z[ recovery-image] Sep 06 06:35:08.518 INFO O| Sep 06 06:35:08.518 INFO STEP 1010 (remove_files) COMPLETE
70952024-09-06T06:35:09.035Z[ recovery-image] Sep 06 06:35:08.518 INFO O| Sep 06 06:35:08.518 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-06T06:35:09.070Z[ recovery-image] Sep 06 06:35:08.564 INFO O| Sep 06 06:35:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70972024-09-06T06:35:09.070Z[ recovery-image] Sep 06 06:35:08.564 INFO O| Sep 06 06:35:08.564 INFO STEP 1011 (remove_files) COMPLETE
70982024-09-06T06:35:09.095Z[ recovery-image] Sep 06 06:35:08.564 INFO O| Sep 06 06:35:08.564 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-06T06:35:09.125Z[ recovery-image] Sep 06 06:35:08.602 INFO O| Sep 06 06:35:08.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71002024-09-06T06:35:09.125Z[ recovery-image] Sep 06 06:35:08.602 INFO O| Sep 06 06:35:08.602 INFO STEP 1012 (remove_files) COMPLETE
71012024-09-06T06:35:09.125Z[ recovery-image] Sep 06 06:35:08.602 INFO O| Sep 06 06:35:08.602 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-06T06:35:09.125Z[ recovery-image] Sep 06 06:35:08.617 INFO O| Sep 06 06:35:08.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71032024-09-06T06:35:09.125Z[ recovery-image] Sep 06 06:35:08.617 INFO O| Sep 06 06:35:08.617 INFO STEP 1013 (remove_files) COMPLETE
71042024-09-06T06:35:09.125Z[ recovery-image] Sep 06 06:35:08.617 INFO O| Sep 06 06:35:08.617 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-06T06:35:09.184Z[ recovery-image] Sep 06 06:35:08.678 INFO O| Sep 06 06:35:08.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71062024-09-06T06:35:09.184Z[ recovery-image] Sep 06 06:35:08.678 INFO O| Sep 06 06:35:08.678 INFO STEP 1014 (remove_files) COMPLETE
71072024-09-06T06:35:09.184Z[ recovery-image] Sep 06 06:35:08.678 INFO O| Sep 06 06:35:08.678 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-06T06:35:09.211Z[ recovery-image] Sep 06 06:35:08.697 INFO O| Sep 06 06:35:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71092024-09-06T06:35:09.211Z[ recovery-image] Sep 06 06:35:08.697 INFO O| Sep 06 06:35:08.697 INFO STEP 1015 (remove_files) COMPLETE
71102024-09-06T06:35:09.211Z[ recovery-image] Sep 06 06:35:08.697 INFO O| Sep 06 06:35:08.697 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-06T06:35:09.266Z[ recovery-image] Sep 06 06:35:08.760 INFO O| Sep 06 06:35:08.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71122024-09-06T06:35:09.266Z[ recovery-image] Sep 06 06:35:08.760 INFO O| Sep 06 06:35:08.760 INFO STEP 1016 (remove_files) COMPLETE
71132024-09-06T06:35:09.291Z[ recovery-image] Sep 06 06:35:08.760 INFO O| Sep 06 06:35:08.760 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-06T06:35:09.316Z[ recovery-image] Sep 06 06:35:08.791 INFO O| Sep 06 06:35:08.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71152024-09-06T06:35:09.316Z[ recovery-image] Sep 06 06:35:08.791 INFO O| Sep 06 06:35:08.791 INFO STEP 1017 (remove_files) COMPLETE
71162024-09-06T06:35:09.316Z[ recovery-image] Sep 06 06:35:08.791 INFO O| Sep 06 06:35:08.791 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-06T06:35:09.342Z[ recovery-image] Sep 06 06:35:08.824 INFO O| Sep 06 06:35:08.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71182024-09-06T06:35:09.342Z[ recovery-image] Sep 06 06:35:08.824 INFO O| Sep 06 06:35:08.824 INFO STEP 1018 (remove_files) COMPLETE
71192024-09-06T06:35:09.342Z[ recovery-image] Sep 06 06:35:08.824 INFO O| Sep 06 06:35:08.824 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-06T06:35:09.367Z[ recovery-image] Sep 06 06:35:08.844 INFO O| Sep 06 06:35:08.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71212024-09-06T06:35:09.367Z[ recovery-image] Sep 06 06:35:08.844 INFO O| Sep 06 06:35:08.844 INFO STEP 1019 (remove_files) COMPLETE
71222024-09-06T06:35:09.367Z[ recovery-image] Sep 06 06:35:08.844 INFO O| Sep 06 06:35:08.844 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-06T06:35:09.402Z[ recovery-image] Sep 06 06:35:08.895 INFO O| Sep 06 06:35:08.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71242024-09-06T06:35:09.402Z[ recovery-image] Sep 06 06:35:08.895 INFO O| Sep 06 06:35:08.895 INFO STEP 1020 (remove_files) COMPLETE
71252024-09-06T06:35:09.402Z[ recovery-image] Sep 06 06:35:08.895 INFO O| Sep 06 06:35:08.895 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-06T06:35:09.431Z[ recovery-image] Sep 06 06:35:08.925 INFO O| Sep 06 06:35:08.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71272024-09-06T06:35:09.431Z[ recovery-image] Sep 06 06:35:08.925 INFO O| Sep 06 06:35:08.925 INFO STEP 1021 (remove_files) COMPLETE
71282024-09-06T06:35:09.456Z[ recovery-image] Sep 06 06:35:08.925 INFO O| Sep 06 06:35:08.925 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-06T06:35:09.506Z[ recovery-image] Sep 06 06:35:09.000 INFO O| Sep 06 06:35:09.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71302024-09-06T06:35:09.531Z[ recovery-image] Sep 06 06:35:09.000 INFO O| Sep 06 06:35:09.000 INFO STEP 1022 (remove_files) COMPLETE
71312024-09-06T06:35:09.531Z[ recovery-image] Sep 06 06:35:09.000 INFO O| Sep 06 06:35:09.000 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-06T06:35:09.562Z[ recovery-image] Sep 06 06:35:09.056 INFO O| Sep 06 06:35:09.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71332024-09-06T06:35:09.562Z[ recovery-image] Sep 06 06:35:09.056 INFO O| Sep 06 06:35:09.056 INFO STEP 1023 (remove_files) COMPLETE
71342024-09-06T06:35:09.587Z[ recovery-image] Sep 06 06:35:09.057 INFO O| Sep 06 06:35:09.056 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-06T06:35:09.611Z[ recovery-image] Sep 06 06:35:09.098 INFO O| Sep 06 06:35:09.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71362024-09-06T06:35:09.611Z[ recovery-image] Sep 06 06:35:09.098 INFO O| Sep 06 06:35:09.098 INFO STEP 1024 (remove_files) COMPLETE
71372024-09-06T06:35:09.611Z[ recovery-image] Sep 06 06:35:09.098 INFO O| Sep 06 06:35:09.098 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-06T06:35:09.680Z[ recovery-image] Sep 06 06:35:09.174 INFO O| Sep 06 06:35:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71392024-09-06T06:35:09.704Z[ recovery-image] Sep 06 06:35:09.174 INFO O| Sep 06 06:35:09.174 INFO STEP 1025 (remove_files) COMPLETE
71402024-09-06T06:35:09.704Z[ recovery-image] Sep 06 06:35:09.174 INFO O| Sep 06 06:35:09.174 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-06T06:35:09.704Z[ recovery-image] Sep 06 06:35:09.195 INFO O| Sep 06 06:35:09.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71422024-09-06T06:35:09.704Z[ recovery-image] Sep 06 06:35:09.195 INFO O| Sep 06 06:35:09.195 INFO STEP 1026 (remove_files) COMPLETE
71432024-09-06T06:35:09.704Z[ recovery-image] Sep 06 06:35:09.195 INFO O| Sep 06 06:35:09.195 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-06T06:35:09.729Z[ recovery-image] Sep 06 06:35:09.211 INFO O| Sep 06 06:35:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71452024-09-06T06:35:09.729Z[ recovery-image] Sep 06 06:35:09.211 INFO O| Sep 06 06:35:09.211 INFO STEP 1027 (remove_files) COMPLETE
71462024-09-06T06:35:09.729Z[ recovery-image] Sep 06 06:35:09.211 INFO O| Sep 06 06:35:09.211 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-06T06:35:09.754Z[ recovery-image] Sep 06 06:35:09.225 INFO O| Sep 06 06:35:09.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71482024-09-06T06:35:09.754Z[ recovery-image] Sep 06 06:35:09.225 INFO O| Sep 06 06:35:09.225 INFO STEP 1028 (remove_files) COMPLETE
71492024-09-06T06:35:09.754Z[ recovery-image] Sep 06 06:35:09.225 INFO O| Sep 06 06:35:09.225 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-06T06:35:09.754Z[ recovery-image] Sep 06 06:35:09.248 INFO O| Sep 06 06:35:09.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71512024-09-06T06:35:09.778Z[ recovery-image] Sep 06 06:35:09.248 INFO O| Sep 06 06:35:09.240 INFO STEP 1029 (remove_files) COMPLETE
71522024-09-06T06:35:09.778Z[ recovery-image] Sep 06 06:35:09.248 INFO O| Sep 06 06:35:09.240 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-06T06:35:09.828Z[ recovery-image] Sep 06 06:35:09.322 INFO O| Sep 06 06:35:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71542024-09-06T06:35:09.828Z[ recovery-image] Sep 06 06:35:09.322 INFO O| Sep 06 06:35:09.322 INFO STEP 1030 (remove_files) COMPLETE
71552024-09-06T06:35:09.852Z[ recovery-image] Sep 06 06:35:09.322 INFO O| Sep 06 06:35:09.322 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-06T06:35:09.852Z[ recovery-image] Sep 06 06:35:09.340 INFO O| Sep 06 06:35:09.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71572024-09-06T06:35:09.852Z[ recovery-image] Sep 06 06:35:09.340 INFO O| Sep 06 06:35:09.340 INFO STEP 1031 (remove_files) COMPLETE
71582024-09-06T06:35:09.852Z[ recovery-image] Sep 06 06:35:09.340 INFO O| Sep 06 06:35:09.340 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-06T06:35:09.881Z[ recovery-image] Sep 06 06:35:09.375 INFO O| Sep 06 06:35:09.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71602024-09-06T06:35:09.881Z[ recovery-image] Sep 06 06:35:09.375 INFO O| Sep 06 06:35:09.375 INFO STEP 1032 (remove_files) COMPLETE
71612024-09-06T06:35:09.906Z[ recovery-image] Sep 06 06:35:09.376 INFO O| Sep 06 06:35:09.375 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-06T06:35:09.906Z[ recovery-image] Sep 06 06:35:09.394 INFO O| Sep 06 06:35:09.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71632024-09-06T06:35:09.906Z[ recovery-image] Sep 06 06:35:09.395 INFO O| Sep 06 06:35:09.395 INFO STEP 1033 (remove_files) COMPLETE
71642024-09-06T06:35:09.906Z[ recovery-image] Sep 06 06:35:09.395 INFO O| Sep 06 06:35:09.395 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-06T06:35:09.930Z[ recovery-image] Sep 06 06:35:09.410 INFO O| Sep 06 06:35:09.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71662024-09-06T06:35:09.930Z[ recovery-image] Sep 06 06:35:09.411 INFO O| Sep 06 06:35:09.410 INFO STEP 1034 (remove_files) COMPLETE
71672024-09-06T06:35:09.930Z[ recovery-image] Sep 06 06:35:09.411 INFO O| Sep 06 06:35:09.411 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-06T06:35:09.955Z[ recovery-image] Sep 06 06:35:09.439 INFO O| Sep 06 06:35:09.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71692024-09-06T06:35:09.955Z[ recovery-image] Sep 06 06:35:09.439 INFO O| Sep 06 06:35:09.439 INFO STEP 1035 (remove_files) COMPLETE
71702024-09-06T06:35:09.955Z[ recovery-image] Sep 06 06:35:09.439 INFO O| Sep 06 06:35:09.439 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-06T06:35:10.000Z[ recovery-image] Sep 06 06:35:09.494 INFO O| Sep 06 06:35:09.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71722024-09-06T06:35:10.000Z[ recovery-image] Sep 06 06:35:09.494 INFO O| Sep 06 06:35:09.494 INFO STEP 1036 (remove_files) COMPLETE
71732024-09-06T06:35:10.025Z[ recovery-image] Sep 06 06:35:09.494 INFO O| Sep 06 06:35:09.494 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-06T06:35:10.056Z[ recovery-image] Sep 06 06:35:09.550 INFO O| Sep 06 06:35:09.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71752024-09-06T06:35:10.056Z[ recovery-image] Sep 06 06:35:09.550 INFO O| Sep 06 06:35:09.550 INFO STEP 1037 (remove_files) COMPLETE
71762024-09-06T06:35:10.056Z[ recovery-image] Sep 06 06:35:09.550 INFO O| Sep 06 06:35:09.550 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-06T06:35:10.110Z[ recovery-image] Sep 06 06:35:09.604 INFO O| Sep 06 06:35:09.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71782024-09-06T06:35:10.110Z[ recovery-image] Sep 06 06:35:09.604 INFO O| Sep 06 06:35:09.604 INFO STEP 1038 (remove_files) COMPLETE
71792024-09-06T06:35:10.134Z[ recovery-image] Sep 06 06:35:09.604 INFO O| Sep 06 06:35:09.604 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-06T06:35:10.159Z[ recovery-image] Sep 06 06:35:09.634 INFO O| Sep 06 06:35:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71812024-09-06T06:35:10.159Z[ recovery-image] Sep 06 06:35:09.635 INFO O| Sep 06 06:35:09.634 INFO STEP 1039 (remove_files) COMPLETE
71822024-09-06T06:35:10.159Z[ recovery-image] Sep 06 06:35:09.635 INFO O| Sep 06 06:35:09.635 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-06T06:35:10.159Z[ recovery-image] Sep 06 06:35:09.650 INFO O| Sep 06 06:35:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71842024-09-06T06:35:10.159Z[ recovery-image] Sep 06 06:35:09.651 INFO O| Sep 06 06:35:09.651 INFO STEP 1040 (remove_files) COMPLETE
71852024-09-06T06:35:10.159Z[ recovery-image] Sep 06 06:35:09.651 INFO O| Sep 06 06:35:09.651 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-06T06:35:10.183Z[ recovery-image] Sep 06 06:35:09.668 INFO O| Sep 06 06:35:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71872024-09-06T06:35:10.183Z[ recovery-image] Sep 06 06:35:09.668 INFO O| Sep 06 06:35:09.668 INFO STEP 1041 (remove_files) COMPLETE
71882024-09-06T06:35:10.183Z[ recovery-image] Sep 06 06:35:09.668 INFO O| Sep 06 06:35:09.668 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-06T06:35:10.209Z[ recovery-image] Sep 06 06:35:09.701 INFO O| Sep 06 06:35:09.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71902024-09-06T06:35:10.209Z[ recovery-image] Sep 06 06:35:09.701 INFO O| Sep 06 06:35:09.701 INFO STEP 1042 (remove_files) COMPLETE
71912024-09-06T06:35:10.209Z[ recovery-image] Sep 06 06:35:09.701 INFO O| Sep 06 06:35:09.701 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-09-06T06:35:10.262Z[ recovery-image] Sep 06 06:35:09.756 INFO O| Sep 06 06:35:09.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71932024-09-06T06:35:10.262Z[ recovery-image] Sep 06 06:35:09.756 INFO O| Sep 06 06:35:09.756 INFO STEP 1043 (remove_files) COMPLETE
71942024-09-06T06:35:10.262Z[ recovery-image] Sep 06 06:35:09.756 INFO O| Sep 06 06:35:09.756 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-06T06:35:10.296Z[ recovery-image] Sep 06 06:35:09.790 INFO O| Sep 06 06:35:09.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71962024-09-06T06:35:10.296Z[ recovery-image] Sep 06 06:35:09.790 INFO O| Sep 06 06:35:09.790 INFO STEP 1044 (remove_files) COMPLETE
71972024-09-06T06:35:10.296Z[ recovery-image] Sep 06 06:35:09.790 INFO O| Sep 06 06:35:09.790 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-06T06:35:10.321Z[ recovery-image] Sep 06 06:35:09.809 INFO O| Sep 06 06:35:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71992024-09-06T06:35:10.321Z[ recovery-image] Sep 06 06:35:09.809 INFO O| Sep 06 06:35:09.809 INFO STEP 1045 (remove_files) COMPLETE
72002024-09-06T06:35:10.321Z[ recovery-image] Sep 06 06:35:09.809 INFO O| Sep 06 06:35:09.809 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-06T06:35:10.346Z[ recovery-image] Sep 06 06:35:09.840 INFO O| Sep 06 06:35:09.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72022024-09-06T06:35:10.346Z[ recovery-image] Sep 06 06:35:09.840 INFO O| Sep 06 06:35:09.840 INFO STEP 1046 (remove_files) COMPLETE
72032024-09-06T06:35:10.383Z[ recovery-image] Sep 06 06:35:09.840 INFO O| Sep 06 06:35:09.840 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-09-06T06:35:10.411Z[ recovery-image] Sep 06 06:35:09.905 INFO O| Sep 06 06:35:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72052024-09-06T06:35:10.411Z[ recovery-image] Sep 06 06:35:09.905 INFO O| Sep 06 06:35:09.905 INFO STEP 1047 (remove_files) COMPLETE
72062024-09-06T06:35:10.411Z[ recovery-image] Sep 06 06:35:09.905 INFO O| Sep 06 06:35:09.905 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-09-06T06:35:10.436Z[ recovery-image] Sep 06 06:35:09.923 INFO O| Sep 06 06:35:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72082024-09-06T06:35:10.436Z[ recovery-image] Sep 06 06:35:09.923 INFO O| Sep 06 06:35:09.923 INFO STEP 1048 (remove_files) COMPLETE
72092024-09-06T06:35:10.436Z[ recovery-image] Sep 06 06:35:09.923 INFO O| Sep 06 06:35:09.923 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-09-06T06:35:10.461Z[ recovery-image] Sep 06 06:35:09.938 INFO O| Sep 06 06:35:09.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72112024-09-06T06:35:10.461Z[ recovery-image] Sep 06 06:35:09.938 INFO O| Sep 06 06:35:09.938 INFO STEP 1049 (remove_files) COMPLETE
72122024-09-06T06:35:10.461Z[ recovery-image] Sep 06 06:35:09.938 INFO O| Sep 06 06:35:09.938 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-09-06T06:35:10.461Z[ recovery-image] Sep 06 06:35:09.952 INFO O| Sep 06 06:35:09.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72142024-09-06T06:35:10.461Z[ recovery-image] Sep 06 06:35:09.953 INFO O| Sep 06 06:35:09.953 INFO STEP 1050 (remove_files) COMPLETE
72152024-09-06T06:35:10.461Z[ recovery-image] Sep 06 06:35:09.953 INFO O| Sep 06 06:35:09.953 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-09-06T06:35:10.485Z[ recovery-image] Sep 06 06:35:09.975 INFO O| Sep 06 06:35:09.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72172024-09-06T06:35:10.485Z[ recovery-image] Sep 06 06:35:09.975 INFO O| Sep 06 06:35:09.975 INFO STEP 1051 (remove_files) COMPLETE
72182024-09-06T06:35:10.485Z[ recovery-image] Sep 06 06:35:09.975 INFO O| Sep 06 06:35:09.975 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-09-06T06:35:10.519Z[ recovery-image] Sep 06 06:35:10.013 INFO O| Sep 06 06:35:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72202024-09-06T06:35:10.519Z[ recovery-image] Sep 06 06:35:10.014 INFO O| Sep 06 06:35:10.013 INFO STEP 1052 (remove_files) COMPLETE
72212024-09-06T06:35:10.544Z[ recovery-image] Sep 06 06:35:10.014 INFO O| Sep 06 06:35:10.013 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-09-06T06:35:10.568Z[ recovery-image] Sep 06 06:35:10.042 INFO O| Sep 06 06:35:10.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72232024-09-06T06:35:10.569Z[ recovery-image] Sep 06 06:35:10.042 INFO O| Sep 06 06:35:10.042 INFO STEP 1053 (remove_files) COMPLETE
72242024-09-06T06:35:10.569Z[ recovery-image] Sep 06 06:35:10.042 INFO O| Sep 06 06:35:10.042 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-09-06T06:35:10.569Z[ recovery-image] Sep 06 06:35:10.056 INFO O| Sep 06 06:35:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72262024-09-06T06:35:10.569Z[ recovery-image] Sep 06 06:35:10.056 INFO O| Sep 06 06:35:10.056 INFO STEP 1054 (remove_files) COMPLETE
72272024-09-06T06:35:10.569Z[ recovery-image] Sep 06 06:35:10.056 INFO O| Sep 06 06:35:10.056 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-09-06T06:35:10.593Z[ recovery-image] Sep 06 06:35:10.071 INFO O| Sep 06 06:35:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72292024-09-06T06:35:10.593Z[ recovery-image] Sep 06 06:35:10.071 INFO O| Sep 06 06:35:10.071 INFO STEP 1055 (remove_files) COMPLETE
72302024-09-06T06:35:10.593Z[ recovery-image] Sep 06 06:35:10.071 INFO O| Sep 06 06:35:10.071 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-09-06T06:35:10.618Z[ recovery-image] Sep 06 06:35:10.107 INFO O| Sep 06 06:35:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72322024-09-06T06:35:10.618Z[ recovery-image] Sep 06 06:35:10.107 INFO O| Sep 06 06:35:10.107 INFO STEP 1056 (remove_files) COMPLETE
72332024-09-06T06:35:10.618Z[ recovery-image] Sep 06 06:35:10.107 INFO O| Sep 06 06:35:10.107 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-09-06T06:35:10.644Z[ recovery-image] Sep 06 06:35:10.138 INFO O| Sep 06 06:35:10.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72352024-09-06T06:35:10.644Z[ recovery-image] Sep 06 06:35:10.138 INFO O| Sep 06 06:35:10.138 INFO STEP 1057 (remove_files) COMPLETE
72362024-09-06T06:35:10.669Z[ recovery-image] Sep 06 06:35:10.138 INFO O| Sep 06 06:35:10.138 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-09-06T06:35:10.669Z[ recovery-image] Sep 06 06:35:10.152 INFO O| Sep 06 06:35:10.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72382024-09-06T06:35:10.669Z[ recovery-image] Sep 06 06:35:10.152 INFO O| Sep 06 06:35:10.152 INFO STEP 1058 (remove_files) COMPLETE
72392024-09-06T06:35:10.669Z[ recovery-image] Sep 06 06:35:10.152 INFO O| Sep 06 06:35:10.152 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-09-06T06:35:10.693Z[ recovery-image] Sep 06 06:35:10.166 INFO O| Sep 06 06:35:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72412024-09-06T06:35:10.693Z[ recovery-image] Sep 06 06:35:10.166 INFO O| Sep 06 06:35:10.166 INFO STEP 1059 (remove_files) COMPLETE
72422024-09-06T06:35:10.694Z[ recovery-image] Sep 06 06:35:10.166 INFO O| Sep 06 06:35:10.166 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-09-06T06:35:10.739Z[ recovery-image] Sep 06 06:35:10.233 INFO O| Sep 06 06:35:10.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72442024-09-06T06:35:10.739Z[ recovery-image] Sep 06 06:35:10.233 INFO O| Sep 06 06:35:10.233 INFO STEP 1060 (remove_files) COMPLETE
72452024-09-06T06:35:10.763Z[ recovery-image] Sep 06 06:35:10.233 INFO O| Sep 06 06:35:10.233 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-09-06T06:35:10.788Z[ recovery-image] Sep 06 06:35:10.265 INFO O| Sep 06 06:35:10.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72472024-09-06T06:35:10.788Z[ recovery-image] Sep 06 06:35:10.265 INFO O| Sep 06 06:35:10.265 INFO STEP 1061 (remove_files) COMPLETE
72482024-09-06T06:35:10.788Z[ recovery-image] Sep 06 06:35:10.265 INFO O| Sep 06 06:35:10.265 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-06T06:35:10.820Z[ recovery-image] Sep 06 06:35:10.313 INFO O| Sep 06 06:35:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72502024-09-06T06:35:10.820Z[ recovery-image] Sep 06 06:35:10.313 INFO O| Sep 06 06:35:10.313 INFO STEP 1062 (remove_files) COMPLETE
72512024-09-06T06:35:10.820Z[ recovery-image] Sep 06 06:35:10.313 INFO O| Sep 06 06:35:10.313 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-06T06:35:10.877Z[ recovery-image] Sep 06 06:35:10.371 INFO O| Sep 06 06:35:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72532024-09-06T06:35:10.877Z[ recovery-image] Sep 06 06:35:10.371 INFO O| Sep 06 06:35:10.371 INFO STEP 1063 (remove_files) COMPLETE
72542024-09-06T06:35:10.877Z[ recovery-image] Sep 06 06:35:10.371 INFO O| Sep 06 06:35:10.371 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-06T06:35:10.917Z[ recovery-image] Sep 06 06:35:10.411 INFO O| Sep 06 06:35:10.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72562024-09-06T06:35:10.942Z[ recovery-image] Sep 06 06:35:10.411 INFO O| Sep 06 06:35:10.411 INFO STEP 1064 (remove_files) COMPLETE
72572024-09-06T06:35:10.942Z[ recovery-image] Sep 06 06:35:10.412 INFO O| Sep 06 06:35:10.412 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-06T06:35:10.942Z[ recovery-image] Sep 06 06:35:10.430 INFO O| Sep 06 06:35:10.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72592024-09-06T06:35:10.942Z[ recovery-image] Sep 06 06:35:10.430 INFO O| Sep 06 06:35:10.430 INFO STEP 1065 (remove_files) COMPLETE
72602024-09-06T06:35:10.942Z[ recovery-image] Sep 06 06:35:10.430 INFO O| Sep 06 06:35:10.430 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-06T06:35:10.966Z[ recovery-image] Sep 06 06:35:10.446 INFO O| Sep 06 06:35:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72622024-09-06T06:35:10.966Z[ recovery-image] Sep 06 06:35:10.447 INFO O| Sep 06 06:35:10.447 INFO STEP 1066 (remove_files) COMPLETE
72632024-09-06T06:35:10.966Z[ recovery-image] Sep 06 06:35:10.447 INFO O| Sep 06 06:35:10.447 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-06T06:35:10.991Z[ recovery-image] Sep 06 06:35:10.462 INFO O| Sep 06 06:35:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72652024-09-06T06:35:10.991Z[ recovery-image] Sep 06 06:35:10.462 INFO O| Sep 06 06:35:10.462 INFO STEP 1067 (remove_files) COMPLETE
72662024-09-06T06:35:10.991Z[ recovery-image] Sep 06 06:35:10.462 INFO O| Sep 06 06:35:10.462 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-06T06:35:10.991Z[ recovery-image] Sep 06 06:35:10.478 INFO O| Sep 06 06:35:10.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72682024-09-06T06:35:10.991Z[ recovery-image] Sep 06 06:35:10.478 INFO O| Sep 06 06:35:10.478 INFO STEP 1068 (remove_files) COMPLETE
72692024-09-06T06:35:10.991Z[ recovery-image] Sep 06 06:35:10.478 INFO O| Sep 06 06:35:10.478 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-06T06:35:11.016Z[ recovery-image] Sep 06 06:35:10.493 INFO O| Sep 06 06:35:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72712024-09-06T06:35:11.016Z[ recovery-image] Sep 06 06:35:10.493 INFO O| Sep 06 06:35:10.493 INFO STEP 1069 (remove_files) COMPLETE
72722024-09-06T06:35:11.016Z[ recovery-image] Sep 06 06:35:10.493 INFO O| Sep 06 06:35:10.493 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-06T06:35:11.016Z[ recovery-image] Sep 06 06:35:10.507 INFO O| Sep 06 06:35:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72742024-09-06T06:35:11.016Z[ recovery-image] Sep 06 06:35:10.507 INFO O| Sep 06 06:35:10.507 INFO STEP 1070 (remove_files) COMPLETE
72752024-09-06T06:35:11.016Z[ recovery-image] Sep 06 06:35:10.507 INFO O| Sep 06 06:35:10.507 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-06T06:35:11.040Z[ recovery-image] Sep 06 06:35:10.521 INFO O| Sep 06 06:35:10.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72772024-09-06T06:35:11.041Z[ recovery-image] Sep 06 06:35:10.521 INFO O| Sep 06 06:35:10.521 INFO STEP 1071 (remove_files) COMPLETE
72782024-09-06T06:35:11.041Z[ recovery-image] Sep 06 06:35:10.521 INFO O| Sep 06 06:35:10.521 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-06T06:35:11.065Z[ recovery-image] Sep 06 06:35:10.535 INFO O| Sep 06 06:35:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72802024-09-06T06:35:11.065Z[ recovery-image] Sep 06 06:35:10.535 INFO O| Sep 06 06:35:10.535 INFO STEP 1072 (remove_files) COMPLETE
72812024-09-06T06:35:11.065Z[ recovery-image] Sep 06 06:35:10.535 INFO O| Sep 06 06:35:10.535 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-06T06:35:11.065Z[ recovery-image] Sep 06 06:35:10.549 INFO O| Sep 06 06:35:10.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72832024-09-06T06:35:11.065Z[ recovery-image] Sep 06 06:35:10.550 INFO O| Sep 06 06:35:10.549 INFO STEP 1073 (remove_files) COMPLETE
72842024-09-06T06:35:11.065Z[ recovery-image] Sep 06 06:35:10.550 INFO O| Sep 06 06:35:10.550 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-09-06T06:35:11.090Z[ recovery-image] Sep 06 06:35:10.564 INFO O| Sep 06 06:35:10.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72862024-09-06T06:35:11.090Z[ recovery-image] Sep 06 06:35:10.564 INFO O| Sep 06 06:35:10.564 INFO STEP 1074 (remove_files) COMPLETE
72872024-09-06T06:35:11.090Z[ recovery-image] Sep 06 06:35:10.564 INFO O| Sep 06 06:35:10.564 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-09-06T06:35:11.090Z[ recovery-image] Sep 06 06:35:10.578 INFO O| Sep 06 06:35:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72892024-09-06T06:35:11.090Z[ recovery-image] Sep 06 06:35:10.578 INFO O| Sep 06 06:35:10.578 INFO STEP 1075 (remove_files) COMPLETE
72902024-09-06T06:35:11.090Z[ recovery-image] Sep 06 06:35:10.578 INFO O| Sep 06 06:35:10.578 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-09-06T06:35:11.114Z[ recovery-image] Sep 06 06:35:10.608 INFO O| Sep 06 06:35:10.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72922024-09-06T06:35:11.114Z[ recovery-image] Sep 06 06:35:10.608 INFO O| Sep 06 06:35:10.608 INFO STEP 1076 (remove_files) COMPLETE
72932024-09-06T06:35:11.114Z[ recovery-image] Sep 06 06:35:10.608 INFO O| Sep 06 06:35:10.608 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-09-06T06:35:11.141Z[ recovery-image] Sep 06 06:35:10.627 INFO O| Sep 06 06:35:10.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72952024-09-06T06:35:11.141Z[ recovery-image] Sep 06 06:35:10.627 INFO O| Sep 06 06:35:10.627 INFO STEP 1077 (remove_files) COMPLETE
72962024-09-06T06:35:11.141Z[ recovery-image] Sep 06 06:35:10.627 INFO O| Sep 06 06:35:10.627 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-09-06T06:35:11.165Z[ recovery-image] Sep 06 06:35:10.640 INFO O| Sep 06 06:35:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72982024-09-06T06:35:11.165Z[ recovery-image] Sep 06 06:35:10.641 INFO O| Sep 06 06:35:10.641 INFO STEP 1078 (remove_files) COMPLETE
72992024-09-06T06:35:11.165Z[ recovery-image] Sep 06 06:35:10.641 INFO O| Sep 06 06:35:10.641 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-09-06T06:35:11.165Z[ recovery-image] Sep 06 06:35:10.658 INFO O| Sep 06 06:35:10.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73012024-09-06T06:35:11.165Z[ recovery-image] Sep 06 06:35:10.658 INFO O| Sep 06 06:35:10.658 INFO STEP 1079 (remove_files) COMPLETE
73022024-09-06T06:35:11.165Z[ recovery-image] Sep 06 06:35:10.658 INFO O| Sep 06 06:35:10.658 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-09-06T06:35:11.194Z[ recovery-image] Sep 06 06:35:10.688 INFO O| Sep 06 06:35:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73042024-09-06T06:35:11.219Z[ recovery-image] Sep 06 06:35:10.689 INFO O| Sep 06 06:35:10.689 INFO STEP 1080 (remove_files) COMPLETE
73052024-09-06T06:35:11.219Z[ recovery-image] Sep 06 06:35:10.689 INFO O| Sep 06 06:35:10.689 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-09-06T06:35:11.243Z[ recovery-image] Sep 06 06:35:10.724 INFO O| Sep 06 06:35:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73072024-09-06T06:35:11.243Z[ recovery-image] Sep 06 06:35:10.724 INFO O| Sep 06 06:35:10.724 INFO STEP 1081 (remove_files) COMPLETE
73082024-09-06T06:35:11.243Z[ recovery-image] Sep 06 06:35:10.724 INFO O| Sep 06 06:35:10.724 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-09-06T06:35:11.272Z[ recovery-image] Sep 06 06:35:10.766 INFO O| Sep 06 06:35:10.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73102024-09-06T06:35:11.272Z[ recovery-image] Sep 06 06:35:10.766 INFO O| Sep 06 06:35:10.766 INFO STEP 1082 (remove_files) COMPLETE
73112024-09-06T06:35:11.296Z[ recovery-image] Sep 06 06:35:10.766 INFO O| Sep 06 06:35:10.766 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-06T06:35:11.296Z[ recovery-image] Sep 06 06:35:10.780 INFO O| Sep 06 06:35:10.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73132024-09-06T06:35:11.296Z[ recovery-image] Sep 06 06:35:10.780 INFO O| Sep 06 06:35:10.780 INFO STEP 1083 (remove_files) COMPLETE
73142024-09-06T06:35:11.296Z[ recovery-image] Sep 06 06:35:10.780 INFO O| Sep 06 06:35:10.780 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-06T06:35:11.321Z[ recovery-image] Sep 06 06:35:10.795 INFO O| Sep 06 06:35:10.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73162024-09-06T06:35:11.321Z[ recovery-image] Sep 06 06:35:10.795 INFO O| Sep 06 06:35:10.795 INFO STEP 1084 (remove_files) COMPLETE
73172024-09-06T06:35:11.321Z[ recovery-image] Sep 06 06:35:10.795 INFO O| Sep 06 06:35:10.795 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-06T06:35:11.321Z[ recovery-image] Sep 06 06:35:10.809 INFO O| Sep 06 06:35:10.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73192024-09-06T06:35:11.321Z[ recovery-image] Sep 06 06:35:10.810 INFO O| Sep 06 06:35:10.809 INFO STEP 1085 (remove_files) COMPLETE
73202024-09-06T06:35:11.321Z[ recovery-image] Sep 06 06:35:10.810 INFO O| Sep 06 06:35:10.810 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-06T06:35:11.347Z[ recovery-image] Sep 06 06:35:10.824 INFO O| Sep 06 06:35:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73222024-09-06T06:35:11.347Z[ recovery-image] Sep 06 06:35:10.824 INFO O| Sep 06 06:35:10.824 INFO STEP 1086 (remove_files) COMPLETE
73232024-09-06T06:35:11.347Z[ recovery-image] Sep 06 06:35:10.824 INFO O| Sep 06 06:35:10.824 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-06T06:35:11.347Z[ recovery-image] Sep 06 06:35:10.838 INFO O| Sep 06 06:35:10.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73252024-09-06T06:35:11.347Z[ recovery-image] Sep 06 06:35:10.839 INFO O| Sep 06 06:35:10.839 INFO STEP 1087 (remove_files) COMPLETE
73262024-09-06T06:35:11.347Z[ recovery-image] Sep 06 06:35:10.839 INFO O| Sep 06 06:35:10.839 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-06T06:35:11.372Z[ recovery-image] Sep 06 06:35:10.853 INFO O| Sep 06 06:35:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73282024-09-06T06:35:11.372Z[ recovery-image] Sep 06 06:35:10.853 INFO O| Sep 06 06:35:10.853 INFO STEP 1088 (remove_files) COMPLETE
73292024-09-06T06:35:11.372Z[ recovery-image] Sep 06 06:35:10.853 INFO O| Sep 06 06:35:10.853 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-06T06:35:11.396Z[ recovery-image] Sep 06 06:35:10.870 INFO O| Sep 06 06:35:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73312024-09-06T06:35:11.396Z[ recovery-image] Sep 06 06:35:10.870 INFO O| Sep 06 06:35:10.870 INFO STEP 1089 (remove_files) COMPLETE
73322024-09-06T06:35:11.396Z[ recovery-image] Sep 06 06:35:10.870 INFO O| Sep 06 06:35:10.870 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-06T06:35:11.431Z[ recovery-image] Sep 06 06:35:10.924 INFO O| Sep 06 06:35:10.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73342024-09-06T06:35:11.431Z[ recovery-image] Sep 06 06:35:10.925 INFO O| Sep 06 06:35:10.924 INFO STEP 1090 (remove_files) COMPLETE
73352024-09-06T06:35:11.456Z[ recovery-image] Sep 06 06:35:10.925 INFO O| Sep 06 06:35:10.924 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-06T06:35:11.456Z[ recovery-image] Sep 06 06:35:10.939 INFO O| Sep 06 06:35:10.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73372024-09-06T06:35:11.456Z[ recovery-image] Sep 06 06:35:10.939 INFO O| Sep 06 06:35:10.939 INFO STEP 1091 (remove_files) COMPLETE
73382024-09-06T06:35:11.456Z[ recovery-image] Sep 06 06:35:10.939 INFO O| Sep 06 06:35:10.939 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-06T06:35:11.481Z[ recovery-image] Sep 06 06:35:10.952 INFO O| Sep 06 06:35:10.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73402024-09-06T06:35:11.481Z[ recovery-image] Sep 06 06:35:10.952 INFO O| Sep 06 06:35:10.952 INFO STEP 1092 (remove_files) COMPLETE
73412024-09-06T06:35:11.481Z[ recovery-image] Sep 06 06:35:10.952 INFO O| Sep 06 06:35:10.952 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-06T06:35:11.481Z[ recovery-image] Sep 06 06:35:10.966 INFO O| Sep 06 06:35:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73432024-09-06T06:35:11.481Z[ recovery-image] Sep 06 06:35:10.966 INFO O| Sep 06 06:35:10.966 INFO STEP 1093 (remove_files) COMPLETE
73442024-09-06T06:35:11.481Z[ recovery-image] Sep 06 06:35:10.966 INFO O| Sep 06 06:35:10.966 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-06T06:35:11.506Z[ recovery-image] Sep 06 06:35:10.980 INFO O| Sep 06 06:35:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73462024-09-06T06:35:11.506Z[ recovery-image] Sep 06 06:35:10.980 INFO O| Sep 06 06:35:10.980 INFO STEP 1094 (remove_files) COMPLETE
73472024-09-06T06:35:11.506Z[ recovery-image] Sep 06 06:35:10.980 INFO O| Sep 06 06:35:10.980 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-06T06:35:11.506Z[ recovery-image] Sep 06 06:35:10.993 INFO O| Sep 06 06:35:10.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73492024-09-06T06:35:11.506Z[ recovery-image] Sep 06 06:35:10.993 INFO O| Sep 06 06:35:10.993 INFO STEP 1095 (remove_files) COMPLETE
73502024-09-06T06:35:11.506Z[ recovery-image] Sep 06 06:35:10.993 INFO O| Sep 06 06:35:10.993 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-06T06:35:11.531Z[ recovery-image] Sep 06 06:35:11.012 INFO O| Sep 06 06:35:11.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73522024-09-06T06:35:11.531Z[ recovery-image] Sep 06 06:35:11.012 INFO O| Sep 06 06:35:11.012 INFO STEP 1096 (remove_files) COMPLETE
73532024-09-06T06:35:11.531Z[ recovery-image] Sep 06 06:35:11.012 INFO O| Sep 06 06:35:11.012 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-06T06:35:11.555Z[ recovery-image] Sep 06 06:35:11.032 INFO O| Sep 06 06:35:11.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73552024-09-06T06:35:11.556Z[ recovery-image] Sep 06 06:35:11.032 INFO O| Sep 06 06:35:11.032 INFO STEP 1097 (remove_files) COMPLETE
73562024-09-06T06:35:11.556Z[ recovery-image] Sep 06 06:35:11.032 INFO O| Sep 06 06:35:11.032 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-06T06:35:11.556Z[ recovery-image] Sep 06 06:35:11.048 INFO O| Sep 06 06:35:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73582024-09-06T06:35:11.556Z[ recovery-image] Sep 06 06:35:11.048 INFO O| Sep 06 06:35:11.048 INFO STEP 1098 (remove_files) COMPLETE
73592024-09-06T06:35:11.556Z[ recovery-image] Sep 06 06:35:11.048 INFO O| Sep 06 06:35:11.048 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-06T06:35:11.580Z[ recovery-image] Sep 06 06:35:11.064 INFO O| Sep 06 06:35:11.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73612024-09-06T06:35:11.580Z[ recovery-image] Sep 06 06:35:11.064 INFO O| Sep 06 06:35:11.064 INFO STEP 1099 (remove_files) COMPLETE
73622024-09-06T06:35:11.580Z[ recovery-image] Sep 06 06:35:11.064 INFO O| Sep 06 06:35:11.064 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-06T06:35:11.629Z[ recovery-image] Sep 06 06:35:11.122 INFO O| Sep 06 06:35:11.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73642024-09-06T06:35:11.629Z[ recovery-image] Sep 06 06:35:11.122 INFO O| Sep 06 06:35:11.122 INFO STEP 1100 (remove_files) COMPLETE
73652024-09-06T06:35:11.629Z[ recovery-image] Sep 06 06:35:11.122 INFO O| Sep 06 06:35:11.122 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-06T06:35:11.663Z[ recovery-image] Sep 06 06:35:11.157 INFO O| Sep 06 06:35:11.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73672024-09-06T06:35:11.663Z[ recovery-image] Sep 06 06:35:11.157 INFO O| Sep 06 06:35:11.157 INFO STEP 1101 (remove_files) COMPLETE
73682024-09-06T06:35:11.663Z[ recovery-image] Sep 06 06:35:11.157 INFO O| Sep 06 06:35:11.157 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-06T06:35:11.717Z[ recovery-image] Sep 06 06:35:11.210 INFO O| Sep 06 06:35:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73702024-09-06T06:35:11.717Z[ recovery-image] Sep 06 06:35:11.211 INFO O| Sep 06 06:35:11.211 INFO STEP 1102 (remove_files) COMPLETE
73712024-09-06T06:35:11.717Z[ recovery-image] Sep 06 06:35:11.211 INFO O| Sep 06 06:35:11.211 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-06T06:35:11.789Z[ recovery-image] Sep 06 06:35:11.283 INFO O| Sep 06 06:35:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73732024-09-06T06:35:11.814Z[ recovery-image] Sep 06 06:35:11.283 INFO O| Sep 06 06:35:11.283 INFO STEP 1103 (remove_files) COMPLETE
73742024-09-06T06:35:11.814Z[ recovery-image] Sep 06 06:35:11.283 INFO O| Sep 06 06:35:11.283 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-06T06:35:11.838Z[ recovery-image] Sep 06 06:35:11.324 INFO O| Sep 06 06:35:11.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73762024-09-06T06:35:11.838Z[ recovery-image] Sep 06 06:35:11.324 INFO O| Sep 06 06:35:11.324 INFO STEP 1104 (remove_files) COMPLETE
73772024-09-06T06:35:11.838Z[ recovery-image] Sep 06 06:35:11.324 INFO O| Sep 06 06:35:11.324 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-06T06:35:11.863Z[ recovery-image] Sep 06 06:35:11.344 INFO O| Sep 06 06:35:11.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73792024-09-06T06:35:11.863Z[ recovery-image] Sep 06 06:35:11.344 INFO O| Sep 06 06:35:11.344 INFO STEP 1105 (remove_files) COMPLETE
73802024-09-06T06:35:11.863Z[ recovery-image] Sep 06 06:35:11.344 INFO O| Sep 06 06:35:11.344 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-06T06:35:11.887Z[ recovery-image] Sep 06 06:35:11.360 INFO O| Sep 06 06:35:11.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73822024-09-06T06:35:11.887Z[ recovery-image] Sep 06 06:35:11.360 INFO O| Sep 06 06:35:11.360 INFO STEP 1106 (remove_files) COMPLETE
73832024-09-06T06:35:11.887Z[ recovery-image] Sep 06 06:35:11.360 INFO O| Sep 06 06:35:11.360 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-06T06:35:11.920Z[ recovery-image] Sep 06 06:35:11.414 INFO O| Sep 06 06:35:11.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73852024-09-06T06:35:11.920Z[ recovery-image] Sep 06 06:35:11.414 INFO O| Sep 06 06:35:11.414 INFO STEP 1107 (remove_files) COMPLETE
73862024-09-06T06:35:11.945Z[ recovery-image] Sep 06 06:35:11.414 INFO O| Sep 06 06:35:11.414 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-06T06:35:11.945Z[ recovery-image] Sep 06 06:35:11.438 INFO O| Sep 06 06:35:11.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73882024-09-06T06:35:11.945Z[ recovery-image] Sep 06 06:35:11.438 INFO O| Sep 06 06:35:11.438 INFO STEP 1108 (remove_files) COMPLETE
73892024-09-06T06:35:11.945Z[ recovery-image] Sep 06 06:35:11.439 INFO O| Sep 06 06:35:11.439 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-06T06:35:11.969Z[ recovery-image] Sep 06 06:35:11.454 INFO O| Sep 06 06:35:11.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73912024-09-06T06:35:11.969Z[ recovery-image] Sep 06 06:35:11.455 INFO O| Sep 06 06:35:11.455 INFO STEP 1109 (remove_files) COMPLETE
73922024-09-06T06:35:11.969Z[ recovery-image] Sep 06 06:35:11.455 INFO O| Sep 06 06:35:11.455 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-06T06:35:12.041Z[ recovery-image] Sep 06 06:35:11.512 INFO O| Sep 06 06:35:11.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73942024-09-06T06:35:12.041Z[ recovery-image] Sep 06 06:35:11.512 INFO O| Sep 06 06:35:11.512 INFO STEP 1110 (remove_files) COMPLETE
73952024-09-06T06:35:12.041Z[ recovery-image] Sep 06 06:35:11.512 INFO O| Sep 06 06:35:11.512 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-06T06:35:12.066Z[ recovery-image] Sep 06 06:35:11.545 INFO O| Sep 06 06:35:11.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73972024-09-06T06:35:12.066Z[ recovery-image] Sep 06 06:35:11.545 INFO O| Sep 06 06:35:11.545 INFO STEP 1111 (remove_files) COMPLETE
73982024-09-06T06:35:12.066Z[ recovery-image] Sep 06 06:35:11.545 INFO O| Sep 06 06:35:11.545 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-06T06:35:12.090Z[ recovery-image] Sep 06 06:35:11.561 INFO O| Sep 06 06:35:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74002024-09-06T06:35:12.090Z[ recovery-image] Sep 06 06:35:11.561 INFO O| Sep 06 06:35:11.561 INFO STEP 1112 (remove_files) COMPLETE
74012024-09-06T06:35:12.090Z[ recovery-image] Sep 06 06:35:11.561 INFO O| Sep 06 06:35:11.561 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-06T06:35:12.090Z[ recovery-image] Sep 06 06:35:11.574 INFO O| Sep 06 06:35:11.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74032024-09-06T06:35:12.090Z[ recovery-image] Sep 06 06:35:11.574 INFO O| Sep 06 06:35:11.574 INFO STEP 1113 (remove_files) COMPLETE
74042024-09-06T06:35:12.090Z[ recovery-image] Sep 06 06:35:11.574 INFO O| Sep 06 06:35:11.574 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-06T06:35:12.115Z[ recovery-image] Sep 06 06:35:11.605 INFO O| Sep 06 06:35:11.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74062024-09-06T06:35:12.115Z[ recovery-image] Sep 06 06:35:11.605 INFO O| Sep 06 06:35:11.605 INFO STEP 1114 (remove_files) COMPLETE
74072024-09-06T06:35:12.115Z[ recovery-image] Sep 06 06:35:11.605 INFO O| Sep 06 06:35:11.605 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-06T06:35:12.139Z[ recovery-image] Sep 06 06:35:11.625 INFO O| Sep 06 06:35:11.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74092024-09-06T06:35:12.139Z[ recovery-image] Sep 06 06:35:11.625 INFO O| Sep 06 06:35:11.625 INFO STEP 1115 (remove_files) COMPLETE
74102024-09-06T06:35:12.139Z[ recovery-image] Sep 06 06:35:11.625 INFO O| Sep 06 06:35:11.625 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-06T06:35:12.175Z[ recovery-image] Sep 06 06:35:11.669 INFO O| Sep 06 06:35:11.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74122024-09-06T06:35:12.175Z[ recovery-image] Sep 06 06:35:11.669 INFO O| Sep 06 06:35:11.669 INFO STEP 1116 (remove_files) COMPLETE
74132024-09-06T06:35:12.175Z[ recovery-image] Sep 06 06:35:11.669 INFO O| Sep 06 06:35:11.669 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-06T06:35:12.200Z[ recovery-image] Sep 06 06:35:11.685 INFO O| Sep 06 06:35:11.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74152024-09-06T06:35:12.200Z[ recovery-image] Sep 06 06:35:11.685 INFO O| Sep 06 06:35:11.685 INFO STEP 1117 (remove_files) COMPLETE
74162024-09-06T06:35:12.200Z[ recovery-image] Sep 06 06:35:11.685 INFO O| Sep 06 06:35:11.685 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-06T06:35:12.224Z[ recovery-image] Sep 06 06:35:11.704 INFO O| Sep 06 06:35:11.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74182024-09-06T06:35:12.225Z[ recovery-image] Sep 06 06:35:11.704 INFO O| Sep 06 06:35:11.704 INFO STEP 1118 (remove_files) COMPLETE
74192024-09-06T06:35:12.225Z[ recovery-image] Sep 06 06:35:11.704 INFO O| Sep 06 06:35:11.704 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-06T06:35:12.262Z[ recovery-image] Sep 06 06:35:11.756 INFO O| Sep 06 06:35:11.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74212024-09-06T06:35:12.262Z[ recovery-image] Sep 06 06:35:11.756 INFO O| Sep 06 06:35:11.756 INFO STEP 1119 (remove_files) COMPLETE
74222024-09-06T06:35:12.262Z[ recovery-image] Sep 06 06:35:11.756 INFO O| Sep 06 06:35:11.756 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-06T06:35:12.287Z[ recovery-image] Sep 06 06:35:11.771 INFO O| Sep 06 06:35:11.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74242024-09-06T06:35:12.287Z[ recovery-image] Sep 06 06:35:11.771 INFO O| Sep 06 06:35:11.771 INFO STEP 1120 (remove_files) COMPLETE
74252024-09-06T06:35:12.287Z[ recovery-image] Sep 06 06:35:11.771 INFO O| Sep 06 06:35:11.771 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-06T06:35:12.311Z[ recovery-image] Sep 06 06:35:11.805 INFO O| Sep 06 06:35:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74272024-09-06T06:35:12.311Z[ recovery-image] Sep 06 06:35:11.805 INFO O| Sep 06 06:35:11.805 INFO STEP 1121 (remove_files) COMPLETE
74282024-09-06T06:35:12.311Z[ recovery-image] Sep 06 06:35:11.805 INFO O| Sep 06 06:35:11.805 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-06T06:35:12.353Z[ recovery-image] Sep 06 06:35:11.847 INFO O| Sep 06 06:35:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74302024-09-06T06:35:12.378Z[ recovery-image] Sep 06 06:35:11.847 INFO O| Sep 06 06:35:11.847 INFO STEP 1122 (remove_files) COMPLETE
74312024-09-06T06:35:12.378Z[ recovery-image] Sep 06 06:35:11.847 INFO O| Sep 06 06:35:11.847 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-06T06:35:12.402Z[ recovery-image] Sep 06 06:35:11.874 INFO O| Sep 06 06:35:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74332024-09-06T06:35:12.402Z[ recovery-image] Sep 06 06:35:11.875 INFO O| Sep 06 06:35:11.874 INFO STEP 1123 (remove_files) COMPLETE
74342024-09-06T06:35:12.402Z[ recovery-image] Sep 06 06:35:11.875 INFO O| Sep 06 06:35:11.874 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-06T06:35:12.402Z[ recovery-image] Sep 06 06:35:11.894 INFO O| Sep 06 06:35:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74362024-09-06T06:35:12.402Z[ recovery-image] Sep 06 06:35:11.894 INFO O| Sep 06 06:35:11.894 INFO STEP 1124 (remove_files) COMPLETE
74372024-09-06T06:35:12.403Z[ recovery-image] Sep 06 06:35:11.894 INFO O| Sep 06 06:35:11.894 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-06T06:35:12.434Z[ recovery-image] Sep 06 06:35:11.928 INFO O| Sep 06 06:35:11.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74392024-09-06T06:35:12.434Z[ recovery-image] Sep 06 06:35:11.928 INFO O| Sep 06 06:35:11.928 INFO STEP 1125 (remove_files) COMPLETE
74402024-09-06T06:35:12.459Z[ recovery-image] Sep 06 06:35:11.929 INFO O| Sep 06 06:35:11.928 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-06T06:35:12.459Z[ recovery-image] Sep 06 06:35:11.945 INFO O| Sep 06 06:35:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74422024-09-06T06:35:12.459Z[ recovery-image] Sep 06 06:35:11.945 INFO O| Sep 06 06:35:11.945 INFO STEP 1126 (remove_files) COMPLETE
74432024-09-06T06:35:12.459Z[ recovery-image] Sep 06 06:35:11.945 INFO O| Sep 06 06:35:11.945 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-06T06:35:12.483Z[ recovery-image] Sep 06 06:35:11.968 INFO O| Sep 06 06:35:11.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74452024-09-06T06:35:12.483Z[ recovery-image] Sep 06 06:35:11.969 INFO O| Sep 06 06:35:11.969 INFO STEP 1127 (remove_files) COMPLETE
74462024-09-06T06:35:12.483Z[ recovery-image] Sep 06 06:35:11.969 INFO O| Sep 06 06:35:11.969 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-06T06:35:12.507Z[ recovery-image] Sep 06 06:35:11.993 INFO O| Sep 06 06:35:11.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74482024-09-06T06:35:12.507Z[ recovery-image] Sep 06 06:35:11.993 INFO O| Sep 06 06:35:11.993 INFO STEP 1128 (remove_files) COMPLETE
74492024-09-06T06:35:12.507Z[ recovery-image] Sep 06 06:35:11.993 INFO O| Sep 06 06:35:11.993 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-06T06:35:12.537Z[ recovery-image] Sep 06 06:35:12.031 INFO O| Sep 06 06:35:12.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74512024-09-06T06:35:12.537Z[ recovery-image] Sep 06 06:35:12.031 INFO O| Sep 06 06:35:12.031 INFO STEP 1129 (remove_files) COMPLETE
74522024-09-06T06:35:12.562Z[ recovery-image] Sep 06 06:35:12.031 INFO O| Sep 06 06:35:12.031 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-06T06:35:12.591Z[ recovery-image] Sep 06 06:35:12.085 INFO O| Sep 06 06:35:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74542024-09-06T06:35:12.591Z[ recovery-image] Sep 06 06:35:12.085 INFO O| Sep 06 06:35:12.085 INFO STEP 1130 (remove_files) COMPLETE
74552024-09-06T06:35:12.591Z[ recovery-image] Sep 06 06:35:12.085 INFO O| Sep 06 06:35:12.085 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-06T06:35:12.616Z[ recovery-image] Sep 06 06:35:12.100 INFO O| Sep 06 06:35:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74572024-09-06T06:35:12.616Z[ recovery-image] Sep 06 06:35:12.100 INFO O| Sep 06 06:35:12.100 INFO STEP 1131 (remove_files) COMPLETE
74582024-09-06T06:35:12.616Z[ recovery-image] Sep 06 06:35:12.100 INFO O| Sep 06 06:35:12.100 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-06T06:35:12.640Z[ recovery-image] Sep 06 06:35:12.114 INFO O| Sep 06 06:35:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74602024-09-06T06:35:12.640Z[ recovery-image] Sep 06 06:35:12.114 INFO O| Sep 06 06:35:12.114 INFO STEP 1132 (remove_files) COMPLETE
74612024-09-06T06:35:12.640Z[ recovery-image] Sep 06 06:35:12.114 INFO O| Sep 06 06:35:12.114 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-06T06:35:12.640Z[ recovery-image] Sep 06 06:35:12.128 INFO O| Sep 06 06:35:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74632024-09-06T06:35:12.640Z[ recovery-image] Sep 06 06:35:12.128 INFO O| Sep 06 06:35:12.128 INFO STEP 1133 (remove_files) COMPLETE
74642024-09-06T06:35:12.640Z[ recovery-image] Sep 06 06:35:12.128 INFO O| Sep 06 06:35:12.128 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-06T06:35:12.665Z[ recovery-image] Sep 06 06:35:12.141 INFO O| Sep 06 06:35:12.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74662024-09-06T06:35:12.665Z[ recovery-image] Sep 06 06:35:12.141 INFO O| Sep 06 06:35:12.141 INFO STEP 1134 (remove_files) COMPLETE
74672024-09-06T06:35:12.665Z[ recovery-image] Sep 06 06:35:12.141 INFO O| Sep 06 06:35:12.141 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-06T06:35:12.665Z[ recovery-image] Sep 06 06:35:12.153 INFO O| Sep 06 06:35:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74692024-09-06T06:35:12.665Z[ recovery-image] Sep 06 06:35:12.153 INFO O| Sep 06 06:35:12.153 INFO STEP 1135 (remove_files) COMPLETE
74702024-09-06T06:35:12.665Z[ recovery-image] Sep 06 06:35:12.153 INFO O| Sep 06 06:35:12.153 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-06T06:35:12.690Z[ recovery-image] Sep 06 06:35:12.169 INFO O| Sep 06 06:35:12.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74722024-09-06T06:35:12.690Z[ recovery-image] Sep 06 06:35:12.169 INFO O| Sep 06 06:35:12.169 INFO STEP 1136 (remove_files) COMPLETE
74732024-09-06T06:35:12.690Z[ recovery-image] Sep 06 06:35:12.169 INFO O| Sep 06 06:35:12.169 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-06T06:35:12.714Z[ recovery-image] Sep 06 06:35:12.188 INFO O| Sep 06 06:35:12.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74752024-09-06T06:35:12.714Z[ recovery-image] Sep 06 06:35:12.188 INFO O| Sep 06 06:35:12.188 INFO STEP 1137 (remove_files) COMPLETE
74762024-09-06T06:35:12.714Z[ recovery-image] Sep 06 06:35:12.188 INFO O| Sep 06 06:35:12.188 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-06T06:35:12.714Z[ recovery-image] Sep 06 06:35:12.204 INFO O| Sep 06 06:35:12.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74782024-09-06T06:35:12.714Z[ recovery-image] Sep 06 06:35:12.204 INFO O| Sep 06 06:35:12.204 INFO STEP 1138 (remove_files) COMPLETE
74792024-09-06T06:35:12.714Z[ recovery-image] Sep 06 06:35:12.204 INFO O| Sep 06 06:35:12.204 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-06T06:35:12.739Z[ recovery-image] Sep 06 06:35:12.226 INFO O| Sep 06 06:35:12.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74812024-09-06T06:35:12.739Z[ recovery-image] Sep 06 06:35:12.226 INFO O| Sep 06 06:35:12.226 INFO STEP 1139 (remove_files) COMPLETE
74822024-09-06T06:35:12.739Z[ recovery-image] Sep 06 06:35:12.226 INFO O| Sep 06 06:35:12.226 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-06T06:35:12.790Z[ recovery-image] Sep 06 06:35:12.282 INFO O| Sep 06 06:35:12.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74842024-09-06T06:35:12.790Z[ recovery-image] Sep 06 06:35:12.282 INFO O| Sep 06 06:35:12.282 INFO STEP 1140 (remove_files) COMPLETE
74852024-09-06T06:35:12.814Z[ recovery-image] Sep 06 06:35:12.282 INFO O| Sep 06 06:35:12.282 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-06T06:35:12.814Z[ recovery-image] Sep 06 06:35:12.307 INFO O| Sep 06 06:35:12.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74872024-09-06T06:35:12.814Z[ recovery-image] Sep 06 06:35:12.307 INFO O| Sep 06 06:35:12.307 INFO STEP 1141 (remove_files) COMPLETE
74882024-09-06T06:35:12.814Z[ recovery-image] Sep 06 06:35:12.307 INFO O| Sep 06 06:35:12.307 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-06T06:35:12.839Z[ recovery-image] Sep 06 06:35:12.327 INFO O| Sep 06 06:35:12.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74902024-09-06T06:35:12.839Z[ recovery-image] Sep 06 06:35:12.327 INFO O| Sep 06 06:35:12.327 INFO STEP 1142 (remove_files) COMPLETE
74912024-09-06T06:35:12.839Z[ recovery-image] Sep 06 06:35:12.327 INFO O| Sep 06 06:35:12.327 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-06T06:35:12.864Z[ recovery-image] Sep 06 06:35:12.342 INFO O| Sep 06 06:35:12.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74932024-09-06T06:35:12.864Z[ recovery-image] Sep 06 06:35:12.342 INFO O| Sep 06 06:35:12.342 INFO STEP 1143 (remove_files) COMPLETE
74942024-09-06T06:35:12.864Z[ recovery-image] Sep 06 06:35:12.342 INFO O| Sep 06 06:35:12.342 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-06T06:35:12.888Z[ recovery-image] Sep 06 06:35:12.364 INFO O| Sep 06 06:35:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74962024-09-06T06:35:12.889Z[ recovery-image] Sep 06 06:35:12.364 INFO O| Sep 06 06:35:12.364 INFO STEP 1144 (remove_files) COMPLETE
74972024-09-06T06:35:12.889Z[ recovery-image] Sep 06 06:35:12.364 INFO O| Sep 06 06:35:12.364 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-06T06:35:12.914Z[ recovery-image] Sep 06 06:35:12.383 INFO O| Sep 06 06:35:12.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74992024-09-06T06:35:12.914Z[ recovery-image] Sep 06 06:35:12.383 INFO O| Sep 06 06:35:12.383 INFO STEP 1145 (remove_files) COMPLETE
75002024-09-06T06:35:12.914Z[ recovery-image] Sep 06 06:35:12.383 INFO O| Sep 06 06:35:12.383 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-06T06:35:12.914Z[ recovery-image] Sep 06 06:35:12.401 INFO O| Sep 06 06:35:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75022024-09-06T06:35:12.915Z[ recovery-image] Sep 06 06:35:12.401 INFO O| Sep 06 06:35:12.401 INFO STEP 1146 (remove_files) COMPLETE
75032024-09-06T06:35:12.915Z[ recovery-image] Sep 06 06:35:12.402 INFO O| Sep 06 06:35:12.401 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-06T06:35:12.939Z[ recovery-image] Sep 06 06:35:12.430 INFO O| Sep 06 06:35:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75052024-09-06T06:35:12.940Z[ recovery-image] Sep 06 06:35:12.430 INFO O| Sep 06 06:35:12.430 INFO STEP 1147 (remove_files) COMPLETE
75062024-09-06T06:35:12.940Z[ recovery-image] Sep 06 06:35:12.430 INFO O| Sep 06 06:35:12.430 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-06T06:35:12.964Z[ recovery-image] Sep 06 06:35:12.444 INFO O| Sep 06 06:35:12.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75082024-09-06T06:35:12.964Z[ recovery-image] Sep 06 06:35:12.444 INFO O| Sep 06 06:35:12.444 INFO STEP 1148 (remove_files) COMPLETE
75092024-09-06T06:35:12.964Z[ recovery-image] Sep 06 06:35:12.445 INFO O| Sep 06 06:35:12.445 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-06T06:35:12.964Z[ recovery-image] Sep 06 06:35:12.458 INFO O| Sep 06 06:35:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75112024-09-06T06:35:12.964Z[ recovery-image] Sep 06 06:35:12.458 INFO O| Sep 06 06:35:12.458 INFO STEP 1149 (remove_files) COMPLETE
75122024-09-06T06:35:12.989Z[ recovery-image] Sep 06 06:35:12.459 INFO O| Sep 06 06:35:12.458 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-06T06:35:12.989Z[ recovery-image] Sep 06 06:35:12.471 INFO O| Sep 06 06:35:12.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75142024-09-06T06:35:12.989Z[ recovery-image] Sep 06 06:35:12.472 INFO O| Sep 06 06:35:12.472 INFO STEP 1150 (remove_files) COMPLETE
75152024-09-06T06:35:12.989Z[ recovery-image] Sep 06 06:35:12.472 INFO O| Sep 06 06:35:12.472 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-06T06:35:13.014Z[ recovery-image] Sep 06 06:35:12.485 INFO O| Sep 06 06:35:12.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75172024-09-06T06:35:13.014Z[ recovery-image] Sep 06 06:35:12.485 INFO O| Sep 06 06:35:12.485 INFO STEP 1151 (remove_files) COMPLETE
75182024-09-06T06:35:13.014Z[ recovery-image] Sep 06 06:35:12.485 INFO O| Sep 06 06:35:12.485 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-06T06:35:13.014Z[ recovery-image] Sep 06 06:35:12.498 INFO O| Sep 06 06:35:12.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75202024-09-06T06:35:13.014Z[ recovery-image] Sep 06 06:35:12.498 INFO O| Sep 06 06:35:12.498 INFO STEP 1152 (remove_files) COMPLETE
75212024-09-06T06:35:13.014Z[ recovery-image] Sep 06 06:35:12.498 INFO O| Sep 06 06:35:12.498 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-06T06:35:13.039Z[ recovery-image] Sep 06 06:35:12.522 INFO O| Sep 06 06:35:12.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75232024-09-06T06:35:13.039Z[ recovery-image] Sep 06 06:35:12.522 INFO O| Sep 06 06:35:12.522 INFO STEP 1153 (remove_files) COMPLETE
75242024-09-06T06:35:13.039Z[ recovery-image] Sep 06 06:35:12.522 INFO O| Sep 06 06:35:12.522 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-06T06:35:13.063Z[ recovery-image] Sep 06 06:35:12.555 INFO O| Sep 06 06:35:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75262024-09-06T06:35:13.063Z[ recovery-image] Sep 06 06:35:12.555 INFO O| Sep 06 06:35:12.555 INFO STEP 1154 (remove_files) COMPLETE
75272024-09-06T06:35:13.064Z[ recovery-image] Sep 06 06:35:12.555 INFO O| Sep 06 06:35:12.555 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-06T06:35:13.096Z[ recovery-image] Sep 06 06:35:12.590 INFO O| Sep 06 06:35:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75292024-09-06T06:35:13.096Z[ recovery-image] Sep 06 06:35:12.590 INFO O| Sep 06 06:35:12.590 INFO STEP 1155 (remove_files) COMPLETE
75302024-09-06T06:35:13.120Z[ recovery-image] Sep 06 06:35:12.590 INFO O| Sep 06 06:35:12.590 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-06T06:35:13.145Z[ recovery-image] Sep 06 06:35:12.626 INFO O| Sep 06 06:35:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75322024-09-06T06:35:13.145Z[ recovery-image] Sep 06 06:35:12.626 INFO O| Sep 06 06:35:12.626 INFO STEP 1156 (remove_files) COMPLETE
75332024-09-06T06:35:13.145Z[ recovery-image] Sep 06 06:35:12.626 INFO O| Sep 06 06:35:12.626 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-06T06:35:13.170Z[ recovery-image] Sep 06 06:35:12.641 INFO O| Sep 06 06:35:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75352024-09-06T06:35:13.170Z[ recovery-image] Sep 06 06:35:12.641 INFO O| Sep 06 06:35:12.641 INFO STEP 1157 (remove_files) COMPLETE
75362024-09-06T06:35:13.170Z[ recovery-image] Sep 06 06:35:12.641 INFO O| Sep 06 06:35:12.641 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-06T06:35:13.170Z[ recovery-image] Sep 06 06:35:12.658 INFO O| Sep 06 06:35:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75382024-09-06T06:35:13.170Z[ recovery-image] Sep 06 06:35:12.659 INFO O| Sep 06 06:35:12.658 INFO STEP 1158 (remove_files) COMPLETE
75392024-09-06T06:35:13.170Z[ recovery-image] Sep 06 06:35:12.659 INFO O| Sep 06 06:35:12.659 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-06T06:35:13.195Z[ recovery-image] Sep 06 06:35:12.686 INFO O| Sep 06 06:35:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75412024-09-06T06:35:13.195Z[ recovery-image] Sep 06 06:35:12.686 INFO O| Sep 06 06:35:12.686 INFO STEP 1159 (remove_files) COMPLETE
75422024-09-06T06:35:13.195Z[ recovery-image] Sep 06 06:35:12.686 INFO O| Sep 06 06:35:12.686 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-06T06:35:13.221Z[ recovery-image] Sep 06 06:35:12.715 INFO O| Sep 06 06:35:12.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75442024-09-06T06:35:13.221Z[ recovery-image] Sep 06 06:35:12.715 INFO O| Sep 06 06:35:12.715 INFO STEP 1160 (remove_files) COMPLETE
75452024-09-06T06:35:13.245Z[ recovery-image] Sep 06 06:35:12.715 INFO O| Sep 06 06:35:12.715 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-06T06:35:13.270Z[ recovery-image] Sep 06 06:35:12.746 INFO O| Sep 06 06:35:12.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75472024-09-06T06:35:13.270Z[ recovery-image] Sep 06 06:35:12.746 INFO O| Sep 06 06:35:12.746 INFO STEP 1161 (remove_files) COMPLETE
75482024-09-06T06:35:13.270Z[ recovery-image] Sep 06 06:35:12.746 INFO O| Sep 06 06:35:12.746 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-06T06:35:13.311Z[ recovery-image] Sep 06 06:35:12.805 INFO O| Sep 06 06:35:12.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75502024-09-06T06:35:13.311Z[ recovery-image] Sep 06 06:35:12.805 INFO O| Sep 06 06:35:12.805 INFO STEP 1162 (remove_files) COMPLETE
75512024-09-06T06:35:13.311Z[ recovery-image] Sep 06 06:35:12.805 INFO O| Sep 06 06:35:12.805 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-06T06:35:13.335Z[ recovery-image] Sep 06 06:35:12.820 INFO O| Sep 06 06:35:12.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75532024-09-06T06:35:13.335Z[ recovery-image] Sep 06 06:35:12.820 INFO O| Sep 06 06:35:12.820 INFO STEP 1163 (remove_files) COMPLETE
75542024-09-06T06:35:13.335Z[ recovery-image] Sep 06 06:35:12.820 INFO O| Sep 06 06:35:12.820 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-06T06:35:13.361Z[ recovery-image] Sep 06 06:35:12.834 INFO O| Sep 06 06:35:12.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75562024-09-06T06:35:13.361Z[ recovery-image] Sep 06 06:35:12.834 INFO O| Sep 06 06:35:12.834 INFO STEP 1164 (remove_files) COMPLETE
75572024-09-06T06:35:13.361Z[ recovery-image] Sep 06 06:35:12.834 INFO O| Sep 06 06:35:12.834 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-06T06:35:13.361Z[ recovery-image] Sep 06 06:35:12.851 INFO O| Sep 06 06:35:12.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75592024-09-06T06:35:13.361Z[ recovery-image] Sep 06 06:35:12.851 INFO O| Sep 06 06:35:12.851 INFO STEP 1165 (remove_files) COMPLETE
75602024-09-06T06:35:13.361Z[ recovery-image] Sep 06 06:35:12.851 INFO O| Sep 06 06:35:12.851 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-06T06:35:13.385Z[ recovery-image] Sep 06 06:35:12.870 INFO O| Sep 06 06:35:12.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75622024-09-06T06:35:13.385Z[ recovery-image] Sep 06 06:35:12.870 INFO O| Sep 06 06:35:12.870 INFO STEP 1166 (remove_files) COMPLETE
75632024-09-06T06:35:13.385Z[ recovery-image] Sep 06 06:35:12.870 INFO O| Sep 06 06:35:12.870 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-06T06:35:13.433Z[ recovery-image] Sep 06 06:35:12.927 INFO O| Sep 06 06:35:12.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75652024-09-06T06:35:13.458Z[ recovery-image] Sep 06 06:35:12.927 INFO O| Sep 06 06:35:12.927 INFO STEP 1167 (remove_files) COMPLETE
75662024-09-06T06:35:13.458Z[ recovery-image] Sep 06 06:35:12.927 INFO O| Sep 06 06:35:12.927 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-06T06:35:13.458Z[ recovery-image] Sep 06 06:35:12.942 INFO O| Sep 06 06:35:12.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75682024-09-06T06:35:13.458Z[ recovery-image] Sep 06 06:35:12.942 INFO O| Sep 06 06:35:12.942 INFO STEP 1168 (remove_files) COMPLETE
75692024-09-06T06:35:13.458Z[ recovery-image] Sep 06 06:35:12.942 INFO O| Sep 06 06:35:12.942 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-06T06:35:13.488Z[ recovery-image] Sep 06 06:35:12.982 INFO O| Sep 06 06:35:12.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75712024-09-06T06:35:13.512Z[ recovery-image] Sep 06 06:35:12.982 INFO O| Sep 06 06:35:12.982 INFO STEP 1169 (remove_files) COMPLETE
75722024-09-06T06:35:13.512Z[ recovery-image] Sep 06 06:35:12.982 INFO O| Sep 06 06:35:12.982 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-06T06:35:13.512Z[ recovery-image] Sep 06 06:35:12.996 INFO O| Sep 06 06:35:12.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75742024-09-06T06:35:13.512Z[ recovery-image] Sep 06 06:35:12.996 INFO O| Sep 06 06:35:12.996 INFO STEP 1170 (remove_files) COMPLETE
75752024-09-06T06:35:13.513Z[ recovery-image] Sep 06 06:35:12.996 INFO O| Sep 06 06:35:12.996 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-06T06:35:13.537Z[ recovery-image] Sep 06 06:35:13.009 INFO O| Sep 06 06:35:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75772024-09-06T06:35:13.537Z[ recovery-image] Sep 06 06:35:13.010 INFO O| Sep 06 06:35:13.009 INFO STEP 1171 (remove_files) COMPLETE
75782024-09-06T06:35:13.537Z[ recovery-image] Sep 06 06:35:13.010 INFO O| Sep 06 06:35:13.010 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-06T06:35:13.537Z[ recovery-image] Sep 06 06:35:13.023 INFO O| Sep 06 06:35:13.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75802024-09-06T06:35:13.537Z[ recovery-image] Sep 06 06:35:13.023 INFO O| Sep 06 06:35:13.023 INFO STEP 1172 (remove_files) COMPLETE
75812024-09-06T06:35:13.537Z[ recovery-image] Sep 06 06:35:13.023 INFO O| Sep 06 06:35:13.023 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-06T06:35:13.562Z[ recovery-image] Sep 06 06:35:13.036 INFO O| Sep 06 06:35:13.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75832024-09-06T06:35:13.562Z[ recovery-image] Sep 06 06:35:13.036 INFO O| Sep 06 06:35:13.036 INFO STEP 1173 (remove_files) COMPLETE
75842024-09-06T06:35:13.562Z[ recovery-image] Sep 06 06:35:13.036 INFO O| Sep 06 06:35:13.036 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-06T06:35:13.562Z[ recovery-image] Sep 06 06:35:13.054 INFO O| Sep 06 06:35:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75862024-09-06T06:35:13.562Z[ recovery-image] Sep 06 06:35:13.054 INFO O| Sep 06 06:35:13.054 INFO STEP 1174 (remove_files) COMPLETE
75872024-09-06T06:35:13.562Z[ recovery-image] Sep 06 06:35:13.054 INFO O| Sep 06 06:35:13.054 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-06T06:35:13.587Z[ recovery-image] Sep 06 06:35:13.070 INFO O| Sep 06 06:35:13.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75892024-09-06T06:35:13.587Z[ recovery-image] Sep 06 06:35:13.071 INFO O| Sep 06 06:35:13.070 INFO STEP 1175 (remove_files) COMPLETE
75902024-09-06T06:35:13.587Z[ recovery-image] Sep 06 06:35:13.071 INFO O| Sep 06 06:35:13.070 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-06T06:35:13.611Z[ recovery-image] Sep 06 06:35:13.086 INFO O| Sep 06 06:35:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75922024-09-06T06:35:13.611Z[ recovery-image] Sep 06 06:35:13.086 INFO O| Sep 06 06:35:13.086 INFO STEP 1176 (remove_files) COMPLETE
75932024-09-06T06:35:13.611Z[ recovery-image] Sep 06 06:35:13.086 INFO O| Sep 06 06:35:13.086 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-06T06:35:13.611Z[ recovery-image] Sep 06 06:35:13.100 INFO O| Sep 06 06:35:13.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75952024-09-06T06:35:13.611Z[ recovery-image] Sep 06 06:35:13.100 INFO O| Sep 06 06:35:13.100 INFO STEP 1177 (remove_files) COMPLETE
75962024-09-06T06:35:13.611Z[ recovery-image] Sep 06 06:35:13.100 INFO O| Sep 06 06:35:13.100 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-06T06:35:13.647Z[ recovery-image] Sep 06 06:35:13.114 INFO O| Sep 06 06:35:13.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75982024-09-06T06:35:13.647Z[ recovery-image] Sep 06 06:35:13.114 INFO O| Sep 06 06:35:13.114 INFO STEP 1178 (remove_files) COMPLETE
75992024-09-06T06:35:13.647Z[ recovery-image] Sep 06 06:35:13.114 INFO O| Sep 06 06:35:13.114 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-06T06:35:13.647Z[ recovery-image] Sep 06 06:35:13.134 INFO O| Sep 06 06:35:13.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76012024-09-06T06:35:13.647Z[ recovery-image] Sep 06 06:35:13.134 INFO O| Sep 06 06:35:13.134 INFO STEP 1179 (remove_files) COMPLETE
76022024-09-06T06:35:13.647Z[ recovery-image] Sep 06 06:35:13.134 INFO O| Sep 06 06:35:13.134 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-06T06:35:13.782Z[ recovery-image] Sep 06 06:35:13.276 INFO O| Sep 06 06:35:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76042024-09-06T06:35:13.782Z[ recovery-image] Sep 06 06:35:13.276 INFO O| Sep 06 06:35:13.276 INFO STEP 1180 (remove_files) COMPLETE
76052024-09-06T06:35:13.808Z[ recovery-image] Sep 06 06:35:13.276 INFO O| Sep 06 06:35:13.276 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-06T06:35:13.840Z[ recovery-image] Sep 06 06:35:13.334 INFO O| Sep 06 06:35:13.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76072024-09-06T06:35:13.865Z[ recovery-image] Sep 06 06:35:13.334 INFO O| Sep 06 06:35:13.334 INFO STEP 1181 (remove_files) COMPLETE
76082024-09-06T06:35:13.865Z[ recovery-image] Sep 06 06:35:13.335 INFO O| Sep 06 06:35:13.334 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-06T06:35:13.900Z[ recovery-image] Sep 06 06:35:13.394 INFO O| Sep 06 06:35:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76102024-09-06T06:35:13.900Z[ recovery-image] Sep 06 06:35:13.395 INFO O| Sep 06 06:35:13.395 INFO STEP 1182 (remove_files) COMPLETE
76112024-09-06T06:35:13.925Z[ recovery-image] Sep 06 06:35:13.395 INFO O| Sep 06 06:35:13.395 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-06T06:35:13.951Z[ recovery-image] Sep 06 06:35:13.425 INFO O| Sep 06 06:35:13.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76132024-09-06T06:35:13.951Z[ recovery-image] Sep 06 06:35:13.426 INFO O| Sep 06 06:35:13.426 INFO STEP 1183 (remove_files) COMPLETE
76142024-09-06T06:35:13.951Z[ recovery-image] Sep 06 06:35:13.426 INFO O| Sep 06 06:35:13.426 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-06T06:35:13.951Z[ recovery-image] Sep 06 06:35:13.442 INFO O| Sep 06 06:35:13.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76162024-09-06T06:35:13.951Z[ recovery-image] Sep 06 06:35:13.442 INFO O| Sep 06 06:35:13.442 INFO STEP 1184 (remove_files) COMPLETE
76172024-09-06T06:35:13.951Z[ recovery-image] Sep 06 06:35:13.442 INFO O| Sep 06 06:35:13.442 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-06T06:35:13.975Z[ recovery-image] Sep 06 06:35:13.455 INFO O| Sep 06 06:35:13.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76192024-09-06T06:35:13.975Z[ recovery-image] Sep 06 06:35:13.455 INFO O| Sep 06 06:35:13.455 INFO STEP 1185 (remove_files) COMPLETE
76202024-09-06T06:35:13.975Z[ recovery-image] Sep 06 06:35:13.455 INFO O| Sep 06 06:35:13.455 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-06T06:35:14.024Z[ recovery-image] Sep 06 06:35:13.517 INFO O| Sep 06 06:35:13.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76222024-09-06T06:35:14.024Z[ recovery-image] Sep 06 06:35:13.518 INFO O| Sep 06 06:35:13.518 INFO STEP 1186 (remove_files) COMPLETE
76232024-09-06T06:35:14.024Z[ recovery-image] Sep 06 06:35:13.518 INFO O| Sep 06 06:35:13.518 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-06T06:35:14.048Z[ recovery-image] Sep 06 06:35:13.542 INFO O| Sep 06 06:35:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76252024-09-06T06:35:14.049Z[ recovery-image] Sep 06 06:35:13.542 INFO O| Sep 06 06:35:13.542 INFO STEP 1187 (remove_files) COMPLETE
76262024-09-06T06:35:14.049Z[ recovery-image] Sep 06 06:35:13.542 INFO O| Sep 06 06:35:13.542 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-06T06:35:14.073Z[ recovery-image] Sep 06 06:35:13.555 INFO O| Sep 06 06:35:13.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76282024-09-06T06:35:14.073Z[ recovery-image] Sep 06 06:35:13.555 INFO O| Sep 06 06:35:13.555 INFO STEP 1188 (remove_files) COMPLETE
76292024-09-06T06:35:14.073Z[ recovery-image] Sep 06 06:35:13.555 INFO O| Sep 06 06:35:13.555 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-06T06:35:14.098Z[ recovery-image] Sep 06 06:35:13.579 INFO O| Sep 06 06:35:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76312024-09-06T06:35:14.098Z[ recovery-image] Sep 06 06:35:13.579 INFO O| Sep 06 06:35:13.579 INFO STEP 1189 (remove_files) COMPLETE
76322024-09-06T06:35:14.098Z[ recovery-image] Sep 06 06:35:13.579 INFO O| Sep 06 06:35:13.579 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-06T06:35:14.122Z[ recovery-image] Sep 06 06:35:13.596 INFO O| Sep 06 06:35:13.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76342024-09-06T06:35:14.122Z[ recovery-image] Sep 06 06:35:13.596 INFO O| Sep 06 06:35:13.596 INFO STEP 1190 (remove_files) COMPLETE
76352024-09-06T06:35:14.122Z[ recovery-image] Sep 06 06:35:13.596 INFO O| Sep 06 06:35:13.596 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-06T06:35:14.147Z[ recovery-image] Sep 06 06:35:13.626 INFO O| Sep 06 06:35:13.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76372024-09-06T06:35:14.147Z[ recovery-image] Sep 06 06:35:13.626 INFO O| Sep 06 06:35:13.626 INFO STEP 1191 (remove_files) COMPLETE
76382024-09-06T06:35:14.147Z[ recovery-image] Sep 06 06:35:13.626 INFO O| Sep 06 06:35:13.626 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-06T06:35:14.147Z[ recovery-image] Sep 06 06:35:13.639 INFO O| Sep 06 06:35:13.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76402024-09-06T06:35:14.147Z[ recovery-image] Sep 06 06:35:13.639 INFO O| Sep 06 06:35:13.639 INFO STEP 1192 (remove_files) COMPLETE
76412024-09-06T06:35:14.147Z[ recovery-image] Sep 06 06:35:13.639 INFO O| Sep 06 06:35:13.639 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-06T06:35:14.172Z[ recovery-image] Sep 06 06:35:13.655 INFO O| Sep 06 06:35:13.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76432024-09-06T06:35:14.172Z[ recovery-image] Sep 06 06:35:13.655 INFO O| Sep 06 06:35:13.655 INFO STEP 1193 (remove_files) COMPLETE
76442024-09-06T06:35:14.172Z[ recovery-image] Sep 06 06:35:13.655 INFO O| Sep 06 06:35:13.655 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-06T06:35:14.196Z[ recovery-image] Sep 06 06:35:13.685 INFO O| Sep 06 06:35:13.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76462024-09-06T06:35:14.196Z[ recovery-image] Sep 06 06:35:13.685 INFO O| Sep 06 06:35:13.685 INFO STEP 1194 (remove_files) COMPLETE
76472024-09-06T06:35:14.196Z[ recovery-image] Sep 06 06:35:13.685 INFO O| Sep 06 06:35:13.685 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-06T06:35:14.246Z[ recovery-image] Sep 06 06:35:13.724 INFO O| Sep 06 06:35:13.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76492024-09-06T06:35:14.246Z[ recovery-image] Sep 06 06:35:13.724 INFO O| Sep 06 06:35:13.724 INFO STEP 1195 (remove_files) COMPLETE
76502024-09-06T06:35:14.271Z[ recovery-image] Sep 06 06:35:13.724 INFO O| Sep 06 06:35:13.724 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-06T06:35:14.271Z[ recovery-image] Sep 06 06:35:13.753 INFO O| Sep 06 06:35:13.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76522024-09-06T06:35:14.271Z[ recovery-image] Sep 06 06:35:13.753 INFO O| Sep 06 06:35:13.753 INFO STEP 1196 (remove_files) COMPLETE
76532024-09-06T06:35:14.271Z[ recovery-image] Sep 06 06:35:13.753 INFO O| Sep 06 06:35:13.753 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-06T06:35:14.297Z[ recovery-image] Sep 06 06:35:13.784 INFO O| Sep 06 06:35:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76552024-09-06T06:35:14.297Z[ recovery-image] Sep 06 06:35:13.784 INFO O| Sep 06 06:35:13.784 INFO STEP 1197 (remove_files) COMPLETE
76562024-09-06T06:35:14.297Z[ recovery-image] Sep 06 06:35:13.784 INFO O| Sep 06 06:35:13.784 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-06T06:35:14.378Z[ recovery-image] Sep 06 06:35:13.872 INFO O| Sep 06 06:35:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76582024-09-06T06:35:14.378Z[ recovery-image] Sep 06 06:35:13.872 INFO O| Sep 06 06:35:13.872 INFO STEP 1198 (remove_files) COMPLETE
76592024-09-06T06:35:14.378Z[ recovery-image] Sep 06 06:35:13.872 INFO O| Sep 06 06:35:13.872 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-09-06T06:35:14.431Z[ recovery-image] Sep 06 06:35:13.925 INFO O| Sep 06 06:35:13.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76612024-09-06T06:35:14.456Z[ recovery-image] Sep 06 06:35:13.925 INFO O| Sep 06 06:35:13.925 INFO STEP 1199 (remove_files) COMPLETE
76622024-09-06T06:35:14.456Z[ recovery-image] Sep 06 06:35:13.925 INFO O| Sep 06 06:35:13.925 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-06T06:35:14.456Z[ recovery-image] Sep 06 06:35:13.941 INFO O| Sep 06 06:35:13.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76642024-09-06T06:35:14.456Z[ recovery-image] Sep 06 06:35:13.941 INFO O| Sep 06 06:35:13.941 INFO STEP 1200 (remove_files) COMPLETE
76652024-09-06T06:35:14.456Z[ recovery-image] Sep 06 06:35:13.941 INFO O| Sep 06 06:35:13.941 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-06T06:35:14.481Z[ recovery-image] Sep 06 06:35:13.955 INFO O| Sep 06 06:35:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76672024-09-06T06:35:14.481Z[ recovery-image] Sep 06 06:35:13.955 INFO O| Sep 06 06:35:13.955 INFO STEP 1201 (remove_files) COMPLETE
76682024-09-06T06:35:14.481Z[ recovery-image] Sep 06 06:35:13.955 INFO O| Sep 06 06:35:13.955 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-06T06:35:14.481Z[ recovery-image] Sep 06 06:35:13.969 INFO O| Sep 06 06:35:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76702024-09-06T06:35:14.481Z[ recovery-image] Sep 06 06:35:13.969 INFO O| Sep 06 06:35:13.969 INFO STEP 1202 (remove_files) COMPLETE
76712024-09-06T06:35:14.481Z[ recovery-image] Sep 06 06:35:13.969 INFO O| Sep 06 06:35:13.969 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-09-06T06:35:14.505Z[ recovery-image] Sep 06 06:35:13.982 INFO O| Sep 06 06:35:13.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76732024-09-06T06:35:14.505Z[ recovery-image] Sep 06 06:35:13.982 INFO O| Sep 06 06:35:13.982 INFO STEP 1203 (remove_files) COMPLETE
76742024-09-06T06:35:14.505Z[ recovery-image] Sep 06 06:35:13.982 INFO O| Sep 06 06:35:13.982 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-09-06T06:35:14.505Z[ recovery-image] Sep 06 06:35:13.995 INFO O| Sep 06 06:35:13.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76762024-09-06T06:35:14.505Z[ recovery-image] Sep 06 06:35:13.996 INFO O| Sep 06 06:35:13.996 INFO STEP 1204 (remove_files) COMPLETE
76772024-09-06T06:35:14.505Z[ recovery-image] Sep 06 06:35:13.996 INFO O| Sep 06 06:35:13.996 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-09-06T06:35:14.530Z[ recovery-image] Sep 06 06:35:14.009 INFO O| Sep 06 06:35:14.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76792024-09-06T06:35:14.530Z[ recovery-image] Sep 06 06:35:14.009 INFO O| Sep 06 06:35:14.009 INFO STEP 1205 (remove_files) COMPLETE
76802024-09-06T06:35:14.530Z[ recovery-image] Sep 06 06:35:14.009 INFO O| Sep 06 06:35:14.009 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76812024-09-06T06:35:14.555Z[ recovery-image] Sep 06 06:35:14.029 INFO O| Sep 06 06:35:14.029 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76822024-09-06T06:35:14.555Z[ recovery-image] Sep 06 06:35:14.029 INFO O| Sep 06 06:35:14.029 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76832024-09-06T06:35:15.865Z[ recovery-image] Sep 06 06:35:15.358 INFO O| Sep 06 06:35:15.358 INFO STEP 1206 (pack_tar) COMPLETE
76842024-09-06T06:35:15.865Z[ recovery-image] Sep 06 06:35:15.358 INFO O| Sep 06 06:35:15.358 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76852024-09-06T06:35:15.889Z[ recovery-image] Sep 06 06:35:15.359 INFO O| Sep 06 06:35:15.358 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76862024-09-06T06:35:16.110Z[ recovery-image] Sep 06 06:35:15.604 INFO O| Sep 06 06:35:15.603 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76872024-09-06T06:35:16.168Z[ recovery-image] Sep 06 06:35:15.661 INFO O| Sep 06 06:35:15.661 INFO completed processing gimlet/ramdisk-03-recovery-trim
76882024-09-06T06:35:16.192Z[ recovery-image] Sep 06 06:35:15.669 INFO image builder template: zfs-recovery...
76892024-09-06T06:35:16.192Z[ recovery-image] Sep 06 06:35:15.669 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/.tmpQVCLqT/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.293", "-n", "zfs-recovery"], pwd: None
76902024-09-06T06:35:16.248Z[ recovery-image] Sep 06 06:35:15.742 INFO O| Sep 06 06:35:15.742 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76912024-09-06T06:35:16.273Z[ recovery-image] Sep 06 06:35:15.764 INFO O| Sep 06 06:35:15.764 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76922024-09-06T06:35:16.346Z[ recovery-image] Sep 06 06:35:15.837 INFO O| Sep 06 06:35:15.837 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76932024-09-06T06:35:16.406Z[ recovery-image] Sep 06 06:35:15.900 INFO O| Sep 06 06:35:15.900 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76942024-09-06T06:35:16.406Z[ recovery-image] Sep 06 06:35:15.900 INFO O| Sep 06 06:35:15.900 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76952024-09-06T06:35:16.431Z[ recovery-image] Sep 06 06:35:15.907 INFO O| Sep 06 06:35:15.907 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76962024-09-06T06:35:16.474Z[ recovery-image] Sep 06 06:35:15.968 INFO O| Sep 06 06:35:15.968 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76972024-09-06T06:35:16.553Z[ recovery-image] Sep 06 06:35:16.047 INFO O| Sep 06 06:35:16.047 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76982024-09-06T06:35:16.577Z[ recovery-image] Sep 06 06:35:16.064 INFO O| Sep 06 06:35:16.064 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76992024-09-06T06:35:16.577Z[ recovery-image] Sep 06 06:35:16.071 INFO O| Sep 06 06:35:16.071 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77002024-09-06T06:35:16.619Z[ recovery-image] Sep 06 06:35:16.113 INFO O| Sep 06 06:35:16.113 INFO no lofi found
77012024-09-06T06:35:16.619Z[ recovery-image] Sep 06 06:35:16.113 INFO O| Sep 06 06:35:16.113 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77022024-09-06T06:35:16.643Z[ recovery-image] Sep 06 06:35:16.113 INFO O| Sep 06 06:35:16.113 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77032024-09-06T06:35:18.520Z[ recovery-image] Sep 06 06:35:18.014 INFO O| Sep 06 06:35:18.014 INFO lofi device = /dev/dsk/c3t1d0p0
77042024-09-06T06:35:18.520Z[ recovery-image] Sep 06 06:35:18.014 INFO O| Sep 06 06:35:18.014 INFO pool device = /dev/dsk/c3t1d0p0
77052024-09-06T06:35:18.544Z[ recovery-image] Sep 06 06:35:18.014 INFO O| Sep 06 06:35:18.014 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/c3t1d0p0"]
77062024-09-06T06:35:18.780Z[ recovery-image] Sep 06 06:35:18.274 INFO O| Sep 06 06:35:18.274 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77072024-09-06T06:35:18.780Z[ recovery-image] Sep 06 06:35:18.274 INFO O| Sep 06 06:35:18.274 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77082024-09-06T06:35:18.822Z[ recovery-image] Sep 06 06:35:18.316 INFO O| Sep 06 06:35:18.316 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77092024-09-06T06:35:18.927Z[ recovery-image] Sep 06 06:35:18.421 INFO O| Sep 06 06:35:18.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77102024-09-06T06:35:18.982Z[ recovery-image] Sep 06 06:35:18.476 INFO O| Sep 06 06:35:18.476 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77112024-09-06T06:35:19.016Z[ recovery-image] Sep 06 06:35:18.510 INFO O| Sep 06 06:35:18.510 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77122024-09-06T06:35:19.041Z[ recovery-image] Sep 06 06:35:18.533 INFO O| Sep 06 06:35:18.533 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77132024-09-06T06:35:19.172Z[ recovery-image] Sep 06 06:35:18.666 INFO O| Sep 06 06:35:18.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77142024-09-06T06:35:19.172Z[ recovery-image] Sep 06 06:35:18.666 INFO O| Sep 06 06:35:18.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77152024-09-06T06:35:19.172Z[ recovery-image] Sep 06 06:35:18.666 INFO O| Sep 06 06:35:18.666 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77162024-09-06T06:35:19.197Z[ recovery-image] Sep 06 06:35:18.684 INFO O| Sep 06 06:35:18.684 INFO boot environment UUID: c4ef2553-59b1-4dd5-884a-f5bfa0ff1ddd
77172024-09-06T06:35:19.197Z[ recovery-image] Sep 06 06:35:18.684 INFO O| Sep 06 06:35:18.684 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c4ef2553-59b1-4dd5-884a-f5bfa0ff1ddd
77182024-09-06T06:35:19.222Z[ recovery-image] Sep 06 06:35:18.709 INFO O| Sep 06 06:35:18.709 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77192024-09-06T06:35:19.246Z[ recovery-image] Sep 06 06:35:18.733 INFO O| Sep 06 06:35:18.733 INFO STEP 0 (create_be) COMPLETE
77202024-09-06T06:35:19.246Z[ recovery-image] Sep 06 06:35:18.733 INFO O| Sep 06 06:35:18.733 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77212024-09-06T06:35:19.323Z[ recovery-image] Sep 06 06:35:18.817 INFO O| Sep 06 06:35:18.817 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"]
77222024-09-06T06:35:28.563Z[ recovery-image] Sep 06 06:35:28.057 INFO O| Sep 06 06:35:28.057 INFO STEP 1 (unpack_tar) COMPLETE
77232024-09-06T06:35:28.563Z[ recovery-image] Sep 06 06:35:28.057 INFO O| Sep 06 06:35:28.057 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-09-06T06:35:28.588Z[ recovery-image] Sep 06 06:35:28.078 INFO O| Sep 06 06:35:28.078 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77252024-09-06T06:35:30.534Z[ recovery-image] Sep 06 06:35:30.028 INFO O| Sep 06 06:35:30.028 INFO STEP 2 (devfsadm) COMPLETE
77262024-09-06T06:35:30.534Z[ recovery-image] Sep 06 06:35:30.028 INFO O| Sep 06 06:35:30.028 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77272024-09-06T06:35:30.559Z[ recovery-image] Sep 06 06:35:30.048 INFO O| Sep 06 06:35:30.048 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77282024-09-06T06:35:30.559Z[ recovery-image] Sep 06 06:35:30.048 INFO O| Sep 06 06:35:30.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77292024-09-06T06:35:30.559Z[ recovery-image] Sep 06 06:35:30.048 INFO O| Sep 06 06:35:30.048 INFO STEP 3 (ensure_dir) COMPLETE
77302024-09-06T06:35:30.559Z[ recovery-image] Sep 06 06:35:30.048 INFO O| Sep 06 06:35:30.048 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77312024-09-06T06:35:30.583Z[ recovery-image] Sep 06 06:35:30.062 INFO O| Sep 06 06:35:30.061 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77322024-09-06T06:35:30.583Z[ recovery-image] Sep 06 06:35:30.062 INFO O| Sep 06 06:35:30.062 INFO STEP 4 (ensure_dir) COMPLETE
77332024-09-06T06:35:30.583Z[ recovery-image] Sep 06 06:35:30.062 INFO O| Sep 06 06:35:30.062 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-06T06:35:30.608Z[ recovery-image] Sep 06 06:35:30.095 INFO O| Sep 06 06:35:30.095 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77352024-09-06T06:35:30.608Z[ recovery-image] Sep 06 06:35:30.095 INFO O| Sep 06 06:35:30.095 INFO STEP 5 (ensure_dir) COMPLETE
77362024-09-06T06:35:30.608Z[ recovery-image] Sep 06 06:35:30.095 INFO O| Sep 06 06:35:30.095 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77372024-09-06T06:35:30.680Z[ recovery-image] Sep 06 06:35:30.173 INFO O| Sep 06 06:35:30.173 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77382024-09-06T06:35:30.680Z[ recovery-image] Sep 06 06:35:30.174 INFO O| Sep 06 06:35:30.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77392024-09-06T06:35:30.680Z[ recovery-image] Sep 06 06:35:30.174 INFO O| Sep 06 06:35:30.173 INFO STEP 6 (ensure_dir) COMPLETE
77402024-09-06T06:35:30.704Z[ recovery-image] Sep 06 06:35:30.174 INFO O| Sep 06 06:35:30.174 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77412024-09-06T06:35:30.746Z[ recovery-image] Sep 06 06:35:30.240 INFO O| Sep 06 06:35:30.240 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77422024-09-06T06:35:30.746Z[ recovery-image] Sep 06 06:35:30.240 INFO O| Sep 06 06:35:30.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77432024-09-06T06:35:30.771Z[ recovery-image] Sep 06 06:35:30.240 INFO O| Sep 06 06:35:30.240 INFO STEP 7 (ensure_dir) COMPLETE
77442024-09-06T06:35:30.771Z[ recovery-image] Sep 06 06:35:30.240 INFO O| Sep 06 06:35:30.240 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77452024-09-06T06:35:30.799Z[ recovery-image] Sep 06 06:35:30.293 INFO O| Sep 06 06:35:30.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77462024-09-06T06:35:30.799Z[ recovery-image] Sep 06 06:35:30.293 INFO O| Sep 06 06:35:30.293 INFO STEP 8 (remove_files) COMPLETE
77472024-09-06T06:35:30.824Z[ recovery-image] Sep 06 06:35:30.293 INFO O| Sep 06 06:35:30.293 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-06T06:35:30.866Z[ recovery-image] Sep 06 06:35:30.360 INFO O| Sep 06 06:35:30.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77492024-09-06T06:35:30.890Z[ recovery-image] Sep 06 06:35:30.362 INFO O| Sep 06 06:35:30.361 INFO STEP 9 (remove_files) COMPLETE
77502024-09-06T06:35:30.890Z[ recovery-image] Sep 06 06:35:30.362 INFO O| Sep 06 06:35:30.361 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77512024-09-06T06:35:30.915Z[ recovery-image] Sep 06 06:35:30.399 INFO O| Sep 06 06:35:30.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77522024-09-06T06:35:30.915Z[ recovery-image] Sep 06 06:35:30.400 INFO O| Sep 06 06:35:30.400 INFO STEP 10 (remove_files) COMPLETE
77532024-09-06T06:35:30.915Z[ recovery-image] Sep 06 06:35:30.400 INFO O| Sep 06 06:35:30.400 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77542024-09-06T06:35:30.995Z[ recovery-image] Sep 06 06:35:30.488 INFO O| Sep 06 06:35:30.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77552024-09-06T06:35:30.995Z[ recovery-image] Sep 06 06:35:30.489 INFO O| Sep 06 06:35:30.489 INFO STEP 11 (remove_files) COMPLETE
77562024-09-06T06:35:31.020Z[ recovery-image] Sep 06 06:35:30.489 INFO O| Sep 06 06:35:30.489 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77572024-09-06T06:35:31.062Z[ recovery-image] Sep 06 06:35:30.556 INFO O| Sep 06 06:35:30.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77582024-09-06T06:35:31.062Z[ recovery-image] Sep 06 06:35:30.556 INFO O| Sep 06 06:35:30.556 INFO STEP 12 (remove_files) COMPLETE
77592024-09-06T06:35:31.087Z[ recovery-image] Sep 06 06:35:30.556 INFO O| Sep 06 06:35:30.556 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77602024-09-06T06:35:31.128Z[ recovery-image] Sep 06 06:35:30.622 INFO O| Sep 06 06:35:30.622 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77612024-09-06T06:35:31.128Z[ recovery-image] Sep 06 06:35:30.622 INFO O| Sep 06 06:35:30.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77622024-09-06T06:35:31.153Z[ recovery-image] Sep 06 06:35:30.623 INFO O| Sep 06 06:35:30.622 INFO STEP 13 (ensure_dir) COMPLETE
77632024-09-06T06:35:31.153Z[ recovery-image] Sep 06 06:35:30.623 INFO O| Sep 06 06:35:30.623 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77642024-09-06T06:35:31.178Z[ recovery-image] Sep 06 06:35:30.671 INFO O| Sep 06 06:35:30.671 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77652024-09-06T06:35:31.178Z[ recovery-image] Sep 06 06:35:30.671 INFO O| Sep 06 06:35:30.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77662024-09-06T06:35:31.178Z[ recovery-image] Sep 06 06:35:30.671 INFO O| Sep 06 06:35:30.671 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77672024-09-06T06:35:31.178Z[ recovery-image] Sep 06 06:35:30.671 INFO O| Sep 06 06:35:30.671 INFO STEP 14 (ensure_dir) COMPLETE
77682024-09-06T06:35:31.178Z[ recovery-image] Sep 06 06:35:30.671 INFO O| Sep 06 06:35:30.671 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-06T06:35:31.203Z[ recovery-image] Sep 06 06:35:30.693 INFO O| Sep 06 06:35:30.693 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77702024-09-06T06:35:31.203Z[ recovery-image] Sep 06 06:35:30.693 INFO O| Sep 06 06:35:30.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77712024-09-06T06:35:31.203Z[ recovery-image] Sep 06 06:35:30.693 INFO O| Sep 06 06:35:30.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77722024-09-06T06:35:31.203Z[ recovery-image] Sep 06 06:35:30.693 INFO O| Sep 06 06:35:30.693 INFO STEP 15 (ensure_dir) COMPLETE
77732024-09-06T06:35:31.203Z[ recovery-image] Sep 06 06:35:30.693 INFO O| Sep 06 06:35:30.693 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77742024-09-06T06:35:31.260Z[ recovery-image] Sep 06 06:35:30.754 INFO O| Sep 06 06:35:30.754 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77752024-09-06T06:35:31.285Z[ recovery-image] Sep 06 06:35:30.755 INFO O| Sep 06 06:35:30.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77762024-09-06T06:35:31.285Z[ recovery-image] Sep 06 06:35:30.755 INFO O| Sep 06 06:35:30.755 INFO STEP 16 (ensure_dir) COMPLETE
77772024-09-06T06:35:31.285Z[ recovery-image] Sep 06 06:35:30.755 INFO O| Sep 06 06:35:30.755 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77782024-09-06T06:35:31.317Z[ recovery-image] Sep 06 06:35:30.811 INFO O| Sep 06 06:35:30.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77792024-09-06T06:35:31.317Z[ recovery-image] Sep 06 06:35:30.811 INFO O| Sep 06 06:35:30.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77802024-09-06T06:35:31.341Z[ recovery-image] Sep 06 06:35:30.811 INFO O| Sep 06 06:35:30.811 INFO STEP 17 (ensure_dir) COMPLETE
77812024-09-06T06:35:31.341Z[ recovery-image] Sep 06 06:35:30.811 INFO O| Sep 06 06:35:30.811 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-09-06T06:35:31.366Z[ recovery-image] Sep 06 06:35:30.847 INFO O| Sep 06 06:35:30.847 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77832024-09-06T06:35:31.366Z[ recovery-image] Sep 06 06:35:30.847 INFO O| Sep 06 06:35:30.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77842024-09-06T06:35:31.366Z[ recovery-image] Sep 06 06:35:30.847 INFO O| Sep 06 06:35:30.847 INFO ok!
77852024-09-06T06:35:31.366Z[ recovery-image] Sep 06 06:35:30.847 INFO O| Sep 06 06:35:30.847 INFO STEP 18 (ensure_symlink) COMPLETE
77862024-09-06T06:35:31.366Z[ recovery-image] Sep 06 06:35:30.847 INFO O| Sep 06 06:35:30.847 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77872024-09-06T06:35:31.419Z[ recovery-image] Sep 06 06:35:30.913 INFO O| Sep 06 06:35:30.913 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77882024-09-06T06:35:31.419Z[ recovery-image] Sep 06 06:35:30.913 INFO O| Sep 06 06:35:30.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77892024-09-06T06:35:31.444Z[ recovery-image] Sep 06 06:35:30.913 INFO O| Sep 06 06:35:30.913 INFO ok!
77902024-09-06T06:35:31.444Z[ recovery-image] Sep 06 06:35:30.913 INFO O| Sep 06 06:35:30.913 INFO STEP 19 (ensure_file) COMPLETE
77912024-09-06T06:35:31.444Z[ recovery-image] Sep 06 06:35:30.913 INFO O| Sep 06 06:35:30.913 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77922024-09-06T06:35:31.479Z[ recovery-image] Sep 06 06:35:30.972 INFO O| Sep 06 06:35:30.972 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77932024-09-06T06:35:31.479Z[ recovery-image] Sep 06 06:35:30.972 INFO O| Sep 06 06:35:30.972 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77942024-09-06T06:35:31.503Z[ recovery-image] Sep 06 06:35:30.972 INFO O| Sep 06 06:35:30.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77952024-09-06T06:35:31.503Z[ recovery-image] Sep 06 06:35:30.972 INFO O| Sep 06 06:35:30.972 INFO ok!
77962024-09-06T06:35:31.503Z[ recovery-image] Sep 06 06:35:30.973 INFO O| Sep 06 06:35:30.972 INFO STEP 20 (ensure_symlink) COMPLETE
77972024-09-06T06:35:31.503Z[ recovery-image] Sep 06 06:35:30.973 INFO O| Sep 06 06:35:30.972 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77982024-09-06T06:35:31.528Z[ recovery-image] Sep 06 06:35:31.011 INFO O| Sep 06 06:35:31.011 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77992024-09-06T06:35:31.528Z[ recovery-image] Sep 06 06:35:31.011 INFO O| Sep 06 06:35:31.011 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78002024-09-06T06:35:31.528Z[ recovery-image] Sep 06 06:35:31.011 INFO O| Sep 06 06:35:31.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78012024-09-06T06:35:31.528Z[ recovery-image] Sep 06 06:35:31.011 INFO O| Sep 06 06:35:31.011 INFO ok!
78022024-09-06T06:35:31.528Z[ recovery-image] Sep 06 06:35:31.011 INFO O| Sep 06 06:35:31.011 INFO STEP 21 (ensure_symlink) COMPLETE
78032024-09-06T06:35:31.528Z[ recovery-image] Sep 06 06:35:31.011 INFO O| Sep 06 06:35:31.011 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78042024-09-06T06:35:31.553Z[ recovery-image] Sep 06 06:35:31.028 INFO O| Sep 06 06:35:31.027 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78052024-09-06T06:35:31.553Z[ recovery-image] Sep 06 06:35:31.028 INFO O| Sep 06 06:35:31.027 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78062024-09-06T06:35:31.553Z[ recovery-image] Sep 06 06:35:31.028 INFO O| Sep 06 06:35:31.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78072024-09-06T06:35:31.553Z[ recovery-image] Sep 06 06:35:31.028 INFO O| Sep 06 06:35:31.028 INFO ok!
78082024-09-06T06:35:31.553Z[ recovery-image] Sep 06 06:35:31.028 INFO O| Sep 06 06:35:31.028 INFO STEP 22 (ensure_symlink) COMPLETE
78092024-09-06T06:35:31.553Z[ recovery-image] Sep 06 06:35:31.028 INFO O| Sep 06 06:35:31.028 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78102024-09-06T06:35:31.578Z[ recovery-image] Sep 06 06:35:31.060 INFO O| Sep 06 06:35:31.060 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78112024-09-06T06:35:31.578Z[ recovery-image] Sep 06 06:35:31.060 INFO O| Sep 06 06:35:31.060 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78122024-09-06T06:35:31.578Z[ recovery-image] Sep 06 06:35:31.060 INFO O| Sep 06 06:35:31.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78132024-09-06T06:35:31.578Z[ recovery-image] Sep 06 06:35:31.060 INFO O| Sep 06 06:35:31.060 INFO ok!
78142024-09-06T06:35:31.578Z[ recovery-image] Sep 06 06:35:31.060 INFO O| Sep 06 06:35:31.060 INFO STEP 23 (ensure_symlink) COMPLETE
78152024-09-06T06:35:31.578Z[ recovery-image] Sep 06 06:35:31.060 INFO O| Sep 06 06:35:31.060 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78162024-09-06T06:35:31.630Z[ recovery-image] Sep 06 06:35:31.124 INFO O| Sep 06 06:35:31.124 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78172024-09-06T06:35:31.630Z[ recovery-image] Sep 06 06:35:31.124 INFO O| Sep 06 06:35:31.124 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 ...
78182024-09-06T06:35:31.655Z[ recovery-image] Sep 06 06:35:31.124 INFO O| Sep 06 06:35:31.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78192024-09-06T06:35:31.655Z[ recovery-image] Sep 06 06:35:31.124 INFO O| Sep 06 06:35:31.124 INFO ok!
78202024-09-06T06:35:31.655Z[ recovery-image] Sep 06 06:35:31.124 INFO O| Sep 06 06:35:31.124 INFO STEP 24 (ensure_file) COMPLETE
78212024-09-06T06:35:31.655Z[ recovery-image] Sep 06 06:35:31.124 INFO O| Sep 06 06:35:31.124 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-09-06T06:35:31.692Z[ recovery-image] Sep 06 06:35:31.187 INFO O| Sep 06 06:35:31.186 INFO updating shadow file
78232024-09-06T06:35:31.693Z[ recovery-image] Sep 06 06:35:31.187 INFO O| Sep 06 06:35:31.187 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78242024-09-06T06:35:31.717Z[ recovery-image] Sep 06 06:35:31.187 INFO O| Sep 06 06:35:31.187 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78252024-09-06T06:35:31.717Z[ recovery-image] Sep 06 06:35:31.187 INFO O| Sep 06 06:35:31.187 INFO STEP 25 (shadow) COMPLETE
78262024-09-06T06:35:31.717Z[ recovery-image] Sep 06 06:35:31.187 INFO O| Sep 06 06:35:31.187 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78272024-09-06T06:35:31.773Z[ recovery-image] Sep 06 06:35:31.267 INFO O| Sep 06 06:35:31.267 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78282024-09-06T06:35:31.773Z[ recovery-image] Sep 06 06:35:31.267 INFO O| Sep 06 06:35:31.267 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78292024-09-06T06:35:31.797Z[ recovery-image] Sep 06 06:35:31.267 INFO O| Sep 06 06:35:31.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78302024-09-06T06:35:31.797Z[ recovery-image] Sep 06 06:35:31.267 INFO O| Sep 06 06:35:31.267 INFO ok!
78312024-09-06T06:35:31.798Z[ recovery-image] Sep 06 06:35:31.267 INFO O| Sep 06 06:35:31.267 INFO STEP 26 (ensure_file) COMPLETE
78322024-09-06T06:35:31.798Z[ recovery-image] Sep 06 06:35:31.267 INFO O| Sep 06 06:35:31.267 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78332024-09-06T06:35:31.825Z[ recovery-image] Sep 06 06:35:31.319 INFO O| Sep 06 06:35:31.319 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78342024-09-06T06:35:31.825Z[ recovery-image] Sep 06 06:35:31.319 INFO O| Sep 06 06:35:31.319 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78352024-09-06T06:35:31.849Z[ recovery-image] Sep 06 06:35:31.319 INFO O| Sep 06 06:35:31.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78362024-09-06T06:35:31.850Z[ recovery-image] Sep 06 06:35:31.319 INFO O| Sep 06 06:35:31.319 INFO ok!
78372024-09-06T06:35:31.850Z[ recovery-image] Sep 06 06:35:31.319 INFO O| Sep 06 06:35:31.319 INFO STEP 27 (ensure_file) COMPLETE
78382024-09-06T06:35:31.850Z[ recovery-image] Sep 06 06:35:31.319 INFO O| Sep 06 06:35:31.319 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78392024-09-06T06:35:31.883Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78402024-09-06T06:35:31.883Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78412024-09-06T06:35:31.907Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78422024-09-06T06:35:31.908Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78432024-09-06T06:35:31.908Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 INFO ok!
78442024-09-06T06:35:31.908Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 INFO STEP 28 (ensure_file) COMPLETE
78452024-09-06T06:35:31.908Z[ recovery-image] Sep 06 06:35:31.377 INFO O| Sep 06 06:35:31.377 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78462024-09-06T06:35:31.950Z[ recovery-image] Sep 06 06:35:31.444 INFO O| Sep 06 06:35:31.444 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78472024-09-06T06:35:31.950Z[ recovery-image] Sep 06 06:35:31.444 INFO O| Sep 06 06:35:31.444 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78482024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.444 INFO O| Sep 06 06:35:31.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78492024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.444 INFO O| Sep 06 06:35:31.444 INFO ok!
78502024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.444 INFO O| Sep 06 06:35:31.444 INFO STEP 29 (ensure_file) COMPLETE
78512024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.445 INFO O| Sep 06 06:35:31.444 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.460 INFO O| Sep 06 06:35:31.460 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78532024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.460 INFO O| Sep 06 06:35:31.460 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78542024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.460 INFO O| Sep 06 06:35:31.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78552024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.460 INFO O| Sep 06 06:35:31.460 INFO ok!
78562024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.460 INFO O| Sep 06 06:35:31.460 INFO STEP 30 (ensure_file) COMPLETE
78572024-09-06T06:35:31.975Z[ recovery-image] Sep 06 06:35:31.460 INFO O| Sep 06 06:35:31.460 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78582024-09-06T06:35:32.000Z[ recovery-image] Sep 06 06:35:31.475 INFO O| Sep 06 06:35:31.475 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78592024-09-06T06:35:32.000Z[ recovery-image] Sep 06 06:35:31.475 INFO O| Sep 06 06:35:31.475 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78602024-09-06T06:35:32.000Z[ recovery-image] Sep 06 06:35:31.476 INFO O| Sep 06 06:35:31.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78612024-09-06T06:35:32.000Z[ recovery-image] Sep 06 06:35:31.476 INFO O| Sep 06 06:35:31.476 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78622024-09-06T06:35:32.000Z[ recovery-image] Sep 06 06:35:31.476 INFO O| Sep 06 06:35:31.476 INFO ok!
78632024-09-06T06:35:32.001Z[ recovery-image] Sep 06 06:35:31.476 INFO O| Sep 06 06:35:31.476 INFO STEP 31 (ensure_file) COMPLETE
78642024-09-06T06:35:32.001Z[ recovery-image] Sep 06 06:35:31.476 INFO O| Sep 06 06:35:31.476 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78652024-09-06T06:35:32.025Z[ recovery-image] Sep 06 06:35:31.500 INFO O| Sep 06 06:35:31.500 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78662024-09-06T06:35:32.026Z[ recovery-image] Sep 06 06:35:31.500 INFO O| Sep 06 06:35:31.500 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78672024-09-06T06:35:32.026Z[ recovery-image] Sep 06 06:35:31.500 INFO O| Sep 06 06:35:31.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78682024-09-06T06:35:32.026Z[ recovery-image] Sep 06 06:35:31.501 INFO O| Sep 06 06:35:31.500 INFO ok!
78692024-09-06T06:35:32.026Z[ recovery-image] Sep 06 06:35:31.501 INFO O| Sep 06 06:35:31.500 INFO STEP 32 (ensure_file) COMPLETE
78702024-09-06T06:35:32.026Z[ recovery-image] Sep 06 06:35:31.501 INFO O| Sep 06 06:35:31.500 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-09-06T06:35:32.050Z[ recovery-image] Sep 06 06:35:31.521 INFO O| Sep 06 06:35:31.521 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78722024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.521 INFO O| Sep 06 06:35:31.521 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78732024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.521 INFO O| Sep 06 06:35:31.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78742024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.521 INFO O| Sep 06 06:35:31.521 INFO ok!
78752024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.521 INFO O| Sep 06 06:35:31.521 INFO STEP 33 (ensure_file) COMPLETE
78762024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.521 INFO O| Sep 06 06:35:31.521 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78772024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78782024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78792024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78802024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78812024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78822024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78832024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO ok!
78842024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO STEP 34 (ensure_file) COMPLETE
78852024-09-06T06:35:32.051Z[ recovery-image] Sep 06 06:35:31.538 INFO O| Sep 06 06:35:31.538 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78862024-09-06T06:35:32.081Z[ recovery-image] Sep 06 06:35:31.575 INFO O| Sep 06 06:35:31.574 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78872024-09-06T06:35:32.081Z[ recovery-image] Sep 06 06:35:31.575 INFO O| Sep 06 06:35:31.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78882024-09-06T06:35:32.081Z[ recovery-image] Sep 06 06:35:31.575 INFO O| Sep 06 06:35:31.575 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78892024-09-06T06:35:32.081Z[ recovery-image] Sep 06 06:35:31.575 INFO O| Sep 06 06:35:31.575 INFO STEP 35 (ensure_dir) COMPLETE
78902024-09-06T06:35:32.081Z[ recovery-image] Sep 06 06:35:31.575 INFO O| Sep 06 06:35:31.575 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78912024-09-06T06:35:32.107Z[ recovery-image] Sep 06 06:35:31.601 INFO O| Sep 06 06:35:31.601 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
78922024-09-06T06:35:32.107Z[ recovery-image] Sep 06 06:35:31.601 INFO O| Sep 06 06:35:31.601 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 ...
78932024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 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
78942024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 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
78952024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 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
78962024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 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
78972024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 INFO ok!
78982024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 INFO STEP 36 (ensure_file) COMPLETE
78992024-09-06T06:35:32.132Z[ recovery-image] Sep 06 06:35:31.602 INFO O| Sep 06 06:35:31.602 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79002024-09-06T06:35:32.214Z[ recovery-image] Sep 06 06:35:31.708 INFO O| Sep 06 06:35:31.708 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79012024-09-06T06:35:32.214Z[ recovery-image] Sep 06 06:35:31.708 INFO O| Sep 06 06:35:31.708 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 ...
79022024-09-06T06:35:32.239Z[ recovery-image] Sep 06 06:35:31.709 INFO O| Sep 06 06:35:31.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79032024-09-06T06:35:32.239Z[ recovery-image] Sep 06 06:35:31.709 INFO O| Sep 06 06:35:31.709 INFO ok!
79042024-09-06T06:35:32.239Z[ recovery-image] Sep 06 06:35:31.709 INFO O| Sep 06 06:35:31.709 INFO STEP 37 (ensure_symlink) COMPLETE
79052024-09-06T06:35:32.239Z[ recovery-image] Sep 06 06:35:31.709 INFO O| Sep 06 06:35:31.709 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79062024-09-06T06:35:32.319Z[ recovery-image] Sep 06 06:35:31.813 INFO O| Sep 06 06:35:31.813 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79072024-09-06T06:35:32.319Z[ recovery-image] Sep 06 06:35:31.813 INFO O| Sep 06 06:35:31.813 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79082024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.813 INFO O| Sep 06 06:35:31.813 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79092024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.813 INFO O| Sep 06 06:35:31.813 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79102024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.813 INFO O| Sep 06 06:35:31.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79112024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.813 INFO O| Sep 06 06:35:31.813 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79122024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.814 INFO O| Sep 06 06:35:31.813 INFO ok!
79132024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.814 INFO O| Sep 06 06:35:31.813 INFO STEP 38 (ensure_file) COMPLETE
79142024-09-06T06:35:32.344Z[ recovery-image] Sep 06 06:35:31.814 INFO O| Sep 06 06:35:31.814 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79152024-09-06T06:35:32.430Z[ recovery-image] Sep 06 06:35:31.924 INFO O| Sep 06 06:35:31.924 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79162024-09-06T06:35:32.430Z[ recovery-image] Sep 06 06:35:31.924 INFO O| Sep 06 06:35:31.924 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 ...
79172024-09-06T06:35:32.455Z[ recovery-image] Sep 06 06:35:31.925 INFO O| Sep 06 06:35:31.925 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
79182024-09-06T06:35:32.455Z[ recovery-image] Sep 06 06:35:31.925 INFO O| Sep 06 06:35:31.925 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79192024-09-06T06:35:32.455Z[ recovery-image] Sep 06 06:35:31.925 INFO O| Sep 06 06:35:31.925 INFO ok!
79202024-09-06T06:35:32.480Z[ recovery-image] Sep 06 06:35:31.925 INFO O| Sep 06 06:35:31.925 INFO STEP 39 (ensure_file) COMPLETE
79212024-09-06T06:35:32.480Z[ recovery-image] Sep 06 06:35:31.925 INFO O| Sep 06 06:35:31.925 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79222024-09-06T06:35:32.532Z[ recovery-image] Sep 06 06:35:32.026 INFO O| Sep 06 06:35:32.026 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79232024-09-06T06:35:32.532Z[ recovery-image] Sep 06 06:35:32.026 INFO O| Sep 06 06:35:32.026 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79242024-09-06T06:35:32.557Z[ recovery-image] Sep 06 06:35:32.027 INFO O| Sep 06 06:35:32.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79252024-09-06T06:35:32.557Z[ recovery-image] Sep 06 06:35:32.027 INFO O| Sep 06 06:35:32.027 INFO ok!
79262024-09-06T06:35:32.557Z[ recovery-image] Sep 06 06:35:32.027 INFO O| Sep 06 06:35:32.027 INFO STEP 40 (ensure_file) COMPLETE
79272024-09-06T06:35:32.557Z[ recovery-image] Sep 06 06:35:32.027 INFO O| Sep 06 06:35:32.027 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79282024-09-06T06:35:32.621Z[ recovery-image] Sep 06 06:35:32.115 INFO O| Sep 06 06:35:32.114 INFO updating shadow file
79292024-09-06T06:35:32.645Z[ recovery-image] Sep 06 06:35:32.115 INFO O| Sep 06 06:35:32.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79302024-09-06T06:35:32.645Z[ recovery-image] Sep 06 06:35:32.115 INFO O| Sep 06 06:35:32.115 INFO STEP 41 (shadow) COMPLETE
79312024-09-06T06:35:32.645Z[ recovery-image] Sep 06 06:35:32.115 INFO O| Sep 06 06:35:32.115 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79322024-09-06T06:35:32.686Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79332024-09-06T06:35:32.686Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79342024-09-06T06:35:32.711Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79352024-09-06T06:35:32.711Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79362024-09-06T06:35:32.711Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 INFO ok!
79372024-09-06T06:35:32.711Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 INFO STEP 42 (ensure_file) COMPLETE
79382024-09-06T06:35:32.711Z[ recovery-image] Sep 06 06:35:32.180 INFO O| Sep 06 06:35:32.180 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79392024-09-06T06:35:32.740Z[ recovery-image] Sep 06 06:35:32.234 INFO O| Sep 06 06:35:32.234 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79402024-09-06T06:35:32.741Z[ recovery-image] Sep 06 06:35:32.234 INFO O| Sep 06 06:35:32.234 INFO STEP 43 (ensure_dir) COMPLETE
79412024-09-06T06:35:32.741Z[ recovery-image] Sep 06 06:35:32.234 INFO O| Sep 06 06:35:32.234 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79422024-09-06T06:35:32.778Z[ recovery-image] Sep 06 06:35:32.272 INFO O| Sep 06 06:35:32.272 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79432024-09-06T06:35:32.778Z[ recovery-image] Sep 06 06:35:32.272 INFO O| Sep 06 06:35:32.272 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79442024-09-06T06:35:32.803Z[ recovery-image] Sep 06 06:35:32.272 INFO O| Sep 06 06:35:32.272 INFO STEP 44 (ensure_dir) COMPLETE
79452024-09-06T06:35:32.803Z[ recovery-image] Sep 06 06:35:32.272 INFO O| Sep 06 06:35:32.272 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79462024-09-06T06:35:32.845Z[ recovery-image] Sep 06 06:35:32.339 INFO O| Sep 06 06:35:32.339 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79472024-09-06T06:35:32.845Z[ recovery-image] Sep 06 06:35:32.339 INFO O| Sep 06 06:35:32.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79482024-09-06T06:35:32.870Z[ recovery-image] Sep 06 06:35:32.339 INFO O| Sep 06 06:35:32.339 INFO STEP 45 (ensure_dir) COMPLETE
79492024-09-06T06:35:32.870Z[ recovery-image] Sep 06 06:35:32.339 INFO O| Sep 06 06:35:32.339 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-09-06T06:35:32.903Z[ recovery-image] Sep 06 06:35:32.397 INFO O| Sep 06 06:35:32.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79512024-09-06T06:35:32.903Z[ recovery-image] Sep 06 06:35:32.397 INFO O| Sep 06 06:35:32.397 INFO copying /tmp/.tmpQVCLqT/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79522024-09-06T06:35:32.952Z[ recovery-image] Sep 06 06:35:32.446 INFO O| Sep 06 06:35:32.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79532024-09-06T06:35:32.952Z[ recovery-image] Sep 06 06:35:32.446 INFO O| Sep 06 06:35:32.446 INFO ok!
79542024-09-06T06:35:32.977Z[ recovery-image] Sep 06 06:35:32.446 INFO O| Sep 06 06:35:32.446 INFO STEP 46 (ensure_file) COMPLETE
79552024-09-06T06:35:32.977Z[ recovery-image] Sep 06 06:35:32.446 INFO O| Sep 06 06:35:32.446 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-09-06T06:35:33.031Z[ recovery-image] Sep 06 06:35:32.524 INFO O| Sep 06 06:35:32.524 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79572024-09-06T06:35:33.055Z[ recovery-image] Sep 06 06:35:32.525 INFO O| Sep 06 06:35:32.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79582024-09-06T06:35:33.055Z[ recovery-image] Sep 06 06:35:32.525 INFO O| Sep 06 06:35:32.525 INFO STEP 47 (ensure_dir) COMPLETE
79592024-09-06T06:35:33.055Z[ recovery-image] Sep 06 06:35:32.525 INFO O| Sep 06 06:35:32.525 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79602024-09-06T06:35:33.055Z[ recovery-image] Sep 06 06:35:32.543 INFO O| Sep 06 06:35:32.543 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79612024-09-06T06:35:33.055Z[ recovery-image] Sep 06 06:35:32.543 INFO O| Sep 06 06:35:32.543 INFO copying /tmp/.tmpQVCLqT/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79622024-09-06T06:35:33.055Z[ recovery-image] Sep 06 06:35:32.543 INFO O| Sep 06 06:35:32.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79632024-09-06T06:35:33.056Z[ recovery-image] Sep 06 06:35:32.543 INFO O| Sep 06 06:35:32.543 INFO ok!
79642024-09-06T06:35:33.056Z[ recovery-image] Sep 06 06:35:32.543 INFO O| Sep 06 06:35:32.543 INFO STEP 48 (ensure_file) COMPLETE
79652024-09-06T06:35:33.056Z[ recovery-image] Sep 06 06:35:32.543 INFO O| Sep 06 06:35:32.543 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79662024-09-06T06:35:33.102Z[ recovery-image] Sep 06 06:35:32.596 INFO O| Sep 06 06:35:32.596 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79672024-09-06T06:35:33.102Z[ recovery-image] Sep 06 06:35:32.596 INFO O| Sep 06 06:35:32.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79682024-09-06T06:35:33.128Z[ recovery-image] Sep 06 06:35:32.596 INFO O| Sep 06 06:35:32.596 INFO STEP 49 (ensure_dir) COMPLETE
79692024-09-06T06:35:33.128Z[ recovery-image] Sep 06 06:35:32.596 INFO O| Sep 06 06:35:32.596 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-09-06T06:35:33.223Z[ recovery-image] Sep 06 06:35:32.717 INFO O| Sep 06 06:35:32.717 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79712024-09-06T06:35:33.223Z[ recovery-image] Sep 06 06:35:32.717 INFO O| Sep 06 06:35:32.717 INFO copying /tmp/.tmpQVCLqT/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79722024-09-06T06:35:33.248Z[ recovery-image] Sep 06 06:35:32.735 INFO O| Sep 06 06:35:32.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79732024-09-06T06:35:33.248Z[ recovery-image] Sep 06 06:35:32.735 INFO O| Sep 06 06:35:32.735 INFO ok!
79742024-09-06T06:35:33.248Z[ recovery-image] Sep 06 06:35:32.735 INFO O| Sep 06 06:35:32.735 INFO STEP 50 (ensure_file) COMPLETE
79752024-09-06T06:35:33.248Z[ recovery-image] Sep 06 06:35:32.735 INFO O| Sep 06 06:35:32.735 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-09-06T06:35:33.304Z[ recovery-image] Sep 06 06:35:32.798 INFO O| Sep 06 06:35:32.798 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79772024-09-06T06:35:33.305Z[ recovery-image] Sep 06 06:35:32.799 INFO O| Sep 06 06:35:32.798 INFO copying /tmp/.tmpQVCLqT/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79782024-09-06T06:35:35.642Z[ recovery-image] Sep 06 06:35:35.136 INFO O| Sep 06 06:35:35.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79792024-09-06T06:35:35.642Z[ recovery-image] Sep 06 06:35:35.136 INFO O| Sep 06 06:35:35.136 INFO ok!
79802024-09-06T06:35:35.667Z[ recovery-image] Sep 06 06:35:35.136 INFO O| Sep 06 06:35:35.136 INFO STEP 51 (ensure_file) COMPLETE
79812024-09-06T06:35:35.667Z[ recovery-image] Sep 06 06:35:35.136 INFO O| Sep 06 06:35:35.136 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-06T06:35:35.667Z[ recovery-image] Sep 06 06:35:35.156 INFO O| Sep 06 06:35:35.156 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79832024-09-06T06:35:35.667Z[ recovery-image] Sep 06 06:35:35.156 INFO O| Sep 06 06:35:35.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79842024-09-06T06:35:35.667Z[ recovery-image] Sep 06 06:35:35.156 INFO O| Sep 06 06:35:35.156 INFO STEP 52 (ensure_dir) COMPLETE
79852024-09-06T06:35:35.667Z[ recovery-image] Sep 06 06:35:35.156 INFO O| Sep 06 06:35:35.156 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79862024-09-06T06:35:35.691Z[ recovery-image] Sep 06 06:35:35.176 INFO O| Sep 06 06:35:35.176 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79872024-09-06T06:35:35.692Z[ recovery-image] Sep 06 06:35:35.176 INFO O| Sep 06 06:35:35.176 INFO copying /tmp/.tmpQVCLqT/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 ...
79882024-09-06T06:35:35.692Z[ recovery-image] Sep 06 06:35:35.176 INFO O| Sep 06 06:35:35.176 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
79892024-09-06T06:35:35.692Z[ recovery-image] Sep 06 06:35:35.176 INFO O| Sep 06 06:35:35.176 INFO ok!
79902024-09-06T06:35:35.692Z[ recovery-image] Sep 06 06:35:35.176 INFO O| Sep 06 06:35:35.176 INFO STEP 53 (ensure_file) COMPLETE
79912024-09-06T06:35:35.692Z[ recovery-image] Sep 06 06:35:35.176 INFO O| Sep 06 06:35:35.176 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-09-06T06:35:35.716Z[ recovery-image] Sep 06 06:35:35.196 INFO O| Sep 06 06:35:35.196 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79932024-09-06T06:35:35.716Z[ recovery-image] Sep 06 06:35:35.196 INFO O| Sep 06 06:35:35.196 INFO copying /tmp/.tmpQVCLqT/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 ...
79942024-09-06T06:35:35.716Z[ recovery-image] Sep 06 06:35:35.196 INFO O| Sep 06 06:35:35.196 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
79952024-09-06T06:35:35.716Z[ recovery-image] Sep 06 06:35:35.196 INFO O| Sep 06 06:35:35.196 INFO ok!
79962024-09-06T06:35:35.716Z[ recovery-image] Sep 06 06:35:35.196 INFO O| Sep 06 06:35:35.196 INFO STEP 54 (ensure_file) COMPLETE
79972024-09-06T06:35:35.716Z[ recovery-image] Sep 06 06:35:35.196 INFO O| Sep 06 06:35:35.196 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.214 INFO O| Sep 06 06:35:35.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79992024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.214 INFO O| Sep 06 06:35:35.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80002024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.214 INFO O| Sep 06 06:35:35.214 INFO STEP 55 (ensure_dir) COMPLETE
80012024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.214 INFO O| Sep 06 06:35:35.214 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.232 INFO O| Sep 06 06:35:35.232 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80032024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.232 INFO O| Sep 06 06:35:35.232 INFO copying /tmp/.tmpQVCLqT/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 ...
80042024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.232 INFO O| Sep 06 06:35:35.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80052024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.232 INFO O| Sep 06 06:35:35.232 INFO ok!
80062024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.232 INFO O| Sep 06 06:35:35.232 INFO STEP 56 (ensure_file) COMPLETE
80072024-09-06T06:35:35.741Z[ recovery-image] Sep 06 06:35:35.232 INFO O| Sep 06 06:35:35.232 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-06T06:35:35.766Z[ recovery-image] Sep 06 06:35:35.251 INFO O| Sep 06 06:35:35.251 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80092024-09-06T06:35:35.766Z[ recovery-image] Sep 06 06:35:35.251 INFO O| Sep 06 06:35:35.251 INFO copying /tmp/.tmpQVCLqT/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 ...
80102024-09-06T06:35:35.766Z[ recovery-image] Sep 06 06:35:35.251 INFO O| Sep 06 06:35:35.251 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
80112024-09-06T06:35:35.766Z[ recovery-image] Sep 06 06:35:35.251 INFO O| Sep 06 06:35:35.251 INFO ok!
80122024-09-06T06:35:35.766Z[ recovery-image] Sep 06 06:35:35.251 INFO O| Sep 06 06:35:35.251 INFO STEP 57 (ensure_file) COMPLETE
80132024-09-06T06:35:35.766Z[ recovery-image] Sep 06 06:35:35.251 INFO O| Sep 06 06:35:35.251 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.265 INFO O| Sep 06 06:35:35.265 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80152024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.265 INFO O| Sep 06 06:35:35.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80162024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.265 INFO O| Sep 06 06:35:35.265 INFO STEP 58 (ensure_dir) COMPLETE
80172024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.265 INFO O| Sep 06 06:35:35.265 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80182024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.279 INFO O| Sep 06 06:35:35.279 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80192024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.279 INFO O| Sep 06 06:35:35.279 INFO copying /tmp/.tmpQVCLqT/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 ...
80202024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.279 INFO O| Sep 06 06:35:35.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80212024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.279 INFO O| Sep 06 06:35:35.279 INFO ok!
80222024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.279 INFO O| Sep 06 06:35:35.279 INFO STEP 59 (ensure_file) COMPLETE
80232024-09-06T06:35:35.791Z[ recovery-image] Sep 06 06:35:35.279 INFO O| Sep 06 06:35:35.279 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.295 INFO O| Sep 06 06:35:35.295 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80252024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.295 INFO O| Sep 06 06:35:35.295 INFO copying /tmp/.tmpQVCLqT/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80262024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.295 INFO O| Sep 06 06:35:35.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80272024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.295 INFO O| Sep 06 06:35:35.295 INFO ok!
80282024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.295 INFO O| Sep 06 06:35:35.295 INFO STEP 60 (ensure_file) COMPLETE
80292024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.295 INFO O| Sep 06 06:35:35.295 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.310 INFO O| Sep 06 06:35:35.310 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80312024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.310 INFO O| Sep 06 06:35:35.310 INFO STEP 61 (ensure_dir) COMPLETE
80322024-09-06T06:35:35.816Z[ recovery-image] Sep 06 06:35:35.310 INFO O| Sep 06 06:35:35.310 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-06T06:35:35.840Z[ recovery-image] Sep 06 06:35:35.327 INFO O| Sep 06 06:35:35.327 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80342024-09-06T06:35:35.840Z[ recovery-image] Sep 06 06:35:35.327 INFO O| Sep 06 06:35:35.327 INFO STEP 62 (ensure_dir) COMPLETE
80352024-09-06T06:35:35.840Z[ recovery-image] Sep 06 06:35:35.327 INFO O| Sep 06 06:35:35.327 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-06T06:35:35.865Z[ recovery-image] Sep 06 06:35:35.342 INFO O| Sep 06 06:35:35.342 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80372024-09-06T06:35:35.865Z[ recovery-image] Sep 06 06:35:35.342 INFO O| Sep 06 06:35:35.342 INFO STEP 63 (ensure_dir) COMPLETE
80382024-09-06T06:35:35.865Z[ recovery-image] Sep 06 06:35:35.342 INFO O| Sep 06 06:35:35.342 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80392024-09-06T06:35:35.865Z[ recovery-image] Sep 06 06:35:35.357 INFO O| Sep 06 06:35:35.357 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80402024-09-06T06:35:35.865Z[ recovery-image] Sep 06 06:35:35.357 INFO O| Sep 06 06:35:35.357 INFO STEP 64 (ensure_dir) COMPLETE
80412024-09-06T06:35:35.865Z[ recovery-image] Sep 06 06:35:35.357 INFO O| Sep 06 06:35:35.357 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80422024-09-06T06:35:35.890Z[ recovery-image] Sep 06 06:35:35.372 INFO O| Sep 06 06:35:35.372 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80432024-09-06T06:35:35.890Z[ recovery-image] Sep 06 06:35:35.372 INFO O| Sep 06 06:35:35.372 INFO copying /tmp/.tmpQVCLqT/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80442024-09-06T06:35:35.890Z[ recovery-image] Sep 06 06:35:35.372 INFO O| Sep 06 06:35:35.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80452024-09-06T06:35:35.890Z[ recovery-image] Sep 06 06:35:35.372 INFO O| Sep 06 06:35:35.372 INFO ok!
80462024-09-06T06:35:35.890Z[ recovery-image] Sep 06 06:35:35.372 INFO O| Sep 06 06:35:35.372 INFO STEP 65 (ensure_file) COMPLETE
80472024-09-06T06:35:35.890Z[ recovery-image] Sep 06 06:35:35.372 INFO O| Sep 06 06:35:35.372 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-09-06T06:35:35.915Z[ recovery-image] Sep 06 06:35:35.387 INFO O| Sep 06 06:35:35.386 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80492024-09-06T06:35:35.915Z[ recovery-image] Sep 06 06:35:35.387 INFO O| Sep 06 06:35:35.387 INFO STEP 66 (remove_files) COMPLETE
80502024-09-06T06:35:35.915Z[ recovery-image] Sep 06 06:35:35.387 INFO O| Sep 06 06:35:35.387 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-09-06T06:35:35.915Z[ recovery-image] Sep 06 06:35:35.401 INFO O| Sep 06 06:35:35.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80522024-09-06T06:35:35.915Z[ recovery-image] Sep 06 06:35:35.401 INFO O| Sep 06 06:35:35.401 INFO STEP 67 (remove_files) COMPLETE
80532024-09-06T06:35:35.915Z[ recovery-image] Sep 06 06:35:35.401 INFO O| Sep 06 06:35:35.401 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-09-06T06:35:35.940Z[ recovery-image] Sep 06 06:35:35.420 INFO O| Sep 06 06:35:35.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80552024-09-06T06:35:35.940Z[ recovery-image] Sep 06 06:35:35.420 INFO O| Sep 06 06:35:35.420 INFO STEP 68 (remove_files) COMPLETE
80562024-09-06T06:35:35.940Z[ recovery-image] Sep 06 06:35:35.420 INFO O| Sep 06 06:35:35.420 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-09-06T06:35:35.965Z[ recovery-image] Sep 06 06:35:35.436 INFO O| Sep 06 06:35:35.436 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80582024-09-06T06:35:35.965Z[ recovery-image] Sep 06 06:35:35.437 INFO O| Sep 06 06:35:35.437 INFO STEP 69 (remove_files) COMPLETE
80592024-09-06T06:35:35.965Z[ recovery-image] Sep 06 06:35:35.437 INFO O| Sep 06 06:35:35.437 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-09-06T06:35:35.965Z[ recovery-image] Sep 06 06:35:35.454 INFO O| Sep 06 06:35:35.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80612024-09-06T06:35:35.965Z[ recovery-image] Sep 06 06:35:35.454 INFO O| Sep 06 06:35:35.454 INFO STEP 70 (remove_files) COMPLETE
80622024-09-06T06:35:35.965Z[ recovery-image] Sep 06 06:35:35.454 INFO O| Sep 06 06:35:35.454 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-09-06T06:35:35.989Z[ recovery-image] Sep 06 06:35:35.471 INFO O| Sep 06 06:35:35.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80642024-09-06T06:35:35.989Z[ recovery-image] Sep 06 06:35:35.472 INFO O| Sep 06 06:35:35.472 INFO STEP 71 (remove_files) COMPLETE
80652024-09-06T06:35:35.989Z[ recovery-image] Sep 06 06:35:35.472 INFO O| Sep 06 06:35:35.472 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-09-06T06:35:36.014Z[ recovery-image] Sep 06 06:35:35.489 INFO O| Sep 06 06:35:35.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80672024-09-06T06:35:36.014Z[ recovery-image] Sep 06 06:35:35.489 INFO O| Sep 06 06:35:35.489 INFO STEP 72 (remove_files) COMPLETE
80682024-09-06T06:35:36.014Z[ recovery-image] Sep 06 06:35:35.489 INFO O| Sep 06 06:35:35.489 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-09-06T06:35:36.014Z[ recovery-image] Sep 06 06:35:35.504 INFO O| Sep 06 06:35:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80702024-09-06T06:35:36.014Z[ recovery-image] Sep 06 06:35:35.504 INFO O| Sep 06 06:35:35.504 INFO STEP 73 (remove_files) COMPLETE
80712024-09-06T06:35:36.014Z[ recovery-image] Sep 06 06:35:35.504 INFO O| Sep 06 06:35:35.504 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-09-06T06:35:36.039Z[ recovery-image] Sep 06 06:35:35.518 INFO O| Sep 06 06:35:35.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80732024-09-06T06:35:36.039Z[ recovery-image] Sep 06 06:35:35.518 INFO O| Sep 06 06:35:35.518 INFO STEP 74 (remove_files) COMPLETE
80742024-09-06T06:35:36.039Z[ recovery-image] Sep 06 06:35:35.518 INFO O| Sep 06 06:35:35.518 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-09-06T06:35:36.064Z[ recovery-image] Sep 06 06:35:35.536 INFO O| Sep 06 06:35:35.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80762024-09-06T06:35:36.064Z[ recovery-image] Sep 06 06:35:35.536 INFO O| Sep 06 06:35:35.536 INFO STEP 75 (remove_files) COMPLETE
80772024-09-06T06:35:36.064Z[ recovery-image] Sep 06 06:35:35.536 INFO O| Sep 06 06:35:35.536 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-09-06T06:35:36.064Z[ recovery-image] Sep 06 06:35:35.553 INFO O| Sep 06 06:35:35.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80792024-09-06T06:35:36.064Z[ recovery-image] Sep 06 06:35:35.553 INFO O| Sep 06 06:35:35.553 INFO STEP 76 (remove_files) COMPLETE
80802024-09-06T06:35:36.064Z[ recovery-image] Sep 06 06:35:35.553 INFO O| Sep 06 06:35:35.553 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-09-06T06:35:36.088Z[ recovery-image] Sep 06 06:35:35.576 INFO O| Sep 06 06:35:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80822024-09-06T06:35:36.088Z[ recovery-image] Sep 06 06:35:35.576 INFO O| Sep 06 06:35:35.576 INFO STEP 77 (remove_files) COMPLETE
80832024-09-06T06:35:36.088Z[ recovery-image] Sep 06 06:35:35.576 INFO O| Sep 06 06:35:35.576 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-09-06T06:35:36.113Z[ recovery-image] Sep 06 06:35:35.598 INFO O| Sep 06 06:35:35.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80852024-09-06T06:35:36.113Z[ recovery-image] Sep 06 06:35:35.598 INFO O| Sep 06 06:35:35.598 INFO STEP 78 (remove_files) COMPLETE
80862024-09-06T06:35:36.113Z[ recovery-image] Sep 06 06:35:35.599 INFO O| Sep 06 06:35:35.598 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-09-06T06:35:36.138Z[ recovery-image] Sep 06 06:35:35.615 INFO O| Sep 06 06:35:35.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80882024-09-06T06:35:36.138Z[ recovery-image] Sep 06 06:35:35.615 INFO O| Sep 06 06:35:35.615 INFO STEP 79 (remove_files) COMPLETE
80892024-09-06T06:35:36.138Z[ recovery-image] Sep 06 06:35:35.615 INFO O| Sep 06 06:35:35.615 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-09-06T06:35:36.138Z[ recovery-image] Sep 06 06:35:35.630 INFO O| Sep 06 06:35:35.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80912024-09-06T06:35:36.138Z[ recovery-image] Sep 06 06:35:35.630 INFO O| Sep 06 06:35:35.630 INFO STEP 80 (remove_files) COMPLETE
80922024-09-06T06:35:36.138Z[ recovery-image] Sep 06 06:35:35.630 INFO O| Sep 06 06:35:35.630 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-09-06T06:35:36.162Z[ recovery-image] Sep 06 06:35:35.650 INFO O| Sep 06 06:35:35.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80942024-09-06T06:35:36.162Z[ recovery-image] Sep 06 06:35:35.650 INFO O| Sep 06 06:35:35.650 INFO STEP 81 (remove_files) COMPLETE
80952024-09-06T06:35:36.162Z[ recovery-image] Sep 06 06:35:35.650 INFO O| Sep 06 06:35:35.650 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-09-06T06:35:36.187Z[ recovery-image] Sep 06 06:35:35.668 INFO O| Sep 06 06:35:35.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80972024-09-06T06:35:36.187Z[ recovery-image] Sep 06 06:35:35.668 INFO O| Sep 06 06:35:35.668 INFO STEP 82 (remove_files) COMPLETE
80982024-09-06T06:35:36.187Z[ recovery-image] Sep 06 06:35:35.668 INFO O| Sep 06 06:35:35.668 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-09-06T06:35:36.212Z[ recovery-image] Sep 06 06:35:35.688 INFO O| Sep 06 06:35:35.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81002024-09-06T06:35:36.212Z[ recovery-image] Sep 06 06:35:35.688 INFO O| Sep 06 06:35:35.688 INFO STEP 83 (remove_files) COMPLETE
81012024-09-06T06:35:36.212Z[ recovery-image] Sep 06 06:35:35.688 INFO O| Sep 06 06:35:35.688 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81022024-09-06T06:35:36.212Z[ recovery-image] Sep 06 06:35:35.705 INFO O| Sep 06 06:35:35.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81032024-09-06T06:35:36.212Z[ recovery-image] Sep 06 06:35:35.705 INFO O| Sep 06 06:35:35.705 INFO STEP 84 (remove_files) COMPLETE
81042024-09-06T06:35:36.212Z[ recovery-image] Sep 06 06:35:35.705 INFO O| Sep 06 06:35:35.705 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-09-06T06:35:36.236Z[ recovery-image] Sep 06 06:35:35.720 INFO O| Sep 06 06:35:35.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81062024-09-06T06:35:36.236Z[ recovery-image] Sep 06 06:35:35.720 INFO O| Sep 06 06:35:35.720 INFO STEP 85 (remove_files) COMPLETE
81072024-09-06T06:35:36.236Z[ recovery-image] Sep 06 06:35:35.720 INFO O| Sep 06 06:35:35.720 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-09-06T06:35:36.261Z[ recovery-image] Sep 06 06:35:35.735 INFO O| Sep 06 06:35:35.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81092024-09-06T06:35:36.261Z[ recovery-image] Sep 06 06:35:35.736 INFO O| Sep 06 06:35:35.736 INFO STEP 86 (remove_files) COMPLETE
81102024-09-06T06:35:36.261Z[ recovery-image] Sep 06 06:35:35.736 INFO O| Sep 06 06:35:35.736 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-06T06:35:36.261Z[ recovery-image] Sep 06 06:35:35.754 INFO O| Sep 06 06:35:35.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81122024-09-06T06:35:36.261Z[ recovery-image] Sep 06 06:35:35.754 INFO O| Sep 06 06:35:35.754 INFO STEP 87 (remove_files) COMPLETE
81132024-09-06T06:35:36.261Z[ recovery-image] Sep 06 06:35:35.754 INFO O| Sep 06 06:35:35.754 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-06T06:35:36.286Z[ recovery-image] Sep 06 06:35:35.776 INFO O| Sep 06 06:35:35.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81152024-09-06T06:35:36.286Z[ recovery-image] Sep 06 06:35:35.776 INFO O| Sep 06 06:35:35.776 INFO STEP 88 (remove_files) COMPLETE
81162024-09-06T06:35:36.286Z[ recovery-image] Sep 06 06:35:35.776 INFO O| Sep 06 06:35:35.776 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-06T06:35:36.310Z[ recovery-image] Sep 06 06:35:35.794 INFO O| Sep 06 06:35:35.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81182024-09-06T06:35:36.310Z[ recovery-image] Sep 06 06:35:35.794 INFO O| Sep 06 06:35:35.794 INFO STEP 89 (remove_files) COMPLETE
81192024-09-06T06:35:36.310Z[ recovery-image] Sep 06 06:35:35.794 INFO O| Sep 06 06:35:35.794 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-06T06:35:36.336Z[ recovery-image] Sep 06 06:35:35.811 INFO O| Sep 06 06:35:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81212024-09-06T06:35:36.336Z[ recovery-image] Sep 06 06:35:35.811 INFO O| Sep 06 06:35:35.811 INFO STEP 90 (remove_files) COMPLETE
81222024-09-06T06:35:36.336Z[ recovery-image] Sep 06 06:35:35.811 INFO O| Sep 06 06:35:35.811 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-06T06:35:36.336Z[ recovery-image] Sep 06 06:35:35.826 INFO O| Sep 06 06:35:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81242024-09-06T06:35:36.336Z[ recovery-image] Sep 06 06:35:35.826 INFO O| Sep 06 06:35:35.826 INFO STEP 91 (remove_files) COMPLETE
81252024-09-06T06:35:36.336Z[ recovery-image] Sep 06 06:35:35.826 INFO O| Sep 06 06:35:35.826 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-09-06T06:35:36.361Z[ recovery-image] Sep 06 06:35:35.843 INFO O| Sep 06 06:35:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81272024-09-06T06:35:36.361Z[ recovery-image] Sep 06 06:35:35.843 INFO O| Sep 06 06:35:35.843 INFO STEP 92 (remove_files) COMPLETE
81282024-09-06T06:35:36.361Z[ recovery-image] Sep 06 06:35:35.843 INFO O| Sep 06 06:35:35.843 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-09-06T06:35:36.385Z[ recovery-image] Sep 06 06:35:35.857 INFO O| Sep 06 06:35:35.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81302024-09-06T06:35:36.385Z[ recovery-image] Sep 06 06:35:35.858 INFO O| Sep 06 06:35:35.858 INFO STEP 93 (remove_files) COMPLETE
81312024-09-06T06:35:36.385Z[ recovery-image] Sep 06 06:35:35.858 INFO O| Sep 06 06:35:35.858 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81322024-09-06T06:35:36.386Z[ recovery-image] Sep 06 06:35:35.872 INFO O| Sep 06 06:35:35.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81332024-09-06T06:35:36.386Z[ recovery-image] Sep 06 06:35:35.872 INFO O| Sep 06 06:35:35.872 INFO STEP 94 (remove_files) COMPLETE
81342024-09-06T06:35:36.386Z[ recovery-image] Sep 06 06:35:35.872 INFO O| Sep 06 06:35:35.872 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81352024-09-06T06:35:36.410Z[ recovery-image] Sep 06 06:35:35.895 INFO O| Sep 06 06:35:35.895 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81362024-09-06T06:35:36.410Z[ recovery-image] Sep 06 06:35:35.895 INFO O| Sep 06 06:35:35.895 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81372024-09-06T06:35:42.285Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 44s
81382024-09-06T06:35:42.647ZSep 06 06:35:42.142 INFO [verify-libraries] process exited with exit status: 0 (289.406037969s)
81392024-09-06T06:35:44.459Z[ recovery-image] Sep 06 06:35:43.953 INFO O| Sep 06 06:35:43.953 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
81402024-09-06T06:35:44.484Z[ recovery-image] Sep 06 06:35:43.953 INFO O| Sep 06 06:35:43.953 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81412024-09-06T06:35:44.484Z[ recovery-image] Sep 06 06:35:43.970 INFO O| Sep 06 06:35:43.970 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81422024-09-06T06:35:44.572Z[ recovery-image] Sep 06 06:35:44.066 INFO O| Sep 06 06:35:44.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81432024-09-06T06:35:44.573Z[ recovery-image] Sep 06 06:35:44.066 INFO O| Sep 06 06:35:44.066 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 ...
81442024-09-06T06:35:44.597Z[ recovery-image] Sep 06 06:35:44.068 INFO O| Sep 06 06:35:44.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81452024-09-06T06:35:44.597Z[ recovery-image] Sep 06 06:35:44.068 INFO O| Sep 06 06:35:44.068 INFO ok!
81462024-09-06T06:35:44.598Z[ recovery-image] Sep 06 06:35:44.068 INFO O| Sep 06 06:35:44.068 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81472024-09-06T06:35:44.598Z[ recovery-image] Sep 06 06:35:44.069 INFO O| Sep 06 06:35:44.069 INFO STEP 95 (seed_smf) COMPLETE
81482024-09-06T06:35:44.598Z[ recovery-image] Sep 06 06:35:44.069 INFO O| Sep 06 06:35:44.069 INFO steps complete; finalising image!
81492024-09-06T06:35:44.598Z[ recovery-image] Sep 06 06:35:44.069 INFO O| Sep 06 06:35:44.069 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81502024-09-06T06:35:44.631Z[ recovery-image] Sep 06 06:35:44.124 INFO O| Sep 06 06:35:44.124 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Sep 6 06:35:44 2024)
81512024-09-06T06:35:44.845Z[ recovery-image] Sep 06 06:35:44.339 INFO O| Sep 06 06:35:44.339 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Sep 6 06:35:44 2024)
81522024-09-06T06:35:45.099Z[ recovery-image] Sep 06 06:35:44.593 INFO O| Sep 06 06:35:44.593 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
81532024-09-06T06:35:45.099Z[ recovery-image] Sep 06 06:35:44.593 INFO O| Sep 06 06:35:44.593 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81542024-09-06T06:35:45.437Z[ recovery-image] Sep 06 06:35:44.930 INFO O| Sep 06 06:35:44.930 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
81552024-09-06T06:35:45.437Z[ recovery-image] Sep 06 06:35:44.930 INFO O| Sep 06 06:35:44.930 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81562024-09-06T06:35:49.125Z[ recovery-image] Sep 06 06:35:48.619 INFO O| Sep 06 06:35:48.619 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81572024-09-06T06:35:49.126Z[ recovery-image] Sep 06 06:35:48.619 INFO O| Sep 06 06:35:48.619 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81582024-09-06T06:35:49.126Z[ recovery-image] Sep 06 06:35:48.619 INFO O| Sep 06 06:35:48.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81592024-09-06T06:35:49.150Z[ recovery-image] Sep 06 06:35:48.619 INFO O| Sep 06 06:35:48.619 INFO completed processing gimlet/zfs-recovery
81602024-09-06T06:35:49.150Z[ recovery-image] Sep 06 06:35:48.619 INFO O| Sep 06 06:35:48.619 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81612024-09-06T06:35:49.235Z[ recovery-image] Sep 06 06:35:48.729 INFO O| Sep 06 06:35:48.729 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81622024-09-06T06:35:49.283Z[ recovery-image] Sep 06 06:35:48.777 INFO BUILD STRING "heads/stlouis-0-g3dc4367f4f\n"
81632024-09-06T06:35:49.283Z[ recovery-image] Sep 06 06:35:48.777 INFO expanded image name: "recovery 557dc22/${os_short_commit} 2024-09-06 06:12" -> "recovery 557dc22/3dc4367 2024-09-06 06:12"
81642024-09-06T06:35:49.313Z[ recovery-image] Sep 06 06:35:48.777 INFO output artefacts stored in: "/work/os-recovery"
81652024-09-06T06:35:49.313Z[ recovery-image] Sep 06 06:35:48.778 INFO collecting git info from project "image-builder"...
81662024-09-06T06:35:49.313Z[ recovery-image] Sep 06 06:35:48.788 INFO collecting git info from project "pinprick"...
81672024-09-06T06:35:49.313Z[ recovery-image] Sep 06 06:35:48.795 INFO collecting git info from project "bootserver"...
81682024-09-06T06:35:49.313Z[ recovery-image] Sep 06 06:35:48.802 INFO collecting git info from project "amd-firmware"...
81692024-09-06T06:35:49.572Z[ recovery-image] Sep 06 06:35:49.066 INFO collecting git info from project "chelsio-t6-roms"...
81702024-09-06T06:35:49.598Z[ recovery-image] Sep 06 06:35:49.092 INFO collecting git info from project "amd-host-image-builder"...
81712024-09-06T06:35:49.892Z[ recovery-image] Sep 06 06:35:49.386 INFO collecting git info from project "pilot"...
81722024-09-06T06:35:49.917Z[ recovery-image] Sep 06 06:35:49.404 INFO collecting git info from project "phbl"...
81732024-09-06T06:35:49.941Z[ recovery-image] Sep 06 06:35:49.413 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81742024-09-06T06:35:50.412Z[ recovery-image] Sep 06 06:35:49.906 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81752024-09-06T06:35:50.842Z[ recovery-image] Sep 06 06:35:50.336 INFO creating Oxide boot image...
81762024-09-06T06:35:50.842Z[ recovery-image] Sep 06 06:35:50.336 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 557dc22/3dc4367 2024-09-06 06:12", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81772024-09-06T06:36:17.290Z[ host-image] Sep 06 06:36:16.783 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22846:20240905T210524Z
81782024-09-06T06:36:17.290Z[ host-image] Sep 06 06:36:16.783 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22846:20240905T210524Z
81792024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.784 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81802024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.784 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81812024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.784 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81822024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.784 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81832024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.785 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81842024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.785 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81852024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.785 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81862024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.785 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81872024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.785 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22846:20240905T210524Z
81882024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.787 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22846:20240905T210525Z
81892024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.787 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22846:20240905T210525Z
81902024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.788 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22846:20240905T210525Z
81912024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.788 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81922024-09-06T06:36:17.337Z[ host-image] Sep 06 06:36:16.788 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22846:20240905T210526Z
81932024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.789 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22846:20240905T210526Z
81942024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.789 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22846:20240905T210526Z
81952024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.789 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22846:20240905T210526Z
81962024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.789 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22846:20240905T210527Z
81972024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.789 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22846:20240905T210527Z
81982024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.789 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22846:20240905T210527Z
81992024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22846:20240905T210528Z
82002024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22846:20240905T210529Z
82012024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22846:20240905T210530Z
82022024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22846:20240905T210530Z
82032024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22846:20240905T210532Z
82042024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22846:20240905T210532Z
82052024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82062024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22846:20240905T210534Z
82072024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22846:20240905T210536Z
82082024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.790 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22846:20240905T210537Z
82092024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.791 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22846:20240905T210538Z
82102024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.792 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22846:20240905T210539Z
82112024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.792 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22846:20240905T210539Z
82122024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.800 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82132024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.800 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22846:20240905T210539Z
82142024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.800 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82152024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.800 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82162024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.800 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82172024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.801 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22846:20240905T210539Z
82182024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.801 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82192024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.801 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82202024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.802 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82212024-09-06T06:36:17.338Z[ host-image] Sep 06 06:36:16.802 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82222024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.812 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82232024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.812 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82242024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.812 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82252024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.813 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82262024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.814 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82272024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.814 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82282024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.843 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82292024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.844 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82302024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.844 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82312024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.844 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22846:20240905T210541Z
82322024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.844 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22846:20240905T210547Z
82332024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82342024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22846:20240905T210548Z
82352024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82362024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82372024-09-06T06:36:17.363Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82382024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22846:20240905T210548Z
82392024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.845 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82402024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.849 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82412024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.849 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82422024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.849 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82432024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.849 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22846:20240905T210549Z
82442024-09-06T06:36:17.364Z[ host-image] Sep 06 06:36:16.849 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82452024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.861 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82462024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.861 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22846:20240905T210549Z
82472024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.863 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22846:20240905T210549Z
82482024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.863 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22846:20240905T210550Z
82492024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.863 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82502024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.864 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22846:20240905T210551Z
82512024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.864 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22846:20240905T210551Z
82522024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.864 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22846:20240905T210551Z
82532024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.864 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22846:20240905T210551Z
82542024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.867 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82552024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.868 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22846:20240905T210552Z
82562024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.868 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22846:20240905T210553Z
82572024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.868 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82582024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.868 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22846:20240905T210553Z
82592024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.869 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22846:20240905T210554Z
82602024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.869 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22846:20240905T210554Z
82612024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.869 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22846:20240905T210554Z
82622024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.876 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22846:20240905T210554Z
82632024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.876 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82642024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.878 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22846:20240905T210554Z
82652024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.879 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22846:20240905T210554Z
82662024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.879 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22846:20240905T210554Z
82672024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.879 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22846:20240905T210554Z
82682024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.879 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22846:20240905T210555Z
82692024-09-06T06:36:17.389Z[ host-image] Sep 06 06:36:16.880 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22846:20240905T210555Z
82702024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.888 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22846:20240905T210557Z
82712024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.888 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22846:20240905T210556Z
82722024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.888 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22846:20240905T210556Z
82732024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.889 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22846:20240905T210556Z
82742024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.890 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22846:20240905T210557Z
82752024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.907 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22846:20240905T210600Z
82762024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.907 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22846:20240905T210557Z
82772024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.907 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22846:20240905T210557Z
82782024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.908 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82792024-09-06T06:36:17.414Z[ host-image] Sep 06 06:36:16.908 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82802024-09-06T06:36:17.439Z[ host-image] Sep 06 06:36:16.932 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22846:20240905T210557Z
82812024-09-06T06:36:17.439Z[ host-image] Sep 06 06:36:16.932 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82822024-09-06T06:36:17.439Z[ host-image] Sep 06 06:36:16.932 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22846:20240905T210557Z
82832024-09-06T06:36:17.439Z[ host-image] Sep 06 06:36:16.932 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22846:20240905T210557Z
82842024-09-06T06:36:17.439Z[ host-image] Sep 06 06:36:16.933 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22846:20240905T210558Z
82852024-09-06T06:36:17.439Z[ host-image] Sep 06 06:36:16.933 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82862024-09-06T06:36:17.463Z[ host-image] Sep 06 06:36:16.933 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82872024-09-06T06:36:17.463Z[ host-image] Sep 06 06:36:16.934 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22846:20240905T210559Z
82882024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.934 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22846:20240905T210559Z
82892024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.934 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22846:20240905T210559Z
82902024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.934 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22846:20240905T210559Z
82912024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.934 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22846:20240905T210559Z
82922024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.935 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22846:20240905T210600Z
82932024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.937 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82942024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.937 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22846:20240905T210600Z
82952024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22846:20240905T210600Z
82962024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22846:20240905T210600Z
82972024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22846:20240905T210602Z
82982024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22846:20240905T210601Z
82992024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22846:20240905T210601Z
83002024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83012024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.939 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83022024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22846:20240905T210604Z
83032024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22846:20240905T210604Z
83042024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83052024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83062024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83072024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83082024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.940 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83092024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.941 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83102024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.943 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83112024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.943 INFO O| tempdir @ "/tmp/.tmp6l98Qv/tmp"
83122024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.943 INFO O| image root @ "/tmp/.tmp6l98Qv/tmp/root"
83132024-09-06T06:36:17.464Z[ host-image] Sep 06 06:36:16.943 INFO O| creating image...
83142024-09-06T06:36:17.976Z[ host-image] Sep 06 06:36:17.470 INFO O| copying publishers...
83152024-09-06T06:36:26.708Z[ host-image] Sep 06 06:36:26.202 INFO O| adding properties...
83162024-09-06T06:36:28.030Z[ host-image] Sep 06 06:36:27.524 INFO O| installing packages...
83172024-09-06T06:36:46.242Z[ host-image] Sep 06 06:36:45.736 INFO O| seeding SMF database...
83182024-09-06T06:36:53.598Z[ recovery-image] Sep 06 06:36:53.091 INFO O| ok, image written!
83192024-09-06T06:36:53.598Z[ recovery-image] Sep 06 06:36:53.091 INFO O| ok, boot_image_csum file written!
83202024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.096 INFO creating boot archive (CPIO)...
83212024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.096 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
83222024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.107 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83232024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.107 INFO E| + outfile=/work/os-recovery/cpio
83242024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.107 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83252024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.109 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83262024-09-06T06:36:53.623Z[ recovery-image] Sep 06 06:36:53.110 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83272024-09-06T06:36:53.660Z[ recovery-image] Sep 06 06:36:53.154 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83282024-09-06T06:36:53.660Z[ recovery-image] Sep 06 06:36:53.154 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83292024-09-06T06:36:53.685Z[ recovery-image] Sep 06 06:36:53.165 INFO creating compressed cpio/unix for nanobl-rs...
83302024-09-06T06:36:53.685Z[ recovery-image] Sep 06 06:36:53.165 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
83312024-09-06T06:36:54.002Z[ recovery-image] Sep 06 06:36:53.496 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83322024-09-06T06:36:54.553Z[ host-image] Sep 06 06:36:54.047 INFO O| configuring SMF profile...
83332024-09-06T06:36:54.578Z[ host-image] Sep 06 06:36:54.048 INFO O| modifying shadow(5)...
83342024-09-06T06:36:54.578Z[ host-image] Sep 06 06:36:54.048 INFO O| loading user and group database...
83352024-09-06T06:36:54.578Z[ host-image] Sep 06 06:36:54.048 INFO O| assessing packaged files...
83362024-09-06T06:36:57.236Z[ host-image] Sep 06 06:36:56.729 INFO O| creating archive...
83372024-09-06T06:36:57.277Z[ host-image] Sep 06 06:36:56.771 INFO O| missing from packaging:
83382024-09-06T06:36:57.277Z[ host-image] Sep 06 06:36:56.771 INFO O| "etc/.pwd.lock"
83392024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.771 INFO O| "etc/bash"
83402024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.777 INFO O| "etc/svc/profile/generic.xml"
83412024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.777 INFO O| "etc/svc/profile/inetd_services.xml"
83422024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.777 INFO O| "etc/svc/profile/name_service.xml"
83432024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.777 INFO O| "etc/svc/profile/platform.xml"
83442024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.777 INFO O| "etc/svc/profile/platform_omicron1.xml"
83452024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.778 INFO O| "etc/svc/repository.db"
83462024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.788 INFO O| "opt/ooce/share"
83472024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.788 INFO O| "opt/ooce/share/man"
83482024-09-06T06:36:57.302Z[ host-image] Sep 06 06:36:56.788 INFO O| "opt/ooce/share/man/man1"
83492024-09-06T06:36:57.327Z[ host-image] Sep 06 06:36:56.799 INFO O| finishing archive...
83502024-09-06T06:36:59.091Z[ recovery-image] Sep 06 06:36:58.585 INFO creating reset image...
83512024-09-06T06:36:59.116Z[ recovery-image] Sep 06 06:36:58.585 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83522024-09-06T06:36:59.401Z[ recovery-image] Sep 06 06:36:58.895 INFO E| Updating crates.io index
83532024-09-06T06:36:59.492Z[ recovery-image] Sep 06 06:36:58.986 INFO E| Downloading crates ...
83542024-09-06T06:36:59.549Z[ recovery-image] Sep 06 06:36:59.043 INFO E| Downloaded anstyle-query v1.1.1
83552024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.047 INFO E| Downloaded anstyle-parse v0.2.5
83562024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.051 INFO E| Downloaded utf8parse v0.2.2
83572024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.052 INFO E| Downloaded quote v1.0.37
83582024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.056 INFO E| Downloaded duct v0.13.7
83592024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.059 INFO E| Downloaded shared_child v1.0.1
83602024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.061 INFO E| Downloaded os_pipe v1.2.1
83612024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.062 INFO E| Downloaded clap_lex v0.7.2
83622024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.064 INFO E| Downloaded colorchoice v1.0.2
83632024-09-06T06:36:59.574Z[ recovery-image] Sep 06 06:36:59.066 INFO E| Downloaded clap_builder v4.5.17
83642024-09-06T06:36:59.598Z[ recovery-image] Sep 06 06:36:59.074 INFO E| Downloaded clap v4.5.17
83652024-09-06T06:36:59.598Z[ recovery-image] Sep 06 06:36:59.086 INFO E| Downloaded is_terminal_polyfill v1.70.1
83662024-09-06T06:36:59.599Z[ recovery-image] Sep 06 06:36:59.087 INFO E| Downloaded anstream v0.6.15
83672024-09-06T06:36:59.599Z[ recovery-image] Sep 06 06:36:59.091 INFO E| Downloaded syn v2.0.77
83682024-09-06T06:36:59.666Z[ recovery-image] Sep 06 06:36:59.159 INFO E| Compiling proc-macro2 v1.0.86
83692024-09-06T06:36:59.666Z[ recovery-image] Sep 06 06:36:59.159 INFO E| Compiling unicode-ident v1.0.12
83702024-09-06T06:36:59.690Z[ recovery-image] Sep 06 06:36:59.160 INFO E| Compiling libc v0.2.158
83712024-09-06T06:36:59.690Z[ recovery-image] Sep 06 06:36:59.160 INFO E| Compiling utf8parse v0.2.2
83722024-09-06T06:36:59.690Z[ recovery-image] Sep 06 06:36:59.160 INFO E| Compiling anstyle-query v1.1.1
83732024-09-06T06:36:59.690Z[ recovery-image] Sep 06 06:36:59.160 INFO E| Compiling colorchoice v1.0.2
83742024-09-06T06:36:59.690Z[ recovery-image] Sep 06 06:36:59.164 INFO E| Compiling anstyle v1.0.8
83752024-09-06T06:36:59.690Z[ recovery-image] Sep 06 06:36:59.165 INFO E| Compiling is_terminal_polyfill v1.70.1
83762024-09-06T06:36:59.933Z[ recovery-image] Sep 06 06:36:59.427 INFO E| Compiling anstyle-parse v0.2.5
83772024-09-06T06:36:59.958Z[ recovery-image] Sep 06 06:36:59.438 INFO E| Compiling strsim v0.11.1
83782024-09-06T06:36:59.958Z[ recovery-image] Sep 06 06:36:59.438 INFO E| Compiling heck v0.5.0
83792024-09-06T06:36:59.958Z[ recovery-image] Sep 06 06:36:59.438 INFO E| Compiling clap_lex v0.7.2
83802024-09-06T06:37:00.044Z[ recovery-image] Sep 06 06:36:59.538 INFO E| Compiling once_cell v1.19.0
83812024-09-06T06:37:00.167Z[ recovery-image] Sep 06 06:36:59.660 INFO E| Compiling anstream v0.6.15
83822024-09-06T06:37:00.589Z[ recovery-image] Sep 06 06:37:00.083 INFO E| Compiling clap_builder v4.5.17
83832024-09-06T06:37:00.692Z[ host-image] Sep 06 06:37:00.185 INFO O| creating gzonly manifest...
83842024-09-06T06:37:00.716Z[ host-image] Sep 06 06:37:00.203 INFO O| ok
83852024-09-06T06:37:00.867Z[ host-image] Sep 06 06:37:00.361 INFO image builder template: ramdisk-02-trim...
83862024-09-06T06:37:00.867Z[ host-image] Sep 06 06:37:00.361 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/.tmpQVCLqT/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.293", "-n", "ramdisk-02-trim"], pwd: None
83872024-09-06T06:37:00.902Z[ host-image] Sep 06 06:37:00.397 INFO O| Sep 06 06:37:00.396 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83882024-09-06T06:37:00.927Z[ host-image] Sep 06 06:37:00.403 INFO O| Sep 06 06:37:00.403 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83892024-09-06T06:37:00.969Z[ recovery-image] Sep 06 06:37:00.463 INFO E| Compiling os_pipe v1.2.1
83902024-09-06T06:37:00.993Z[ recovery-image] Sep 06 06:37:00.463 INFO E| Compiling shared_child v1.0.1
83912024-09-06T06:37:00.993Z[ host-image] Sep 06 06:37:00.467 INFO O| Sep 06 06:37:00.466 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83922024-09-06T06:37:01.018Z[ host-image] Sep 06 06:37:00.497 INFO O| Sep 06 06:37:00.497 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83932024-09-06T06:37:01.018Z[ host-image] Sep 06 06:37:00.498 INFO O| Sep 06 06:37:00.497 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83942024-09-06T06:37:01.018Z[ host-image] Sep 06 06:37:00.506 INFO O| Sep 06 06:37:00.506 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83952024-09-06T06:37:01.043Z[ host-image] Sep 06 06:37:00.513 INFO O| Sep 06 06:37:00.513 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83962024-09-06T06:37:01.043Z[ host-image] Sep 06 06:37:00.522 INFO O| Sep 06 06:37:00.522 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83972024-09-06T06:37:01.141Z[ recovery-image] Sep 06 06:37:00.635 INFO E| Compiling duct v0.13.7
83982024-09-06T06:37:01.173Z[ host-image] Sep 06 06:37:00.667 INFO O| Sep 06 06:37:00.667 INFO rolled back to input snapshot; work may begin
83992024-09-06T06:37:01.173Z[ host-image] Sep 06 06:37:00.668 INFO O| Sep 06 06:37:00.667 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84002024-09-06T06:37:01.198Z[ host-image] Sep 06 06:37:00.677 INFO O| Sep 06 06:37:00.677 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84012024-09-06T06:37:01.223Z[ host-image] Sep 06 06:37:00.694 INFO O| Sep 06 06:37:00.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84022024-09-06T06:37:01.259Z[ host-image] Sep 06 06:37:00.753 INFO O| Sep 06 06:37:00.753 INFO STEP 0 (remove_files) COMPLETE
84032024-09-06T06:37:01.259Z[ host-image] Sep 06 06:37:00.753 INFO O| Sep 06 06:37:00.753 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84042024-09-06T06:37:01.284Z[ host-image] Sep 06 06:37:00.771 INFO O| Sep 06 06:37:00.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84052024-09-06T06:37:01.284Z[ host-image] Sep 06 06:37:00.773 INFO O| Sep 06 06:37:00.773 INFO STEP 1 (remove_files) COMPLETE
84062024-09-06T06:37:01.284Z[ host-image] Sep 06 06:37:00.773 INFO O| Sep 06 06:37:00.773 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84072024-09-06T06:37:01.308Z[ host-image] Sep 06 06:37:00.789 INFO O| Sep 06 06:37:00.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84082024-09-06T06:37:01.333Z[ recovery-image] Sep 06 06:37:00.803 INFO E| Compiling quote v1.0.37
84092024-09-06T06:37:01.333Z[ host-image] Sep 06 06:37:00.808 INFO O| Sep 06 06:37:00.808 INFO STEP 2 (remove_files) COMPLETE
84102024-09-06T06:37:01.333Z[ host-image] Sep 06 06:37:00.808 INFO O| Sep 06 06:37:00.808 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-09-06T06:37:01.333Z[ host-image] Sep 06 06:37:00.826 INFO O| Sep 06 06:37:00.826 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84122024-09-06T06:37:01.358Z[ host-image] Sep 06 06:37:00.829 INFO O| Sep 06 06:37:00.829 INFO STEP 3 (remove_files) COMPLETE
84132024-09-06T06:37:01.358Z[ host-image] Sep 06 06:37:00.829 INFO O| Sep 06 06:37:00.829 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-09-06T06:37:01.382Z[ host-image] Sep 06 06:37:00.856 INFO O| Sep 06 06:37:00.856 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84152024-09-06T06:37:01.383Z[ host-image] Sep 06 06:37:00.861 INFO O| Sep 06 06:37:00.861 INFO STEP 4 (remove_files) COMPLETE
84162024-09-06T06:37:01.383Z[ host-image] Sep 06 06:37:00.861 INFO O| Sep 06 06:37:00.861 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-09-06T06:37:01.407Z[ host-image] Sep 06 06:37:00.887 INFO O| Sep 06 06:37:00.887 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84182024-09-06T06:37:01.407Z[ host-image] Sep 06 06:37:00.891 INFO O| Sep 06 06:37:00.891 INFO STEP 5 (remove_files) COMPLETE
84192024-09-06T06:37:01.407Z[ host-image] Sep 06 06:37:00.891 INFO O| Sep 06 06:37:00.891 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-09-06T06:37:01.433Z[ host-image] Sep 06 06:37:00.911 INFO O| Sep 06 06:37:00.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84212024-09-06T06:37:01.433Z[ host-image] Sep 06 06:37:00.924 INFO O| Sep 06 06:37:00.924 INFO STEP 6 (remove_files) COMPLETE
84222024-09-06T06:37:01.433Z[ host-image] Sep 06 06:37:00.924 INFO O| Sep 06 06:37:00.924 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-09-06T06:37:01.458Z[ host-image] Sep 06 06:37:00.940 INFO O| Sep 06 06:37:00.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84242024-09-06T06:37:01.482Z[ host-image] Sep 06 06:37:00.956 INFO O| Sep 06 06:37:00.956 INFO STEP 7 (remove_files) COMPLETE
84252024-09-06T06:37:01.482Z[ host-image] Sep 06 06:37:00.956 INFO O| Sep 06 06:37:00.956 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-09-06T06:37:01.483Z[ host-image] Sep 06 06:37:00.971 INFO O| Sep 06 06:37:00.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84272024-09-06T06:37:01.571Z[ host-image] Sep 06 06:37:01.065 INFO O| Sep 06 06:37:01.064 INFO STEP 8 (remove_files) COMPLETE
84282024-09-06T06:37:01.571Z[ host-image] Sep 06 06:37:01.065 INFO O| Sep 06 06:37:01.064 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-09-06T06:37:01.595Z[ host-image] Sep 06 06:37:01.084 INFO O| Sep 06 06:37:01.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84302024-09-06T06:37:01.595Z[ recovery-image] Sep 06 06:37:01.088 INFO E| Compiling syn v2.0.77
84312024-09-06T06:37:01.711Z[ host-image] Sep 06 06:37:01.205 INFO O| Sep 06 06:37:01.205 INFO STEP 9 (remove_files) COMPLETE
84322024-09-06T06:37:01.711Z[ host-image] Sep 06 06:37:01.205 INFO O| Sep 06 06:37:01.205 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-09-06T06:37:01.736Z[ host-image] Sep 06 06:37:01.222 INFO O| Sep 06 06:37:01.222 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84342024-09-06T06:37:01.736Z[ host-image] Sep 06 06:37:01.227 INFO O| Sep 06 06:37:01.227 INFO STEP 10 (remove_files) COMPLETE
84352024-09-06T06:37:01.736Z[ host-image] Sep 06 06:37:01.227 INFO O| Sep 06 06:37:01.227 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-09-06T06:37:01.760Z[ host-image] Sep 06 06:37:01.248 INFO O| Sep 06 06:37:01.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84372024-09-06T06:37:01.761Z[ host-image] Sep 06 06:37:01.250 INFO O| Sep 06 06:37:01.250 INFO STEP 11 (remove_files) COMPLETE
84382024-09-06T06:37:01.761Z[ host-image] Sep 06 06:37:01.250 INFO O| Sep 06 06:37:01.250 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-09-06T06:37:01.788Z[ host-image] Sep 06 06:37:01.282 INFO O| Sep 06 06:37:01.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84402024-09-06T06:37:01.812Z[ host-image] Sep 06 06:37:01.285 INFO O| Sep 06 06:37:01.285 INFO STEP 12 (remove_files) COMPLETE
84412024-09-06T06:37:01.812Z[ host-image] Sep 06 06:37:01.285 INFO O| Sep 06 06:37:01.285 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.320 INFO O| Sep 06 06:37:01.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84432024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.320 INFO O| Sep 06 06:37:01.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84442024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.320 INFO O| Sep 06 06:37:01.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84452024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.321 INFO O| Sep 06 06:37:01.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84462024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.321 INFO O| Sep 06 06:37:01.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84472024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.321 INFO O| Sep 06 06:37:01.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84482024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84492024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84502024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84512024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84522024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84532024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84542024-09-06T06:37:01.837Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84552024-09-06T06:37:01.838Z[ host-image] Sep 06 06:37:01.322 INFO O| Sep 06 06:37:01.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84562024-09-06T06:37:01.838Z[ host-image] Sep 06 06:37:01.323 INFO O| Sep 06 06:37:01.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84572024-09-06T06:37:01.838Z[ host-image] Sep 06 06:37:01.323 INFO O| Sep 06 06:37:01.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84582024-09-06T06:37:01.838Z[ host-image] Sep 06 06:37:01.323 INFO O| Sep 06 06:37:01.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84592024-09-06T06:37:02.282Z[ host-image] Sep 06 06:37:01.776 INFO O| Sep 06 06:37:01.776 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84602024-09-06T06:37:02.307Z[ host-image] Sep 06 06:37:01.780 INFO O| Sep 06 06:37:01.780 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84612024-09-06T06:37:02.307Z[ host-image] Sep 06 06:37:01.784 INFO O| Sep 06 06:37:01.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84622024-09-06T06:37:02.307Z[ host-image] Sep 06 06:37:01.784 INFO O| Sep 06 06:37:01.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84632024-09-06T06:37:02.336Z[ host-image] Sep 06 06:37:01.830 INFO O| Sep 06 06:37:01.830 INFO STEP 13 (remove_files) COMPLETE
84642024-09-06T06:37:02.336Z[ host-image] Sep 06 06:37:01.830 INFO O| Sep 06 06:37:01.830 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-09-06T06:37:02.361Z[ host-image] Sep 06 06:37:01.849 INFO O| Sep 06 06:37:01.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84662024-09-06T06:37:02.361Z[ host-image] Sep 06 06:37:01.851 INFO O| Sep 06 06:37:01.851 INFO STEP 14 (remove_files) COMPLETE
84672024-09-06T06:37:02.361Z[ host-image] Sep 06 06:37:01.851 INFO O| Sep 06 06:37:01.851 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-09-06T06:37:02.385Z[ host-image] Sep 06 06:37:01.866 INFO O| Sep 06 06:37:01.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84692024-09-06T06:37:02.385Z[ host-image] Sep 06 06:37:01.875 INFO O| Sep 06 06:37:01.875 INFO STEP 15 (remove_files) COMPLETE
84702024-09-06T06:37:02.385Z[ host-image] Sep 06 06:37:01.875 INFO O| Sep 06 06:37:01.875 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-09-06T06:37:02.410Z[ host-image] Sep 06 06:37:01.892 INFO O| Sep 06 06:37:01.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84722024-09-06T06:37:02.410Z[ host-image] Sep 06 06:37:01.893 INFO O| Sep 06 06:37:01.893 INFO STEP 16 (remove_files) COMPLETE
84732024-09-06T06:37:02.410Z[ host-image] Sep 06 06:37:01.893 INFO O| Sep 06 06:37:01.893 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-09-06T06:37:02.434Z[ host-image] Sep 06 06:37:01.906 INFO O| Sep 06 06:37:01.906 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84752024-09-06T06:37:02.434Z[ host-image] Sep 06 06:37:01.909 INFO O| Sep 06 06:37:01.909 INFO STEP 17 (remove_files) COMPLETE
84762024-09-06T06:37:02.434Z[ host-image] Sep 06 06:37:01.909 INFO O| Sep 06 06:37:01.909 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-09-06T06:37:02.434Z[ host-image] Sep 06 06:37:01.923 INFO O| Sep 06 06:37:01.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84782024-09-06T06:37:02.434Z[ host-image] Sep 06 06:37:01.923 INFO O| Sep 06 06:37:01.923 INFO STEP 18 (remove_files) COMPLETE
84792024-09-06T06:37:02.434Z[ host-image] Sep 06 06:37:01.923 INFO O| Sep 06 06:37:01.923 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-09-06T06:37:02.459Z[ host-image] Sep 06 06:37:01.936 INFO O| Sep 06 06:37:01.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84812024-09-06T06:37:02.459Z[ host-image] Sep 06 06:37:01.936 INFO O| Sep 06 06:37:01.936 INFO STEP 19 (remove_files) COMPLETE
84822024-09-06T06:37:02.459Z[ host-image] Sep 06 06:37:01.936 INFO O| Sep 06 06:37:01.936 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-09-06T06:37:02.459Z[ host-image] Sep 06 06:37:01.952 INFO O| Sep 06 06:37:01.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84842024-09-06T06:37:02.459Z[ host-image] Sep 06 06:37:01.952 INFO O| Sep 06 06:37:01.952 INFO STEP 20 (remove_files) COMPLETE
84852024-09-06T06:37:02.459Z[ host-image] Sep 06 06:37:01.952 INFO O| Sep 06 06:37:01.952 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-09-06T06:37:02.484Z[ host-image] Sep 06 06:37:01.965 INFO O| Sep 06 06:37:01.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84872024-09-06T06:37:02.484Z[ host-image] Sep 06 06:37:01.965 INFO O| Sep 06 06:37:01.965 INFO STEP 21 (remove_files) COMPLETE
84882024-09-06T06:37:02.484Z[ host-image] Sep 06 06:37:01.965 INFO O| Sep 06 06:37:01.965 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-06T06:37:02.509Z[ host-image] Sep 06 06:37:01.981 INFO O| Sep 06 06:37:01.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84902024-09-06T06:37:02.509Z[ host-image] Sep 06 06:37:01.981 INFO O| Sep 06 06:37:01.981 INFO STEP 22 (remove_files) COMPLETE
84912024-09-06T06:37:02.509Z[ host-image] Sep 06 06:37:01.981 INFO O| Sep 06 06:37:01.981 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-06T06:37:02.509Z[ host-image] Sep 06 06:37:01.994 INFO O| Sep 06 06:37:01.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84932024-09-06T06:37:02.509Z[ host-image] Sep 06 06:37:01.994 INFO O| Sep 06 06:37:01.994 INFO STEP 23 (remove_files) COMPLETE
84942024-09-06T06:37:02.509Z[ host-image] Sep 06 06:37:01.994 INFO O| Sep 06 06:37:01.994 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-06T06:37:02.534Z[ host-image] Sep 06 06:37:02.006 INFO O| Sep 06 06:37:02.006 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84962024-09-06T06:37:02.534Z[ host-image] Sep 06 06:37:02.006 INFO O| Sep 06 06:37:02.006 INFO STEP 24 (remove_files) COMPLETE
84972024-09-06T06:37:02.534Z[ host-image] Sep 06 06:37:02.006 INFO O| Sep 06 06:37:02.006 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-06T06:37:02.534Z[ host-image] Sep 06 06:37:02.019 INFO O| Sep 06 06:37:02.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84992024-09-06T06:37:02.534Z[ host-image] Sep 06 06:37:02.019 INFO O| Sep 06 06:37:02.019 INFO STEP 25 (remove_files) COMPLETE
85002024-09-06T06:37:02.534Z[ host-image] Sep 06 06:37:02.019 INFO O| Sep 06 06:37:02.019 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-06T06:37:02.558Z[ host-image] Sep 06 06:37:02.037 INFO O| Sep 06 06:37:02.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85022024-09-06T06:37:02.559Z[ host-image] Sep 06 06:37:02.037 INFO O| Sep 06 06:37:02.037 INFO STEP 26 (remove_files) COMPLETE
85032024-09-06T06:37:02.559Z[ host-image] Sep 06 06:37:02.037 INFO O| Sep 06 06:37:02.037 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-06T06:37:02.559Z[ host-image] Sep 06 06:37:02.053 INFO O| Sep 06 06:37:02.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85052024-09-06T06:37:02.559Z[ host-image] Sep 06 06:37:02.053 INFO O| Sep 06 06:37:02.053 INFO STEP 27 (remove_files) COMPLETE
85062024-09-06T06:37:02.559Z[ host-image] Sep 06 06:37:02.053 INFO O| Sep 06 06:37:02.053 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-06T06:37:02.583Z[ host-image] Sep 06 06:37:02.067 INFO O| Sep 06 06:37:02.067 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85082024-09-06T06:37:02.583Z[ host-image] Sep 06 06:37:02.067 INFO O| Sep 06 06:37:02.067 INFO STEP 28 (remove_files) COMPLETE
85092024-09-06T06:37:02.583Z[ host-image] Sep 06 06:37:02.067 INFO O| Sep 06 06:37:02.067 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-06T06:37:02.608Z[ host-image] Sep 06 06:37:02.080 INFO O| Sep 06 06:37:02.080 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85112024-09-06T06:37:02.608Z[ host-image] Sep 06 06:37:02.080 INFO O| Sep 06 06:37:02.080 INFO STEP 29 (remove_files) COMPLETE
85122024-09-06T06:37:02.608Z[ host-image] Sep 06 06:37:02.080 INFO O| Sep 06 06:37:02.080 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-06T06:37:02.608Z[ host-image] Sep 06 06:37:02.094 INFO O| Sep 06 06:37:02.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85142024-09-06T06:37:02.608Z[ host-image] Sep 06 06:37:02.094 INFO O| Sep 06 06:37:02.094 INFO STEP 30 (remove_files) COMPLETE
85152024-09-06T06:37:02.608Z[ host-image] Sep 06 06:37:02.094 INFO O| Sep 06 06:37:02.094 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-09-06T06:37:02.633Z[ host-image] Sep 06 06:37:02.108 INFO O| Sep 06 06:37:02.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85172024-09-06T06:37:02.633Z[ host-image] Sep 06 06:37:02.108 INFO O| Sep 06 06:37:02.108 INFO STEP 31 (remove_files) COMPLETE
85182024-09-06T06:37:02.633Z[ host-image] Sep 06 06:37:02.108 INFO O| Sep 06 06:37:02.108 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-06T06:37:02.633Z[ host-image] Sep 06 06:37:02.121 INFO O| Sep 06 06:37:02.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85202024-09-06T06:37:02.633Z[ host-image] Sep 06 06:37:02.122 INFO O| Sep 06 06:37:02.122 INFO STEP 32 (remove_files) COMPLETE
85212024-09-06T06:37:02.633Z[ host-image] Sep 06 06:37:02.122 INFO O| Sep 06 06:37:02.122 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-06T06:37:02.658Z[ host-image] Sep 06 06:37:02.138 INFO O| Sep 06 06:37:02.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85232024-09-06T06:37:02.658Z[ host-image] Sep 06 06:37:02.138 INFO O| Sep 06 06:37:02.138 INFO STEP 33 (remove_files) COMPLETE
85242024-09-06T06:37:02.658Z[ host-image] Sep 06 06:37:02.138 INFO O| Sep 06 06:37:02.138 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-06T06:37:02.682Z[ host-image] Sep 06 06:37:02.159 INFO O| Sep 06 06:37:02.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85262024-09-06T06:37:02.682Z[ host-image] Sep 06 06:37:02.159 INFO O| Sep 06 06:37:02.159 INFO STEP 34 (remove_files) COMPLETE
85272024-09-06T06:37:02.683Z[ host-image] Sep 06 06:37:02.159 INFO O| Sep 06 06:37:02.159 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-06T06:37:02.683Z[ host-image] Sep 06 06:37:02.175 INFO O| Sep 06 06:37:02.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85292024-09-06T06:37:02.683Z[ host-image] Sep 06 06:37:02.175 INFO O| Sep 06 06:37:02.175 INFO STEP 35 (remove_files) COMPLETE
85302024-09-06T06:37:02.683Z[ host-image] Sep 06 06:37:02.175 INFO O| Sep 06 06:37:02.175 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-06T06:37:02.712Z[ host-image] Sep 06 06:37:02.189 INFO O| Sep 06 06:37:02.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85322024-09-06T06:37:02.712Z[ host-image] Sep 06 06:37:02.189 INFO O| Sep 06 06:37:02.189 INFO STEP 36 (remove_files) COMPLETE
85332024-09-06T06:37:02.712Z[ host-image] Sep 06 06:37:02.189 INFO O| Sep 06 06:37:02.189 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-06T06:37:02.712Z[ host-image] Sep 06 06:37:02.202 INFO O| Sep 06 06:37:02.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85352024-09-06T06:37:02.712Z[ host-image] Sep 06 06:37:02.202 INFO O| Sep 06 06:37:02.202 INFO STEP 37 (remove_files) COMPLETE
85362024-09-06T06:37:02.712Z[ host-image] Sep 06 06:37:02.202 INFO O| Sep 06 06:37:02.202 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-06T06:37:02.740Z[ host-image] Sep 06 06:37:02.219 INFO O| Sep 06 06:37:02.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85382024-09-06T06:37:02.740Z[ host-image] Sep 06 06:37:02.219 INFO O| Sep 06 06:37:02.219 INFO STEP 38 (remove_files) COMPLETE
85392024-09-06T06:37:02.740Z[ host-image] Sep 06 06:37:02.219 INFO O| Sep 06 06:37:02.219 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-06T06:37:02.740Z[ host-image] Sep 06 06:37:02.233 INFO O| Sep 06 06:37:02.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85412024-09-06T06:37:02.740Z[ host-image] Sep 06 06:37:02.233 INFO O| Sep 06 06:37:02.233 INFO STEP 39 (remove_files) COMPLETE
85422024-09-06T06:37:02.740Z[ host-image] Sep 06 06:37:02.233 INFO O| Sep 06 06:37:02.233 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-06T06:37:02.764Z[ host-image] Sep 06 06:37:02.249 INFO O| Sep 06 06:37:02.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85442024-09-06T06:37:02.764Z[ host-image] Sep 06 06:37:02.249 INFO O| Sep 06 06:37:02.249 INFO STEP 40 (remove_files) COMPLETE
85452024-09-06T06:37:02.764Z[ host-image] Sep 06 06:37:02.249 INFO O| Sep 06 06:37:02.249 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-09-06T06:37:02.789Z[ host-image] Sep 06 06:37:02.262 INFO O| Sep 06 06:37:02.262 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85472024-09-06T06:37:02.789Z[ host-image] Sep 06 06:37:02.262 INFO O| Sep 06 06:37:02.262 INFO STEP 41 (remove_files) COMPLETE
85482024-09-06T06:37:02.789Z[ host-image] Sep 06 06:37:02.262 INFO O| Sep 06 06:37:02.262 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-09-06T06:37:02.789Z[ host-image] Sep 06 06:37:02.275 INFO O| Sep 06 06:37:02.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85502024-09-06T06:37:02.789Z[ host-image] Sep 06 06:37:02.276 INFO O| Sep 06 06:37:02.275 INFO STEP 42 (remove_files) COMPLETE
85512024-09-06T06:37:02.789Z[ host-image] Sep 06 06:37:02.276 INFO O| Sep 06 06:37:02.276 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-06T06:37:02.813Z[ host-image] Sep 06 06:37:02.288 INFO O| Sep 06 06:37:02.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85532024-09-06T06:37:02.813Z[ host-image] Sep 06 06:37:02.288 INFO O| Sep 06 06:37:02.288 INFO STEP 43 (remove_files) COMPLETE
85542024-09-06T06:37:02.813Z[ host-image] Sep 06 06:37:02.288 INFO O| Sep 06 06:37:02.288 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-06T06:37:02.813Z[ host-image] Sep 06 06:37:02.302 INFO O| Sep 06 06:37:02.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85562024-09-06T06:37:02.813Z[ host-image] Sep 06 06:37:02.302 INFO O| Sep 06 06:37:02.302 INFO STEP 44 (remove_files) COMPLETE
85572024-09-06T06:37:02.813Z[ host-image] Sep 06 06:37:02.302 INFO O| Sep 06 06:37:02.302 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-06T06:37:02.838Z[ host-image] Sep 06 06:37:02.315 INFO O| Sep 06 06:37:02.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85592024-09-06T06:37:02.838Z[ host-image] Sep 06 06:37:02.315 INFO O| Sep 06 06:37:02.315 INFO STEP 45 (remove_files) COMPLETE
85602024-09-06T06:37:02.838Z[ host-image] Sep 06 06:37:02.315 INFO O| Sep 06 06:37:02.315 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-06T06:37:02.838Z[ host-image] Sep 06 06:37:02.328 INFO O| Sep 06 06:37:02.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85622024-09-06T06:37:02.838Z[ host-image] Sep 06 06:37:02.328 INFO O| Sep 06 06:37:02.328 INFO STEP 46 (remove_files) COMPLETE
85632024-09-06T06:37:02.838Z[ host-image] Sep 06 06:37:02.328 INFO O| Sep 06 06:37:02.328 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-06T06:37:02.863Z[ host-image] Sep 06 06:37:02.341 INFO O| Sep 06 06:37:02.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85652024-09-06T06:37:02.863Z[ host-image] Sep 06 06:37:02.341 INFO O| Sep 06 06:37:02.341 INFO STEP 47 (remove_files) COMPLETE
85662024-09-06T06:37:02.863Z[ host-image] Sep 06 06:37:02.341 INFO O| Sep 06 06:37:02.341 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-06T06:37:02.863Z[ host-image] Sep 06 06:37:02.354 INFO O| Sep 06 06:37:02.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85682024-09-06T06:37:02.863Z[ host-image] Sep 06 06:37:02.354 INFO O| Sep 06 06:37:02.354 INFO STEP 48 (remove_files) COMPLETE
85692024-09-06T06:37:02.863Z[ host-image] Sep 06 06:37:02.354 INFO O| Sep 06 06:37:02.354 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-06T06:37:02.887Z[ host-image] Sep 06 06:37:02.373 INFO O| Sep 06 06:37:02.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85712024-09-06T06:37:02.887Z[ host-image] Sep 06 06:37:02.373 INFO O| Sep 06 06:37:02.373 INFO STEP 49 (remove_files) COMPLETE
85722024-09-06T06:37:02.887Z[ host-image] Sep 06 06:37:02.373 INFO O| Sep 06 06:37:02.373 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-06T06:37:02.912Z[ host-image] Sep 06 06:37:02.389 INFO O| Sep 06 06:37:02.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85742024-09-06T06:37:02.912Z[ host-image] Sep 06 06:37:02.389 INFO O| Sep 06 06:37:02.389 INFO STEP 50 (remove_files) COMPLETE
85752024-09-06T06:37:02.912Z[ host-image] Sep 06 06:37:02.389 INFO O| Sep 06 06:37:02.389 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-06T06:37:02.912Z[ host-image] Sep 06 06:37:02.404 INFO O| Sep 06 06:37:02.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85772024-09-06T06:37:02.912Z[ host-image] Sep 06 06:37:02.404 INFO O| Sep 06 06:37:02.404 INFO STEP 51 (remove_files) COMPLETE
85782024-09-06T06:37:02.912Z[ host-image] Sep 06 06:37:02.404 INFO O| Sep 06 06:37:02.404 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-06T06:37:02.936Z[ host-image] Sep 06 06:37:02.421 INFO O| Sep 06 06:37:02.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85802024-09-06T06:37:02.937Z[ host-image] Sep 06 06:37:02.421 INFO O| Sep 06 06:37:02.421 INFO STEP 52 (remove_files) COMPLETE
85812024-09-06T06:37:02.937Z[ host-image] Sep 06 06:37:02.421 INFO O| Sep 06 06:37:02.421 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-09-06T06:37:02.961Z[ host-image] Sep 06 06:37:02.438 INFO O| Sep 06 06:37:02.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85832024-09-06T06:37:02.961Z[ host-image] Sep 06 06:37:02.438 INFO O| Sep 06 06:37:02.438 INFO STEP 53 (remove_files) COMPLETE
85842024-09-06T06:37:02.961Z[ host-image] Sep 06 06:37:02.438 INFO O| Sep 06 06:37:02.438 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-09-06T06:37:02.961Z[ host-image] Sep 06 06:37:02.452 INFO O| Sep 06 06:37:02.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85862024-09-06T06:37:02.961Z[ host-image] Sep 06 06:37:02.452 INFO O| Sep 06 06:37:02.452 INFO STEP 54 (remove_files) COMPLETE
85872024-09-06T06:37:02.961Z[ host-image] Sep 06 06:37:02.452 INFO O| Sep 06 06:37:02.452 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-06T06:37:02.992Z[ host-image] Sep 06 06:37:02.465 INFO O| Sep 06 06:37:02.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85892024-09-06T06:37:02.992Z[ host-image] Sep 06 06:37:02.465 INFO O| Sep 06 06:37:02.465 INFO STEP 55 (remove_files) COMPLETE
85902024-09-06T06:37:02.992Z[ host-image] Sep 06 06:37:02.465 INFO O| Sep 06 06:37:02.465 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-09-06T06:37:02.992Z[ host-image] Sep 06 06:37:02.478 INFO O| Sep 06 06:37:02.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85922024-09-06T06:37:02.992Z[ host-image] Sep 06 06:37:02.478 INFO O| Sep 06 06:37:02.478 INFO STEP 56 (remove_files) COMPLETE
85932024-09-06T06:37:02.992Z[ host-image] Sep 06 06:37:02.478 INFO O| Sep 06 06:37:02.478 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-09-06T06:37:03.017Z[ host-image] Sep 06 06:37:02.491 INFO O| Sep 06 06:37:02.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85952024-09-06T06:37:03.017Z[ host-image] Sep 06 06:37:02.491 INFO O| Sep 06 06:37:02.491 INFO STEP 57 (remove_files) COMPLETE
85962024-09-06T06:37:03.017Z[ host-image] Sep 06 06:37:02.491 INFO O| Sep 06 06:37:02.491 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-09-06T06:37:03.017Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85982024-09-06T06:37:03.017Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85992024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86002024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86012024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86022024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86032024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO ok!
86042024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO STEP 58 (ensure_file) COMPLETE
86052024-09-06T06:37:03.018Z[ host-image] Sep 06 06:37:02.505 INFO O| Sep 06 06:37:02.505 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86072024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86082024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86092024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86102024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86112024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86122024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO ok!
86132024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO STEP 59 (ensure_file) COMPLETE
86142024-09-06T06:37:03.043Z[ host-image] Sep 06 06:37:02.519 INFO O| Sep 06 06:37:02.519 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-09-06T06:37:03.070Z[ host-image] Sep 06 06:37:02.539 INFO O| Sep 06 06:37:02.539 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86162024-09-06T06:37:03.070Z[ host-image] Sep 06 06:37:02.539 INFO O| Sep 06 06:37:02.539 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86172024-09-06T06:37:03.070Z[ host-image] Sep 06 06:37:02.539 INFO O| Sep 06 06:37:02.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86182024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.539 INFO O| Sep 06 06:37:02.539 INFO ok!
86192024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.539 INFO O| Sep 06 06:37:02.539 INFO STEP 60 (ensure_file) COMPLETE
86202024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.539 INFO O| Sep 06 06:37:02.539 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.557 INFO O| Sep 06 06:37:02.557 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86222024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.557 INFO O| Sep 06 06:37:02.557 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86232024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.558 INFO O| Sep 06 06:37:02.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86242024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.558 INFO O| Sep 06 06:37:02.558 INFO ok!
86252024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.558 INFO O| Sep 06 06:37:02.558 INFO STEP 61 (ensure_file) COMPLETE
86262024-09-06T06:37:03.071Z[ host-image] Sep 06 06:37:02.558 INFO O| Sep 06 06:37:02.558 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86282024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86292024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86302024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86312024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 INFO ok!
86322024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 INFO STEP 62 (ensure_file) COMPLETE
86332024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.572 INFO O| Sep 06 06:37:02.572 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86352024-09-06T06:37:03.095Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86362024-09-06T06:37:03.096Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86372024-09-06T06:37:03.096Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86382024-09-06T06:37:03.096Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO ok!
86392024-09-06T06:37:03.096Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO STEP 63 (ensure_file) COMPLETE
86402024-09-06T06:37:03.096Z[ host-image] Sep 06 06:37:02.585 INFO O| Sep 06 06:37:02.585 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-09-06T06:37:03.120Z[ host-image] Sep 06 06:37:02.598 INFO O| Sep 06 06:37:02.598 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86422024-09-06T06:37:03.120Z[ host-image] Sep 06 06:37:02.599 INFO O| Sep 06 06:37:02.598 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86432024-09-06T06:37:03.120Z[ host-image] Sep 06 06:37:02.599 INFO O| Sep 06 06:37:02.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86442024-09-06T06:37:03.120Z[ host-image] Sep 06 06:37:02.599 INFO O| Sep 06 06:37:02.599 INFO ok!
86452024-09-06T06:37:03.120Z[ host-image] Sep 06 06:37:02.599 INFO O| Sep 06 06:37:02.599 INFO STEP 64 (assemble_files) COMPLETE
86462024-09-06T06:37:03.120Z[ host-image] Sep 06 06:37:02.599 INFO O| Sep 06 06:37:02.599 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86482024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86492024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86502024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86512024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO ok!
86522024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO STEP 65 (ensure_file) COMPLETE
86532024-09-06T06:37:03.121Z[ host-image] Sep 06 06:37:02.612 INFO O| Sep 06 06:37:02.612 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-09-06T06:37:03.145Z[ host-image] Sep 06 06:37:02.631 INFO O| Sep 06 06:37:02.631 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86552024-09-06T06:37:03.145Z[ host-image] Sep 06 06:37:02.631 INFO O| Sep 06 06:37:02.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86562024-09-06T06:37:03.145Z[ host-image] Sep 06 06:37:02.631 INFO O| Sep 06 06:37:02.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86572024-09-06T06:37:03.146Z[ host-image] Sep 06 06:37:02.631 INFO O| Sep 06 06:37:02.631 INFO STEP 66 (ensure_dir) COMPLETE
86582024-09-06T06:37:03.146Z[ host-image] Sep 06 06:37:02.631 INFO O| Sep 06 06:37:02.631 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.649 INFO O| Sep 06 06:37:02.649 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86602024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.649 INFO O| Sep 06 06:37:02.649 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 ...
86612024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.658 INFO O| Sep 06 06:37:02.658 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
86622024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.658 INFO O| Sep 06 06:37:02.658 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86632024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.658 INFO O| Sep 06 06:37:02.658 INFO ok!
86642024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.658 INFO O| Sep 06 06:37:02.658 INFO STEP 67 (ensure_file) COMPLETE
86652024-09-06T06:37:03.170Z[ host-image] Sep 06 06:37:02.658 INFO O| Sep 06 06:37:02.658 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.679 INFO O| Sep 06 06:37:02.679 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86672024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.679 INFO O| Sep 06 06:37:02.679 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 ...
86682024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.680 INFO O| Sep 06 06:37:02.680 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
86692024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.680 INFO O| Sep 06 06:37:02.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86702024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.680 INFO O| Sep 06 06:37:02.680 INFO ok!
86712024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.680 INFO O| Sep 06 06:37:02.680 INFO STEP 68 (ensure_file) COMPLETE
86722024-09-06T06:37:03.195Z[ host-image] Sep 06 06:37:02.680 INFO O| Sep 06 06:37:02.680 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-09-06T06:37:03.220Z[ host-image] Sep 06 06:37:02.701 INFO O| Sep 06 06:37:02.701 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86742024-09-06T06:37:03.220Z[ host-image] Sep 06 06:37:02.701 INFO O| Sep 06 06:37:02.701 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86752024-09-06T06:37:05.843Z[ host-image] Sep 06 06:37:05.337 INFO O| Sep 06 06:37:05.337 INFO STEP 69 (pack_tar) COMPLETE
86762024-09-06T06:37:05.843Z[ host-image] Sep 06 06:37:05.337 INFO O| Sep 06 06:37:05.337 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86772024-09-06T06:37:05.868Z[ host-image] Sep 06 06:37:05.337 INFO O| Sep 06 06:37:05.337 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86782024-09-06T06:37:05.962Z[ host-image] Sep 06 06:37:05.456 INFO O| Sep 06 06:37:05.456 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86792024-09-06T06:37:06.019Z[ host-image] Sep 06 06:37:05.513 INFO O| Sep 06 06:37:05.513 INFO completed processing gimlet/ramdisk-02-trim
86802024-09-06T06:37:06.044Z[ host-image] Sep 06 06:37:05.517 INFO image builder template: zfs...
86812024-09-06T06:37:06.044Z[ host-image] Sep 06 06:37:05.517 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/.tmpQVCLqT/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.293", "-n", "zfs"], pwd: None
86822024-09-06T06:37:06.068Z[ host-image] Sep 06 06:37:05.539 INFO O| Sep 06 06:37:05.539 INFO skip include "stress" because feature "stress" is not enabled
86832024-09-06T06:37:06.106Z[ host-image] Sep 06 06:37:05.600 INFO O| Sep 06 06:37:05.600 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86842024-09-06T06:37:06.130Z[ host-image] Sep 06 06:37:05.606 INFO O| Sep 06 06:37:05.606 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86852024-09-06T06:37:06.155Z[ host-image] Sep 06 06:37:05.643 INFO O| Sep 06 06:37:05.642 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86862024-09-06T06:37:06.181Z[ host-image] Sep 06 06:37:05.675 INFO O| Sep 06 06:37:05.675 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86872024-09-06T06:37:06.181Z[ host-image] Sep 06 06:37:05.675 INFO O| Sep 06 06:37:05.675 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86882024-09-06T06:37:06.206Z[ host-image] Sep 06 06:37:05.682 INFO O| Sep 06 06:37:05.682 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86892024-09-06T06:37:06.231Z[ host-image] Sep 06 06:37:05.715 INFO O| Sep 06 06:37:05.715 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86902024-09-06T06:37:06.256Z[ host-image] Sep 06 06:37:05.750 INFO O| Sep 06 06:37:05.750 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86912024-09-06T06:37:06.280Z[ host-image] Sep 06 06:37:05.765 INFO O| Sep 06 06:37:05.765 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86922024-09-06T06:37:06.280Z[ host-image] Sep 06 06:37:05.773 INFO O| Sep 06 06:37:05.772 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86932024-09-06T06:37:06.280Z[ host-image] Sep 06 06:37:05.773 INFO O| Sep 06 06:37:05.773 INFO no lofi found
86942024-09-06T06:37:06.281Z[ host-image] Sep 06 06:37:05.773 INFO O| Sep 06 06:37:05.773 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86952024-09-06T06:37:06.281Z[ host-image] Sep 06 06:37:05.773 INFO O| Sep 06 06:37:05.773 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86962024-09-06T06:37:06.318Z[ recovery-image] Sep 06 06:37:05.813 INFO E| Compiling clap_derive v4.5.13
86972024-09-06T06:37:08.511Z[ recovery-image] Sep 06 06:37:08.005 INFO E| Compiling clap v4.5.17
86982024-09-06T06:37:08.536Z[ host-image] Sep 06 06:37:08.012 INFO O| Sep 06 06:37:08.012 INFO lofi device = /dev/dsk/c3t1d0p0
86992024-09-06T06:37:08.536Z[ host-image] Sep 06 06:37:08.012 INFO O| Sep 06 06:37:08.012 INFO pool device = /dev/dsk/c3t1d0p0
87002024-09-06T06:37:08.536Z[ host-image] Sep 06 06:37:08.012 INFO O| Sep 06 06:37:08.012 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/c3t1d0p0"]
87012024-09-06T06:37:08.610Z[ recovery-image] Sep 06 06:37:08.105 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87022024-09-06T06:37:08.635Z[ host-image] Sep 06 06:37:08.124 INFO O| Sep 06 06:37:08.124 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87032024-09-06T06:37:08.635Z[ host-image] Sep 06 06:37:08.124 INFO O| Sep 06 06:37:08.124 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87042024-09-06T06:37:08.660Z[ host-image] Sep 06 06:37:08.155 INFO O| Sep 06 06:37:08.154 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87052024-09-06T06:37:08.737Z[ host-image] Sep 06 06:37:08.231 INFO O| Sep 06 06:37:08.231 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87062024-09-06T06:37:08.789Z[ host-image] Sep 06 06:37:08.283 INFO O| Sep 06 06:37:08.283 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87072024-09-06T06:37:08.817Z[ host-image] Sep 06 06:37:08.311 INFO O| Sep 06 06:37:08.311 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87082024-09-06T06:37:08.841Z[ host-image] Sep 06 06:37:08.331 INFO O| Sep 06 06:37:08.331 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87092024-09-06T06:37:08.897Z[ host-image] Sep 06 06:37:08.390 INFO O| Sep 06 06:37:08.390 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87102024-09-06T06:37:08.897Z[ host-image] Sep 06 06:37:08.391 INFO O| Sep 06 06:37:08.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87112024-09-06T06:37:08.921Z[ host-image] Sep 06 06:37:08.391 INFO O| Sep 06 06:37:08.391 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87122024-09-06T06:37:08.921Z[ host-image] Sep 06 06:37:08.403 INFO O| Sep 06 06:37:08.403 INFO boot environment UUID: 0d2fe364-5d7b-489f-b8f4-381e6599ca59
87132024-09-06T06:37:08.921Z[ host-image] Sep 06 06:37:08.403 INFO O| Sep 06 06:37:08.403 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0d2fe364-5d7b-489f-b8f4-381e6599ca59
87142024-09-06T06:37:08.946Z[ host-image] Sep 06 06:37:08.422 INFO O| Sep 06 06:37:08.422 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87152024-09-06T06:37:08.971Z[ host-image] Sep 06 06:37:08.442 INFO O| Sep 06 06:37:08.442 INFO STEP 0 (create_be) COMPLETE
87162024-09-06T06:37:08.971Z[ host-image] Sep 06 06:37:08.442 INFO O| Sep 06 06:37:08.442 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87172024-09-06T06:37:08.995Z[ host-image] Sep 06 06:37:08.466 INFO O| Sep 06 06:37:08.465 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87182024-09-06T06:37:10.201Z[ recovery-image] Sep 06 06:37:09.693 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
87192024-09-06T06:37:10.226Z[ recovery-image] Sep 06 06:37:09.704 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87202024-09-06T06:37:10.442Z[ recovery-image] Sep 06 06:37:09.935 INFO E| Updating crates.io index
87212024-09-06T06:37:10.605Z[ recovery-image] Sep 06 06:37:10.097 INFO E| Downloading crates ...
87222024-09-06T06:37:10.641Z[ recovery-image] Sep 06 06:37:10.134 INFO E| Downloaded seq-macro v0.3.5
87232024-09-06T06:37:10.666Z[ recovery-image] Sep 06 06:37:10.139 INFO E| Downloaded miniz_oxide v0.7.4
87242024-09-06T06:37:10.666Z[ recovery-image] Sep 06 06:37:10.144 INFO E| Downloaded cpio_reader v0.1.1
87252024-09-06T06:37:10.666Z[ recovery-image] Sep 06 06:37:10.149 INFO E| Downloaded raw-cpuid v10.7.0
87262024-09-06T06:37:10.666Z[ recovery-image] Sep 06 06:37:10.151 INFO E| Downloaded bit_field v0.10.2
87272024-09-06T06:37:10.692Z[ recovery-image] Sep 06 06:37:10.168 INFO E| Downloaded x86 v0.52.0
87282024-09-06T06:37:10.755Z[ recovery-image] Sep 06 06:37:10.249 INFO E| Updating crates.io index
87292024-09-06T06:37:10.798Z[ recovery-image] Sep 06 06:37:10.292 INFO E| Downloading crates ...
87302024-09-06T06:37:10.839Z[ recovery-image] Sep 06 06:37:10.333 INFO E| Downloaded compiler_builtins v0.1.123
87312024-09-06T06:37:10.946Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling compiler_builtins v0.1.123
87322024-09-06T06:37:10.946Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87332024-09-06T06:37:10.970Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling proc-macro2 v1.0.86
87342024-09-06T06:37:10.971Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling unicode-ident v1.0.12
87352024-09-06T06:37:10.971Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling syn v1.0.109
87362024-09-06T06:37:10.971Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling x86 v0.52.0
87372024-09-06T06:37:10.971Z[ recovery-image] Sep 06 06:37:10.440 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87382024-09-06T06:37:10.971Z[ recovery-image] Sep 06 06:37:10.441 INFO E| Compiling seq-macro v0.3.5
87392024-09-06T06:37:13.172Z[ recovery-image] Sep 06 06:37:12.661 INFO E| Compiling quote v1.0.37
87402024-09-06T06:37:13.646Z[ recovery-image] Sep 06 06:37:13.140 INFO E| Compiling syn v2.0.77
87412024-09-06T06:37:18.205Z[ recovery-image] Sep 06 06:37:17.699 INFO E| Compiling scroll_derive v0.12.0
87422024-09-06T06:37:21.875Z[ recovery-image] Sep 06 06:37:21.365 INFO E| Compiling bitstruct_derive v0.1.0
87432024-09-06T06:37:32.765Z[ host-image] Sep 06 06:37:32.259 INFO O| Sep 06 06:37:32.259 INFO STEP 1 (unpack_tar) COMPLETE
87442024-09-06T06:37:32.791Z[ host-image] Sep 06 06:37:32.259 INFO O| Sep 06 06:37:32.259 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452024-09-06T06:37:32.791Z[ host-image] Sep 06 06:37:32.276 INFO O| Sep 06 06:37:32.276 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87462024-09-06T06:37:33.205Z[ host-image] Sep 06 06:37:32.699 INFO O| Sep 06 06:37:32.699 INFO STEP 2 (devfsadm) COMPLETE
87472024-09-06T06:37:33.205Z[ host-image] Sep 06 06:37:32.699 INFO O| Sep 06 06:37:32.699 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482024-09-06T06:37:33.229Z[ host-image] Sep 06 06:37:32.719 INFO O| Sep 06 06:37:32.719 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87492024-09-06T06:37:33.230Z[ host-image] Sep 06 06:37:32.719 INFO O| Sep 06 06:37:32.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87502024-09-06T06:37:33.230Z[ host-image] Sep 06 06:37:32.720 INFO O| Sep 06 06:37:32.719 INFO STEP 3 (ensure_dir) COMPLETE
87512024-09-06T06:37:33.230Z[ host-image] Sep 06 06:37:32.720 INFO O| Sep 06 06:37:32.719 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522024-09-06T06:37:33.254Z[ host-image] Sep 06 06:37:32.735 INFO O| Sep 06 06:37:32.735 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87532024-09-06T06:37:33.254Z[ host-image] Sep 06 06:37:32.735 INFO O| Sep 06 06:37:32.735 INFO STEP 4 (ensure_dir) COMPLETE
87542024-09-06T06:37:33.254Z[ host-image] Sep 06 06:37:32.735 INFO O| Sep 06 06:37:32.735 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87552024-09-06T06:37:33.279Z[ host-image] Sep 06 06:37:32.756 INFO O| Sep 06 06:37:32.756 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87562024-09-06T06:37:33.279Z[ host-image] Sep 06 06:37:32.756 INFO O| Sep 06 06:37:32.756 INFO STEP 5 (ensure_dir) COMPLETE
87572024-09-06T06:37:33.279Z[ host-image] Sep 06 06:37:32.756 INFO O| Sep 06 06:37:32.756 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.773 INFO O| Sep 06 06:37:32.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87592024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.773 INFO O| Sep 06 06:37:32.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87602024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.773 INFO O| Sep 06 06:37:32.773 INFO STEP 6 (ensure_dir) COMPLETE
87612024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.774 INFO O| Sep 06 06:37:32.773 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.788 INFO O| Sep 06 06:37:32.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87632024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.788 INFO O| Sep 06 06:37:32.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87642024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.788 INFO O| Sep 06 06:37:32.788 INFO STEP 7 (ensure_dir) COMPLETE
87652024-09-06T06:37:33.304Z[ host-image] Sep 06 06:37:32.788 INFO O| Sep 06 06:37:32.788 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662024-09-06T06:37:33.329Z[ host-image] Sep 06 06:37:32.802 INFO O| Sep 06 06:37:32.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87672024-09-06T06:37:33.329Z[ host-image] Sep 06 06:37:32.802 INFO O| Sep 06 06:37:32.802 INFO STEP 8 (remove_files) COMPLETE
87682024-09-06T06:37:33.329Z[ host-image] Sep 06 06:37:32.802 INFO O| Sep 06 06:37:32.802 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692024-09-06T06:37:33.329Z[ host-image] Sep 06 06:37:32.816 INFO O| Sep 06 06:37:32.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87702024-09-06T06:37:33.329Z[ host-image] Sep 06 06:37:32.817 INFO O| Sep 06 06:37:32.817 INFO STEP 9 (remove_files) COMPLETE
87712024-09-06T06:37:33.329Z[ host-image] Sep 06 06:37:32.818 INFO O| Sep 06 06:37:32.817 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722024-09-06T06:37:33.354Z[ host-image] Sep 06 06:37:32.830 INFO O| Sep 06 06:37:32.830 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87732024-09-06T06:37:33.354Z[ host-image] Sep 06 06:37:32.832 INFO O| Sep 06 06:37:32.832 INFO STEP 10 (remove_files) COMPLETE
87742024-09-06T06:37:33.354Z[ host-image] Sep 06 06:37:32.832 INFO O| Sep 06 06:37:32.832 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752024-09-06T06:37:33.354Z[ host-image] Sep 06 06:37:32.845 INFO O| Sep 06 06:37:32.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87762024-09-06T06:37:33.354Z[ host-image] Sep 06 06:37:32.845 INFO O| Sep 06 06:37:32.845 INFO STEP 11 (remove_files) COMPLETE
87772024-09-06T06:37:33.354Z[ host-image] Sep 06 06:37:32.845 INFO O| Sep 06 06:37:32.845 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782024-09-06T06:37:33.378Z[ host-image] Sep 06 06:37:32.858 INFO O| Sep 06 06:37:32.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87792024-09-06T06:37:33.378Z[ host-image] Sep 06 06:37:32.858 INFO O| Sep 06 06:37:32.858 INFO STEP 12 (remove_files) COMPLETE
87802024-09-06T06:37:33.378Z[ host-image] Sep 06 06:37:32.858 INFO O| Sep 06 06:37:32.858 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812024-09-06T06:37:33.378Z[ host-image] Sep 06 06:37:32.872 INFO O| Sep 06 06:37:32.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87822024-09-06T06:37:33.378Z[ host-image] Sep 06 06:37:32.872 INFO O| Sep 06 06:37:32.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87832024-09-06T06:37:33.379Z[ host-image] Sep 06 06:37:32.872 INFO O| Sep 06 06:37:32.872 INFO STEP 13 (ensure_dir) COMPLETE
87842024-09-06T06:37:33.379Z[ host-image] Sep 06 06:37:32.872 INFO O| Sep 06 06:37:32.872 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852024-09-06T06:37:33.403Z[ host-image] Sep 06 06:37:32.885 INFO O| Sep 06 06:37:32.885 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87862024-09-06T06:37:33.403Z[ host-image] Sep 06 06:37:32.885 INFO O| Sep 06 06:37:32.885 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87872024-09-06T06:37:33.403Z[ host-image] Sep 06 06:37:32.886 INFO O| Sep 06 06:37:32.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87882024-09-06T06:37:33.403Z[ host-image] Sep 06 06:37:32.886 INFO O| Sep 06 06:37:32.886 INFO STEP 14 (ensure_dir) COMPLETE
87892024-09-06T06:37:33.403Z[ host-image] Sep 06 06:37:32.886 INFO O| Sep 06 06:37:32.886 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902024-09-06T06:37:33.428Z[ host-image] Sep 06 06:37:32.899 INFO O| Sep 06 06:37:32.898 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87912024-09-06T06:37:33.428Z[ host-image] Sep 06 06:37:32.899 INFO O| Sep 06 06:37:32.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87922024-09-06T06:37:33.428Z[ host-image] Sep 06 06:37:32.899 INFO O| Sep 06 06:37:32.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87932024-09-06T06:37:33.428Z[ host-image] Sep 06 06:37:32.899 INFO O| Sep 06 06:37:32.899 INFO STEP 15 (ensure_dir) COMPLETE
87942024-09-06T06:37:33.428Z[ host-image] Sep 06 06:37:32.899 INFO O| Sep 06 06:37:32.899 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952024-09-06T06:37:33.428Z[ host-image] Sep 06 06:37:32.912 INFO O| Sep 06 06:37:32.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87962024-09-06T06:37:33.429Z[ host-image] Sep 06 06:37:32.912 INFO O| Sep 06 06:37:32.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87972024-09-06T06:37:33.429Z[ host-image] Sep 06 06:37:32.912 INFO O| Sep 06 06:37:32.912 INFO STEP 16 (ensure_dir) COMPLETE
87982024-09-06T06:37:33.429Z[ host-image] Sep 06 06:37:32.912 INFO O| Sep 06 06:37:32.912 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.927 INFO O| Sep 06 06:37:32.927 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88002024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.927 INFO O| Sep 06 06:37:32.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88012024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.927 INFO O| Sep 06 06:37:32.927 INFO STEP 17 (ensure_dir) COMPLETE
88022024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.927 INFO O| Sep 06 06:37:32.927 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.940 INFO O| Sep 06 06:37:32.940 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88042024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.940 INFO O| Sep 06 06:37:32.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88052024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.940 INFO O| Sep 06 06:37:32.940 INFO ok!
88062024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.940 INFO O| Sep 06 06:37:32.940 INFO STEP 18 (ensure_symlink) COMPLETE
88072024-09-06T06:37:33.453Z[ host-image] Sep 06 06:37:32.940 INFO O| Sep 06 06:37:32.940 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.954 INFO O| Sep 06 06:37:32.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88092024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.954 INFO O| Sep 06 06:37:32.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88102024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.954 INFO O| Sep 06 06:37:32.954 INFO ok!
88112024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.954 INFO O| Sep 06 06:37:32.954 INFO STEP 19 (ensure_file) COMPLETE
88122024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.954 INFO O| Sep 06 06:37:32.954 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88132024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.971 INFO O| Sep 06 06:37:32.971 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88142024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.971 INFO O| Sep 06 06:37:32.971 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88152024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.972 INFO O| Sep 06 06:37:32.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88162024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.972 INFO O| Sep 06 06:37:32.972 INFO ok!
88172024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.972 INFO O| Sep 06 06:37:32.972 INFO STEP 20 (ensure_symlink) COMPLETE
88182024-09-06T06:37:33.478Z[ host-image] Sep 06 06:37:32.972 INFO O| Sep 06 06:37:32.972 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88192024-09-06T06:37:33.503Z[ host-image] Sep 06 06:37:32.988 INFO O| Sep 06 06:37:32.988 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88202024-09-06T06:37:33.503Z[ host-image] Sep 06 06:37:32.988 INFO O| Sep 06 06:37:32.988 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88212024-09-06T06:37:33.503Z[ host-image] Sep 06 06:37:32.988 INFO O| Sep 06 06:37:32.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88222024-09-06T06:37:33.503Z[ host-image] Sep 06 06:37:32.988 INFO O| Sep 06 06:37:32.988 INFO ok!
88232024-09-06T06:37:33.503Z[ host-image] Sep 06 06:37:32.988 INFO O| Sep 06 06:37:32.988 INFO STEP 21 (ensure_symlink) COMPLETE
88242024-09-06T06:37:33.503Z[ host-image] Sep 06 06:37:32.988 INFO O| Sep 06 06:37:32.988 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88252024-09-06T06:37:33.527Z[ host-image] Sep 06 06:37:33.003 INFO O| Sep 06 06:37:33.003 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88262024-09-06T06:37:33.528Z[ host-image] Sep 06 06:37:33.003 INFO O| Sep 06 06:37:33.003 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88272024-09-06T06:37:33.528Z[ host-image] Sep 06 06:37:33.003 INFO O| Sep 06 06:37:33.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88282024-09-06T06:37:33.528Z[ host-image] Sep 06 06:37:33.003 INFO O| Sep 06 06:37:33.003 INFO ok!
88292024-09-06T06:37:33.528Z[ host-image] Sep 06 06:37:33.003 INFO O| Sep 06 06:37:33.003 INFO STEP 22 (ensure_symlink) COMPLETE
88302024-09-06T06:37:33.528Z[ host-image] Sep 06 06:37:33.003 INFO O| Sep 06 06:37:33.003 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88312024-09-06T06:37:33.552Z[ host-image] Sep 06 06:37:33.026 INFO O| Sep 06 06:37:33.026 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88322024-09-06T06:37:33.552Z[ host-image] Sep 06 06:37:33.026 INFO O| Sep 06 06:37:33.026 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88332024-09-06T06:37:33.552Z[ host-image] Sep 06 06:37:33.026 INFO O| Sep 06 06:37:33.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88342024-09-06T06:37:33.552Z[ host-image] Sep 06 06:37:33.026 INFO O| Sep 06 06:37:33.026 INFO ok!
88352024-09-06T06:37:33.552Z[ host-image] Sep 06 06:37:33.026 INFO O| Sep 06 06:37:33.026 INFO STEP 23 (ensure_symlink) COMPLETE
88362024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.026 INFO O| Sep 06 06:37:33.026 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88372024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.043 INFO O| Sep 06 06:37:33.043 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88382024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.043 INFO O| Sep 06 06:37:33.043 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88392024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.043 INFO O| Sep 06 06:37:33.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88402024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.043 INFO O| Sep 06 06:37:33.043 INFO ok!
88412024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.043 INFO O| Sep 06 06:37:33.043 INFO STEP 24 (ensure_file) COMPLETE
88422024-09-06T06:37:33.553Z[ host-image] Sep 06 06:37:33.043 INFO O| Sep 06 06:37:33.043 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432024-09-06T06:37:33.577Z[ host-image] Sep 06 06:37:33.058 INFO O| Sep 06 06:37:33.058 INFO updating shadow file
88442024-09-06T06:37:33.577Z[ host-image] Sep 06 06:37:33.058 INFO O| Sep 06 06:37:33.058 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88452024-09-06T06:37:33.577Z[ host-image] Sep 06 06:37:33.058 INFO O| Sep 06 06:37:33.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88462024-09-06T06:37:33.577Z[ host-image] Sep 06 06:37:33.059 INFO O| Sep 06 06:37:33.058 INFO STEP 25 (shadow) COMPLETE
88472024-09-06T06:37:33.577Z[ host-image] Sep 06 06:37:33.059 INFO O| Sep 06 06:37:33.059 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.073 INFO O| Sep 06 06:37:33.073 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88492024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.073 INFO O| Sep 06 06:37:33.073 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88502024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.074 INFO O| Sep 06 06:37:33.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88512024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.074 INFO O| Sep 06 06:37:33.074 INFO ok!
88522024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.074 INFO O| Sep 06 06:37:33.074 INFO STEP 26 (ensure_file) COMPLETE
88532024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.074 INFO O| Sep 06 06:37:33.074 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.088 INFO O| Sep 06 06:37:33.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88552024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.088 INFO O| Sep 06 06:37:33.088 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88562024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.088 INFO O| Sep 06 06:37:33.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88572024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.088 INFO O| Sep 06 06:37:33.088 INFO ok!
88582024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.088 INFO O| Sep 06 06:37:33.088 INFO STEP 27 (ensure_file) COMPLETE
88592024-09-06T06:37:33.602Z[ host-image] Sep 06 06:37:33.088 INFO O| Sep 06 06:37:33.088 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88602024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.107 INFO O| Sep 06 06:37:33.107 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88612024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.107 INFO O| Sep 06 06:37:33.107 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88622024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.108 INFO O| Sep 06 06:37:33.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88632024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.108 INFO O| Sep 06 06:37:33.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88642024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.108 INFO O| Sep 06 06:37:33.108 INFO ok!
88652024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.108 INFO O| Sep 06 06:37:33.108 INFO STEP 28 (ensure_file) COMPLETE
88662024-09-06T06:37:33.627Z[ host-image] Sep 06 06:37:33.108 INFO O| Sep 06 06:37:33.108 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672024-09-06T06:37:33.651Z[ host-image] Sep 06 06:37:33.122 INFO O| Sep 06 06:37:33.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88682024-09-06T06:37:33.651Z[ host-image] Sep 06 06:37:33.122 INFO O| Sep 06 06:37:33.122 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88692024-09-06T06:37:33.652Z[ host-image] Sep 06 06:37:33.122 INFO O| Sep 06 06:37:33.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88702024-09-06T06:37:33.652Z[ host-image] Sep 06 06:37:33.122 INFO O| Sep 06 06:37:33.122 INFO ok!
88712024-09-06T06:37:33.652Z[ host-image] Sep 06 06:37:33.122 INFO O| Sep 06 06:37:33.122 INFO STEP 29 (ensure_file) COMPLETE
88722024-09-06T06:37:33.652Z[ host-image] Sep 06 06:37:33.122 INFO O| Sep 06 06:37:33.122 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88732024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.146 INFO O| Sep 06 06:37:33.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88742024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.146 INFO O| Sep 06 06:37:33.146 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88752024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.146 INFO O| Sep 06 06:37:33.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88762024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.146 INFO O| Sep 06 06:37:33.146 INFO ok!
88772024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.146 INFO O| Sep 06 06:37:33.146 INFO STEP 30 (ensure_file) COMPLETE
88782024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.147 INFO O| Sep 06 06:37:33.146 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88792024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.160 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88802024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.161 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88812024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88822024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88832024-09-06T06:37:33.676Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.161 INFO ok!
88842024-09-06T06:37:33.677Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.161 INFO STEP 31 (ensure_file) COMPLETE
88852024-09-06T06:37:33.677Z[ host-image] Sep 06 06:37:33.161 INFO O| Sep 06 06:37:33.161 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88862024-09-06T06:37:33.701Z[ host-image] Sep 06 06:37:33.177 INFO O| Sep 06 06:37:33.177 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88872024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.177 INFO O| Sep 06 06:37:33.177 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88882024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.178 INFO O| Sep 06 06:37:33.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88892024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.178 INFO O| Sep 06 06:37:33.178 INFO ok!
88902024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.178 INFO O| Sep 06 06:37:33.178 INFO STEP 32 (ensure_file) COMPLETE
88912024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.178 INFO O| Sep 06 06:37:33.178 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88922024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.190 INFO O| Sep 06 06:37:33.190 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88932024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.190 INFO O| Sep 06 06:37:33.190 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88942024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.191 INFO O| Sep 06 06:37:33.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88952024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.191 INFO O| Sep 06 06:37:33.191 INFO ok!
88962024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.191 INFO O| Sep 06 06:37:33.191 INFO STEP 33 (ensure_file) COMPLETE
88972024-09-06T06:37:33.702Z[ host-image] Sep 06 06:37:33.191 INFO O| Sep 06 06:37:33.191 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88982024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.204 INFO O| Sep 06 06:37:33.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88992024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.204 INFO O| Sep 06 06:37:33.204 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89002024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.204 INFO O| Sep 06 06:37:33.204 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89012024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.204 INFO O| Sep 06 06:37:33.204 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89022024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.204 INFO O| Sep 06 06:37:33.204 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89032024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.205 INFO O| Sep 06 06:37:33.204 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89042024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.205 INFO O| Sep 06 06:37:33.204 INFO ok!
89052024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.205 INFO O| Sep 06 06:37:33.205 INFO STEP 34 (ensure_file) COMPLETE
89062024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.205 INFO O| Sep 06 06:37:33.205 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89072024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.218 INFO O| Sep 06 06:37:33.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89082024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.218 INFO O| Sep 06 06:37:33.218 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89092024-09-06T06:37:33.727Z[ host-image] Sep 06 06:37:33.218 INFO O| Sep 06 06:37:33.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89102024-09-06T06:37:33.728Z[ host-image] Sep 06 06:37:33.218 INFO O| Sep 06 06:37:33.218 INFO STEP 35 (ensure_dir) COMPLETE
89112024-09-06T06:37:33.728Z[ host-image] Sep 06 06:37:33.218 INFO O| Sep 06 06:37:33.218 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89122024-09-06T06:37:33.752Z[ host-image] Sep 06 06:37:33.231 INFO O| Sep 06 06:37:33.231 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
89132024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.231 INFO O| Sep 06 06:37:33.231 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 ...
89142024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 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
89152024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 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
89162024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 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
89172024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 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
89182024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 INFO ok!
89192024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 INFO STEP 36 (ensure_file) COMPLETE
89202024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.232 INFO O| Sep 06 06:37:33.232 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89212024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.245 INFO O| Sep 06 06:37:33.245 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89222024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.245 INFO O| Sep 06 06:37:33.245 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 ...
89232024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.245 INFO O| Sep 06 06:37:33.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89242024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.245 INFO O| Sep 06 06:37:33.245 INFO ok!
89252024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.245 INFO O| Sep 06 06:37:33.245 INFO STEP 37 (ensure_symlink) COMPLETE
89262024-09-06T06:37:33.753Z[ host-image] Sep 06 06:37:33.245 INFO O| Sep 06 06:37:33.245 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89272024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89282024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89292024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89302024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89312024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89322024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89332024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO ok!
89342024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO STEP 38 (ensure_file) COMPLETE
89352024-09-06T06:37:33.778Z[ host-image] Sep 06 06:37:33.259 INFO O| Sep 06 06:37:33.259 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89362024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89372024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 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 ...
89382024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 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
89392024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89402024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 INFO ok!
89412024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 INFO STEP 39 (ensure_file) COMPLETE
89422024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.278 INFO O| Sep 06 06:37:33.278 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89432024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.292 INFO O| Sep 06 06:37:33.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89442024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.292 INFO O| Sep 06 06:37:33.292 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89452024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.292 INFO O| Sep 06 06:37:33.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89462024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.292 INFO O| Sep 06 06:37:33.292 INFO ok!
89472024-09-06T06:37:33.802Z[ host-image] Sep 06 06:37:33.292 INFO O| Sep 06 06:37:33.292 INFO STEP 40 (ensure_file) COMPLETE
89482024-09-06T06:37:33.803Z[ host-image] Sep 06 06:37:33.292 INFO O| Sep 06 06:37:33.292 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89492024-09-06T06:37:33.827Z[ host-image] Sep 06 06:37:33.305 INFO O| Sep 06 06:37:33.305 INFO updating shadow file
89502024-09-06T06:37:33.827Z[ host-image] Sep 06 06:37:33.306 INFO O| Sep 06 06:37:33.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89512024-09-06T06:37:33.827Z[ host-image] Sep 06 06:37:33.306 INFO O| Sep 06 06:37:33.306 INFO STEP 41 (shadow) COMPLETE
89522024-09-06T06:37:33.827Z[ host-image] Sep 06 06:37:33.306 INFO O| Sep 06 06:37:33.306 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89532024-09-06T06:37:33.827Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.319 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89542024-09-06T06:37:33.827Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89552024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89562024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89572024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO ok!
89582024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO STEP 42 (ensure_file) COMPLETE
89592024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89602024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO skip step because feature "mfg" is not enabled
89612024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89622024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO skip step because feature "mfg" is not enabled
89632024-09-06T06:37:33.828Z[ host-image] Sep 06 06:37:33.320 INFO O| Sep 06 06:37:33.320 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89642024-09-06T06:37:33.852Z[ host-image] Sep 06 06:37:33.334 INFO O| Sep 06 06:37:33.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89652024-09-06T06:37:33.852Z[ host-image] Sep 06 06:37:33.334 INFO O| Sep 06 06:37:33.334 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89662024-09-06T06:37:34.584Z[ host-image] Sep 06 06:37:34.078 INFO O| Sep 06 06:37:34.078 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89672024-09-06T06:37:34.584Z[ host-image] Sep 06 06:37:34.078 INFO O| Sep 06 06:37:34.078 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89682024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.078 INFO O| Sep 06 06:37:34.078 INFO ok!
89692024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.078 INFO O| Sep 06 06:37:34.078 INFO STEP 45 (ensure_file) COMPLETE
89702024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.078 INFO O| Sep 06 06:37:34.078 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89712024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.095 INFO O| Sep 06 06:37:34.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89722024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.095 INFO O| Sep 06 06:37:34.095 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89732024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.095 INFO O| Sep 06 06:37:34.095 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89742024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.096 INFO O| Sep 06 06:37:34.095 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89752024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.096 INFO O| Sep 06 06:37:34.096 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89762024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.096 INFO O| Sep 06 06:37:34.096 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89772024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.096 INFO O| Sep 06 06:37:34.096 INFO ok!
89782024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.096 INFO O| Sep 06 06:37:34.096 INFO STEP 46 (ensure_file) COMPLETE
89792024-09-06T06:37:34.609Z[ host-image] Sep 06 06:37:34.096 INFO O| Sep 06 06:37:34.096 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89802024-09-06T06:37:34.634Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89812024-09-06T06:37:34.634Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 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 ...
89822024-09-06T06:37:34.634Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 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
89832024-09-06T06:37:34.634Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89842024-09-06T06:37:34.634Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 INFO ok!
89852024-09-06T06:37:34.634Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 INFO STEP 47 (ensure_file) COMPLETE
89862024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.110 INFO O| Sep 06 06:37:34.110 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89872024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89882024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89892024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89902024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89912024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89922024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89932024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO ok!
89942024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO STEP 48 (ensure_file) COMPLETE
89952024-09-06T06:37:34.635Z[ host-image] Sep 06 06:37:34.124 INFO O| Sep 06 06:37:34.124 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89962024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.137 INFO O| Sep 06 06:37:34.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89972024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.138 INFO O| Sep 06 06:37:34.137 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 ...
89982024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.138 INFO O| Sep 06 06:37:34.138 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
89992024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.138 INFO O| Sep 06 06:37:34.138 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90002024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.138 INFO O| Sep 06 06:37:34.138 INFO ok!
90012024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.138 INFO O| Sep 06 06:37:34.138 INFO STEP 49 (ensure_file) COMPLETE
90022024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.138 INFO O| Sep 06 06:37:34.138 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90032024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.151 INFO O| Sep 06 06:37:34.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90042024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.151 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90052024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90062024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90072024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90082024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90092024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO ok!
90102024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO STEP 50 (ensure_file) COMPLETE
90112024-09-06T06:37:34.660Z[ host-image] Sep 06 06:37:34.152 INFO O| Sep 06 06:37:34.152 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90122024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.165 INFO O| Sep 06 06:37:34.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90132024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.165 INFO O| Sep 06 06:37:34.165 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 ...
90142024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.165 INFO O| Sep 06 06:37:34.165 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
90152024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.165 INFO O| Sep 06 06:37:34.165 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90162024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.165 INFO O| Sep 06 06:37:34.165 INFO ok!
90172024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.166 INFO O| Sep 06 06:37:34.165 INFO STEP 51 (ensure_file) COMPLETE
90182024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.166 INFO O| Sep 06 06:37:34.166 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90192024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90202024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 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 ...
90212024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 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
90222024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90232024-09-06T06:37:34.685Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 INFO ok!
90242024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 INFO STEP 52 (ensure_file) COMPLETE
90252024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.179 INFO O| Sep 06 06:37:34.179 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90262024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90272024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 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 ...
90282024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 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
90292024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90302024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 INFO ok!
90312024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 INFO STEP 53 (ensure_file) COMPLETE
90322024-09-06T06:37:34.710Z[ host-image] Sep 06 06:37:34.197 INFO O| Sep 06 06:37:34.197 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.211 INFO O| Sep 06 06:37:34.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90342024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.211 INFO O| Sep 06 06:37:34.211 INFO STEP 54 (ensure_dir) COMPLETE
90352024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.211 INFO O| Sep 06 06:37:34.211 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.223 INFO O| Sep 06 06:37:34.223 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90372024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.224 INFO O| Sep 06 06:37:34.223 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90382024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.224 INFO O| Sep 06 06:37:34.223 INFO STEP 55 (ensure_dir) COMPLETE
90392024-09-06T06:37:34.735Z[ host-image] Sep 06 06:37:34.224 INFO O| Sep 06 06:37:34.223 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-09-06T06:37:34.760Z[ host-image] Sep 06 06:37:34.236 INFO O| Sep 06 06:37:34.236 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90412024-09-06T06:37:34.760Z[ host-image] Sep 06 06:37:34.236 INFO O| Sep 06 06:37:34.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90422024-09-06T06:37:34.760Z[ host-image] Sep 06 06:37:34.236 INFO O| Sep 06 06:37:34.236 INFO STEP 56 (ensure_dir) COMPLETE
90432024-09-06T06:37:34.760Z[ host-image] Sep 06 06:37:34.236 INFO O| Sep 06 06:37:34.236 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90442024-09-06T06:37:34.760Z[ host-image] Sep 06 06:37:34.250 INFO O| Sep 06 06:37:34.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90452024-09-06T06:37:34.760Z[ host-image] Sep 06 06:37:34.250 INFO O| Sep 06 06:37:34.250 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90462024-09-06T06:37:34.785Z[ host-image] Sep 06 06:37:34.268 INFO O| Sep 06 06:37:34.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90472024-09-06T06:37:34.785Z[ host-image] Sep 06 06:37:34.268 INFO O| Sep 06 06:37:34.268 INFO ok!
90482024-09-06T06:37:34.785Z[ host-image] Sep 06 06:37:34.268 INFO O| Sep 06 06:37:34.268 INFO STEP 57 (ensure_file) COMPLETE
90492024-09-06T06:37:34.785Z[ host-image] Sep 06 06:37:34.268 INFO O| Sep 06 06:37:34.268 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90502024-09-06T06:37:34.810Z[ host-image] Sep 06 06:37:34.286 INFO O| Sep 06 06:37:34.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90512024-09-06T06:37:34.810Z[ host-image] Sep 06 06:37:34.286 INFO O| Sep 06 06:37:34.286 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90522024-09-06T06:37:36.009Z[ host-image] Sep 06 06:37:35.503 INFO O| Sep 06 06:37:35.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90532024-09-06T06:37:36.009Z[ host-image] Sep 06 06:37:35.503 INFO O| Sep 06 06:37:35.503 INFO ok!
90542024-09-06T06:37:36.033Z[ host-image] Sep 06 06:37:35.503 INFO O| Sep 06 06:37:35.503 INFO STEP 58 (ensure_file) COMPLETE
90552024-09-06T06:37:36.033Z[ host-image] Sep 06 06:37:35.503 INFO O| Sep 06 06:37:35.503 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90562024-09-06T06:37:36.033Z[ host-image] Sep 06 06:37:35.523 INFO O| Sep 06 06:37:35.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90572024-09-06T06:37:36.033Z[ host-image] Sep 06 06:37:35.523 INFO O| Sep 06 06:37:35.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90582024-09-06T06:37:36.033Z[ host-image] Sep 06 06:37:35.523 INFO O| Sep 06 06:37:35.523 INFO STEP 59 (ensure_dir) COMPLETE
90592024-09-06T06:37:36.034Z[ host-image] Sep 06 06:37:35.523 INFO O| Sep 06 06:37:35.523 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90602024-09-06T06:37:36.058Z[ host-image] Sep 06 06:37:35.539 INFO O| Sep 06 06:37:35.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90612024-09-06T06:37:36.058Z[ host-image] Sep 06 06:37:35.539 INFO O| Sep 06 06:37:35.539 INFO copying /tmp/.tmpQVCLqT/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 ...
90622024-09-06T06:37:36.058Z[ host-image] Sep 06 06:37:35.539 INFO O| Sep 06 06:37:35.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90632024-09-06T06:37:36.058Z[ host-image] Sep 06 06:37:35.539 INFO O| Sep 06 06:37:35.539 INFO ok!
90642024-09-06T06:37:36.058Z[ host-image] Sep 06 06:37:35.539 INFO O| Sep 06 06:37:35.539 INFO STEP 60 (ensure_file) COMPLETE
90652024-09-06T06:37:36.058Z[ host-image] Sep 06 06:37:35.539 INFO O| Sep 06 06:37:35.539 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-09-06T06:37:36.059Z[ host-image] Sep 06 06:37:35.553 INFO O| Sep 06 06:37:35.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90672024-09-06T06:37:36.059Z[ host-image] Sep 06 06:37:35.553 INFO O| Sep 06 06:37:35.552 INFO copying /tmp/.tmpQVCLqT/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 ...
90682024-09-06T06:37:36.059Z[ host-image] Sep 06 06:37:35.553 INFO O| Sep 06 06:37:35.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90692024-09-06T06:37:36.059Z[ host-image] Sep 06 06:37:35.553 INFO O| Sep 06 06:37:35.553 INFO ok!
90702024-09-06T06:37:36.083Z[ host-image] Sep 06 06:37:35.553 INFO O| Sep 06 06:37:35.553 INFO STEP 61 (ensure_file) COMPLETE
90712024-09-06T06:37:36.083Z[ host-image] Sep 06 06:37:35.553 INFO O| Sep 06 06:37:35.553 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-09-06T06:37:36.083Z[ host-image] Sep 06 06:37:35.569 INFO O| Sep 06 06:37:35.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90732024-09-06T06:37:36.083Z[ host-image] Sep 06 06:37:35.570 INFO O| Sep 06 06:37:35.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90742024-09-06T06:37:36.083Z[ host-image] Sep 06 06:37:35.570 INFO O| Sep 06 06:37:35.570 INFO STEP 62 (ensure_dir) COMPLETE
90752024-09-06T06:37:36.083Z[ host-image] Sep 06 06:37:35.570 INFO O| Sep 06 06:37:35.570 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90762024-09-06T06:37:36.108Z[ host-image] Sep 06 06:37:35.586 INFO O| Sep 06 06:37:35.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90772024-09-06T06:37:36.108Z[ host-image] Sep 06 06:37:35.586 INFO O| Sep 06 06:37:35.586 INFO copying /tmp/.tmpQVCLqT/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 ...
90782024-09-06T06:37:36.108Z[ host-image] Sep 06 06:37:35.586 INFO O| Sep 06 06:37:35.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90792024-09-06T06:37:36.108Z[ host-image] Sep 06 06:37:35.586 INFO O| Sep 06 06:37:35.586 INFO ok!
90802024-09-06T06:37:36.108Z[ host-image] Sep 06 06:37:35.586 INFO O| Sep 06 06:37:35.586 INFO STEP 63 (ensure_file) COMPLETE
90812024-09-06T06:37:36.108Z[ host-image] Sep 06 06:37:35.586 INFO O| Sep 06 06:37:35.586 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90822024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.604 INFO O| Sep 06 06:37:35.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90832024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.604 INFO O| Sep 06 06:37:35.604 INFO copying /tmp/.tmpQVCLqT/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 ...
90842024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.604 INFO O| Sep 06 06:37:35.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90852024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.604 INFO O| Sep 06 06:37:35.604 INFO ok!
90862024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.604 INFO O| Sep 06 06:37:35.604 INFO STEP 64 (ensure_file) COMPLETE
90872024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.604 INFO O| Sep 06 06:37:35.604 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90882024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.620 INFO O| Sep 06 06:37:35.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90892024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.620 INFO O| Sep 06 06:37:35.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90902024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.620 INFO O| Sep 06 06:37:35.620 INFO STEP 65 (ensure_dir) COMPLETE
90912024-09-06T06:37:36.133Z[ host-image] Sep 06 06:37:35.620 INFO O| Sep 06 06:37:35.620 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-09-06T06:37:36.158Z[ host-image] Sep 06 06:37:35.637 INFO O| Sep 06 06:37:35.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90932024-09-06T06:37:36.158Z[ host-image] Sep 06 06:37:35.637 INFO O| Sep 06 06:37:35.637 INFO copying /tmp/.tmpQVCLqT/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 ...
90942024-09-06T06:37:36.158Z[ host-image] Sep 06 06:37:35.637 INFO O| Sep 06 06:37:35.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90952024-09-06T06:37:36.158Z[ host-image] Sep 06 06:37:35.637 INFO O| Sep 06 06:37:35.637 INFO ok!
90962024-09-06T06:37:36.158Z[ host-image] Sep 06 06:37:35.637 INFO O| Sep 06 06:37:35.637 INFO STEP 66 (ensure_file) COMPLETE
90972024-09-06T06:37:36.158Z[ host-image] Sep 06 06:37:35.637 INFO O| Sep 06 06:37:35.637 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.654 INFO O| Sep 06 06:37:35.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90992024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.654 INFO O| Sep 06 06:37:35.654 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91002024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.655 INFO O| Sep 06 06:37:35.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91012024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.655 INFO O| Sep 06 06:37:35.655 INFO ok!
91022024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.655 INFO O| Sep 06 06:37:35.655 INFO STEP 67 (ensure_file) COMPLETE
91032024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.655 INFO O| Sep 06 06:37:35.655 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.673 INFO O| Sep 06 06:37:35.673 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91052024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.674 INFO O| Sep 06 06:37:35.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91062024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.674 INFO O| Sep 06 06:37:35.674 INFO STEP 68 (ensure_dir) COMPLETE
91072024-09-06T06:37:36.183Z[ host-image] Sep 06 06:37:35.674 INFO O| Sep 06 06:37:35.674 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-09-06T06:37:36.207Z[ host-image] Sep 06 06:37:35.693 INFO O| Sep 06 06:37:35.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91092024-09-06T06:37:36.207Z[ host-image] Sep 06 06:37:35.693 INFO O| Sep 06 06:37:35.693 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91102024-09-06T06:37:36.828Z[ host-image] Sep 06 06:37:36.322 INFO O| Sep 06 06:37:36.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91112024-09-06T06:37:36.828Z[ host-image] Sep 06 06:37:36.322 INFO O| Sep 06 06:37:36.322 INFO ok!
91122024-09-06T06:37:36.853Z[ host-image] Sep 06 06:37:36.322 INFO O| Sep 06 06:37:36.322 INFO STEP 69 (ensure_file) COMPLETE
91132024-09-06T06:37:36.853Z[ host-image] Sep 06 06:37:36.322 INFO O| Sep 06 06:37:36.322 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91142024-09-06T06:37:36.853Z[ host-image] Sep 06 06:37:36.341 INFO O| Sep 06 06:37:36.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91152024-09-06T06:37:36.853Z[ host-image] Sep 06 06:37:36.341 INFO O| Sep 06 06:37:36.341 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91162024-09-06T06:37:38.448Z[ host-image] Sep 06 06:37:37.942 INFO O| Sep 06 06:37:37.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91172024-09-06T06:37:38.448Z[ host-image] Sep 06 06:37:37.942 INFO O| Sep 06 06:37:37.942 INFO ok!
91182024-09-06T06:37:38.448Z[ host-image] Sep 06 06:37:37.942 INFO O| Sep 06 06:37:37.942 INFO STEP 70 (ensure_file) COMPLETE
91192024-09-06T06:37:38.473Z[ host-image] Sep 06 06:37:37.942 INFO O| Sep 06 06:37:37.942 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-09-06T06:37:38.473Z[ host-image] Sep 06 06:37:37.960 INFO O| Sep 06 06:37:37.960 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91212024-09-06T06:37:38.473Z[ host-image] Sep 06 06:37:37.960 INFO O| Sep 06 06:37:37.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91222024-09-06T06:37:38.473Z[ host-image] Sep 06 06:37:37.960 INFO O| Sep 06 06:37:37.960 INFO STEP 71 (ensure_dir) COMPLETE
91232024-09-06T06:37:38.473Z[ host-image] Sep 06 06:37:37.960 INFO O| Sep 06 06:37:37.960 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.974 INFO O| Sep 06 06:37:37.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91252024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.974 INFO O| Sep 06 06:37:37.974 INFO copying /tmp/.tmpQVCLqT/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 ...
91262024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.974 INFO O| Sep 06 06:37:37.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91272024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.974 INFO O| Sep 06 06:37:37.974 INFO ok!
91282024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.974 INFO O| Sep 06 06:37:37.974 INFO STEP 72 (ensure_file) COMPLETE
91292024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.974 INFO O| Sep 06 06:37:37.974 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91302024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.987 INFO O| Sep 06 06:37:37.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91312024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.988 INFO O| Sep 06 06:37:37.987 INFO copying /tmp/.tmpQVCLqT/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 ...
91322024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.988 INFO O| Sep 06 06:37:37.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91332024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.988 INFO O| Sep 06 06:37:37.988 INFO ok!
91342024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.988 INFO O| Sep 06 06:37:37.988 INFO STEP 73 (ensure_file) COMPLETE
91352024-09-06T06:37:38.498Z[ host-image] Sep 06 06:37:37.988 INFO O| Sep 06 06:37:37.988 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-09-06T06:37:38.523Z[ host-image] Sep 06 06:37:38.001 INFO O| Sep 06 06:37:38.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91372024-09-06T06:37:38.523Z[ host-image] Sep 06 06:37:38.001 INFO O| Sep 06 06:37:38.000 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91382024-09-06T06:37:38.523Z[ host-image] Sep 06 06:37:38.001 INFO O| Sep 06 06:37:38.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91392024-09-06T06:37:38.523Z[ host-image] Sep 06 06:37:38.001 INFO O| Sep 06 06:37:38.001 INFO ok!
91402024-09-06T06:37:38.523Z[ host-image] Sep 06 06:37:38.001 INFO O| Sep 06 06:37:38.001 INFO STEP 74 (ensure_file) COMPLETE
91412024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.001 INFO O| Sep 06 06:37:38.001 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.014 INFO O| Sep 06 06:37:38.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91432024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.014 INFO O| Sep 06 06:37:38.014 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91442024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.014 INFO O| Sep 06 06:37:38.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91452024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.014 INFO O| Sep 06 06:37:38.014 INFO ok!
91462024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.014 INFO O| Sep 06 06:37:38.014 INFO STEP 75 (ensure_file) COMPLETE
91472024-09-06T06:37:38.524Z[ host-image] Sep 06 06:37:38.014 INFO O| Sep 06 06:37:38.014 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-09-06T06:37:38.549Z[ host-image] Sep 06 06:37:38.031 INFO O| Sep 06 06:37:38.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91492024-09-06T06:37:38.549Z[ host-image] Sep 06 06:37:38.031 INFO O| Sep 06 06:37:38.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91502024-09-06T06:37:38.549Z[ host-image] Sep 06 06:37:38.031 INFO O| Sep 06 06:37:38.031 INFO STEP 76 (ensure_dir) COMPLETE
91512024-09-06T06:37:38.549Z[ host-image] Sep 06 06:37:38.031 INFO O| Sep 06 06:37:38.031 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91522024-09-06T06:37:38.573Z[ host-image] Sep 06 06:37:38.048 INFO O| Sep 06 06:37:38.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91532024-09-06T06:37:38.574Z[ host-image] Sep 06 06:37:38.048 INFO O| Sep 06 06:37:38.048 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91542024-09-06T06:37:39.075Z[ host-image] Sep 06 06:37:38.568 INFO O| Sep 06 06:37:38.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91552024-09-06T06:37:39.075Z[ host-image] Sep 06 06:37:38.568 INFO O| Sep 06 06:37:38.568 INFO ok!
91562024-09-06T06:37:39.075Z[ host-image] Sep 06 06:37:38.568 INFO O| Sep 06 06:37:38.568 INFO STEP 77 (ensure_file) COMPLETE
91572024-09-06T06:37:39.099Z[ host-image] Sep 06 06:37:38.568 INFO O| Sep 06 06:37:38.568 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-09-06T06:37:39.100Z[ host-image] Sep 06 06:37:38.585 INFO O| Sep 06 06:37:38.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91592024-09-06T06:37:39.100Z[ host-image] Sep 06 06:37:38.585 INFO O| Sep 06 06:37:38.585 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91602024-09-06T06:37:39.100Z[ host-image] Sep 06 06:37:38.585 INFO O| Sep 06 06:37:38.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91612024-09-06T06:37:39.100Z[ host-image] Sep 06 06:37:38.585 INFO O| Sep 06 06:37:38.585 INFO ok!
91622024-09-06T06:37:39.100Z[ host-image] Sep 06 06:37:38.585 INFO O| Sep 06 06:37:38.585 INFO STEP 78 (ensure_file) COMPLETE
91632024-09-06T06:37:39.100Z[ host-image] Sep 06 06:37:38.585 INFO O| Sep 06 06:37:38.585 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642024-09-06T06:37:39.124Z[ host-image] Sep 06 06:37:38.599 INFO O| Sep 06 06:37:38.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91652024-09-06T06:37:39.124Z[ host-image] Sep 06 06:37:38.599 INFO O| Sep 06 06:37:38.598 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91662024-09-06T06:37:39.846Z[ recovery-image] Sep 06 06:37:39.340 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
91672024-09-06T06:37:40.936Z[ host-image] Sep 06 06:37:40.429 INFO O| Sep 06 06:37:40.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91682024-09-06T06:37:40.936Z[ host-image] Sep 06 06:37:40.430 INFO O| Sep 06 06:37:40.429 INFO ok!
91692024-09-06T06:37:40.960Z[ host-image] Sep 06 06:37:40.430 INFO O| Sep 06 06:37:40.429 INFO STEP 79 (ensure_file) COMPLETE
91702024-09-06T06:37:40.961Z[ host-image] Sep 06 06:37:40.430 INFO O| Sep 06 06:37:40.429 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-09-06T06:37:40.961Z[ host-image] Sep 06 06:37:40.449 INFO O| Sep 06 06:37:40.449 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91722024-09-06T06:37:40.961Z[ host-image] Sep 06 06:37:40.449 INFO O| Sep 06 06:37:40.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91732024-09-06T06:37:40.961Z[ host-image] Sep 06 06:37:40.449 INFO O| Sep 06 06:37:40.449 INFO STEP 80 (ensure_dir) COMPLETE
91742024-09-06T06:37:40.961Z[ host-image] Sep 06 06:37:40.449 INFO O| Sep 06 06:37:40.449 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-09-06T06:37:40.985Z[ host-image] Sep 06 06:37:40.465 INFO O| Sep 06 06:37:40.465 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91762024-09-06T06:37:40.985Z[ host-image] Sep 06 06:37:40.465 INFO O| Sep 06 06:37:40.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91772024-09-06T06:37:40.985Z[ host-image] Sep 06 06:37:40.465 INFO O| Sep 06 06:37:40.465 INFO STEP 81 (ensure_dir) COMPLETE
91782024-09-06T06:37:40.985Z[ host-image] Sep 06 06:37:40.465 INFO O| Sep 06 06:37:40.465 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.481 INFO O| Sep 06 06:37:40.480 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91802024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.481 INFO O| Sep 06 06:37:40.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91812024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.481 INFO O| Sep 06 06:37:40.481 INFO STEP 82 (ensure_dir) COMPLETE
91822024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.481 INFO O| Sep 06 06:37:40.481 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.495 INFO O| Sep 06 06:37:40.495 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91842024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.495 INFO O| Sep 06 06:37:40.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91852024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.495 INFO O| Sep 06 06:37:40.495 INFO STEP 83 (ensure_dir) COMPLETE
91862024-09-06T06:37:41.010Z[ host-image] Sep 06 06:37:40.495 INFO O| Sep 06 06:37:40.495 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-09-06T06:37:41.034Z[ host-image] Sep 06 06:37:40.509 INFO O| Sep 06 06:37:40.509 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91882024-09-06T06:37:41.034Z[ host-image] Sep 06 06:37:40.509 INFO O| Sep 06 06:37:40.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91892024-09-06T06:37:41.034Z[ host-image] Sep 06 06:37:40.509 INFO O| Sep 06 06:37:40.509 INFO STEP 84 (ensure_dir) COMPLETE
91902024-09-06T06:37:41.034Z[ host-image] Sep 06 06:37:40.509 INFO O| Sep 06 06:37:40.509 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-09-06T06:37:41.059Z[ host-image] Sep 06 06:37:40.532 INFO O| Sep 06 06:37:40.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91922024-09-06T06:37:41.059Z[ host-image] Sep 06 06:37:40.532 INFO O| Sep 06 06:37:40.532 INFO copying /tmp/.tmpQVCLqT/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 ...
91932024-09-06T06:37:41.059Z[ host-image] Sep 06 06:37:40.532 INFO O| Sep 06 06:37:40.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91942024-09-06T06:37:41.059Z[ host-image] Sep 06 06:37:40.533 INFO O| Sep 06 06:37:40.532 INFO ok!
91952024-09-06T06:37:41.059Z[ host-image] Sep 06 06:37:40.533 INFO O| Sep 06 06:37:40.532 INFO STEP 85 (ensure_file) COMPLETE
91962024-09-06T06:37:41.059Z[ host-image] Sep 06 06:37:40.533 INFO O| Sep 06 06:37:40.532 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-09-06T06:37:41.083Z[ host-image] Sep 06 06:37:40.557 INFO O| Sep 06 06:37:40.557 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91982024-09-06T06:37:41.083Z[ host-image] Sep 06 06:37:40.558 INFO O| Sep 06 06:37:40.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91992024-09-06T06:37:41.083Z[ host-image] Sep 06 06:37:40.558 INFO O| Sep 06 06:37:40.558 INFO STEP 86 (ensure_dir) COMPLETE
92002024-09-06T06:37:41.083Z[ host-image] Sep 06 06:37:40.558 INFO O| Sep 06 06:37:40.558 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.581 INFO O| Sep 06 06:37:40.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92022024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.581 INFO O| Sep 06 06:37:40.581 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92032024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.581 INFO O| Sep 06 06:37:40.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92042024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.581 INFO O| Sep 06 06:37:40.581 INFO ok!
92052024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.581 INFO O| Sep 06 06:37:40.581 INFO STEP 87 (ensure_file) COMPLETE
92062024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.581 INFO O| Sep 06 06:37:40.581 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.598 INFO O| Sep 06 06:37:40.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92082024-09-06T06:37:41.108Z[ host-image] Sep 06 06:37:40.598 INFO O| Sep 06 06:37:40.598 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92092024-09-06T06:37:41.132Z[ host-image] Sep 06 06:37:40.615 INFO O| Sep 06 06:37:40.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92102024-09-06T06:37:41.133Z[ host-image] Sep 06 06:37:40.615 INFO O| Sep 06 06:37:40.615 INFO ok!
92112024-09-06T06:37:41.133Z[ host-image] Sep 06 06:37:40.615 INFO O| Sep 06 06:37:40.615 INFO STEP 88 (ensure_file) COMPLETE
92122024-09-06T06:37:41.133Z[ host-image] Sep 06 06:37:40.615 INFO O| Sep 06 06:37:40.615 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-09-06T06:37:41.157Z[ host-image] Sep 06 06:37:40.639 INFO O| Sep 06 06:37:40.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92142024-09-06T06:37:41.157Z[ host-image] Sep 06 06:37:40.639 INFO O| Sep 06 06:37:40.639 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92152024-09-06T06:37:41.763Z[ host-image] Sep 06 06:37:41.257 INFO O| Sep 06 06:37:41.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92162024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.257 INFO O| Sep 06 06:37:41.257 INFO ok!
92172024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.257 INFO O| Sep 06 06:37:41.257 INFO STEP 89 (ensure_file) COMPLETE
92182024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.257 INFO O| Sep 06 06:37:41.257 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.276 INFO O| Sep 06 06:37:41.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92202024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.276 INFO O| Sep 06 06:37:41.276 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92212024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.276 INFO O| Sep 06 06:37:41.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92222024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.276 INFO O| Sep 06 06:37:41.276 INFO ok!
92232024-09-06T06:37:41.787Z[ host-image] Sep 06 06:37:41.276 INFO O| Sep 06 06:37:41.276 INFO STEP 90 (ensure_file) COMPLETE
92242024-09-06T06:37:41.788Z[ host-image] Sep 06 06:37:41.276 INFO O| Sep 06 06:37:41.276 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-09-06T06:37:41.813Z[ host-image] Sep 06 06:37:41.299 INFO O| Sep 06 06:37:41.299 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92262024-09-06T06:37:41.813Z[ host-image] Sep 06 06:37:41.299 INFO O| Sep 06 06:37:41.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92272024-09-06T06:37:41.813Z[ host-image] Sep 06 06:37:41.299 INFO O| Sep 06 06:37:41.299 INFO STEP 91 (ensure_dir) COMPLETE
92282024-09-06T06:37:41.813Z[ host-image] Sep 06 06:37:41.299 INFO O| Sep 06 06:37:41.299 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-09-06T06:37:41.837Z[ host-image] Sep 06 06:37:41.317 INFO O| Sep 06 06:37:41.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92302024-09-06T06:37:41.838Z[ host-image] Sep 06 06:37:41.317 INFO O| Sep 06 06:37:41.317 INFO copying /tmp/.tmpQVCLqT/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 ...
92312024-09-06T06:37:41.838Z[ host-image] Sep 06 06:37:41.317 INFO O| Sep 06 06:37:41.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92322024-09-06T06:37:41.838Z[ host-image] Sep 06 06:37:41.317 INFO O| Sep 06 06:37:41.317 INFO ok!
92332024-09-06T06:37:41.838Z[ host-image] Sep 06 06:37:41.317 INFO O| Sep 06 06:37:41.317 INFO STEP 92 (ensure_file) COMPLETE
92342024-09-06T06:37:41.838Z[ host-image] Sep 06 06:37:41.317 INFO O| Sep 06 06:37:41.317 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.334 INFO O| Sep 06 06:37:41.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92362024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.334 INFO O| Sep 06 06:37:41.334 INFO copying /tmp/.tmpQVCLqT/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 ...
92372024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.334 INFO O| Sep 06 06:37:41.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92382024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.334 INFO O| Sep 06 06:37:41.334 INFO ok!
92392024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.334 INFO O| Sep 06 06:37:41.334 INFO STEP 93 (ensure_file) COMPLETE
92402024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.335 INFO O| Sep 06 06:37:41.334 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.354 INFO O| Sep 06 06:37:41.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92422024-09-06T06:37:41.862Z[ host-image] Sep 06 06:37:41.354 INFO O| Sep 06 06:37:41.354 INFO copying /tmp/.tmpQVCLqT/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 ...
92432024-09-06T06:37:41.863Z[ host-image] Sep 06 06:37:41.355 INFO O| Sep 06 06:37:41.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92442024-09-06T06:37:41.863Z[ host-image] Sep 06 06:37:41.355 INFO O| Sep 06 06:37:41.355 INFO ok!
92452024-09-06T06:37:41.863Z[ host-image] Sep 06 06:37:41.355 INFO O| Sep 06 06:37:41.355 INFO STEP 94 (ensure_file) COMPLETE
92462024-09-06T06:37:41.863Z[ host-image] Sep 06 06:37:41.355 INFO O| Sep 06 06:37:41.355 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-09-06T06:37:41.887Z[ host-image] Sep 06 06:37:41.371 INFO O| Sep 06 06:37:41.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92482024-09-06T06:37:41.887Z[ host-image] Sep 06 06:37:41.371 INFO O| Sep 06 06:37:41.371 INFO copying /tmp/.tmpQVCLqT/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 ...
92492024-09-06T06:37:41.887Z[ host-image] Sep 06 06:37:41.372 INFO O| Sep 06 06:37:41.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92502024-09-06T06:37:41.887Z[ host-image] Sep 06 06:37:41.372 INFO O| Sep 06 06:37:41.372 INFO ok!
92512024-09-06T06:37:41.887Z[ host-image] Sep 06 06:37:41.372 INFO O| Sep 06 06:37:41.372 INFO STEP 95 (ensure_file) COMPLETE
92522024-09-06T06:37:41.887Z[ host-image] Sep 06 06:37:41.372 INFO O| Sep 06 06:37:41.372 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-09-06T06:37:41.912Z[ host-image] Sep 06 06:37:41.387 INFO O| Sep 06 06:37:41.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92542024-09-06T06:37:41.912Z[ host-image] Sep 06 06:37:41.388 INFO O| Sep 06 06:37:41.387 INFO copying /tmp/.tmpQVCLqT/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 ...
92552024-09-06T06:37:41.912Z[ host-image] Sep 06 06:37:41.388 INFO O| Sep 06 06:37:41.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92562024-09-06T06:37:41.912Z[ host-image] Sep 06 06:37:41.388 INFO O| Sep 06 06:37:41.388 INFO ok!
92572024-09-06T06:37:41.912Z[ host-image] Sep 06 06:37:41.388 INFO O| Sep 06 06:37:41.388 INFO STEP 96 (ensure_file) COMPLETE
92582024-09-06T06:37:41.912Z[ host-image] Sep 06 06:37:41.388 INFO O| Sep 06 06:37:41.388 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.408 INFO O| Sep 06 06:37:41.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92602024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.408 INFO O| Sep 06 06:37:41.407 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92612024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.408 INFO O| Sep 06 06:37:41.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92622024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.408 INFO O| Sep 06 06:37:41.408 INFO ok!
92632024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.408 INFO O| Sep 06 06:37:41.408 INFO STEP 97 (ensure_file) COMPLETE
92642024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.408 INFO O| Sep 06 06:37:41.408 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.423 INFO O| Sep 06 06:37:41.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92662024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.423 INFO O| Sep 06 06:37:41.423 INFO copying /tmp/.tmpQVCLqT/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 ...
92672024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.423 INFO O| Sep 06 06:37:41.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92682024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.423 INFO O| Sep 06 06:37:41.423 INFO ok!
92692024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.423 INFO O| Sep 06 06:37:41.423 INFO STEP 98 (ensure_file) COMPLETE
92702024-09-06T06:37:41.937Z[ host-image] Sep 06 06:37:41.423 INFO O| Sep 06 06:37:41.423 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.438 INFO O| Sep 06 06:37:41.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92722024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.438 INFO O| Sep 06 06:37:41.438 INFO copying /tmp/.tmpQVCLqT/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 ...
92732024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.439 INFO O| Sep 06 06:37:41.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92742024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.439 INFO O| Sep 06 06:37:41.439 INFO ok!
92752024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.439 INFO O| Sep 06 06:37:41.439 INFO STEP 99 (ensure_file) COMPLETE
92762024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.439 INFO O| Sep 06 06:37:41.439 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.454 INFO O| Sep 06 06:37:41.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92782024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.454 INFO O| Sep 06 06:37:41.454 INFO copying /tmp/.tmpQVCLqT/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 ...
92792024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.454 INFO O| Sep 06 06:37:41.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92802024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.454 INFO O| Sep 06 06:37:41.454 INFO ok!
92812024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.454 INFO O| Sep 06 06:37:41.454 INFO STEP 100 (ensure_file) COMPLETE
92822024-09-06T06:37:41.962Z[ host-image] Sep 06 06:37:41.454 INFO O| Sep 06 06:37:41.454 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-09-06T06:37:41.987Z[ host-image] Sep 06 06:37:41.469 INFO O| Sep 06 06:37:41.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92842024-09-06T06:37:41.987Z[ host-image] Sep 06 06:37:41.469 INFO O| Sep 06 06:37:41.469 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92852024-09-06T06:37:41.987Z[ host-image] Sep 06 06:37:41.469 INFO O| Sep 06 06:37:41.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92862024-09-06T06:37:41.987Z[ host-image] Sep 06 06:37:41.469 INFO O| Sep 06 06:37:41.469 INFO ok!
92872024-09-06T06:37:41.987Z[ host-image] Sep 06 06:37:41.469 INFO O| Sep 06 06:37:41.469 INFO STEP 101 (ensure_file) COMPLETE
92882024-09-06T06:37:41.987Z[ host-image] Sep 06 06:37:41.469 INFO O| Sep 06 06:37:41.469 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-09-06T06:37:42.013Z[ host-image] Sep 06 06:37:41.483 INFO O| Sep 06 06:37:41.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92902024-09-06T06:37:42.013Z[ host-image] Sep 06 06:37:41.483 INFO O| Sep 06 06:37:41.483 INFO copying /tmp/.tmpQVCLqT/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 ...
92912024-09-06T06:37:42.013Z[ host-image] Sep 06 06:37:41.483 INFO O| Sep 06 06:37:41.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92922024-09-06T06:37:42.013Z[ host-image] Sep 06 06:37:41.484 INFO O| Sep 06 06:37:41.483 INFO ok!
92932024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.484 INFO O| Sep 06 06:37:41.483 INFO STEP 102 (ensure_file) COMPLETE
92942024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.484 INFO O| Sep 06 06:37:41.483 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.500 INFO O| Sep 06 06:37:41.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92962024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.500 INFO O| Sep 06 06:37:41.500 INFO copying /tmp/.tmpQVCLqT/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 ...
92972024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.500 INFO O| Sep 06 06:37:41.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92982024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.500 INFO O| Sep 06 06:37:41.500 INFO ok!
92992024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.500 INFO O| Sep 06 06:37:41.500 INFO STEP 103 (ensure_file) COMPLETE
93002024-09-06T06:37:42.014Z[ host-image] Sep 06 06:37:41.500 INFO O| Sep 06 06:37:41.500 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.515 INFO O| Sep 06 06:37:41.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93022024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.515 INFO O| Sep 06 06:37:41.515 INFO copying /tmp/.tmpQVCLqT/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 ...
93032024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.515 INFO O| Sep 06 06:37:41.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93042024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.515 INFO O| Sep 06 06:37:41.515 INFO ok!
93052024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.515 INFO O| Sep 06 06:37:41.515 INFO STEP 104 (ensure_file) COMPLETE
93062024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.515 INFO O| Sep 06 06:37:41.515 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.529 INFO O| Sep 06 06:37:41.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93082024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.529 INFO O| Sep 06 06:37:41.529 INFO copying /tmp/.tmpQVCLqT/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 ...
93092024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.530 INFO O| Sep 06 06:37:41.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93102024-09-06T06:37:42.064Z[ host-image] Sep 06 06:37:41.530 INFO O| Sep 06 06:37:41.530 INFO ok!
93112024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.530 INFO O| Sep 06 06:37:41.530 INFO STEP 105 (ensure_file) COMPLETE
93122024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.530 INFO O| Sep 06 06:37:41.530 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.543 INFO O| Sep 06 06:37:41.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93142024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.543 INFO O| Sep 06 06:37:41.543 INFO copying /tmp/.tmpQVCLqT/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 ...
93152024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.544 INFO O| Sep 06 06:37:41.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93162024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.544 INFO O| Sep 06 06:37:41.544 INFO ok!
93172024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.544 INFO O| Sep 06 06:37:41.544 INFO STEP 106 (ensure_file) COMPLETE
93182024-09-06T06:37:42.065Z[ host-image] Sep 06 06:37:41.544 INFO O| Sep 06 06:37:41.544 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-09-06T06:37:42.089Z[ host-image] Sep 06 06:37:41.559 INFO O| Sep 06 06:37:41.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93202024-09-06T06:37:42.089Z[ host-image] Sep 06 06:37:41.559 INFO O| Sep 06 06:37:41.559 INFO copying /tmp/.tmpQVCLqT/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 ...
93212024-09-06T06:37:42.089Z[ host-image] Sep 06 06:37:41.559 INFO O| Sep 06 06:37:41.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93222024-09-06T06:37:42.089Z[ host-image] Sep 06 06:37:41.559 INFO O| Sep 06 06:37:41.559 INFO ok!
93232024-09-06T06:37:42.089Z[ host-image] Sep 06 06:37:41.559 INFO O| Sep 06 06:37:41.559 INFO STEP 107 (ensure_file) COMPLETE
93242024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.559 INFO O| Sep 06 06:37:41.559 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-09-06T06:37:42.090Z[ recovery-image] Sep 06 06:37:41.570 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
93262024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.573 INFO O| Sep 06 06:37:41.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93272024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.573 INFO O| Sep 06 06:37:41.573 INFO copying /tmp/.tmpQVCLqT/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 ...
93282024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.573 INFO O| Sep 06 06:37:41.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93292024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.573 INFO O| Sep 06 06:37:41.573 INFO ok!
93302024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.573 INFO O| Sep 06 06:37:41.573 INFO STEP 108 (ensure_file) COMPLETE
93312024-09-06T06:37:42.090Z[ host-image] Sep 06 06:37:41.573 INFO O| Sep 06 06:37:41.573 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-09-06T06:37:42.114Z[ host-image] Sep 06 06:37:41.593 INFO O| Sep 06 06:37:41.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93332024-09-06T06:37:42.114Z[ host-image] Sep 06 06:37:41.593 INFO O| Sep 06 06:37:41.593 INFO copying /tmp/.tmpQVCLqT/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 ...
93342024-09-06T06:37:42.114Z[ host-image] Sep 06 06:37:41.593 INFO O| Sep 06 06:37:41.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93352024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.593 INFO O| Sep 06 06:37:41.593 INFO ok!
93362024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.593 INFO O| Sep 06 06:37:41.593 INFO STEP 109 (ensure_file) COMPLETE
93372024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.593 INFO O| Sep 06 06:37:41.593 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.608 INFO O| Sep 06 06:37:41.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93392024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.608 INFO O| Sep 06 06:37:41.608 INFO copying /tmp/.tmpQVCLqT/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 ...
93402024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.609 INFO O| Sep 06 06:37:41.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93412024-09-06T06:37:42.115Z[ host-image] Sep 06 06:37:41.609 INFO O| Sep 06 06:37:41.609 INFO ok!
93422024-09-06T06:37:42.139Z[ host-image] Sep 06 06:37:41.609 INFO O| Sep 06 06:37:41.609 INFO STEP 110 (ensure_file) COMPLETE
93432024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.609 INFO O| Sep 06 06:37:41.609 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.629 INFO O| Sep 06 06:37:41.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93452024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.629 INFO O| Sep 06 06:37:41.629 INFO copying /tmp/.tmpQVCLqT/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 ...
93462024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.629 INFO O| Sep 06 06:37:41.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93472024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.629 INFO O| Sep 06 06:37:41.629 INFO ok!
93482024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.629 INFO O| Sep 06 06:37:41.629 INFO STEP 111 (ensure_file) COMPLETE
93492024-09-06T06:37:42.140Z[ host-image] Sep 06 06:37:41.629 INFO O| Sep 06 06:37:41.629 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-09-06T06:37:42.164Z[ host-image] Sep 06 06:37:41.651 INFO O| Sep 06 06:37:41.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93512024-09-06T06:37:42.164Z[ host-image] Sep 06 06:37:41.651 INFO O| Sep 06 06:37:41.651 INFO copying /tmp/.tmpQVCLqT/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 ...
93522024-09-06T06:37:42.165Z[ host-image] Sep 06 06:37:41.651 INFO O| Sep 06 06:37:41.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93532024-09-06T06:37:42.165Z[ host-image] Sep 06 06:37:41.651 INFO O| Sep 06 06:37:41.651 INFO ok!
93542024-09-06T06:37:42.165Z[ host-image] Sep 06 06:37:41.651 INFO O| Sep 06 06:37:41.651 INFO STEP 112 (ensure_file) COMPLETE
93552024-09-06T06:37:42.165Z[ host-image] Sep 06 06:37:41.651 INFO O| Sep 06 06:37:41.651 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-09-06T06:37:42.190Z[ host-image] Sep 06 06:37:41.670 INFO O| Sep 06 06:37:41.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93572024-09-06T06:37:42.190Z[ host-image] Sep 06 06:37:41.670 INFO O| Sep 06 06:37:41.670 INFO copying /tmp/.tmpQVCLqT/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 ...
93582024-09-06T06:37:42.190Z[ host-image] Sep 06 06:37:41.670 INFO O| Sep 06 06:37:41.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93592024-09-06T06:37:42.190Z[ host-image] Sep 06 06:37:41.670 INFO O| Sep 06 06:37:41.670 INFO ok!
93602024-09-06T06:37:42.190Z[ host-image] Sep 06 06:37:41.670 INFO O| Sep 06 06:37:41.670 INFO STEP 113 (ensure_file) COMPLETE
93612024-09-06T06:37:42.190Z[ host-image] Sep 06 06:37:41.670 INFO O| Sep 06 06:37:41.670 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-09-06T06:37:42.215Z[ host-image] Sep 06 06:37:41.699 INFO O| Sep 06 06:37:41.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93632024-09-06T06:37:42.215Z[ host-image] Sep 06 06:37:41.699 INFO O| Sep 06 06:37:41.699 INFO copying /tmp/.tmpQVCLqT/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 ...
93642024-09-06T06:37:42.215Z[ host-image] Sep 06 06:37:41.700 INFO O| Sep 06 06:37:41.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93652024-09-06T06:37:42.215Z[ host-image] Sep 06 06:37:41.700 INFO O| Sep 06 06:37:41.700 INFO ok!
93662024-09-06T06:37:42.215Z[ host-image] Sep 06 06:37:41.700 INFO O| Sep 06 06:37:41.700 INFO STEP 114 (ensure_file) COMPLETE
93672024-09-06T06:37:42.215Z[ host-image] Sep 06 06:37:41.700 INFO O| Sep 06 06:37:41.700 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-09-06T06:37:42.243Z[ host-image] Sep 06 06:37:41.737 INFO O| Sep 06 06:37:41.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93692024-09-06T06:37:42.243Z[ host-image] Sep 06 06:37:41.737 INFO O| Sep 06 06:37:41.737 INFO copying /tmp/.tmpQVCLqT/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 ...
93702024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.737 INFO O| Sep 06 06:37:41.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93712024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.738 INFO O| Sep 06 06:37:41.737 INFO ok!
93722024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.738 INFO O| Sep 06 06:37:41.737 INFO STEP 115 (ensure_file) COMPLETE
93732024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.738 INFO O| Sep 06 06:37:41.737 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.760 INFO O| Sep 06 06:37:41.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93752024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.760 INFO O| Sep 06 06:37:41.760 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93762024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.761 INFO O| Sep 06 06:37:41.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93772024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.761 INFO O| Sep 06 06:37:41.761 INFO ok!
93782024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.761 INFO O| Sep 06 06:37:41.761 INFO STEP 116 (ensure_file) COMPLETE
93792024-09-06T06:37:42.268Z[ host-image] Sep 06 06:37:41.761 INFO O| Sep 06 06:37:41.761 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-09-06T06:37:42.299Z[ host-image] Sep 06 06:37:41.793 INFO O| Sep 06 06:37:41.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93812024-09-06T06:37:42.299Z[ host-image] Sep 06 06:37:41.793 INFO O| Sep 06 06:37:41.793 INFO copying /tmp/.tmpQVCLqT/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 ...
93822024-09-06T06:37:42.323Z[ host-image] Sep 06 06:37:41.793 INFO O| Sep 06 06:37:41.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93832024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.793 INFO O| Sep 06 06:37:41.793 INFO ok!
93842024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.793 INFO O| Sep 06 06:37:41.793 INFO STEP 117 (ensure_file) COMPLETE
93852024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.793 INFO O| Sep 06 06:37:41.793 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.816 INFO O| Sep 06 06:37:41.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93872024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.816 INFO O| Sep 06 06:37:41.816 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93882024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.816 INFO O| Sep 06 06:37:41.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93892024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.816 INFO O| Sep 06 06:37:41.816 INFO ok!
93902024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.816 INFO O| Sep 06 06:37:41.816 INFO STEP 118 (ensure_file) COMPLETE
93912024-09-06T06:37:42.324Z[ host-image] Sep 06 06:37:41.816 INFO O| Sep 06 06:37:41.816 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-09-06T06:37:42.406Z[ host-image] Sep 06 06:37:41.900 INFO O| Sep 06 06:37:41.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93932024-09-06T06:37:42.406Z[ host-image] Sep 06 06:37:41.900 INFO O| Sep 06 06:37:41.900 INFO copying /tmp/.tmpQVCLqT/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93942024-09-06T06:37:48.011Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling bitflags v1.3.2
93952024-09-06T06:37:48.011Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling bit_field v0.10.2
93962024-09-06T06:37:48.012Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling plain v0.2.3
93972024-09-06T06:37:48.036Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling log v0.4.22
93982024-09-06T06:37:48.036Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling adler v1.0.2
93992024-09-06T06:37:48.036Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling scroll v0.12.0
94002024-09-06T06:37:48.036Z[ recovery-image] Sep 06 06:37:47.505 INFO E| Compiling bitstruct v0.1.1
94012024-09-06T06:37:48.160Z[ recovery-image] Sep 06 06:37:47.654 INFO E| Compiling raw-cpuid v10.7.0
94022024-09-06T06:37:48.184Z[ recovery-image] Sep 06 06:37:47.667 INFO E| Compiling cpio_reader v0.1.1
94032024-09-06T06:37:48.211Z[ recovery-image] Sep 06 06:37:47.705 INFO E| Compiling miniz_oxide v0.7.4
94042024-09-06T06:37:48.345Z[ recovery-image] Sep 06 06:37:47.839 INFO E| Compiling static_assertions v1.1.0
94052024-09-06T06:37:48.755Z[ recovery-image] Sep 06 06:37:48.248 INFO E| Compiling goblin v0.8.2
94062024-09-06T06:37:49.902Z[ host-image] Sep 06 06:37:49.396 INFO O| Sep 06 06:37:49.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94072024-09-06T06:37:49.902Z[ host-image] Sep 06 06:37:49.396 INFO O| Sep 06 06:37:49.396 INFO ok!
94082024-09-06T06:37:49.902Z[ host-image] Sep 06 06:37:49.396 INFO O| Sep 06 06:37:49.396 INFO STEP 119 (ensure_file) COMPLETE
94092024-09-06T06:37:49.933Z[ host-image] Sep 06 06:37:49.396 INFO O| Sep 06 06:37:49.396 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-09-06T06:37:49.933Z[ host-image] Sep 06 06:37:49.417 INFO O| Sep 06 06:37:49.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94112024-09-06T06:37:49.933Z[ host-image] Sep 06 06:37:49.417 INFO O| Sep 06 06:37:49.417 INFO STEP 120 (ensure_dir) COMPLETE
94122024-09-06T06:37:49.933Z[ host-image] Sep 06 06:37:49.417 INFO O| Sep 06 06:37:49.417 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-09-06T06:37:49.958Z[ host-image] Sep 06 06:37:49.433 INFO O| Sep 06 06:37:49.433 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94142024-09-06T06:37:49.958Z[ host-image] Sep 06 06:37:49.433 INFO O| Sep 06 06:37:49.433 INFO STEP 121 (ensure_dir) COMPLETE
94152024-09-06T06:37:49.958Z[ host-image] Sep 06 06:37:49.433 INFO O| Sep 06 06:37:49.433 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-09-06T06:37:49.958Z[ host-image] Sep 06 06:37:49.448 INFO O| Sep 06 06:37:49.448 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94172024-09-06T06:37:49.958Z[ host-image] Sep 06 06:37:49.449 INFO O| Sep 06 06:37:49.448 INFO STEP 122 (ensure_dir) COMPLETE
94182024-09-06T06:37:49.958Z[ host-image] Sep 06 06:37:49.449 INFO O| Sep 06 06:37:49.448 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-09-06T06:37:49.982Z[ host-image] Sep 06 06:37:49.474 INFO O| Sep 06 06:37:49.473 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94202024-09-06T06:37:49.982Z[ host-image] Sep 06 06:37:49.474 INFO O| Sep 06 06:37:49.474 INFO STEP 123 (ensure_dir) COMPLETE
94212024-09-06T06:37:49.982Z[ host-image] Sep 06 06:37:49.474 INFO O| Sep 06 06:37:49.474 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-09-06T06:37:50.006Z[ host-image] Sep 06 06:37:49.493 INFO O| Sep 06 06:37:49.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94232024-09-06T06:37:50.006Z[ host-image] Sep 06 06:37:49.493 INFO O| Sep 06 06:37:49.493 INFO copying /tmp/.tmpQVCLqT/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 ...
94242024-09-06T06:37:50.006Z[ host-image] Sep 06 06:37:49.493 INFO O| Sep 06 06:37:49.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94252024-09-06T06:37:50.006Z[ host-image] Sep 06 06:37:49.493 INFO O| Sep 06 06:37:49.493 INFO ok!
94262024-09-06T06:37:50.006Z[ host-image] Sep 06 06:37:49.493 INFO O| Sep 06 06:37:49.493 INFO STEP 124 (ensure_file) COMPLETE
94272024-09-06T06:37:50.006Z[ host-image] Sep 06 06:37:49.493 INFO O| Sep 06 06:37:49.493 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-09-06T06:37:50.030Z[ host-image] Sep 06 06:37:49.516 INFO O| Sep 06 06:37:49.516 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94292024-09-06T06:37:50.030Z[ host-image] Sep 06 06:37:49.516 INFO O| Sep 06 06:37:49.516 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94302024-09-06T06:37:50.030Z[ host-image] Sep 06 06:37:49.516 INFO O| Sep 06 06:37:49.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94312024-09-06T06:37:50.030Z[ host-image] Sep 06 06:37:49.516 INFO O| Sep 06 06:37:49.516 INFO STEP 125 (ensure_dir) COMPLETE
94322024-09-06T06:37:50.031Z[ host-image] Sep 06 06:37:49.516 INFO O| Sep 06 06:37:49.516 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-09-06T06:37:50.059Z[ host-image] Sep 06 06:37:49.538 INFO O| Sep 06 06:37:49.538 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94342024-09-06T06:37:50.059Z[ host-image] Sep 06 06:37:49.538 INFO O| Sep 06 06:37:49.538 INFO copying /tmp/.tmpQVCLqT/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94352024-09-06T06:37:50.059Z[ host-image] Sep 06 06:37:49.539 INFO O| Sep 06 06:37:49.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94362024-09-06T06:37:50.059Z[ host-image] Sep 06 06:37:49.539 INFO O| Sep 06 06:37:49.539 INFO ok!
94372024-09-06T06:37:50.059Z[ host-image] Sep 06 06:37:49.539 INFO O| Sep 06 06:37:49.539 INFO STEP 126 (ensure_file) COMPLETE
94382024-09-06T06:37:50.059Z[ host-image] Sep 06 06:37:49.539 INFO O| Sep 06 06:37:49.539 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94392024-09-06T06:37:50.085Z[ host-image] Sep 06 06:37:49.561 INFO O| Sep 06 06:37:49.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94402024-09-06T06:37:50.085Z[ host-image] Sep 06 06:37:49.562 INFO O| Sep 06 06:37:49.561 INFO STEP 127 (remove_files) COMPLETE
94412024-09-06T06:37:50.085Z[ host-image] Sep 06 06:37:49.562 INFO O| Sep 06 06:37:49.561 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94422024-09-06T06:37:50.109Z[ host-image] Sep 06 06:37:49.582 INFO O| Sep 06 06:37:49.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94432024-09-06T06:37:50.109Z[ host-image] Sep 06 06:37:49.582 INFO O| Sep 06 06:37:49.582 INFO STEP 128 (remove_files) COMPLETE
94442024-09-06T06:37:50.109Z[ host-image] Sep 06 06:37:49.582 INFO O| Sep 06 06:37:49.582 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94452024-09-06T06:37:50.109Z[ host-image] Sep 06 06:37:49.602 INFO O| Sep 06 06:37:49.602 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94462024-09-06T06:37:50.110Z[ host-image] Sep 06 06:37:49.603 INFO O| Sep 06 06:37:49.603 INFO STEP 129 (remove_files) COMPLETE
94472024-09-06T06:37:50.110Z[ host-image] Sep 06 06:37:49.603 INFO O| Sep 06 06:37:49.603 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94482024-09-06T06:37:50.134Z[ host-image] Sep 06 06:37:49.622 INFO O| Sep 06 06:37:49.621 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94492024-09-06T06:37:50.134Z[ host-image] Sep 06 06:37:49.622 INFO O| Sep 06 06:37:49.622 INFO STEP 130 (remove_files) COMPLETE
94502024-09-06T06:37:50.134Z[ host-image] Sep 06 06:37:49.622 INFO O| Sep 06 06:37:49.622 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94512024-09-06T06:37:50.158Z[ host-image] Sep 06 06:37:49.645 INFO O| Sep 06 06:37:49.645 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94522024-09-06T06:37:50.158Z[ host-image] Sep 06 06:37:49.645 INFO O| Sep 06 06:37:49.645 INFO STEP 131 (remove_files) COMPLETE
94532024-09-06T06:37:50.158Z[ host-image] Sep 06 06:37:49.645 INFO O| Sep 06 06:37:49.645 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94542024-09-06T06:37:50.182Z[ host-image] Sep 06 06:37:49.669 INFO O| Sep 06 06:37:49.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94552024-09-06T06:37:50.182Z[ host-image] Sep 06 06:37:49.670 INFO O| Sep 06 06:37:49.670 INFO STEP 132 (remove_files) COMPLETE
94562024-09-06T06:37:50.182Z[ host-image] Sep 06 06:37:49.670 INFO O| Sep 06 06:37:49.670 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94572024-09-06T06:37:50.206Z[ host-image] Sep 06 06:37:49.689 INFO O| Sep 06 06:37:49.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94582024-09-06T06:37:50.206Z[ host-image] Sep 06 06:37:49.689 INFO O| Sep 06 06:37:49.689 INFO STEP 133 (remove_files) COMPLETE
94592024-09-06T06:37:50.206Z[ host-image] Sep 06 06:37:49.689 INFO O| Sep 06 06:37:49.689 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94602024-09-06T06:37:50.230Z[ host-image] Sep 06 06:37:49.711 INFO O| Sep 06 06:37:49.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94612024-09-06T06:37:50.231Z[ host-image] Sep 06 06:37:49.711 INFO O| Sep 06 06:37:49.711 INFO STEP 134 (remove_files) COMPLETE
94622024-09-06T06:37:50.231Z[ host-image] Sep 06 06:37:49.711 INFO O| Sep 06 06:37:49.711 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94632024-09-06T06:37:50.254Z[ host-image] Sep 06 06:37:49.729 INFO O| Sep 06 06:37:49.729 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94642024-09-06T06:37:50.255Z[ host-image] Sep 06 06:37:49.730 INFO O| Sep 06 06:37:49.729 INFO STEP 135 (remove_files) COMPLETE
94652024-09-06T06:37:50.255Z[ host-image] Sep 06 06:37:49.730 INFO O| Sep 06 06:37:49.730 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94662024-09-06T06:37:50.255Z[ host-image] Sep 06 06:37:49.746 INFO O| Sep 06 06:37:49.746 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94672024-09-06T06:37:50.255Z[ host-image] Sep 06 06:37:49.746 INFO O| Sep 06 06:37:49.746 INFO STEP 136 (remove_files) COMPLETE
94682024-09-06T06:37:50.255Z[ host-image] Sep 06 06:37:49.746 INFO O| Sep 06 06:37:49.746 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94692024-09-06T06:37:50.279Z[ host-image] Sep 06 06:37:49.771 INFO O| Sep 06 06:37:49.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94702024-09-06T06:37:50.279Z[ host-image] Sep 06 06:37:49.772 INFO O| Sep 06 06:37:49.772 INFO STEP 137 (remove_files) COMPLETE
94712024-09-06T06:37:50.279Z[ host-image] Sep 06 06:37:49.772 INFO O| Sep 06 06:37:49.772 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94722024-09-06T06:37:50.303Z[ host-image] Sep 06 06:37:49.790 INFO O| Sep 06 06:37:49.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94732024-09-06T06:37:50.303Z[ host-image] Sep 06 06:37:49.790 INFO O| Sep 06 06:37:49.790 INFO STEP 138 (remove_files) COMPLETE
94742024-09-06T06:37:50.303Z[ host-image] Sep 06 06:37:49.790 INFO O| Sep 06 06:37:49.790 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94752024-09-06T06:37:50.327Z[ host-image] Sep 06 06:37:49.807 INFO O| Sep 06 06:37:49.807 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94762024-09-06T06:37:50.327Z[ host-image] Sep 06 06:37:49.807 INFO O| Sep 06 06:37:49.807 INFO STEP 139 (remove_files) COMPLETE
94772024-09-06T06:37:50.327Z[ host-image] Sep 06 06:37:49.807 INFO O| Sep 06 06:37:49.807 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94782024-09-06T06:37:50.350Z[ host-image] Sep 06 06:37:49.827 INFO O| Sep 06 06:37:49.827 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94792024-09-06T06:37:50.351Z[ host-image] Sep 06 06:37:49.827 INFO O| Sep 06 06:37:49.827 INFO STEP 140 (remove_files) COMPLETE
94802024-09-06T06:37:50.351Z[ host-image] Sep 06 06:37:49.827 INFO O| Sep 06 06:37:49.827 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94812024-09-06T06:37:50.351Z[ host-image] Sep 06 06:37:49.845 INFO O| Sep 06 06:37:49.844 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94822024-09-06T06:37:50.351Z[ host-image] Sep 06 06:37:49.845 INFO O| Sep 06 06:37:49.845 INFO STEP 141 (remove_files) COMPLETE
94832024-09-06T06:37:50.351Z[ host-image] Sep 06 06:37:49.845 INFO O| Sep 06 06:37:49.845 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94842024-09-06T06:37:50.375Z[ host-image] Sep 06 06:37:49.859 INFO O| Sep 06 06:37:49.859 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94852024-09-06T06:37:50.375Z[ host-image] Sep 06 06:37:49.859 INFO O| Sep 06 06:37:49.859 INFO STEP 142 (remove_files) COMPLETE
94862024-09-06T06:37:50.375Z[ host-image] Sep 06 06:37:49.860 INFO O| Sep 06 06:37:49.859 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94872024-09-06T06:37:50.399Z[ host-image] Sep 06 06:37:49.877 INFO O| Sep 06 06:37:49.877 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94882024-09-06T06:37:50.399Z[ host-image] Sep 06 06:37:49.877 INFO O| Sep 06 06:37:49.877 INFO STEP 143 (remove_files) COMPLETE
94892024-09-06T06:37:50.399Z[ host-image] Sep 06 06:37:49.877 INFO O| Sep 06 06:37:49.877 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94902024-09-06T06:37:50.424Z[ host-image] Sep 06 06:37:49.895 INFO O| Sep 06 06:37:49.895 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94912024-09-06T06:37:50.424Z[ host-image] Sep 06 06:37:49.895 INFO O| Sep 06 06:37:49.895 INFO STEP 144 (remove_files) COMPLETE
94922024-09-06T06:37:50.424Z[ host-image] Sep 06 06:37:49.895 INFO O| Sep 06 06:37:49.895 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94932024-09-06T06:37:50.424Z[ host-image] Sep 06 06:37:49.916 INFO O| Sep 06 06:37:49.916 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94942024-09-06T06:37:50.424Z[ host-image] Sep 06 06:37:49.916 INFO O| Sep 06 06:37:49.916 INFO STEP 145 (remove_files) COMPLETE
94952024-09-06T06:37:50.424Z[ host-image] Sep 06 06:37:49.916 INFO O| Sep 06 06:37:49.916 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94962024-09-06T06:37:50.448Z[ host-image] Sep 06 06:37:49.936 INFO O| Sep 06 06:37:49.936 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94972024-09-06T06:37:50.448Z[ host-image] Sep 06 06:37:49.937 INFO O| Sep 06 06:37:49.937 INFO STEP 146 (remove_files) COMPLETE
94982024-09-06T06:37:50.448Z[ host-image] Sep 06 06:37:49.937 INFO O| Sep 06 06:37:49.937 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94992024-09-06T06:37:50.473Z[ host-image] Sep 06 06:37:49.953 INFO O| Sep 06 06:37:49.953 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95002024-09-06T06:37:50.473Z[ host-image] Sep 06 06:37:49.953 INFO O| Sep 06 06:37:49.953 INFO STEP 147 (remove_files) COMPLETE
95012024-09-06T06:37:50.473Z[ host-image] Sep 06 06:37:49.953 INFO O| Sep 06 06:37:49.953 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95022024-09-06T06:37:50.497Z[ host-image] Sep 06 06:37:49.969 INFO O| Sep 06 06:37:49.969 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95032024-09-06T06:37:50.497Z[ host-image] Sep 06 06:37:49.969 INFO O| Sep 06 06:37:49.969 INFO STEP 148 (remove_files) COMPLETE
95042024-09-06T06:37:50.497Z[ host-image] Sep 06 06:37:49.969 INFO O| Sep 06 06:37:49.969 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95052024-09-06T06:37:50.497Z[ host-image] Sep 06 06:37:49.986 INFO O| Sep 06 06:37:49.986 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95062024-09-06T06:37:50.497Z[ host-image] Sep 06 06:37:49.986 INFO O| Sep 06 06:37:49.986 INFO STEP 149 (remove_files) COMPLETE
95072024-09-06T06:37:50.497Z[ host-image] Sep 06 06:37:49.987 INFO O| Sep 06 06:37:49.986 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95082024-09-06T06:37:50.521Z[ host-image] Sep 06 06:37:50.006 INFO O| Sep 06 06:37:50.006 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95092024-09-06T06:37:50.522Z[ host-image] Sep 06 06:37:50.006 INFO O| Sep 06 06:37:50.006 INFO STEP 150 (remove_files) COMPLETE
95102024-09-06T06:37:50.522Z[ host-image] Sep 06 06:37:50.006 INFO O| Sep 06 06:37:50.006 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95112024-09-06T06:37:50.546Z[ host-image] Sep 06 06:37:50.023 INFO O| Sep 06 06:37:50.022 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95122024-09-06T06:37:50.546Z[ host-image] Sep 06 06:37:50.023 INFO O| Sep 06 06:37:50.023 INFO STEP 151 (remove_files) COMPLETE
95132024-09-06T06:37:50.546Z[ host-image] Sep 06 06:37:50.023 INFO O| Sep 06 06:37:50.023 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95142024-09-06T06:37:50.570Z[ host-image] Sep 06 06:37:50.043 INFO O| Sep 06 06:37:50.043 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95152024-09-06T06:37:50.570Z[ host-image] Sep 06 06:37:50.043 INFO O| Sep 06 06:37:50.043 INFO STEP 152 (remove_files) COMPLETE
95162024-09-06T06:37:50.570Z[ host-image] Sep 06 06:37:50.043 INFO O| Sep 06 06:37:50.043 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95172024-09-06T06:37:50.570Z[ host-image] Sep 06 06:37:50.059 INFO O| Sep 06 06:37:50.059 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95182024-09-06T06:37:50.570Z[ host-image] Sep 06 06:37:50.059 INFO O| Sep 06 06:37:50.059 INFO STEP 153 (remove_files) COMPLETE
95192024-09-06T06:37:50.570Z[ host-image] Sep 06 06:37:50.059 INFO O| Sep 06 06:37:50.059 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95202024-09-06T06:37:50.594Z[ host-image] Sep 06 06:37:50.074 INFO O| Sep 06 06:37:50.074 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95212024-09-06T06:37:50.594Z[ host-image] Sep 06 06:37:50.074 INFO O| Sep 06 06:37:50.074 INFO STEP 154 (remove_files) COMPLETE
95222024-09-06T06:37:50.594Z[ host-image] Sep 06 06:37:50.074 INFO O| Sep 06 06:37:50.074 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95232024-09-06T06:37:50.594Z[ host-image] Sep 06 06:37:50.088 INFO O| Sep 06 06:37:50.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95242024-09-06T06:37:50.594Z[ host-image] Sep 06 06:37:50.088 INFO O| Sep 06 06:37:50.088 INFO STEP 155 (remove_files) COMPLETE
95252024-09-06T06:37:50.594Z[ host-image] Sep 06 06:37:50.088 INFO O| Sep 06 06:37:50.088 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95262024-09-06T06:37:50.620Z[ host-image] Sep 06 06:37:50.114 INFO O| Sep 06 06:37:50.114 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95272024-09-06T06:37:50.621Z[ host-image] Sep 06 06:37:50.115 INFO O| Sep 06 06:37:50.115 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95282024-09-06T06:37:55.194Z[ recovery-image] Sep 06 06:37:54.688 INFO E| Finished `release` profile [optimized] target(s) in 44.96s
95292024-09-06T06:37:55.223Z[ recovery-image] Sep 06 06:37:54.717 INFO building host image...
95302024-09-06T06:37:55.247Z[ recovery-image] Sep 06 06:37:54.717 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")
95312024-09-06T06:37:55.793Z[ recovery-image] Sep 06 06:37:55.287 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95322024-09-06T06:37:57.428Z[ recovery-image] Sep 06 06:37:56.922 INFO image complete! materials are in "/work/os-recovery"
95332024-09-06T06:37:57.452Z[ recovery-image]
95342024-09-06T06:37:57.452Z[ recovery-image] real 7:03.190568692
95352024-09-06T06:37:57.452Z[ recovery-image] user 4:29.429564790
95362024-09-06T06:37:57.452Z[ recovery-image] sys 59.019467584
95372024-09-06T06:37:57.453Z[ recovery-image] trap 0.236117977
95382024-09-06T06:37:57.453Z[ recovery-image] tflt 0.228674867
95392024-09-06T06:37:57.453Z[ recovery-image] dflt 0.740402514
95402024-09-06T06:37:57.453Z[ recovery-image] kflt 0.003778509
95412024-09-06T06:37:57.453Z[ recovery-image] lock 8:38.968303419
95422024-09-06T06:37:57.453Z[ recovery-image] slp 41:46.834281922
95432024-09-06T06:37:57.453Z[ recovery-image] lat 1:57.271801100
95442024-09-06T06:37:57.453Z[ recovery-image] stop 5.875488626
95452024-09-06T06:37:57.453ZSep 06 06:37:56.927 INFO [recovery-image] process exited with exit status: 0 (423.212358627s)
95462024-09-06T06:38:00.997Z[ host-image] Sep 06 06:38:00.491 INFO O| Sep 06 06:38:00.491 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
95472024-09-06T06:38:00.997Z[ host-image] Sep 06 06:38:00.491 INFO O| Sep 06 06:38:00.491 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95482024-09-06T06:38:01.022Z[ host-image] Sep 06 06:38:00.509 INFO O| Sep 06 06:38:00.509 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95492024-09-06T06:38:01.113Z[ host-image] Sep 06 06:38:00.606 INFO O| Sep 06 06:38:00.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95502024-09-06T06:38:01.113Z[ host-image] Sep 06 06:38:00.606 INFO O| Sep 06 06:38:00.606 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95512024-09-06T06:38:01.137Z[ host-image] Sep 06 06:38:00.609 INFO O| Sep 06 06:38:00.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95522024-09-06T06:38:01.137Z[ host-image] Sep 06 06:38:00.609 INFO O| Sep 06 06:38:00.609 INFO ok!
95532024-09-06T06:38:01.137Z[ host-image] Sep 06 06:38:00.609 INFO O| Sep 06 06:38:00.609 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95542024-09-06T06:38:01.137Z[ host-image] Sep 06 06:38:00.609 INFO O| Sep 06 06:38:00.609 INFO STEP 156 (seed_smf) COMPLETE
95552024-09-06T06:38:01.137Z[ host-image] Sep 06 06:38:00.609 INFO O| Sep 06 06:38:00.609 INFO steps complete; finalising image!
95562024-09-06T06:38:01.137Z[ host-image] Sep 06 06:38:00.609 INFO O| Sep 06 06:38:00.609 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95572024-09-06T06:38:01.292Z[ host-image] Sep 06 06:38:00.784 INFO O| Sep 06 06:38:00.784 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Fri Sep 6 06:38:00 2024)
95582024-09-06T06:38:01.506Z[ host-image] Sep 06 06:38:01.000 INFO O| Sep 06 06:38:00.999 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Fri Sep 6 06:38:00 2024)
95592024-09-06T06:38:01.737Z[ host-image] Sep 06 06:38:01.231 INFO O| Sep 06 06:38:01.231 INFO temporary pool has 675M used, 157M avail, 1.87x compressratio
95602024-09-06T06:38:01.737Z[ host-image] Sep 06 06:38:01.231 INFO O| Sep 06 06:38:01.231 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95612024-09-06T06:38:02.134Z[ host-image] Sep 06 06:38:01.628 INFO O| Sep 06 06:38:01.628 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95622024-09-06T06:38:02.135Z[ host-image] Sep 06 06:38:01.628 INFO O| Sep 06 06:38:01.628 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95632024-09-06T06:38:03.433Z[ host-image] Sep 06 06:38:02.927 INFO O| Sep 06 06:38:02.926 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95642024-09-06T06:38:03.433Z[ host-image] Sep 06 06:38:02.927 INFO O| Sep 06 06:38:02.927 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95652024-09-06T06:38:03.457Z[ host-image] Sep 06 06:38:02.927 INFO O| Sep 06 06:38:02.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95662024-09-06T06:38:03.457Z[ host-image] Sep 06 06:38:02.927 INFO O| Sep 06 06:38:02.927 INFO completed processing gimlet/zfs
95672024-09-06T06:38:03.457Z[ host-image] Sep 06 06:38:02.927 INFO O| Sep 06 06:38:02.927 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95682024-09-06T06:38:04.001Z[ host-image] Sep 06 06:38:03.495 INFO O| Sep 06 06:38:03.495 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95692024-09-06T06:38:04.050Z[ host-image] Sep 06 06:38:03.544 INFO BUILD STRING "heads/stlouis-0-g3dc4367f4f\n"
95702024-09-06T06:38:04.050Z[ host-image] Sep 06 06:38:03.545 INFO expanded image name: "ci 557dc22/${os_short_commit} 2024-09-06 06:12" -> "ci 557dc22/3dc4367 2024-09-06 06:12"
95712024-09-06T06:38:04.075Z[ host-image] Sep 06 06:38:03.545 INFO output artefacts stored in: "/work/os-host"
95722024-09-06T06:38:04.075Z[ host-image] Sep 06 06:38:03.545 INFO collecting git info from project "image-builder"...
95732024-09-06T06:38:04.075Z[ host-image] Sep 06 06:38:03.554 INFO collecting git info from project "pinprick"...
95742024-09-06T06:38:04.075Z[ host-image] Sep 06 06:38:03.561 INFO collecting git info from project "bootserver"...
95752024-09-06T06:38:04.075Z[ host-image] Sep 06 06:38:03.568 INFO collecting git info from project "amd-firmware"...
95762024-09-06T06:38:04.099Z[ host-image] Sep 06 06:38:03.581 INFO collecting git info from project "chelsio-t6-roms"...
95772024-09-06T06:38:04.099Z[ host-image] Sep 06 06:38:03.588 INFO collecting git info from project "amd-host-image-builder"...
95782024-09-06T06:38:04.123Z[ host-image] Sep 06 06:38:03.610 INFO collecting git info from project "pilot"...
95792024-09-06T06:38:04.123Z[ host-image] Sep 06 06:38:03.617 INFO collecting git info from project "phbl"...
95802024-09-06T06:38:04.148Z[ host-image] Sep 06 06:38:03.624 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95812024-09-06T06:38:04.593Z[ host-image] Sep 06 06:38:04.087 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95822024-09-06T06:38:05.043Z[ host-image] Sep 06 06:38:04.537 INFO creating Oxide boot image...
95832024-09-06T06:38:05.043Z[ host-image] Sep 06 06:38:04.537 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 557dc22/3dc4367 2024-09-06 06:12", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95842024-09-06T06:38:06.336Z[ host-image] Sep 06 06:38:05.830 INFO O| ok, image written!
95852024-09-06T06:38:06.336Z[ host-image] Sep 06 06:38:05.830 INFO O| ok, boot_image_csum file written!
95862024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.834 INFO creating boot archive (CPIO)...
95872024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.834 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
95882024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.844 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95892024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.844 INFO E| + outfile=/work/os-host/cpio
95902024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.844 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95912024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.847 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95922024-09-06T06:38:06.360Z[ host-image] Sep 06 06:38:05.847 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95932024-09-06T06:38:06.405Z[ host-image] Sep 06 06:38:05.899 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95942024-09-06T06:38:06.405Z[ host-image] Sep 06 06:38:05.899 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95952024-09-06T06:38:06.429Z[ host-image] Sep 06 06:38:05.910 INFO creating compressed cpio/unix for nanobl-rs...
95962024-09-06T06:38:06.429Z[ host-image] Sep 06 06:38:05.910 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
95972024-09-06T06:38:06.747Z[ host-image] Sep 06 06:38:06.240 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95982024-09-06T06:38:11.871Z[ host-image] Sep 06 06:38:11.365 INFO creating reset image...
95992024-09-06T06:38:11.871Z[ host-image] Sep 06 06:38:11.365 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96002024-09-06T06:38:11.991Z[ host-image] Sep 06 06:38:11.485 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
96012024-09-06T06:38:12.015Z[ host-image] Sep 06 06:38:11.487 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96022024-09-06T06:38:12.065Z[ host-image] Sep 06 06:38:11.559 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96032024-09-06T06:38:14.332Z[ host-image] Sep 06 06:38:13.826 INFO E| Finished `release` profile [optimized] target(s) in 2.32s
96042024-09-06T06:38:14.356Z[ host-image] Sep 06 06:38:13.842 INFO building host image...
96052024-09-06T06:38:14.357Z[ host-image] Sep 06 06:38:13.842 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")
96062024-09-06T06:38:14.889Z[ host-image] Sep 06 06:38:14.383 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96072024-09-06T06:39:09.645Z[ host-image] Sep 06 06:39:09.139 INFO image complete! materials are in "/work/os-host"
96082024-09-06T06:39:09.670Z[ host-image]
96092024-09-06T06:39:09.670Z[ host-image] real 8:32.194358379
96102024-09-06T06:39:09.670Z[ host-image] user 4:05.458185310
96112024-09-06T06:39:09.670Z[ host-image] sys 1:01.386420005
96122024-09-06T06:39:09.670Z[ host-image] trap 0.125967049
96132024-09-06T06:39:09.670Z[ host-image] tflt 0.017508448
96142024-09-06T06:39:09.670Z[ host-image] dflt 0.038780300
96152024-09-06T06:39:09.670Z[ host-image] kflt 0.001093686
96162024-09-06T06:39:09.670Z[ host-image] lock 8:51.120250935
96172024-09-06T06:39:09.670Z[ host-image] slp 44:39.017216922
96182024-09-06T06:39:09.670Z[ host-image] lat 1:17.049160759
96192024-09-06T06:39:09.670ZSep 06 06:39:09.145 INFO [host-image] process exited with exit status: 0 (512.215092492s)
96202024-09-06T06:39:09.670Z[ host-image] stop 0.291322622
96212024-09-06T06:39:09.670ZSep 06 06:39:09.145 INFO [tuf-repo] running task
96222024-09-06T06:39:18.093ZSep 06 06:39:17.588 INFO assembling repository in `/tmp/tufaceousFUQDC4`, component: OmicronRepoAssembler
96232024-09-06T06:39:24.041ZSep 06 06:39:23.536 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96242024-09-06T06:39:24.324ZSep 06 06:39:23.818 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96252024-09-06T06:39:47.245ZSep 06 06:39:46.740 INFO [tuf-repo] task succeeded (37.594620261s)
96262024-09-06T06:39:47.246ZSep 06 06:39:46.740 INFO all jobs completed in 1648.856073543s
96272024-09-06T06:39:47.920Zprocess exited: duration 2145938 ms, exit code 0
 
96282024-09-06T06:39:48.001Zfound 33 output files
96292024-09-06T06:39:48.001Zuploading: /work/manifest.toml (8404 bytes)
96302024-09-06T06:39:49.124Zuploaded: /work/manifest.toml
96312024-09-06T06:39:49.124Zuploading: /work/repo.zip (1793415592 bytes)
96322024-09-06T06:42:36.130Zuploaded: /work/repo.zip
96332024-09-06T06:42:36.130Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96342024-09-06T06:42:37.207Zuploaded: /work/repo.zip.sha256.txt
96352024-09-06T06:42:37.208Zuploading: /work/helios-setup.log (52229 bytes)
96362024-09-06T06:42:38.390Zuploaded: /work/helios-setup.log
96372024-09-06T06:42:38.390Zuploading: /work/host-image.log (194518 bytes)
96382024-09-06T06:42:39.595Zuploaded: /work/host-image.log
96392024-09-06T06:42:39.595Zuploading: /work/host-package.log (19598 bytes)
96402024-09-06T06:42:40.734Zuploaded: /work/host-package.log
96412024-09-06T06:42:40.734Zuploading: /work/host-target.log (101 bytes)
96422024-09-06T06:42:41.827Zuploaded: /work/host-target.log
96432024-09-06T06:42:41.827Zuploading: /work/omicron-package.log (4418 bytes)
96442024-09-06T06:42:42.922Zuploaded: /work/omicron-package.log
96452024-09-06T06:42:42.922Zuploading: /work/phbl-toolchain.log (881 bytes)
96462024-09-06T06:42:44.016Zuploaded: /work/phbl-toolchain.log
96472024-09-06T06:42:44.043Zuploading: /work/recovery-image.log (590773 bytes)
96482024-09-06T06:42:45.270Zuploaded: /work/recovery-image.log
96492024-09-06T06:42:45.294Zuploading: /work/recovery-package.log (282 bytes)
96502024-09-06T06:42:46.363Zuploaded: /work/recovery-package.log
96512024-09-06T06:42:46.363Zuploading: /work/recovery-target.log (57 bytes)
96522024-09-06T06:42:47.457Zuploaded: /work/recovery-target.log
96532024-09-06T06:42:47.480Zuploading: /work/stamp-clickhouse.log (117 bytes)
96542024-09-06T06:42:48.551Zuploaded: /work/stamp-clickhouse.log
96552024-09-06T06:42:48.551Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96562024-09-06T06:42:49.646Zuploaded: /work/stamp-clickhouse_keeper.log
96572024-09-06T06:42:49.646Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96582024-09-06T06:42:50.740Zuploaded: /work/stamp-cockroachdb.log
96592024-09-06T06:42:50.740Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96602024-09-06T06:42:51.833Zuploaded: /work/stamp-crucible-dtrace.log
96612024-09-06T06:42:51.834Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96622024-09-06T06:42:52.926Zuploaded: /work/stamp-crucible-pantry-zone.log
96632024-09-06T06:42:52.927Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96642024-09-06T06:42:54.020Zuploaded: /work/stamp-crucible-zone.log
96652024-09-06T06:42:54.020Zuploading: /work/stamp-external-dns.log (119 bytes)
96662024-09-06T06:42:55.114Zuploaded: /work/stamp-external-dns.log
96672024-09-06T06:42:55.114Zuploading: /work/stamp-installinator.log (103 bytes)
96682024-09-06T06:42:56.209Zuploaded: /work/stamp-installinator.log
96692024-09-06T06:42:56.209Zuploading: /work/stamp-internal-dns.log (119 bytes)
96702024-09-06T06:42:57.302Zuploaded: /work/stamp-internal-dns.log
96712024-09-06T06:42:57.303Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96722024-09-06T06:42:58.396Zuploaded: /work/stamp-mg-ddm-gz.log
96732024-09-06T06:42:58.396Zuploading: /work/stamp-nexus.log (112 bytes)
96742024-09-06T06:42:59.490Zuploaded: /work/stamp-nexus.log
96752024-09-06T06:42:59.514Zuploading: /work/stamp-ntp.log (110 bytes)
96762024-09-06T06:43:00.584Zuploaded: /work/stamp-ntp.log
96772024-09-06T06:43:00.584Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96782024-09-06T06:43:01.678Zuploaded: /work/stamp-omicron-sled-agent.log
96792024-09-06T06:43:01.678Zuploading: /work/stamp-overlay.log (114 bytes)
96802024-09-06T06:43:02.771Zuploaded: /work/stamp-overlay.log
96812024-09-06T06:43:02.794Zuploading: /work/stamp-oximeter.log (115 bytes)
96822024-09-06T06:43:03.863Zuploaded: /work/stamp-oximeter.log
96832024-09-06T06:43:03.863Zuploading: /work/stamp-oxlog.log (109 bytes)
96842024-09-06T06:43:04.957Zuploaded: /work/stamp-oxlog.log
96852024-09-06T06:43:04.957Zuploading: /work/stamp-probe.log (112 bytes)
96862024-09-06T06:43:06.052Zuploaded: /work/stamp-probe.log
96872024-09-06T06:43:06.052Zuploading: /work/stamp-propolis-server.log (122 bytes)
96882024-09-06T06:43:07.146Zuploaded: /work/stamp-propolis-server.log
96892024-09-06T06:43:07.146Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96902024-09-06T06:43:08.241Zuploaded: /work/stamp-pumpkind-gz.log
96912024-09-06T06:43:08.241Zuploading: /work/stamp-switch-asic.log (118 bytes)
96922024-09-06T06:43:09.334Zuploaded: /work/stamp-switch-asic.log
96932024-09-06T06:43:09.334Zuploading: /work/verify-libraries.log (3116 bytes)
96942024-09-06T06:43:10.428Zuploaded: /work/verify-libraries.log